-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost:3306
-- Tiempo de generación: 28-12-2019 a las 16:20:38
-- Versión del servidor: 10.2.25-MariaDB-log
-- Versión de PHP: 7.2.7

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Base de datos: `puerto7_newweb`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_commentmeta`
--

CREATE TABLE `wpfp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_comments`
--

CREATE TABLE `wpfp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_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 utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_comments`
--

INSERT INTO `wpfp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Un comentarista de WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2019-07-05 17:43:57', '2019-07-05 15:43:57', 'Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita la pantalla de comentarios en el escritorio.\nLos avatares de los comentaristas provienen de <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_links`
--

CREATE TABLE `wpfp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_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 utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_options`
--

CREATE TABLE `wpfp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_options`
--

INSERT INTO `wpfp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.puertobarillas.com/welcome/', 'yes'),
(2, 'home', 'http://www.puertobarillas.com/welcome/\r\n', 'yes'),
(3, 'blogname', 'Puerto Barillas Marina &amp; Lodge', 'yes'),
(4, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'elena_m_rivera@yahoo.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:74:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[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:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentynineteen', 'yes'),
(41, 'stylesheet', 'twentynineteen', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', 'Europe/Madrid', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wpfp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(95, 'fresh_site', '1', 'yes'),
(96, 'WPLANG', 'es_ES', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, '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'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:3:{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:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:5:{i:1562345038;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1562384638;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:1562427837;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1562427856;a:3:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'recovery_keys', 'a:0:{}', 'yes'),
(117, 'theme_mods_twentynineteen', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(115, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.2.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1562341438;s:15:\"version_checked\";s:5:\"5.2.2\";s:12:\"translations\";a:0:{}}', 'no'),
(119, '_site_transient_timeout_theme_roots', '1562343239', 'no'),
(120, '_site_transient_theme_roots', 'a:9:{s:10:\"ambassador\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'no'),
(122, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1562341439;s:7:\"checked\";a:9:{s:10:\"ambassador\";s:5:\"1.1.8\";s:12:\"twentyeleven\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:9:\"twentyten\";s:3:\"1.6\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:5:{s:12:\"twentyeleven\";a:6:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.3.3.zip\";s:8:\"requires\";s:3:\"3.2\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:9:\"twentyten\";a:6:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.9.zip\";s:8:\"requires\";s:3:\"3.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.9.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.0.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(123, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1562341440;s:7:\"checked\";a:24:{s:31:\"10web-manager/10web-manager.php\";s:6:\"1.2.29\";s:19:\"akismet/akismet.php\";s:5:\"4.1.2\";s:29:\"antispam-bee/antispam_bee.php\";s:5:\"2.9.1\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:5:\"1.9.3\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.1.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:27:\"coming-soon/coming-soon.php\";s:6:\"5.0.25\";s:25:\"duplicator/duplicator.php\";s:6:\"1.3.12\";s:35:\"1000grad-epaper/1000grad-epaper.php\";s:5:\"1.7.2\";s:47:\"freetobook-reviews/freetobook-review-widget.php\";s:3:\"1.0\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:5:\"5.3.8\";s:37:\"google-captcha.old/google-captcha.php\";s:4:\"1.03\";s:9:\"hello.php\";s:3:\"1.6\";s:36:\"hidden-captcha.old/hiddencaptcha.php\";s:3:\"1.0\";s:17:\"iframe/iframe.php\";s:3:\"4.4\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:6:\"1.3.16\";s:43:\"instagram-slider-widget/instaram_slider.php\";s:5:\"1.4.3\";s:19:\"jetpack/jetpack.php\";s:5:\"7.3.1\";s:41:\"multiple-galleries/multiple-galleries.php\";s:5:\"0.4.1\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"3.2.2\";s:41:\"redirect-all-types/redirect-all-types.php\";s:3:\"1.5\";s:43:\"visual-form-builder/visual-form-builder.php\";s:5:\"3.0.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.5.2.3\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"11.2.1\";}s:8:\"response\";a:9:{s:31:\"10web-manager/10web-manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/10web-manager\";s:4:\"slug\";s:13:\"10web-manager\";s:6:\"plugin\";s:31:\"10web-manager/10web-manager.php\";s:11:\"new_version\";s:6:\"1.2.32\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/10web-manager/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/10web-manager.1.2.32.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/10web-manager/assets/icon-256x256.png?rev=1957928\";s:2:\"1x\";s:66:\"https://ps.w.org/10web-manager/assets/icon-128x128.png?rev=1957928\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/10web-manager/assets/banner-1544x500.png?rev=2059633\";s:2:\"1x\";s:68:\"https://ps.w.org/10web-manager/assets/banner-772x250.png?rev=2059633\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.10.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.3.14\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.3.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:6:\"5.2.17\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"wd-instagram-feed/wd-instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/wd-instagram-feed\";s:4:\"slug\";s:17:\"wd-instagram-feed\";s:6:\"plugin\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:11:\"new_version\";s:6:\"1.3.17\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wd-instagram-feed/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wd-instagram-feed.1.3.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wd-instagram-feed/assets/icon-256x256.png?rev=2112958\";s:2:\"1x\";s:70:\"https://ps.w.org/wd-instagram-feed/assets/icon-128x128.png?rev=2112958\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wd-instagram-feed/assets/banner-1544x500.png?rev=2112958\";s:2:\"1x\";s:72:\"https://ps.w.org/wd-instagram-feed/assets/banner-772x250.png?rev=2112958\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"7.5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.7.5.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.5.3.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:5:\"5.3.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"11.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.11.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"antispam-bee/antispam_bee.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/antispam-bee\";s:4:\"slug\";s:12:\"antispam-bee\";s:6:\"plugin\";s:29:\"antispam-bee/antispam_bee.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/antispam-bee.2.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=977629\";s:2:\"1x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=977629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/antispam-bee/assets/banner-1544x500.png?rev=1109432\";s:2:\"1x\";s:67:\"https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=1109432\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:6:\"5.0.25\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/coming-soon.5.0.25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/coming-soon/assets/icon-256x256.jpg?rev=971699\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=1606731\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.jpg?rev=1368003\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"1000grad-epaper/1000grad-epaper.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/1000grad-epaper\";s:4:\"slug\";s:15:\"1000grad-epaper\";s:6:\"plugin\";s:35:\"1000grad-epaper/1000grad-epaper.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/1000grad-epaper/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/1000grad-epaper.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/1000grad-epaper/assets/icon-256x256.png?rev=1070299\";s:2:\"1x\";s:60:\"https://ps.w.org/1000grad-epaper/assets/icon.svg?rev=1070299\";s:3:\"svg\";s:60:\"https://ps.w.org/1000grad-epaper/assets/icon.svg?rev=1070299\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/1000grad-epaper/assets/banner-1544x500.jpg?rev=1070299\";s:2:\"1x\";s:70:\"https://ps.w.org/1000grad-epaper/assets/banner-772x250.jpg?rev=1070299\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"freetobook-reviews/freetobook-review-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/freetobook-review-widget\";s:4:\"slug\";s:24:\"freetobook-review-widget\";s:6:\"plugin\";s:47:\"freetobook-reviews/freetobook-review-widget.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/freetobook-review-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/freetobook-review-widget.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/freetobook-review-widget.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"5.3.8\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"iframe/iframe.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/iframe\";s:4:\"slug\";s:6:\"iframe\";s:6:\"plugin\";s:17:\"iframe/iframe.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/iframe/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/iframe.4.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:57:\"https://s.w.org/plugins/geopattern-icon/iframe_fbfbfb.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:60:\"https://ps.w.org/iframe/assets/banner-772x250.png?rev=606741\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"instagram-slider-widget/instaram_slider.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/instagram-slider-widget\";s:4:\"slug\";s:23:\"instagram-slider-widget\";s:6:\"plugin\";s:43:\"instagram-slider-widget/instaram_slider.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/instagram-slider-widget/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/instagram-slider-widget.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/instagram-slider-widget/assets/icon-256x256.png?rev=1592009\";s:2:\"1x\";s:76:\"https://ps.w.org/instagram-slider-widget/assets/icon-128x128.png?rev=1592011\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/instagram-slider-widget/assets/banner-772x250.jpg?rev=850744\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"redirect-all-types/redirect-all-types.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/redirect-all-types\";s:4:\"slug\";s:18:\"redirect-all-types\";s:6:\"plugin\";s:41:\"redirect-all-types/redirect-all-types.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/redirect-all-types/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/redirect-all-types.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/redirect-all-types.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"visual-form-builder/visual-form-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/visual-form-builder\";s:4:\"slug\";s:19:\"visual-form-builder\";s:6:\"plugin\";s:43:\"visual-form-builder/visual-form-builder.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/visual-form-builder/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/visual-form-builder.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840\";s:2:\"1x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-128x128.png?rev=1205840\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/visual-form-builder/assets/banner-1544x500.png?rev=1205840\";s:2:\"1x\";s:74:\"https://ps.w.org/visual-form-builder/assets/banner-772x250.png?rev=1205840\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(124, '_site_transient_timeout_browser_630d2c68223a9b4451a300b70984ca4f', '1562946256', 'no'),
(126, '_site_transient_timeout_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', '1562946256', 'no'),
(127, '_site_transient_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}', 'no'),
(129, '_site_transient_timeout_community-events-5f719d45a0d46da35e248447c81f690e', '1562384662', 'no'),
(130, '_site_transient_community-events-5f719d45a0d46da35e248447c81f690e', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"200.85.24.0\";}s:6:\"events\";a:0:{}}', 'no'),
(131, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1562384662', 'no'),
(133, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1562384662', 'no'),
(134, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1562341462', 'no'),
(135, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1562384663', 'no'),
(137, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1562384663', 'no'),
(138, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1562341463', 'no'),
(139, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1562384663', 'no');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_postmeta`
--

CREATE TABLE `wpfp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_postmeta`
--

INSERT INTO `wpfp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_posts`
--

CREATE TABLE `wpfp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_posts`
--

INSERT INTO `wpfp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2019-07-05 17:43:57', '2019-07-05 15:43:57', '<!-- wp:paragraph -->\n<p>Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!</p>\n<!-- /wp:paragraph -->', '¡Hola, mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2019-07-05 17:43:57', '2019-07-05 15:43:57', '', 0, 'http://puertobarillas.com/welcome/?p=1', 0, 'post', '', 1),
(2, 1, '2019-07-05 17:43:57', '2019-07-05 15:43:57', '<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href=\"http://puertobarillas.com/welcome/wp-admin/\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->', 'Página de ejemplo', '', 'publish', 'closed', 'open', '', 'pagina-ejemplo', '', '', '2019-07-05 17:43:57', '2019-07-05 15:43:57', '', 0, 'http://puertobarillas.com/welcome/?page_id=2', 0, 'page', '', 0),
(3, 1, '2019-07-05 17:43:57', '2019-07-05 15:43:57', '<!-- wp:heading --><h2>Quiénes somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>La dirección de nuestra web es: http://puertobarillas.com/welcome.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué datos personales recogemos y por qué los recogemos</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comentarios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de su comentario.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Medios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si subes imágenes a la web deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de localización de las imágenes de la web.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Formularios de contacto</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Cuando inicias sesión, también instalaremos varias cookies para guardar tu información de inicio de sesión y tus opciones de visualización de pantalla. Las cookies de inicio de sesión duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas &quot;Recordarme&quot;, tu inicio de sesión perdurará durante dos semanas. Si sales de tu cuenta, las cookies de inicio de sesión se eliminarán.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contenido incrustado de otros sitios web</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras web se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analítica</h3><!-- /wp:heading --><!-- wp:heading --><h2>Con quién compartimos tus datos</h2><!-- /wp:heading --><!-- wp:heading --><h2>Cuánto tiempo conservamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente en lugar de mantenerlos en una cola de moderación.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué derechos tienes sobre tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dónde enviamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Tu información de contacto</h2><!-- /wp:heading --><!-- wp:heading --><h2>Información adicional</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cómo protegemos tus datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Qué procedimientos utilizamos contra las brechas de datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>De qué terceros recibimos datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Qué tipo de toma de decisiones automatizada y/o perfilado hacemos con los datos del usuario</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Requerimientos regulatorios de revelación de información del sector</h3><!-- /wp:heading -->', 'Política de privacidad', '', 'draft', 'closed', 'open', '', 'politica-privacidad', '', '', '2019-07-05 17:43:57', '2019-07-05 15:43:57', '', 0, 'http://puertobarillas.com/welcome/?page_id=3', 0, 'page', '', 0),
(4, 1, '2019-07-05 17:44:16', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-07-05 17:44:16', '0000-00-00 00:00:00', '', 0, 'http://puertobarillas.com/welcome/?p=4', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_termmeta`
--

CREATE TABLE `wpfp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_terms`
--

CREATE TABLE `wpfp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_terms`
--

INSERT INTO `wpfp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_term_relationships`
--

CREATE TABLE `wpfp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_term_relationships`
--

INSERT INTO `wpfp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_term_taxonomy`
--

CREATE TABLE `wpfp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_term_taxonomy`
--

INSERT INTO `wpfp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_usermeta`
--

CREATE TABLE `wpfp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_usermeta`
--

INSERT INTO `wpfp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'pbnew'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpfp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpfp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"96e51ecb00917a52a9c3ec0c135d1f52921777d8823ad0fbae3e5ee077232f1a\";a:4:{s:10:\"expiration\";i:1562514255;s:2:\"ip\";s:12:\"200.85.24.46\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:5:\"login\";i:1562341455;}}'),
(17, 1, 'wpfp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"200.85.24.0\";}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpfp_users`
--

CREATE TABLE `wpfp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpfp_users`
--

INSERT INTO `wpfp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'pbnew', '4a85f41bf46b9293aa4dcf450ee2cc0c', 'pbnew', 'elena_m_rivera@yahoo.com', '', '2019-07-05 15:43:57', '', 0, 'pbnew');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_commentmeta`
--

CREATE TABLE `wpua_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_comments`
--

CREATE TABLE `wpua_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_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 utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_comments`
--

INSERT INTO `wpua_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Un comentarista de WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2019-05-20 18:38:42', '2019-05-20 16:38:42', 'Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita la pantalla de comentarios en el escritorio.\nLos avatares de los comentaristas provienen de <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_links`
--

CREATE TABLE `wpua_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_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 utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_options`
--

CREATE TABLE `wpua_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_options`
--

INSERT INTO `wpua_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://puertobarillas.com/welcome', 'yes'),
(2, 'home', 'https://puertobarillas.com/welcome', 'yes'),
(3, 'blogname', 'Puerto Barillas', 'yes'),
(4, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'Esamuelcoto@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:74:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[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:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentynineteen', 'yes'),
(41, 'stylesheet', 'twentynineteen', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', 'Europe/Madrid', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wpua_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(95, 'fresh_site', '1', 'yes'),
(96, 'WPLANG', 'es_ES', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, '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'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:3:{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:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:5:{i:1558373923;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1558413523;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:1558456722;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1558456743;a:3:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'recovery_keys', 'a:0:{}', 'yes'),
(118, 'theme_mods_twentynineteen', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(115, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.2\";s:7:\"version\";s:3:\"5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1558370323;s:15:\"version_checked\";s:3:\"5.2\";s:12:\"translations\";a:0:{}}', 'no'),
(119, '_site_transient_timeout_theme_roots', '1558372470', 'no'),
(120, '_site_transient_theme_roots', 'a:9:{s:10:\"ambassador\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'no'),
(121, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1558370670;s:7:\"checked\";a:9:{s:10:\"ambassador\";s:5:\"1.1.8\";s:12:\"twentyeleven\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:9:\"twentyten\";s:3:\"1.6\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:5:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.3.3.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.7.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.9.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.9.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.0.zip\";}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 01:02:28\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}}}', 'no'),
(122, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1558370324;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.2\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:5:\"1.8.0\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.1.0\";s:27:\"coming-soon/coming-soon.php\";s:6:\"5.0.25\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:5:\"7.1.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.5.1.3\";}s:8:\"response\";a:3:{s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:5:\"1.9.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"7.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.7.3.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.5.2.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.5.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:5:\"5.3.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:6:\"5.0.25\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/coming-soon.5.0.25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/coming-soon/assets/icon-256x256.jpg?rev=971699\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=1606731\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.jpg?rev=1368003\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(123, '_site_transient_timeout_browser_6eaaf991d59f1ada56000d97adcf5bdd', '1558975143', 'no'),
(125, '_site_transient_timeout_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', '1558975143', 'no'),
(126, '_site_transient_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}', 'no'),
(134, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1558413548', 'no'),
(128, '_site_transient_timeout_community-events-e907d8b8a03ab3376f0eb3f2146c0666', '1558413547', 'no'),
(130, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1558413547', 'no'),
(132, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1558413547', 'no'),
(133, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1558370347', 'no'),
(136, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1558413548', 'no'),
(137, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1558370348', 'no'),
(138, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1558413548', 'no'),
(140, 'can_compress_scripts', '1', 'no'),
(141, 'widget_hermes-widget-pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(142, 'widget_hermes-widget-connections', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(143, 'widget_hermes-widget-events', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'widget_hermes-facebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(145, 'widget_hermes-gallery-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146, 'widget_hermes-recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(147, 'widget_hermes-recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(148, 'widget_hermes-widget-testimonials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(149, 'widget_hermes-twitter-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'theme_mods_ambassador', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(151, 'category_children', 'a:0:{}', 'yes');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_postmeta`
--

CREATE TABLE `wpua_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_postmeta`
--

INSERT INTO `wpua_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_posts`
--

CREATE TABLE `wpua_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_posts`
--

INSERT INTO `wpua_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2019-05-20 18:38:42', '2019-05-20 16:38:42', '<!-- wp:paragraph -->\n<p>Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!</p>\n<!-- /wp:paragraph -->', '¡Hola, mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2019-05-20 18:38:42', '2019-05-20 16:38:42', '', 0, 'http://puertobarillas.com/welcome/?p=1', 0, 'post', '', 1),
(2, 1, '2019-05-20 18:38:42', '2019-05-20 16:38:42', '<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href=\"http://puertobarillas.com/welcome/wp-admin/\">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->', 'Página de ejemplo', '', 'publish', 'closed', 'open', '', 'pagina-ejemplo', '', '', '2019-05-20 18:38:42', '2019-05-20 16:38:42', '', 0, 'http://puertobarillas.com/welcome/?page_id=2', 0, 'page', '', 0),
(3, 1, '2019-05-20 18:38:42', '2019-05-20 16:38:42', '<!-- wp:heading --><h2>Quiénes somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>La dirección de nuestra web es: http://puertobarillas.com/welcome.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué datos personales recogemos y por qué los recogemos</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comentarios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de su comentario.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Medios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si subes imágenes a la web deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de localización de las imágenes de la web.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Formularios de contacto</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Cuando inicias sesión, también instalaremos varias cookies para guardar tu información de inicio de sesión y tus opciones de visualización de pantalla. Las cookies de inicio de sesión duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas &quot;Recordarme&quot;, tu inicio de sesión perdurará durante dos semanas. Si sales de tu cuenta, las cookies de inicio de sesión se eliminarán.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contenido incrustado de otros sitios web</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras web se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analítica</h3><!-- /wp:heading --><!-- wp:heading --><h2>Con quién compartimos tus datos</h2><!-- /wp:heading --><!-- wp:heading --><h2>Cuánto tiempo conservamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente en lugar de mantenerlos en una cola de moderación.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué derechos tienes sobre tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dónde enviamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Tu información de contacto</h2><!-- /wp:heading --><!-- wp:heading --><h2>Información adicional</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cómo protegemos tus datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Qué procedimientos utilizamos contra las brechas de datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>De qué terceros recibimos datos</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Qué tipo de toma de decisiones automatizada y/o perfilado hacemos con los datos del usuario</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Requerimientos regulatorios de revelación de información del sector</h3><!-- /wp:heading -->', 'Política de privacidad', '', 'draft', 'closed', 'open', '', 'politica-privacidad', '', '', '2019-05-20 18:38:42', '2019-05-20 16:38:42', '', 0, 'http://puertobarillas.com/welcome/?page_id=3', 0, 'page', '', 0),
(4, 1, '2019-05-20 18:39:03', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-05-20 18:39:03', '0000-00-00 00:00:00', '', 0, 'http://puertobarillas.com/welcome/?p=4', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_termmeta`
--

CREATE TABLE `wpua_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_terms`
--

CREATE TABLE `wpua_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_terms`
--

INSERT INTO `wpua_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_term_relationships`
--

CREATE TABLE `wpua_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_term_relationships`
--

INSERT INTO `wpua_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_term_taxonomy`
--

CREATE TABLE `wpua_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_term_taxonomy`
--

INSERT INTO `wpua_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_usermeta`
--

CREATE TABLE `wpua_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_usermeta`
--

INSERT INTO `wpua_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Nacascolo'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpua_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpua_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"68536fcd573a5130f1115ed88616f6fe60804141c5a16d3b8f4884db739cd3e7\";a:4:{s:10:\"expiration\";i:1558543142;s:2:\"ip\";s:12:\"179.5.103.67\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:5:\"login\";i:1558370342;}s:64:\"7594971d984c6667c0c428b8e926e7c84ba746bb7978727ff4ab33ca9d09c7fd\";a:4:{s:10:\"expiration\";i:1558543465;s:2:\"ip\";s:12:\"179.5.103.67\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:5:\"login\";i:1558370665;}}'),
(17, 1, 'wpua_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"179.5.103.0\";}'),
(19, 1, 'wpua_user-settings', 'imgsize=full'),
(20, 1, 'wpua_user-settings-time', '1558370661');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wpua_users`
--

CREATE TABLE `wpua_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wpua_users`
--

INSERT INTO `wpua_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'pbnew', '4a85f41bf46b9293aa4dcf450ee2cc0c', 'pbnew', 'elena_m_rivera@yahoo.com', '', '2019-05-20 16:38:42', '', 0, 'pbnew');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_cftemail_forms`
--

CREATE TABLE `wp_cftemail_forms` (
  `id` mediumint(9) NOT NULL,
  `form_name` varchar(250) NOT NULL DEFAULT '',
  `form_structure` text DEFAULT NULL,
  `fp_from_email` varchar(250) NOT NULL DEFAULT '',
  `fp_destination_emails` text DEFAULT NULL,
  `fp_subject` varchar(250) NOT NULL DEFAULT '',
  `fp_inc_additional_info` varchar(10) NOT NULL DEFAULT '',
  `fp_return_page` varchar(250) NOT NULL DEFAULT '',
  `fp_message` text DEFAULT NULL,
  `fp_emailformat` varchar(10) NOT NULL DEFAULT '',
  `cu_enable_copy_to_user` varchar(10) NOT NULL DEFAULT '',
  `cu_user_email_field` varchar(250) NOT NULL DEFAULT '',
  `cu_subject` varchar(250) NOT NULL DEFAULT '',
  `cu_message` text DEFAULT NULL,
  `cu_emailformat` varchar(10) NOT NULL DEFAULT '',
  `fp_emailfrommethod` varchar(10) NOT NULL DEFAULT '',
  `vs_use_validation` varchar(10) NOT NULL DEFAULT '',
  `vs_text_is_required` varchar(250) NOT NULL DEFAULT '',
  `vs_text_is_email` varchar(250) NOT NULL DEFAULT '',
  `vs_text_datemmddyyyy` varchar(250) NOT NULL DEFAULT '',
  `vs_text_dateddmmyyyy` varchar(250) NOT NULL DEFAULT '',
  `vs_text_number` varchar(250) NOT NULL DEFAULT '',
  `vs_text_digits` varchar(250) NOT NULL DEFAULT '',
  `vs_text_max` varchar(250) NOT NULL DEFAULT '',
  `vs_text_min` varchar(250) NOT NULL DEFAULT '',
  `vs_text_submitbtn` varchar(250) NOT NULL DEFAULT '',
  `vs_text_previousbtn` varchar(250) NOT NULL DEFAULT '',
  `vs_text_nextbtn` varchar(250) NOT NULL DEFAULT '',
  `rep_enable` varchar(10) NOT NULL DEFAULT '',
  `rep_days` varchar(10) NOT NULL DEFAULT '',
  `rep_hour` varchar(10) NOT NULL DEFAULT '',
  `rep_emails` text DEFAULT NULL,
  `rep_subject` text DEFAULT NULL,
  `rep_emailformat` varchar(10) NOT NULL DEFAULT '',
  `rep_message` text DEFAULT NULL,
  `cv_enable_captcha` varchar(20) NOT NULL DEFAULT '',
  `cv_width` varchar(20) NOT NULL DEFAULT '',
  `cv_height` varchar(20) NOT NULL DEFAULT '',
  `cv_chars` varchar(20) NOT NULL DEFAULT '',
  `cv_font` varchar(20) NOT NULL DEFAULT '',
  `cv_min_font_size` varchar(20) NOT NULL DEFAULT '',
  `cv_max_font_size` varchar(20) NOT NULL DEFAULT '',
  `cv_noise` varchar(20) NOT NULL DEFAULT '',
  `cv_noise_length` varchar(20) NOT NULL DEFAULT '',
  `cv_background` varchar(20) NOT NULL DEFAULT '',
  `cv_border` varchar(20) NOT NULL DEFAULT '',
  `cv_text_enter_valid_captcha` varchar(200) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `wp_cftemail_forms`
--

INSERT INTO `wp_cftemail_forms` (`id`, `form_name`, `form_structure`, `fp_from_email`, `fp_destination_emails`, `fp_subject`, `fp_inc_additional_info`, `fp_return_page`, `fp_message`, `fp_emailformat`, `cu_enable_copy_to_user`, `cu_user_email_field`, `cu_subject`, `cu_message`, `cu_emailformat`, `fp_emailfrommethod`, `vs_use_validation`, `vs_text_is_required`, `vs_text_is_email`, `vs_text_datemmddyyyy`, `vs_text_dateddmmyyyy`, `vs_text_number`, `vs_text_digits`, `vs_text_max`, `vs_text_min`, `vs_text_submitbtn`, `vs_text_previousbtn`, `vs_text_nextbtn`, `rep_enable`, `rep_days`, `rep_hour`, `rep_emails`, `rep_subject`, `rep_emailformat`, `rep_message`, `cv_enable_captcha`, `cv_width`, `cv_height`, `cv_chars`, `cv_font`, `cv_min_font_size`, `cv_max_font_size`, `cv_noise`, `cv_noise_length`, `cv_background`, `cv_border`, `cv_text_enter_valid_captcha`) VALUES
(1, 'Form 1 PB', '[[{\"name\":\"email\",\"index\":0,\"title\":\"Email\",\"ftype\":\"femail\",\"userhelp\":\"\",\"csslayout\":\"\",\"required\":true,\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"subject\",\"index\":1,\"title\":\"Subject\",\"required\":true,\"ftype\":\"ftext\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"message\",\"index\":2,\"size\":\"large\",\"required\":true,\"title\":\"Message\",\"ftype\":\"ftextarea\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\"}],[{\"title\":\"Contact Form\",\"description\":\"You can use the following form to contact us.\",\"formlayout\":\"top_aligned\"}]]', 'pto.barillas@gmail.com', 'pto.barillas@gmail.com', 'Contact from the blog...', 'true', 'http://www.puertobarillas.com/welcome', 'The following contact message has been sent:\n\n<%INFO%>\n\n', 'text', 'true', '', 'Confirmation: Message received...', 'Thank you for your message. We will reply you as soon as possible.\n\nThis is a copy of the data sent:\n\n<%INFO%>\n\nBest Regards.', 'text', '', 'true', 'This field is required.', 'Please enter a valid email address.', 'Please enter a valid date with this format(mm/dd/yyyy)', 'Please enter a valid date with this format(dd/mm/yyyy)', 'Please enter a valid number.', 'Please enter only digits.', 'Please enter a value less than or equal to {0}.', 'Please enter a value greater than or equal to {0}.', 'Submit', 'Previous', 'Next', 'no', '1', '0', '', 'Submissions report...', 'text', 'Attached you will find the data from the form submissions.', 'true', '180', '60', '5', 'font-1.ttf', '25', '35', '200', '4', 'ffffff', '000000', 'Please enter a valid captcha code.');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_cftemail_messages`
--

CREATE TABLE `wp_cftemail_messages` (
  `id` mediumint(9) NOT NULL,
  `formid` int(11) NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ipaddr` varchar(32) NOT NULL DEFAULT '',
  `notifyto` varchar(250) NOT NULL DEFAULT '',
  `data` text DEFAULT NULL,
  `posted_data` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_formmaker`
--

CREATE TABLE `wp_formmaker` (
  `id` int(11) NOT NULL,
  `title` varchar(127) NOT NULL,
  `mail` varchar(128) NOT NULL,
  `form` longtext NOT NULL,
  `form_front` longtext NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text NOT NULL,
  `submit_text` longtext NOT NULL,
  `url` varchar(200) NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script1` text NOT NULL,
  `script2` text NOT NULL,
  `script_user1` text NOT NULL,
  `script_user2` text NOT NULL,
  `counter` int(11) NOT NULL,
  `label_order` text NOT NULL,
  `article_id` varchar(512) NOT NULL,
  `pagination` varchar(128) NOT NULL,
  `show_title` varchar(128) NOT NULL,
  `show_numbers` varchar(128) NOT NULL,
  `public_key` varchar(50) NOT NULL,
  `private_key` varchar(50) NOT NULL,
  `recaptcha_theme` varchar(20) NOT NULL,
  `from_name` varchar(255) NOT NULL,
  `from_mail` varchar(255) NOT NULL,
  `label_order_current` text NOT NULL,
  `script_mail_user` text NOT NULL,
  `script_mail` text NOT NULL,
  `tax` int(11) NOT NULL,
  `payment_currency` varchar(20) NOT NULL,
  `paypal_email` varchar(128) NOT NULL,
  `checkout_mode` varchar(20) NOT NULL,
  `paypal_mode` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_formmaker`
--

INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(1, 'Contact Us with Captcha', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p>&nbsp;</p></td><td class=\"element_toolbar\" id=\"X_3\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;3&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"{plugin_path}/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"3_element_labelform_id_temp\">custom_3</span></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr><tr type=\"type_name\" id=\"8\"><td class=\"\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"8_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"8_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"8_requiredform_id_temp\" name=\"8_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"8_uniqueform_id_temp\" name=\"8_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"8_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"8_tr_name1\"><td id=\"8_td_name_input_first\"><input onchange=\"change_value(\'8_element_firstform_id_temp\')\" onblur=\"return_value(&quot;8_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;8_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"8_element_firstform_id_temp\" id=\"8_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"8_td_name_input_last\"><input onchange=\"change_value(\'8_element_lastform_id_temp\')\" onblur=\"return_value(&quot;8_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;8_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"8_element_lastform_id_temp\" id=\"8_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"8_tr_name2\"><td id=\"8_td_name_label_first\" align=\"left\"><label id=\"8_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"8_td_name_label_last\" align=\"left\"><label id=\"8_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td><td class=\"element_toolbar\" id=\"X_8\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;8&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"ex: myname@example.com\" value=\"ex: myname@example.com\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td><td class=\"element_toolbar\" id=\"X_2\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;2&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"4\" type=\"type_textarea\"><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Comments:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td><td class=\"element_toolbar\" id=\"X_4\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;4&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"5\" type=\"type_captcha\"><td class=\"\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"5_element_labelform_id_temp\">Type the characters you see here:</span></td><td class=\" toolbar_padding\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_captcha\" type=\"hidden\"><table><tr><td valign=\"middle\"><img onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" class=\"captcha_img\" id=\"_wd_captchaform_id_temp\" src=\"http://www.puertobarillas.com/welcome/wp-admin/admin-ajax.php?action=formcontactwdcaptcha&digit=6&i=form_id_temp\" digit=\"6\" type=\"captcha\"></td><td valign=\"middle\"><div onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" id=\"_element_refreshform_id_temp\" class=\"captcha_refresh\"></div></td></tr><tr><td><input name=\"captcha_input\" id=\"_wd_captcha_inputform_id_temp\" class=\"captcha_input\" style=\"width: 75px;\" type=\"text\"></td></tr></table></td><td class=\"element_toolbar\" id=\"X_5\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;5&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"></td><td class=\"element_toolbar\" id=\"page_up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"6\" type=\"type_submit_reset\"><td id=\"6_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"6_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"6_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"6_element_labelform_id_temp\">type_submit_reset_6</span></td><td class=\"\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"6_typeform_id_temp\" name=\"6_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"6_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"6_element_resetform_id_temp\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_6\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;6&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p>&nbsp;</p></td></tr><tr type=\"type_name\" id=\"8\"><td class=\"\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"8_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"8_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"8_requiredform_id_temp\" name=\"8_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"8_uniqueform_id_temp\" name=\"8_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"8_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"8_tr_name1\"><td id=\"8_td_name_input_first\"><input onchange=\"change_value(\'8_element_firstform_id_temp\')\" onblur=\"return_value(&quot;8_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;8_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"8_element_firstform_id_temp\" id=\"8_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"8_td_name_input_last\"><input onchange=\"change_value(\'8_element_lastform_id_temp\')\" onblur=\"return_value(&quot;8_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;8_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"8_element_lastform_id_temp\" id=\"8_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"8_tr_name2\"><td id=\"8_td_name_label_first\" align=\"left\"><label id=\"8_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"8_td_name_label_last\" align=\"left\"><label id=\"8_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"ex: myname@example.com\" value=\"ex: myname@example.com\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr><tr id=\"4\" type=\"type_textarea\"><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Comments:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td></tr><tr id=\"5\" type=\"type_captcha\"><td class=\"\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"5_element_labelform_id_temp\">Type the characters you see here:</span></td><td class=\" toolbar_padding\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_captcha\" type=\"hidden\"><table><tr><td valign=\"middle\"><img onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" class=\"captcha_img\" id=\"_wd_captchaform_id_temp\" src=\"http://www.puertobarillas.com/welcome/wp-admin/admin-ajax.php?action=formcontactwdcaptcha&digit=6&i=form_id_temp\" digit=\"6\" type=\"captcha\"></td><td valign=\"middle\"><div onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" id=\"_element_refreshform_id_temp\" class=\"captcha_refresh\"></div></td></tr><tr><td><input name=\"captcha_input\" id=\"_wd_captcha_inputform_id_temp\" class=\"captcha_input\" style=\"width: 75px;\" type=\"text\"></td></tr></table></td></tr><tr id=\"6\" type=\"type_submit_reset\"><td id=\"6_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"6_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"6_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"6_element_labelform_id_temp\">type_submit_reset_6</span></td><td class=\"\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"6_typeform_id_temp\" name=\"6_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"6_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"6_element_resetform_id_temp\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 17, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 7, '3#**id**#custom_3#**label**#type_editor#****#8#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '3#**id**#custom_3#**label**#type_editor#****#8#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(2, 'Simple Contact', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"10\"><td class=\"toolbar_padding\" id=\"10_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"10_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"10_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"10_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"10_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"10_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"10_typeform_id_temp\" name=\"10_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"10_requiredform_id_temp\" name=\"10_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"10_uniqueform_id_temp\" name=\"10_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"10_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"10_tr_name1\"><td id=\"10_td_name_input_first\"><input onchange=\"change_value(\'10_element_firstform_id_temp\')\" onblur=\"return_value(&quot;10_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;10_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"10_element_firstform_id_temp\" id=\"10_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"10_td_name_input_last\"><input onchange=\"change_value(\'10_element_lastform_id_temp\')\" onblur=\"return_value(&quot;10_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;10_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"10_element_lastform_id_temp\" id=\"10_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"10_tr_name2\"><td id=\"10_td_name_label_first\" align=\"left\"><label id=\"10_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"10_td_name_label_last\" align=\"left\"><label id=\"10_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_10\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;10&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;10&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;10&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_2\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;2&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"3\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"3_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"3_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"3_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"3_element_labelform_id_temp\">Website</span><span class=\"required\" id=\"3_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"3_typeform_id_temp\" name=\"3_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"3_requiredform_id_temp\" name=\"3_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"3_uniqueform_id_temp\" name=\"3_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;3_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;3_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;3_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"3_elementform_id_temp\" id=\"3_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_3\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;3&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"9\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><p><br> </p></td><td class=\"element_toolbar\" id=\"X_9\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;9&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;9&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;9&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"9_element_labelform_id_temp\">custom_9</span></td><td class=\"element_toolbar\" id=\"dublicate_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr><tr id=\"7\" type=\"type_submit_reset\"><td id=\"7_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"7_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"7_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"7_element_labelform_id_temp\">type_submit_reset_7</span></td><td class=\"\" id=\"7_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"7_typeform_id_temp\" name=\"7_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Send Now!\" id=\"7_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Send Now!</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"7_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_7\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;7&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;7&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;7&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 250px; height: 120px;\"></textarea></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_4\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;4&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"10\"><td class=\"toolbar_padding\" id=\"10_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"10_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"10_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"10_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"10_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"10_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"10_typeform_id_temp\" name=\"10_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"10_requiredform_id_temp\" name=\"10_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"10_uniqueform_id_temp\" name=\"10_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"10_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"10_tr_name1\"><td id=\"10_td_name_input_first\"><input onchange=\"change_value(\'10_element_firstform_id_temp\')\" onblur=\"return_value(&quot;10_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;10_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"10_element_firstform_id_temp\" id=\"10_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"10_td_name_input_last\"><input onchange=\"change_value(\'10_element_lastform_id_temp\')\" onblur=\"return_value(&quot;10_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;10_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"10_element_lastform_id_temp\" id=\"10_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"10_tr_name2\"><td id=\"10_td_name_label_first\" align=\"left\"><label id=\"10_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"10_td_name_label_last\" align=\"left\"><label id=\"10_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td></tr></tbody></table></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr id=\"3\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"3_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"3_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"3_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"3_element_labelform_id_temp\">Website</span><span class=\"required\" id=\"3_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"3_typeform_id_temp\" name=\"3_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"3_requiredform_id_temp\" name=\"3_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"3_uniqueform_id_temp\" name=\"3_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;3_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;3_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;3_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"3_elementform_id_temp\" id=\"3_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr id=\"9\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><p><br> </p></td></tr><tr id=\"7\" type=\"type_submit_reset\"><td id=\"7_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"7_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"7_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"7_element_labelform_id_temp\">type_submit_reset_7</span></td><td class=\"\" id=\"7_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"7_typeform_id_temp\" name=\"7_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Send Now!\" id=\"7_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Send Now!</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"7_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 250px; height: 120px;\"></textarea></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 17, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 10, '10#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#9#**id**#custom_9#**label**#type_editor#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#custom_5#**label**#type_editor#****#6#**id**#custom_6#**label**#type_editor#****#8#**id**#custom_8#**label**#type_editor#****#', '', 'none', 'false', 'true', '', '', '', '', '', '10#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#9#**id**#custom_9#**label**#type_editor#****#7#**id**#type_submit_reset_7#**label**#type_submit_reset#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#custom_5#**label**#type_editor#****#6#**id**#custom_6#**label**#type_editor#****#8#**id**#custom_8#**label**#type_editor#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(3, 'Advanced Contact Form 2', '', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"1_label_sectionform_id_temp\" class=\"\"><span id=\"1_element_labelform_id_temp\" class=\"label\">First Name:</span><span id=\"1_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"1_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"1_typeform_id_temp\" id=\"1_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_requiredform_id_temp\" id=\"1_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_uniqueform_id_temp\" id=\"1_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"1_elementform_id_temp\" name=\"1_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\"></td><td id=\"X_1\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;1&quot;)\"></td><td id=\"left_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;1&quot;)\"></td><td id=\"up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;1&quot;)\"></td><td id=\"down_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;1&quot;)\"></td><td id=\"right_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;1&quot;)\"></td><td id=\"edit_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;1&quot;)\"></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;1&quot;)\"></td><td id=\"page_up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;1&quot;)\"></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;1&quot;)\"></td></tr><tr id=\"11\" type=\"type_editor\"><td id=\"11_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_11\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;11&quot;)\"></td><td id=\"left_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;11&quot;)\"></td><td id=\"up_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;11&quot;)\"></td><td id=\"down_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;11&quot;)\"></td><td id=\"right_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;11&quot;)\"></td><td id=\"edit_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;11&quot;)\"><span id=\"11_element_labelform_id_temp\" style=\"display: none;\">custom_11</span></td><td id=\"dublicate_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;11&quot;)\"></td><td id=\"dublicate_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;11&quot;)\"></td><td id=\"page_up_11\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;11&quot;)\"></td></tr><tr id=\"2\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"2_label_sectionform_id_temp\" class=\"\"><span id=\"2_element_labelform_id_temp\" class=\"label\">Last Name:</span><span id=\"2_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"2_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"2_typeform_id_temp\" id=\"2_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_requiredform_id_temp\" id=\"2_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_uniqueform_id_temp\" id=\"2_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"2_elementform_id_temp\" name=\"2_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;2_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;2_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;2_elementform_id_temp&quot;)\"></td><td id=\"X_2\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;2&quot;)\"></td><td id=\"left_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;2&quot;)\"></td><td id=\"up_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;2&quot;)\"></td><td id=\"down_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;2&quot;)\"></td><td id=\"right_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;2&quot;)\"></td><td id=\"edit_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;2&quot;)\"></td><td id=\"dublicate_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;2&quot;)\"></td><td id=\"page_up_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;2&quot;)\"></td><td id=\"dublicate_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;2&quot;)\"></td></tr><tr id=\"12\" type=\"type_editor\"><td id=\"12_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_12\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;12&quot;)\"></td><td id=\"left_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;12&quot;)\"></td><td id=\"up_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;12&quot;)\"></td><td id=\"down_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;12&quot;)\"></td><td id=\"right_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;12&quot;)\"></td><td id=\"edit_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;12&quot;)\"><span id=\"12_element_labelform_id_temp\" style=\"display: none;\">custom_12</span></td><td id=\"dublicate_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;12&quot;)\"></td><td id=\"dublicate_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;12&quot;)\"></td><td id=\"page_up_12\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;12&quot;)\"></td></tr><tr id=\"3\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">E-mail Address:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_sendform_id_temp\" id=\"3_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></td><td id=\"X_3\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;3&quot;)\"></td><td id=\"left_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;3&quot;)\"></td><td id=\"up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;3&quot;)\"></td><td id=\"down_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;3&quot;)\"></td><td id=\"right_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;3&quot;)\"></td><td id=\"edit_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;3&quot;)\"></td><td id=\"page_up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;3&quot;)\"></td></tr><tr id=\"13\" type=\"type_editor\"><td id=\"13_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_13\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;13&quot;)\"></td><td id=\"left_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;13&quot;)\"></td><td id=\"up_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;13&quot;)\"></td><td id=\"down_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;13&quot;)\"></td><td id=\"right_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;13&quot;)\"></td><td id=\"edit_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;13&quot;)\"><span id=\"13_element_labelform_id_temp\" style=\"display: none;\">custom_13</span></td><td id=\"dublicate_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;13&quot;)\"></td><td id=\"dublicate_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;13&quot;)\"></td><td id=\"page_up_13\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;13&quot;)\"></td></tr><tr id=\"4\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" class=\"\"><span id=\"4_element_labelform_id_temp\" class=\"label\">Company / Restaurant Name:</span><span id=\"4_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"4_requiredform_id_temp\" id=\"4_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"4_uniqueform_id_temp\" id=\"4_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"4_elementform_id_temp\" name=\"4_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;4_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;4_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;4_elementform_id_temp&quot;)\"></td><td id=\"X_4\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;4&quot;)\"></td><td id=\"left_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;4&quot;)\"></td><td id=\"up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;4&quot;)\"></td><td id=\"down_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;4&quot;)\"></td><td id=\"right_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;4&quot;)\"></td><td id=\"edit_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;4&quot;)\"></td><td id=\"page_up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;4&quot;)\"></td></tr><tr id=\"14\" type=\"type_editor\"><td id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_14\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;14&quot;)\"></td><td id=\"left_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;14&quot;)\"></td><td id=\"up_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;14&quot;)\"></td><td id=\"down_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;14&quot;)\"></td><td id=\"right_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;14&quot;)\"></td><td id=\"edit_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;14&quot;)\"><span id=\"14_element_labelform_id_temp\" style=\"display: none;\">custom_14</span></td><td id=\"dublicate_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;14&quot;)\"></td><td id=\"dublicate_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;14&quot;)\"></td><td id=\"page_up_14\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;14&quot;)\"></td></tr><tr id=\"5\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">Telephone:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;5_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;5_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;5_elementform_id_temp&quot;)\"></td><td id=\"X_5\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;5&quot;)\"></td><td id=\"left_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;5&quot;)\"></td><td id=\"up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;5&quot;)\"></td><td id=\"down_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;5&quot;)\"></td><td id=\"right_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;5&quot;)\"></td><td id=\"edit_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;5&quot;)\"></td><td id=\"page_up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;5&quot;)\"></td></tr><tr id=\"15\" type=\"type_editor\"><td id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_15\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;15&quot;)\"></td><td id=\"left_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;15&quot;)\"></td><td id=\"up_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;15&quot;)\"></td><td id=\"down_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;15&quot;)\"></td><td id=\"right_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;15&quot;)\"></td><td id=\"edit_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;15&quot;)\"><span id=\"15_element_labelform_id_temp\" style=\"display: none;\">custom_15</span></td><td id=\"dublicate_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;15&quot;)\"></td><td id=\"dublicate_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;15&quot;)\"></td><td id=\"page_up_15\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;15&quot;)\"></td></tr><tr id=\"6\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"6_label_sectionform_id_temp\" class=\"\"><span id=\"6_element_labelform_id_temp\" class=\"label\">Alternate Telephone:</span><span id=\"6_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"6_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"6_typeform_id_temp\" id=\"6_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"6_requiredform_id_temp\" id=\"6_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"6_uniqueform_id_temp\" id=\"6_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"6_elementform_id_temp\" name=\"6_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;6_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;6_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;6_elementform_id_temp&quot;)\"></td><td id=\"X_6\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;6&quot;)\"></td><td id=\"left_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;6&quot;)\"></td><td id=\"up_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;6&quot;)\"></td><td id=\"down_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;6&quot;)\"></td><td id=\"right_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;6&quot;)\"></td><td id=\"edit_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;6&quot;)\"></td><td id=\"dublicate_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;6&quot;)\"></td><td id=\"page_up_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;6&quot;)\"></td><td id=\"dublicate_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;6&quot;)\"></td></tr><tr id=\"16\" type=\"type_editor\"><td id=\"16_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_16\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;16&quot;)\"></td><td id=\"left_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;16&quot;)\"></td><td id=\"up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;16&quot;)\"></td><td id=\"down_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;16&quot;)\"></td><td id=\"right_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;16&quot;)\"></td><td id=\"edit_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;16&quot;)\"><span id=\"16_element_labelform_id_temp\" style=\"display: none;\">custom_16</span></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;16&quot;)\"></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;16&quot;)\"></td><td id=\"page_up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;16&quot;)\"></td></tr><tr id=\"7\" type=\"type_textarea\"><td valign=\"top\" align=\"left\" id=\"7_label_sectionform_id_temp\" class=\"\"><span id=\"7_element_labelform_id_temp\" class=\"label\">Requirements/ Comments:</span><span id=\"7_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"top\" align=\"left\" id=\"7_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_textarea\" name=\"7_typeform_id_temp\" id=\"7_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"7_requiredform_id_temp\" id=\"7_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"7_uniqueform_id_temp\" id=\"7_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"7_elementform_id_temp\" name=\"7_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'7_elementform_id_temp\')\" onblur=\"return_value(\'7_elementform_id_temp\')\" onchange=\"change_value(\'7_elementform_id_temp\')\"></textarea></td><td id=\"X_7\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;7&quot;)\"></td><td id=\"left_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;7&quot;)\"></td><td id=\"up_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;7&quot;)\"></td><td id=\"down_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;7&quot;)\"></td><td id=\"right_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;7&quot;)\"></td><td id=\"edit_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;7&quot;)\"></td><td id=\"dublicate_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;7&quot;)\"></td><td id=\"page_up_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;7&quot;)\"></td><td id=\"dublicate_7\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;7&quot;)\"></td></tr><tr id=\"17\" type=\"type_editor\"><td id=\"17_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_17\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;17&quot;)\"></td><td id=\"left_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;17&quot;)\"></td><td id=\"up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;17&quot;)\"></td><td id=\"down_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;17&quot;)\"></td><td id=\"right_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;17&quot;)\"></td><td id=\"edit_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;17&quot;)\"><span id=\"17_element_labelform_id_temp\" style=\"display: none;\">custom_17</span></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;17&quot;)\"></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;17&quot;)\"></td><td id=\"page_up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;17&quot;)\"></td></tr><tr id=\"8\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"8_label_sectionform_id_temp\" class=\"\"><span id=\"8_element_labelform_id_temp\" class=\"label\">How Did You Hear About Us?</span><span id=\"8_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"8_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"8_typeform_id_temp\" id=\"8_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"8_requiredform_id_temp\" id=\"8_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"8_uniqueform_id_temp\" id=\"8_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"8_elementform_id_temp\" name=\"8_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;8_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;8_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;8_elementform_id_temp&quot;)\"></td><td id=\"X_8\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;8&quot;)\"></td><td id=\"left_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;8&quot;)\"></td><td id=\"up_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;8&quot;)\"></td><td id=\"down_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;8&quot;)\"></td><td id=\"right_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;8&quot;)\"></td><td id=\"edit_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;8&quot;)\"></td><td id=\"dublicate_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;8&quot;)\"></td><td id=\"page_up_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;8&quot;)\"></td><td id=\"dublicate_8\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;8&quot;)\"></td></tr><tr id=\"18\" type=\"type_editor\"><td id=\"18_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td><td id=\"X_18\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;18&quot;)\"></td><td id=\"left_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;18&quot;)\"></td><td id=\"up_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;18&quot;)\"></td><td id=\"down_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;18&quot;)\"></td><td id=\"right_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;18&quot;)\"></td><td id=\"edit_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;18&quot;)\"><span id=\"18_element_labelform_id_temp\" style=\"display: none;\">custom_18</span></td><td id=\"dublicate_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;18&quot;)\"></td><td id=\"dublicate_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;18&quot;)\"></td><td id=\"page_up_18\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;18&quot;)\"></td></tr><tr id=\"9\" type=\"type_editor\"><td id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\">* Indicates required fields</td><td id=\"X_9\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;9&quot;)\"></td><td id=\"left_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;9&quot;)\"></td><td id=\"up_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;9&quot;)\"></td><td id=\"down_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;9&quot;)\"></td><td id=\"right_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;9&quot;)\"></td><td id=\"edit_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;9&quot;)\"><span id=\"9_element_labelform_id_temp\" style=\"display: none;\">custom_9</span></td><td id=\"dublicate_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;9&quot;)\"></td><td id=\"dublicate_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;9&quot;)\"></td><td id=\"page_up_9\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;9&quot;)\"></td></tr><tr id=\"10\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"10_label_and_element_sectionform_id_temp\"><table id=\"10_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"10_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"10_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_10</span></td><td valign=\"middle\" align=\"left\" id=\"10_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"10_typeform_id_temp\" id=\"10_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"10_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" id=\"10_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></tbody></table></td><td id=\"X_10\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;10&quot;)\"></td><td id=\"left_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;10&quot;)\"></td><td id=\"up_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;10&quot;)\"></td><td id=\"down_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;10&quot;)\"></td><td id=\"right_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;10&quot;)\"></td><td id=\"edit_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;10&quot;)\"></td><td id=\"dublicate_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;10&quot;)\"></td><td id=\"page_up_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;10&quot;)\"></td><td id=\"dublicate_10\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;10&quot;)\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"1_label_sectionform_id_temp\" class=\"\"><span id=\"1_element_labelform_id_temp\" class=\"label\">First Name:</span><span id=\"1_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"1_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"1_typeform_id_temp\" id=\"1_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_requiredform_id_temp\" id=\"1_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_uniqueform_id_temp\" id=\"1_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"1_elementform_id_temp\" name=\"1_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\"></td></tr><tr id=\"11\" type=\"type_editor\"><td id=\"11_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"2\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"2_label_sectionform_id_temp\" class=\"\"><span id=\"2_element_labelform_id_temp\" class=\"label\">Last Name:</span><span id=\"2_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"2_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"2_typeform_id_temp\" id=\"2_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_requiredform_id_temp\" id=\"2_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_uniqueform_id_temp\" id=\"2_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"2_elementform_id_temp\" name=\"2_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;2_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;2_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;2_elementform_id_temp&quot;)\"></td></tr><tr id=\"12\" type=\"type_editor\"><td id=\"12_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"3\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">E-mail Address:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_sendform_id_temp\" id=\"3_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></td></tr><tr id=\"13\" type=\"type_editor\"><td id=\"13_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"4\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" class=\"\"><span id=\"4_element_labelform_id_temp\" class=\"label\">Company / Restaurant Name:</span><span id=\"4_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"4_requiredform_id_temp\" id=\"4_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"4_uniqueform_id_temp\" id=\"4_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"4_elementform_id_temp\" name=\"4_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;4_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;4_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;4_elementform_id_temp&quot;)\"></td></tr><tr id=\"14\" type=\"type_editor\"><td id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"5\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">Telephone:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;5_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;5_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;5_elementform_id_temp&quot;)\"></td></tr><tr id=\"15\" type=\"type_editor\"><td id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"6\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"6_label_sectionform_id_temp\" class=\"\"><span id=\"6_element_labelform_id_temp\" class=\"label\">Alternate Telephone:</span><span id=\"6_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"6_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"6_typeform_id_temp\" id=\"6_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"6_requiredform_id_temp\" id=\"6_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"6_uniqueform_id_temp\" id=\"6_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"6_elementform_id_temp\" name=\"6_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;6_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;6_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;6_elementform_id_temp&quot;)\"></td></tr><tr id=\"16\" type=\"type_editor\"><td id=\"16_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"7\" type=\"type_textarea\"><td valign=\"top\" align=\"left\" id=\"7_label_sectionform_id_temp\" class=\"\"><span id=\"7_element_labelform_id_temp\" class=\"label\">Requirements/ Comments:</span><span id=\"7_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"top\" align=\"left\" id=\"7_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_textarea\" name=\"7_typeform_id_temp\" id=\"7_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"7_requiredform_id_temp\" id=\"7_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"7_uniqueform_id_temp\" id=\"7_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"7_elementform_id_temp\" name=\"7_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'7_elementform_id_temp\')\" onblur=\"return_value(\'7_elementform_id_temp\')\" onchange=\"change_value(\'7_elementform_id_temp\')\"></textarea></td></tr><tr id=\"17\" type=\"type_editor\"><td id=\"17_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"8\" type=\"type_text\"><td valign=\"middle\" align=\"left\" id=\"8_label_sectionform_id_temp\" class=\"\"><span id=\"8_element_labelform_id_temp\" class=\"label\">How Did You Hear About Us?</span><span id=\"8_required_elementform_id_temp\" class=\"required\"></span></td><td valign=\"middle\" align=\"left\" id=\"8_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_text\" name=\"8_typeform_id_temp\" id=\"8_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"8_requiredform_id_temp\" id=\"8_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"8_uniqueform_id_temp\" id=\"8_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"8_elementform_id_temp\" name=\"8_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;8_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;8_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;8_elementform_id_temp&quot;)\"></td></tr><tr id=\"18\" type=\"type_editor\"><td id=\"18_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><br></td></tr><tr id=\"9\" type=\"type_editor\"><td id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\">* Indicates required fields</td></tr><tr id=\"10\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"10_label_and_element_sectionform_id_temp\"><table id=\"10_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"10_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"10_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_10</span></td><td valign=\"middle\" align=\"left\" id=\"10_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"10_typeform_id_temp\" id=\"10_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"10_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" id=\"10_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 17, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 19, '1#**id**#First Name:#**label**#type_text#****#11#**id**#custom_11#**label**#type_editor#****#2#**id**#Last Name:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#3#**id**#E-mail Address:#**label**#type_submitter_mail#****#13#**id**#custom_13#**label**#type_editor#****#4#**id**#Company / Restaurant Name:#**label**#type_text#****#14#**id**#custom_14#**label**#type_editor#****#5#**id**#Telephone:#**label**#type_text#****#15#**id**#custom_15#**label**#type_editor#****#6#**id**#Alternate Telephone:#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#7#**id**#Requirements/ Comments:#**label**#type_textarea#****#17#**id**#custom_17#**label**#type_editor#****#8#**id**#How Did You Hear About Us?#**label**#type_text#****#18#**id**#custom_18#**label**#type_editor#****#9#**id**#custom_9#**label**#type_editor#****#10#**id**#type_submit_reset_10#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '1#**id**#First Name:#**label**#type_text#****#11#**id**#custom_11#**label**#type_editor#****#2#**id**#Last Name:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#3#**id**#E-mail Address:#**label**#type_submitter_mail#****#13#**id**#custom_13#**label**#type_editor#****#4#**id**#Company / Restaurant Name:#**label**#type_text#****#14#**id**#custom_14#**label**#type_editor#****#5#**id**#Telephone:#**label**#type_text#****#15#**id**#custom_15#**label**#type_editor#****#6#**id**#Alternate Telephone:#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#7#**id**#Requirements/ Comments:#**label**#type_textarea#****#17#**id**#custom_17#**label**#type_editor#****#8#**id**#How Did You Hear About Us?#**label**#type_text#****#18#**id**#custom_18#**label**#type_editor#****#9#**id**#custom_9#**label**#type_editor#****#10#**id**#type_submit_reset_10#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(4, 'Simple Contact with Phone', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"1_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_1\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;1&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_2\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;2&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr type=\"type_phone\" id=\"6\"><td class=\"toolbar_padding\" id=\"6_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"6_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"6_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"6_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"6_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"6_typeform_id_temp\" name=\"6_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"6_requiredform_id_temp\" name=\"6_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"6_uniqueform_id_temp\" name=\"6_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"6_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"6_tr_name1\"><td id=\"6_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'6_element_firstform_id_temp\')\" onblur=\"return_value(&quot;6_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;6_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"6_element_firstform_id_temp\" id=\"6_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"6_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'6_element_lastform_id_temp\')\" onblur=\"return_value(&quot;6_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;6_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"6_element_lastform_id_temp\" id=\"6_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"6_tr_name2\"><td id=\"6_td_name_label_first\" align=\"left\"><label id=\"6_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"6_td_name_label_last\" align=\"left\"><label id=\"6_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_6\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;6&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"4\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_4\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;4&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"5\" type=\"type_submit_reset\"><td id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"5_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"5_element_labelform_id_temp\">type_submit_reset_5</span></td><td class=\"\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit Form\" id=\"5_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit Form</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"5_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_5\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;5&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"1_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr type=\"type_phone\" id=\"6\"><td class=\"toolbar_padding\" id=\"6_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"6_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"6_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"6_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"6_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"6_typeform_id_temp\" name=\"6_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"6_requiredform_id_temp\" name=\"6_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"6_uniqueform_id_temp\" name=\"6_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"6_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"6_tr_name1\"><td id=\"6_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'6_element_firstform_id_temp\')\" onblur=\"return_value(&quot;6_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;6_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"6_element_firstform_id_temp\" id=\"6_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"6_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'6_element_lastform_id_temp\')\" onblur=\"return_value(&quot;6_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;6_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"6_element_lastform_id_temp\" id=\"6_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"6_tr_name2\"><td id=\"6_td_name_label_first\" align=\"left\"><label id=\"6_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"6_td_name_label_last\" align=\"left\"><label id=\"6_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td></tr><tr id=\"4\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"4_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"4_requiredform_id_temp\" name=\"4_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"4_uniqueform_id_temp\" name=\"4_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" value=\"\" title=\"\" name=\"4_elementform_id_temp\" id=\"4_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td></tr></tbody></table></td></tr><tr id=\"5\" type=\"type_submit_reset\"><td id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"5_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"5_element_labelform_id_temp\">type_submit_reset_5</span></td><td class=\"\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit Form\" id=\"5_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit Form</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"5_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 36, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 6, '1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(5, 'User Credentials', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"16\"><td class=\"\" id=\"16_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"16_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"16_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"16_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"16_typeform_id_temp\" name=\"16_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"16_requiredform_id_temp\" name=\"16_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"16_uniqueform_id_temp\" name=\"16_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"16_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"16_tr_name1\"><td id=\"16_td_name_input_first\"><input onchange=\"change_value(\'16_element_firstform_id_temp\')\" onblur=\"return_value(&quot;16_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;16_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"16_element_firstform_id_temp\" id=\"16_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"16_td_name_input_last\"><input onchange=\"change_value(\'16_element_lastform_id_temp\')\" onblur=\"return_value(&quot;16_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;16_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"16_element_lastform_id_temp\" id=\"16_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"16_tr_name2\"><td id=\"16_td_name_label_first\" align=\"left\"><label id=\"16_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"16_td_name_label_last\" align=\"left\"><label id=\"16_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td><td class=\"element_toolbar\" id=\"X_16\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;16&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;16&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up_hover.png\"></td><td class=\"element_toolbar\" id=\"down_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;16&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_16\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;16&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr id=\"2\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td class=\"toolbar_padding\" colspan=\"100\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><hr></td><td class=\"element_toolbar\" id=\"X_2\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_section_break(&quot;2&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"edit_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"2_element_labelform_id_temp\">custom_2</span></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><h3>            How do we contact you          </h3></td><td class=\"element_toolbar\" id=\"X_3\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;3&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;3&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"3_element_labelform_id_temp\">custom_3</span></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_3\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;3&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr></tbody></table></td></tr><tr id=\"4\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td class=\"toolbar_padding\" colspan=\"100\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><hr></td><td class=\"element_toolbar\" id=\"X_4\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_section_break(&quot;4&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"edit_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"4_element_labelform_id_temp\">custom_4</span></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"5\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"5_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"5_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"5_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"5_requiredform_id_temp\" name=\"5_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"5_sendform_id_temp\" name=\"5_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"5_uniqueform_id_temp\" name=\"5_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" title=\"ex: myname@example.com\" value=\"ex: myname@example.com\" name=\"5_elementform_id_temp\" id=\"5_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_5\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;5&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr type=\"type_phone\" id=\"17\"><td class=\"toolbar_padding\" id=\"17_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"17_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"17_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"17_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"17_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"17_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"17_typeform_id_temp\" name=\"17_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"17_requiredform_id_temp\" name=\"17_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"17_uniqueform_id_temp\" name=\"17_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"17_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"17_tr_name1\"><td id=\"17_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'17_element_firstform_id_temp\')\" onblur=\"return_value(&quot;17_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;17_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"17_element_firstform_id_temp\" id=\"17_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"17_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'17_element_lastform_id_temp\')\" onblur=\"return_value(&quot;17_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;17_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"17_element_lastform_id_temp\" id=\"17_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"17_tr_name2\"><td id=\"17_td_name_label_first\" align=\"left\"><label id=\"17_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"17_td_name_label_last\" align=\"left\"><label id=\"17_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_17\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;17&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;17&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;17&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_17\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;17&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr type=\"type_phone\" id=\"18\"><td class=\"toolbar_padding\" id=\"18_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"18_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"18_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"18_element_labelform_id_temp\">Mobile Phone Number:</span><span class=\"required\" id=\"18_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"18_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"18_typeform_id_temp\" name=\"18_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"18_requiredform_id_temp\" name=\"18_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"18_uniqueform_id_temp\" name=\"18_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"18_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"18_tr_name1\"><td id=\"18_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'18_element_firstform_id_temp\')\" onblur=\"return_value(&quot;18_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;18_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"18_element_firstform_id_temp\" id=\"18_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"18_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'18_element_lastform_id_temp\')\" onblur=\"return_value(&quot;18_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;18_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"18_element_lastform_id_temp\" id=\"18_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"18_tr_name2\"><td id=\"18_td_name_label_first\" align=\"left\"><label id=\"18_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"18_td_name_label_last\" align=\"left\"><label id=\"18_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_18\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;18&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;18&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up_hover.png\"></td><td class=\"element_toolbar\" id=\"down_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;18&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_18\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;18&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr type=\"type_address\" id=\"19\"><td class=\"toolbar_padding\" id=\"19_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"19_elemet_tableform_id_temp\"><tbody><tr><td class=\"wdform_address\" id=\"19_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"19_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"19_required_elementform_id_temp\"></span></td></tr><tr><td class=\"wdform_address\" id=\"19_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"19_typeform_id_temp\" name=\"19_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"19_requiredform_id_temp\" name=\"19_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"19_disable_fieldsform_id_temp\" name=\"19_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"19_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street1form_id_temp\')\" name=\"19_street1form_id_temp\" id=\"19_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street2form_id_temp\')\" name=\"20_street2form_id_temp\" id=\"19_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_cityform_id_temp\')\" name=\"21_cityform_id_temp\" id=\"19_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_stateform_id_temp\')\" name=\"22_stateform_id_temp\" id=\"19_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_postalform_id_temp\')\" name=\"23_postalform_id_temp\" id=\"19_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'19_countryform_id_temp\')\" name=\"24_countryform_id_temp\" id=\"19_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"19_mini_label_country\" class=\"mini_label\">Country</label></span></div></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_19\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;19&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"14\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"14_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"14_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Message Inquiry / Comments</span><span class=\"required\" id=\"14_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"14_uniqueform_id_temp\" name=\"14_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'14_elementform_id_temp\')\" onblur=\"return_value(\'14_elementform_id_temp\')\" onfocus=\"delete_value(\'14_elementform_id_temp\')\" value=\"\" title=\"\" name=\"14_elementform_id_temp\" id=\"14_elementform_id_temp\" class=\"input_deactive\" style=\"width: 400px; height: 100px;\"></textarea></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_14\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;14&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"15\" type=\"type_submit_reset\"><td id=\"15_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"15_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"15_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"15_element_labelform_id_temp\">type_submit_reset_15</span></td><td class=\"\" id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"15_typeform_id_temp\" name=\"15_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"15_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"15_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_15\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;15&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;15&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;15&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"16\"><td class=\"\" id=\"16_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"16_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"16_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"16_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"16_typeform_id_temp\" name=\"16_typeform_id_temp\" value=\"type_name\" type=\"hidden\"><input id=\"16_requiredform_id_temp\" name=\"16_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"16_uniqueform_id_temp\" name=\"16_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"16_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"16_tr_name1\"><td id=\"16_td_name_input_first\"><input onchange=\"change_value(\'16_element_firstform_id_temp\')\" onblur=\"return_value(&quot;16_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;16_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"16_element_firstform_id_temp\" id=\"16_element_firstform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td><td id=\"16_td_name_input_last\"><input onchange=\"change_value(\'16_element_lastform_id_temp\')\" onblur=\"return_value(&quot;16_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;16_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"16_element_lastform_id_temp\" id=\"16_element_lastform_id_temp\" style=\"margin-right: 10px; width: 100px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"16_tr_name2\"><td id=\"16_td_name_label_first\" align=\"left\"><label id=\"16_mini_label_first\" class=\"mini_label\">First</label></td><td id=\"16_td_name_label_last\" align=\"left\"><label id=\"16_mini_label_last\" class=\"mini_label\">Last</label></td></tr></table></td></tr></tbody></table></td></tr><tr id=\"2\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td class=\"toolbar_padding\" colspan=\"100\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><hr></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"3_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><h3>            How do we contact you          </h3></td></tr></tbody></table></td></tr><tr id=\"4\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td class=\"toolbar_padding\" colspan=\"100\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><hr></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"5\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"5_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"5_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"5_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"5_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"5_typeform_id_temp\" name=\"5_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"5_requiredform_id_temp\" name=\"5_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"5_sendform_id_temp\" name=\"5_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"5_uniqueform_id_temp\" name=\"5_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" title=\"ex: myname@example.com\" value=\"ex: myname@example.com\" name=\"5_elementform_id_temp\" id=\"5_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr type=\"type_phone\" id=\"17\"><td class=\"toolbar_padding\" id=\"17_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"17_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"17_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"17_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"17_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"17_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"17_typeform_id_temp\" name=\"17_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"17_requiredform_id_temp\" name=\"17_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"17_uniqueform_id_temp\" name=\"17_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"17_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"17_tr_name1\"><td id=\"17_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'17_element_firstform_id_temp\')\" onblur=\"return_value(&quot;17_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;17_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"17_element_firstform_id_temp\" id=\"17_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"17_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'17_element_lastform_id_temp\')\" onblur=\"return_value(&quot;17_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;17_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"17_element_lastform_id_temp\" id=\"17_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"17_tr_name2\"><td id=\"17_td_name_label_first\" align=\"left\"><label id=\"17_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"17_td_name_label_last\" align=\"left\"><label id=\"17_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td></tr><tr type=\"type_phone\" id=\"18\"><td class=\"toolbar_padding\" id=\"18_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"18_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"18_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"18_element_labelform_id_temp\">Mobile Phone Number:</span><span class=\"required\" id=\"18_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"18_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"18_typeform_id_temp\" name=\"18_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"18_requiredform_id_temp\" name=\"18_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"18_uniqueform_id_temp\" name=\"18_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"18_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"18_tr_name1\"><td id=\"18_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'18_element_firstform_id_temp\')\" onblur=\"return_value(&quot;18_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;18_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"18_element_firstform_id_temp\" id=\"18_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"18_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'18_element_lastform_id_temp\')\" onblur=\"return_value(&quot;18_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;18_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"18_element_lastform_id_temp\" id=\"18_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"18_tr_name2\"><td id=\"18_td_name_label_first\" align=\"left\"><label id=\"18_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"18_td_name_label_last\" align=\"left\"><label id=\"18_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td></tr><tr type=\"type_address\" id=\"19\"><td class=\"toolbar_padding\" id=\"19_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"19_elemet_tableform_id_temp\"><tbody><tr><td class=\"wdform_address\" id=\"19_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"19_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"19_required_elementform_id_temp\"></span></td></tr><tr><td class=\"wdform_address\" id=\"19_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"19_typeform_id_temp\" name=\"19_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"19_requiredform_id_temp\" name=\"19_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"19_disable_fieldsform_id_temp\" name=\"19_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"19_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street1form_id_temp\')\" name=\"19_street1form_id_temp\" id=\"19_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street2form_id_temp\')\" name=\"20_street2form_id_temp\" id=\"19_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_cityform_id_temp\')\" name=\"21_cityform_id_temp\" id=\"19_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_stateform_id_temp\')\" name=\"22_stateform_id_temp\" id=\"19_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_postalform_id_temp\')\" name=\"23_postalform_id_temp\" id=\"19_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'19_countryform_id_temp\')\" name=\"24_countryform_id_temp\" id=\"19_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"19_mini_label_country\" class=\"mini_label\">Country</label></span></div></td></tr></tbody></table></td></tr><tr id=\"14\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"14_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"14_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Message Inquiry / Comments</span><span class=\"required\" id=\"14_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"14_uniqueform_id_temp\" name=\"14_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'14_elementform_id_temp\')\" onblur=\"return_value(\'14_elementform_id_temp\')\" onfocus=\"delete_value(\'14_elementform_id_temp\')\" value=\"\" title=\"\" name=\"14_elementform_id_temp\" id=\"14_elementform_id_temp\" class=\"input_deactive\" style=\"width: 400px; height: 100px;\"></textarea></td></tr></tbody></table></td></tr><tr id=\"15\" type=\"type_submit_reset\"><td id=\"15_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"15_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"15_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"15_element_labelform_id_temp\">type_submit_reset_15</span></td><td class=\"\" id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"15_typeform_id_temp\" name=\"15_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"15_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"15_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 29, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 16, '16#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#17#**id**#Phone Number:#**label**#type_phone#****#18#**id**#Mobile Phone Number:#**label**#type_phone#****#19#**id**#Street Line#**label**#type_address#****#20#**id**#Street Line2#**label**#type_address#****#21#**id**#City#**label**#type_address#****#22#**id**#State#**label**#type_address#****#23#**id**#Postal#**label**#type_address#****#24#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '16#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#17#**id**#Phone Number:#**label**#type_phone#****#18#**id**#Mobile Phone Number:#**label**#type_phone#****#19#**id**#Street Line#**label**#type_address#****#20#**id**#Street Line2#**label**#type_address#****#21#**id**#City#**label**#type_address#****#22#**id**#State#**label**#type_address#****#23#**id**#Postal#**label**#type_address#****#24#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(6, 'Simple Contact Captcha', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"1_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_1\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;1&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"6\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><br></td><td class=\"element_toolbar\" id=\"X_6\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;6&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;6&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"6_element_labelform_id_temp\">custom_6</span></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_6\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;6&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_2\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;2&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;2&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_2\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;2&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"5\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><br></td><td class=\"element_toolbar\" id=\"X_5\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;5&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;5&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"5_element_labelform_id_temp\">custom_5</span></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_5\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;5&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr><tr type=\"type_phone\" id=\"9\"><td class=\"toolbar_padding\" id=\"9_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"9_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"9_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"9_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"9_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"9_typeform_id_temp\" name=\"9_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"9_requiredform_id_temp\" name=\"9_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"9_uniqueform_id_temp\" name=\"9_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"9_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"9_tr_name1\"><td id=\"9_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'9_element_firstform_id_temp\')\" onblur=\"return_value(&quot;9_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;9_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"9_element_firstform_id_temp\" id=\"9_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"9_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'9_element_lastform_id_temp\')\" onblur=\"return_value(&quot;9_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;9_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"9_element_lastform_id_temp\" id=\"9_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"9_tr_name2\"><td id=\"9_td_name_label_first\" align=\"left\"><label id=\"9_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"9_td_name_label_last\" align=\"left\"><label id=\"9_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_9\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;9&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;9&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up_hover.png\"></td><td class=\"element_toolbar\" id=\"down_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;9&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_9\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;9&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"8\" type=\"type_submit_reset\"><td id=\"8_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"8_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"8_element_labelform_id_temp\">type_submit_reset_8</span></td><td class=\"\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"8_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"8_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_8\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;8&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_captcha\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Enter the message as it\'s shown</span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_captcha\" type=\"hidden\"><table><tr><td valign=\"middle\"><img onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" class=\"captcha_img\" id=\"_wd_captchaform_id_temp\" src=\"http://www.puertobarillas.com/welcome/wp-admin/admin-ajax.php?action=formcontactwdcaptcha&digit=6&i=form_id_temp\" digit=\"6\" type=\"captcha\"></td><td valign=\"middle\"><div onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" id=\"_element_refreshform_id_temp\" class=\"captcha_refresh\"></div></td></tr><tr><td><input name=\"captcha_input\" id=\"_wd_captcha_inputform_id_temp\" class=\"captcha_input\" style=\"width: 75px;\" type=\"text\"></td></tr></table></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_4\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;4&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;4&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"></td><td class=\"element_toolbar\" id=\"page_up_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_4\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;4&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"7\" type=\"type_textarea\"><td class=\"\" id=\"7_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"7_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"7_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"7_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"7_typeform_id_temp\" name=\"7_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"7_requiredform_id_temp\" name=\"7_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"7_uniqueform_id_temp\" name=\"7_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'7_elementform_id_temp\')\" onblur=\"return_value(\'7_elementform_id_temp\')\" onfocus=\"delete_value(\'7_elementform_id_temp\')\" value=\"\" title=\"\" name=\"7_elementform_id_temp\" id=\"7_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td><td class=\"element_toolbar\" id=\"X_7\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;7&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;7&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;7&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_7\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;7&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td class=\"toolbar_padding\" id=\"1_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Name:</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr id=\"6\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"6_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><br></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td class=\"toolbar_padding\" id=\"2_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"2_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"2_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"2_required_elementform_id_temp\"> *</span></td></tr><tr><td class=\"\" id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"2_typeform_id_temp\" name=\"2_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"2_requiredform_id_temp\" name=\"2_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"2_sendform_id_temp\" name=\"2_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"2_uniqueform_id_temp\" name=\"2_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" title=\"\" value=\"\" name=\"2_elementform_id_temp\" id=\"2_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr></tbody></table></td></tr><tr id=\"5\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"5_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><br></td></tr><tr type=\"type_phone\" id=\"9\"><td class=\"toolbar_padding\" id=\"9_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"9_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"9_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"9_element_labelform_id_temp\">Phone:</span><span class=\"required\" id=\"9_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"9_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"9_typeform_id_temp\" name=\"9_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"9_requiredform_id_temp\" name=\"9_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"9_uniqueform_id_temp\" name=\"9_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"9_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"9_tr_name1\"><td id=\"9_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'9_element_firstform_id_temp\')\" onblur=\"return_value(&quot;9_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;9_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"9_element_firstform_id_temp\" id=\"9_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"9_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'9_element_lastform_id_temp\')\" onblur=\"return_value(&quot;9_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;9_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"9_element_lastform_id_temp\" id=\"9_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"9_tr_name2\"><td id=\"9_td_name_label_first\" align=\"left\"><label id=\"9_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"9_td_name_label_last\" align=\"left\"><label id=\"9_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr></tbody></table></td></tr><tr id=\"8\" type=\"type_submit_reset\"><td id=\"8_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"8_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"8_element_labelform_id_temp\">type_submit_reset_8</span></td><td class=\"\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"8_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"8_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_captcha\"><td class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"4_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"4_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"4_element_labelform_id_temp\">Enter the message as it\'s shown</span></td></tr><tr><td class=\"\" id=\"4_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"4_typeform_id_temp\" name=\"4_typeform_id_temp\" value=\"type_captcha\" type=\"hidden\"><table><tr><td valign=\"middle\"><img onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" class=\"captcha_img\" id=\"_wd_captchaform_id_temp\" src=\"http://www.puertobarillas.com/welcome/wp-admin/admin-ajax.php?action=formcontactwdcaptcha&digit=6&i=form_id_temp\" digit=\"6\" type=\"captcha\"></td><td valign=\"middle\"><div onclick=\"captcha_refresh(\'_wd_captcha\',\'form_id_temp\')\" id=\"_element_refreshform_id_temp\" class=\"captcha_refresh\"></div></td></tr><tr><td><input name=\"captcha_input\" id=\"_wd_captcha_inputform_id_temp\" class=\"captcha_input\" style=\"width: 75px;\" type=\"text\"></td></tr></table></td></tr></tbody></table></td></tr><tr id=\"7\" type=\"type_textarea\"><td class=\"\" id=\"7_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"7_element_labelform_id_temp\">Message:</span><span class=\"required\" id=\"7_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"7_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"7_typeform_id_temp\" name=\"7_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"7_requiredform_id_temp\" name=\"7_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"7_uniqueform_id_temp\" name=\"7_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'7_elementform_id_temp\')\" onblur=\"return_value(\'7_elementform_id_temp\')\" onfocus=\"delete_value(\'7_elementform_id_temp\')\" value=\"\" title=\"\" name=\"7_elementform_id_temp\" id=\"7_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 40, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 9, '1#**id**#Name:#**label**#type_text#****#6#**id**#custom_6#**label**#type_editor#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#custom_5#**label**#type_editor#****#9#**id**#Phone:#**label**#type_phone#****#8#**id**#type_submit_reset_8#**label**#type_submit_reset#****#4#**id**#Enter the message as its shown#**label**#type_captcha#****#7#**id**#Message:#**label**#type_textarea#****#', '', 'none', 'false', 'true', '', '', '', '', '', '1#**id**#Name:#**label**#type_text#****#6#**id**#custom_6#**label**#type_editor#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#custom_5#**label**#type_editor#****#9#**id**#Phone:#**label**#type_phone#****#8#**id**#type_submit_reset_8#**label**#type_submit_reset#****#4#**id**#Enter the message as its shown#**label**#type_captcha#****#7#**id**#Message:#**label**#type_textarea#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(7, 'Advanced Contact Form', '', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"11\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"11_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><h2>Featured PubQuest Listing Request</h2><br></td><td class=\"element_toolbar\" id=\"X_11\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;11&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;11&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;11&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"><span style=\"display: none;\" id=\"11_element_labelform_id_temp\">custom_11</span></td><td class=\"element_toolbar\" id=\"dublicate_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"dublicate_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td><td class=\"element_toolbar\" id=\"page_up_11\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;11&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td></tr><tr id=\"1\" type=\"type_text\"><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Pub/Brewery Name</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td><td class=\"element_toolbar\" id=\"X_1\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;1&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;1&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_1\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;1&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"12\" type=\"type_name\"><td id=\"12_label_sectionform_id_temp\" class=\"\" align=\"left\" valign=\"top\"><span id=\"12_element_labelform_id_temp\" class=\"label\">Full Name:</span><span id=\"12_required_elementform_id_temp\" class=\"required\"> *</span></td><td id=\"12_element_sectionform_id_temp\" class=\" toolbar_padding\" align=\"left\" valign=\"top\"><input value=\"type_name\" name=\"12_typeform_id_temp\" id=\"12_typeform_id_temp\" type=\"hidden\"><input value=\"yes\" name=\"12_requiredform_id_temp\" id=\"12_requiredform_id_temp\" type=\"hidden\"><input value=\"no\" name=\"12_uniqueform_id_temp\" id=\"12_uniqueform_id_temp\" type=\"hidden\"><table id=\"12_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"12_tr_name1\"><td id=\"12_td_name_input_first\"><input class=\"input_deactive\" style=\"margin-right: 10px; width: 100px;\" id=\"12_element_firstform_id_temp\" name=\"12_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;12_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;12_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'12_element_firstform_id_temp\')\" type=\"text\"></td><td id=\"12_td_name_input_last\"><input class=\"input_deactive\" style=\"margin-right: 10px; width: 100px;\" id=\"12_element_lastform_id_temp\" name=\"12_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;12_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;12_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'12_element_lastform_id_temp\')\" type=\"text\"></td></tr><tr id=\"12_tr_name2\"><td id=\"12_td_name_label_first\" align=\"left\"><label class=\"mini_label\"><!--repstart-->First<!--repend--></label></td><td id=\"12_td_name_label_last\" align=\"left\"><label class=\"mini_label\"><!--repstart-->Last<!--repend--></label></td></tr></tbody></table></td><td id=\"X_12\" class=\"element_toolbar\" align=\"right\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;12&quot;)\" height=\"17\"></td><td id=\"left_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;12&quot;)\"></td><td id=\"up_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;12&quot;)\"></td><td id=\"down_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;12&quot;)\"></td><td id=\"right_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;12&quot;)\"></td><td id=\"edit_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;12&quot;)\"></td><td id=\"dublicate_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;12&quot;)\"></td><td id=\"page_up_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;12&quot;)\"></td><td id=\"dublicate_12\" class=\"element_toolbar\" valign=\"middle\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;12&quot;)\"></td></tr><tr type=\"type_address\" id=\"14\"><td class=\"wdform_address\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"14_required_elementform_id_temp\"> *</span></td><td class=\"wdform_address toolbar_padding\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"14_disable_fieldsform_id_temp\" name=\"14_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"14_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'14_street1form_id_temp\')\" name=\"14_street1form_id_temp\" id=\"14_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'14_street2form_id_temp\')\" name=\"15_street2form_id_temp\" id=\"14_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_cityform_id_temp\')\" name=\"16_cityform_id_temp\" id=\"14_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_stateform_id_temp\')\" name=\"17_stateform_id_temp\" id=\"14_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_postalform_id_temp\')\" name=\"18_postalform_id_temp\" id=\"14_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'14_countryform_id_temp\')\" name=\"19_countryform_id_temp\" id=\"14_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"14_mini_label_country\" class=\"mini_label\">Country</label></span></div></td><td class=\"element_toolbar\" id=\"X_14\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;14&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"8\" type=\"type_submitter_mail\"><td class=\"\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"8_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"8_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"8_requiredform_id_temp\" name=\"8_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"8_sendform_id_temp\" name=\"8_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"8_uniqueform_id_temp\" name=\"8_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'8_elementform_id_temp\')\" onblur=\"return_value(\'8_elementform_id_temp\')\" onfocus=\"delete_value(\'8_elementform_id_temp\')\" title=\"\" value=\"\" name=\"8_elementform_id_temp\" id=\"8_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td><td class=\"element_toolbar\" id=\"X_8\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;8&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;8&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_8\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;8&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr type=\"type_phone\" id=\"20\"><td class=\"\" id=\"20_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"20_element_labelform_id_temp\">Phone Number:</span><span class=\"required\" id=\"20_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"20_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"20_typeform_id_temp\" name=\"20_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"20_requiredform_id_temp\" name=\"20_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"20_uniqueform_id_temp\" name=\"20_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"20_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"20_tr_name1\"><td id=\"20_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'20_element_firstform_id_temp\')\" onblur=\"return_value(&quot;20_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;20_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"20_element_firstform_id_temp\" id=\"20_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"20_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'20_element_lastform_id_temp\')\" onblur=\"return_value(&quot;20_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;20_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"20_element_lastform_id_temp\" id=\"20_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"20_tr_name2\"><td id=\"20_td_name_label_first\" align=\"left\"><label id=\"20_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"20_td_name_label_last\" align=\"left\"><label id=\"20_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td><td class=\"element_toolbar\" id=\"X_20\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;20&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;20&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;20&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_20\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;20&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"10\" type=\"type_textarea\"><td class=\"\" id=\"10_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"10_element_labelform_id_temp\">Custom Message (If selected above):</span><span class=\"required\" id=\"10_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"10_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"10_typeform_id_temp\" name=\"10_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"10_requiredform_id_temp\" name=\"10_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"10_uniqueform_id_temp\" name=\"10_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'10_elementform_id_temp\')\" onblur=\"return_value(\'10_elementform_id_temp\')\" onfocus=\"delete_value(\'10_elementform_id_temp\')\" value=\"\" title=\"\" name=\"10_elementform_id_temp\" id=\"10_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td><td class=\"element_toolbar\" id=\"X_10\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;10&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;10&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;10&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_10\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;10&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"13\" type=\"type_submit_reset\"><td id=\"13_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"13_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"13_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"13_element_labelform_id_temp\">type_submit_reset_13</span></td><td class=\"\" id=\"13_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"13_typeform_id_temp\" name=\"13_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"13_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"13_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td><td class=\"element_toolbar\" id=\"X_13\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;13&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;13&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;13&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_13\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;13&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"11\" type=\"type_editor\"><td class=\"toolbar_padding\" colspan=\"2\" id=\"11_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><h2>Featured PubQuest Listing Request</h2><br></td></tr><tr id=\"1\" type=\"type_text\"><td class=\"\" id=\"1_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"1_element_labelform_id_temp\">Pub/Brewery Name</span><span class=\"required\" id=\"1_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"1_typeform_id_temp\" name=\"1_typeform_id_temp\" value=\"type_text\" type=\"hidden\"><input id=\"1_requiredform_id_temp\" name=\"1_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"1_uniqueform_id_temp\" name=\"1_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><input onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" title=\"\" value=\"\" name=\"1_elementform_id_temp\" id=\"1_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr><tr id=\"12\" type=\"type_name\"><td id=\"12_label_sectionform_id_temp\" class=\"\" align=\"left\" valign=\"top\"><span id=\"12_element_labelform_id_temp\" class=\"label\">Full Name:</span><span id=\"12_required_elementform_id_temp\" class=\"required\"> *</span></td><td id=\"12_element_sectionform_id_temp\" class=\" toolbar_padding\" align=\"left\" valign=\"top\"><input value=\"type_name\" name=\"12_typeform_id_temp\" id=\"12_typeform_id_temp\" type=\"hidden\"><input value=\"yes\" name=\"12_requiredform_id_temp\" id=\"12_requiredform_id_temp\" type=\"hidden\"><input value=\"no\" name=\"12_uniqueform_id_temp\" id=\"12_uniqueform_id_temp\" type=\"hidden\"><table id=\"12_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"12_tr_name1\"><td id=\"12_td_name_input_first\"><input class=\"input_deactive\" style=\"margin-right: 10px; width: 100px;\" id=\"12_element_firstform_id_temp\" name=\"12_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;12_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;12_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'12_element_firstform_id_temp\')\" type=\"text\"></td><td id=\"12_td_name_input_last\"><input class=\"input_deactive\" style=\"margin-right: 10px; width: 100px;\" id=\"12_element_lastform_id_temp\" name=\"12_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;12_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;12_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'12_element_lastform_id_temp\')\" type=\"text\"></td></tr><tr id=\"12_tr_name2\"><td id=\"12_td_name_label_first\" align=\"left\"><label class=\"mini_label\"><!--repstart-->First<!--repend--></label></td><td id=\"12_td_name_label_last\" align=\"left\"><label class=\"mini_label\"><!--repstart-->Last<!--repend--></label></td></tr></tbody></table></td></tr><tr type=\"type_address\" id=\"14\"><td class=\"wdform_address\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"14_required_elementform_id_temp\"> *</span></td><td class=\"wdform_address toolbar_padding\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"14_disable_fieldsform_id_temp\" name=\"14_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"14_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'14_street1form_id_temp\')\" name=\"14_street1form_id_temp\" id=\"14_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'14_street2form_id_temp\')\" name=\"15_street2form_id_temp\" id=\"14_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_cityform_id_temp\')\" name=\"16_cityform_id_temp\" id=\"14_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_stateform_id_temp\')\" name=\"17_stateform_id_temp\" id=\"14_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'14_postalform_id_temp\')\" name=\"18_postalform_id_temp\" id=\"14_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"14_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'14_countryform_id_temp\')\" name=\"19_countryform_id_temp\" id=\"14_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"14_mini_label_country\" class=\"mini_label\">Country</label></span></div></td></tr><tr id=\"8\" type=\"type_submitter_mail\"><td class=\"\" id=\"8_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span class=\"label\" id=\"8_element_labelform_id_temp\">E-mail:</span><span class=\"required\" id=\"8_required_elementform_id_temp\"> *</span></td><td class=\" toolbar_padding\" id=\"8_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"8_typeform_id_temp\" name=\"8_typeform_id_temp\" value=\"type_submitter_mail\" type=\"hidden\"><input id=\"8_requiredform_id_temp\" name=\"8_requiredform_id_temp\" value=\"yes\" type=\"hidden\"><input id=\"8_sendform_id_temp\" name=\"8_sendform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"8_uniqueform_id_temp\" name=\"8_uniqueform_id_temp\" value=\"\" type=\"hidden\"><input onchange=\"change_value(\'8_elementform_id_temp\')\" onblur=\"return_value(\'8_elementform_id_temp\')\" onfocus=\"delete_value(\'8_elementform_id_temp\')\" title=\"\" value=\"\" name=\"8_elementform_id_temp\" id=\"8_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px;\" type=\"text\"></td></tr><tr type=\"type_phone\" id=\"20\"><td class=\"\" id=\"20_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"20_element_labelform_id_temp\">Phone Number:</span><span class=\"required\" id=\"20_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"20_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"20_typeform_id_temp\" name=\"20_typeform_id_temp\" value=\"type_phone\" type=\"hidden\"><input id=\"20_requiredform_id_temp\" name=\"20_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"20_uniqueform_id_temp\" name=\"20_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><table id=\"20_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tr id=\"20_tr_name1\"><td id=\"20_td_name_input_first\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'20_element_firstform_id_temp\')\" onblur=\"return_value(&quot;20_element_firstform_id_temp&quot;)\" onfocus=\"delete_value(&quot;20_element_firstform_id_temp&quot;)\" title=\"\" value=\"\" name=\"20_element_firstform_id_temp\" id=\"20_element_firstform_id_temp\" style=\"width: 50px;\" class=\"input_deactive\" type=\"text\"><span style=\"margin: 0px 4px; padding: 0px;\" class=\"wdform_line\">-</span></td><td id=\"20_td_name_input_last\"><input onkeypress=\"return check_isnum(event)\" onchange=\"change_value(\'20_element_lastform_id_temp\')\" onblur=\"return_value(&quot;20_element_lastform_id_temp&quot;)\" onfocus=\"delete_value(&quot;20_element_lastform_id_temp&quot;)\" title=\"\" value=\"\" name=\"20_element_lastform_id_temp\" id=\"20_element_lastform_id_temp\" style=\"width: 135px;\" class=\"input_deactive\" type=\"text\"></td></tr><tr id=\"20_tr_name2\"><td id=\"20_td_name_label_first\" align=\"left\"><label id=\"20_mini_label_area_code\" class=\"mini_label\">Area Code</label></td><td id=\"20_td_name_label_last\" align=\"left\"><label id=\"20_mini_label_phone_number\" class=\"mini_label\">Phone Number</label></td></tr></table></td></tr><tr id=\"10\" type=\"type_textarea\"><td class=\"\" id=\"10_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"10_element_labelform_id_temp\">Custom Message (If selected above):</span><span class=\"required\" id=\"10_required_elementform_id_temp\"></span></td><td class=\" toolbar_padding\" id=\"10_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"10_typeform_id_temp\" name=\"10_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"10_requiredform_id_temp\" name=\"10_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"10_uniqueform_id_temp\" name=\"10_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'10_elementform_id_temp\')\" onblur=\"return_value(\'10_elementform_id_temp\')\" onfocus=\"delete_value(\'10_elementform_id_temp\')\" value=\"\" title=\"\" name=\"10_elementform_id_temp\" id=\"10_elementform_id_temp\" class=\"input_deactive\" style=\"width: 200px; height: 100px;\"></textarea></td></tr><tr id=\"13\" type=\"type_submit_reset\"><td id=\"13_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"13_elemet_tableform_id_temp\"><tr><td class=\"\" style=\"display: none;\" id=\"13_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"13_element_labelform_id_temp\">type_submit_reset_13</span></td><td class=\"\" id=\"13_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"13_typeform_id_temp\" name=\"13_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"13_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"13_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 34, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 14, '11#**id**#custom_11#**label**#type_editor#****#1#**id**#Pub/Brewery Name#**label**#type_text#****#12#**id**#Full Name:#**label**#type_name#****#14#**id**#Street Address#**label**#type_address#****#15#**id**#Street Address Line 2#**label**#type_address#****#16#**id**#City#**label**#type_address#****#17#**id**#State / Province / Region#**label**#type_address#****#18#**id**#Postal / Zip Code#**label**#type_address#****#19#**id**#Country#**label**#type_address#****#8#**id**#E-mail:#**label**#type_submitter_mail#****#20#**id**#Phone Number:#**label**#type_phone#****#10#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '11#**id**#custom_11#**label**#type_editor#****#1#**id**#Pub/Brewery Name#**label**#type_text#****#12#**id**#Full Name:#**label**#type_name#****#14#**id**#Street Address#**label**#type_address#****#15#**id**#Street Address Line 2#**label**#type_address#****#16#**id**#City#**label**#type_address#****#17#**id**#State / Province / Region#**label**#type_address#****#18#**id**#Postal / Zip Code#**label**#type_address#****#19#**id**#Country#**label**#type_address#****#8#**id**#E-mail:#**label**#type_submitter_mail#****#20#**id**#Phone Number:#**label**#type_phone#****#10#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(8, 'Contact Form with Map', '', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td colspan=\"2\" id=\"1_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"1_label_sectionform_id_temp\" class=\"\"><span id=\"1_element_labelform_id_temp\" class=\"label\">Name</span><span id=\"1_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"1_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_text\" name=\"1_typeform_id_temp\" id=\"1_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"1_requiredform_id_temp\" id=\"1_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_uniqueform_id_temp\" id=\"1_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"1_elementform_id_temp\" name=\"1_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\"></td></tr></tbody></table></td><td id=\"X_1\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;1&quot;)\"></td><td id=\"left_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;1&quot;)\"></td><td id=\"up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;1&quot;)\"></td><td id=\"down_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;1&quot;)\"></td><td id=\"right_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;1&quot;)\"></td><td id=\"edit_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;1&quot;)\"></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;1&quot;)\"></td><td id=\"page_up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;1&quot;)\"></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;1&quot;)\"></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td colspan=\"2\" id=\"2_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"2_label_sectionform_id_temp\" class=\"\"><span id=\"2_element_labelform_id_temp\" class=\"label\">E-mail:</span><span id=\"2_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"2_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"2_typeform_id_temp\" id=\"2_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"2_requiredform_id_temp\" id=\"2_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_sendform_id_temp\" id=\"2_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"2_uniqueform_id_temp\" id=\"2_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"2_elementform_id_temp\" name=\"2_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onchange=\"change_value(\'2_elementform_id_temp\')\"></td></tr></tbody></table></td><td id=\"X_2\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;2&quot;)\"></td><td id=\"left_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;2&quot;)\"></td><td id=\"up_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;2&quot;)\"></td><td id=\"down_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;2&quot;)\"></td><td id=\"right_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;2&quot;)\"></td><td id=\"edit_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;2&quot;)\"></td><td id=\"dublicate_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;2&quot;)\"></td><td id=\"page_up_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;2&quot;)\"></td><td id=\"dublicate_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;2&quot;)\"></td></tr><tr id=\"3\" type=\"type_textarea\"><td colspan=\"2\" id=\"3_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"3_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">Message:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_textarea\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></textarea></td></tr></tbody></table></td><td id=\"X_3\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;3&quot;)\"></td><td id=\"left_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;3&quot;)\"></td><td id=\"up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;3&quot;)\"></td><td id=\"down_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;3&quot;)\"></td><td id=\"right_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;3&quot;)\"></td><td id=\"edit_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;3&quot;)\"></td><td id=\"page_up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;3&quot;)\"></td></tr><tr id=\"5\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"5_label_and_element_sectionform_id_temp\"><table id=\"5_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"5_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_5</span></td><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"5_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" style=\"display: none;\" id=\"5_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></table></td><td id=\"X_5\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;5&quot;)\"></td><td id=\"left_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;5&quot;)\"></td><td id=\"up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;5&quot;)\"></td><td id=\"down_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;5&quot;)\"></td><td id=\"right_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;5&quot;)\"></td><td id=\"edit_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;5&quot;)\"></td><td id=\"page_up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;5&quot;)\"></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_map\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\"><table id=\"4_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" style=\"display: none;\" class=\"wdform_map\"><span id=\"4_element_labelform_id_temp\" style=\"display: none;\">map_4</span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\"wdform_map\"><input type=\"hidden\" value=\"type_map\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><div id=\"4_elementform_id_temp\" style=\"width: 400px; height: 300px; position: relative; background-color: rgb(229, 227, 223); overflow: hidden; -webkit-transform: translateZ(0);\" zoom=\"13\" center_x=\"2.2942540000000236\" center_y=\"48.858334\" class=\"google-map-placeholder\" long0=\"2.294254\" lat0=\"48.858334\" info0=\"\"><div style=\"position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1; cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur), default; -webkit-transform-origin: 328px 93px; -webkit-transform: matrix(1, 0, 0, 1, 0, 0);\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 200;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 101;\"></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 201;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 102;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; height: 256px; width: 256px;\" height=\"256\" width=\"256\"></canvas></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 103;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: -1;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; height: 256px; width: 256px;\" height=\"256\" width=\"256\"></canvas></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 202;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 104;\"></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 105;\"></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 106;\"></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 100;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div><div style=\"position: absolute; z-index: 0; left: 0px; top: 0px;\"><div style=\"overflow: hidden; width: 400px; height: 300px;\"><img style=\"width: 400px; height: 300px;\" src=\"http://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&amp;1i1061749&amp;2i721313&amp;2e1&amp;3u13&amp;4m2&amp;1u400&amp;2u300&amp;5m3&amp;1e0&amp;2b1&amp;5sen-US&amp;token=18811\"></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2818&amp;z=13&amp;s=Galile&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2818&amp;z=13&amp;s=Gal&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2817&amp;z=13&amp;s=Galil&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2819&amp;z=13&amp;s=Galileo&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2818&amp;z=13&amp;s=G&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2817&amp;z=13&amp;s=Ga&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2819&amp;z=13&amp;s=Gali&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2817&amp;z=13&amp;s=&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2819&amp;z=13&amp;s=Ga&amp;style=api%7Csmartmaps\" draggable=\"false\"></div></div></div></div></div><div style=\"margin: 2px 5px 2px 2px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;\"><a style=\"position: static; overflow: visible; float: none; display: inline;\" target=\"_blank\" href=\"http://maps.google.com/maps?ll=48.85856,2.295627&amp;z=13&amp;t=m&amp;hl=en-US\" title=\"Click to see this area on Google Maps\"><div style=\"width: 62px; height: 24px; cursor: pointer;\"><img style=\"position: absolute; left: 0px; top: 0px; width: 62px; height: 24px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/google_white.png\" draggable=\"false\"></div></a></div><div class=\"gmnoprint\" style=\"z-index: 1000001; position: absolute; right: 95px; bottom: 0px;\"><div style=\"height: 19px; -webkit-user-select: none; line-height: 19px; padding-right: 2px; padding-left: 50px; background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.498039) 50px); font-family: Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap; direction: ltr; text-align: right; background-position: initial initial; background-repeat: initial initial;\"><a style=\"color: rgb(68, 68, 68); text-decoration: underline; cursor: pointer; display: none;\">Map Data</a><span style=\"\">Map data ©2012 Google</span><span style=\"\"> - </span><a style=\"color: rgb(68, 68, 68); text-decoration: underline; cursor: pointer;\" href=\"http://www.google.com/intl/en-US_US/help/terms_maps.html\" target=\"_blank\">Terms of Use</a></div></div><div style=\"background-color: white; padding: 15px 21px; border: 1px solid rgb(171, 171, 171); font-family: Arial, sans-serif; color: rgb(34, 34, 34); -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; z-index: 10000002; display: none; width: 256px; height: 148px; position: absolute; left: 50px; top: 60px;\"><div style=\"padding: 0px 0px 10px; font-size: 16px;\">Map Data</div><div style=\"font-size: 13px;\">Map data ©2012 Google</div><div style=\"width: 10px; height: 10px; overflow: hidden; position: absolute; opacity: 0.7; right: 12px; top: 12px; z-index: 10000; cursor: pointer;\"><img style=\"position: absolute; left: -18px; top: -44px; width: 68px; height: 67px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></div><div class=\"gmnoscreen\" style=\"position: absolute; right: 0px; bottom: 0px;\"><div style=\"font-family: Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); direction: ltr; text-align: right; background-color: rgb(245, 245, 245);\">Map data ©2012 Google</div></div><div style=\"font-size: 10px; height: 17px; background-color: rgb(245, 245, 245); border: 1px solid rgb(220, 220, 220); line-height: 19px; position: absolute; right: 0px; bottom: 0px;\" class=\"gmnoprint\"><a target=\"_new\" title=\"Report errors in the road map or imagery to Google\" style=\"font-family: Arial, sans-serif; font-size: 85%; font-weight: bold; padding: 1px 3px; color: rgb(68, 68, 68); text-decoration: initial; position: relative; bottom: 1px;\" href=\"http://maps.google.com/maps?ll=48.85856,2.295627&amp;z=13&amp;t=m&amp;hl=en-US&amp;skstate=action:mps_dialog$apiref:1\">Report a map error</a></div><div class=\"gmnoprint\" style=\"margin: 5px; -webkit-user-select: none; position: absolute; left: 0px; top: 0px;\" controlwidth=\"32\" controlheight=\"84\"><div style=\"cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur), default; position: absolute; left: 0px; top: 0px;\" controlwidth=\"32\" controlheight=\"40\"><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px;\"><img style=\"position: absolute; left: -9px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -107px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -58px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -205px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div></div><div class=\"gmnoprint\" style=\"opacity: 0.6; display: none; position: absolute;\" controlwidth=\"0\" controlheight=\"0\"><img src=\"http://maps.gstatic.com/mapfiles/rotate2.png\" draggable=\"false\" style=\"-webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; cursor: pointer; width: 22px; height: 22px;\" title=\"Rotate map 90 degrees\"></div><div class=\"gmnoprint\" controlwidth=\"22\" controlheight=\"39\" style=\"position: absolute; left: 5px; top: 45px;\"><img style=\"width: 22px; height: 39px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/szc4.png\" draggable=\"false\"><div style=\"position: absolute; left: 0px; top: 0px; width: 22px; height: 17px; cursor: pointer;\" title=\"Zoom in\"></div><div style=\"position: absolute; left: 0px; top: 18px; width: 22px; height: 17px; cursor: pointer;\" title=\"Zoom out\"></div></div></div><div class=\"gmnoprint\" style=\"margin: 5px; z-index: 0; position: absolute; cursor: pointer; right: 0px; top: 0px;\"><div style=\"float: left;\"><div style=\"direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 13px; background-color: rgb(255, 255, 255); padding: 1px 6px; border: 1px solid rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; font-weight: bold; min-width: 29px; background-position: initial initial; background-repeat: initial initial;\" title=\"Show street map\">Map</div><div style=\"background-color: white; z-index: -1; padding-top: 2px; border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); border-left-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; position: absolute; left: 0px; top: 20px; text-align: left; display: none;\"><div style=\"color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap;\" title=\"Show street map with terrain\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden; display: none;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">Terrain</label></div></div></div><div style=\"float: left;\"><div style=\"direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(51, 51, 51); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 13px; background-color: rgb(255, 255, 255); padding: 1px 6px; border-width: 1px 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: rgb(113, 123, 135); border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; font-weight: normal; min-width: 54px; background-position: initial initial; background-repeat: initial initial;\" title=\"Show satellite imagery\">Satellite</div><div style=\"background-color: white; z-index: -1; padding-top: 2px; border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); border-left-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; position: absolute; right: 0px; top: 20px; text-align: left; display: none;\"><div style=\"color: rgb(184, 184, 184); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap; display: none;\" title=\"Zoom in to show 45 degree view\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(241, 241, 241); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden; display: none;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">45°</label></div><div style=\"color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap;\" title=\"Show imagery with street names\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">Labels</label></div></div></div></div></div></div></td></tr></table></td><td id=\"X_4\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;4&quot;)\"></td><td id=\"left_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;4&quot;)\"></td><td id=\"up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;4&quot;)\"></td><td id=\"down_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;4&quot;)\"></td><td id=\"right_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;4&quot;)\"></td><td id=\"edit_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;4&quot;)\"></td><td id=\"page_up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;4&quot;)\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_text\"><td colspan=\"2\" id=\"1_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"1_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"1_label_sectionform_id_temp\" class=\"\"><span id=\"1_element_labelform_id_temp\" class=\"label\">Name</span><span id=\"1_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"1_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_text\" name=\"1_typeform_id_temp\" id=\"1_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"1_requiredform_id_temp\" id=\"1_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"1_uniqueform_id_temp\" id=\"1_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"1_elementform_id_temp\" name=\"1_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;1_elementform_id_temp&quot;)\" onblur=\"return_value(&quot;1_elementform_id_temp&quot;)\" onchange=\"change_value(&quot;1_elementform_id_temp&quot;)\"></td></tr></tbody></table></td></tr><tr id=\"2\" type=\"type_submitter_mail\"><td colspan=\"2\" id=\"2_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"2_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"2_label_sectionform_id_temp\" class=\"\"><span id=\"2_element_labelform_id_temp\" class=\"label\">E-mail:</span><span id=\"2_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"2_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"2_typeform_id_temp\" id=\"2_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"2_requiredform_id_temp\" id=\"2_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"2_sendform_id_temp\" id=\"2_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"2_uniqueform_id_temp\" id=\"2_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"2_elementform_id_temp\" name=\"2_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'2_elementform_id_temp\')\" onblur=\"return_value(\'2_elementform_id_temp\')\" onchange=\"change_value(\'2_elementform_id_temp\')\"></td></tr></tbody></table></td></tr><tr id=\"3\" type=\"type_textarea\"><td colspan=\"2\" id=\"3_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"3_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">Message:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_textarea\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></textarea></td></tr></tbody></table></td></tr><tr id=\"5\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"5_label_and_element_sectionform_id_temp\"><table id=\"5_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"5_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_5</span></td><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"5_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" style=\"display: none;\" id=\"5_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></table></td></tr></tbody></table><table class=\"wdform_table2\"><tbody><tr id=\"4\" type=\"type_map\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"4_label_and_element_sectionform_id_temp\"><table id=\"4_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" style=\"display: none;\" class=\"wdform_map\"><span id=\"4_element_labelform_id_temp\" style=\"display: none;\">map_4</span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\"wdform_map\"><input type=\"hidden\" value=\"type_map\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><div id=\"4_elementform_id_temp\" style=\"width: 400px; height: 300px; position: relative; background-color: rgb(229, 227, 223); overflow: hidden; -webkit-transform: translateZ(0);\" zoom=\"13\" center_x=\"2.2942540000000236\" center_y=\"48.858334\" class=\"google-map-placeholder\" long0=\"2.294254\" lat0=\"48.858334\" info0=\"\"><div style=\"position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1; cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur), default; -webkit-transform-origin: 328px 93px; -webkit-transform: matrix(1, 0, 0, 1, 0, 0);\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 200;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 101;\"></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 201;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 102;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; height: 256px; width: 256px;\" height=\"256\" width=\"256\"></canvas></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 103;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: -1;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"><canvas style=\"position: absolute; left: 0px; top: 0px; height: 256px; width: 256px;\" height=\"256\" width=\"256\"></canvas></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; overflow: hidden; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 202;\"><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 104;\"></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 105;\"></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 106;\"></div></div><div style=\"-webkit-transform: translateZ(0); position: absolute; left: 0px; top: 0px; z-index: 100;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px;\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px;\"></div></div></div></div><div style=\"position: absolute; z-index: 0; left: 0px; top: 0px;\"><div style=\"overflow: hidden; width: 400px; height: 300px;\"><img style=\"width: 400px; height: 300px;\" src=\"http://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&amp;1i1061749&amp;2i721313&amp;2e1&amp;3u13&amp;4m2&amp;1u400&amp;2u300&amp;5m3&amp;1e0&amp;2b1&amp;5sen-US&amp;token=18811\"></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 1;\"><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2818&amp;z=13&amp;s=Galile&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2818&amp;z=13&amp;s=Gal&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2817&amp;z=13&amp;s=Galil&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 139px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt0.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4148&amp;y=2819&amp;z=13&amp;s=Galileo&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 95px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2818&amp;z=13&amp;s=G&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2817&amp;z=13&amp;s=Ga&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: -117px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4147&amp;y=2819&amp;z=13&amp;s=Gali&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: -161px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2817&amp;z=13&amp;s=&amp;style=api%7Csmartmaps\" draggable=\"false\"></div><div style=\"width: 256px; height: 256px; -webkit-transform: translateZ(0); position: absolute; left: 395px; top: 351px; opacity: 1; -webkit-transition: opacity 200ms ease-out;\"><img style=\"width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; -webkit-transform: translateZ(0);\" src=\"http://mt1.googleapis.com/vt?lyrs=m@203000000&amp;src=apiv3&amp;hl=en-US&amp;x=4149&amp;y=2819&amp;z=13&amp;s=Ga&amp;style=api%7Csmartmaps\" draggable=\"false\"></div></div></div></div></div><div style=\"margin: 2px 5px 2px 2px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;\"><a style=\"position: static; overflow: visible; float: none; display: inline;\" target=\"_blank\" href=\"http://maps.google.com/maps?ll=48.85856,2.295627&amp;z=13&amp;t=m&amp;hl=en-US\" title=\"Click to see this area on Google Maps\"><div style=\"width: 62px; height: 24px; cursor: pointer;\"><img style=\"position: absolute; left: 0px; top: 0px; width: 62px; height: 24px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/google_white.png\" draggable=\"false\"></div></a></div><div class=\"gmnoprint\" style=\"z-index: 1000001; position: absolute; right: 95px; bottom: 0px;\"><div style=\"height: 19px; -webkit-user-select: none; line-height: 19px; padding-right: 2px; padding-left: 50px; background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.498039) 50px); font-family: Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap; direction: ltr; text-align: right; background-position: initial initial; background-repeat: initial initial;\"><a style=\"color: rgb(68, 68, 68); text-decoration: underline; cursor: pointer; display: none;\">Map Data</a><span style=\"\">Map data ©2012 Google</span><span style=\"\"> - </span><a style=\"color: rgb(68, 68, 68); text-decoration: underline; cursor: pointer;\" href=\"http://www.google.com/intl/en-US_US/help/terms_maps.html\" target=\"_blank\">Terms of Use</a></div></div><div style=\"background-color: white; padding: 15px 21px; border: 1px solid rgb(171, 171, 171); font-family: Arial, sans-serif; color: rgb(34, 34, 34); -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; z-index: 10000002; display: none; width: 256px; height: 148px; position: absolute; left: 50px; top: 60px;\"><div style=\"padding: 0px 0px 10px; font-size: 16px;\">Map Data</div><div style=\"font-size: 13px;\">Map data ©2012 Google</div><div style=\"width: 10px; height: 10px; overflow: hidden; position: absolute; opacity: 0.7; right: 12px; top: 12px; z-index: 10000; cursor: pointer;\"><img style=\"position: absolute; left: -18px; top: -44px; width: 68px; height: 67px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></div><div class=\"gmnoscreen\" style=\"position: absolute; right: 0px; bottom: 0px;\"><div style=\"font-family: Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); direction: ltr; text-align: right; background-color: rgb(245, 245, 245);\">Map data ©2012 Google</div></div><div style=\"font-size: 10px; height: 17px; background-color: rgb(245, 245, 245); border: 1px solid rgb(220, 220, 220); line-height: 19px; position: absolute; right: 0px; bottom: 0px;\" class=\"gmnoprint\"><a target=\"_new\" title=\"Report errors in the road map or imagery to Google\" style=\"font-family: Arial, sans-serif; font-size: 85%; font-weight: bold; padding: 1px 3px; color: rgb(68, 68, 68); text-decoration: initial; position: relative; bottom: 1px;\" href=\"http://maps.google.com/maps?ll=48.85856,2.295627&amp;z=13&amp;t=m&amp;hl=en-US&amp;skstate=action:mps_dialog$apiref:1\">Report a map error</a></div><div class=\"gmnoprint\" style=\"margin: 5px; -webkit-user-select: none; position: absolute; left: 0px; top: 0px;\" controlwidth=\"32\" controlheight=\"84\"><div style=\"cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur), default; position: absolute; left: 0px; top: 0px;\" controlwidth=\"32\" controlheight=\"40\"><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px;\"><img style=\"position: absolute; left: -9px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -107px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -58px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div><div style=\"width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;\"><img style=\"position: absolute; left: -205px; top: -102px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 1029px; height: 255px;\" src=\"http://maps.gstatic.com/mapfiles/cb/mod_cb_scout/cb_scout_sprite_api_003.png\" draggable=\"false\"></div></div><div class=\"gmnoprint\" style=\"opacity: 0.6; display: none; position: absolute;\" controlwidth=\"0\" controlheight=\"0\"><img src=\"http://maps.gstatic.com/mapfiles/rotate2.png\" draggable=\"false\" style=\"-webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; cursor: pointer; width: 22px; height: 22px;\" title=\"Rotate map 90 degrees\"></div><div class=\"gmnoprint\" controlwidth=\"22\" controlheight=\"39\" style=\"position: absolute; left: 5px; top: 45px;\"><img style=\"width: 22px; height: 39px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;\" src=\"http://maps.gstatic.com/mapfiles/szc4.png\" draggable=\"false\"><div style=\"position: absolute; left: 0px; top: 0px; width: 22px; height: 17px; cursor: pointer;\" title=\"Zoom in\"></div><div style=\"position: absolute; left: 0px; top: 18px; width: 22px; height: 17px; cursor: pointer;\" title=\"Zoom out\"></div></div></div><div class=\"gmnoprint\" style=\"margin: 5px; z-index: 0; position: absolute; cursor: pointer; right: 0px; top: 0px;\"><div style=\"float: left;\"><div style=\"direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 13px; background-color: rgb(255, 255, 255); padding: 1px 6px; border: 1px solid rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; font-weight: bold; min-width: 29px; background-position: initial initial; background-repeat: initial initial;\" title=\"Show street map\">Map</div><div style=\"background-color: white; z-index: -1; padding-top: 2px; border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); border-left-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; position: absolute; left: 0px; top: 20px; text-align: left; display: none;\"><div style=\"color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap;\" title=\"Show street map with terrain\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden; display: none;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">Terrain</label></div></div></div><div style=\"float: left;\"><div style=\"direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(51, 51, 51); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 13px; background-color: rgb(255, 255, 255); padding: 1px 6px; border-width: 1px 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: rgb(113, 123, 135); border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; font-weight: normal; min-width: 54px; background-position: initial initial; background-repeat: initial initial;\" title=\"Show satellite imagery\">Satellite</div><div style=\"background-color: white; z-index: -1; padding-top: 2px; border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(113, 123, 135); border-bottom-color: rgb(113, 123, 135); border-left-color: rgb(113, 123, 135); -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px; position: absolute; right: 0px; top: 20px; text-align: left; display: none;\"><div style=\"color: rgb(184, 184, 184); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap; display: none;\" title=\"Zoom in to show 45 degree view\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(241, 241, 241); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden; display: none;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">45°</label></div><div style=\"color: rgb(0, 0, 0); font-family: Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 8px 3px 5px; direction: ltr; text-align: left; white-space: nowrap;\" title=\"Show imagery with street names\"><span role=\"checkbox\" style=\"box-sizing: border-box; position: relative; line-height: 0; font-size: 0px; margin: 0px 5px 0px 0px; display: inline-block; background-color: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); border-top-left-radius: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; width: 13px; height: 13px; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle;\"><div style=\"position: absolute; left: 1px; top: -2px; width: 13px; height: 11px; overflow: hidden;\"><img style=\"position: absolute; left: -52px; top: -44px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px; width: 68px; height: 67px;\" src=\"http://maps.gstatic.com/mapfiles/mv/imgs8.png\" draggable=\"false\"></div></span><label style=\"vertical-align: middle; cursor: pointer;\">Labels</label></div></div></div></div></div></div></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 41, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 6, '1#**id**#Name#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#4#**id**#map_4#**label**#type_map#****#', '', 'none', 'false', 'true', '', '', '', '', '', '1#**id**#Name#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#4#**id**#map_4#**label**#type_map#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(9, 'Tell a Friend', '', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_editor\"><td id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><h1>Tell a Friend</h1></td><td id=\"X_1\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;1&quot;)\"></td><td id=\"left_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;1&quot;)\"></td><td id=\"up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;1&quot;)\"></td><td id=\"down_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;1&quot;)\"></td><td id=\"right_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;1&quot;)\"></td><td id=\"edit_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;1&quot;)\"><span id=\"1_element_labelform_id_temp\" style=\"display: none;\">custom_1</span></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;1&quot;)\"></td><td id=\"dublicate_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;1&quot;)\"></td><td id=\"page_up_1\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;1&quot;)\"></td></tr></tbody></table></td></tr><tr id=\"2\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"100\" class=\"toolbar_padding\"><hr></td><td id=\"X_2\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_section_break(&quot;2&quot;)\"></td><td id=\"edit_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;2&quot;)\"><span id=\"2_element_labelform_id_temp\" style=\"display: none;\">custom_2</span></td><td id=\"dublicate_2\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;2&quot;)\"></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">From:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"> *</span></td><td valign=\"middle\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_sendform_id_temp\" id=\"3_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></td><td id=\"X_3\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;3&quot;)\"></td><td id=\"left_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;3&quot;)\"></td><td id=\"up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;3&quot;)\"></td><td id=\"down_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;3&quot;)\"></td><td id=\"right_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;3&quot;)\"></td><td id=\"edit_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;3&quot;)\"></td><td id=\"page_up_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;3&quot;)\"></td><td id=\"dublicate_3\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;3&quot;)\"></td></tr><tr id=\"4\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" class=\"\"><span id=\"4_element_labelform_id_temp\" class=\"label\">To:</span><span id=\"4_required_elementform_id_temp\" class=\"required\"> *</span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"4_requiredform_id_temp\" id=\"4_requiredform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"4_sendform_id_temp\" id=\"4_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"4_uniqueform_id_temp\" id=\"4_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"4_elementform_id_temp\" name=\"4_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onchange=\"change_value(\'4_elementform_id_temp\')\"></td><td id=\"X_4\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;4&quot;)\"></td><td id=\"left_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;4&quot;)\"></td><td id=\"up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;4&quot;)\"></td><td id=\"down_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;4&quot;)\"></td><td id=\"right_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;4&quot;)\"></td><td id=\"edit_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;4&quot;)\"></td><td id=\"page_up_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;4&quot;)\"></td><td id=\"dublicate_4\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;4&quot;)\"></td></tr><tr id=\"5\" type=\"type_textarea\"><td colspan=\"2\" id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">Message:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"></span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_textarea\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onchange=\"change_value(\'5_elementform_id_temp\')\"></textarea></td></tr></tbody></table></td><td id=\"X_5\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;5&quot;)\"></td><td id=\"left_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;5&quot;)\"></td><td id=\"up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;5&quot;)\"></td><td id=\"down_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;5&quot;)\"></td><td id=\"right_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;5&quot;)\"></td><td id=\"edit_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;5&quot;)\"></td><td id=\"page_up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;5&quot;)\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;5&quot;)\"></td></tr><tr id=\"6\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"6_label_and_element_sectionform_id_temp\"><table id=\"6_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"6_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"6_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_6</span></td><td valign=\"middle\" align=\"left\" id=\"6_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"6_typeform_id_temp\" id=\"6_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"6_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" id=\"6_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></table></td><td id=\"X_6\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" height=\"17\" title=\"Remove the field\" style=\"cursor: pointer; margin: 2px;\" onclick=\"remove_row(&quot;6&quot;)\"></td><td id=\"left_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" style=\"margin: 2px; cursor: pointer;\" onclick=\"left_row(&quot;6&quot;)\"></td><td id=\"up_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" style=\"cursor: pointer;\" onclick=\"up_row(&quot;6&quot;)\"></td><td id=\"down_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" style=\"margin: 2px; cursor: pointer;\" onclick=\"down_row(&quot;6&quot;)\"></td><td id=\"right_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" style=\"cursor: pointer;\" onclick=\"right_row(&quot;6&quot;)\"></td><td id=\"edit_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"edit(&quot;6&quot;)\"></td><td id=\"dublicate_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Dublicate the field\" style=\"margin: 2px; cursor: pointer;\" onclick=\"dublicate(&quot;6&quot;)\"></td><td id=\"page_up_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_up(&quot;6&quot;)\"></td><td id=\"dublicate_6\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" style=\"margin: 2px; cursor: pointer;\" onclick=\"page_down(&quot;6&quot;)\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float:right !important ;\"><tr><td width=\"0%\"></td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table cellpadding=\"4\" cellspacing=\"0\" class=\"wdform_table1\" style=\"border-top:0px solid black;\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"1\" type=\"type_editor\"><td id=\"1_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"2\" class=\"toolbar_padding\"><h1>Tell a Friend</h1></td></tr></tbody></table></td></tr><tr id=\"2\" class=\"wdform_tr_section_break\" type=\"type_section_break\"><td id=\"2_element_sectionform_id_temp\" align=\"left\" valign=\"top\" colspan=\"100\" class=\"toolbar_padding\"><hr></td></tr><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr id=\"3\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"3_label_sectionform_id_temp\" class=\"\"><span id=\"3_element_labelform_id_temp\" class=\"label\">From:</span><span id=\"3_required_elementform_id_temp\" class=\"required\"> *</span></td><td valign=\"middle\" align=\"left\" id=\"3_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"3_typeform_id_temp\" id=\"3_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"3_requiredform_id_temp\" id=\"3_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"3_sendform_id_temp\" id=\"3_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"3_uniqueform_id_temp\" id=\"3_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"3_elementform_id_temp\" name=\"3_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'3_elementform_id_temp\')\" onblur=\"return_value(\'3_elementform_id_temp\')\" onchange=\"change_value(\'3_elementform_id_temp\')\"></td></tr><tr id=\"4\" type=\"type_submitter_mail\"><td valign=\"middle\" align=\"left\" id=\"4_label_sectionform_id_temp\" class=\"\"><span id=\"4_element_labelform_id_temp\" class=\"label\">To:</span><span id=\"4_required_elementform_id_temp\" class=\"required\"> *</span></td><td valign=\"middle\" align=\"left\" id=\"4_element_sectionform_id_temp\" class=\" toolbar_padding\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"4_typeform_id_temp\" id=\"4_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"4_requiredform_id_temp\" id=\"4_requiredform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"4_sendform_id_temp\" id=\"4_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"4_uniqueform_id_temp\" id=\"4_uniqueform_id_temp\"><input type=\"text\" style=\"width: 200px;\" class=\"input_deactive\" id=\"4_elementform_id_temp\" name=\"4_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'4_elementform_id_temp\')\" onblur=\"return_value(\'4_elementform_id_temp\')\" onchange=\"change_value(\'4_elementform_id_temp\')\"></td></tr><tr id=\"5\" type=\"type_textarea\"><td colspan=\"2\" id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">Message:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"></span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_textarea\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><textarea style=\"width: 200px; height: 100px;\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" title=\"\" value=\"\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onchange=\"change_value(\'5_elementform_id_temp\')\"></textarea></td></tr></tbody></table></td></tr><tr id=\"6\" type=\"type_submit_reset\"><td colspan=\"2\" class=\"toolbar_padding\" id=\"6_label_and_element_sectionform_id_temp\"><table id=\"6_elemet_tableform_id_temp\"><tr><td valign=\"middle\" align=\"left\" id=\"6_label_sectionform_id_temp\" style=\"display: none;\" class=\"\"><span id=\"6_element_labelform_id_temp\" style=\"display: none;\">type_submit_reset_6</span></td><td valign=\"middle\" align=\"left\" id=\"6_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submit_reset\" name=\"6_typeform_id_temp\" id=\"6_typeform_id_temp\"><button type=\"button\" class=\"button_submit\" id=\"6_element_submitform_id_temp\" value=\"Submit\" onclick=\"check_required(\'submit\', \'form_id_temp\');\">Submit</button><button type=\"button\" class=\"button_reset\" id=\"6_element_resetform_id_temp\" value=\"Reset\" onclick=\"check_required(\'reset\');\">Reset</button></td></tr></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table width=\"100%\" style=\"padding-right:170px\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 33, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 0, '', '', '', '', 7, '1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_submitter_mail#****#4#**id**#To:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '', 'none', 'false', 'true', '', '', '', '', '', '1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_submitter_mail#****#4#**id**#To:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#', '%all%', '%all%', 0, '', '', 'testmode', 0);
INSERT INTO `wp_formmaker` (`id`, `title`, `mail`, `form`, `form_front`, `theme`, `javascript`, `submit_text`, `url`, `submit_text_type`, `script1`, `script2`, `script_user1`, `script_user2`, `counter`, `label_order`, `article_id`, `pagination`, `show_title`, `show_numbers`, `public_key`, `private_key`, `recaptcha_theme`, `from_name`, `from_mail`, `label_order_current`, `script_mail_user`, `script_mail`, `tax`, `payment_currency`, `paypal_email`, `checkout_mode`, `paypal_mode`) VALUES
(10, 'Puerto Barillar Forma', 'esamuelcoto@gmail.com', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\" style=\"display: block;\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"16\"><td colspan=\"2\" id=\"16_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"16_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"16_label_sectionform_id_temp\" class=\"\"><span id=\"16_element_labelform_id_temp\" class=\"label\">Name:</span><span id=\"16_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"16_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_name\" name=\"16_typeform_id_temp\" id=\"16_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"16_requiredform_id_temp\" id=\"16_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"16_uniqueform_id_temp\" id=\"16_uniqueform_id_temp\"><table id=\"16_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"16_tr_name1\"><td id=\"16_td_name_input_first\"><input type=\"text\" class=\"input_deactive\" id=\"16_element_firstform_id_temp\" name=\"16_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;16_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;16_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'16_element_firstform_id_temp\')\" style=\"margin-right: 10px; width: 100px;\" add_attribute=\"value\"></td><td id=\"16_td_name_input_last\"><input type=\"text\" class=\"input_deactive\" id=\"16_element_lastform_id_temp\" name=\"16_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;16_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;16_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'16_element_lastform_id_temp\')\" style=\"margin-right: 10px; width: 100px;\" add_attribute=\"value\"></td></tr><tr id=\"16_tr_name2\"><td id=\"16_td_name_label_first\" align=\"left\"><label class=\"mini_label\" id=\"16_mini_label_first\">First</label></td><td id=\"16_td_name_label_last\" align=\"left\"><label class=\"mini_label\" id=\"16_mini_label_last\">Last</label></td></tr></tbody></table></td></tr></tbody></table></td><td id=\"X_16\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" onclick=\"remove_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" style=\"cursor: pointer; margin: 2px;\"></td><td id=\"left_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" onclick=\"left_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" onclick=\"up_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" style=\"cursor: pointer;\"></td><td id=\"down_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" onclick=\"down_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"right_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" onclick=\"right_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" style=\"cursor: pointer;\"></td><td id=\"edit_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" onclick=\"edit(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Duplicate the field\" onclick=\"dublicate(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"page_up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" onclick=\"page_up(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" onclick=\"page_down(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td></tr><tr id=\"5\" type=\"type_submitter_mail\"><td colspan=\"2\" id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">E-mail:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_sendform_id_temp\" id=\"5_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><input type=\"text\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onchange=\"change_value(\'5_elementform_id_temp\')\" style=\"width: 200px;\"></td></tr></tbody></table></td><td id=\"X_5\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" onclick=\"remove_row(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" style=\"cursor: pointer; margin: 2px;\"></td><td id=\"left_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" onclick=\"left_row(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" onclick=\"up_row(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" style=\"cursor: pointer;\"></td><td id=\"down_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" onclick=\"down_row(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"right_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" onclick=\"right_row(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" style=\"cursor: pointer;\"></td><td id=\"edit_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" onclick=\"edit(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Duplicate the field\" onclick=\"dublicate(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"page_up_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" onclick=\"page_up(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_5\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" onclick=\"page_down(&quot;5&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td></tr><tr type=\"type_phone\" id=\"17\"><td colspan=\"2\" id=\"17_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"17_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"17_label_sectionform_id_temp\" class=\"\"><span id=\"17_element_labelform_id_temp\" class=\"label\">Phone:</span><span id=\"17_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"17_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_phone\" name=\"17_typeform_id_temp\" id=\"17_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"17_requiredform_id_temp\" id=\"17_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"17_uniqueform_id_temp\" id=\"17_uniqueform_id_temp\"><table id=\"17_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"17_tr_name1\"><td id=\"17_td_name_input_first\"><input type=\"text\" class=\"input_deactive\" id=\"17_element_firstform_id_temp\" name=\"17_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;17_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;17_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'17_element_firstform_id_temp\')\" onkeypress=\"return check_isnum(event)\" style=\"width: 50px;\"><span class=\"wdform_line\" style=\"margin: 0px 4px; padding: 0px;\">-</span></td><td id=\"17_td_name_input_last\"><input type=\"text\" class=\"input_deactive\" id=\"17_element_lastform_id_temp\" name=\"17_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;17_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;17_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'17_element_lastform_id_temp\')\" onkeypress=\"return check_isnum(event)\" style=\"width: 135px;\"></td></tr><tr id=\"17_tr_name2\"><td id=\"17_td_name_label_first\" align=\"left\"><label class=\"mini_label\" id=\"17_mini_label_area_code\">Area Code</label></td><td id=\"17_td_name_label_last\" align=\"left\"><label class=\"mini_label\" id=\"17_mini_label_phone_number\">Phone Number</label></td></tr></tbody></table></td></tr></tbody></table></td><td id=\"X_17\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" onclick=\"remove_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" style=\"cursor: pointer; margin: 2px;\"></td><td id=\"left_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" onclick=\"left_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" onclick=\"up_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" style=\"cursor: pointer;\"></td><td id=\"down_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" onclick=\"down_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"right_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" onclick=\"right_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" style=\"cursor: pointer;\"></td><td id=\"edit_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" onclick=\"edit(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Duplicate the field\" onclick=\"dublicate(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"page_up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" onclick=\"page_up(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" onclick=\"page_down(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td></tr><tr type=\"type_address\" id=\"19\"><td class=\"toolbar_padding\" id=\"19_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"19_elemet_tableform_id_temp\"><tbody><tr><td class=\"wdform_address\" id=\"19_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"19_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"19_required_elementform_id_temp\"></span></td></tr><tr><td class=\"wdform_address\" id=\"19_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"19_typeform_id_temp\" name=\"19_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"19_requiredform_id_temp\" name=\"19_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"19_disable_fieldsform_id_temp\" name=\"19_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"19_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street1form_id_temp\')\" name=\"19_street1form_id_temp\" id=\"19_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street2form_id_temp\')\" name=\"20_street2form_id_temp\" id=\"19_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_cityform_id_temp\')\" name=\"21_cityform_id_temp\" id=\"19_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_stateform_id_temp\')\" name=\"22_stateform_id_temp\" id=\"19_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_postalform_id_temp\')\" name=\"23_postalform_id_temp\" id=\"19_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'19_countryform_id_temp\')\" name=\"24_countryform_id_temp\" id=\"19_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"19_mini_label_country\" class=\"mini_label\">Country</label></span></div></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_19\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;19&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"14\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"14_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"14_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Message Inquiry / Comments</span><span class=\"required\" id=\"14_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"14_uniqueform_id_temp\" name=\"14_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'14_elementform_id_temp\')\" onblur=\"return_value(\'14_elementform_id_temp\')\" onfocus=\"delete_value(\'14_elementform_id_temp\')\" value=\"\" title=\"\" name=\"14_elementform_id_temp\" id=\"14_elementform_id_temp\" class=\"input_deactive\" style=\"width: 400px; height: 100px;\"></textarea></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_14\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;14&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;14&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_14\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;14&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"15\" type=\"type_submit_reset\"><td id=\"15_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"15_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" style=\"display: none;\" id=\"15_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"15_element_labelform_id_temp\">type_submit_reset_15</span></td><td class=\"\" id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"15_typeform_id_temp\" name=\"15_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"15_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"15_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_15\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;15&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;15&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;15&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_15\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;15&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody><tbody id=\"form_id_tempform_view_img1\" style=\"float: right !important;\"><tr><td style=\"display: none;\">Untitled page</td><td align=\"right\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/minus_hover.png\" title=\"Show or hide the page\" class=\"page_toolbar\" onclick=\"show_or_hide(\'1\')\" id=\"show_page_img_1\" onmouseover=\"chnage_icons_src(this,\'minus\')\" onmouseout=\"chnage_icons_src(this,\'minus\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete.png\" title=\"Delete the page\" class=\"page_toolbar\" onclick=\"remove_page(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_delete_all.png\" title=\"Delete the page with fields\" class=\"page_toolbar\" onclick=\"remove_page_all(\'1\')\"></td><td><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_edit.png\" title=\"Edit the page\" class=\"page_toolbar\" onclick=\"edit_page_break(\'1\')\"></td></tr></tbody></table>', '<table class=\"wdform_table1\" style=\"border-top:0px solid black;\" cellpadding=\"4\" cellspacing=\"0\"><tbody id=\"form_id_tempform_view1\" class=\"wdform_tbody1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"button\" next_class=\"wdform_page_button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"button\" previous_class=\"wdform_page_button\" previous_checkable=\"false\"><tr class=\"wdform_tr1\"><td class=\"wdform_td1\"><table class=\"wdform_table2\"><tbody class=\"wdform_tbody2\"><tr type=\"type_name\" id=\"16\"><td colspan=\"2\" id=\"16_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"16_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"16_label_sectionform_id_temp\" class=\"\"><span id=\"16_element_labelform_id_temp\" class=\"label\">Name:</span><span id=\"16_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"16_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_name\" name=\"16_typeform_id_temp\" id=\"16_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"16_requiredform_id_temp\" id=\"16_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"16_uniqueform_id_temp\" id=\"16_uniqueform_id_temp\"><table id=\"16_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"16_tr_name1\"><td id=\"16_td_name_input_first\"><input type=\"text\" class=\"input_deactive\" id=\"16_element_firstform_id_temp\" name=\"16_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;16_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;16_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'16_element_firstform_id_temp\')\" style=\"margin-right: 10px; width: 100px;\" attribute=\"value\"></td><td id=\"16_td_name_input_last\"><input type=\"text\" class=\"input_deactive\" id=\"16_element_lastform_id_temp\" name=\"16_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;16_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;16_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'16_element_lastform_id_temp\')\" style=\"margin-right: 10px; width: 100px;\" attribute=\"value\"></td></tr><tr id=\"16_tr_name2\"><td id=\"16_td_name_label_first\" align=\"left\"><label class=\"mini_label\" id=\"16_mini_label_first\">First</label></td><td id=\"16_td_name_label_last\" align=\"left\"><label class=\"mini_label\" id=\"16_mini_label_last\">Last</label></td></tr></tbody></table></td></tr></tbody></table></td><td id=\"X_16\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" onclick=\"remove_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" style=\"cursor: pointer; margin: 2px;\"></td><td id=\"left_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" onclick=\"left_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" onclick=\"up_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" style=\"cursor: pointer;\"></td><td id=\"down_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" onclick=\"down_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"right_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" onclick=\"right_row(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" style=\"cursor: pointer;\"></td><td id=\"edit_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" onclick=\"edit(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Duplicate the field\" onclick=\"dublicate(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"page_up_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" onclick=\"page_up(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_16\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" onclick=\"page_down(&quot;16&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td></tr><tr id=\"5\" type=\"type_submitter_mail\"><td colspan=\"2\" id=\"5_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"5_elemet_tableform_id_temp\"><tbody><tr><td valign=\"middle\" align=\"left\" id=\"5_label_sectionform_id_temp\" class=\"\"><span id=\"5_element_labelform_id_temp\" class=\"label\">E-mail:</span><span id=\"5_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"middle\" align=\"left\" id=\"5_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_submitter_mail\" name=\"5_typeform_id_temp\" id=\"5_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"5_requiredform_id_temp\" id=\"5_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"5_sendform_id_temp\" id=\"5_sendform_id_temp\"><input type=\"hidden\" value=\"\" name=\"5_uniqueform_id_temp\" id=\"5_uniqueform_id_temp\"><input type=\"text\" class=\"input_deactive\" id=\"5_elementform_id_temp\" name=\"5_elementform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(\'5_elementform_id_temp\')\" onblur=\"return_value(\'5_elementform_id_temp\')\" onchange=\"change_value(\'5_elementform_id_temp\')\" style=\"width: 200px;\"></td></tr></tbody></table></td></tr><tr type=\"type_phone\" id=\"17\"><td colspan=\"2\" id=\"17_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\"><table id=\"17_elemet_tableform_id_temp\"><tbody><tr><td valign=\"top\" align=\"left\" id=\"17_label_sectionform_id_temp\" class=\"\"><span id=\"17_element_labelform_id_temp\" class=\"label\">Phone:</span><span id=\"17_required_elementform_id_temp\" class=\"required\"> *</span></td></tr><tr><td valign=\"top\" align=\"left\" id=\"17_element_sectionform_id_temp\" class=\"\"><input type=\"hidden\" value=\"type_phone\" name=\"17_typeform_id_temp\" id=\"17_typeform_id_temp\"><input type=\"hidden\" value=\"yes\" name=\"17_requiredform_id_temp\" id=\"17_requiredform_id_temp\"><input type=\"hidden\" value=\"no\" name=\"17_uniqueform_id_temp\" id=\"17_uniqueform_id_temp\"><table id=\"17_table_name\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr id=\"17_tr_name1\"><td id=\"17_td_name_input_first\"><input type=\"text\" class=\"input_deactive\" id=\"17_element_firstform_id_temp\" name=\"17_element_firstform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;17_element_firstform_id_temp&quot;)\" onblur=\"return_value(&quot;17_element_firstform_id_temp&quot;)\" onchange=\"change_value(\'17_element_firstform_id_temp\')\" onkeypress=\"return check_isnum(event)\" style=\"width: 50px;\"><span class=\"wdform_line\" style=\"margin: 0px 4px; padding: 0px;\">-</span></td><td id=\"17_td_name_input_last\"><input type=\"text\" class=\"input_deactive\" id=\"17_element_lastform_id_temp\" name=\"17_element_lastform_id_temp\" value=\"\" title=\"\" onfocus=\"delete_value(&quot;17_element_lastform_id_temp&quot;)\" onblur=\"return_value(&quot;17_element_lastform_id_temp&quot;)\" onchange=\"change_value(\'17_element_lastform_id_temp\')\" onkeypress=\"return check_isnum(event)\" style=\"width: 135px;\"></td></tr><tr id=\"17_tr_name2\"><td id=\"17_td_name_label_first\" align=\"left\"><label class=\"mini_label\" id=\"17_mini_label_area_code\">Area Code</label></td><td id=\"17_td_name_label_last\" align=\"left\"><label class=\"mini_label\" id=\"17_mini_label_phone_number\">Phone Number</label></td></tr></tbody></table></td></tr></tbody></table></td><td id=\"X_17\" valign=\"middle\" align=\"right\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\" title=\"Remove the field\" onclick=\"remove_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" style=\"cursor: pointer; margin: 2px;\"></td><td id=\"left_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\" title=\"Move the field to the left\" onclick=\"left_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\" title=\"Move the field up\" onclick=\"up_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" style=\"cursor: pointer;\"></td><td id=\"down_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\" title=\"Move the field down\" onclick=\"down_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"right_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\" title=\"Move the field to the right\" onclick=\"right_row(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" style=\"cursor: pointer;\"></td><td id=\"edit_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\" title=\"Edit the field\" onclick=\"edit(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\" title=\"Duplicate the field\" onclick=\"dublicate(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"page_up_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\" title=\"Move the field to the upper page\" onclick=\"page_up(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td><td id=\"dublicate_17\" valign=\"middle\" class=\"element_toolbar\"><img src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\" title=\"Move the field to the lower  page\" onclick=\"page_down(&quot;17&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" style=\"margin: 2px; cursor: pointer;\"></td></tr><tr type=\"type_address\" id=\"19\"><td class=\"toolbar_padding\" id=\"19_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"19_elemet_tableform_id_temp\"><tbody><tr><td class=\"wdform_address\" id=\"19_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"19_element_labelform_id_temp\">Address:</span><span class=\"required\" id=\"19_required_elementform_id_temp\"></span></td></tr><tr><td class=\"wdform_address\" id=\"19_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"19_typeform_id_temp\" name=\"19_typeform_id_temp\" value=\"type_address\" type=\"hidden\"><input id=\"19_requiredform_id_temp\" name=\"19_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input country=\"no\" postal=\"no\" state=\"no\" city=\"no\" street2=\"no\" street1=\"no\" id=\"19_disable_fieldsform_id_temp\" name=\"19_disable_fieldsform_id_temp\" type=\"hidden\"><div style=\"width: 300px;\" id=\"19_div_address\"><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street1form_id_temp\')\" name=\"19_street1form_id_temp\" id=\"19_street1form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street1\" class=\"mini_label\">Street Address</label></span><span style=\"float: left; width: 100%; padding-bottom: 8px; display: block;\"><input onchange=\"change_value(\'19_street2form_id_temp\')\" name=\"20_street2form_id_temp\" id=\"19_street2form_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_street2\" class=\"mini_label\">Street Address Line 2</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_cityform_id_temp\')\" name=\"21_cityform_id_temp\" id=\"19_cityform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_city\" class=\"mini_label\">City</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_stateform_id_temp\')\" name=\"22_stateform_id_temp\" id=\"19_stateform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_state\" class=\"mini_label\">State / Province / Region</label></span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input onchange=\"change_value(\'19_postalform_id_temp\')\" name=\"23_postalform_id_temp\" id=\"19_postalform_id_temp\" style=\"width: 100%;\" type=\"text\"><label style=\"display: block;\" id=\"19_mini_label_postal\" class=\"mini_label\">Postal / Zip Code</label></span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><select onchange=\"change_value(\'19_countryform_id_temp\')\" name=\"24_countryform_id_temp\" id=\"19_countryform_id_temp\" style=\"width: 100%;\" type=\"text\"><option value=\"\"></option><option value=\"Afghanistan\">Afghanistan</option><option value=\"Albania\">Albania</option><option value=\"Algeria\">Algeria</option><option value=\"Andorra\">Andorra</option><option value=\"Angola\">Angola</option><option value=\"Antigua and Barbuda\">Antigua and Barbuda</option><option value=\"Argentina\">Argentina</option><option value=\"Armenia\">Armenia</option><option value=\"Australia\">Australia</option><option value=\"Austria\">Austria</option><option value=\"Azerbaijan\">Azerbaijan</option><option value=\"Bahamas\">Bahamas</option><option value=\"Bahrain\">Bahrain</option><option value=\"Bangladesh\">Bangladesh</option><option value=\"Barbados\">Barbados</option><option value=\"Belarus\">Belarus</option><option value=\"Belgium\">Belgium</option><option value=\"Belize\">Belize</option><option value=\"Benin\">Benin</option><option value=\"Bhutan\">Bhutan</option><option value=\"Bolivia\">Bolivia</option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option><option value=\"Botswana\">Botswana</option><option value=\"Brazil\">Brazil</option><option value=\"Brunei\">Brunei</option><option value=\"Bulgaria\">Bulgaria</option><option value=\"Burkina Faso\">Burkina Faso</option><option value=\"Burundi\">Burundi</option><option value=\"Cambodia\">Cambodia</option><option value=\"Cameroon\">Cameroon</option><option value=\"Canada\">Canada</option><option value=\"Cape Verde\">Cape Verde</option><option value=\"Central African Republic\">Central African Republic</option><option value=\"Chad\">Chad</option><option value=\"Chile\">Chile</option><option value=\"China\">China</option><option value=\"Colombi\">Colombi</option><option value=\"Comoros\">Comoros</option><option value=\"Congo (Brazzaville)\">Congo (Brazzaville)</option><option value=\"Congo\">Congo</option><option value=\"Costa Rica\">Costa Rica</option><option value=\"Cote d\'Ivoire\">Cote d\'Ivoire</option><option value=\"Croatia\">Croatia</option><option value=\"Cuba\">Cuba</option><option value=\"Cyprus\">Cyprus</option><option value=\"Czech Republic\">Czech Republic</option><option value=\"Denmark\">Denmark</option><option value=\"Djibouti\">Djibouti</option><option value=\"Dominica\">Dominica</option><option value=\"Dominican Republic\">Dominican Republic</option><option value=\"East Timor (Timor Timur)\">East Timor (Timor Timur)</option><option value=\"Ecuador\">Ecuador</option><option value=\"Egypt\">Egypt</option><option value=\"El Salvador\">El Salvador</option><option value=\"Equatorial Guinea\">Equatorial Guinea</option><option value=\"Eritrea\">Eritrea</option><option value=\"Estonia\">Estonia</option><option value=\"Ethiopia\">Ethiopia</option><option value=\"Fiji\">Fiji</option><option value=\"Finland\">Finland</option><option value=\"France\">France</option><option value=\"Gabon\">Gabon</option><option value=\"Gambia, The\">Gambia, The</option><option value=\"Georgia\">Georgia</option><option value=\"Germany\">Germany</option><option value=\"Ghana\">Ghana</option><option value=\"Greece\">Greece</option><option value=\"Grenada\">Grenada</option><option value=\"Guatemala\">Guatemala</option><option value=\"Guinea\">Guinea</option><option value=\"Guinea-Bissau\">Guinea-Bissau</option><option value=\"Guyana\">Guyana</option><option value=\"Haiti\">Haiti</option><option value=\"Honduras\">Honduras</option><option value=\"Hungary\">Hungary</option><option value=\"Iceland\">Iceland</option><option value=\"India\">India</option><option value=\"Indonesia\">Indonesia</option><option value=\"Iran\">Iran</option><option value=\"Iraq\">Iraq</option><option value=\"Ireland\">Ireland</option><option value=\"Israel\">Israel</option><option value=\"Italy\">Italy</option><option value=\"Jamaica\">Jamaica</option><option value=\"Japan\">Japan</option><option value=\"Jordan\">Jordan</option><option value=\"Kazakhstan\">Kazakhstan</option><option value=\"Kenya\">Kenya</option><option value=\"Kiribati\">Kiribati</option><option value=\"Korea, North\">Korea, North</option><option value=\"Korea, South\">Korea, South</option><option value=\"Kuwait\">Kuwait</option><option value=\"Kyrgyzstan\">Kyrgyzstan</option><option value=\"Laos\">Laos</option><option value=\"Latvia\">Latvia</option><option value=\"Lebanon\">Lebanon</option><option value=\"Lesotho\">Lesotho</option><option value=\"Liberia\">Liberia</option><option value=\"Libya\">Libya</option><option value=\"Liechtenstein\">Liechtenstein</option><option value=\"Lithuania\">Lithuania</option><option value=\"Luxembourg\">Luxembourg</option><option value=\"Macedonia\">Macedonia</option><option value=\"Madagascar\">Madagascar</option><option value=\"Malawi\">Malawi</option><option value=\"Malaysia\">Malaysia</option><option value=\"Maldives\">Maldives</option><option value=\"Mali\">Mali</option><option value=\"Malta\">Malta</option><option value=\"Marshall Islands\">Marshall Islands</option><option value=\"Mauritania\">Mauritania</option><option value=\"Mauritius\">Mauritius</option><option value=\"Mexico\">Mexico</option><option value=\"Micronesia\">Micronesia</option><option value=\"Moldova\">Moldova</option><option value=\"Monaco\">Monaco</option><option value=\"Mongolia\">Mongolia</option><option value=\"Morocco\">Morocco</option><option value=\"Mozambique\">Mozambique</option><option value=\"Myanmar\">Myanmar</option><option value=\"Namibia\">Namibia</option><option value=\"Nauru\">Nauru</option><option value=\"Nepa\">Nepa</option><option value=\"Netherlands\">Netherlands</option><option value=\"New Zealand\">New Zealand</option><option value=\"Nicaragua\">Nicaragua</option><option value=\"Niger\">Niger</option><option value=\"Nigeria\">Nigeria</option><option value=\"Norway\">Norway</option><option value=\"Oman\">Oman</option><option value=\"Pakistan\">Pakistan</option><option value=\"Palau\">Palau</option><option value=\"Panama\">Panama</option><option value=\"Papua New Guinea\">Papua New Guinea</option><option value=\"Paraguay\">Paraguay</option><option value=\"Peru\">Peru</option><option value=\"Philippines\">Philippines</option><option value=\"Poland\">Poland</option><option value=\"Portugal\">Portugal</option><option value=\"Qatar\">Qatar</option><option value=\"Romania\">Romania</option><option value=\"Russia\">Russia</option><option value=\"Rwanda\">Rwanda</option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis</option><option value=\"Saint Lucia\">Saint Lucia</option><option value=\"Saint Vincent\">Saint Vincent</option><option value=\"Samoa\">Samoa</option><option value=\"San Marino\">San Marino</option><option value=\"Sao Tome and Principe\">Sao Tome and Principe</option><option value=\"Saudi Arabia\">Saudi Arabia</option><option value=\"Senegal\">Senegal</option><option value=\"Serbia and Montenegro\">Serbia and Montenegro</option><option value=\"Seychelles\">Seychelles</option><option value=\"Sierra Leone\">Sierra Leone</option><option value=\"Singapore\">Singapore</option><option value=\"Slovakia\">Slovakia</option><option value=\"Slovenia\">Slovenia</option><option value=\"Solomon Islands\">Solomon Islands</option><option value=\"Somalia\">Somalia</option><option value=\"South Africa\">South Africa</option><option value=\"Spain\">Spain</option><option value=\"Sri Lanka\">Sri Lanka</option><option value=\"Sudan\">Sudan</option><option value=\"Suriname\">Suriname</option><option value=\"Swaziland\">Swaziland</option><option value=\"Sweden\">Sweden</option><option value=\"Switzerland\">Switzerland</option><option value=\"Syria\">Syria</option><option value=\"Taiwan\">Taiwan</option><option value=\"Tajikistan\">Tajikistan</option><option value=\"Tanzania\">Tanzania</option><option value=\"Thailand\">Thailand</option><option value=\"Togo\">Togo</option><option value=\"Tonga\">Tonga</option><option value=\"Trinidad and Tobago\">Trinidad and Tobago</option><option value=\"Tunisia\">Tunisia</option><option value=\"Turkey\">Turkey</option><option value=\"Turkmenistan\">Turkmenistan</option><option value=\"Tuvalu\">Tuvalu</option><option value=\"Uganda\">Uganda</option><option value=\"Ukraine\">Ukraine</option><option value=\"United Arab Emirates\">United Arab Emirates</option><option value=\"United Kingdom\">United Kingdom</option><option value=\"United States\">United States</option><option value=\"Uruguay\">Uruguay</option><option value=\"Uzbekistan\">Uzbekistan</option><option value=\"Vanuatu\">Vanuatu</option><option value=\"Vatican City\">Vatican City</option><option value=\"Venezuela\">Venezuela</option><option value=\"Vietnam\">Vietnam</option><option value=\"Yemen\">Yemen</option><option value=\"Zambia\">Zambia</option><option value=\"Zimbabwe\">Zimbabwe</option></select><label style=\"display: block;\" id=\"19_mini_label_country\" class=\"mini_label\">Country</label></span></div></td></tr></tbody></table></td><td class=\"element_toolbar\" id=\"X_19\" align=\"right\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;delete_el&quot;)\" onclick=\"remove_row(&quot;19&quot;)\" style=\"cursor: pointer; margin: 2px;\" title=\"Remove the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/delete_el.png\"></td><td class=\"element_toolbar\" id=\"left_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;left&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;left&quot;)\" onclick=\"left_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the left\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/left.png\"></td><td class=\"element_toolbar\" id=\"up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;up&quot;)\" onclick=\"up_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field up\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/up.png\"></td><td class=\"element_toolbar\" id=\"down_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;down&quot;)\" onclick=\"down_row(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field down\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/down.png\"></td><td class=\"element_toolbar\" id=\"right_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;right&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;right&quot;)\" onclick=\"right_row(&quot;19&quot;)\" style=\"cursor: pointer;\" title=\"Move the field to the right\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/right.png\"></td><td class=\"element_toolbar\" id=\"edit_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;edit&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;edit&quot;)\" onclick=\"edit(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Edit the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/edit.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;dublicate&quot;)\" onclick=\"dublicate(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Duplicate the field\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/dublicate.png\"></td><td class=\"element_toolbar\" id=\"page_up_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_up&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_up&quot;)\" onclick=\"page_up(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the upper page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_up.png\"></td><td class=\"element_toolbar\" id=\"dublicate_19\" valign=\"middle\"><img onmouseout=\"chnage_icons_src(this,&quot;page_down&quot;)\" onmouseover=\"chnage_icons_src(this,&quot;page_down&quot;)\" onclick=\"page_down(&quot;19&quot;)\" style=\"margin: 2px; cursor: pointer;\" title=\"Move the field to the lower  page\" src=\"http://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-maker/images/page_down.png\"></td></tr><tr id=\"14\" type=\"type_textarea\"><td class=\"toolbar_padding\" id=\"14_label_and_element_sectionform_id_temp\" colspan=\"2\"><table id=\"14_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" id=\"14_label_sectionform_id_temp\" align=\"left\" valign=\"top\"><span class=\"label\" id=\"14_element_labelform_id_temp\">Message Inquiry / Comments</span><span class=\"required\" id=\"14_required_elementform_id_temp\"></span></td></tr><tr><td class=\"\" id=\"14_element_sectionform_id_temp\" align=\"left\" valign=\"top\"><input id=\"14_typeform_id_temp\" name=\"14_typeform_id_temp\" value=\"type_textarea\" type=\"hidden\"><input id=\"14_requiredform_id_temp\" name=\"14_requiredform_id_temp\" value=\"no\" type=\"hidden\"><input id=\"14_uniqueform_id_temp\" name=\"14_uniqueform_id_temp\" value=\"no\" type=\"hidden\"><textarea onchange=\"change_value(\'14_elementform_id_temp\')\" onblur=\"return_value(\'14_elementform_id_temp\')\" onfocus=\"delete_value(\'14_elementform_id_temp\')\" value=\"\" title=\"\" name=\"14_elementform_id_temp\" id=\"14_elementform_id_temp\" class=\"input_deactive\" style=\"width: 400px; height: 100px;\"></textarea></td></tr></tbody></table></td></tr><tr id=\"15\" type=\"type_submit_reset\"><td id=\"15_label_and_element_sectionform_id_temp\" class=\"toolbar_padding\" colspan=\"2\"><table id=\"15_elemet_tableform_id_temp\"><tbody><tr><td class=\"\" style=\"display: none;\" id=\"15_label_sectionform_id_temp\" align=\"left\" valign=\"middle\"><span style=\"display: none;\" id=\"15_element_labelform_id_temp\">type_submit_reset_15</span></td><td class=\"\" id=\"15_element_sectionform_id_temp\" align=\"left\" valign=\"middle\"><input id=\"15_typeform_id_temp\" name=\"15_typeform_id_temp\" value=\"type_submit_reset\" type=\"hidden\"><button onclick=\"check_required(\'submit\', \'form_id_temp\');\" value=\"Submit\" id=\"15_element_submitform_id_temp\" class=\"button_submit\" type=\"button\">Submit</button><button onclick=\"check_required(\'reset\');\" value=\"Reset\" id=\"15_element_resetform_id_temp\" style=\"display: none;\" class=\"button_reset\" type=\"button\">Reset</button></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr class=\"wdform_footer\"><td colspan=\"100\" valign=\"top\"><table style=\"padding-right:170px\" width=\"100%\"><tbody><tr id=\"form_id_temppage_nav1\"></tr></tbody></table></td></tr></tbody></table>', 57, '// before form is load\r\nfunction before_load()\r\n{	\r\n}	\r\n// before form submit\r\nfunction before_submit()\r\n{\r\n}	\r\n// before form reset\r\nfunction before_reset()\r\n{	\r\n}', '', '', 1, '', '', '', '', 16, '16#**id**#Name:#**label**#type_name#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#17#**id**#Phone:#**label**#type_phone#****#19#**id**#Street Address#**label**#type_address#****#20#**id**#Street Address Line 2#**label**#type_address#****#21#**id**#City#**label**#type_address#****#22#**id**#State / Province / Region#**label**#type_address#****#23#**id**#Postal / Zip Code#**label**#type_address#****#24#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#3#**id**#custom_3#**label**#type_editor#****#18#**id**#Mobile Phone Number:#**label**#type_phone#****#', '0', 'none', 'false', 'true', '', '', '', '', '', '16#**id**#Name:#**label**#type_name#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#17#**id**#Phone:#**label**#type_phone#****#19#**id**#Street Address#**label**#type_address#****#20#**id**#Street Address Line 2#**label**#type_address#****#21#**id**#City#**label**#type_address#****#22#**id**#State / Province / Region#**label**#type_address#****#23#**id**#Postal / Zip Code#**label**#type_address#****#24#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#', '%all%', '%all%', 0, 'USD', '', 'testmode', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_formmaker_sessions`
--

CREATE TABLE `wp_formmaker_sessions` (
  `id` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `group_id` int(11) NOT NULL,
  `ip` varchar(20) NOT NULL,
  `ord_date` varchar(20) NOT NULL,
  `ord_last_modified` varchar(20) NOT NULL,
  `status` varchar(50) NOT NULL,
  `full_name` varchar(256) NOT NULL,
  `email` varchar(256) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `mobile_phone` varchar(255) NOT NULL,
  `fax` varchar(255) NOT NULL,
  `address` varchar(300) NOT NULL,
  `paypal_info` text NOT NULL,
  `without_paypal_info` text NOT NULL,
  `ipn` varchar(20) NOT NULL,
  `checkout_method` varchar(20) NOT NULL,
  `tax` varchar(50) NOT NULL,
  `shipping` varchar(50) NOT NULL,
  `shipping_type` varchar(200) NOT NULL,
  `read` int(11) NOT NULL,
  `total` varchar(200) NOT NULL,
  `currency` varchar(24) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_formmaker_submits`
--

CREATE TABLE `wp_formmaker_submits` (
  `id` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `element_label` varchar(128) NOT NULL,
  `element_value` mediumtext NOT NULL,
  `group_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_formmaker_submits`
--

INSERT INTO `wp_formmaker_submits` (`id`, `form_id`, `element_label`, `element_value`, `group_id`, `date`, `ip`) VALUES
(240, 10, '16', 'Josue Coto', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(241, 10, '5', 'esamuelcoto@hotmail.com', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(242, 10, '17', '503 8686896', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(243, 10, '19', 'Lala', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(244, 10, '20', 'Llla', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(245, 10, '21', 'San Salvador', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(246, 10, '22', '', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(247, 10, '23', 'San Salvador', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(248, 10, '24', 'El Salvador', 1, '2013-10-26 17:31:51', '190.86.197.54'),
(249, 10, '14', 'Kikekkeke emkmekkkdce\r\n', 1, '2013-10-26 17:31:51', '190.86.197.54');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_formmaker_themes`
--

CREATE TABLE `wp_formmaker_themes` (
  `id` int(11) NOT NULL,
  `title` varchar(200) NOT NULL,
  `css` text NOT NULL,
  `default` tinyint(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_formmaker_themes`
--

INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(17, 'Style 1 Transparent', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important;\n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:transparent !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:21px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:17px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_colon\n{\ncolor:#000 !important;\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000 !important;\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nheight:17px !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:17px !important;\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000 !important;\n}    \n.page_deactive\n{\ncolor:#000 !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:transparent !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#D3D3D3 !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:0px !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#fff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0),
(18, 'Style 1 Gray', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n.wdform_table1 button\n{\n	background-image:none !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#333333 !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder-width: 1px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:22px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder-width: 1px !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder-width:1px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #ffffff !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#ffffff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#333 !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#84857D !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#000000 !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:1px solid black !important;\nbackground-color:#84857D !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 15px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 15px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 15px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 15px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}', 0),
(19, 'Style 1 Orange', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n.wdform_table1 button\n{\n	background-image:none !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#F06E00 !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:19px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:0px !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #ffffff !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#ffffff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#F06E00 !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#58B8EA !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#F06E00 !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:0px !important;\nbackground-color:#58B8EA !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#58B8EA !important;\nborder: 0px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#58B8EA !important;\nborder: 0px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder: 0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#58B8EA !important;\nborder: 0px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#58B8EA !important;\nborder: 0px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0),
(20, 'Style 1 Brown ', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#702400 !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:19px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:0px !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #ffffff !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#ffffff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#702400 !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#702400 !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:0px !important;\nbackground-color:#000 !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 11px !important;\nfont-weight: bold !important;\nborder-radius:7px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 11px !important;\nfont-weight: bold !important;\nborder-radius:7px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder: 0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 7px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 11px !important;\nfont-weight: bold !important;\nborder-radius: 7px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size:11px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0),
(21, 'Style 1 Khaki', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#FED69B !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:21px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:17px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_colon\n{\ncolor:#000 !important;\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000 !important;\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nheight:17px !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:17px !important;\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000 !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#FED69B !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#FED69B !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:0px !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#fff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(22, 'Style 1 Blue ', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n.wdform_table1 button\n{\n	background-image:none !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#0090E3 !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:19px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:0px !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:19px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:0px !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:0px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:0px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #ffffff !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#ffffff !important;\n}    \n.page_deactive\n{\ncolor:#000 !important;\nborder:2px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#fff !important;\nfont-weight: bold !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:2px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#0090E3 !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\nfont-weight: bold !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#0090E3 !important;\nborder-radius:8px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #fff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:2px solid #000 !important;\nbackground-color:#fff !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\nbox-shadow: 0px 0px 10px #000 !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder: 0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid black !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0),
(23, 'Style 1 Green', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1{\nborder:inherit !important;\nmargin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2, .wdform_table2 table{\nwidth: inherit !important;\n}\n.page_numbers\n.file_upload{\nfont-size:12px !important;\n}\n.page_numbers{\n	vertical-align:middle !important;\n}\n.wdform_table1 button\n{\n	background-image:none !important;\n}\n .calendar tr, .calendar td, .calendar table{\n	padding:inherit;\n	margin:inherit;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.button, .button_reset, .button_submit{\n	padding-bottom:inherit !important;\n	padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n	text-align:center;\n	border:inherit !important;\n	vertical-align:middle;\npadding:inherit  !important;\nmargin-bottom: inherit !important;\nmargin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\ntext-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n	line-height:1 !important;\n    margin-bottom:inherit !important;\n	margin-top:inherit !important;\n    font-size:inherit !important; \n    display:inherit !important;\n	color:#000;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#2A9E19 !important;\ntext-align:center !important;\nborder-radius:10px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:21px !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:17px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.am_pm_select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000 !important;\n}\n.wdform_colon\n{\ncolor:#000 !important;\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000 !important;\n}\n.time_box\n{\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nheight:17px !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\nfont-weight: bold !important;\nfont-size:12px !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\nfont-weight: bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:17px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:17px !important;\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder:1px solid #000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000 !important;\nbackground-color:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 3px !important;\nbackground-color:#2A9E19 !important;\n}\n.page_active\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#000000 !important;\nborder-radius: 3px !important;\nbox-shadow: 0px 0px 5px 2px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#2A9E19 !important;\nborder-radius:11px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder:0px !important;\nbackground-color:#000000 !important;\nborder-radius:11px !important;\ntext-align: left !important; \npadding:0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:4px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #000 !important;\nheight:17px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#fff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:5px solid white !important;\nborder-radius:7px !important;\n}', 0),
(24, 'Style 2 Transparent', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n.wdform_table2{\n	width:initial;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important; \n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 10px !important;\nborder: 2px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:transparent !important;\nborder:1px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_input input {\nborder-radius: 0px !important;\nborder-width: 1px !important;\npadding: 1px !important;\nmargin: 1px !important;\nheight: 16px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_select select \n{\nborder-radius: 0px !important;\npadding: 1px !important;\nmargin: 1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.time_box\n{\nborder-width:1px !important;\nheight:16px !important;\nmargin: 1px !important;\npadding: 1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.wdform_colon\n{\ncolor:#000\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload {\nborder: 0px solid white !important;\nborder-radius: 0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor: black !important;\nbackground-color: white !important;\n} \n.page_deactive\n{\ncolor:#000 !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#E0E0E0 !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nfont-weight:bold !important;\nborder: 3px double black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\nbox-shadow: 0px 0px 0px 0px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:20px !important;\nline-height:20px !important;\nbackground-color:#E0E0E0 !important;\nborder-radius: 0em 4em 1em 0em !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important;\n}\n.page_percentage_deactive\n{\nheight:20px !important;\nline-height:20px !important;\nborder:1px solid black !important;\nbackground-color:#ffffff !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:5px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color: #F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid  #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(25, 'Style 2 Olive', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2{\n	width:initial;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important; \n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 10px !important;\nborder: 2px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#778F1D !important;\nborder:1px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_input input {\nborder-radius: 0px !important;\nborder-width: 1px !important;\npadding: 1px !important;\nmargin: 1px !important;\nheight: 16px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_select select \n{\nborder-radius: 0px !important;\npadding: 1px !important;\nmargin: 1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.time_box\n{\nborder-width:1px !important;\nheight:16px !important;\nmargin: 1px !important;\npadding: 1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload {\nborder: 0px solid white !important;\nborder-radius: 0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor: black !important;\nbackground-color: white !important;\n} \n.page_deactive\n{\ncolor:#ffffff !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#778F1D !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nfont-weight:bold !important;\nborder: 3px double black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\nbox-shadow: 0px 0px 0px 0px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:20px !important;\nline-height:20px !important;\nbackground-color:#778F1D !important;\nborder-radius: 0em 4em 1em 0em !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important;\n}\n.page_percentage_deactive\n{\nheight:20px !important;\nline-height:20px !important;\nborder:1px solid black !important;\nbackground-color:#ffffff !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:5px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color: #84857D !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 1px solid  #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(26, 'Style 2 Blue ', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2{\n	width:initial;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important; \n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 10px !important;\nborder: 2px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#3D9EBE !important;\nborder:1px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_input input {\nborder-radius: 0px !important;\nborder-width: 1px !important;\npadding: 1px !important;\nmargin: 1px !important;\nheight: 16px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_select select \n{\nborder-radius: 0px !important;\npadding: 1px !important;\nmargin: 1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.time_box\n{\nborder-width:1px !important;\nheight:16px !important;\nmargin: 1px !important;\npadding: 1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload {\nborder: 0px solid white !important;\nborder-radius: 0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor: black !important;\nbackground-color: white !important;\n} \n.page_deactive\n{\ncolor:#ffffff !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#3D9EBE !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nfont-weight:bold !important;\nborder: 3px double black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\nbox-shadow: 0px 0px 0px 0px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:20px !important;\nline-height:20px !important;\nbackground-color:#3D9EBE !important;\nborder-radius: 0em 4em 1em 0em !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important;\n}\n.page_percentage_deactive\n{\nheight:20px !important;\nline-height:20px !important;\nborder:1px solid black !important;\nbackground-color:#ffffff !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:5px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color: #fff !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 1px solid  #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(27, 'Style 2 Orange', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n.wdform_table2{\n	width:initial;\n}\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important;\n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 10px !important;\nborder: 2px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#FF832B !important;\nborder:1px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_input input {\nborder-radius: 0px !important;\nborder-width: 1px !important;\npadding: 1px !important;\nmargin: 1px !important;\nheight: 16px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_select select \n{\nborder-radius: 0px !important;\npadding: 1px !important;\nmargin: 1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.time_box\n{\nborder-width:1px !important;\nheight:16px !important;\nmargin: 1px !important;\npadding: 1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload {\nborder: 0px solid white !important;\nborder-radius: 0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor: black !important;\nbackground-color: white !important;\n} \n.page_deactive\n{\ncolor:#ffffff !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FF832B !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nfont-weight:bold !important;\nborder: 3px double black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\nbox-shadow: 0px 0px 0px 0px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:20px !important;\nline-height:20px !important;\nbackground-color:#FF832B !important;\nborder-radius: 0em 4em 1em 0em !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important;\n}\n.page_percentage_deactive\n{\nheight:20px !important;\nline-height:20px !important;\nborder:1px solid black !important;\nbackground-color:#ffffff !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:5px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color: #000000 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000000 !important;\nborder: 0px solid  #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(28, 'Style 2 Yellow ', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\n.wdform_table2{\n	width:initial;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important; \n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important; \nfont-weight:normal !important; \ncolor:#000000 !important; \nborder-spacing: 10px !important; \nborder: 2px solid black !important; \nwidth: 100% !important; \n}\n.wdform_tbody1\n{\nbackground-color:#FFF000 !important; \nborder:1px solid black !important; \ntext-align:center !important; \nborder-radius:0px !important; \nfloat:left !important; \nwidth: 100% !important; \n}\n.wdform_tr1\n{\nvertical-align:top !important; \nwidth:100% !important; \n}\n.wdform_table2\n{\npadding-right:0px  !important; \npadding-left:30px  !important; \nfloat:left !important; \nborder-spacing: 2px !important; \nborder-collapse:separate  !important; \n}\n.wdform_tr_section_break td\n{\npadding-right:20px  !important; \npadding-left:20px  !important; \nwidth:100% !important; \n}\n.wdform_input input {\nborder-radius: 0px !important; \nborder-width: 1px !important; \npadding: 1px !important; \nmargin: 1px !important; \nheight: 16px !important; \n}\n.wdform_address input\n{\nborder-radius:0px !important; \nheight:16px !important; \nfont-size:12px !important; \n}\n.wdform_address select\n{\nborder-radius:0px !important; \nheight:21px !important; \nfont-size:12px !important; \n}\n.wdform_date_fields select\n{\nborder-radius:0px !important; \nheight:21px !important; \nfont-size:12px !important; \npadding:1px !important; \nmargin:1px !important; \n}\n.wdform_select select \n{\nborder-radius: 0px !important; \npadding: 1px !important; \nmargin: 1px !important; \n}\n.wdform_date_fields input\n{\nborder-radius:0px !important; \nborder-width: 1px !important; \nheight:16px !important; \nfont-size:12px !important; \npadding:1px !important; \nmargin:1px !important; \n}\n.time_box\n{\nborder-width:1px !important; \nheight:16px !important; \nmargin: 1px !important; \npadding: 1px !important; \ntext-align:right !important; \nwidth:30px !important; \nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important; \nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important; \ncolor:#000 !important; \n}\n.ch_rad_label\n{\ndisplay:inline !important; \nmargin-left:5px !important; \nmargin-right:15px !important; \nfloat:none !important; \ncolor:#000 !important; \n}\n.label\n{\nborder:none !important; \ncolor:#000 !important; \n}\n.wdform_colon\n{\ncolor:#000\n}\n.wdform_separator\n{\nfont-style:bold !important; \nvertical-align:middle !important; \ncolor:#000 !important; \n}\n.wdform_line\n{\ncolor:#000\n}\n.td_am_pm_select\n{\npadding-left:5 !important; \n}\n.am_pm_select\n{\nheight:21px !important; \nfont-size:12px !important; \npadding:1px !important; \nmargin:1px !important; \n}\n.input_deactive\n{\ncolor:#999999 !important; \nfont-style:italic !important; \nborder-width:1px !important; \nmargin: 1px !important; \npadding: 1px !important; \nborder-radius:0px !important; \nheight:16px; \n}\n.input_active\n{\ncolor:#000000 !important; \nfont-style:normal !important; \nborder-width:1px !important; \nmargin: 1px !important; \npadding: 1px !important; \nborder-radius:0px !important; \nheight:16px; \n}\n.required\n{\nborder:none !important; \ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important; \nmargin: 0px !important; \npadding: 0px !important; \ncursor:pointer !important; \n}\n.captcha_refresh\n{\nwidth:30px !important; \nheight:30px !important; \nborder-width:0px !important; \nmargin: 0px !important; \npadding: 0px !important; \nvertical-align:middle !important; \ncursor:pointer !important; \nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important; \n}\n.captcha_input\n{\nheight:20px !important; \nborder-width:1px !important; \nmargin: 0px !important; \npadding: 0px !important; \nvertical-align:middle !important; \n}\n.file_upload {\nborder: 0px solid white !important; \nborder-radius: 0px !important; \nmargin: 0px !important; \npadding: 0px !important; \ncolor: black !important; \nbackground-color: white !important; \n} \n.page_deactive\n{\ncolor:#000 !important; \nborder: 1px solid black !important; \npadding:4px 7px 4px 7px !important; \nmargin:4px !important; \ncursor:pointer !important; \nbackground-color:#FFF000 !important; \n}\n.page_active\n{\ncolor:#000000 !important; \nfont-weight:bold !important; \nborder: 3px double black !important; \npadding:4px 7px 4px 7px !important; \nmargin:4px !important; \ncursor:pointer !important; \nbackground-color:#ffffff !important; \nbox-shadow: 0px 0px 0px 0px black !important; \n}\n.page_percentage_active\n{\npadding:0px !important; \nmargin:0px !important; \nborder-spacing: 0px !important; \nheight:20px !important; \nline-height:20px !important; \nbackground-color:#FFF000 !important; \nborder-radius: 0em 4em 1em 0em !important; \nfont-size:15px !important; \nfloat:left !important; \ntext-align: right  !important;  \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important; \n}\n.page_percentage_deactive\n{\nheight:20px !important; \nline-height:20px !important; \nborder:1px solid black !important; \nbackground-color:#ffffff !important; \nborder-radius:0px !important; \ntext-align: left  !important;  \npadding:5px !important; \n}\n.page_numbers\n{\nfont-size:11px !important; \ncolor:#000 !important; \n}\n.phone_area_code\n{\nwidth:50px !important; \n}\n.phone_number\n{\nwidth:100px !important; \n}\n.button_submit\n{\ncursor: pointer !important; \nfont-size: 15px !important; \nfont-weight: bold !important; \nborder-radius: 0px !important; \nmin-width: 80px !important; \nmin-height: 30px !important; \ncolor: white !important; \nbackground-color:#F53E04 !important; \nborder: 0px solid #ffffff !important; \nmargin: 5px !important; \nbox-shadow: 0px 0px 0px #000000 !important; \n}\n.button_reset\n{\ncursor: pointer !important; \nfont-size: 15px !important; \nfont-weight: bold !important; \nborder-radius: 0px !important; \nmin-width: 80px !important; \nmin-height: 30px !important; \ncolor: white !important; \nbackground-color:#F53E04 !important; \nborder: 0px solid #ffffff !important; \nmargin: 5px !important; \nbox-shadow: 0px 0px 0px #000000 !important; \n}\n.wdform_button button \n{\ncursor: pointer !important; \nfont-size: 15px !important; \nfont-weight: bold !important; \nborder-radius: 0px !important; \nmin-width: 80px !important; \nmin-height: 30px !important; \ncolor: white !important; \nbackground-color: #F53E04 !important; \nborder: 0px solid #ffffff !important; \nmargin: 5px !important; \nbox-shadow: 0px 0px 0px #000000 !important; \n}\n.other_input\n{\nborder-radius:0px !important; \nborder-width: 1px !important; \nheight:16px !important; \nfont-size:12px !important; \npadding:1px !important; \nmargin:1px !important; \nmargin-left: 25px !important; \n}\nbutton.wdform_page_button\n{\ncursor: pointer !important; \nfont-size: 15px !important; \nfont-weight: bold !important; \nborder-radius: 0px !important; \nmin-width:80px !important; \nmin-height: 30px !important; \ncolor: white !important; \nbackground-color:#F53E04 !important; \nborder: 0px solid  #ffffff !important; \nmargin: 5px !important; \nbox-shadow: 0px 0px 0px #000000 !important; \n}\nspan.wdform_page_button\n{\ncolor:#000 !important; \nfont-size: 15px !important; \nfont-weight: bold !important; \nmargin: 5px !important; \ncursor:pointer !important; \n}\n.wdform_page_navigation\n{\ntext-align:center  !important; \nmargin-bottom:10px !important; \n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important; \ncolor:#000000 !important; \nfont-weight:bold !important; \n}\n.wdform_percentage_title\n{\ncolor:#000000 !important; \nfont-style:italic !important; \nmargin: 0px 0px 0px 30px !important; \n}', 0),
(29, 'Style 2 DarkRed', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, wdform_table1{\n		border:inherit !important;\n		padding:inherit;\n		margin:inherit !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\ntable.wdform_table1 {\nborder-collapse: initial !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_footer td{\ntext-align:center !important;\n}\n.wdform_table2{\n	width:initial;\n}\n .wdform_table1 tbody{\n	 border-collapse:inherit !important;\n }\n .page_numbers{\n	vertical-align:middle !important;\n}\n .wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	margin:inherit !important;\n	border-collapse:inherit !important;\n	padding:inherit !important\n}\n.wdform_table1 tr{\n	margin:inherit !important;\n}\n.wdform_table2 table{\n		width: inherit !important;\n		background-color:inherit !important;\n}\n.file_upload{\n		font-size:12px !important;\n}\n.wdform_table1 button\n{\n		background-image:none !important;\n}\n.calendar, .calendar tr, .calendar td, .calendar table{\n		border-collapse:inherit;\n		padding:inherit;\n		margin:inherit;\n}\n.button, .button_reset, .button_submit{\n		padding-bottom:inherit !important;\n		padding-top:inherit !important;\n}\n.wdform_table1 td, .wdform_table1 tr{\n		text-align:inherit;\n		vertical-align:middle;\n		border:none !important;\n		padding:inherit  !important;\n		margin-bottom: inherit !important;\n		margin-top: inherit !important;\n}\n.wdform_table2 td, .wdform_table2 tr{\n	vertical-align:top !important;\n	text-align: left !important;\n}\n.wdform_table1 input, .wdform_table1 textara, .wdform_table1 select{\n		color:#000;\n		line-height:1 !important;\n		margin-bottom:2px !important;\n		margin-top:2px !important;\n		font-size:inherit !important; \n		display:inline !important;\n        padding-left:inherit !important;\n		padding-right:inherit !important;\n}\n.wdform_table1 input{\n	padding-bottom:2px !important;\n	padding-top:2px !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 10px !important;\nborder: 2px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#A31919 !important;\nborder:1px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:0px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_input input {\nborder-radius: 0px !important;\nborder-width: 1px !important;\npadding: 1px !important;\nmargin: 1px !important;\nheight: 16px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_select select \n{\nborder-radius: 0px !important;\npadding: 1px !important;\nmargin: 1px !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.time_box\n{\nborder-width:1px !important;\nheight:16px !important;\nmargin: 1px !important;\npadding: 1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload {\nborder: 0px solid white !important;\nborder-radius: 0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor: black !important;\nbackground-color: white !important;\n} \n.page_deactive\n{\ncolor:#ffffff !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#A31919 !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nfont-weight:bold !important;\nborder: 3px double black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\nbox-shadow: 0px 0px 0px 0px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:20px !important;\nline-height:20px !important;\nbackground-color:#A31919 !important;\nborder-radius: 0em 4em 1em 0em !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: inset -5px 1px 10px 1px #ACB8A6 !important;\n}\n.page_percentage_deactive\n{\nheight:20px !important;\nline-height:20px !important;\nborder:1px solid black !important;\nbackground-color:#ffffff !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:5px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color: #F53E04 !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width:80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F53E04 !important;\nborder: 0px solid  #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(30, 'Style 3 Transparent', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:transparent !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_select select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.time_box\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.wdform_colon\n{\ncolor:#000\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#ffffff !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nheight:18px !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\ncolor:#000 !important;\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #000 !important;\nbackground-color:transparent !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.other_input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:transparent !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\n	font-family: \'Times New Roman\' !important;\nmargin:0px -30px 0px 0px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\n	font-family: \'Times New Roman\' !important;\ncolor:#000 !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #ffffff !important;\nborder-radius:1px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(31, 'Style 3 Red', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#AB0101 !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_date_fields select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_date_fields input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_select select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.time_box\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#E96711 !important;\nfont-style:italic !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#ffffff !important;\nheight:18px !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#E96711 !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-color: #AB0101 !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #FF8F00 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.other_input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\nspan.wdform_page_button\n{\ncolor:#000000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:#AB0101 !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\n	font-family:\"Times New Roman\", Times, serif !important;\nmargin:0px -30px 0px 0px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\n	font-family:\"Times New Roman\", Times, serif !important;\ncolor:#000000 !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #E96711 !important;\nborder-radius:1px !important;\n}', 0),
(32, 'Style 3 Black', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_date_fields select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_date_fields input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_select select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:22px !important;\n}\n.time_box\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #FF8F00 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#E96711 !important;\nfont-style:italic !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#ffffff !important;\nheight:18px !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#E96711 !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-color: #000000 !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #FF8F00 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\n.other_input\n{\ncolor:#ffffff !important;\nbackground-color:#E96711 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #FF8F00 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000000 !important;\nbackground-image:url([SITE_ROOT]/images/button2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #A02900 !important;\n}\nspan.wdform_page_button\n{\ncolor:#fff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:#000000 !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\nmargin:0px -30px 0px 0px !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\ncolor:#000000 !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #E96711 !important;\nborder-radius:1px !important;\n}', 0),
(33, 'Style 3 Blue', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#56AEEE !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_select select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.time_box\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#ffffff !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nheight:18px !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#ffffff !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-color: #56AEEE !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #000 !important;\nbackground-color:#F4801D !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-color:#F4801D !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-color:#F4801D !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-color:#F4801D !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.other_input\n{\ncolor:#ffffff !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-color:#F4801D !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#fff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:#56AEEE !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\nmargin:0px -30px 0px 0px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\ncolor:#fff !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #ffffff !important;\nborder-radius:1px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(34, 'Style 3 Brown', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#702400 !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_select select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.time_box\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#ffffff !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nheight:18px !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nbackground-color:#fff !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-color: #702400 !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #000 !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nbackground-color: #fff !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.other_input\n{\ncolor:#ffffff !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 13px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_2.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#fff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:#702400 !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\n	font-family:\"Times New Roman\", Times, serif !important;\nmargin:0px -30px 0px 0px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\n	font-family:\"Times New Roman\", Times, serif !important;\ncolor:#fff !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #ffffff !important;\nborder-radius:1px !important;\n}', 0),
(35, 'Style 3 Orange', '.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th, .wdform_table2 td{\n	vertical-align:top !important;\n	text-align:left !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2,  .wdform_table2 table{\nwidth:inherit !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth: 100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#F06E00 !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth: 100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_date_fields select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_date_fields input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date_fields input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_select select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_select select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address input\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input \n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_input input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_date:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.wdform_address select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.wdform_address select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.time_box\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.time_box:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.am_pm_select:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nborder:1px solid #000 !important;\nborder-radius:0px !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#CFC1C1 !important;\nbackground-color:#ffffff !important;\nfont-style:italic !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.input_active\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nheight:18px !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.captcha_input:focus\n{\ncolor:#000000 !important;\nheight:18px !important;\nbackground-color:#FFDDC4 !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\ncolor:#000 !important;\nbackground-color:#ffffff !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}   \n.page_deactive\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_active\n{\nborder:0px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.page_percentage_active \n{\npadding: 0px !important;\nmargin: 0px !important;\nborder-spacing: 0px !important;\nheight: 10px !important;\nline-height: 10px !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder-radius: 0px !important;\nfont-size: 15px !important;\nfloat: left !important;\ntext-align: right !important;\n}\n.page_percentage_deactive {\nheight: 10px !important;\nline-height: 9px !important;\nborder: 1px solid #000 !important;\nbackground-color:#F4801D !important;\ntext-align: left !important;\npadding: 2px !important;\nborder-radius: 0px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.button_reset\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.wdform_button button \n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\n.other_input\n{\ncolor:#ffffff !important;\nbackground-color:#ffffff !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nmargin-left: 25px !important;\nborder-radius:0px !important;\nheight:18px !important;\n}\n.other_input:focus\n{\ncolor:#000000 !important;\nbackground-color:#FFDDC4 !important;\nfont-style:normal !important;\nborder:1px solid #000 !important;\nmargin: 0px !important;\npadding: 0px !important;\npadding-left: 5px !important;\nborder-radius:0px !important;\nheight:18px !important;\nmargin-left: 25px !important;\n}\nbutton.wdform_page_button\n{\ncursor: pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 5px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-image: url([SITE_ROOT]/images/button1_3.png) !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 7px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#fff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nmargin-bottom: 5px !important;\nbackground-color:#F06E00 !important;\nline-height: 35px !important;\n}\n.wdform_percentage_text\n{\nmargin:0px -30px 0px 0px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\nfont-size: 13px !important;\n}\n.wdform_percentage_title\n{\nfont-family:\"Times New Roman\", Times, serif !important;\ncolor:#fff !important;\nfont-style:italic !important;\nline-height:9px !important;\nmargin: 0px 0px 0px 40px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #ffffff !important;\nborder-radius:1px !important;\n}', 0),
(36, 'Style 4 Transparent Blue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important;\n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 6px solid #fff !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:transparent !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\nborder:1px solid #4AB9F1 !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#4AB9F1 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.wdform_colon\n{\ncolor:#000\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: transparent !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#999 !important;\nfont-style:italic !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: transparent !important;\n}\n.input_active\n{\ncolor:#000 !important;\nfont-style:normal !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: transparent !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nborder: 1px solid #999 !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: transparent !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#000 !important;\n}    \n.page_deactive\n{\ncolor:#000 !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:transparent !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#fff !important;\nborder:1px solid #999 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-color:#5EA3CC !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px transparent !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#5EA3CC !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:transparent !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\nspan.wdform_page_button\n{\ncolor:#5EA3CC !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: transparent !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(37, 'Style 4 Black - Gray', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#C2C2C2 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #000000 !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #000000 !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#000000 !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-color:#C2C2C2 !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #000000 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#C2C2C2 !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#000000 !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#C2C2C2 !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #0078C9 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#C2C2C2 !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #0078C9 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#C2C2C2 !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #0078C9 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#C2C2C2 !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 0px #0078C9 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(38, 'Style 4 Brown', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#702400 !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#FFD79C !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #702400 !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #702400 !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #702400 !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#702400 !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#000 !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FFD79C !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #702400 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#FFD79C !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#702400 !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#FFD79C !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #000 !important;\nbackground-color:#FFD79C !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #000 !important;\nbackground-color:#FFD79C !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #702400 !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #000 !important;\nbackground-color:#FFD79C !important;\nborder: 1px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(39, 'Style 4 Red', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#C91B24 !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#000000 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #C91B24 !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #C91B24 !important;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #C91B24 !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#C91B24 !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#000000 !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #C91B24 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#000000 !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#C91B24 !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #fff !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #fff !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #fff !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #C91B24 !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor:  #fff !important;\nbackground-color:#000000 !important;\nborder: 1px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(40, 'Style 4 Blue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px ;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#46BBDE !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#F79647 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #46BBDE !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #46BBDE !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #46BBDE !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#46BBDE !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#F79647 !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nborder-radius: 0px !important;\nbox-shadow: 2px 2px 4px 0px #F79647 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nbackground-color:#fff !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#46BBDE !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #46BBDE !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image:url([SITE_ROOT]/images/button3.png) !important;\nborder: 0px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(41, 'Style 4 LightGrey ', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 6px solid #fff !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#E7E7E7 !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\nborder:1px solid #4AB9F1 !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#4AB9F1 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\n}\n.wdform_colon\n{\ncolor:#000\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #999 !important;\nbackground-color: #E7E7E7 !important;\ncolor:#000 !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#999 !important;\nfont-style:italic !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #E7E7E7 !important;\n}\n.input_active\n{\ncolor:#000 !important;\nfont-style:normal !important;\nborder: 1px solid #999 !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #E7E7E7 !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\ncolor:#000 !important;\nborder: 1px solid #999 !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #E7E7E7 !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#000 !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#E7E7E7 !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #999 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-color:#5EA3CC !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #E7E7E7 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#5EA3CC !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#E7E7E7 !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#000 !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\nspan.wdform_page_button\n{\ncolor:#5EA3CC !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #E7E7E7 !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#5EA3CC !important;\nborder: 1px solid white !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #999 !important;\n}\n.wdform_page_navigation\n{\nmargin-left: 6px !important;\nmargin-right: 4px !important;\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(42, 'Style 4 RoyalBlue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important;\n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#5EA3CC !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#EB3D00 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #5EA3CC !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #5EA3CC !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #5EA3CC !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#5EA3CC !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-color:#E03B01 !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #5EA3CC !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#E03B01 !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#5EA3CC !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #5EA3CC !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(43, 'Style 4 Black', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:none !important;\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_table1 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	text-align:center;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	line-height:1 !important;\n	border:inherit !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:top !important;\n	margin:inherit !important;\n	text-align:left !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	background-image:inherit !important;\n	padding:inherit !important;\n	line-height:1 !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n}\n.wdform_td1\n{\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\nbackground-color:#EB3D00 !important;\n}\n.wdform_tr_section_break\n{\ndisplay: table !important;\nwidth: 100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date_fields select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_select select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_date\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.time_box\n{\nborder-radius:0px !important;\nheight:16px !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#ffffff\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#ffffff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#ffffff !important;\n}\n.wdform_colon\n{\ncolor:#ffffff\n}\n.wdform_separator\n{\nfont-style:bold !important;\nvertical-align:middle !important;\ncolor:#ffffff !important;\n}\n.wdform_line\n{\ncolor:#ffffff\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nborder-radius:0px !important;\npadding:1px !important;\nmargin:1px !important;\nborder: 1px solid #fff !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nheight:20px !important;\n}\n.input_deactive\n{\ncolor:#C4CCE2 !important;\nfont-style:italic !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #000000 !important;\n}\n.input_active\n{\ncolor:#fff !important;\nfont-style:normal !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nborder-radius:0px !important;\nheight:16px;\nbackground-color: #000000 !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\ncolor:#fff !important;\nborder: 1px solid #fff !important;\npadding:0px !important;\nmargin:0px !important;\nborder-radius:0px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 1px !important;\npadding: 1px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:#ffffff !important;\nborder:1px solid #ffffff !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 0px !important;\nbackground-color:#000000 !important;\n}\n.page_active\n{\nfont-weight:bold !important;\ncolor:#ffffff !important;\nborder:1px solid #000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-color:#E03B01 !important;\nborder-radius: 0px !important;\nbox-shadow: 0px 0px 5px 2px #000000 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin-bottom: 0px !important;\nborder-spacing: 0px !important;\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#E03B01 !important;\nborder-radius:0px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \nbox-shadow: 0px 0px 10px #ffffff !important;\n}\n.page_percentage_deactive\n{\nheight:25px !important;\nline-height:25px !important;\nbackground-color:#000000 !important;\nborder-radius:0px !important;\ntext-align: left !important; \npadding:2px !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.other_input\n{\nborder-radius:0px !important;\nborder: 1px solid #fff !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\nbackground-color: #000000 !important;\ncolor:#fff !important;\nmargin-left: 25px !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E03B01 !important;\nborder: 1px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #0078C9 !important;\n}\n.wdform_page_navigation\n{\ntext-align:center !important;\nheight:38px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:4px solid #fff !important;\nborder-radius:1px !important;\n}', 0),
(44, 'Style 5 LightGray', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#E0DEE1!important !important;\ntext-align:left !important;\npadding:6px !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#C9C9C9 !important;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nbackground-color:#ffffff!important !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#84857D !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#000 !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#E0DEE1 !important;\nborder-radius:2px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#84857D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#84857D !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\npadding-left: 35px !important;\nmargin-right: -16px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(45, 'Style 5 Red', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#FE5E5E!important !important;\ntext-align:left !important;\npadding:6px !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#DB3B3B !important;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nbackground-color:#ffffff!important !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#E84848 !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#000 !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#FE5E5E !important;\nborder-radius:2px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E84848 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E84848 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E84848 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#E84848 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#E84848 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\npadding-left: 35px !important;\nmargin-right: -16px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(46, 'Style 5 Orange', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important !important;\npadding-left:30px !important !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#FFC486!important !important;\ntext-align:left !important !important;\npadding:6px !important !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#FFA746 !important;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important !important;\npadding-left:20px !important !important;\nbackground-color:#ffffff!important !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FFB365 !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#000 !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#FFC486 !important;\nborder-radius:2px !important;\ntext-align: left !important !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#FFB365 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#FFB365 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#FFB365 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#FFB365 !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#FFA746 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: -53px !important;\ntext-align:center !important !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(47, 'Style 5 Black', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#2D2C28!important !important;\ntext-align:left !important;\npadding:6px !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#000000 !important;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nbackground-color:#ffffff!important !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#7EF2FF !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#7EF2FF !important;\n}\n.label\n{\nborder:none !important;\ncolor:#7EF2FF !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px ;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#7EF2FF !important;\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#100F0D !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#81F2FD !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#2D2C28 !important;\nborder-radius:2px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#100F0D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#100F0D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#100F0D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#100F0D !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#000 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\npadding-left: 35px !important;\nmargin-right: -16px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#fff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(48, 'Style 5 Blue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#3DAEF2!important !important;\ntext-align:left !important;\npadding:6px !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#3D8AB8 !important;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nbackground-color:#ffffff!important !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#fff !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#fff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#fff !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px ;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#3E95CB !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#fff !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#3DAEF2 !important;\nborder-radius:2px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#3E95CB !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#3E95CB !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#3E95CB !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#3E95CB !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#3E95CB !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\npadding-left: 35px !important;\nmargin-right: -16px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(49, 'Style 5 OrangeRed', 'table {\n font-size: 12px !important;\n}\n.wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	border:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 table{\n	background-color:inherit;\n}\n.wdform_table2 table{\n	width:initial !important;\n	text-align:left !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n        text-align:left !important;\n}\n.wdform_table1 td{\n	border:inherit !important;\n	padding:inherit !important;\n	text-align:center;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:0px !important;\n		padding-bottom:0px !important;\n		padding-left:inherit !important;\n		padding-right:inherit !important;\n		display: inline !important;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nborder-spacing: 0px !important;\nborder: 0px solid black !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#ffffff !important;\nborder:0px solid black !important;\ntext-align:center !important;\nborder-radius:0px !important;\nfloat:left !important;\nwidth:100% !important;\n}\n.wdform_tr1\n{\nvertical-align:top !important;\nwidth:100% !important;\n//display: table !important;\n}\n.wdform_table2\n{\npadding-right:30px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 6px !important;\nborder-collapse:separate !important;\nwidth: 700px !important;\n}\n.wdform_tbody2>tr\n{\n}\n.toolbar_padding\n{\nbackground-color:#FCA64F !important;\ntext-align:left !important;\npadding:6px !important;\n}\n.wdform_table2>tbody>tr>td\n{\nbackground-color:#F24004;\ntext-align:center;\npadding:6px !important;\nwidth:20% !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nbackground-color:#ffffff !important;\nwidth:100% !important;\n}\n.wdform_select\n{\nborder-radius:0px !important;\n}\n.wdform_address input\n{\nborder-radius:0px !important;\nheight:16px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_address select\n{\nborder-radius:0px !important;\nheight:19px !important;\nfont-size:12px !important;\nborder: 2px inset !important;\n}\n.wdform_input input\n{\nborder-radius:0px !important;\nborder-width: 1px !important;\npadding:0px !important;\nmargin:0px !important;\nheight:16px !important;\nborder: 2px inset !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\nborder: 2px inset !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#fff !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#fff !important;\n}\n.label\n{\nborder:none !important;\ncolor:#fff !important;\nfont-weight:bolder !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 20px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder: 2px inset !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nmargin: 0px !important;\npadding: 0px !important;\nborder-radius:0px !important;\nheight:16px;\nborder: 2px inset !important;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#fff !important;\n}    \n.page_deactive\n{\ncolor:black !important;\nborder: 1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\ncolor:white !important;\nborder: 1px solid white !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#F5611C !important;\nbox-shadow: 0px 0px 3px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#000 !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:3px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:#FCA64F !important;\nborder-radius:2px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F5611C !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F5611C !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F5611C !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\n}\nbutton.wdform_page_button\n{\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius: 0px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#F5611C !important;\nborder: 2px solid #ffffff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 3px #000000 !important;\ncursor:pointer !important;\n}\nspan.wdform_page_button\n{\ncolor:#F24004 !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\npadding-left: 35px !important;\nmargin-right: -16px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#000 !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}', 0),
(50, 'Style 6 SkyBlue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#535E74 !important;\nborder:8px solid #DBE4E3 !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #535E74 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #DBE4E3 !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #535E74 !important;\ncolor:#535E74 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #535E74 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#535E74 !important;\n}\n.wdform_date_fields select\n{\ncolor:#535E74 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #535E74 !important;\n}\n.am_pm_select\n{\ncolor:#535E74 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #535E74 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #535E74 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#535E74 !important;\n}\n.wdform_address input\n{\ncolor:#535E74 !important;\nborder-radius:4px !important;\nborder:1px solid #535E74 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#535E74 !important;\nborder:1px solid #535E74 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#535E74 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #535E74 !important;\n}\n.wdform_colon\n{\ncolor:#535E74 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#535E74 !important;\n}\n.wdform_line\n{\ncolor:#535E74 !important;\n}\n.time_box\n{\ncolor:#535E74 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #535E74 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#535E74 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#535E74 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#535E74 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #535E74 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#535E74 !important;\nfont-style:normal !important;\nborder:1px solid #535E74 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red;\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:1px solid #535E74 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#535E74 !important;\n}\n.file_upload\n{\nborder:1px solid #535E74 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#535E74 !important;\n}    \n.page_deactive\n{\ncolor:#DBE4E3 !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#535E74 !important;\n}\n.page_active\n{\ncolor:#535E74 !important;\nborder:4px solid #535E74 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBE4E3 !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#DBE4E3 !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #DBE4E3 !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #DBE4E3 !important;\nbackground-color:#535E74 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#535D76 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#535D76 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #535E74 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#535E74 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#535E74 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#535D76 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#535D76 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #535E74 !important;\nborder-radius:7px !important;\n}', 0),
(51, 'Style 6 Brown', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#702400 !important;\nborder:8px solid #FFD39C !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #702400 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #FFD39C !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #702400 !important;\ncolor:#702400 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #702400 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#702400 !important;\n}\n.wdform_date_fields select\n{\ncolor:#702400 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #702400 !important;\n}\n.am_pm_select\n{\ncolor:#702400 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #702400 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #702400 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#702400 !important;\n}\n.wdform_address input\n{\ncolor:#702400 !important;\nborder-radius:4px !important;\nborder:1px solid #702400 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#702400 !important;\nborder:1px solid #702400 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#702400 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #702400 !important;\n}\n.wdform_colon\n{\ncolor:#702400 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#702400 !important;\n}\n.wdform_line\n{\ncolor:#702400 !important;\n}\n.time_box\n{\ncolor:#702400 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #702400 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#702400 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#702400 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#702400 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #702400 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#702400 !important;\nfont-style:normal !important;\nborder:1px solid #702400 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_white.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:1px solid #702400 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#702400 !important;\n}\n.file_upload\n{\nborder:1px solid #702400 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#702400 !important;\n}    \n.page_deactive\n{\ncolor:#FFD39C !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#702400 !important;\n}\n.page_active\n{\ncolor:#702400 !important;\nborder:4px solid #702400 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FFD39C !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#FFD39C !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #FFD39C !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #FFD39C !important;\nbackground-color:#702400 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#702400 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#702400 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #702400 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#702400 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#702400 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#702400 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#702400 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #702400 !important;\nborder-radius:7px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(52, 'Style 6 Gray', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\nborder:8px solid #CCCCCC !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #000000 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #CCCCCC !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000000 !important;\ncolor:#000000 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#000000 !important;\n}\n.wdform_date_fields select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000000 !important;\n}\n.am_pm_select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000000 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#000000 !important;\n}\n.wdform_address input\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nborder:1px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#000000 !important;\nborder:1px solid #000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #000000 !important;\n}\n.wdform_colon\n{\ncolor:#000000 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.wdform_line\n{\ncolor:#000000 !important;\n}\n.time_box\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:1px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:1px solid #000000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.file_upload\n{\nborder:1px solid #000000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000000 !important;\n}    \n.page_deactive\n{\ncolor:#CCCCCC !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#000000 !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nborder:4px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#CCCCCC !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#CCCCCC !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #CCCCCC !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #CCCCCC !important;\nbackground-color:#000000 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#000000 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #000000 !important;\nborder-radius:7px !important;\n}', 0),
(53, 'Style 6 Red - Black', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\nborder:8px solid #F2281A !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #000000 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #F2281A !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\ncolor:#000000 !important;\nopacity:0.99 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#000000 !important;\n}\n.wdform_date_fields select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.am_pm_select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#000000 !important;\n}\n.wdform_address input\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#000000 !important;\nborder:2px solid #000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.wdform_colon\n{\ncolor:#000000 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.wdform_line\n{\ncolor:#000000 !important;\n}\n.time_box\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:2px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:2px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:2px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:blue\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.file_upload\n{\nborder:2px solid #000000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000000 !important;\n}    \n.page_deactive\n{\ncolor:#F2281A !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#000000 !important;\n}\n.page_active\n{\ncolor:#fff !important;\nborder:4px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#fff !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#F2281A !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #F2281A !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #F2281A !important;\nbackground-color:#000000 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#000000 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-image: url([SITE_ROOT]/images/button6_4.png) !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #000000 !important;\nborder-radius:7px !important;\n}', 0),
(54, 'Style 6 Orange - Blue', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#0090E3 !important;\nborder:8px solid #FF944C !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #0090E3 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #FF944C !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #0090E3 !important;\ncolor:#000 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #0090E3 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#000 !important;\n}\n.wdform_date_fields select\n{\ncolor:#000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #0090E3 !important;\n}\n.am_pm_select\n{\ncolor:#000 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #0090E3 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #0090E3 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#000 !important;\n}\n.wdform_address input\n{\ncolor:#000 !important;\nborder-radius:4px !important;\nborder:1px solid #0090E3 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#000 !important;\nborder:1px solid #0090E3 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #0090E3 !important;\n}\n.wdform_colon\n{\ncolor:#000 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.wdform_line\n{\ncolor:#000 !important;\n}\n.time_box\n{\ncolor:#000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #0090E3 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #0090E3 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000 !important;\nfont-style:normal !important;\nborder:1px solid #0090E3 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:1px solid #0090E3 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#000 !important;\n}\n.file_upload\n{\nborder:1px solid #0090E3 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000 !important;\n}    \n.page_deactive\n{\ncolor:#FF944C !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#0090E3 !important;\n}\n.page_active\n{\ncolor:#0090E3 !important;\nborder:4px solid #0090E3 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FF944C !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#FF944C !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #FF944C !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #FF944C !important;\nbackground-color:#0090E3 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#0090E3 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#0090E3 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #0090E3 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#0090E3 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#0090E3 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#0090E3 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#0090E3 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#000 !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #0090E3 !important;\nborder-radius:7px !important;\n}', 0),
(55, 'Style 6 Yellow - Black', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#000000 !important;\nborder:8px solid #FFF000 !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #000000 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #FFF000 !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\ncolor:#000000 !important;\nopacity:0.99 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#000000 !important;\n}\n.wdform_date_fields select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.am_pm_select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#000000 !important;\n}\n.wdform_address input\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#000000 !important;\nborder:2px solid #000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:2px solid #000000 !important;\nopacity:0.99 !important;\n}\n.wdform_colon\n{\ncolor:#000000 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.wdform_line\n{\ncolor:#000000 !important;\n}\n.time_box\n{\ncolor:#000000 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:2px solid #000000 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#000000 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#000000 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#000000 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:2px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder:2px solid #000000 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#000000 !important;\n}\n.file_upload\n{\nborder:2px solid #000000 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#000000 !important;\n}    \n.page_deactive\n{\ncolor:#FFF000 !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#000000 !important;\n}\n.page_active\n{\ncolor:#000000 !important;\nborder:4px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#FFF000 !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#FFF000 !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #FFF000 !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #FFF000 !important;\nbackground-color:#000000 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:2px solid #000000 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#000000 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#000000 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\nborder-radius:9px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: white !important;\nbackground-color:#000 !important;\nborder: 2px solid #fff !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 5px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:red !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #000000 !important;\nborder-radius:7px !important;\n}', 0);
INSERT INTO `wp_formmaker_themes` (`id`, `title`, `css`, `default`) VALUES
(56, 'Style 6 Purple', 'table {\n font-size: 12px !important;\n}\n.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1{\n	border-bottom:none;\n}\n.wdform_table1 table{\n	background-color:initial;\n}\nwdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.toolbar_padding hr{\n	margin-bottom:7px !important;\n	margin-top:7px !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table2 td{\n	vertical-align:top !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n	color:#ffffff !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		color:#000;\n		-webkit-transition: all 0.0s linear;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:inherit !important;\n		margin-bottom:inherit !important;\n		padding-top:inherit ;\n		padding-bottom:inherit;\n}\n.wdform_table1 select{\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n		font-size:inherit !important; \n		height:inherit !important;\n		display:inline !important;\n}\n.wdform_table1 button{\n	padding:inherit !important;\n	line-height:1 !important;\n	background-image:none !important;\n}\n.wdform_table1\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\nwidth:100% !important;\n}\n.wdform_tbody1\n{\nbackground-color:#770038 !important;\nborder:8px solid #F085AF !important;\ntext-align:center !important;\nborder-radius:27px !important;\nfloat:left !important;\nposition: relative !important;\nleft:40px !important;\n}\n.wdform_tr1\n{\nborder:8px solid #770038 !important;\nvertical-align:top !important;\nwidth:100% !important;\nborder-radius:20px !important;\ndisplay: table-cell !important;\nposition: relative !important;\nleft: -40px !important;\n}\n.wdform_td1\n{\nbackground-color: #F085AF !important;\nborder-radius: 10px !important;\n}\n.wdform_table2\n{\npadding-right:15px !important;\npadding-left:30px !important;\nfloat:left !important;\nborder-spacing: 2px !important;\nborder-collapse:separate !important;\n}\n.wdform_tr_section_break td\n{\npadding-right:20px !important;\npadding-left:20px !important;\nwidth:100% !important;\n}\n.wdform_select select\n{\nborder-radius:6px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #770038 !important;\ncolor:#770038 !important;\n}\n.wdform_input input\n{\nborder-radius:4px !important;\nborder:1px solid #770038 !important;\npadding:1px !important;\nmargin:1px !important;\nheight:16px !important;\ncolor:#770038 !important;\n}\n.wdform_date_fields select\n{\ncolor:#770038 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #770038 !important;\n}\n.am_pm_select\n{\ncolor:#770038 !important;\nborder-radius:4px !important;\nheight:20px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #770038 !important;\n}\n.wdform_date_fields input\n{\nborder-radius:4px !important;\nborder:1px solid #770038 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\ncolor:#770038 !important;\n}\n.wdform_address input\n{\ncolor:#770038 !important;\nborder-radius:4px !important;\nborder:1px solid #770038 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_date\n{\ncolor:#770038 !important;\nborder:1px solid #770038 !important;\nborder-radius:4px !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\n}\n.wdform_address select\n{\ncolor:#770038 !important;\nborder-radius:4px !important;\nheight:21px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nborder:1px solid #770038 !important;\n}\n.wdform_colon\n{\ncolor:#770038 !important;\n}\n.wdform_separator\n{\nvertical-align:middle !important;\ncolor:#770038 !important;\n}\n.wdform_line\n{\ncolor:#770038 !important;\n}\n.time_box\n{\ncolor:#770038 !important;\nborder-radius:4px !important;\nheight:16px !important;\nborder:1px solid #770038 !important;\npadding:1px !important;\nmargin:1px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle !important;\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\ncolor:#770038 !important;\nfont-weight: bold !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\ncolor:#770038 !important;\n}\n.label\n{\nborder:none !important;\ncolor:#770038 !important;\nfont-weight:bold !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder:1px solid #770038 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.input_active\n{\ncolor:#770038 !important;\nfont-style:normal !important;\nborder:1px solid #770038 !important;\nmargin: 1px !important;\npadding: 1px !important;\nborder-radius:4px !important;\nheight:16px;\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-radius:4px !important;\nborder:1px solid #770038 !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncolor:#770038 !important;\n}\n.file_upload\n{\nborder:1px solid #770038 !important;\nborder-radius:4px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncolor:#770038 !important;\n}    \n.page_deactive\n{\ncolor:#F085AF !important;\nborder:0px solid #000000 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nborder-radius: 2px !important;\nbackground-color:#770038 !important;\n}\n.page_active\n{\ncolor:#770038 !important;\nborder:4px solid #770038 !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#F085AF !important;\nborder-radius: 9px !important;\nbox-shadow: 0px 0px 5px black !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:#F085AF !important;\nborder-radius:20px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: center !important; \nbox-shadow: inset 0px 0px 10px #F085AF !important;\n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\nborder: 7px solid #F085AF !important;\nbackground-color:#770038 !important;\nborder-radius:30px !important;\ntext-align: left !important; \npadding:5px !important;\nleft: 20px !important;\nposition: relative !important;\n}\n.page_numbers\n{\nfont-size:11px !important;\ncolor:#ffffff !important;\nfont-weight:bold !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.button_submit\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-family: arial !important;\nborder-radius:15px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 10px #000000 !important;\n}\n.button_reset\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-family: arial !important;\nborder-radius:15px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 10px #000000 !important;\n}\n.other_input\n{\nborder-radius:4px !important;\nborder:1px solid #770038 !important;\nheight:16px !important;\nfont-size:12px !important;\npadding:1px !important;\nmargin:1px !important;\nmargin-left: 25px !important;\ncolor:#770038 !important;\n}\n#recaptcha_response_field\n{\nborder-radius:4px !important;\ncolor:#770038 !important;\n}\n.wdform_button button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-family: arial !important;\nborder-radius:15px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 10px #000000 !important;\n}\nbutton.wdform_page_button\n{\ncursor:pointer !important;\nfont-size: 15px !important;\nfont-family: arial !important;\nborder-radius:15px !important;\nmin-width: 80px !important;\nmin-height: 30px !important;\ncolor: #000 !important;\nbackground-color:#fff !important;\nborder: 2px solid #000 !important;\nmargin: 5px !important;\nbox-shadow: 0px 0px 10px #000000 !important;\n}\nspan.wdform_page_button\n{\ncolor:#ffffff !important;\nfont-size: 15px !important;\nfont-weight: bold !important;\ncolor: white !important;\nmargin: 5px !important;\ncursor:pointer !important;\n}\n.wdform_page_navigation\n{\nmargin-right: 62px !important;\ntext-align:center !important;\nmargin-bottom:10px !important;\n}\n.wdform_percentage_text\n{\nmargin:3px 7px 3px 3px !important;\ncolor:#fff !important;\nfont-weight:bold !important;\n}\n.wdform_percentage_title\n{\ncolor:#ffffff !important;\nfont-style:italic !important;\nmargin: 0px 0px 0px 30px !important;\n}\n.wdform_map>div\n{\nborder:5px solid #770038 !important;\nborder-radius:7px !important;\n}', 0),
(57, 'Standard', '.wdform_table1, .wdform_table1 table, .wdform_table1 tr, .wdform_table1 th{\n	padding-top:inherit !important;\n	padding-bottom:inherit !important;\n	margin:inherit !important;\n	line-height:1 !important;\n	border-collapse:separate !important;\n	padding-right:inherit;\n	padding-left:inherit;\n	font-size:12px !important;\n}\n.wdform_table2, .wdform_table2 table, .wdform_table2 tr, .wdform_table2 th{\n	width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_table2 table{\n	border-width:inherit !important;\n}\n.wdform_table2{\nfloat: left;\n}\n.ch_rad_label{\n	color:#000 !important;\n}\n.wdform_page_button{\n	max-width:inherit !important;\n}\n.wdform_table2 td{\n	text-align:left !important;\n	border-width:inherit !important;\n}\n.wdform_address select{\n	font-size:12px !important;\n}\n.label{\n	font-size:14px !important;\n	color:#000 !important;\n}\ntable.wdform_table1, .wdform_table1 table{\n	border:0px !important;\n}\n.wdform_table2 td{\n	border-width:inherit !important;\n	vertical-align:top !important;\n}\n.wdform_table1 table, .wdform_table1 tbody{\n	border-collapse:separate !important;\n}\n.wdform_table1 td{\n	text-align:center;\n	font-size:12px !important;\n	border-collapse:separate !important;\n	line-height:1 !important;\n	border:0px none !important;\n	padding-bottom:2px;\n	padding-top:2px;\n	padding-left:inherit !important;\n	padding-right:inherit !important;\n	vertical-align:middle;\n	margin:inherit !important;\n}\n.wdform_table1 span{\n	vertical-align:top !important;\n}\n.label{\n	font-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n}\n.wdform_date{\n	width:100px !important;\n}\n.mini_label{\n	color:#000 !important;\n}\n.wdform_table1 input, .wdform_table1 textara{\n		font-size:14px;\n		-webkit-transition: all 0.0s linear;\n		background-color:#FFF !important;\n		background:#FFF !important;\n		line-height:1 !important;\n		font-size:inherit !important; \n		display:inline !important;\n		margin-top:0px !important;\n		margin-bottom:0px !important;\n		padding-top:0px ;\n		padding-bottom:0px;\n		color:#000;\n}\n.wdform_table1 img{\n	max-width:inherit !important;\n}\n.wdform_table1 select{\n	font-size:14px;\n	margin-bottom:inherit !important;\n	margin-top:inherit !important;\n	line-height:1 !important;\n	font-size:inherit !important; \n	height:inherit !important;\n	display:inline !important;\n}\n.wdform_table1 button{\n	margin: 1px !important;\n}\n.form_view\n{\nfont-size:14px !important;\nfont-weight:normal !important;\ncolor:#000000 !important;\n}\n.wdform_table1 button\n{\ncursor:pointer !important;\n}\n.no_spacing\n{\npadding-right:50px !important;\nfloat:left !important;\nborder-spacing: 0px !important;\nborder-collapse:separate !important;\n}\n.time_box\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\ntext-align:right !important;\nwidth:30px !important;\nvertical-align:middle\n}\n.mini_label\n{\nfont-size:10px !important;\nfont-family: \'Lucida Grande\', Tahoma, Arial, Verdana, sans-serif !important;\n}\n.ch_rad_label\n{\ndisplay:inline !important;\nmargin-left:5px !important;\nmargin-right:15px !important;\nfloat:none !important;\n}\n.label\n{\nborder:none !important;\n}\n.td_am_pm_select\n{\npadding-left:5 !important;\n}\n.am_pm_select\n{\nheight: 18px !important;\nmargin:0 !important;\npadding:0\n}\n.input_deactive\n{\ncolor:#999999 !important;\nfont-style:italic !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}\n.input_active\n{\ncolor:#000000 !important;\nfont-style:normal !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}\n.required\n{\nborder:none !important;\ncolor:red\n}\n.captcha_img\n{\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\ncursor:pointer !important;\n}\n.captcha_refresh\n{\nwidth:30px !important;\nheight:30px !important;\nborder-width:0px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\ncursor:pointer !important;\nbackground-image: url([SITE_ROOT]/images/refresh_black.png) !important;\n}\n.captcha_input\n{\nheight:20px !important;\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px !important;\nvertical-align:middle !important;\n}\n.file_upload\n{\nborder-width:1px !important;\nmargin: 0px !important;\npadding: 0px\n}    \n.page_deactive\n{\nborder:1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#DBDBDB !important;\n}\n.page_active\n{\nborder:1px solid black !important;\npadding:4px 7px 4px 7px !important;\nmargin:4px !important;\ncursor:pointer !important;\nbackground-color:#878787 !important;\n}\n.page_percentage_active\n{\npadding:0px !important;\nmargin:0px !important;\nborder-spacing: 0px !important;\nheight:30px !important;\nline-height:30px !important;\nbackground-color:yellow !important;\nborder-radius:30px !important;\nfont-size:15px !important;\nfloat:left !important;\ntext-align: right !important; \n}\n.page_percentage_deactive\n{\nheight:30px !important;\nline-height:30px !important;\npadding:5px !important;\nborder:1px solid black !important;\nwidth:100% !important;\nbackground-color:white !important;\nborder-radius:30px !important;\ntext-align: left !important; \n}\n.page_numbers\n{\nfont-size:11px !important;\n}\n.phone_area_code\n{\nwidth:50px !important;\n}\n.phone_number\n{\nwidth:100px !important;\n}\n.wdform_percentage_title\n{\npadding-left:20px\n}\nspan.wdform_page_button\n{\ncursor:pointer !important;\n}', 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_formmaker_views`
--

CREATE TABLE `wp_formmaker_views` (
  `form_id` int(11) NOT NULL,
  `views` int(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_formmaker_views`
--

INSERT INTO `wp_formmaker_views` (`form_id`, `views`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(10, 12);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_content_status`
--

CREATE TABLE `wp_icl_content_status` (
  `rid` bigint(20) NOT NULL,
  `nid` bigint(20) NOT NULL,
  `timestamp` datetime NOT NULL,
  `md5` varchar(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_core_status`
--

CREATE TABLE `wp_icl_core_status` (
  `id` bigint(20) NOT NULL,
  `rid` bigint(20) NOT NULL,
  `module` varchar(16) NOT NULL,
  `origin` varchar(64) NOT NULL,
  `target` varchar(64) NOT NULL,
  `status` smallint(6) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_flags`
--

CREATE TABLE `wp_icl_flags` (
  `id` int(11) NOT NULL,
  `lang_code` varchar(10) NOT NULL,
  `flag` varchar(32) NOT NULL,
  `from_template` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_flags`
--

INSERT INTO `wp_icl_flags` (`id`, `lang_code`, `flag`, `from_template`) VALUES
(1, 'ar', 'ar.png', 0),
(2, 'bg', 'bg.png', 0),
(3, 'bs', 'bs.png', 0),
(4, 'ca', 'ca.png', 0),
(5, 'cs', 'cs.png', 0),
(6, 'cy', 'cy.png', 0),
(7, 'da', 'da.png', 0),
(8, 'de', 'de.png', 0),
(9, 'el', 'el.png', 0),
(10, 'en', 'en.png', 0),
(11, 'eo', 'eo.png', 0),
(12, 'es', 'es.png', 0),
(13, 'et', 'et.png', 0),
(14, 'eu', 'eu.png', 0),
(15, 'fa', 'fa.png', 0),
(16, 'fi', 'fi.png', 0),
(17, 'fr', 'fr.png', 0),
(18, 'ga', 'ga.png', 0),
(19, 'he', 'he.png', 0),
(20, 'hi', 'hi.png', 0),
(21, 'hr', 'hr.png', 0),
(22, 'hu', 'hu.png', 0),
(23, 'hy', 'hy.png', 0),
(24, 'id', 'id.png', 0),
(25, 'is', 'is.png', 0),
(26, 'it', 'it.png', 0),
(27, 'ja', 'ja.png', 0),
(28, 'ko', 'ko.png', 0),
(29, 'ku', 'ku.png', 0),
(30, 'la', 'la.png', 0),
(31, 'lt', 'lt.png', 0),
(32, 'lv', 'lv.png', 0),
(33, 'mk', 'mk.png', 0),
(34, 'mn', 'mn.png', 0),
(35, 'mo', 'mo.png', 0),
(36, 'ms', 'ms.png', 0),
(37, 'mt', 'mt.png', 0),
(38, 'nb', 'nb.png', 0),
(39, 'ne', 'ne.png', 0),
(40, 'nl', 'nl.png', 0),
(41, 'pa', 'pa.png', 0),
(42, 'pl', 'pl.png', 0),
(43, 'pt-br', 'pt-br.png', 0),
(44, 'pt-pt', 'pt-pt.png', 0),
(45, 'qu', 'qu.png', 0),
(46, 'ro', 'ro.png', 0),
(47, 'ru', 'ru.png', 0),
(48, 'sk', 'sk.png', 0),
(49, 'sl', 'sl.png', 0),
(50, 'so', 'so.png', 0),
(51, 'sq', 'sq.png', 0),
(52, 'sr', 'sr.png', 0),
(53, 'sv', 'sv.png', 0),
(54, 'ta', 'ta.png', 0),
(55, 'th', 'th.png', 0),
(56, 'tr', 'tr.png', 0),
(57, 'uk', 'uk.png', 0),
(58, 'ur', 'ur.png', 0),
(59, 'uz', 'uz.png', 0),
(60, 'vi', 'vi.png', 0),
(61, 'yi', 'yi.png', 0),
(62, 'zh-hans', 'zh-hans.png', 0),
(63, 'zh-hant', 'zh-hant.png', 0),
(64, 'zu', 'zu.png', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_languages`
--

CREATE TABLE `wp_icl_languages` (
  `id` int(11) NOT NULL,
  `code` varchar(7) NOT NULL,
  `english_name` varchar(128) NOT NULL,
  `major` tinyint(4) NOT NULL DEFAULT 0,
  `active` tinyint(4) NOT NULL,
  `default_locale` varchar(8) DEFAULT NULL,
  `tag` varchar(8) DEFAULT NULL,
  `encode_url` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_languages`
--

INSERT INTO `wp_icl_languages` (`id`, `code`, `english_name`, `major`, `active`, `default_locale`, `tag`, `encode_url`) VALUES
(1, 'en', 'English', 1, 1, 'en_US', NULL, 0),
(2, 'es', 'Spanish', 1, 1, 'es_ES', NULL, 0),
(3, 'de', 'German', 1, 0, 'de_DE', NULL, 0),
(4, 'fr', 'French', 1, 0, 'fr_FR', NULL, 0),
(5, 'ar', 'Arabic', 0, 0, 'ar', NULL, 0),
(6, 'bs', 'Bosnian', 0, 0, '', NULL, 0),
(7, 'bg', 'Bulgarian', 0, 0, 'bg_BG', NULL, 0),
(8, 'ca', 'Catalan', 0, 0, 'ca', NULL, 0),
(9, 'cs', 'Czech', 0, 0, 'cs_CZ', NULL, 0),
(10, 'sk', 'Slovak', 0, 0, 'sk_SK', NULL, 0),
(11, 'cy', 'Welsh', 0, 0, 'cy', NULL, 0),
(12, 'da', 'Danish', 1, 0, 'da_DK', NULL, 0),
(13, 'el', 'Greek', 0, 0, 'el', NULL, 0),
(14, 'eo', 'Esperanto', 0, 0, 'eo', NULL, 0),
(15, 'et', 'Estonian', 0, 0, 'et', NULL, 0),
(16, 'eu', 'Basque', 0, 0, 'eu', NULL, 0),
(17, 'fa', 'Persian', 0, 0, 'fa_IR', NULL, 0),
(18, 'fi', 'Finnish', 0, 0, 'fi', NULL, 0),
(19, 'ga', 'Irish', 0, 0, '', NULL, 0),
(20, 'he', 'Hebrew', 0, 0, 'he_IL', NULL, 0),
(21, 'hi', 'Hindi', 0, 0, '', NULL, 0),
(22, 'hr', 'Croatian', 0, 0, 'hr', NULL, 0),
(23, 'hu', 'Hungarian', 0, 0, 'hu_HU', NULL, 0),
(24, 'hy', 'Armenian', 0, 0, '', NULL, 0),
(25, 'id', 'Indonesian', 0, 0, 'id_ID', NULL, 0),
(26, 'is', 'Icelandic', 0, 0, 'is_IS', NULL, 0),
(27, 'it', 'Italian', 1, 0, 'it_IT', NULL, 0),
(28, 'ja', 'Japanese', 1, 0, 'ja', NULL, 0),
(29, 'ko', 'Korean', 0, 0, 'ko_KR', NULL, 0),
(30, 'ku', 'Kurdish', 0, 0, 'ku', NULL, 0),
(31, 'la', 'Latin', 0, 0, '', NULL, 0),
(32, 'lv', 'Latvian', 0, 0, 'lv', NULL, 0),
(33, 'lt', 'Lithuanian', 0, 0, 'lt', NULL, 0),
(34, 'mk', 'Macedonian', 0, 0, 'mk_MK', NULL, 0),
(35, 'mt', 'Maltese', 0, 0, '', NULL, 0),
(36, 'mo', 'Moldavian', 0, 0, '', NULL, 0),
(37, 'mn', 'Mongolian', 0, 0, '', NULL, 0),
(38, 'ne', 'Nepali', 0, 0, '', NULL, 0),
(39, 'nl', 'Dutch', 1, 0, 'nl_NL', NULL, 0),
(40, 'nb', 'Norwegian Bokmål', 0, 0, 'nb_NO', NULL, 0),
(41, 'pa', 'Punjabi', 0, 0, '', NULL, 0),
(42, 'pl', 'Polish', 0, 0, 'pl_PL', NULL, 0),
(43, 'pt-pt', 'Portuguese, Portugal', 0, 0, 'pt_PT', NULL, 0),
(44, 'pt-br', 'Portuguese, Brazil', 0, 0, 'pt_BR', NULL, 0),
(45, 'qu', 'Quechua', 0, 0, '', NULL, 0),
(46, 'ro', 'Romanian', 0, 0, 'ro_RO', NULL, 0),
(47, 'ru', 'Russian', 1, 0, 'ru_RU', NULL, 0),
(48, 'sl', 'Slovenian', 0, 0, 'sl_SI', NULL, 0),
(49, 'so', 'Somali', 0, 0, '', NULL, 0),
(50, 'sq', 'Albanian', 0, 0, '', NULL, 0),
(51, 'sr', 'Serbian', 0, 0, 'sr_RS', NULL, 0),
(52, 'sv', 'Swedish', 0, 0, 'sv_SE', NULL, 0),
(53, 'ta', 'Tamil', 0, 0, '', NULL, 0),
(54, 'th', 'Thai', 0, 0, 'th', NULL, 0),
(55, 'tr', 'Turkish', 0, 0, 'tr', NULL, 0),
(56, 'uk', 'Ukrainian', 0, 0, 'uk_UA', NULL, 0),
(57, 'ur', 'Urdu', 0, 0, '', NULL, 0),
(58, 'uz', 'Uzbek', 0, 0, 'uz_UZ', NULL, 0),
(59, 'vi', 'Vietnamese', 0, 0, 'vi', NULL, 0),
(60, 'yi', 'Yiddish', 0, 0, '', NULL, 0),
(61, 'zh-hans', 'Chinese (Simplified)', 1, 0, 'zh_CN', NULL, 0),
(62, 'zu', 'Zulu', 0, 0, '', NULL, 0),
(63, 'zh-hant', 'Chinese (Traditional)', 1, 0, 'zh_TW', NULL, 0),
(64, 'ms', 'Malay', 0, 0, 'ms_MY', NULL, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_languages_translations`
--

CREATE TABLE `wp_icl_languages_translations` (
  `id` int(11) NOT NULL,
  `language_code` varchar(7) NOT NULL,
  `display_language_code` varchar(7) NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_languages_translations`
--

INSERT INTO `wp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
(1, 'en', 'en', 'English'),
(2, 'en', 'es', 'Inglés'),
(3, 'en', 'de', 'Englisch'),
(4, 'en', 'fr', 'Anglais'),
(5, 'en', 'ar', 'الإنجليزية'),
(6, 'en', 'bs', 'English'),
(7, 'en', 'bg', 'English'),
(8, 'en', 'ca', 'English'),
(9, 'en', 'cs', 'English'),
(10, 'en', 'sk', 'Angličtina'),
(11, 'en', 'cy', 'English'),
(12, 'en', 'da', 'English'),
(13, 'en', 'el', 'Αγγλικα'),
(14, 'en', 'eo', 'English'),
(15, 'en', 'et', 'English'),
(16, 'en', 'eu', 'English'),
(17, 'en', 'fa', 'English'),
(18, 'en', 'fi', 'englanti'),
(19, 'en', 'ga', 'English'),
(20, 'en', 'he', 'אנגלית'),
(21, 'en', 'hi', 'English'),
(22, 'en', 'hr', 'English'),
(23, 'en', 'hu', 'angol'),
(24, 'en', 'hy', 'English'),
(25, 'en', 'id', 'English'),
(26, 'en', 'is', 'English'),
(27, 'en', 'it', 'Inglese'),
(28, 'en', 'ja', '英語'),
(29, 'en', 'ko', '영어'),
(30, 'en', 'ku', 'English'),
(31, 'en', 'la', 'English'),
(32, 'en', 'lv', 'English'),
(33, 'en', 'lt', 'English'),
(34, 'en', 'mk', 'English'),
(35, 'en', 'mt', 'English'),
(36, 'en', 'mo', 'English'),
(37, 'en', 'mn', 'English'),
(38, 'en', 'ne', 'English'),
(39, 'en', 'nl', 'Engels'),
(40, 'en', 'nb', 'English'),
(41, 'en', 'pa', 'English'),
(42, 'en', 'pl', 'angielski'),
(43, 'en', 'pt-pt', 'Inglês'),
(44, 'en', 'pt-br', 'Inglês'),
(45, 'en', 'qu', 'English'),
(46, 'en', 'ro', 'Engleză'),
(47, 'en', 'ru', 'Английский'),
(48, 'en', 'sl', 'English'),
(49, 'en', 'so', 'English'),
(50, 'en', 'sq', 'English'),
(51, 'en', 'sr', 'English'),
(52, 'en', 'sv', 'Engelska'),
(53, 'en', 'ta', 'English'),
(54, 'en', 'th', 'อังกฤษ'),
(55, 'en', 'tr', 'İngilizce'),
(56, 'en', 'uk', 'English'),
(57, 'en', 'ur', 'English'),
(58, 'en', 'uz', 'English'),
(59, 'en', 'vi', 'English'),
(60, 'en', 'yi', 'English'),
(61, 'en', 'zh-hans', '英语'),
(62, 'en', 'zu', 'English'),
(63, 'en', 'zh-hant', '英語'),
(64, 'en', 'ms', 'English'),
(65, 'es', 'en', 'Spanish'),
(66, 'es', 'es', 'Español'),
(67, 'es', 'de', 'Spanisch'),
(68, 'es', 'fr', 'Espagnol'),
(69, 'es', 'ar', 'الأسبانية'),
(70, 'es', 'bs', 'Spanish'),
(71, 'es', 'bg', 'Spanish'),
(72, 'es', 'ca', 'Spanish'),
(73, 'es', 'cs', 'Spanish'),
(74, 'es', 'sk', 'Španielčina'),
(75, 'es', 'cy', 'Spanish'),
(76, 'es', 'da', 'Spanish'),
(77, 'es', 'el', 'Ισπανικα'),
(78, 'es', 'eo', 'Spanish'),
(79, 'es', 'et', 'Spanish'),
(80, 'es', 'eu', 'Spanish'),
(81, 'es', 'fa', 'Spanish'),
(82, 'es', 'fi', 'espanja'),
(83, 'es', 'ga', 'Spanish'),
(84, 'es', 'he', 'ספרדית'),
(85, 'es', 'hi', 'Spanish'),
(86, 'es', 'hr', 'Spanish'),
(87, 'es', 'hu', 'spanyol'),
(88, 'es', 'hy', 'Spanish'),
(89, 'es', 'id', 'Spanish'),
(90, 'es', 'is', 'Spanish'),
(91, 'es', 'it', 'Spagnolo'),
(92, 'es', 'ja', 'スペイン語'),
(93, 'es', 'ko', '스페인어'),
(94, 'es', 'ku', 'Spanish'),
(95, 'es', 'la', 'Spanish'),
(96, 'es', 'lv', 'Spanish'),
(97, 'es', 'lt', 'Spanish'),
(98, 'es', 'mk', 'Spanish'),
(99, 'es', 'mt', 'Spanish'),
(100, 'es', 'mo', 'Spanish'),
(101, 'es', 'mn', 'Spanish'),
(102, 'es', 'ne', 'Spanish'),
(103, 'es', 'nl', 'Spaans'),
(104, 'es', 'nb', 'Spanish'),
(105, 'es', 'pa', 'Spanish'),
(106, 'es', 'pl', 'hiszpański'),
(107, 'es', 'pt-pt', 'Espanhol'),
(108, 'es', 'pt-br', 'Espanhol'),
(109, 'es', 'qu', 'Spanish'),
(110, 'es', 'ro', 'Spaniolă'),
(111, 'es', 'ru', 'Испанский'),
(112, 'es', 'sl', 'Spanish'),
(113, 'es', 'so', 'Spanish'),
(114, 'es', 'sq', 'Spanish'),
(115, 'es', 'sr', 'Spanish'),
(116, 'es', 'sv', 'Spanska'),
(117, 'es', 'ta', 'Spanish'),
(118, 'es', 'th', 'สเปน'),
(119, 'es', 'tr', 'İspanyolca'),
(120, 'es', 'uk', 'Spanish'),
(121, 'es', 'ur', 'Spanish'),
(122, 'es', 'uz', 'Spanish'),
(123, 'es', 'vi', 'Spanish'),
(124, 'es', 'yi', 'Spanish'),
(125, 'es', 'zh-hans', '西班牙语'),
(126, 'es', 'zu', 'Spanish'),
(127, 'es', 'zh-hant', '西班牙語'),
(128, 'es', 'ms', 'Spanish'),
(129, 'de', 'en', 'German'),
(130, 'de', 'es', 'Alemán'),
(131, 'de', 'de', 'Deutsch'),
(132, 'de', 'fr', 'Allemand'),
(133, 'de', 'ar', 'الألمانية'),
(134, 'de', 'bs', 'German'),
(135, 'de', 'bg', 'German'),
(136, 'de', 'ca', 'German'),
(137, 'de', 'cs', 'German'),
(138, 'de', 'sk', 'Nemčina'),
(139, 'de', 'cy', 'German'),
(140, 'de', 'da', 'German'),
(141, 'de', 'el', 'Γερμανικα'),
(142, 'de', 'eo', 'German'),
(143, 'de', 'et', 'German'),
(144, 'de', 'eu', 'German'),
(145, 'de', 'fa', 'German'),
(146, 'de', 'fi', 'saksa'),
(147, 'de', 'ga', 'German'),
(148, 'de', 'he', 'גרמנית'),
(149, 'de', 'hi', 'German'),
(150, 'de', 'hr', 'German'),
(151, 'de', 'hu', 'német'),
(152, 'de', 'hy', 'German'),
(153, 'de', 'id', 'German'),
(154, 'de', 'is', 'German'),
(155, 'de', 'it', 'Tedesco'),
(156, 'de', 'ja', 'ドイツ語'),
(157, 'de', 'ko', '독어'),
(158, 'de', 'ku', 'German'),
(159, 'de', 'la', 'German'),
(160, 'de', 'lv', 'German'),
(161, 'de', 'lt', 'German'),
(162, 'de', 'mk', 'German'),
(163, 'de', 'mt', 'German'),
(164, 'de', 'mo', 'German'),
(165, 'de', 'mn', 'German'),
(166, 'de', 'ne', 'German'),
(167, 'de', 'nl', 'Duits'),
(168, 'de', 'nb', 'German'),
(169, 'de', 'pa', 'German'),
(170, 'de', 'pl', 'niemiecki'),
(171, 'de', 'pt-pt', 'Alemão'),
(172, 'de', 'pt-br', 'Alemão'),
(173, 'de', 'qu', 'German'),
(174, 'de', 'ro', 'Germană'),
(175, 'de', 'ru', 'Немецкий'),
(176, 'de', 'sl', 'German'),
(177, 'de', 'so', 'German'),
(178, 'de', 'sq', 'German'),
(179, 'de', 'sr', 'German'),
(180, 'de', 'sv', 'Tyska'),
(181, 'de', 'ta', 'German'),
(182, 'de', 'th', 'เยอรมัน'),
(183, 'de', 'tr', 'Almanca'),
(184, 'de', 'uk', 'German'),
(185, 'de', 'ur', 'German'),
(186, 'de', 'uz', 'German'),
(187, 'de', 'vi', 'German'),
(188, 'de', 'yi', 'German'),
(189, 'de', 'zh-hans', '德语'),
(190, 'de', 'zu', 'German'),
(191, 'de', 'zh-hant', '德語'),
(192, 'de', 'ms', 'German'),
(193, 'fr', 'en', 'French'),
(194, 'fr', 'es', 'Francés'),
(195, 'fr', 'de', 'Französisch'),
(196, 'fr', 'fr', 'Français'),
(197, 'fr', 'ar', 'الفرنسية'),
(198, 'fr', 'bs', 'French'),
(199, 'fr', 'bg', 'French'),
(200, 'fr', 'ca', 'French'),
(201, 'fr', 'cs', 'French'),
(202, 'fr', 'sk', 'Francúzština'),
(203, 'fr', 'cy', 'French'),
(204, 'fr', 'da', 'French'),
(205, 'fr', 'el', 'Γαλλικα'),
(206, 'fr', 'eo', 'French'),
(207, 'fr', 'et', 'French'),
(208, 'fr', 'eu', 'French'),
(209, 'fr', 'fa', 'French'),
(210, 'fr', 'fi', 'ranska'),
(211, 'fr', 'ga', 'French'),
(212, 'fr', 'he', 'צרפתית'),
(213, 'fr', 'hi', 'French'),
(214, 'fr', 'hr', 'French'),
(215, 'fr', 'hu', 'francia'),
(216, 'fr', 'hy', 'French'),
(217, 'fr', 'id', 'French'),
(218, 'fr', 'is', 'French'),
(219, 'fr', 'it', 'Francese'),
(220, 'fr', 'ja', 'フランス語'),
(221, 'fr', 'ko', '불어'),
(222, 'fr', 'ku', 'French'),
(223, 'fr', 'la', 'French'),
(224, 'fr', 'lv', 'French'),
(225, 'fr', 'lt', 'French'),
(226, 'fr', 'mk', 'French'),
(227, 'fr', 'mt', 'French'),
(228, 'fr', 'mo', 'French'),
(229, 'fr', 'mn', 'French'),
(230, 'fr', 'ne', 'French'),
(231, 'fr', 'nl', 'Frans'),
(232, 'fr', 'nb', 'French'),
(233, 'fr', 'pa', 'French'),
(234, 'fr', 'pl', 'francuski'),
(235, 'fr', 'pt-pt', 'Francês'),
(236, 'fr', 'pt-br', 'Francês'),
(237, 'fr', 'qu', 'French'),
(238, 'fr', 'ro', 'Franceză'),
(239, 'fr', 'ru', 'Французский'),
(240, 'fr', 'sl', 'French'),
(241, 'fr', 'so', 'French'),
(242, 'fr', 'sq', 'French'),
(243, 'fr', 'sr', 'French'),
(244, 'fr', 'sv', 'Franska'),
(245, 'fr', 'ta', 'French'),
(246, 'fr', 'th', 'ฝรั่งเศส'),
(247, 'fr', 'tr', 'Fransızca'),
(248, 'fr', 'uk', 'French'),
(249, 'fr', 'ur', 'French'),
(250, 'fr', 'uz', 'French'),
(251, 'fr', 'vi', 'French'),
(252, 'fr', 'yi', 'French'),
(253, 'fr', 'zh-hans', '法语'),
(254, 'fr', 'zu', 'French'),
(255, 'fr', 'zh-hant', '法語'),
(256, 'fr', 'ms', 'French'),
(257, 'ar', 'en', 'Arabic'),
(258, 'ar', 'es', 'Árabe'),
(259, 'ar', 'de', 'Arabisch'),
(260, 'ar', 'fr', 'Arabe'),
(261, 'ar', 'ar', 'العربية'),
(262, 'ar', 'bs', 'Arabic'),
(263, 'ar', 'bg', 'Arabic'),
(264, 'ar', 'ca', 'Arabic'),
(265, 'ar', 'cs', 'Arabic'),
(266, 'ar', 'sk', 'Arabčina'),
(267, 'ar', 'cy', 'Arabic'),
(268, 'ar', 'da', 'Arabic'),
(269, 'ar', 'el', 'Αραβικα'),
(270, 'ar', 'eo', 'Arabic'),
(271, 'ar', 'et', 'Arabic'),
(272, 'ar', 'eu', 'Arabic'),
(273, 'ar', 'fa', 'Arabic'),
(274, 'ar', 'fi', 'arabia'),
(275, 'ar', 'ga', 'Arabic'),
(276, 'ar', 'he', 'ערבית'),
(277, 'ar', 'hi', 'Arabic'),
(278, 'ar', 'hr', 'Arabic'),
(279, 'ar', 'hu', 'arab'),
(280, 'ar', 'hy', 'Arabic'),
(281, 'ar', 'id', 'Arabic'),
(282, 'ar', 'is', 'Arabic'),
(283, 'ar', 'it', 'Arabo'),
(284, 'ar', 'ja', 'アラビア語'),
(285, 'ar', 'ko', '아랍어'),
(286, 'ar', 'ku', 'Arabic'),
(287, 'ar', 'la', 'Arabic'),
(288, 'ar', 'lv', 'Arabic'),
(289, 'ar', 'lt', 'Arabic'),
(290, 'ar', 'mk', 'Arabic'),
(291, 'ar', 'mt', 'Arabic'),
(292, 'ar', 'mo', 'Arabic'),
(293, 'ar', 'mn', 'Arabic'),
(294, 'ar', 'ne', 'Arabic'),
(295, 'ar', 'nl', 'Arabisch'),
(296, 'ar', 'nb', 'Arabic'),
(297, 'ar', 'pa', 'Arabic'),
(298, 'ar', 'pl', 'arabski'),
(299, 'ar', 'pt-pt', 'Árabe'),
(300, 'ar', 'pt-br', 'Árabe'),
(301, 'ar', 'qu', 'Arabic'),
(302, 'ar', 'ro', 'Arabică'),
(303, 'ar', 'ru', 'Арабский'),
(304, 'ar', 'sl', 'Arabic'),
(305, 'ar', 'so', 'Arabic'),
(306, 'ar', 'sq', 'Arabic'),
(307, 'ar', 'sr', 'Arabic'),
(308, 'ar', 'sv', 'Arabiska'),
(309, 'ar', 'ta', 'Arabic'),
(310, 'ar', 'th', 'อารบิก'),
(311, 'ar', 'tr', 'Arapça'),
(312, 'ar', 'uk', 'Arabic'),
(313, 'ar', 'ur', 'Arabic'),
(314, 'ar', 'uz', 'Arabic'),
(315, 'ar', 'vi', 'Arabic'),
(316, 'ar', 'yi', 'Arabic'),
(317, 'ar', 'zh-hans', '阿拉伯语'),
(318, 'ar', 'zu', 'Arabic'),
(319, 'ar', 'zh-hant', '阿拉伯語'),
(320, 'ar', 'ms', 'Arabic'),
(321, 'bs', 'en', 'Bosnian'),
(322, 'bs', 'es', 'Bosnio'),
(323, 'bs', 'de', 'Bosnisch'),
(324, 'bs', 'fr', 'Bosnien'),
(325, 'bs', 'ar', 'البوسنية'),
(326, 'bs', 'bs', 'Bosnian'),
(327, 'bs', 'bg', 'Bosnian'),
(328, 'bs', 'ca', 'Bosnian'),
(329, 'bs', 'cs', 'Bosnian'),
(330, 'bs', 'sk', 'Bosniačtina'),
(331, 'bs', 'cy', 'Bosnian'),
(332, 'bs', 'da', 'Bosnian'),
(333, 'bs', 'el', 'Βοσνιακα'),
(334, 'bs', 'eo', 'Bosnian'),
(335, 'bs', 'et', 'Bosnian'),
(336, 'bs', 'eu', 'Bosnian'),
(337, 'bs', 'fa', 'Bosnian'),
(338, 'bs', 'fi', 'bosnia'),
(339, 'bs', 'ga', 'Bosnian'),
(340, 'bs', 'he', 'Bosnian'),
(341, 'bs', 'hi', 'Bosnian'),
(342, 'bs', 'hr', 'Bosnian'),
(343, 'bs', 'hu', 'bosnyák'),
(344, 'bs', 'hy', 'Bosnian'),
(345, 'bs', 'id', 'Bosnian'),
(346, 'bs', 'is', 'Bosnian'),
(347, 'bs', 'it', 'Bosniaco'),
(348, 'bs', 'ja', 'ボスニア語'),
(349, 'bs', 'ko', '보즈니아어'),
(350, 'bs', 'ku', 'Bosnian'),
(351, 'bs', 'la', 'Bosnian'),
(352, 'bs', 'lv', 'Bosnian'),
(353, 'bs', 'lt', 'Bosnian'),
(354, 'bs', 'mk', 'Bosnian'),
(355, 'bs', 'mt', 'Bosnian'),
(356, 'bs', 'mo', 'Bosnian'),
(357, 'bs', 'mn', 'Bosnian'),
(358, 'bs', 'ne', 'Bosnian'),
(359, 'bs', 'nl', 'Bosnisch'),
(360, 'bs', 'nb', 'Bosnian'),
(361, 'bs', 'pa', 'Bosnian'),
(362, 'bs', 'pl', 'bośniacki'),
(363, 'bs', 'pt-pt', 'Bósnio'),
(364, 'bs', 'pt-br', 'Bósnio'),
(365, 'bs', 'qu', 'Bosnian'),
(366, 'bs', 'ro', 'Bosniacă'),
(367, 'bs', 'ru', 'Боснийский'),
(368, 'bs', 'sl', 'Bosnian'),
(369, 'bs', 'so', 'Bosnian'),
(370, 'bs', 'sq', 'Bosnian'),
(371, 'bs', 'sr', 'Bosnian'),
(372, 'bs', 'sv', 'Bosniska'),
(373, 'bs', 'ta', 'Bosnian'),
(374, 'bs', 'th', 'บอสเนียน'),
(375, 'bs', 'tr', 'Boşnakça'),
(376, 'bs', 'uk', 'Bosnian'),
(377, 'bs', 'ur', 'Bosnian'),
(378, 'bs', 'uz', 'Bosnian'),
(379, 'bs', 'vi', 'Bosnian'),
(380, 'bs', 'yi', 'Bosnian'),
(381, 'bs', 'zh-hans', '波斯尼亚语'),
(382, 'bs', 'zu', 'Bosnian'),
(383, 'bs', 'zh-hant', '波士尼亞語'),
(384, 'bs', 'ms', 'Bosnian'),
(385, 'bg', 'en', 'Bulgarian'),
(386, 'bg', 'es', 'Búlgaro'),
(387, 'bg', 'de', 'Bulgarisch'),
(388, 'bg', 'fr', 'Bulgare'),
(389, 'bg', 'ar', 'البلغارية'),
(390, 'bg', 'bs', 'Bulgarian'),
(391, 'bg', 'bg', 'Bulgarian'),
(392, 'bg', 'ca', 'Bulgarian'),
(393, 'bg', 'cs', 'Bulgarian'),
(394, 'bg', 'sk', 'Bulharčina'),
(395, 'bg', 'cy', 'Bulgarian'),
(396, 'bg', 'da', 'Bulgarian'),
(397, 'bg', 'el', 'Βουλγαρικα'),
(398, 'bg', 'eo', 'Bulgarian'),
(399, 'bg', 'et', 'Bulgarian'),
(400, 'bg', 'eu', 'Bulgarian'),
(401, 'bg', 'fa', 'Bulgarian'),
(402, 'bg', 'fi', 'bulgaria'),
(403, 'bg', 'ga', 'Bulgarian'),
(404, 'bg', 'he', 'Bulgarian'),
(405, 'bg', 'hi', 'Bulgarian'),
(406, 'bg', 'hr', 'Bulgarian'),
(407, 'bg', 'hu', 'bolgár'),
(408, 'bg', 'hy', 'Bulgarian'),
(409, 'bg', 'id', 'Bulgarian'),
(410, 'bg', 'is', 'Bulgarian'),
(411, 'bg', 'it', 'Bulgaro'),
(412, 'bg', 'ja', 'ブルガリア語'),
(413, 'bg', 'ko', '불가리아어'),
(414, 'bg', 'ku', 'Bulgarian'),
(415, 'bg', 'la', 'Bulgarian'),
(416, 'bg', 'lv', 'Bulgarian'),
(417, 'bg', 'lt', 'Bulgarian'),
(418, 'bg', 'mk', 'Bulgarian'),
(419, 'bg', 'mt', 'Bulgarian'),
(420, 'bg', 'mo', 'Bulgarian'),
(421, 'bg', 'mn', 'Bulgarian'),
(422, 'bg', 'ne', 'Bulgarian'),
(423, 'bg', 'nl', 'Bulgaars'),
(424, 'bg', 'nb', 'Bulgarian'),
(425, 'bg', 'pa', 'Bulgarian'),
(426, 'bg', 'pl', 'bułgarski'),
(427, 'bg', 'pt-pt', 'Búlgaro'),
(428, 'bg', 'pt-br', 'Búlgaro'),
(429, 'bg', 'qu', 'Bulgarian'),
(430, 'bg', 'ro', 'Bulgară'),
(431, 'bg', 'ru', 'Болгарский'),
(432, 'bg', 'sl', 'Bulgarian'),
(433, 'bg', 'so', 'Bulgarian'),
(434, 'bg', 'sq', 'Bulgarian'),
(435, 'bg', 'sr', 'Bulgarian'),
(436, 'bg', 'sv', 'Bulgariska'),
(437, 'bg', 'ta', 'Bulgarian'),
(438, 'bg', 'th', 'บัลแกเรียน'),
(439, 'bg', 'tr', 'Bulgarca'),
(440, 'bg', 'uk', 'Bulgarian'),
(441, 'bg', 'ur', 'Bulgarian'),
(442, 'bg', 'uz', 'Bulgarian'),
(443, 'bg', 'vi', 'Bulgarian'),
(444, 'bg', 'yi', 'Bulgarian'),
(445, 'bg', 'zh-hans', '保加利亚语'),
(446, 'bg', 'zu', 'Bulgarian'),
(447, 'bg', 'zh-hant', '保加利亞語'),
(448, 'bg', 'ms', 'Bulgarian'),
(449, 'ca', 'en', 'Catalan'),
(450, 'ca', 'es', 'Catalán'),
(451, 'ca', 'de', 'Katalanisch'),
(452, 'ca', 'fr', 'Catalan'),
(453, 'ca', 'ar', 'الكاتالوينية'),
(454, 'ca', 'bs', 'Catalan'),
(455, 'ca', 'bg', 'Catalan'),
(456, 'ca', 'ca', 'Català'),
(457, 'ca', 'cs', 'Catalan'),
(458, 'ca', 'sk', 'Katalánčina'),
(459, 'ca', 'cy', 'Catalan'),
(460, 'ca', 'da', 'Catalan'),
(461, 'ca', 'el', 'Καταλανικα'),
(462, 'ca', 'eo', 'Catalan'),
(463, 'ca', 'et', 'Catalan'),
(464, 'ca', 'eu', 'Catalan'),
(465, 'ca', 'fa', 'Catalan'),
(466, 'ca', 'fi', 'katalaani'),
(467, 'ca', 'ga', 'Catalan'),
(468, 'ca', 'he', 'Catalan'),
(469, 'ca', 'hi', 'Catalan'),
(470, 'ca', 'hr', 'Catalan'),
(471, 'ca', 'hu', 'katalán'),
(472, 'ca', 'hy', 'Catalan'),
(473, 'ca', 'id', 'Catalan'),
(474, 'ca', 'is', 'Catalan'),
(475, 'ca', 'it', 'Catalano'),
(476, 'ca', 'ja', 'カタルーニャ語'),
(477, 'ca', 'ko', '카탈로니아어'),
(478, 'ca', 'ku', 'Catalan'),
(479, 'ca', 'la', 'Catalan'),
(480, 'ca', 'lv', 'Catalan'),
(481, 'ca', 'lt', 'Catalan'),
(482, 'ca', 'mk', 'Catalan'),
(483, 'ca', 'mt', 'Catalan'),
(484, 'ca', 'mo', 'Catalan'),
(485, 'ca', 'mn', 'Catalan'),
(486, 'ca', 'ne', 'Catalan'),
(487, 'ca', 'nl', 'Catalaans'),
(488, 'ca', 'nb', 'Catalan'),
(489, 'ca', 'pa', 'Catalan'),
(490, 'ca', 'pl', 'kataloński'),
(491, 'ca', 'pt-pt', 'Catalão'),
(492, 'ca', 'pt-br', 'Catalão'),
(493, 'ca', 'qu', 'Catalan'),
(494, 'ca', 'ro', 'Catalană'),
(495, 'ca', 'ru', 'Каталанский'),
(496, 'ca', 'sl', 'Catalan'),
(497, 'ca', 'so', 'Catalan'),
(498, 'ca', 'sq', 'Catalan'),
(499, 'ca', 'sr', 'Catalan'),
(500, 'ca', 'sv', 'Katalanska'),
(501, 'ca', 'ta', 'Catalan'),
(502, 'ca', 'th', 'คะตะลาน'),
(503, 'ca', 'tr', 'Katalan dili'),
(504, 'ca', 'uk', 'Catalan'),
(505, 'ca', 'ur', 'Catalan'),
(506, 'ca', 'uz', 'Catalan'),
(507, 'ca', 'vi', 'Catalan'),
(508, 'ca', 'yi', 'Catalan'),
(509, 'ca', 'zh-hans', '加泰罗尼亚语'),
(510, 'ca', 'zu', 'Catalan'),
(511, 'ca', 'zh-hant', '加泰羅尼亞語'),
(512, 'ca', 'ms', 'Catalan'),
(513, 'cs', 'en', 'Czech'),
(514, 'cs', 'es', 'Checo'),
(515, 'cs', 'de', 'Tschechisch'),
(516, 'cs', 'fr', 'Tchèque'),
(517, 'cs', 'ar', 'التشيكية'),
(518, 'cs', 'bs', 'Czech'),
(519, 'cs', 'bg', 'Czech'),
(520, 'cs', 'ca', 'Czech'),
(521, 'cs', 'cs', 'Čeština'),
(522, 'cs', 'sk', 'Čeština'),
(523, 'cs', 'cy', 'Czech'),
(524, 'cs', 'da', 'Czech'),
(525, 'cs', 'el', 'Τσεχικη'),
(526, 'cs', 'eo', 'Czech'),
(527, 'cs', 'et', 'Czech'),
(528, 'cs', 'eu', 'Czech'),
(529, 'cs', 'fa', 'Czech'),
(530, 'cs', 'fi', 'tsekki'),
(531, 'cs', 'ga', 'Czech'),
(532, 'cs', 'he', 'Czech'),
(533, 'cs', 'hi', 'Czech'),
(534, 'cs', 'hr', 'Czech'),
(535, 'cs', 'hu', 'cseh'),
(536, 'cs', 'hy', 'Czech'),
(537, 'cs', 'id', 'Czech'),
(538, 'cs', 'is', 'Czech'),
(539, 'cs', 'it', 'Ceco'),
(540, 'cs', 'ja', 'チェコ語'),
(541, 'cs', 'ko', '체코슬로바키아어'),
(542, 'cs', 'ku', 'Czech'),
(543, 'cs', 'la', 'Czech'),
(544, 'cs', 'lv', 'Czech'),
(545, 'cs', 'lt', 'Czech'),
(546, 'cs', 'mk', 'Czech'),
(547, 'cs', 'mt', 'Czech'),
(548, 'cs', 'mo', 'Czech'),
(549, 'cs', 'mn', 'Czech'),
(550, 'cs', 'ne', 'Czech'),
(551, 'cs', 'nl', 'Tsjechisch'),
(552, 'cs', 'nb', 'Czech'),
(553, 'cs', 'pa', 'Czech'),
(554, 'cs', 'pl', 'czeski'),
(555, 'cs', 'pt-pt', 'Checa'),
(556, 'cs', 'pt-br', 'Checa'),
(557, 'cs', 'qu', 'Czech'),
(558, 'cs', 'ro', 'Cehă'),
(559, 'cs', 'ru', 'Чешский'),
(560, 'cs', 'sl', 'Czech'),
(561, 'cs', 'so', 'Czech'),
(562, 'cs', 'sq', 'Czech'),
(563, 'cs', 'sr', 'Czech'),
(564, 'cs', 'sv', 'Tjeckiska'),
(565, 'cs', 'ta', 'Czech'),
(566, 'cs', 'th', 'เช็ก'),
(567, 'cs', 'tr', 'Çekçe'),
(568, 'cs', 'uk', 'Czech'),
(569, 'cs', 'ur', 'Czech'),
(570, 'cs', 'uz', 'Czech'),
(571, 'cs', 'vi', 'Czech'),
(572, 'cs', 'yi', 'Czech'),
(573, 'cs', 'zh-hans', '捷克语'),
(574, 'cs', 'zu', 'Czech'),
(575, 'cs', 'zh-hant', '捷克語'),
(576, 'cs', 'ms', 'Czech'),
(577, 'sk', 'en', 'Slovak'),
(578, 'sk', 'es', 'Eslavo'),
(579, 'sk', 'de', 'Slawisch'),
(580, 'sk', 'fr', 'Slave'),
(581, 'sk', 'ar', 'السلافية'),
(582, 'sk', 'bs', 'Slovak'),
(583, 'sk', 'bg', 'Slovak'),
(584, 'sk', 'ca', 'Slovak'),
(585, 'sk', 'cs', 'Slovak'),
(586, 'sk', 'sk', 'Slovenčina'),
(587, 'sk', 'cy', 'Slovak'),
(588, 'sk', 'da', 'Slovak'),
(589, 'sk', 'el', 'Σλαβικη'),
(590, 'sk', 'eo', 'Slovak'),
(591, 'sk', 'et', 'Slovak'),
(592, 'sk', 'eu', 'Slovak'),
(593, 'sk', 'fa', 'Slovak'),
(594, 'sk', 'fi', 'slaavi'),
(595, 'sk', 'ga', 'Slovak'),
(596, 'sk', 'he', 'Slavic'),
(597, 'sk', 'hi', 'Slovak'),
(598, 'sk', 'hr', 'Slovak'),
(599, 'sk', 'hu', 'szláv'),
(600, 'sk', 'hy', 'Slovak'),
(601, 'sk', 'id', 'Slovak'),
(602, 'sk', 'is', 'Slovak'),
(603, 'sk', 'it', 'Slavo'),
(604, 'sk', 'ja', 'スラヴ語派'),
(605, 'sk', 'ko', '슬라브어'),
(606, 'sk', 'ku', 'Slovak'),
(607, 'sk', 'la', 'Slovak'),
(608, 'sk', 'lv', 'Slovak'),
(609, 'sk', 'lt', 'Slovak'),
(610, 'sk', 'mk', 'Slovak'),
(611, 'sk', 'mt', 'Slovak'),
(612, 'sk', 'mo', 'Slovak'),
(613, 'sk', 'mn', 'Slovak'),
(614, 'sk', 'ne', 'Slovak'),
(615, 'sk', 'nl', 'Slavisch'),
(616, 'sk', 'nb', 'Slovak'),
(617, 'sk', 'pa', 'Slovak'),
(618, 'sk', 'pl', 'słowiański'),
(619, 'sk', 'pt-pt', 'Eslava'),
(620, 'sk', 'pt-br', 'Eslava'),
(621, 'sk', 'qu', 'Slovak'),
(622, 'sk', 'ro', 'Slavă'),
(623, 'sk', 'ru', 'Славянский'),
(624, 'sk', 'sl', 'Slovak'),
(625, 'sk', 'so', 'Slovak'),
(626, 'sk', 'sq', 'Slovak'),
(627, 'sk', 'sr', 'Slovak'),
(628, 'sk', 'sv', 'Slavisk'),
(629, 'sk', 'ta', 'Slovak'),
(630, 'sk', 'th', 'สลาวิก'),
(631, 'sk', 'tr', 'Slav dili'),
(632, 'sk', 'uk', 'Slovak'),
(633, 'sk', 'ur', 'Slovak'),
(634, 'sk', 'uz', 'Slovak'),
(635, 'sk', 'vi', 'Slovak'),
(636, 'sk', 'yi', 'Slovak'),
(637, 'sk', 'zh-hans', '斯拉夫语'),
(638, 'sk', 'zu', 'Slovak'),
(639, 'sk', 'zh-hant', '斯拉夫語'),
(640, 'sk', 'ms', 'Slovak'),
(641, 'cy', 'en', 'Welsh'),
(642, 'cy', 'es', 'Galés'),
(643, 'cy', 'de', 'Walisisch'),
(644, 'cy', 'fr', 'Gallois'),
(645, 'cy', 'ar', 'الولزية'),
(646, 'cy', 'bs', 'Welsh'),
(647, 'cy', 'bg', 'Welsh'),
(648, 'cy', 'ca', 'Welsh'),
(649, 'cy', 'cs', 'Welsh'),
(650, 'cy', 'sk', 'Welština'),
(651, 'cy', 'cy', 'Cymraeg'),
(652, 'cy', 'da', 'Welsh'),
(653, 'cy', 'el', 'Welsh'),
(654, 'cy', 'eo', 'Welsh'),
(655, 'cy', 'et', 'Welsh'),
(656, 'cy', 'eu', 'Welsh'),
(657, 'cy', 'fa', 'Welsh'),
(658, 'cy', 'fi', 'kymri'),
(659, 'cy', 'ga', 'Welsh'),
(660, 'cy', 'he', 'Welsh'),
(661, 'cy', 'hi', 'Welsh'),
(662, 'cy', 'hr', 'Welsh'),
(663, 'cy', 'hu', 'vels'),
(664, 'cy', 'hy', 'Welsh'),
(665, 'cy', 'id', 'Welsh'),
(666, 'cy', 'is', 'Welsh'),
(667, 'cy', 'it', 'Gallese'),
(668, 'cy', 'ja', 'ウェールズ語'),
(669, 'cy', 'ko', '웨일즈어'),
(670, 'cy', 'ku', 'Welsh'),
(671, 'cy', 'la', 'Welsh'),
(672, 'cy', 'lv', 'Welsh'),
(673, 'cy', 'lt', 'Welsh'),
(674, 'cy', 'mk', 'Welsh'),
(675, 'cy', 'mt', 'Welsh'),
(676, 'cy', 'mo', 'Welsh'),
(677, 'cy', 'mn', 'Welsh'),
(678, 'cy', 'ne', 'Welsh'),
(679, 'cy', 'nl', 'Welsh'),
(680, 'cy', 'nb', 'Welsh'),
(681, 'cy', 'pa', 'Welsh'),
(682, 'cy', 'pl', 'walijski'),
(683, 'cy', 'pt-pt', 'Welsh'),
(684, 'cy', 'pt-br', 'Welsh'),
(685, 'cy', 'qu', 'Welsh'),
(686, 'cy', 'ro', 'Galeză'),
(687, 'cy', 'ru', 'Валлийский'),
(688, 'cy', 'sl', 'Welsh'),
(689, 'cy', 'so', 'Welsh'),
(690, 'cy', 'sq', 'Welsh'),
(691, 'cy', 'sr', 'Welsh'),
(692, 'cy', 'sv', 'Walesiska'),
(693, 'cy', 'ta', 'Welsh'),
(694, 'cy', 'th', 'เวลช์'),
(695, 'cy', 'tr', 'Galce'),
(696, 'cy', 'uk', 'Welsh'),
(697, 'cy', 'ur', 'Welsh'),
(698, 'cy', 'uz', 'Welsh'),
(699, 'cy', 'vi', 'Welsh'),
(700, 'cy', 'yi', 'Welsh'),
(701, 'cy', 'zh-hans', '威尔士语'),
(702, 'cy', 'zu', 'Welsh'),
(703, 'cy', 'zh-hant', '威爾士語'),
(704, 'cy', 'ms', 'Welsh'),
(705, 'da', 'en', 'Danish'),
(706, 'da', 'es', 'Danés'),
(707, 'da', 'de', 'Dänisch'),
(708, 'da', 'fr', 'Danois'),
(709, 'da', 'ar', 'الدانماركية'),
(710, 'da', 'bs', 'Danish'),
(711, 'da', 'bg', 'Danish'),
(712, 'da', 'ca', 'Danish'),
(713, 'da', 'cs', 'Danish'),
(714, 'da', 'sk', 'Dánčina'),
(715, 'da', 'cy', 'Danish'),
(716, 'da', 'da', 'Dansk'),
(717, 'da', 'el', 'Δανεζικα'),
(718, 'da', 'eo', 'Danish'),
(719, 'da', 'et', 'Danish'),
(720, 'da', 'eu', 'Danish'),
(721, 'da', 'fa', 'Danish'),
(722, 'da', 'fi', 'tanska'),
(723, 'da', 'ga', 'Danish'),
(724, 'da', 'he', 'דנית'),
(725, 'da', 'hi', 'Danish'),
(726, 'da', 'hr', 'Danish'),
(727, 'da', 'hu', 'dán'),
(728, 'da', 'hy', 'Danish'),
(729, 'da', 'id', 'Danish'),
(730, 'da', 'is', 'Danish'),
(731, 'da', 'it', 'Danese'),
(732, 'da', 'ja', 'デンマーク語'),
(733, 'da', 'ko', '덴마크어'),
(734, 'da', 'ku', 'Danish'),
(735, 'da', 'la', 'Danish'),
(736, 'da', 'lv', 'Danish'),
(737, 'da', 'lt', 'Danish'),
(738, 'da', 'mk', 'Danish'),
(739, 'da', 'mt', 'Danish'),
(740, 'da', 'mo', 'Danish'),
(741, 'da', 'mn', 'Danish'),
(742, 'da', 'ne', 'Danish'),
(743, 'da', 'nl', 'Deens'),
(744, 'da', 'nb', 'Danish'),
(745, 'da', 'pa', 'Danish'),
(746, 'da', 'pl', 'duński'),
(747, 'da', 'pt-pt', 'Dinamarquês'),
(748, 'da', 'pt-br', 'Dinamarquês'),
(749, 'da', 'qu', 'Danish'),
(750, 'da', 'ro', 'Daneză'),
(751, 'da', 'ru', 'Датский'),
(752, 'da', 'sl', 'Danish'),
(753, 'da', 'so', 'Danish'),
(754, 'da', 'sq', 'Danish'),
(755, 'da', 'sr', 'Danish'),
(756, 'da', 'sv', 'Danska'),
(757, 'da', 'ta', 'Danish'),
(758, 'da', 'th', 'เดนมาร์ก'),
(759, 'da', 'tr', 'Danca'),
(760, 'da', 'uk', 'Danish'),
(761, 'da', 'ur', 'Danish'),
(762, 'da', 'uz', 'Danish'),
(763, 'da', 'vi', 'Danish'),
(764, 'da', 'yi', 'Danish'),
(765, 'da', 'zh-hans', '丹麦语'),
(766, 'da', 'zu', 'Danish'),
(767, 'da', 'zh-hant', '丹麥語'),
(768, 'da', 'ms', 'Danish'),
(769, 'el', 'en', 'Greek'),
(770, 'el', 'es', 'Griego'),
(771, 'el', 'de', 'Griechisch'),
(772, 'el', 'fr', 'Grec moderne'),
(773, 'el', 'ar', 'اليونانية'),
(774, 'el', 'bs', 'Greek'),
(775, 'el', 'bg', 'Greek'),
(776, 'el', 'ca', 'Greek'),
(777, 'el', 'cs', 'Greek'),
(778, 'el', 'sk', 'Gréčtina'),
(779, 'el', 'cy', 'Greek'),
(780, 'el', 'da', 'Greek'),
(781, 'el', 'el', 'Ελληνικα'),
(782, 'el', 'eo', 'Greek'),
(783, 'el', 'et', 'Greek'),
(784, 'el', 'eu', 'Greek'),
(785, 'el', 'fa', 'Greek'),
(786, 'el', 'fi', 'kreikka'),
(787, 'el', 'ga', 'Greek'),
(788, 'el', 'he', 'יוונית'),
(789, 'el', 'hi', 'Greek'),
(790, 'el', 'hr', 'Greek'),
(791, 'el', 'hu', 'görög'),
(792, 'el', 'hy', 'Greek'),
(793, 'el', 'id', 'Greek'),
(794, 'el', 'is', 'Greek'),
(795, 'el', 'it', 'Greco'),
(796, 'el', 'ja', 'ギリシア語'),
(797, 'el', 'ko', '그리스어'),
(798, 'el', 'ku', 'Greek'),
(799, 'el', 'la', 'Greek'),
(800, 'el', 'lv', 'Greek'),
(801, 'el', 'lt', 'Greek'),
(802, 'el', 'mk', 'Greek'),
(803, 'el', 'mt', 'Greek'),
(804, 'el', 'mo', 'Greek'),
(805, 'el', 'mn', 'Greek'),
(806, 'el', 'ne', 'Greek'),
(807, 'el', 'nl', 'Grieks'),
(808, 'el', 'nb', 'Greek'),
(809, 'el', 'pa', 'Greek'),
(810, 'el', 'pl', 'grecki'),
(811, 'el', 'pt-pt', 'Grego'),
(812, 'el', 'pt-br', 'Grego'),
(813, 'el', 'qu', 'Greek'),
(814, 'el', 'ro', 'Greacă'),
(815, 'el', 'ru', 'Греческий'),
(816, 'el', 'sl', 'Greek'),
(817, 'el', 'so', 'Greek'),
(818, 'el', 'sq', 'Greek'),
(819, 'el', 'sr', 'Greek'),
(820, 'el', 'sv', 'Grekiska'),
(821, 'el', 'ta', 'Greek'),
(822, 'el', 'th', 'กรีก'),
(823, 'el', 'tr', 'Yunanca'),
(824, 'el', 'uk', 'Greek'),
(825, 'el', 'ur', 'Greek'),
(826, 'el', 'uz', 'Greek'),
(827, 'el', 'vi', 'Greek'),
(828, 'el', 'yi', 'Greek'),
(829, 'el', 'zh-hans', '希腊语'),
(830, 'el', 'zu', 'Greek'),
(831, 'el', 'zh-hant', '希臘語'),
(832, 'el', 'ms', 'Greek'),
(833, 'eo', 'en', 'Esperanto'),
(834, 'eo', 'es', 'Esperanto'),
(835, 'eo', 'de', 'Esperanto'),
(836, 'eo', 'fr', 'Espéranto'),
(837, 'eo', 'ar', 'الاسبرانتو'),
(838, 'eo', 'bs', 'Esperanto'),
(839, 'eo', 'bg', 'Esperanto'),
(840, 'eo', 'ca', 'Esperanto'),
(841, 'eo', 'cs', 'Esperanto'),
(842, 'eo', 'sk', 'Esperanto'),
(843, 'eo', 'cy', 'Esperanto'),
(844, 'eo', 'da', 'Esperanto'),
(845, 'eo', 'el', 'Εσπεραντο'),
(846, 'eo', 'eo', 'Esperanto'),
(847, 'eo', 'et', 'Esperanto'),
(848, 'eo', 'eu', 'Esperanto'),
(849, 'eo', 'fa', 'Esperanto'),
(850, 'eo', 'fi', 'esperanto'),
(851, 'eo', 'ga', 'Esperanto'),
(852, 'eo', 'he', 'Esperanto'),
(853, 'eo', 'hi', 'Esperanto'),
(854, 'eo', 'hr', 'Esperanto'),
(855, 'eo', 'hu', 'eszperantó'),
(856, 'eo', 'hy', 'Esperanto'),
(857, 'eo', 'id', 'Esperanto'),
(858, 'eo', 'is', 'Esperanto'),
(859, 'eo', 'it', 'Esperanto'),
(860, 'eo', 'ja', 'エスペラント語'),
(861, 'eo', 'ko', '에스페란토어'),
(862, 'eo', 'ku', 'Esperanto'),
(863, 'eo', 'la', 'Esperanto'),
(864, 'eo', 'lv', 'Esperanto'),
(865, 'eo', 'lt', 'Esperanto'),
(866, 'eo', 'mk', 'Esperanto'),
(867, 'eo', 'mt', 'Esperanto'),
(868, 'eo', 'mo', 'Esperanto'),
(869, 'eo', 'mn', 'Esperanto'),
(870, 'eo', 'ne', 'Esperanto'),
(871, 'eo', 'nl', 'Esperanto'),
(872, 'eo', 'nb', 'Esperanto'),
(873, 'eo', 'pa', 'Esperanto'),
(874, 'eo', 'pl', 'esperanto'),
(875, 'eo', 'pt-pt', 'Esperanto'),
(876, 'eo', 'pt-br', 'Esperanto'),
(877, 'eo', 'qu', 'Esperanto'),
(878, 'eo', 'ro', 'Esperanto'),
(879, 'eo', 'ru', 'Эсперанто'),
(880, 'eo', 'sl', 'Esperanto'),
(881, 'eo', 'so', 'Esperanto'),
(882, 'eo', 'sq', 'Esperanto'),
(883, 'eo', 'sr', 'Esperanto'),
(884, 'eo', 'sv', 'Esperanto'),
(885, 'eo', 'ta', 'Esperanto'),
(886, 'eo', 'th', 'เอสเปอรันโต'),
(887, 'eo', 'tr', 'Esperanto'),
(888, 'eo', 'uk', 'Esperanto'),
(889, 'eo', 'ur', 'Esperanto'),
(890, 'eo', 'uz', 'Esperanto'),
(891, 'eo', 'vi', 'Esperanto'),
(892, 'eo', 'yi', 'Esperanto'),
(893, 'eo', 'zh-hans', '世界语'),
(894, 'eo', 'zu', 'Esperanto'),
(895, 'eo', 'zh-hant', '世界語'),
(896, 'eo', 'ms', 'Esperanto'),
(897, 'et', 'en', 'Estonian'),
(898, 'et', 'es', 'Estonio'),
(899, 'et', 'de', 'Estnisch'),
(900, 'et', 'fr', 'Estonien'),
(901, 'et', 'ar', 'الأستونية'),
(902, 'et', 'bs', 'Estonian'),
(903, 'et', 'bg', 'Estonian'),
(904, 'et', 'ca', 'Estonian'),
(905, 'et', 'cs', 'Estonian'),
(906, 'et', 'sk', 'Estónčina'),
(907, 'et', 'cy', 'Estonian'),
(908, 'et', 'da', 'Estonian'),
(909, 'et', 'el', 'Εσθονικα'),
(910, 'et', 'eo', 'Estonian'),
(911, 'et', 'et', 'Eesti'),
(912, 'et', 'eu', 'Estonian'),
(913, 'et', 'fa', 'Estonian'),
(914, 'et', 'fi', 'eesti'),
(915, 'et', 'ga', 'Estonian'),
(916, 'et', 'he', 'Estonian'),
(917, 'et', 'hi', 'Estonian'),
(918, 'et', 'hr', 'Estonian'),
(919, 'et', 'hu', 'észt'),
(920, 'et', 'hy', 'Estonian'),
(921, 'et', 'id', 'Estonian'),
(922, 'et', 'is', 'Estonian'),
(923, 'et', 'it', 'Estone'),
(924, 'et', 'ja', 'エストニア語'),
(925, 'et', 'ko', '에스토니아어'),
(926, 'et', 'ku', 'Estonian'),
(927, 'et', 'la', 'Estonian'),
(928, 'et', 'lv', 'Estonian'),
(929, 'et', 'lt', 'Estonian'),
(930, 'et', 'mk', 'Estonian'),
(931, 'et', 'mt', 'Estonian'),
(932, 'et', 'mo', 'Estonian'),
(933, 'et', 'mn', 'Estonian'),
(934, 'et', 'ne', 'Estonian'),
(935, 'et', 'nl', 'Ests'),
(936, 'et', 'nb', 'Estonian'),
(937, 'et', 'pa', 'Estonian'),
(938, 'et', 'pl', 'estoński'),
(939, 'et', 'pt-pt', 'Estoniano'),
(940, 'et', 'pt-br', 'Estoniano'),
(941, 'et', 'qu', 'Estonian'),
(942, 'et', 'ro', 'Estoniană'),
(943, 'et', 'ru', 'Эстонский'),
(944, 'et', 'sl', 'Estonian'),
(945, 'et', 'so', 'Estonian'),
(946, 'et', 'sq', 'Estonian'),
(947, 'et', 'sr', 'Estonian'),
(948, 'et', 'sv', 'Estniska'),
(949, 'et', 'ta', 'Estonian'),
(950, 'et', 'th', 'เอสโตเนียน'),
(951, 'et', 'tr', 'Estonya dili'),
(952, 'et', 'uk', 'Estonian'),
(953, 'et', 'ur', 'Estonian'),
(954, 'et', 'uz', 'Estonian'),
(955, 'et', 'vi', 'Estonian'),
(956, 'et', 'yi', 'Estonian'),
(957, 'et', 'zh-hans', '爱沙尼亚语'),
(958, 'et', 'zu', 'Estonian'),
(959, 'et', 'zh-hant', '愛沙尼亞語'),
(960, 'et', 'ms', 'Estonian'),
(961, 'eu', 'en', 'Basque'),
(962, 'eu', 'es', 'Euskera'),
(963, 'eu', 'de', 'Baskisch'),
(964, 'eu', 'fr', 'Basque'),
(965, 'eu', 'ar', 'لغة الباسك'),
(966, 'eu', 'bs', 'Basque'),
(967, 'eu', 'bg', 'Basque'),
(968, 'eu', 'ca', 'Basque'),
(969, 'eu', 'cs', 'Basque'),
(970, 'eu', 'sk', 'Baskičtina'),
(971, 'eu', 'cy', 'Basque'),
(972, 'eu', 'da', 'Basque'),
(973, 'eu', 'el', 'Βασκικα'),
(974, 'eu', 'eo', 'Basque'),
(975, 'eu', 'et', 'Basque'),
(976, 'eu', 'eu', 'Euskara'),
(977, 'eu', 'fa', 'Basque'),
(978, 'eu', 'fi', 'baski'),
(979, 'eu', 'ga', 'Basque'),
(980, 'eu', 'he', 'Basque'),
(981, 'eu', 'hi', 'Basque'),
(982, 'eu', 'hr', 'Basque'),
(983, 'eu', 'hu', 'baszk'),
(984, 'eu', 'hy', 'Basque'),
(985, 'eu', 'id', 'Basque'),
(986, 'eu', 'is', 'Basque'),
(987, 'eu', 'it', 'Basco'),
(988, 'eu', 'ja', 'バスク語'),
(989, 'eu', 'ko', '바스크어'),
(990, 'eu', 'ku', 'Basque'),
(991, 'eu', 'la', 'Basque'),
(992, 'eu', 'lv', 'Basque'),
(993, 'eu', 'lt', 'Basque'),
(994, 'eu', 'mk', 'Basque'),
(995, 'eu', 'mt', 'Basque'),
(996, 'eu', 'mo', 'Basque'),
(997, 'eu', 'mn', 'Basque'),
(998, 'eu', 'ne', 'Basque'),
(999, 'eu', 'nl', 'Baskisch'),
(1000, 'eu', 'nb', 'Basque'),
(1001, 'eu', 'pa', 'Basque'),
(1002, 'eu', 'pl', 'baskijski'),
(1003, 'eu', 'pt-pt', 'Basco'),
(1004, 'eu', 'pt-br', 'Basco'),
(1005, 'eu', 'qu', 'Basque'),
(1006, 'eu', 'ro', 'Bască'),
(1007, 'eu', 'ru', 'Баскский'),
(1008, 'eu', 'sl', 'Basque'),
(1009, 'eu', 'so', 'Basque'),
(1010, 'eu', 'sq', 'Basque'),
(1011, 'eu', 'sr', 'Basque'),
(1012, 'eu', 'sv', 'Baskiska'),
(1013, 'eu', 'ta', 'Basque'),
(1014, 'eu', 'th', 'บาสค์'),
(1015, 'eu', 'tr', 'Bask dili'),
(1016, 'eu', 'uk', 'Basque'),
(1017, 'eu', 'ur', 'Basque'),
(1018, 'eu', 'uz', 'Basque'),
(1019, 'eu', 'vi', 'Basque'),
(1020, 'eu', 'yi', 'Basque'),
(1021, 'eu', 'zh-hans', '巴斯克语'),
(1022, 'eu', 'zu', 'Basque'),
(1023, 'eu', 'zh-hant', '巴斯克語'),
(1024, 'eu', 'ms', 'Basque'),
(1025, 'fa', 'en', 'Persian'),
(1026, 'fa', 'es', 'Persa'),
(1027, 'fa', 'de', 'Persisch'),
(1028, 'fa', 'fr', 'Perse'),
(1029, 'fa', 'ar', 'الفارسية'),
(1030, 'fa', 'bs', 'Persian'),
(1031, 'fa', 'bg', 'Persian'),
(1032, 'fa', 'ca', 'Persian'),
(1033, 'fa', 'cs', 'Persian'),
(1034, 'fa', 'sk', 'Perzština'),
(1035, 'fa', 'cy', 'Persian'),
(1036, 'fa', 'da', 'Persian'),
(1037, 'fa', 'el', 'Περσικος'),
(1038, 'fa', 'eo', 'Persian'),
(1039, 'fa', 'et', 'Persian'),
(1040, 'fa', 'eu', 'Persian'),
(1041, 'fa', 'fa', 'پارسی'),
(1042, 'fa', 'fi', 'persia'),
(1043, 'fa', 'ga', 'Persian'),
(1044, 'fa', 'he', 'פרסית'),
(1045, 'fa', 'hi', 'Persian'),
(1046, 'fa', 'hr', 'Persian'),
(1047, 'fa', 'hu', 'perzsa'),
(1048, 'fa', 'hy', 'Persian'),
(1049, 'fa', 'id', 'Persian'),
(1050, 'fa', 'is', 'Persian'),
(1051, 'fa', 'it', 'Persiano'),
(1052, 'fa', 'ja', 'ペルシア語'),
(1053, 'fa', 'ko', '페르시아어'),
(1054, 'fa', 'ku', 'Persian'),
(1055, 'fa', 'la', 'Persian'),
(1056, 'fa', 'lv', 'Persian'),
(1057, 'fa', 'lt', 'Persian'),
(1058, 'fa', 'mk', 'Persian'),
(1059, 'fa', 'mt', 'Persian'),
(1060, 'fa', 'mo', 'Persian'),
(1061, 'fa', 'mn', 'Persian'),
(1062, 'fa', 'ne', 'Persian'),
(1063, 'fa', 'nl', 'Perzisch'),
(1064, 'fa', 'nb', 'Persian'),
(1065, 'fa', 'pa', 'Persian'),
(1066, 'fa', 'pl', 'perski'),
(1067, 'fa', 'pt-pt', 'Persa'),
(1068, 'fa', 'pt-br', 'Persa'),
(1069, 'fa', 'qu', 'Persian'),
(1070, 'fa', 'ro', 'Persană'),
(1071, 'fa', 'ru', 'Персидский'),
(1072, 'fa', 'sl', 'Persian'),
(1073, 'fa', 'so', 'Persian'),
(1074, 'fa', 'sq', 'Persian'),
(1075, 'fa', 'sr', 'Persian'),
(1076, 'fa', 'sv', 'Persiska'),
(1077, 'fa', 'ta', 'Persian'),
(1078, 'fa', 'th', 'เปอร์เซียน'),
(1079, 'fa', 'tr', 'Farsça'),
(1080, 'fa', 'uk', 'Persian'),
(1081, 'fa', 'ur', 'Persian'),
(1082, 'fa', 'uz', 'Persian'),
(1083, 'fa', 'vi', 'Persian'),
(1084, 'fa', 'yi', 'Persian'),
(1085, 'fa', 'zh-hans', '波斯语'),
(1086, 'fa', 'zu', 'Persian'),
(1087, 'fa', 'zh-hant', '波斯語'),
(1088, 'fa', 'ms', 'Persian'),
(1089, 'fi', 'en', 'Finnish'),
(1090, 'fi', 'es', 'Finlandés'),
(1091, 'fi', 'de', 'Finnisch'),
(1092, 'fi', 'fr', 'Finnois'),
(1093, 'fi', 'ar', 'الفنلندية'),
(1094, 'fi', 'bs', 'Finnish'),
(1095, 'fi', 'bg', 'Finnish'),
(1096, 'fi', 'ca', 'Finnish'),
(1097, 'fi', 'cs', 'Finnish'),
(1098, 'fi', 'sk', 'Fínština'),
(1099, 'fi', 'cy', 'Finnish'),
(1100, 'fi', 'da', 'Finnish'),
(1101, 'fi', 'el', 'Φινλανδικη'),
(1102, 'fi', 'eo', 'Finnish'),
(1103, 'fi', 'et', 'Finnish'),
(1104, 'fi', 'eu', 'Finnish'),
(1105, 'fi', 'fa', 'Finnish'),
(1106, 'fi', 'fi', 'Suomi'),
(1107, 'fi', 'ga', 'Finnish'),
(1108, 'fi', 'he', 'פינית'),
(1109, 'fi', 'hi', 'Finnish'),
(1110, 'fi', 'hr', 'Finnish'),
(1111, 'fi', 'hu', 'finn'),
(1112, 'fi', 'hy', 'Finnish'),
(1113, 'fi', 'id', 'Finnish'),
(1114, 'fi', 'is', 'Finnish'),
(1115, 'fi', 'it', 'Finlandese'),
(1116, 'fi', 'ja', 'フィンランド語'),
(1117, 'fi', 'ko', '핀란드어'),
(1118, 'fi', 'ku', 'Finnish'),
(1119, 'fi', 'la', 'Finnish'),
(1120, 'fi', 'lv', 'Finnish'),
(1121, 'fi', 'lt', 'Finnish'),
(1122, 'fi', 'mk', 'Finnish'),
(1123, 'fi', 'mt', 'Finnish'),
(1124, 'fi', 'mo', 'Finnish'),
(1125, 'fi', 'mn', 'Finnish'),
(1126, 'fi', 'ne', 'Finnish'),
(1127, 'fi', 'nl', 'Fins'),
(1128, 'fi', 'nb', 'Finnish'),
(1129, 'fi', 'pa', 'Finnish'),
(1130, 'fi', 'pl', 'fiński'),
(1131, 'fi', 'pt-pt', 'Finlandês'),
(1132, 'fi', 'pt-br', 'Finlandês'),
(1133, 'fi', 'qu', 'Finnish'),
(1134, 'fi', 'ro', 'Finlandeză'),
(1135, 'fi', 'ru', 'Финский'),
(1136, 'fi', 'sl', 'Finnish'),
(1137, 'fi', 'so', 'Finnish'),
(1138, 'fi', 'sq', 'Finnish'),
(1139, 'fi', 'sr', 'Finnish'),
(1140, 'fi', 'sv', 'Finska'),
(1141, 'fi', 'ta', 'Finnish'),
(1142, 'fi', 'th', 'ฟินนิช'),
(1143, 'fi', 'tr', 'Fince'),
(1144, 'fi', 'uk', 'Finnish'),
(1145, 'fi', 'ur', 'Finnish'),
(1146, 'fi', 'uz', 'Finnish'),
(1147, 'fi', 'vi', 'Finnish'),
(1148, 'fi', 'yi', 'Finnish'),
(1149, 'fi', 'zh-hans', '芬兰语'),
(1150, 'fi', 'zu', 'Finnish'),
(1151, 'fi', 'zh-hant', '芬蘭語'),
(1152, 'fi', 'ms', 'Finnish'),
(1153, 'ga', 'en', 'Irish'),
(1154, 'ga', 'es', 'Irlandés'),
(1155, 'ga', 'de', 'Irisch'),
(1156, 'ga', 'fr', 'Irlandais'),
(1157, 'ga', 'ar', 'الأيرلندية'),
(1158, 'ga', 'bs', 'Irish'),
(1159, 'ga', 'bg', 'Irish'),
(1160, 'ga', 'ca', 'Irish'),
(1161, 'ga', 'cs', 'Irish'),
(1162, 'ga', 'sk', 'Írština'),
(1163, 'ga', 'cy', 'Irish'),
(1164, 'ga', 'da', 'Irish'),
(1165, 'ga', 'el', 'Ιρλανδικα'),
(1166, 'ga', 'eo', 'Irish'),
(1167, 'ga', 'et', 'Irish'),
(1168, 'ga', 'eu', 'Irish'),
(1169, 'ga', 'fa', 'Irish'),
(1170, 'ga', 'fi', 'iiri'),
(1171, 'ga', 'ga', 'Gaeilge'),
(1172, 'ga', 'he', 'אירית'),
(1173, 'ga', 'hi', 'Irish'),
(1174, 'ga', 'hr', 'Irish'),
(1175, 'ga', 'hu', 'ír'),
(1176, 'ga', 'hy', 'Irish'),
(1177, 'ga', 'id', 'Irish'),
(1178, 'ga', 'is', 'Irish'),
(1179, 'ga', 'it', 'Irlandese'),
(1180, 'ga', 'ja', 'アイルランド語'),
(1181, 'ga', 'ko', '아일랜드어'),
(1182, 'ga', 'ku', 'Irish'),
(1183, 'ga', 'la', 'Irish'),
(1184, 'ga', 'lv', 'Irish'),
(1185, 'ga', 'lt', 'Irish'),
(1186, 'ga', 'mk', 'Irish'),
(1187, 'ga', 'mt', 'Irish'),
(1188, 'ga', 'mo', 'Irish'),
(1189, 'ga', 'mn', 'Irish'),
(1190, 'ga', 'ne', 'Irish'),
(1191, 'ga', 'nl', 'Iers'),
(1192, 'ga', 'nb', 'Irish'),
(1193, 'ga', 'pa', 'Irish'),
(1194, 'ga', 'pl', 'irlandzki'),
(1195, 'ga', 'pt-pt', 'Irlandês'),
(1196, 'ga', 'pt-br', 'Irlandês'),
(1197, 'ga', 'qu', 'Irish'),
(1198, 'ga', 'ro', 'Irlandeză'),
(1199, 'ga', 'ru', 'Ирландский'),
(1200, 'ga', 'sl', 'Irish'),
(1201, 'ga', 'so', 'Irish'),
(1202, 'ga', 'sq', 'Irish'),
(1203, 'ga', 'sr', 'Irish'),
(1204, 'ga', 'sv', 'Irländska'),
(1205, 'ga', 'ta', 'Irish'),
(1206, 'ga', 'th', 'ไอริช'),
(1207, 'ga', 'tr', 'İrlanda dili'),
(1208, 'ga', 'uk', 'Irish'),
(1209, 'ga', 'ur', 'Irish'),
(1210, 'ga', 'uz', 'Irish'),
(1211, 'ga', 'vi', 'Irish'),
(1212, 'ga', 'yi', 'Irish'),
(1213, 'ga', 'zh-hans', '爱尔兰语'),
(1214, 'ga', 'zu', 'Irish'),
(1215, 'ga', 'zh-hant', '愛爾蘭語'),
(1216, 'ga', 'ms', 'Irish'),
(1217, 'he', 'en', 'Hebrew'),
(1218, 'he', 'es', 'Hebreo'),
(1219, 'he', 'de', 'Hebräisch'),
(1220, 'he', 'fr', 'Hébreu'),
(1221, 'he', 'ar', 'العبرية'),
(1222, 'he', 'bs', 'Hebrew'),
(1223, 'he', 'bg', 'Hebrew'),
(1224, 'he', 'ca', 'Hebrew'),
(1225, 'he', 'cs', 'Hebrew'),
(1226, 'he', 'sk', 'Hebrejčina'),
(1227, 'he', 'cy', 'Hebrew'),
(1228, 'he', 'da', 'Hebrew'),
(1229, 'he', 'el', 'Εβραικα'),
(1230, 'he', 'eo', 'Hebrew'),
(1231, 'he', 'et', 'Hebrew'),
(1232, 'he', 'eu', 'Hebrew'),
(1233, 'he', 'fa', 'Hebrew'),
(1234, 'he', 'fi', 'heprea'),
(1235, 'he', 'ga', 'Hebrew'),
(1236, 'he', 'he', 'עברית'),
(1237, 'he', 'hi', 'Hebrew'),
(1238, 'he', 'hr', 'Hebrew'),
(1239, 'he', 'hu', 'héber'),
(1240, 'he', 'hy', 'Hebrew'),
(1241, 'he', 'id', 'Hebrew'),
(1242, 'he', 'is', 'Hebrew'),
(1243, 'he', 'it', 'Ebraico'),
(1244, 'he', 'ja', 'ヘブライ語'),
(1245, 'he', 'ko', '히브리어'),
(1246, 'he', 'ku', 'Hebrew'),
(1247, 'he', 'la', 'Hebrew'),
(1248, 'he', 'lv', 'Hebrew'),
(1249, 'he', 'lt', 'Hebrew'),
(1250, 'he', 'mk', 'Hebrew'),
(1251, 'he', 'mt', 'Hebrew'),
(1252, 'he', 'mo', 'Hebrew'),
(1253, 'he', 'mn', 'Hebrew'),
(1254, 'he', 'ne', 'Hebrew'),
(1255, 'he', 'nl', 'Hebreeuws'),
(1256, 'he', 'nb', 'Hebrew'),
(1257, 'he', 'pa', 'Hebrew'),
(1258, 'he', 'pl', 'hebrajski'),
(1259, 'he', 'pt-pt', 'Hebraico'),
(1260, 'he', 'pt-br', 'Hebraico'),
(1261, 'he', 'qu', 'Hebrew'),
(1262, 'he', 'ro', 'Ebraică'),
(1263, 'he', 'ru', 'Иврит'),
(1264, 'he', 'sl', 'Hebrew'),
(1265, 'he', 'so', 'Hebrew'),
(1266, 'he', 'sq', 'Hebrew'),
(1267, 'he', 'sr', 'Hebrew'),
(1268, 'he', 'sv', 'Hebreiska'),
(1269, 'he', 'ta', 'Hebrew'),
(1270, 'he', 'th', 'ฮิบรู'),
(1271, 'he', 'tr', 'İbranice'),
(1272, 'he', 'uk', 'Hebrew'),
(1273, 'he', 'ur', 'Hebrew'),
(1274, 'he', 'uz', 'Hebrew'),
(1275, 'he', 'vi', 'Hebrew'),
(1276, 'he', 'yi', 'Hebrew'),
(1277, 'he', 'zh-hans', '希伯来语'),
(1278, 'he', 'zu', 'Hebrew'),
(1279, 'he', 'zh-hant', '希伯來語'),
(1280, 'he', 'ms', 'Hebrew'),
(1281, 'hi', 'en', 'Hindi'),
(1282, 'hi', 'es', 'Hindi'),
(1283, 'hi', 'de', 'Hindi'),
(1284, 'hi', 'fr', 'Hindi'),
(1285, 'hi', 'ar', 'الهندية'),
(1286, 'hi', 'bs', 'Hindi'),
(1287, 'hi', 'bg', 'Hindi'),
(1288, 'hi', 'ca', 'Hindi'),
(1289, 'hi', 'cs', 'Hindi'),
(1290, 'hi', 'sk', 'Hindčina'),
(1291, 'hi', 'cy', 'Hindi'),
(1292, 'hi', 'da', 'Hindi'),
(1293, 'hi', 'el', 'Ινδικα'),
(1294, 'hi', 'eo', 'Hindi'),
(1295, 'hi', 'et', 'Hindi'),
(1296, 'hi', 'eu', 'Hindi'),
(1297, 'hi', 'fa', 'Hindi'),
(1298, 'hi', 'fi', 'hindi'),
(1299, 'hi', 'ga', 'Hindi'),
(1300, 'hi', 'he', 'הודית'),
(1301, 'hi', 'hi', 'हिन्दी'),
(1302, 'hi', 'hr', 'Hindi'),
(1303, 'hi', 'hu', 'hindi'),
(1304, 'hi', 'hy', 'Hindi'),
(1305, 'hi', 'id', 'Hindi'),
(1306, 'hi', 'is', 'Hindi'),
(1307, 'hi', 'it', 'Hindi'),
(1308, 'hi', 'ja', 'ヒンディー語'),
(1309, 'hi', 'ko', '힌두어'),
(1310, 'hi', 'ku', 'Hindi'),
(1311, 'hi', 'la', 'Hindi'),
(1312, 'hi', 'lv', 'Hindi'),
(1313, 'hi', 'lt', 'Hindi'),
(1314, 'hi', 'mk', 'Hindi'),
(1315, 'hi', 'mt', 'Hindi'),
(1316, 'hi', 'mo', 'Hindi'),
(1317, 'hi', 'mn', 'Hindi'),
(1318, 'hi', 'ne', 'Hindi'),
(1319, 'hi', 'nl', 'Hindi'),
(1320, 'hi', 'nb', 'Hindi'),
(1321, 'hi', 'pa', 'Hindi'),
(1322, 'hi', 'pl', 'hindi'),
(1323, 'hi', 'pt-pt', 'Hindi'),
(1324, 'hi', 'pt-br', 'Hindi'),
(1325, 'hi', 'qu', 'Hindi'),
(1326, 'hi', 'ro', 'Hindi'),
(1327, 'hi', 'ru', 'Хинди'),
(1328, 'hi', 'sl', 'Hindi'),
(1329, 'hi', 'so', 'Hindi'),
(1330, 'hi', 'sq', 'Hindi'),
(1331, 'hi', 'sr', 'Hindi'),
(1332, 'hi', 'sv', 'Hindi'),
(1333, 'hi', 'ta', 'Hindi'),
(1334, 'hi', 'th', 'ฮินดิ'),
(1335, 'hi', 'tr', 'Hintçe'),
(1336, 'hi', 'uk', 'Hindi'),
(1337, 'hi', 'ur', 'Hindi'),
(1338, 'hi', 'uz', 'Hindi'),
(1339, 'hi', 'vi', 'Hindi'),
(1340, 'hi', 'yi', 'Hindi'),
(1341, 'hi', 'zh-hans', '印地语'),
(1342, 'hi', 'zu', 'Hindi'),
(1343, 'hi', 'zh-hant', '印地語'),
(1344, 'hi', 'ms', 'Hindi'),
(1345, 'hr', 'en', 'Croatian'),
(1346, 'hr', 'es', 'Croata'),
(1347, 'hr', 'de', 'Kroatisch'),
(1348, 'hr', 'fr', 'Croate'),
(1349, 'hr', 'ar', 'الكرواتية'),
(1350, 'hr', 'bs', 'Croatian'),
(1351, 'hr', 'bg', 'Croatian'),
(1352, 'hr', 'ca', 'Croatian'),
(1353, 'hr', 'cs', 'Croatian'),
(1354, 'hr', 'sk', 'Chorvátština'),
(1355, 'hr', 'cy', 'Croatian'),
(1356, 'hr', 'da', 'Croatian'),
(1357, 'hr', 'el', 'Κροατικα'),
(1358, 'hr', 'eo', 'Croatian'),
(1359, 'hr', 'et', 'Croatian'),
(1360, 'hr', 'eu', 'Croatian'),
(1361, 'hr', 'fa', 'Croatian'),
(1362, 'hr', 'fi', 'kroatia'),
(1363, 'hr', 'ga', 'Croatian'),
(1364, 'hr', 'he', 'קרוטאית'),
(1365, 'hr', 'hi', 'Croatian'),
(1366, 'hr', 'hr', 'Hrvatski'),
(1367, 'hr', 'hu', 'horvát'),
(1368, 'hr', 'hy', 'Croatian'),
(1369, 'hr', 'id', 'Croatian'),
(1370, 'hr', 'is', 'Croatian'),
(1371, 'hr', 'it', 'Croato'),
(1372, 'hr', 'ja', 'クロアチア語'),
(1373, 'hr', 'ko', '크로아시아어'),
(1374, 'hr', 'ku', 'Croatian'),
(1375, 'hr', 'la', 'Croatian'),
(1376, 'hr', 'lv', 'Croatian'),
(1377, 'hr', 'lt', 'Croatian'),
(1378, 'hr', 'mk', 'Croatian'),
(1379, 'hr', 'mt', 'Croatian'),
(1380, 'hr', 'mo', 'Croatian'),
(1381, 'hr', 'mn', 'Croatian'),
(1382, 'hr', 'ne', 'Croatian'),
(1383, 'hr', 'nl', 'Kroatisch'),
(1384, 'hr', 'nb', 'Croatian'),
(1385, 'hr', 'pa', 'Croatian'),
(1386, 'hr', 'pl', 'chorwacki'),
(1387, 'hr', 'pt-pt', 'Croata'),
(1388, 'hr', 'pt-br', 'Croata'),
(1389, 'hr', 'qu', 'Croatian'),
(1390, 'hr', 'ro', 'Croată'),
(1391, 'hr', 'ru', 'Хорватский'),
(1392, 'hr', 'sl', 'Croatian'),
(1393, 'hr', 'so', 'Croatian'),
(1394, 'hr', 'sq', 'Croatian'),
(1395, 'hr', 'sr', 'Croatian'),
(1396, 'hr', 'sv', 'Kroatiska'),
(1397, 'hr', 'ta', 'Croatian'),
(1398, 'hr', 'th', 'โครเอเชีย'),
(1399, 'hr', 'tr', 'Hırvatça'),
(1400, 'hr', 'uk', 'Croatian'),
(1401, 'hr', 'ur', 'Croatian'),
(1402, 'hr', 'uz', 'Croatian'),
(1403, 'hr', 'vi', 'Croatian'),
(1404, 'hr', 'yi', 'Croatian'),
(1405, 'hr', 'zh-hans', '克罗地亚语'),
(1406, 'hr', 'zu', 'Croatian'),
(1407, 'hr', 'zh-hant', '克羅地亞語'),
(1408, 'hr', 'ms', 'Croatian'),
(1409, 'hu', 'en', 'Hungarian'),
(1410, 'hu', 'es', 'Húngaro'),
(1411, 'hu', 'de', 'Ungarisch'),
(1412, 'hu', 'fr', 'Hongrois'),
(1413, 'hu', 'ar', 'الهنغارية'),
(1414, 'hu', 'bs', 'Hungarian'),
(1415, 'hu', 'bg', 'Hungarian'),
(1416, 'hu', 'ca', 'Hungarian'),
(1417, 'hu', 'cs', 'Hungarian'),
(1418, 'hu', 'sk', 'Maďarčina'),
(1419, 'hu', 'cy', 'Hungarian'),
(1420, 'hu', 'da', 'Hungarian'),
(1421, 'hu', 'el', 'Ουγγρικα'),
(1422, 'hu', 'eo', 'Hungarian'),
(1423, 'hu', 'et', 'Hungarian'),
(1424, 'hu', 'eu', 'Hungarian'),
(1425, 'hu', 'fa', 'Hungarian'),
(1426, 'hu', 'fi', 'unkari'),
(1427, 'hu', 'ga', 'Hungarian'),
(1428, 'hu', 'he', 'הונגרית'),
(1429, 'hu', 'hi', 'Hungarian'),
(1430, 'hu', 'hr', 'Hungarian'),
(1431, 'hu', 'hu', 'Magyar'),
(1432, 'hu', 'hy', 'Hungarian'),
(1433, 'hu', 'id', 'Hungarian'),
(1434, 'hu', 'is', 'Hungarian'),
(1435, 'hu', 'it', 'Ungherese'),
(1436, 'hu', 'ja', 'ハンガリー語'),
(1437, 'hu', 'ko', '헝가리어'),
(1438, 'hu', 'ku', 'Hungarian'),
(1439, 'hu', 'la', 'Hungarian'),
(1440, 'hu', 'lv', 'Hungarian'),
(1441, 'hu', 'lt', 'Hungarian'),
(1442, 'hu', 'mk', 'Hungarian'),
(1443, 'hu', 'mt', 'Hungarian'),
(1444, 'hu', 'mo', 'Hungarian'),
(1445, 'hu', 'mn', 'Hungarian'),
(1446, 'hu', 'ne', 'Hungarian'),
(1447, 'hu', 'nl', 'Hongaars'),
(1448, 'hu', 'nb', 'Hungarian'),
(1449, 'hu', 'pa', 'Hungarian'),
(1450, 'hu', 'pl', 'węgierski'),
(1451, 'hu', 'pt-pt', 'Húngaro'),
(1452, 'hu', 'pt-br', 'Húngaro'),
(1453, 'hu', 'qu', 'Hungarian'),
(1454, 'hu', 'ro', 'Ungară'),
(1455, 'hu', 'ru', 'Венгерский'),
(1456, 'hu', 'sl', 'Hungarian'),
(1457, 'hu', 'so', 'Hungarian'),
(1458, 'hu', 'sq', 'Hungarian'),
(1459, 'hu', 'sr', 'Hungarian'),
(1460, 'hu', 'sv', 'Ungerska'),
(1461, 'hu', 'ta', 'Hungarian'),
(1462, 'hu', 'th', 'ฮังการี'),
(1463, 'hu', 'tr', 'Macarca'),
(1464, 'hu', 'uk', 'Hungarian'),
(1465, 'hu', 'ur', 'Hungarian'),
(1466, 'hu', 'uz', 'Hungarian'),
(1467, 'hu', 'vi', 'Hungarian'),
(1468, 'hu', 'yi', 'Hungarian'),
(1469, 'hu', 'zh-hans', '匈牙利语'),
(1470, 'hu', 'zu', 'Hungarian'),
(1471, 'hu', 'zh-hant', '匈牙利語'),
(1472, 'hu', 'ms', 'Hungarian'),
(1473, 'hy', 'en', 'Armenian'),
(1474, 'hy', 'es', 'Armenio'),
(1475, 'hy', 'de', 'Armenisch'),
(1476, 'hy', 'fr', 'Arménien'),
(1477, 'hy', 'ar', 'الأرمينية'),
(1478, 'hy', 'bs', 'Armenian'),
(1479, 'hy', 'bg', 'Armenian'),
(1480, 'hy', 'ca', 'Armenian'),
(1481, 'hy', 'cs', 'Armenian'),
(1482, 'hy', 'sk', 'Arménčina'),
(1483, 'hy', 'cy', 'Armenian'),
(1484, 'hy', 'da', 'Armenian'),
(1485, 'hy', 'el', 'Αρμενικα'),
(1486, 'hy', 'eo', 'Armenian'),
(1487, 'hy', 'et', 'Armenian'),
(1488, 'hy', 'eu', 'Armenian'),
(1489, 'hy', 'fa', 'Armenian'),
(1490, 'hy', 'fi', 'armenia'),
(1491, 'hy', 'ga', 'Armenian'),
(1492, 'hy', 'he', 'Armenian'),
(1493, 'hy', 'hi', 'Armenian'),
(1494, 'hy', 'hr', 'Armenian'),
(1495, 'hy', 'hu', 'örmény'),
(1496, 'hy', 'hy', 'Armenian'),
(1497, 'hy', 'id', 'Armenian'),
(1498, 'hy', 'is', 'Armenian'),
(1499, 'hy', 'it', 'Armeno'),
(1500, 'hy', 'ja', 'アルメニア語'),
(1501, 'hy', 'ko', '아르메니아어'),
(1502, 'hy', 'ku', 'Armenian'),
(1503, 'hy', 'la', 'Armenian'),
(1504, 'hy', 'lv', 'Armenian'),
(1505, 'hy', 'lt', 'Armenian'),
(1506, 'hy', 'mk', 'Armenian'),
(1507, 'hy', 'mt', 'Armenian'),
(1508, 'hy', 'mo', 'Armenian'),
(1509, 'hy', 'mn', 'Armenian'),
(1510, 'hy', 'ne', 'Armenian'),
(1511, 'hy', 'nl', 'Armeens'),
(1512, 'hy', 'nb', 'Armenian'),
(1513, 'hy', 'pa', 'Armenian'),
(1514, 'hy', 'pl', 'ormiański'),
(1515, 'hy', 'pt-pt', 'Arménio'),
(1516, 'hy', 'pt-br', 'Arménio'),
(1517, 'hy', 'qu', 'Armenian'),
(1518, 'hy', 'ro', 'Armeană'),
(1519, 'hy', 'ru', 'Армянский'),
(1520, 'hy', 'sl', 'Armenian'),
(1521, 'hy', 'so', 'Armenian'),
(1522, 'hy', 'sq', 'Armenian'),
(1523, 'hy', 'sr', 'Armenian'),
(1524, 'hy', 'sv', 'Armeniska'),
(1525, 'hy', 'ta', 'Armenian'),
(1526, 'hy', 'th', 'อาร์เมเนีย'),
(1527, 'hy', 'tr', 'Ermenice'),
(1528, 'hy', 'uk', 'Armenian'),
(1529, 'hy', 'ur', 'Armenian'),
(1530, 'hy', 'uz', 'Armenian'),
(1531, 'hy', 'vi', 'Armenian'),
(1532, 'hy', 'yi', 'Armenian'),
(1533, 'hy', 'zh-hans', '亚美尼亚语'),
(1534, 'hy', 'zu', 'Armenian'),
(1535, 'hy', 'zh-hant', '亞美尼亞語'),
(1536, 'hy', 'ms', 'Armenian'),
(1537, 'id', 'en', 'Indonesian'),
(1538, 'id', 'es', 'Indonesio'),
(1539, 'id', 'de', 'Indonesisch'),
(1540, 'id', 'fr', 'Indonésien'),
(1541, 'id', 'ar', 'الأندونيسية'),
(1542, 'id', 'bs', 'Indonesian'),
(1543, 'id', 'bg', 'Indonesian'),
(1544, 'id', 'ca', 'Indonesian'),
(1545, 'id', 'cs', 'Indonesian'),
(1546, 'id', 'sk', 'Indonézčina'),
(1547, 'id', 'cy', 'Indonesian'),
(1548, 'id', 'da', 'Indonesian'),
(1549, 'id', 'el', 'Ινδονησιακα'),
(1550, 'id', 'eo', 'Indonesian'),
(1551, 'id', 'et', 'Indonesian'),
(1552, 'id', 'eu', 'Indonesian'),
(1553, 'id', 'fa', 'Indonesian'),
(1554, 'id', 'fi', 'indonesia'),
(1555, 'id', 'ga', 'Indonesian'),
(1556, 'id', 'he', 'Indonesian'),
(1557, 'id', 'hi', 'Indonesian'),
(1558, 'id', 'hr', 'Indonesian'),
(1559, 'id', 'hu', 'indonéz'),
(1560, 'id', 'hy', 'Indonesian'),
(1561, 'id', 'id', 'Indonesia'),
(1562, 'id', 'is', 'Indonesian'),
(1563, 'id', 'it', 'Indonesiano'),
(1564, 'id', 'ja', 'インドネシア語'),
(1565, 'id', 'ko', '인도네시아어'),
(1566, 'id', 'ku', 'Indonesian'),
(1567, 'id', 'la', 'Indonesian'),
(1568, 'id', 'lv', 'Indonesian'),
(1569, 'id', 'lt', 'Indonesian'),
(1570, 'id', 'mk', 'Indonesian'),
(1571, 'id', 'mt', 'Indonesian'),
(1572, 'id', 'mo', 'Indonesian'),
(1573, 'id', 'mn', 'Indonesian'),
(1574, 'id', 'ne', 'Indonesian'),
(1575, 'id', 'nl', 'Indonesisch'),
(1576, 'id', 'nb', 'Indonesian'),
(1577, 'id', 'pa', 'Indonesian'),
(1578, 'id', 'pl', 'indonezyjski'),
(1579, 'id', 'pt-pt', 'Indonésio'),
(1580, 'id', 'pt-br', 'Indonésio'),
(1581, 'id', 'qu', 'Indonesian'),
(1582, 'id', 'ro', 'Indoneziană'),
(1583, 'id', 'ru', 'Индонезийский'),
(1584, 'id', 'sl', 'Indonesian'),
(1585, 'id', 'so', 'Indonesian'),
(1586, 'id', 'sq', 'Indonesian'),
(1587, 'id', 'sr', 'Indonesian'),
(1588, 'id', 'sv', 'Indonesiska'),
(1589, 'id', 'ta', 'Indonesian'),
(1590, 'id', 'th', 'อินโดนีเซีย'),
(1591, 'id', 'tr', 'Endonezya dili'),
(1592, 'id', 'uk', 'Indonesian'),
(1593, 'id', 'ur', 'Indonesian'),
(1594, 'id', 'uz', 'Indonesian'),
(1595, 'id', 'vi', 'Indonesian'),
(1596, 'id', 'yi', 'Indonesian'),
(1597, 'id', 'zh-hans', '印度尼西亚语'),
(1598, 'id', 'zu', 'Indonesian'),
(1599, 'id', 'zh-hant', '印尼語'),
(1600, 'id', 'ms', 'Indonesian'),
(1601, 'is', 'en', 'Icelandic'),
(1602, 'is', 'es', 'Islandés'),
(1603, 'is', 'de', 'Isländisch'),
(1604, 'is', 'fr', 'Islandais'),
(1605, 'is', 'ar', 'الأيسلاندية'),
(1606, 'is', 'bs', 'Icelandic'),
(1607, 'is', 'bg', 'Icelandic'),
(1608, 'is', 'ca', 'Icelandic'),
(1609, 'is', 'cs', 'Icelandic'),
(1610, 'is', 'sk', 'Islančina'),
(1611, 'is', 'cy', 'Icelandic'),
(1612, 'is', 'da', 'Icelandic'),
(1613, 'is', 'el', 'Ισλανδικα'),
(1614, 'is', 'eo', 'Icelandic'),
(1615, 'is', 'et', 'Icelandic'),
(1616, 'is', 'eu', 'Icelandic'),
(1617, 'is', 'fa', 'Icelandic'),
(1618, 'is', 'fi', 'islanti'),
(1619, 'is', 'ga', 'Icelandic'),
(1620, 'is', 'he', 'Icelandic'),
(1621, 'is', 'hi', 'Icelandic'),
(1622, 'is', 'hr', 'Icelandic'),
(1623, 'is', 'hu', 'izlandi'),
(1624, 'is', 'hy', 'Icelandic'),
(1625, 'is', 'id', 'Icelandic'),
(1626, 'is', 'is', 'Íslenska'),
(1627, 'is', 'it', 'Islandese'),
(1628, 'is', 'ja', 'アイスランド語'),
(1629, 'is', 'ko', '아이슬랜드어'),
(1630, 'is', 'ku', 'Icelandic'),
(1631, 'is', 'la', 'Icelandic'),
(1632, 'is', 'lv', 'Icelandic'),
(1633, 'is', 'lt', 'Icelandic'),
(1634, 'is', 'mk', 'Icelandic'),
(1635, 'is', 'mt', 'Icelandic'),
(1636, 'is', 'mo', 'Icelandic'),
(1637, 'is', 'mn', 'Icelandic'),
(1638, 'is', 'ne', 'Icelandic'),
(1639, 'is', 'nl', 'Ijslands'),
(1640, 'is', 'nb', 'Icelandic'),
(1641, 'is', 'pa', 'Icelandic'),
(1642, 'is', 'pl', 'islandzki'),
(1643, 'is', 'pt-pt', 'Islandês'),
(1644, 'is', 'pt-br', 'Islandês'),
(1645, 'is', 'qu', 'Icelandic'),
(1646, 'is', 'ro', 'Islandeză'),
(1647, 'is', 'ru', 'Исландский'),
(1648, 'is', 'sl', 'Icelandic'),
(1649, 'is', 'so', 'Icelandic'),
(1650, 'is', 'sq', 'Icelandic'),
(1651, 'is', 'sr', 'Icelandic'),
(1652, 'is', 'sv', 'Isländska'),
(1653, 'is', 'ta', 'Icelandic'),
(1654, 'is', 'th', 'ไอซ์แลนด์'),
(1655, 'is', 'tr', 'İzlandaca'),
(1656, 'is', 'uk', 'Icelandic'),
(1657, 'is', 'ur', 'Icelandic'),
(1658, 'is', 'uz', 'Icelandic'),
(1659, 'is', 'vi', 'Icelandic'),
(1660, 'is', 'yi', 'Icelandic'),
(1661, 'is', 'zh-hans', '冰岛语'),
(1662, 'is', 'zu', 'Icelandic'),
(1663, 'is', 'zh-hant', '冰島語'),
(1664, 'is', 'ms', 'Icelandic'),
(1665, 'it', 'en', 'Italian'),
(1666, 'it', 'es', 'Italiano'),
(1667, 'it', 'de', 'Italienisch'),
(1668, 'it', 'fr', 'Italien'),
(1669, 'it', 'ar', 'الإيطالية'),
(1670, 'it', 'bs', 'Italian'),
(1671, 'it', 'bg', 'Italian'),
(1672, 'it', 'ca', 'Italian'),
(1673, 'it', 'cs', 'Italian'),
(1674, 'it', 'sk', 'Taliančina'),
(1675, 'it', 'cy', 'Italian'),
(1676, 'it', 'da', 'Italian'),
(1677, 'it', 'el', 'Ιταλικα'),
(1678, 'it', 'eo', 'Italian'),
(1679, 'it', 'et', 'Italian'),
(1680, 'it', 'eu', 'Italian'),
(1681, 'it', 'fa', 'Italian'),
(1682, 'it', 'fi', 'italia'),
(1683, 'it', 'ga', 'Italian'),
(1684, 'it', 'he', 'איטלקית'),
(1685, 'it', 'hi', 'Italian'),
(1686, 'it', 'hr', 'Italian'),
(1687, 'it', 'hu', 'olasz'),
(1688, 'it', 'hy', 'Italian'),
(1689, 'it', 'id', 'Italian'),
(1690, 'it', 'is', 'Italian'),
(1691, 'it', 'it', 'Italiano'),
(1692, 'it', 'ja', 'イタリア語'),
(1693, 'it', 'ko', '이태리어'),
(1694, 'it', 'ku', 'Italian'),
(1695, 'it', 'la', 'Italian'),
(1696, 'it', 'lv', 'Italian'),
(1697, 'it', 'lt', 'Italian'),
(1698, 'it', 'mk', 'Italian'),
(1699, 'it', 'mt', 'Italian'),
(1700, 'it', 'mo', 'Italian'),
(1701, 'it', 'mn', 'Italian'),
(1702, 'it', 'ne', 'Italian'),
(1703, 'it', 'nl', 'Italiaans'),
(1704, 'it', 'nb', 'Italian'),
(1705, 'it', 'pa', 'Italian'),
(1706, 'it', 'pl', 'włoski'),
(1707, 'it', 'pt-pt', 'Italiano'),
(1708, 'it', 'pt-br', 'Italiano'),
(1709, 'it', 'qu', 'Italian'),
(1710, 'it', 'ro', 'Italiană'),
(1711, 'it', 'ru', 'Итальянский'),
(1712, 'it', 'sl', 'Italian'),
(1713, 'it', 'so', 'Italian'),
(1714, 'it', 'sq', 'Italian'),
(1715, 'it', 'sr', 'Italian'),
(1716, 'it', 'sv', 'Italienska'),
(1717, 'it', 'ta', 'Italian'),
(1718, 'it', 'th', 'อิตาลี'),
(1719, 'it', 'tr', 'İtalyanca'),
(1720, 'it', 'uk', 'Italian'),
(1721, 'it', 'ur', 'Italian'),
(1722, 'it', 'uz', 'Italian'),
(1723, 'it', 'vi', 'Italian'),
(1724, 'it', 'yi', 'Italian'),
(1725, 'it', 'zh-hans', '意大利语'),
(1726, 'it', 'zu', 'Italian'),
(1727, 'it', 'zh-hant', '義大利語'),
(1728, 'it', 'ms', 'Italian'),
(1729, 'ja', 'en', 'Japanese'),
(1730, 'ja', 'es', 'Japonés'),
(1731, 'ja', 'de', 'Japanisch'),
(1732, 'ja', 'fr', 'Japonais'),
(1733, 'ja', 'ar', 'اليابانية'),
(1734, 'ja', 'bs', 'Japanese'),
(1735, 'ja', 'bg', 'Japanese'),
(1736, 'ja', 'ca', 'Japanese'),
(1737, 'ja', 'cs', 'Japanese'),
(1738, 'ja', 'sk', 'Japonština'),
(1739, 'ja', 'cy', 'Japanese'),
(1740, 'ja', 'da', 'Japanese'),
(1741, 'ja', 'el', 'Ιαπωνικα'),
(1742, 'ja', 'eo', 'Japanese'),
(1743, 'ja', 'et', 'Japanese'),
(1744, 'ja', 'eu', 'Japanese'),
(1745, 'ja', 'fa', 'Japanese'),
(1746, 'ja', 'fi', 'japani'),
(1747, 'ja', 'ga', 'Japanese');
INSERT INTO `wp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
(1748, 'ja', 'he', 'יפנית'),
(1749, 'ja', 'hi', 'Japanese'),
(1750, 'ja', 'hr', 'Japanese'),
(1751, 'ja', 'hu', 'japán'),
(1752, 'ja', 'hy', 'Japanese'),
(1753, 'ja', 'id', 'Japanese'),
(1754, 'ja', 'is', 'Japanese'),
(1755, 'ja', 'it', 'Giapponese'),
(1756, 'ja', 'ja', '日本語'),
(1757, 'ja', 'ko', '일어'),
(1758, 'ja', 'ku', 'Japanese'),
(1759, 'ja', 'la', 'Japanese'),
(1760, 'ja', 'lv', 'Japanese'),
(1761, 'ja', 'lt', 'Japanese'),
(1762, 'ja', 'mk', 'Japanese'),
(1763, 'ja', 'mt', 'Japanese'),
(1764, 'ja', 'mo', 'Japanese'),
(1765, 'ja', 'mn', 'Japanese'),
(1766, 'ja', 'ne', 'Japanese'),
(1767, 'ja', 'nl', 'Japans'),
(1768, 'ja', 'nb', 'Japanese'),
(1769, 'ja', 'pa', 'Japanese'),
(1770, 'ja', 'pl', 'japoński'),
(1771, 'ja', 'pt-pt', 'Japonês'),
(1772, 'ja', 'pt-br', 'Japonês'),
(1773, 'ja', 'qu', 'Japanese'),
(1774, 'ja', 'ro', 'Japoneză'),
(1775, 'ja', 'ru', 'Японский'),
(1776, 'ja', 'sl', 'Japanese'),
(1777, 'ja', 'so', 'Japanese'),
(1778, 'ja', 'sq', 'Japanese'),
(1779, 'ja', 'sr', 'Japanese'),
(1780, 'ja', 'sv', 'Japanska'),
(1781, 'ja', 'ta', 'Japanese'),
(1782, 'ja', 'th', 'ญี่ปุ่น'),
(1783, 'ja', 'tr', 'Japonca'),
(1784, 'ja', 'uk', 'Japanese'),
(1785, 'ja', 'ur', 'Japanese'),
(1786, 'ja', 'uz', 'Japanese'),
(1787, 'ja', 'vi', 'Japanese'),
(1788, 'ja', 'yi', 'Japanese'),
(1789, 'ja', 'zh-hans', '日语'),
(1790, 'ja', 'zu', 'Japanese'),
(1791, 'ja', 'zh-hant', '日語'),
(1792, 'ja', 'ms', 'Japanese'),
(1793, 'ko', 'en', 'Korean'),
(1794, 'ko', 'es', 'Coreano'),
(1795, 'ko', 'de', 'Koreanisch'),
(1796, 'ko', 'fr', 'Coréen'),
(1797, 'ko', 'ar', 'الكورية'),
(1798, 'ko', 'bs', 'Korean'),
(1799, 'ko', 'bg', 'Korean'),
(1800, 'ko', 'ca', 'Korean'),
(1801, 'ko', 'cs', 'Korean'),
(1802, 'ko', 'sk', 'Kórejčina'),
(1803, 'ko', 'cy', 'Korean'),
(1804, 'ko', 'da', 'Korean'),
(1805, 'ko', 'el', 'Κορεατικα'),
(1806, 'ko', 'eo', 'Korean'),
(1807, 'ko', 'et', 'Korean'),
(1808, 'ko', 'eu', 'Korean'),
(1809, 'ko', 'fa', 'Korean'),
(1810, 'ko', 'fi', 'korea'),
(1811, 'ko', 'ga', 'Korean'),
(1812, 'ko', 'he', 'קוראנית'),
(1813, 'ko', 'hi', 'Korean'),
(1814, 'ko', 'hr', 'Korean'),
(1815, 'ko', 'hu', 'koreai'),
(1816, 'ko', 'hy', 'Korean'),
(1817, 'ko', 'id', 'Korean'),
(1818, 'ko', 'is', 'Korean'),
(1819, 'ko', 'it', 'Coreano'),
(1820, 'ko', 'ja', '韓国語'),
(1821, 'ko', 'ko', '한국어'),
(1822, 'ko', 'ku', 'Korean'),
(1823, 'ko', 'la', 'Korean'),
(1824, 'ko', 'lv', 'Korean'),
(1825, 'ko', 'lt', 'Korean'),
(1826, 'ko', 'mk', 'Korean'),
(1827, 'ko', 'mt', 'Korean'),
(1828, 'ko', 'mo', 'Korean'),
(1829, 'ko', 'mn', 'Korean'),
(1830, 'ko', 'ne', 'Korean'),
(1831, 'ko', 'nl', 'Koreaans'),
(1832, 'ko', 'nb', 'Korean'),
(1833, 'ko', 'pa', 'Korean'),
(1834, 'ko', 'pl', 'koreański'),
(1835, 'ko', 'pt-pt', 'Korean'),
(1836, 'ko', 'pt-br', 'Korean'),
(1837, 'ko', 'qu', 'Korean'),
(1838, 'ko', 'ro', 'Coreană'),
(1839, 'ko', 'ru', 'Корейский'),
(1840, 'ko', 'sl', 'Korean'),
(1841, 'ko', 'so', 'Korean'),
(1842, 'ko', 'sq', 'Korean'),
(1843, 'ko', 'sr', 'Korean'),
(1844, 'ko', 'sv', 'Koreanska'),
(1845, 'ko', 'ta', 'Korean'),
(1846, 'ko', 'th', 'เกาหลี'),
(1847, 'ko', 'tr', 'Kore dili'),
(1848, 'ko', 'uk', 'Korean'),
(1849, 'ko', 'ur', 'Korean'),
(1850, 'ko', 'uz', 'Korean'),
(1851, 'ko', 'vi', 'Korean'),
(1852, 'ko', 'yi', 'Korean'),
(1853, 'ko', 'zh-hans', '韩语'),
(1854, 'ko', 'zu', 'Korean'),
(1855, 'ko', 'zh-hant', '韓語'),
(1856, 'ko', 'ms', 'Korean'),
(1857, 'ku', 'en', 'Kurdish'),
(1858, 'ku', 'es', 'Kurdo'),
(1859, 'ku', 'de', 'Kurdisch'),
(1860, 'ku', 'fr', 'Kurde'),
(1861, 'ku', 'ar', 'الكردية'),
(1862, 'ku', 'bs', 'Kurdish'),
(1863, 'ku', 'bg', 'Kurdish'),
(1864, 'ku', 'ca', 'Kurdish'),
(1865, 'ku', 'cs', 'Kurdish'),
(1866, 'ku', 'sk', 'Kurdština'),
(1867, 'ku', 'cy', 'Kurdish'),
(1868, 'ku', 'da', 'Kurdish'),
(1869, 'ku', 'el', 'Κουρδικα'),
(1870, 'ku', 'eo', 'Kurdish'),
(1871, 'ku', 'et', 'Kurdish'),
(1872, 'ku', 'eu', 'Kurdish'),
(1873, 'ku', 'fa', 'Kurdish'),
(1874, 'ku', 'fi', 'kurdi'),
(1875, 'ku', 'ga', 'Kurdish'),
(1876, 'ku', 'he', 'Kurdish'),
(1877, 'ku', 'hi', 'Kurdish'),
(1878, 'ku', 'hr', 'Kurdish'),
(1879, 'ku', 'hu', 'kurd'),
(1880, 'ku', 'hy', 'Kurdish'),
(1881, 'ku', 'id', 'Kurdish'),
(1882, 'ku', 'is', 'Kurdish'),
(1883, 'ku', 'it', 'Curdo'),
(1884, 'ku', 'ja', 'クルド語'),
(1885, 'ku', 'ko', '쿠르드어'),
(1886, 'ku', 'ku', 'Kurdish'),
(1887, 'ku', 'la', 'Kurdish'),
(1888, 'ku', 'lv', 'Kurdish'),
(1889, 'ku', 'lt', 'Kurdish'),
(1890, 'ku', 'mk', 'Kurdish'),
(1891, 'ku', 'mt', 'Kurdish'),
(1892, 'ku', 'mo', 'Kurdish'),
(1893, 'ku', 'mn', 'Kurdish'),
(1894, 'ku', 'ne', 'Kurdish'),
(1895, 'ku', 'nl', 'Koerdish'),
(1896, 'ku', 'nb', 'Kurdish'),
(1897, 'ku', 'pa', 'Kurdish'),
(1898, 'ku', 'pl', 'kurdyjski'),
(1899, 'ku', 'pt-pt', 'Curdo'),
(1900, 'ku', 'pt-br', 'Curdo'),
(1901, 'ku', 'qu', 'Kurdish'),
(1902, 'ku', 'ro', 'Kurdă'),
(1903, 'ku', 'ru', 'Курдский'),
(1904, 'ku', 'sl', 'Kurdish'),
(1905, 'ku', 'so', 'Kurdish'),
(1906, 'ku', 'sq', 'Kurdish'),
(1907, 'ku', 'sr', 'Kurdish'),
(1908, 'ku', 'sv', 'Kurdiska'),
(1909, 'ku', 'ta', 'Kurdish'),
(1910, 'ku', 'th', 'เคอร์ดิช'),
(1911, 'ku', 'tr', 'Kürtçe'),
(1912, 'ku', 'uk', 'Kurdish'),
(1913, 'ku', 'ur', 'Kurdish'),
(1914, 'ku', 'uz', 'Kurdish'),
(1915, 'ku', 'vi', 'Kurdish'),
(1916, 'ku', 'yi', 'Kurdish'),
(1917, 'ku', 'zh-hans', '库尔德语'),
(1918, 'ku', 'zu', 'Kurdish'),
(1919, 'ku', 'zh-hant', '庫爾德語'),
(1920, 'ku', 'ms', 'Kurdish'),
(1921, 'la', 'en', 'Latin'),
(1922, 'la', 'es', 'Latín'),
(1923, 'la', 'de', 'Latein'),
(1924, 'la', 'fr', 'Latin'),
(1925, 'la', 'ar', 'اللاتينية'),
(1926, 'la', 'bs', 'Latin'),
(1927, 'la', 'bg', 'Latin'),
(1928, 'la', 'ca', 'Latin'),
(1929, 'la', 'cs', 'Latin'),
(1930, 'la', 'sk', 'Latinčina'),
(1931, 'la', 'cy', 'Latin'),
(1932, 'la', 'da', 'Latin'),
(1933, 'la', 'el', 'Λατινικη'),
(1934, 'la', 'eo', 'Latin'),
(1935, 'la', 'et', 'Latin'),
(1936, 'la', 'eu', 'Latin'),
(1937, 'la', 'fa', 'Latin'),
(1938, 'la', 'fi', 'latina'),
(1939, 'la', 'ga', 'Latin'),
(1940, 'la', 'he', 'לטינית'),
(1941, 'la', 'hi', 'Latin'),
(1942, 'la', 'hr', 'Latin'),
(1943, 'la', 'hu', 'latin'),
(1944, 'la', 'hy', 'Latin'),
(1945, 'la', 'id', 'Latin'),
(1946, 'la', 'is', 'Latin'),
(1947, 'la', 'it', 'Latino'),
(1948, 'la', 'ja', 'ラテン語'),
(1949, 'la', 'ko', '라틴어'),
(1950, 'la', 'ku', 'Latin'),
(1951, 'la', 'la', 'Latin'),
(1952, 'la', 'lv', 'Latin'),
(1953, 'la', 'lt', 'Latin'),
(1954, 'la', 'mk', 'Latin'),
(1955, 'la', 'mt', 'Latin'),
(1956, 'la', 'mo', 'Latin'),
(1957, 'la', 'mn', 'Latin'),
(1958, 'la', 'ne', 'Latin'),
(1959, 'la', 'nl', 'Latijn'),
(1960, 'la', 'nb', 'Latin'),
(1961, 'la', 'pa', 'Latin'),
(1962, 'la', 'pl', 'łaciński'),
(1963, 'la', 'pt-pt', 'Latina'),
(1964, 'la', 'pt-br', 'Latina'),
(1965, 'la', 'qu', 'Latin'),
(1966, 'la', 'ro', 'Latină'),
(1967, 'la', 'ru', 'Латинский'),
(1968, 'la', 'sl', 'Latin'),
(1969, 'la', 'so', 'Latin'),
(1970, 'la', 'sq', 'Latin'),
(1971, 'la', 'sr', 'Latin'),
(1972, 'la', 'sv', 'Latin'),
(1973, 'la', 'ta', 'Latin'),
(1974, 'la', 'th', 'ละติน'),
(1975, 'la', 'tr', 'Latince'),
(1976, 'la', 'uk', 'Latin'),
(1977, 'la', 'ur', 'Latin'),
(1978, 'la', 'uz', 'Latin'),
(1979, 'la', 'vi', 'Latin'),
(1980, 'la', 'yi', 'Latin'),
(1981, 'la', 'zh-hans', '拉丁语'),
(1982, 'la', 'zu', 'Latin'),
(1983, 'la', 'zh-hant', '拉丁語'),
(1984, 'la', 'ms', 'Latin'),
(1985, 'lv', 'en', 'Latvian'),
(1986, 'lv', 'es', 'Letón'),
(1987, 'lv', 'de', 'Lettisch'),
(1988, 'lv', 'fr', 'Letton'),
(1989, 'lv', 'ar', 'اللاتفية'),
(1990, 'lv', 'bs', 'Latvian'),
(1991, 'lv', 'bg', 'Latvian'),
(1992, 'lv', 'ca', 'Latvian'),
(1993, 'lv', 'cs', 'Latvian'),
(1994, 'lv', 'sk', 'Lotyština'),
(1995, 'lv', 'cy', 'Latvian'),
(1996, 'lv', 'da', 'Latvian'),
(1997, 'lv', 'el', 'Λετονικα'),
(1998, 'lv', 'eo', 'Latvian'),
(1999, 'lv', 'et', 'Latvian'),
(2000, 'lv', 'eu', 'Latvian'),
(2001, 'lv', 'fa', 'Latvian'),
(2002, 'lv', 'fi', 'latvia'),
(2003, 'lv', 'ga', 'Latvian'),
(2004, 'lv', 'he', 'Latvian'),
(2005, 'lv', 'hi', 'Latvian'),
(2006, 'lv', 'hr', 'Latvian'),
(2007, 'lv', 'hu', 'lett'),
(2008, 'lv', 'hy', 'Latvian'),
(2009, 'lv', 'id', 'Latvian'),
(2010, 'lv', 'is', 'Latvian'),
(2011, 'lv', 'it', 'Lettone'),
(2012, 'lv', 'ja', 'ラトビア語'),
(2013, 'lv', 'ko', '라트비아어'),
(2014, 'lv', 'ku', 'Latvian'),
(2015, 'lv', 'la', 'Latvian'),
(2016, 'lv', 'lv', 'Latviešu'),
(2017, 'lv', 'lt', 'Latvian'),
(2018, 'lv', 'mk', 'Latvian'),
(2019, 'lv', 'mt', 'Latvian'),
(2020, 'lv', 'mo', 'Latvian'),
(2021, 'lv', 'mn', 'Latvian'),
(2022, 'lv', 'ne', 'Latvian'),
(2023, 'lv', 'nl', 'Lets'),
(2024, 'lv', 'nb', 'Latvian'),
(2025, 'lv', 'pa', 'Latvian'),
(2026, 'lv', 'pl', 'łotewski'),
(2027, 'lv', 'pt-pt', 'Letão'),
(2028, 'lv', 'pt-br', 'Letão'),
(2029, 'lv', 'qu', 'Latvian'),
(2030, 'lv', 'ro', 'Letoniană'),
(2031, 'lv', 'ru', 'латышский'),
(2032, 'lv', 'sl', 'Latvian'),
(2033, 'lv', 'so', 'Latvian'),
(2034, 'lv', 'sq', 'Latvian'),
(2035, 'lv', 'sr', 'Latvian'),
(2036, 'lv', 'sv', 'Lettiska'),
(2037, 'lv', 'ta', 'Latvian'),
(2038, 'lv', 'th', 'ลัตเวีย'),
(2039, 'lv', 'tr', 'Letonca'),
(2040, 'lv', 'uk', 'Latvian'),
(2041, 'lv', 'ur', 'Latvian'),
(2042, 'lv', 'uz', 'Latvian'),
(2043, 'lv', 'vi', 'Latvian'),
(2044, 'lv', 'yi', 'Latvian'),
(2045, 'lv', 'zh-hans', '拉脱维亚语'),
(2046, 'lv', 'zu', 'Latvian'),
(2047, 'lv', 'zh-hant', '拉脫維亞語'),
(2048, 'lv', 'ms', 'Latvian'),
(2049, 'lt', 'en', 'Lithuanian'),
(2050, 'lt', 'es', 'Lituano'),
(2051, 'lt', 'de', 'Litauisch'),
(2052, 'lt', 'fr', 'Lituanien'),
(2053, 'lt', 'ar', 'اللتوانية'),
(2054, 'lt', 'bs', 'Lithuanian'),
(2055, 'lt', 'bg', 'Lithuanian'),
(2056, 'lt', 'ca', 'Lithuanian'),
(2057, 'lt', 'cs', 'Lithuanian'),
(2058, 'lt', 'sk', 'Litovčina'),
(2059, 'lt', 'cy', 'Lithuanian'),
(2060, 'lt', 'da', 'Lithuanian'),
(2061, 'lt', 'el', 'Λιθουανικα'),
(2062, 'lt', 'eo', 'Lithuanian'),
(2063, 'lt', 'et', 'Lithuanian'),
(2064, 'lt', 'eu', 'Lithuanian'),
(2065, 'lt', 'fa', 'Lithuanian'),
(2066, 'lt', 'fi', 'liettua'),
(2067, 'lt', 'ga', 'Lithuanian'),
(2068, 'lt', 'he', 'Lithuanian'),
(2069, 'lt', 'hi', 'Lithuanian'),
(2070, 'lt', 'hr', 'Lithuanian'),
(2071, 'lt', 'hu', 'litván'),
(2072, 'lt', 'hy', 'Lithuanian'),
(2073, 'lt', 'id', 'Lithuanian'),
(2074, 'lt', 'is', 'Lithuanian'),
(2075, 'lt', 'it', 'Lituano'),
(2076, 'lt', 'ja', 'リトアニア語'),
(2077, 'lt', 'ko', '리투아니아어'),
(2078, 'lt', 'ku', 'Lithuanian'),
(2079, 'lt', 'la', 'Lithuanian'),
(2080, 'lt', 'lv', 'Lithuanian'),
(2081, 'lt', 'lt', 'Lithuanian'),
(2082, 'lt', 'mk', 'Lithuanian'),
(2083, 'lt', 'mt', 'Lithuanian'),
(2084, 'lt', 'mo', 'Lithuanian'),
(2085, 'lt', 'mn', 'Lithuanian'),
(2086, 'lt', 'ne', 'Lithuanian'),
(2087, 'lt', 'nl', 'Litouws'),
(2088, 'lt', 'nb', 'Lithuanian'),
(2089, 'lt', 'pa', 'Lithuanian'),
(2090, 'lt', 'pl', 'litewski'),
(2091, 'lt', 'pt-pt', 'Lituano'),
(2092, 'lt', 'pt-br', 'Lituano'),
(2093, 'lt', 'qu', 'Lithuanian'),
(2094, 'lt', 'ro', 'Lituaniană'),
(2095, 'lt', 'ru', 'Литовский'),
(2096, 'lt', 'sl', 'Lithuanian'),
(2097, 'lt', 'so', 'Lithuanian'),
(2098, 'lt', 'sq', 'Lithuanian'),
(2099, 'lt', 'sr', 'Lithuanian'),
(2100, 'lt', 'sv', 'Litauiska'),
(2101, 'lt', 'ta', 'Lithuanian'),
(2102, 'lt', 'th', 'ลิธัวเนีย'),
(2103, 'lt', 'tr', 'Litvanyaca'),
(2104, 'lt', 'uk', 'Lithuanian'),
(2105, 'lt', 'ur', 'Lithuanian'),
(2106, 'lt', 'uz', 'Lithuanian'),
(2107, 'lt', 'vi', 'Lithuanian'),
(2108, 'lt', 'yi', 'Lithuanian'),
(2109, 'lt', 'zh-hans', '立陶宛语'),
(2110, 'lt', 'zu', 'Lithuanian'),
(2111, 'lt', 'zh-hant', '立陶宛語'),
(2112, 'lt', 'ms', 'Lithuanian'),
(2113, 'mk', 'en', 'Macedonian'),
(2114, 'mk', 'es', 'Macedonio'),
(2115, 'mk', 'de', 'Mazedonisch'),
(2116, 'mk', 'fr', 'Macédonien'),
(2117, 'mk', 'ar', 'المقدونية'),
(2118, 'mk', 'bs', 'Macedonian'),
(2119, 'mk', 'bg', 'Macedonian'),
(2120, 'mk', 'ca', 'Macedonian'),
(2121, 'mk', 'cs', 'Macedonian'),
(2122, 'mk', 'sk', 'Macedónština'),
(2123, 'mk', 'cy', 'Macedonian'),
(2124, 'mk', 'da', 'Macedonian'),
(2125, 'mk', 'el', 'Μακεδονικο'),
(2126, 'mk', 'eo', 'Macedonian'),
(2127, 'mk', 'et', 'Macedonian'),
(2128, 'mk', 'eu', 'Macedonian'),
(2129, 'mk', 'fa', 'Macedonian'),
(2130, 'mk', 'fi', 'makedonia'),
(2131, 'mk', 'ga', 'Macedonian'),
(2132, 'mk', 'he', 'Macedonian'),
(2133, 'mk', 'hi', 'Macedonian'),
(2134, 'mk', 'hr', 'Macedonian'),
(2135, 'mk', 'hu', 'macedón'),
(2136, 'mk', 'hy', 'Macedonian'),
(2137, 'mk', 'id', 'Macedonian'),
(2138, 'mk', 'is', 'Macedonian'),
(2139, 'mk', 'it', 'Macedone'),
(2140, 'mk', 'ja', 'マケドニア語'),
(2141, 'mk', 'ko', '마케도니아어'),
(2142, 'mk', 'ku', 'Macedonian'),
(2143, 'mk', 'la', 'Macedonian'),
(2144, 'mk', 'lv', 'Macedonian'),
(2145, 'mk', 'lt', 'Macedonian'),
(2146, 'mk', 'mk', 'Macedonian'),
(2147, 'mk', 'mt', 'Macedonian'),
(2148, 'mk', 'mo', 'Macedonian'),
(2149, 'mk', 'mn', 'Macedonian'),
(2150, 'mk', 'ne', 'Macedonian'),
(2151, 'mk', 'nl', 'Macedonisch'),
(2152, 'mk', 'nb', 'Macedonian'),
(2153, 'mk', 'pa', 'Macedonian'),
(2154, 'mk', 'pl', 'macedoński'),
(2155, 'mk', 'pt-pt', 'Macedônio'),
(2156, 'mk', 'pt-br', 'Macedônio'),
(2157, 'mk', 'qu', 'Macedonian'),
(2158, 'mk', 'ro', 'Macedoniană'),
(2159, 'mk', 'ru', 'Македонский'),
(2160, 'mk', 'sl', 'Macedonian'),
(2161, 'mk', 'so', 'Macedonian'),
(2162, 'mk', 'sq', 'Macedonian'),
(2163, 'mk', 'sr', 'Macedonian'),
(2164, 'mk', 'sv', 'Makedonska'),
(2165, 'mk', 'ta', 'Macedonian'),
(2166, 'mk', 'th', 'มาซิโดเนีย'),
(2167, 'mk', 'tr', 'Makedonyaca'),
(2168, 'mk', 'uk', 'Macedonian'),
(2169, 'mk', 'ur', 'Macedonian'),
(2170, 'mk', 'uz', 'Macedonian'),
(2171, 'mk', 'vi', 'Macedonian'),
(2172, 'mk', 'yi', 'Macedonian'),
(2173, 'mk', 'zh-hans', '马其顿语'),
(2174, 'mk', 'zu', 'Macedonian'),
(2175, 'mk', 'zh-hant', '馬其頓語'),
(2176, 'mk', 'ms', 'Macedonian'),
(2177, 'mt', 'en', 'Maltese'),
(2178, 'mt', 'es', 'Maltés'),
(2179, 'mt', 'de', 'Maltesisch'),
(2180, 'mt', 'fr', 'Maltais'),
(2181, 'mt', 'ar', 'المالطية'),
(2182, 'mt', 'bs', 'Maltese'),
(2183, 'mt', 'bg', 'Maltese'),
(2184, 'mt', 'ca', 'Maltese'),
(2185, 'mt', 'cs', 'Maltese'),
(2186, 'mt', 'sk', 'Maltézština'),
(2187, 'mt', 'cy', 'Maltese'),
(2188, 'mt', 'da', 'Maltese'),
(2189, 'mt', 'el', 'Μαλτεζικα'),
(2190, 'mt', 'eo', 'Maltese'),
(2191, 'mt', 'et', 'Maltese'),
(2192, 'mt', 'eu', 'Maltese'),
(2193, 'mt', 'fa', 'Maltese'),
(2194, 'mt', 'fi', 'malta'),
(2195, 'mt', 'ga', 'Maltese'),
(2196, 'mt', 'he', 'Maltese'),
(2197, 'mt', 'hi', 'Maltese'),
(2198, 'mt', 'hr', 'Maltese'),
(2199, 'mt', 'hu', 'máltai'),
(2200, 'mt', 'hy', 'Maltese'),
(2201, 'mt', 'id', 'Maltese'),
(2202, 'mt', 'is', 'Maltese'),
(2203, 'mt', 'it', 'Maltese'),
(2204, 'mt', 'ja', 'マルタ語'),
(2205, 'mt', 'ko', '몰타어'),
(2206, 'mt', 'ku', 'Maltese'),
(2207, 'mt', 'la', 'Maltese'),
(2208, 'mt', 'lv', 'Maltese'),
(2209, 'mt', 'lt', 'Maltese'),
(2210, 'mt', 'mk', 'Maltese'),
(2211, 'mt', 'mt', 'Maltese'),
(2212, 'mt', 'mo', 'Maltese'),
(2213, 'mt', 'mn', 'Maltese'),
(2214, 'mt', 'ne', 'Maltese'),
(2215, 'mt', 'nl', 'Maltees'),
(2216, 'mt', 'nb', 'Maltese'),
(2217, 'mt', 'pa', 'Maltese'),
(2218, 'mt', 'pl', 'maltański'),
(2219, 'mt', 'pt-pt', 'Maltês'),
(2220, 'mt', 'pt-br', 'Maltês'),
(2221, 'mt', 'qu', 'Maltese'),
(2222, 'mt', 'ro', 'Malteză'),
(2223, 'mt', 'ru', 'Мальтийский'),
(2224, 'mt', 'sl', 'Maltese'),
(2225, 'mt', 'so', 'Maltese'),
(2226, 'mt', 'sq', 'Maltese'),
(2227, 'mt', 'sr', 'Maltese'),
(2228, 'mt', 'sv', 'Maltesiska'),
(2229, 'mt', 'ta', 'Maltese'),
(2230, 'mt', 'th', 'มอลทีส'),
(2231, 'mt', 'tr', 'Malta dili'),
(2232, 'mt', 'uk', 'Maltese'),
(2233, 'mt', 'ur', 'Maltese'),
(2234, 'mt', 'uz', 'Maltese'),
(2235, 'mt', 'vi', 'Maltese'),
(2236, 'mt', 'yi', 'Maltese'),
(2237, 'mt', 'zh-hans', '马耳他语'),
(2238, 'mt', 'zu', 'Maltese'),
(2239, 'mt', 'zh-hant', '馬爾他語'),
(2240, 'mt', 'ms', 'Maltese'),
(2241, 'mo', 'en', 'Moldavian'),
(2242, 'mo', 'es', 'Moldavo'),
(2243, 'mo', 'de', 'Moldavisch'),
(2244, 'mo', 'fr', 'Moldave'),
(2245, 'mo', 'ar', 'المولدوفية'),
(2246, 'mo', 'bs', 'Moldavian'),
(2247, 'mo', 'bg', 'Moldavian'),
(2248, 'mo', 'ca', 'Moldavian'),
(2249, 'mo', 'cs', 'Moldavian'),
(2250, 'mo', 'sk', 'Moldavčina'),
(2251, 'mo', 'cy', 'Moldavian'),
(2252, 'mo', 'da', 'Moldavian'),
(2253, 'mo', 'el', 'Μολδαβικα'),
(2254, 'mo', 'eo', 'Moldavian'),
(2255, 'mo', 'et', 'Moldavian'),
(2256, 'mo', 'eu', 'Moldavian'),
(2257, 'mo', 'fa', 'Moldavian'),
(2258, 'mo', 'fi', 'moldavia'),
(2259, 'mo', 'ga', 'Moldavian'),
(2260, 'mo', 'he', 'Moldavian'),
(2261, 'mo', 'hi', 'Moldavian'),
(2262, 'mo', 'hr', 'Moldavian'),
(2263, 'mo', 'hu', 'moldovai'),
(2264, 'mo', 'hy', 'Moldavian'),
(2265, 'mo', 'id', 'Moldavian'),
(2266, 'mo', 'is', 'Moldavian'),
(2267, 'mo', 'it', 'Moldavo'),
(2268, 'mo', 'ja', 'モルダビア語'),
(2269, 'mo', 'ko', '몰다비아어'),
(2270, 'mo', 'ku', 'Moldavian'),
(2271, 'mo', 'la', 'Moldavian'),
(2272, 'mo', 'lv', 'Moldavian'),
(2273, 'mo', 'lt', 'Moldavian'),
(2274, 'mo', 'mk', 'Moldavian'),
(2275, 'mo', 'mt', 'Moldavian'),
(2276, 'mo', 'mo', 'Moldavian'),
(2277, 'mo', 'mn', 'Moldavian'),
(2278, 'mo', 'ne', 'Moldavian'),
(2279, 'mo', 'nl', 'Moldavisch'),
(2280, 'mo', 'nb', 'Moldavian'),
(2281, 'mo', 'pa', 'Moldavian'),
(2282, 'mo', 'pl', 'mołdawski'),
(2283, 'mo', 'pt-pt', 'Moldavo'),
(2284, 'mo', 'pt-br', 'Moldavo'),
(2285, 'mo', 'qu', 'Moldavian'),
(2286, 'mo', 'ro', 'Moldoveană'),
(2287, 'mo', 'ru', 'Молдавский'),
(2288, 'mo', 'sl', 'Moldavian'),
(2289, 'mo', 'so', 'Moldavian'),
(2290, 'mo', 'sq', 'Moldavian'),
(2291, 'mo', 'sr', 'Moldavian'),
(2292, 'mo', 'sv', 'Moldaviska'),
(2293, 'mo', 'ta', 'Moldavian'),
(2294, 'mo', 'th', 'มอลดาเวียน'),
(2295, 'mo', 'tr', 'Moldovyaca'),
(2296, 'mo', 'uk', 'Moldavian'),
(2297, 'mo', 'ur', 'Moldavian'),
(2298, 'mo', 'uz', 'Moldavian'),
(2299, 'mo', 'vi', 'Moldavian'),
(2300, 'mo', 'yi', 'Moldavian'),
(2301, 'mo', 'zh-hans', '摩尔达维亚语'),
(2302, 'mo', 'zu', 'Moldavian'),
(2303, 'mo', 'zh-hant', '摩爾達維亞語'),
(2304, 'mo', 'ms', 'Moldavian'),
(2305, 'mn', 'en', 'Mongolian'),
(2306, 'mn', 'es', 'Mongol'),
(2307, 'mn', 'de', 'Mongolisch'),
(2308, 'mn', 'fr', 'Mongol'),
(2309, 'mn', 'ar', 'المنغولية'),
(2310, 'mn', 'bs', 'Mongolian'),
(2311, 'mn', 'bg', 'Mongolian'),
(2312, 'mn', 'ca', 'Mongolian'),
(2313, 'mn', 'cs', 'Mongolian'),
(2314, 'mn', 'sk', 'Mongolština'),
(2315, 'mn', 'cy', 'Mongolian'),
(2316, 'mn', 'da', 'Mongolian'),
(2317, 'mn', 'el', 'Μογγολικα'),
(2318, 'mn', 'eo', 'Mongolian'),
(2319, 'mn', 'et', 'Mongolian'),
(2320, 'mn', 'eu', 'Mongolian'),
(2321, 'mn', 'fa', 'Mongolian'),
(2322, 'mn', 'fi', 'mongoli'),
(2323, 'mn', 'ga', 'Mongolian'),
(2324, 'mn', 'he', 'Mongolian'),
(2325, 'mn', 'hi', 'Mongolian'),
(2326, 'mn', 'hr', 'Mongolian'),
(2327, 'mn', 'hu', 'mongol'),
(2328, 'mn', 'hy', 'Mongolian'),
(2329, 'mn', 'id', 'Mongolian'),
(2330, 'mn', 'is', 'Mongolian'),
(2331, 'mn', 'it', 'Mongolo'),
(2332, 'mn', 'ja', 'モンゴル語'),
(2333, 'mn', 'ko', '몽골어'),
(2334, 'mn', 'ku', 'Mongolian'),
(2335, 'mn', 'la', 'Mongolian'),
(2336, 'mn', 'lv', 'Mongolian'),
(2337, 'mn', 'lt', 'Mongolian'),
(2338, 'mn', 'mk', 'Mongolian'),
(2339, 'mn', 'mt', 'Mongolian'),
(2340, 'mn', 'mo', 'Mongolian'),
(2341, 'mn', 'mn', 'Mongolian'),
(2342, 'mn', 'ne', 'Mongolian'),
(2343, 'mn', 'nl', 'Mongools'),
(2344, 'mn', 'nb', 'Mongolian'),
(2345, 'mn', 'pa', 'Mongolian'),
(2346, 'mn', 'pl', 'mongolski'),
(2347, 'mn', 'pt-pt', 'Mongolian'),
(2348, 'mn', 'pt-br', 'Mongolian'),
(2349, 'mn', 'qu', 'Mongolian'),
(2350, 'mn', 'ro', 'Mongoleză'),
(2351, 'mn', 'ru', 'Монгольский'),
(2352, 'mn', 'sl', 'Mongolian'),
(2353, 'mn', 'so', 'Mongolian'),
(2354, 'mn', 'sq', 'Mongolian'),
(2355, 'mn', 'sr', 'Mongolian'),
(2356, 'mn', 'sv', 'Mongoliska'),
(2357, 'mn', 'ta', 'Mongolian'),
(2358, 'mn', 'th', 'มองโกเลีย'),
(2359, 'mn', 'tr', 'Mongolca'),
(2360, 'mn', 'uk', 'Mongolian'),
(2361, 'mn', 'ur', 'Mongolian'),
(2362, 'mn', 'uz', 'Mongolian'),
(2363, 'mn', 'vi', 'Mongolian'),
(2364, 'mn', 'yi', 'Mongolian'),
(2365, 'mn', 'zh-hans', '蒙古语'),
(2366, 'mn', 'zu', 'Mongolian'),
(2367, 'mn', 'zh-hant', '蒙古語'),
(2368, 'mn', 'ms', 'Mongolian'),
(2369, 'ne', 'en', 'Nepali'),
(2370, 'ne', 'es', 'Nepalí'),
(2371, 'ne', 'de', 'Nepali'),
(2372, 'ne', 'fr', 'Népalais'),
(2373, 'ne', 'ar', 'النيبالية'),
(2374, 'ne', 'bs', 'Nepali'),
(2375, 'ne', 'bg', 'Nepali'),
(2376, 'ne', 'ca', 'Nepali'),
(2377, 'ne', 'cs', 'Nepali'),
(2378, 'ne', 'sk', 'Nepálčina'),
(2379, 'ne', 'cy', 'Nepali'),
(2380, 'ne', 'da', 'Nepali'),
(2381, 'ne', 'el', 'Νεπαλι'),
(2382, 'ne', 'eo', 'Nepali'),
(2383, 'ne', 'et', 'Nepali'),
(2384, 'ne', 'eu', 'Nepali'),
(2385, 'ne', 'fa', 'Nepali'),
(2386, 'ne', 'fi', 'nepali'),
(2387, 'ne', 'ga', 'Nepali'),
(2388, 'ne', 'he', 'Nepali'),
(2389, 'ne', 'hi', 'Nepali'),
(2390, 'ne', 'hr', 'Nepali'),
(2391, 'ne', 'hu', 'nepáli'),
(2392, 'ne', 'hy', 'Nepali'),
(2393, 'ne', 'id', 'Nepali'),
(2394, 'ne', 'is', 'Nepali'),
(2395, 'ne', 'it', 'Nepalese'),
(2396, 'ne', 'ja', 'ネパール語'),
(2397, 'ne', 'ko', '네팔어'),
(2398, 'ne', 'ku', 'Nepali'),
(2399, 'ne', 'la', 'Nepali'),
(2400, 'ne', 'lv', 'Nepali'),
(2401, 'ne', 'lt', 'Nepali'),
(2402, 'ne', 'mk', 'Nepali'),
(2403, 'ne', 'mt', 'Nepali'),
(2404, 'ne', 'mo', 'Nepali'),
(2405, 'ne', 'mn', 'Nepali'),
(2406, 'ne', 'ne', 'Nepali'),
(2407, 'ne', 'nl', 'Nepalees'),
(2408, 'ne', 'nb', 'Nepali'),
(2409, 'ne', 'pa', 'Nepali'),
(2410, 'ne', 'pl', 'nepalski'),
(2411, 'ne', 'pt-pt', 'Nepali'),
(2412, 'ne', 'pt-br', 'Nepali'),
(2413, 'ne', 'qu', 'Nepali'),
(2414, 'ne', 'ro', 'Nepaleză'),
(2415, 'ne', 'ru', 'Непальский'),
(2416, 'ne', 'sl', 'Nepali'),
(2417, 'ne', 'so', 'Nepali'),
(2418, 'ne', 'sq', 'Nepali'),
(2419, 'ne', 'sr', 'Nepali'),
(2420, 'ne', 'sv', 'Nepalesiska'),
(2421, 'ne', 'ta', 'Nepali'),
(2422, 'ne', 'th', 'เนปาล'),
(2423, 'ne', 'tr', 'Nepal dili'),
(2424, 'ne', 'uk', 'Nepali'),
(2425, 'ne', 'ur', 'Nepali'),
(2426, 'ne', 'uz', 'Nepali'),
(2427, 'ne', 'vi', 'Nepali'),
(2428, 'ne', 'yi', 'Nepali'),
(2429, 'ne', 'zh-hans', '尼泊尔语'),
(2430, 'ne', 'zu', 'Nepali'),
(2431, 'ne', 'zh-hant', '尼泊爾語'),
(2432, 'ne', 'ms', 'Nepali'),
(2433, 'nl', 'en', 'Dutch'),
(2434, 'nl', 'es', 'Holandés'),
(2435, 'nl', 'de', 'Holländisch'),
(2436, 'nl', 'fr', 'Néerlandais'),
(2437, 'nl', 'ar', 'الهولندية'),
(2438, 'nl', 'bs', 'Dutch'),
(2439, 'nl', 'bg', 'Dutch'),
(2440, 'nl', 'ca', 'Dutch'),
(2441, 'nl', 'cs', 'Dutch'),
(2442, 'nl', 'sk', 'Holandčina'),
(2443, 'nl', 'cy', 'Dutch'),
(2444, 'nl', 'da', 'Dutch'),
(2445, 'nl', 'el', 'Ολλανδικα'),
(2446, 'nl', 'eo', 'Dutch'),
(2447, 'nl', 'et', 'Dutch'),
(2448, 'nl', 'eu', 'Dutch'),
(2449, 'nl', 'fa', 'Dutch'),
(2450, 'nl', 'fi', 'hollanti'),
(2451, 'nl', 'ga', 'Dutch'),
(2452, 'nl', 'he', 'הולנדית'),
(2453, 'nl', 'hi', 'Dutch'),
(2454, 'nl', 'hr', 'Dutch'),
(2455, 'nl', 'hu', 'holland'),
(2456, 'nl', 'hy', 'Dutch'),
(2457, 'nl', 'id', 'Dutch'),
(2458, 'nl', 'is', 'Dutch'),
(2459, 'nl', 'it', 'Neerlandese'),
(2460, 'nl', 'ja', 'オランダ語'),
(2461, 'nl', 'ko', '화란어'),
(2462, 'nl', 'ku', 'Dutch'),
(2463, 'nl', 'la', 'Dutch'),
(2464, 'nl', 'lv', 'Dutch'),
(2465, 'nl', 'lt', 'Dutch'),
(2466, 'nl', 'mk', 'Dutch'),
(2467, 'nl', 'mt', 'Dutch'),
(2468, 'nl', 'mo', 'Dutch'),
(2469, 'nl', 'mn', 'Dutch'),
(2470, 'nl', 'ne', 'Dutch'),
(2471, 'nl', 'nl', 'Nederlands'),
(2472, 'nl', 'nb', 'Dutch'),
(2473, 'nl', 'pa', 'Dutch'),
(2474, 'nl', 'pl', 'holenderski'),
(2475, 'nl', 'pt-pt', 'Holandês'),
(2476, 'nl', 'pt-br', 'Holandês'),
(2477, 'nl', 'qu', 'Dutch'),
(2478, 'nl', 'ro', 'Olaneză'),
(2479, 'nl', 'ru', 'Голландский'),
(2480, 'nl', 'sl', 'Dutch'),
(2481, 'nl', 'so', 'Dutch'),
(2482, 'nl', 'sq', 'Dutch'),
(2483, 'nl', 'sr', 'Dutch'),
(2484, 'nl', 'sv', 'Nederländska'),
(2485, 'nl', 'ta', 'Dutch'),
(2486, 'nl', 'th', 'ดัตช์'),
(2487, 'nl', 'tr', 'Hollandaca'),
(2488, 'nl', 'uk', 'Dutch'),
(2489, 'nl', 'ur', 'Dutch'),
(2490, 'nl', 'uz', 'Dutch'),
(2491, 'nl', 'vi', 'Dutch'),
(2492, 'nl', 'yi', 'Dutch'),
(2493, 'nl', 'zh-hans', '荷兰语'),
(2494, 'nl', 'zu', 'Dutch'),
(2495, 'nl', 'zh-hant', '荷蘭語'),
(2496, 'nl', 'ms', 'Dutch'),
(2497, 'nb', 'en', 'Norwegian Bokmål'),
(2498, 'nb', 'es', 'Bokmål'),
(2499, 'nb', 'de', 'Norwegisch (Buchsprache)'),
(2500, 'nb', 'fr', 'Norvégien Bokmål'),
(2501, 'nb', 'ar', 'البوكمالية النرويجية'),
(2502, 'nb', 'bs', 'Norwegian Bokmål'),
(2503, 'nb', 'bg', 'Norwegian Bokmål'),
(2504, 'nb', 'ca', 'Norwegian Bokmål'),
(2505, 'nb', 'cs', 'Norwegian Bokmål'),
(2506, 'nb', 'sk', 'Nórsky jazyk Bokmål'),
(2507, 'nb', 'cy', 'Norwegian Bokmål'),
(2508, 'nb', 'da', 'Norwegian Bokmål'),
(2509, 'nb', 'el', 'Νορβηγικα'),
(2510, 'nb', 'eo', 'Norwegian Bokmål'),
(2511, 'nb', 'et', 'Norwegian Bokmål'),
(2512, 'nb', 'eu', 'Norwegian Bokmål'),
(2513, 'nb', 'fa', 'Norwegian Bokmål'),
(2514, 'nb', 'fi', 'kirjanorja'),
(2515, 'nb', 'ga', 'Norwegian Bokmål'),
(2516, 'nb', 'he', 'נורווגית'),
(2517, 'nb', 'hi', 'Norwegian Bokmål'),
(2518, 'nb', 'hr', 'Norwegian Bokmål'),
(2519, 'nb', 'hu', 'norvég bokmål'),
(2520, 'nb', 'hy', 'Norwegian Bokmål'),
(2521, 'nb', 'id', 'Norwegian Bokmål'),
(2522, 'nb', 'is', 'Norwegian Bokmål'),
(2523, 'nb', 'it', 'Norvegese Bokmål'),
(2524, 'nb', 'ja', 'ノルウェー・ブークモール'),
(2525, 'nb', 'ko', '노르웨이 보크말어'),
(2526, 'nb', 'ku', 'Norwegian Bokmål'),
(2527, 'nb', 'la', 'Norwegian Bokmål'),
(2528, 'nb', 'lv', 'Norwegian Bokmål'),
(2529, 'nb', 'lt', 'Norwegian Bokmål'),
(2530, 'nb', 'mk', 'Norwegian Bokmål'),
(2531, 'nb', 'mt', 'Norwegian Bokmål'),
(2532, 'nb', 'mo', 'Norwegian Bokmål'),
(2533, 'nb', 'mn', 'Norwegian Bokmål'),
(2534, 'nb', 'ne', 'Norwegian Bokmål'),
(2535, 'nb', 'nl', 'Noors Bokmål'),
(2536, 'nb', 'nb', 'Norwegian Bokmål'),
(2537, 'nb', 'pa', 'Norwegian Bokmål'),
(2538, 'nb', 'pl', 'norweski bokmål'),
(2539, 'nb', 'pt-pt', 'Norueguês'),
(2540, 'nb', 'pt-br', 'Norueguês'),
(2541, 'nb', 'qu', 'Norwegian Bokmål'),
(2542, 'nb', 'ro', 'Bokmål (norvegiană)'),
(2543, 'nb', 'ru', 'Норвежский букмол'),
(2544, 'nb', 'sl', 'Norwegian Bokmål'),
(2545, 'nb', 'so', 'Norwegian Bokmål'),
(2546, 'nb', 'sq', 'Norwegian Bokmål'),
(2547, 'nb', 'sr', 'Norwegian Bokmål'),
(2548, 'nb', 'sv', 'Norskt Bokmål'),
(2549, 'nb', 'ta', 'Norwegian Bokmål'),
(2550, 'nb', 'th', 'นอร์วิเจียนบอกมาล'),
(2551, 'nb', 'tr', 'Bokmal Norveç dili'),
(2552, 'nb', 'uk', 'Norwegian Bokmål'),
(2553, 'nb', 'ur', 'Norwegian Bokmål'),
(2554, 'nb', 'uz', 'Norwegian Bokmål'),
(2555, 'nb', 'vi', 'Norwegian Bokmål'),
(2556, 'nb', 'yi', 'Norwegian Bokmål'),
(2557, 'nb', 'zh-hans', '挪威布克莫尔语'),
(2558, 'nb', 'zu', 'Norwegian Bokmål'),
(2559, 'nb', 'zh-hant', '挪威布克莫爾語'),
(2560, 'nb', 'ms', 'Norwegian Bokmål'),
(2561, 'pa', 'en', 'Punjabi'),
(2562, 'pa', 'es', 'Panyabí'),
(2563, 'pa', 'de', 'Pandschabi'),
(2564, 'pa', 'fr', 'Panjabi'),
(2565, 'pa', 'ar', 'البنجابية'),
(2566, 'pa', 'bs', 'Punjabi'),
(2567, 'pa', 'bg', 'Punjabi'),
(2568, 'pa', 'ca', 'Punjabi'),
(2569, 'pa', 'cs', 'Punjabi'),
(2570, 'pa', 'sk', 'Pandžábčina'),
(2571, 'pa', 'cy', 'Punjabi'),
(2572, 'pa', 'da', 'Punjabi'),
(2573, 'pa', 'el', 'Panjabi'),
(2574, 'pa', 'eo', 'Punjabi'),
(2575, 'pa', 'et', 'Punjabi'),
(2576, 'pa', 'eu', 'Punjabi'),
(2577, 'pa', 'fa', 'Punjabi'),
(2578, 'pa', 'fi', 'pandzabi'),
(2579, 'pa', 'ga', 'Punjabi'),
(2580, 'pa', 'he', 'Punjabi'),
(2581, 'pa', 'hi', 'Punjabi'),
(2582, 'pa', 'hr', 'Punjabi'),
(2583, 'pa', 'hu', 'pandzsábi'),
(2584, 'pa', 'hy', 'Punjabi'),
(2585, 'pa', 'id', 'Punjabi'),
(2586, 'pa', 'is', 'Punjabi'),
(2587, 'pa', 'it', 'Panjabi'),
(2588, 'pa', 'ja', 'パンジャーブ語'),
(2589, 'pa', 'ko', '펀자브어'),
(2590, 'pa', 'ku', 'Punjabi'),
(2591, 'pa', 'la', 'Punjabi'),
(2592, 'pa', 'lv', 'Punjabi'),
(2593, 'pa', 'lt', 'Punjabi'),
(2594, 'pa', 'mk', 'Punjabi'),
(2595, 'pa', 'mt', 'Punjabi'),
(2596, 'pa', 'mo', 'Punjabi'),
(2597, 'pa', 'mn', 'Punjabi'),
(2598, 'pa', 'ne', 'Punjabi'),
(2599, 'pa', 'nl', 'Punjabi'),
(2600, 'pa', 'nb', 'Punjabi'),
(2601, 'pa', 'pa', 'Punjabi'),
(2602, 'pa', 'pl', 'pendżabi'),
(2603, 'pa', 'pt-pt', 'Panjabi'),
(2604, 'pa', 'pt-br', 'Panjabi'),
(2605, 'pa', 'qu', 'Punjabi'),
(2606, 'pa', 'ro', 'Punjabi'),
(2607, 'pa', 'ru', 'Панджаби'),
(2608, 'pa', 'sl', 'Punjabi'),
(2609, 'pa', 'so', 'Punjabi'),
(2610, 'pa', 'sq', 'Punjabi'),
(2611, 'pa', 'sr', 'Punjabi'),
(2612, 'pa', 'sv', 'Punjabi'),
(2613, 'pa', 'ta', 'Punjabi'),
(2614, 'pa', 'th', 'ปัญจาบ'),
(2615, 'pa', 'tr', 'Pencapça'),
(2616, 'pa', 'uk', 'Punjabi'),
(2617, 'pa', 'ur', 'Punjabi'),
(2618, 'pa', 'uz', 'Punjabi'),
(2619, 'pa', 'vi', 'Punjabi'),
(2620, 'pa', 'yi', 'Punjabi'),
(2621, 'pa', 'zh-hans', '旁遮普语'),
(2622, 'pa', 'zu', 'Punjabi'),
(2623, 'pa', 'zh-hant', '旁遮普語'),
(2624, 'pa', 'ms', 'Punjabi'),
(2625, 'pl', 'en', 'Polish'),
(2626, 'pl', 'es', 'Polaco'),
(2627, 'pl', 'de', 'Polnisch'),
(2628, 'pl', 'fr', 'Polonais'),
(2629, 'pl', 'ar', 'البولندية'),
(2630, 'pl', 'bs', 'Polish'),
(2631, 'pl', 'bg', 'Polish'),
(2632, 'pl', 'ca', 'Polish'),
(2633, 'pl', 'cs', 'Polish'),
(2634, 'pl', 'sk', 'Polština'),
(2635, 'pl', 'cy', 'Polish'),
(2636, 'pl', 'da', 'Polish'),
(2637, 'pl', 'el', 'Πολωνικα'),
(2638, 'pl', 'eo', 'Polish'),
(2639, 'pl', 'et', 'Polish'),
(2640, 'pl', 'eu', 'Polish'),
(2641, 'pl', 'fa', 'Polish'),
(2642, 'pl', 'fi', 'puola'),
(2643, 'pl', 'ga', 'Polish'),
(2644, 'pl', 'he', 'פולנית'),
(2645, 'pl', 'hi', 'Polish'),
(2646, 'pl', 'hr', 'Polish'),
(2647, 'pl', 'hu', 'lengyel'),
(2648, 'pl', 'hy', 'Polish'),
(2649, 'pl', 'id', 'Polish'),
(2650, 'pl', 'is', 'Polish'),
(2651, 'pl', 'it', 'Polacco'),
(2652, 'pl', 'ja', 'ポーランド語'),
(2653, 'pl', 'ko', '폴란드어'),
(2654, 'pl', 'ku', 'Polish'),
(2655, 'pl', 'la', 'Polish'),
(2656, 'pl', 'lv', 'Polish'),
(2657, 'pl', 'lt', 'Polish'),
(2658, 'pl', 'mk', 'Polish'),
(2659, 'pl', 'mt', 'Polish'),
(2660, 'pl', 'mo', 'Polish'),
(2661, 'pl', 'mn', 'Polish'),
(2662, 'pl', 'ne', 'Polish'),
(2663, 'pl', 'nl', 'Pools'),
(2664, 'pl', 'nb', 'Polish'),
(2665, 'pl', 'pa', 'Polish'),
(2666, 'pl', 'pl', 'polski'),
(2667, 'pl', 'pt-pt', 'Polonês'),
(2668, 'pl', 'pt-br', 'Polonês'),
(2669, 'pl', 'qu', 'Polish'),
(2670, 'pl', 'ro', 'Poloneză'),
(2671, 'pl', 'ru', 'Польский'),
(2672, 'pl', 'sl', 'Polish'),
(2673, 'pl', 'so', 'Polish'),
(2674, 'pl', 'sq', 'Polish'),
(2675, 'pl', 'sr', 'Polish'),
(2676, 'pl', 'sv', 'Polska'),
(2677, 'pl', 'ta', 'Polish'),
(2678, 'pl', 'th', 'โปแลนด์'),
(2679, 'pl', 'tr', 'Polonyaca'),
(2680, 'pl', 'uk', 'Polish'),
(2681, 'pl', 'ur', 'Polish'),
(2682, 'pl', 'uz', 'Polish'),
(2683, 'pl', 'vi', 'Polish'),
(2684, 'pl', 'yi', 'Polish'),
(2685, 'pl', 'zh-hans', '波兰语'),
(2686, 'pl', 'zu', 'Polish'),
(2687, 'pl', 'zh-hant', '波蘭語'),
(2688, 'pl', 'ms', 'Polish'),
(2689, 'pt-pt', 'en', 'Portuguese (Portugal)'),
(2690, 'pt-pt', 'es', 'Portugués, Portugal'),
(2691, 'pt-pt', 'de', 'Portugiesisch, Portugal'),
(2692, 'pt-pt', 'fr', 'Portugais - du Portugal'),
(2693, 'pt-pt', 'ar', 'البرتغالية ، البرتغال'),
(2694, 'pt-pt', 'bs', 'Portuguese, Portugal'),
(2695, 'pt-pt', 'bg', 'Portuguese, Portugal'),
(2696, 'pt-pt', 'ca', 'Portuguese, Portugal'),
(2697, 'pt-pt', 'cs', 'Portuguese, Portugal'),
(2698, 'pt-pt', 'sk', 'Portugalština'),
(2699, 'pt-pt', 'cy', 'Portuguese, Portugal'),
(2700, 'pt-pt', 'da', 'Portuguese, Portugal'),
(2701, 'pt-pt', 'el', 'Πορτογαλικα'),
(2702, 'pt-pt', 'eo', 'Portuguese, Portugal'),
(2703, 'pt-pt', 'et', 'Portuguese, Portugal'),
(2704, 'pt-pt', 'eu', 'Portuguese, Portugal'),
(2705, 'pt-pt', 'fa', 'Portuguese, Portugal'),
(2706, 'pt-pt', 'fi', 'portugali'),
(2707, 'pt-pt', 'ga', 'Portuguese, Portugal'),
(2708, 'pt-pt', 'he', 'פורטוגזית'),
(2709, 'pt-pt', 'hi', 'Portuguese, Portugal'),
(2710, 'pt-pt', 'hr', 'Portuguese, Portugal'),
(2711, 'pt-pt', 'hu', 'portugál'),
(2712, 'pt-pt', 'hy', 'Portuguese, Portugal'),
(2713, 'pt-pt', 'id', 'Portuguese, Portugal'),
(2714, 'pt-pt', 'is', 'Portuguese, Portugal'),
(2715, 'pt-pt', 'it', 'Portoghese, Portogallo'),
(2716, 'pt-pt', 'ja', 'ポルトガル語'),
(2717, 'pt-pt', 'ko', '포르투갈 포르투갈어'),
(2718, 'pt-pt', 'ku', 'Portuguese, Portugal'),
(2719, 'pt-pt', 'la', 'Portuguese, Portugal'),
(2720, 'pt-pt', 'lv', 'Portuguese, Portugal'),
(2721, 'pt-pt', 'lt', 'Portuguese, Portugal'),
(2722, 'pt-pt', 'mk', 'Portuguese, Portugal'),
(2723, 'pt-pt', 'mt', 'Portuguese, Portugal'),
(2724, 'pt-pt', 'mo', 'Portuguese, Portugal'),
(2725, 'pt-pt', 'mn', 'Portuguese, Portugal'),
(2726, 'pt-pt', 'ne', 'Portuguese, Portugal'),
(2727, 'pt-pt', 'nl', 'Portugees, Portugal'),
(2728, 'pt-pt', 'nb', 'Portuguese, Portugal'),
(2729, 'pt-pt', 'pa', 'Portuguese, Portugal'),
(2730, 'pt-pt', 'pl', 'portugalski, Portugalia'),
(2731, 'pt-pt', 'pt-pt', 'Português'),
(2732, 'pt-pt', 'pt-br', 'Português'),
(2733, 'pt-pt', 'qu', 'Portuguese, Portugal'),
(2734, 'pt-pt', 'ro', 'Portugheză (Portugalia)'),
(2735, 'pt-pt', 'ru', 'Португальский, Португалия'),
(2736, 'pt-pt', 'sl', 'Portuguese, Portugal'),
(2737, 'pt-pt', 'so', 'Portuguese, Portugal'),
(2738, 'pt-pt', 'sq', 'Portuguese, Portugal'),
(2739, 'pt-pt', 'sr', 'Portuguese, Portugal'),
(2740, 'pt-pt', 'sv', 'Portugisiska, Portugal'),
(2741, 'pt-pt', 'ta', 'Portuguese, Portugal'),
(2742, 'pt-pt', 'th', 'โปรตุเกส'),
(2743, 'pt-pt', 'tr', 'Portekizce, Portekiz'),
(2744, 'pt-pt', 'uk', 'Portuguese, Portugal'),
(2745, 'pt-pt', 'ur', 'Portuguese, Portugal'),
(2746, 'pt-pt', 'uz', 'Portuguese, Portugal'),
(2747, 'pt-pt', 'vi', 'Portuguese, Portugal'),
(2748, 'pt-pt', 'yi', 'Portuguese, Portugal'),
(2749, 'pt-pt', 'zh-hans', '葡萄牙语（葡萄牙）'),
(2750, 'pt-pt', 'zu', 'Portuguese, Portugal'),
(2751, 'pt-pt', 'zh-hant', '葡萄牙語（葡萄牙）'),
(2752, 'pt-pt', 'ms', 'Portuguese, Portugal'),
(2753, 'pt-br', 'en', 'Portuguese (Brazil)'),
(2754, 'pt-br', 'es', 'Portugués, Brasil'),
(2755, 'pt-br', 'de', 'Portugiesisch, Brasilien'),
(2756, 'pt-br', 'fr', 'Portugais - du Brésil'),
(2757, 'pt-br', 'ar', 'البرتغالية ،البرازيل'),
(2758, 'pt-br', 'bs', 'Portuguese, Brazil'),
(2759, 'pt-br', 'bg', 'Portuguese, Brazil'),
(2760, 'pt-br', 'ca', 'Portuguese, Brazil'),
(2761, 'pt-br', 'cs', 'Portuguese, Brazil'),
(2762, 'pt-br', 'sk', 'Brazílska Portugalština'),
(2763, 'pt-br', 'cy', 'Portuguese, Brazil'),
(2764, 'pt-br', 'da', 'Portuguese, Brazil'),
(2765, 'pt-br', 'el', 'Πορτογαλικα'),
(2766, 'pt-br', 'eo', 'Portuguese, Brazil'),
(2767, 'pt-br', 'et', 'Portuguese, Brazil'),
(2768, 'pt-br', 'eu', 'Portuguese, Brazil'),
(2769, 'pt-br', 'fa', 'Portuguese, Brazil'),
(2770, 'pt-br', 'fi', 'Brasilian portugali'),
(2771, 'pt-br', 'ga', 'Portuguese, Brazil'),
(2772, 'pt-br', 'he', 'פורטוגזית'),
(2773, 'pt-br', 'hi', 'Portuguese, Brazil'),
(2774, 'pt-br', 'hr', 'Portuguese, Brazil'),
(2775, 'pt-br', 'hu', 'brazil'),
(2776, 'pt-br', 'hy', 'Portuguese, Brazil'),
(2777, 'pt-br', 'id', 'Portuguese, Brazil'),
(2778, 'pt-br', 'is', 'Portuguese, Brazil'),
(2779, 'pt-br', 'it', 'Portoghese, Brasile'),
(2780, 'pt-br', 'ja', 'ポルトガル語（ブラジル）'),
(2781, 'pt-br', 'ko', '브라질 포르투갈어'),
(2782, 'pt-br', 'ku', 'Portuguese, Brazil'),
(2783, 'pt-br', 'la', 'Portuguese, Brazil'),
(2784, 'pt-br', 'lv', 'Portuguese, Brazil'),
(2785, 'pt-br', 'lt', 'Portuguese, Brazil'),
(2786, 'pt-br', 'mk', 'Portuguese, Brazil'),
(2787, 'pt-br', 'mt', 'Portuguese, Brazil'),
(2788, 'pt-br', 'mo', 'Portuguese, Brazil'),
(2789, 'pt-br', 'mn', 'Portuguese, Brazil'),
(2790, 'pt-br', 'ne', 'Portuguese, Brazil'),
(2791, 'pt-br', 'nl', 'Portugees, Brazilië'),
(2792, 'pt-br', 'nb', 'Portuguese, Brazil'),
(2793, 'pt-br', 'pa', 'Portuguese, Brazil'),
(2794, 'pt-br', 'pl', 'portugalski, Brazylia'),
(2795, 'pt-br', 'pt-pt', 'Português'),
(2796, 'pt-br', 'pt-br', 'Português'),
(2797, 'pt-br', 'qu', 'Portuguese, Brazil'),
(2798, 'pt-br', 'ro', 'Portugheză (Brazilia)'),
(2799, 'pt-br', 'ru', 'Португальский, Бразилия'),
(2800, 'pt-br', 'sl', 'Portuguese, Brazil'),
(2801, 'pt-br', 'so', 'Portuguese, Brazil'),
(2802, 'pt-br', 'sq', 'Portuguese, Brazil'),
(2803, 'pt-br', 'sr', 'Portuguese, Brazil'),
(2804, 'pt-br', 'sv', 'Portugisiska, Brasilien'),
(2805, 'pt-br', 'ta', 'Portuguese, Brazil'),
(2806, 'pt-br', 'th', 'โปรตุเกสบราซิล'),
(2807, 'pt-br', 'tr', 'Portekizce, Brezilya'),
(2808, 'pt-br', 'uk', 'Portuguese, Brazil'),
(2809, 'pt-br', 'ur', 'Portuguese, Brazil'),
(2810, 'pt-br', 'uz', 'Portuguese, Brazil'),
(2811, 'pt-br', 'vi', 'Portuguese, Brazil'),
(2812, 'pt-br', 'yi', 'Portuguese, Brazil'),
(2813, 'pt-br', 'zh-hans', '葡萄牙语（巴西）'),
(2814, 'pt-br', 'zu', 'Portuguese, Brazil'),
(2815, 'pt-br', 'zh-hant', '葡萄牙語（巴西）'),
(2816, 'pt-br', 'ms', 'Portuguese, Brazil'),
(2817, 'qu', 'en', 'Quechua'),
(2818, 'qu', 'es', 'Quechua'),
(2819, 'qu', 'de', 'Quechua'),
(2820, 'qu', 'fr', 'Quechua'),
(2821, 'qu', 'ar', 'الكويتشوا'),
(2822, 'qu', 'bs', 'Quechua'),
(2823, 'qu', 'bg', 'Quechua'),
(2824, 'qu', 'ca', 'Quechua'),
(2825, 'qu', 'cs', 'Quechua'),
(2826, 'qu', 'sk', 'Jazyk Quechua'),
(2827, 'qu', 'cy', 'Quechua'),
(2828, 'qu', 'da', 'Quechua'),
(2829, 'qu', 'el', 'Κετσουα'),
(2830, 'qu', 'eo', 'Quechua'),
(2831, 'qu', 'et', 'Quechua'),
(2832, 'qu', 'eu', 'Quechua'),
(2833, 'qu', 'fa', 'Quechua'),
(2834, 'qu', 'fi', 'ketsua'),
(2835, 'qu', 'ga', 'Quechua'),
(2836, 'qu', 'he', 'Quechua'),
(2837, 'qu', 'hi', 'Quechua'),
(2838, 'qu', 'hr', 'Quechua'),
(2839, 'qu', 'hu', 'quechua'),
(2840, 'qu', 'hy', 'Quechua'),
(2841, 'qu', 'id', 'Quechua'),
(2842, 'qu', 'is', 'Quechua'),
(2843, 'qu', 'it', 'Quechua'),
(2844, 'qu', 'ja', 'ケチュア語'),
(2845, 'qu', 'ko', '케추아어'),
(2846, 'qu', 'ku', 'Quechua'),
(2847, 'qu', 'la', 'Quechua'),
(2848, 'qu', 'lv', 'Quechua'),
(2849, 'qu', 'lt', 'Quechua'),
(2850, 'qu', 'mk', 'Quechua'),
(2851, 'qu', 'mt', 'Quechua'),
(2852, 'qu', 'mo', 'Quechua'),
(2853, 'qu', 'mn', 'Quechua'),
(2854, 'qu', 'ne', 'Quechua'),
(2855, 'qu', 'nl', 'Quechua'),
(2856, 'qu', 'nb', 'Quechua'),
(2857, 'qu', 'pa', 'Quechua'),
(2858, 'qu', 'pl', 'keczua'),
(2859, 'qu', 'pt-pt', 'Quechua'),
(2860, 'qu', 'pt-br', 'Quechua'),
(2861, 'qu', 'qu', 'Quechua'),
(2862, 'qu', 'ro', 'Quechuană'),
(2863, 'qu', 'ru', 'Кечуа'),
(2864, 'qu', 'sl', 'Quechua'),
(2865, 'qu', 'so', 'Quechua'),
(2866, 'qu', 'sq', 'Quechua'),
(2867, 'qu', 'sr', 'Quechua'),
(2868, 'qu', 'sv', 'Quechua'),
(2869, 'qu', 'ta', 'Quechua'),
(2870, 'qu', 'th', 'คิวชัว'),
(2871, 'qu', 'tr', 'Quechua dili'),
(2872, 'qu', 'uk', 'Quechua'),
(2873, 'qu', 'ur', 'Quechua'),
(2874, 'qu', 'uz', 'Quechua'),
(2875, 'qu', 'vi', 'Quechua'),
(2876, 'qu', 'yi', 'Quechua'),
(2877, 'qu', 'zh-hans', '盖丘亚语'),
(2878, 'qu', 'zu', 'Quechua'),
(2879, 'qu', 'zh-hant', '蓋丘亞語'),
(2880, 'qu', 'ms', 'Quechua'),
(2881, 'ro', 'en', 'Romanian'),
(2882, 'ro', 'es', 'Rumano'),
(2883, 'ro', 'de', 'Rumänisch'),
(2884, 'ro', 'fr', 'Roumain'),
(2885, 'ro', 'ar', 'الرومانية'),
(2886, 'ro', 'bs', 'Romanian'),
(2887, 'ro', 'bg', 'Romanian'),
(2888, 'ro', 'ca', 'Romanian'),
(2889, 'ro', 'cs', 'Romanian'),
(2890, 'ro', 'sk', 'Rumunčina'),
(2891, 'ro', 'cy', 'Romanian'),
(2892, 'ro', 'da', 'Romanian'),
(2893, 'ro', 'el', 'Ρουμανικα'),
(2894, 'ro', 'eo', 'Romanian'),
(2895, 'ro', 'et', 'Romanian'),
(2896, 'ro', 'eu', 'Romanian'),
(2897, 'ro', 'fa', 'Romanian'),
(2898, 'ro', 'fi', 'romania'),
(2899, 'ro', 'ga', 'Romanian'),
(2900, 'ro', 'he', 'רומנית'),
(2901, 'ro', 'hi', 'Romanian'),
(2902, 'ro', 'hr', 'Romanian'),
(2903, 'ro', 'hu', 'román'),
(2904, 'ro', 'hy', 'Romanian'),
(2905, 'ro', 'id', 'Romanian'),
(2906, 'ro', 'is', 'Romanian'),
(2907, 'ro', 'it', 'Rumeno'),
(2908, 'ro', 'ja', 'ルーマニア語'),
(2909, 'ro', 'ko', '로마니아어'),
(2910, 'ro', 'ku', 'Romanian'),
(2911, 'ro', 'la', 'Romanian'),
(2912, 'ro', 'lv', 'Romanian'),
(2913, 'ro', 'lt', 'Romanian'),
(2914, 'ro', 'mk', 'Romanian'),
(2915, 'ro', 'mt', 'Romanian'),
(2916, 'ro', 'mo', 'Romanian'),
(2917, 'ro', 'mn', 'Romanian'),
(2918, 'ro', 'ne', 'Romanian'),
(2919, 'ro', 'nl', 'Roemeens'),
(2920, 'ro', 'nb', 'Romanian'),
(2921, 'ro', 'pa', 'Romanian'),
(2922, 'ro', 'pl', 'rumuński'),
(2923, 'ro', 'pt-pt', 'Romeno'),
(2924, 'ro', 'pt-br', 'Romeno'),
(2925, 'ro', 'qu', 'Romanian'),
(2926, 'ro', 'ro', 'Română'),
(2927, 'ro', 'ru', 'Румынский'),
(2928, 'ro', 'sl', 'Romanian'),
(2929, 'ro', 'so', 'Romanian'),
(2930, 'ro', 'sq', 'Romanian'),
(2931, 'ro', 'sr', 'Romanian'),
(2932, 'ro', 'sv', 'Rumänska'),
(2933, 'ro', 'ta', 'Romanian'),
(2934, 'ro', 'th', 'โรมาเนีย'),
(2935, 'ro', 'tr', 'Rumence'),
(2936, 'ro', 'uk', 'Romanian'),
(2937, 'ro', 'ur', 'Romanian'),
(2938, 'ro', 'uz', 'Romanian'),
(2939, 'ro', 'vi', 'Romanian'),
(2940, 'ro', 'yi', 'Romanian'),
(2941, 'ro', 'zh-hans', '罗马尼亚语'),
(2942, 'ro', 'zu', 'Romanian'),
(2943, 'ro', 'zh-hant', '羅馬尼亞語'),
(2944, 'ro', 'ms', 'Romanian'),
(2945, 'ru', 'en', 'Russian'),
(2946, 'ru', 'es', 'Ruso'),
(2947, 'ru', 'de', 'Russisch'),
(2948, 'ru', 'fr', 'Russe'),
(2949, 'ru', 'ar', 'الروسية'),
(2950, 'ru', 'bs', 'Russian'),
(2951, 'ru', 'bg', 'Russian'),
(2952, 'ru', 'ca', 'Russian'),
(2953, 'ru', 'cs', 'Russian'),
(2954, 'ru', 'sk', 'Ruština'),
(2955, 'ru', 'cy', 'Russian'),
(2956, 'ru', 'da', 'Russian'),
(2957, 'ru', 'el', 'Ρωσικα'),
(2958, 'ru', 'eo', 'Russian'),
(2959, 'ru', 'et', 'Russian'),
(2960, 'ru', 'eu', 'Russian'),
(2961, 'ru', 'fa', 'Russian'),
(2962, 'ru', 'fi', 'venäjä'),
(2963, 'ru', 'ga', 'Russian'),
(2964, 'ru', 'he', 'רוסית'),
(2965, 'ru', 'hi', 'Russian'),
(2966, 'ru', 'hr', 'Russian'),
(2967, 'ru', 'hu', 'orosz'),
(2968, 'ru', 'hy', 'Russian'),
(2969, 'ru', 'id', 'Russian'),
(2970, 'ru', 'is', 'Russian'),
(2971, 'ru', 'it', 'Russo'),
(2972, 'ru', 'ja', 'ロシア語'),
(2973, 'ru', 'ko', '러시아어'),
(2974, 'ru', 'ku', 'Russian'),
(2975, 'ru', 'la', 'Russian'),
(2976, 'ru', 'lv', 'Russian'),
(2977, 'ru', 'lt', 'Russian'),
(2978, 'ru', 'mk', 'Russian'),
(2979, 'ru', 'mt', 'Russian'),
(2980, 'ru', 'mo', 'Russian'),
(2981, 'ru', 'mn', 'Russian'),
(2982, 'ru', 'ne', 'Russian'),
(2983, 'ru', 'nl', 'Russisch'),
(2984, 'ru', 'nb', 'Russian'),
(2985, 'ru', 'pa', 'Russian'),
(2986, 'ru', 'pl', 'rosyjski'),
(2987, 'ru', 'pt-pt', 'Russo'),
(2988, 'ru', 'pt-br', 'Russo'),
(2989, 'ru', 'qu', 'Russian'),
(2990, 'ru', 'ro', 'Rusă'),
(2991, 'ru', 'ru', 'Русский'),
(2992, 'ru', 'sl', 'Russian'),
(2993, 'ru', 'so', 'Russian'),
(2994, 'ru', 'sq', 'Russian'),
(2995, 'ru', 'sr', 'Russian'),
(2996, 'ru', 'sv', 'Ryska'),
(2997, 'ru', 'ta', 'Russian'),
(2998, 'ru', 'th', 'รัสเซีย'),
(2999, 'ru', 'tr', 'Rusça'),
(3000, 'ru', 'uk', 'Russian'),
(3001, 'ru', 'ur', 'Russian'),
(3002, 'ru', 'uz', 'Russian'),
(3003, 'ru', 'vi', 'Russian'),
(3004, 'ru', 'yi', 'Russian'),
(3005, 'ru', 'zh-hans', '俄语'),
(3006, 'ru', 'zu', 'Russian'),
(3007, 'ru', 'zh-hant', '俄語'),
(3008, 'ru', 'ms', 'Russian'),
(3009, 'sl', 'en', 'Slovenian'),
(3010, 'sl', 'es', 'Esloveno'),
(3011, 'sl', 'de', 'Slowenisch'),
(3012, 'sl', 'fr', 'Slovène'),
(3013, 'sl', 'ar', 'السلوفانية'),
(3014, 'sl', 'bs', 'Slovenian'),
(3015, 'sl', 'bg', 'Slovenian'),
(3016, 'sl', 'ca', 'Slovenian'),
(3017, 'sl', 'cs', 'Slovenian'),
(3018, 'sl', 'sk', 'Slovinčina'),
(3019, 'sl', 'cy', 'Slovenian'),
(3020, 'sl', 'da', 'Slovenian'),
(3021, 'sl', 'el', 'Σλοβενικα'),
(3022, 'sl', 'eo', 'Slovenian'),
(3023, 'sl', 'et', 'Slovenian'),
(3024, 'sl', 'eu', 'Slovenian'),
(3025, 'sl', 'fa', 'Slovenian'),
(3026, 'sl', 'fi', 'sloveeni'),
(3027, 'sl', 'ga', 'Slovenian'),
(3028, 'sl', 'he', 'Slovenian'),
(3029, 'sl', 'hi', 'Slovenian'),
(3030, 'sl', 'hr', 'Slovenian'),
(3031, 'sl', 'hu', 'szlovén'),
(3032, 'sl', 'hy', 'Slovenian'),
(3033, 'sl', 'id', 'Slovenian'),
(3034, 'sl', 'is', 'Slovenian'),
(3035, 'sl', 'it', 'Sloveno'),
(3036, 'sl', 'ja', 'スロベニア語'),
(3037, 'sl', 'ko', '슬로베니아어'),
(3038, 'sl', 'ku', 'Slovenian'),
(3039, 'sl', 'la', 'Slovenian'),
(3040, 'sl', 'lv', 'Slovenian'),
(3041, 'sl', 'lt', 'Slovenian'),
(3042, 'sl', 'mk', 'Slovenian'),
(3043, 'sl', 'mt', 'Slovenian'),
(3044, 'sl', 'mo', 'Slovenian'),
(3045, 'sl', 'mn', 'Slovenian'),
(3046, 'sl', 'ne', 'Slovenian'),
(3047, 'sl', 'nl', 'Sloveens'),
(3048, 'sl', 'nb', 'Slovenian'),
(3049, 'sl', 'pa', 'Slovenian'),
(3050, 'sl', 'pl', 'słoweński'),
(3051, 'sl', 'pt-pt', 'Esloveno'),
(3052, 'sl', 'pt-br', 'Esloveno'),
(3053, 'sl', 'qu', 'Slovenian'),
(3054, 'sl', 'ro', 'Slovenă'),
(3055, 'sl', 'ru', 'Словенский'),
(3056, 'sl', 'sl', 'Slovenian'),
(3057, 'sl', 'so', 'Slovenian'),
(3058, 'sl', 'sq', 'Slovenian'),
(3059, 'sl', 'sr', 'Slovenian'),
(3060, 'sl', 'sv', 'Slovenska'),
(3061, 'sl', 'ta', 'Slovenian'),
(3062, 'sl', 'th', 'สโลวีเนียน'),
(3063, 'sl', 'tr', 'Sloven dili'),
(3064, 'sl', 'uk', 'Slovenian'),
(3065, 'sl', 'ur', 'Slovenian'),
(3066, 'sl', 'uz', 'Slovenian'),
(3067, 'sl', 'vi', 'Slovenian'),
(3068, 'sl', 'yi', 'Slovenian'),
(3069, 'sl', 'zh-hans', '斯洛文尼亚语'),
(3070, 'sl', 'zu', 'Slovenian'),
(3071, 'sl', 'zh-hant', '斯洛文尼亞語'),
(3072, 'sl', 'ms', 'Slovenian'),
(3073, 'so', 'en', 'Somali'),
(3074, 'so', 'es', 'Somalí'),
(3075, 'so', 'de', 'Somali'),
(3076, 'so', 'fr', 'Somali'),
(3077, 'so', 'ar', 'الصومالية'),
(3078, 'so', 'bs', 'Somali'),
(3079, 'so', 'bg', 'Somali'),
(3080, 'so', 'ca', 'Somali'),
(3081, 'so', 'cs', 'Somali'),
(3082, 'so', 'sk', 'Somálčina'),
(3083, 'so', 'cy', 'Somali'),
(3084, 'so', 'da', 'Somali'),
(3085, 'so', 'el', 'Somali'),
(3086, 'so', 'eo', 'Somali'),
(3087, 'so', 'et', 'Somali'),
(3088, 'so', 'eu', 'Somali'),
(3089, 'so', 'fa', 'Somali'),
(3090, 'so', 'fi', 'somali'),
(3091, 'so', 'ga', 'Somali'),
(3092, 'so', 'he', 'Somali'),
(3093, 'so', 'hi', 'Somali'),
(3094, 'so', 'hr', 'Somali'),
(3095, 'so', 'hu', 'szomáli'),
(3096, 'so', 'hy', 'Somali'),
(3097, 'so', 'id', 'Somali'),
(3098, 'so', 'is', 'Somali'),
(3099, 'so', 'it', 'Somalo'),
(3100, 'so', 'ja', 'ソマリ語'),
(3101, 'so', 'ko', '소말리아어'),
(3102, 'so', 'ku', 'Somali'),
(3103, 'so', 'la', 'Somali'),
(3104, 'so', 'lv', 'Somali'),
(3105, 'so', 'lt', 'Somali'),
(3106, 'so', 'mk', 'Somali'),
(3107, 'so', 'mt', 'Somali'),
(3108, 'so', 'mo', 'Somali'),
(3109, 'so', 'mn', 'Somali'),
(3110, 'so', 'ne', 'Somali'),
(3111, 'so', 'nl', 'Somalisch'),
(3112, 'so', 'nb', 'Somali'),
(3113, 'so', 'pa', 'Somali'),
(3114, 'so', 'pl', 'somalijski'),
(3115, 'so', 'pt-pt', 'Somali'),
(3116, 'so', 'pt-br', 'Somali'),
(3117, 'so', 'qu', 'Somali'),
(3118, 'so', 'ro', 'Somaleză'),
(3119, 'so', 'ru', 'Сомалийский'),
(3120, 'so', 'sl', 'Somali'),
(3121, 'so', 'so', 'Somali'),
(3122, 'so', 'sq', 'Somali'),
(3123, 'so', 'sr', 'Somali'),
(3124, 'so', 'sv', 'Somaliska'),
(3125, 'so', 'ta', 'Somali'),
(3126, 'so', 'th', 'โซมาลี'),
(3127, 'so', 'tr', 'Somalice'),
(3128, 'so', 'uk', 'Somali'),
(3129, 'so', 'ur', 'Somali'),
(3130, 'so', 'uz', 'Somali'),
(3131, 'so', 'vi', 'Somali'),
(3132, 'so', 'yi', 'Somali'),
(3133, 'so', 'zh-hans', '索马里语'),
(3134, 'so', 'zu', 'Somali'),
(3135, 'so', 'zh-hant', '索馬里語'),
(3136, 'so', 'ms', 'Somali'),
(3137, 'sq', 'en', 'Albanian'),
(3138, 'sq', 'es', 'Albanés'),
(3139, 'sq', 'de', 'Albanisch'),
(3140, 'sq', 'fr', 'Albanais'),
(3141, 'sq', 'ar', 'الألبانية'),
(3142, 'sq', 'bs', 'Albanian'),
(3143, 'sq', 'bg', 'Albanian'),
(3144, 'sq', 'ca', 'Albanian'),
(3145, 'sq', 'cs', 'Albanian'),
(3146, 'sq', 'sk', 'Albánčina'),
(3147, 'sq', 'cy', 'Albanian'),
(3148, 'sq', 'da', 'Albanian'),
(3149, 'sq', 'el', 'Αλβανικα'),
(3150, 'sq', 'eo', 'Albanian'),
(3151, 'sq', 'et', 'Albanian'),
(3152, 'sq', 'eu', 'Albanian'),
(3153, 'sq', 'fa', 'Albanian'),
(3154, 'sq', 'fi', 'albania'),
(3155, 'sq', 'ga', 'Albanian'),
(3156, 'sq', 'he', 'Albanian'),
(3157, 'sq', 'hi', 'Albanian'),
(3158, 'sq', 'hr', 'Albanian'),
(3159, 'sq', 'hu', 'albán'),
(3160, 'sq', 'hy', 'Albanian'),
(3161, 'sq', 'id', 'Albanian'),
(3162, 'sq', 'is', 'Albanian'),
(3163, 'sq', 'it', 'Albanese'),
(3164, 'sq', 'ja', 'アルバニア語'),
(3165, 'sq', 'ko', '알바니아어'),
(3166, 'sq', 'ku', 'Albanian'),
(3167, 'sq', 'la', 'Albanian'),
(3168, 'sq', 'lv', 'Albanian'),
(3169, 'sq', 'lt', 'Albanian'),
(3170, 'sq', 'mk', 'Albanian'),
(3171, 'sq', 'mt', 'Albanian'),
(3172, 'sq', 'mo', 'Albanian'),
(3173, 'sq', 'mn', 'Albanian'),
(3174, 'sq', 'ne', 'Albanian'),
(3175, 'sq', 'nl', 'Albaans'),
(3176, 'sq', 'nb', 'Albanian'),
(3177, 'sq', 'pa', 'Albanian'),
(3178, 'sq', 'pl', 'albański'),
(3179, 'sq', 'pt-pt', 'Albanês'),
(3180, 'sq', 'pt-br', 'Albanês'),
(3181, 'sq', 'qu', 'Albanian'),
(3182, 'sq', 'ro', 'Albaneză'),
(3183, 'sq', 'ru', 'Албанский'),
(3184, 'sq', 'sl', 'Albanian'),
(3185, 'sq', 'so', 'Albanian'),
(3186, 'sq', 'sq', 'Albanian'),
(3187, 'sq', 'sr', 'Albanian'),
(3188, 'sq', 'sv', 'Albanska'),
(3189, 'sq', 'ta', 'Albanian'),
(3190, 'sq', 'th', 'อัลเบเนีย'),
(3191, 'sq', 'tr', 'Arnavutça'),
(3192, 'sq', 'uk', 'Albanian'),
(3193, 'sq', 'ur', 'Albanian'),
(3194, 'sq', 'uz', 'Albanian'),
(3195, 'sq', 'vi', 'Albanian'),
(3196, 'sq', 'yi', 'Albanian'),
(3197, 'sq', 'zh-hans', '阿尔巴尼亚语'),
(3198, 'sq', 'zu', 'Albanian'),
(3199, 'sq', 'zh-hant', '阿爾巴尼亞語'),
(3200, 'sq', 'ms', 'Albanian'),
(3201, 'sr', 'en', 'Serbian'),
(3202, 'sr', 'es', 'Serbio'),
(3203, 'sr', 'de', 'Serbisch'),
(3204, 'sr', 'fr', 'Serbe'),
(3205, 'sr', 'ar', 'الصربية'),
(3206, 'sr', 'bs', 'Serbian'),
(3207, 'sr', 'bg', 'Serbian'),
(3208, 'sr', 'ca', 'Serbian'),
(3209, 'sr', 'cs', 'Serbian'),
(3210, 'sr', 'sk', 'Srbština'),
(3211, 'sr', 'cy', 'Serbian'),
(3212, 'sr', 'da', 'Serbian'),
(3213, 'sr', 'el', 'Σερβικα'),
(3214, 'sr', 'eo', 'Serbian'),
(3215, 'sr', 'et', 'Serbian'),
(3216, 'sr', 'eu', 'Serbian'),
(3217, 'sr', 'fa', 'Serbian'),
(3218, 'sr', 'fi', 'serbia'),
(3219, 'sr', 'ga', 'Serbian'),
(3220, 'sr', 'he', 'Serbian'),
(3221, 'sr', 'hi', 'Serbian'),
(3222, 'sr', 'hr', 'Serbian'),
(3223, 'sr', 'hu', 'szerb'),
(3224, 'sr', 'hy', 'Serbian'),
(3225, 'sr', 'id', 'Serbian'),
(3226, 'sr', 'is', 'Serbian'),
(3227, 'sr', 'it', 'Serbo'),
(3228, 'sr', 'ja', 'セルビア語'),
(3229, 'sr', 'ko', '세르비아어'),
(3230, 'sr', 'ku', 'Serbian'),
(3231, 'sr', 'la', 'Serbian'),
(3232, 'sr', 'lv', 'Serbian'),
(3233, 'sr', 'lt', 'Serbian'),
(3234, 'sr', 'mk', 'Serbian'),
(3235, 'sr', 'mt', 'Serbian'),
(3236, 'sr', 'mo', 'Serbian'),
(3237, 'sr', 'mn', 'Serbian'),
(3238, 'sr', 'ne', 'Serbian'),
(3239, 'sr', 'nl', 'Servisch'),
(3240, 'sr', 'nb', 'Serbian'),
(3241, 'sr', 'pa', 'Serbian'),
(3242, 'sr', 'pl', 'serbski'),
(3243, 'sr', 'pt-pt', 'Sérvio'),
(3244, 'sr', 'pt-br', 'Sérvio'),
(3245, 'sr', 'qu', 'Serbian'),
(3246, 'sr', 'ro', 'Sârbă'),
(3247, 'sr', 'ru', 'Сербский'),
(3248, 'sr', 'sl', 'Serbian'),
(3249, 'sr', 'so', 'Serbian'),
(3250, 'sr', 'sq', 'Serbian'),
(3251, 'sr', 'sr', 'Serbian'),
(3252, 'sr', 'sv', 'Serbiska'),
(3253, 'sr', 'ta', 'Serbian'),
(3254, 'sr', 'th', 'เซอร์เบีย'),
(3255, 'sr', 'tr', 'Sırpça'),
(3256, 'sr', 'uk', 'Serbian'),
(3257, 'sr', 'ur', 'Serbian'),
(3258, 'sr', 'uz', 'Serbian'),
(3259, 'sr', 'vi', 'Serbian'),
(3260, 'sr', 'yi', 'Serbian'),
(3261, 'sr', 'zh-hans', '赛尔维亚语'),
(3262, 'sr', 'zu', 'Serbian'),
(3263, 'sr', 'zh-hant', '賽爾維亞語'),
(3264, 'sr', 'ms', 'Serbian'),
(3265, 'sv', 'en', 'Swedish'),
(3266, 'sv', 'es', 'Sueco'),
(3267, 'sv', 'de', 'Schwedisch'),
(3268, 'sv', 'fr', 'Suédois'),
(3269, 'sv', 'ar', 'السويدية'),
(3270, 'sv', 'bs', 'Swedish'),
(3271, 'sv', 'bg', 'Swedish'),
(3272, 'sv', 'ca', 'Swedish'),
(3273, 'sv', 'cs', 'Swedish'),
(3274, 'sv', 'sk', 'Švédština'),
(3275, 'sv', 'cy', 'Swedish'),
(3276, 'sv', 'da', 'Swedish'),
(3277, 'sv', 'el', 'Σουηδικη'),
(3278, 'sv', 'eo', 'Swedish'),
(3279, 'sv', 'et', 'Swedish'),
(3280, 'sv', 'eu', 'Swedish'),
(3281, 'sv', 'fa', 'Swedish'),
(3282, 'sv', 'fi', 'ruotsi'),
(3283, 'sv', 'ga', 'Swedish'),
(3284, 'sv', 'he', 'שוודית'),
(3285, 'sv', 'hi', 'Swedish'),
(3286, 'sv', 'hr', 'Swedish'),
(3287, 'sv', 'hu', 'svéd'),
(3288, 'sv', 'hy', 'Swedish'),
(3289, 'sv', 'id', 'Swedish'),
(3290, 'sv', 'is', 'Swedish'),
(3291, 'sv', 'it', 'Svedese'),
(3292, 'sv', 'ja', 'スウェーデン語'),
(3293, 'sv', 'ko', '스웨덴어'),
(3294, 'sv', 'ku', 'Swedish'),
(3295, 'sv', 'la', 'Swedish'),
(3296, 'sv', 'lv', 'Swedish'),
(3297, 'sv', 'lt', 'Swedish'),
(3298, 'sv', 'mk', 'Swedish'),
(3299, 'sv', 'mt', 'Swedish'),
(3300, 'sv', 'mo', 'Swedish'),
(3301, 'sv', 'mn', 'Swedish'),
(3302, 'sv', 'ne', 'Swedish'),
(3303, 'sv', 'nl', 'Zweeds'),
(3304, 'sv', 'nb', 'Swedish'),
(3305, 'sv', 'pa', 'Swedish'),
(3306, 'sv', 'pl', 'szwedzki'),
(3307, 'sv', 'pt-pt', 'Sueco'),
(3308, 'sv', 'pt-br', 'Sueco'),
(3309, 'sv', 'qu', 'Swedish'),
(3310, 'sv', 'ro', 'Suedeză'),
(3311, 'sv', 'ru', 'Шведский'),
(3312, 'sv', 'sl', 'Swedish'),
(3313, 'sv', 'so', 'Swedish'),
(3314, 'sv', 'sq', 'Swedish'),
(3315, 'sv', 'sr', 'Swedish'),
(3316, 'sv', 'sv', 'Svenska'),
(3317, 'sv', 'ta', 'Swedish'),
(3318, 'sv', 'th', 'สวีเดน'),
(3319, 'sv', 'tr', 'İsveççe'),
(3320, 'sv', 'uk', 'Swedish'),
(3321, 'sv', 'ur', 'Swedish'),
(3322, 'sv', 'uz', 'Swedish'),
(3323, 'sv', 'vi', 'Swedish'),
(3324, 'sv', 'yi', 'Swedish'),
(3325, 'sv', 'zh-hans', '瑞典语'),
(3326, 'sv', 'zu', 'Swedish'),
(3327, 'sv', 'zh-hant', '瑞典語'),
(3328, 'sv', 'ms', 'Swedish'),
(3329, 'ta', 'en', 'Tamil'),
(3330, 'ta', 'es', 'Tamil'),
(3331, 'ta', 'de', 'Tamil'),
(3332, 'ta', 'fr', 'Tamoul'),
(3333, 'ta', 'ar', 'التاميلية'),
(3334, 'ta', 'bs', 'Tamil'),
(3335, 'ta', 'bg', 'Tamil'),
(3336, 'ta', 'ca', 'Tamil'),
(3337, 'ta', 'cs', 'Tamil'),
(3338, 'ta', 'sk', 'Tamilčina'),
(3339, 'ta', 'cy', 'Tamil'),
(3340, 'ta', 'da', 'Tamil'),
(3341, 'ta', 'el', 'Ταμιλ'),
(3342, 'ta', 'eo', 'Tamil'),
(3343, 'ta', 'et', 'Tamil'),
(3344, 'ta', 'eu', 'Tamil'),
(3345, 'ta', 'fa', 'Tamil'),
(3346, 'ta', 'fi', 'tamili'),
(3347, 'ta', 'ga', 'Tamil'),
(3348, 'ta', 'he', 'Tamil'),
(3349, 'ta', 'hi', 'Tamil'),
(3350, 'ta', 'hr', 'Tamil'),
(3351, 'ta', 'hu', 'tamil'),
(3352, 'ta', 'hy', 'Tamil'),
(3353, 'ta', 'id', 'Tamil'),
(3354, 'ta', 'is', 'Tamil'),
(3355, 'ta', 'it', 'Tamil'),
(3356, 'ta', 'ja', 'タミル語'),
(3357, 'ta', 'ko', '타밀어'),
(3358, 'ta', 'ku', 'Tamil'),
(3359, 'ta', 'la', 'Tamil'),
(3360, 'ta', 'lv', 'Tamil'),
(3361, 'ta', 'lt', 'Tamil'),
(3362, 'ta', 'mk', 'Tamil'),
(3363, 'ta', 'mt', 'Tamil'),
(3364, 'ta', 'mo', 'Tamil'),
(3365, 'ta', 'mn', 'Tamil'),
(3366, 'ta', 'ne', 'Tamil'),
(3367, 'ta', 'nl', 'Tamil');
INSERT INTO `wp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
(3368, 'ta', 'nb', 'Tamil'),
(3369, 'ta', 'pa', 'Tamil'),
(3370, 'ta', 'pl', 'tamilski'),
(3371, 'ta', 'pt-pt', 'Tamil'),
(3372, 'ta', 'pt-br', 'Tamil'),
(3373, 'ta', 'qu', 'Tamil'),
(3374, 'ta', 'ro', 'Tamilă'),
(3375, 'ta', 'ru', 'Тамильский'),
(3376, 'ta', 'sl', 'Tamil'),
(3377, 'ta', 'so', 'Tamil'),
(3378, 'ta', 'sq', 'Tamil'),
(3379, 'ta', 'sr', 'Tamil'),
(3380, 'ta', 'sv', 'Tamil'),
(3381, 'ta', 'ta', 'Tamil'),
(3382, 'ta', 'th', 'ทมิฬ'),
(3383, 'ta', 'tr', 'Tamil dili'),
(3384, 'ta', 'uk', 'Tamil'),
(3385, 'ta', 'ur', 'Tamil'),
(3386, 'ta', 'uz', 'Tamil'),
(3387, 'ta', 'vi', 'Tamil'),
(3388, 'ta', 'yi', 'Tamil'),
(3389, 'ta', 'zh-hans', '泰米尔语'),
(3390, 'ta', 'zu', 'Tamil'),
(3391, 'ta', 'zh-hant', '泰米爾語'),
(3392, 'ta', 'ms', 'Tamil'),
(3393, 'th', 'en', 'Thai'),
(3394, 'th', 'es', 'Tailandés'),
(3395, 'th', 'de', 'Thai'),
(3396, 'th', 'fr', 'Thaï'),
(3397, 'th', 'ar', 'التايلندية'),
(3398, 'th', 'bs', 'Thai'),
(3399, 'th', 'bg', 'Thai'),
(3400, 'th', 'ca', 'Thai'),
(3401, 'th', 'cs', 'Thai'),
(3402, 'th', 'sk', 'Thajština'),
(3403, 'th', 'cy', 'Thai'),
(3404, 'th', 'da', 'Thai'),
(3405, 'th', 'el', 'Thai'),
(3406, 'th', 'eo', 'Thai'),
(3407, 'th', 'et', 'Thai'),
(3408, 'th', 'eu', 'Thai'),
(3409, 'th', 'fa', 'Thai'),
(3410, 'th', 'fi', 'thai'),
(3411, 'th', 'ga', 'Thai'),
(3412, 'th', 'he', 'Thai'),
(3413, 'th', 'hi', 'Thai'),
(3414, 'th', 'hr', 'Thai'),
(3415, 'th', 'hu', 'tájföldi'),
(3416, 'th', 'hy', 'Thai'),
(3417, 'th', 'id', 'Thai'),
(3418, 'th', 'is', 'Thai'),
(3419, 'th', 'it', 'Thai'),
(3420, 'th', 'ja', 'タイ語'),
(3421, 'th', 'ko', '태국어'),
(3422, 'th', 'ku', 'Thai'),
(3423, 'th', 'la', 'Thai'),
(3424, 'th', 'lv', 'Thai'),
(3425, 'th', 'lt', 'Thai'),
(3426, 'th', 'mk', 'Thai'),
(3427, 'th', 'mt', 'Thai'),
(3428, 'th', 'mo', 'Thai'),
(3429, 'th', 'mn', 'Thai'),
(3430, 'th', 'ne', 'Thai'),
(3431, 'th', 'nl', 'Thai'),
(3432, 'th', 'nb', 'Thai'),
(3433, 'th', 'pa', 'Thai'),
(3434, 'th', 'pl', 'tajski'),
(3435, 'th', 'pt-pt', 'Tailandês'),
(3436, 'th', 'pt-br', 'Tailandês'),
(3437, 'th', 'qu', 'Thai'),
(3438, 'th', 'ro', 'Tailandeză'),
(3439, 'th', 'ru', 'Тайский'),
(3440, 'th', 'sl', 'Thai'),
(3441, 'th', 'so', 'Thai'),
(3442, 'th', 'sq', 'Thai'),
(3443, 'th', 'sr', 'Thai'),
(3444, 'th', 'sv', 'Thailändska'),
(3445, 'th', 'ta', 'Thai'),
(3446, 'th', 'th', 'ไทย'),
(3447, 'th', 'tr', 'Tayca'),
(3448, 'th', 'uk', 'Thai'),
(3449, 'th', 'ur', 'Thai'),
(3450, 'th', 'uz', 'Thai'),
(3451, 'th', 'vi', 'Thai'),
(3452, 'th', 'yi', 'Thai'),
(3453, 'th', 'zh-hans', '泰语'),
(3454, 'th', 'zu', 'Thai'),
(3455, 'th', 'zh-hant', '泰語'),
(3456, 'th', 'ms', 'Thai'),
(3457, 'tr', 'en', 'Turkish'),
(3458, 'tr', 'es', 'Turco'),
(3459, 'tr', 'de', 'Türkisch'),
(3460, 'tr', 'fr', 'Turc'),
(3461, 'tr', 'ar', 'التركية'),
(3462, 'tr', 'bs', 'Turkish'),
(3463, 'tr', 'bg', 'Turkish'),
(3464, 'tr', 'ca', 'Turkish'),
(3465, 'tr', 'cs', 'Turkish'),
(3466, 'tr', 'sk', 'Turečtina'),
(3467, 'tr', 'cy', 'Turkish'),
(3468, 'tr', 'da', 'Turkish'),
(3469, 'tr', 'el', 'Τουρκικα'),
(3470, 'tr', 'eo', 'Turkish'),
(3471, 'tr', 'et', 'Turkish'),
(3472, 'tr', 'eu', 'Turkish'),
(3473, 'tr', 'fa', 'Turkish'),
(3474, 'tr', 'fi', 'turkki'),
(3475, 'tr', 'ga', 'Turkish'),
(3476, 'tr', 'he', 'תורכית'),
(3477, 'tr', 'hi', 'Turkish'),
(3478, 'tr', 'hr', 'Turkish'),
(3479, 'tr', 'hu', 'török'),
(3480, 'tr', 'hy', 'Turkish'),
(3481, 'tr', 'id', 'Turkish'),
(3482, 'tr', 'is', 'Turkish'),
(3483, 'tr', 'it', 'Turco'),
(3484, 'tr', 'ja', 'トルコ語'),
(3485, 'tr', 'ko', '터어키어'),
(3486, 'tr', 'ku', 'Turkish'),
(3487, 'tr', 'la', 'Turkish'),
(3488, 'tr', 'lv', 'Turkish'),
(3489, 'tr', 'lt', 'Turkish'),
(3490, 'tr', 'mk', 'Turkish'),
(3491, 'tr', 'mt', 'Turkish'),
(3492, 'tr', 'mo', 'Turkish'),
(3493, 'tr', 'mn', 'Turkish'),
(3494, 'tr', 'ne', 'Turkish'),
(3495, 'tr', 'nl', 'Turks'),
(3496, 'tr', 'nb', 'Turkish'),
(3497, 'tr', 'pa', 'Turkish'),
(3498, 'tr', 'pl', 'turecki'),
(3499, 'tr', 'pt-pt', 'Turco'),
(3500, 'tr', 'pt-br', 'Turco'),
(3501, 'tr', 'qu', 'Turkish'),
(3502, 'tr', 'ro', 'Turcă'),
(3503, 'tr', 'ru', 'Турецкий'),
(3504, 'tr', 'sl', 'Turkish'),
(3505, 'tr', 'so', 'Turkish'),
(3506, 'tr', 'sq', 'Turkish'),
(3507, 'tr', 'sr', 'Turkish'),
(3508, 'tr', 'sv', 'Turkiska'),
(3509, 'tr', 'ta', 'Turkish'),
(3510, 'tr', 'th', 'ตุรกี'),
(3511, 'tr', 'tr', 'Türkçe'),
(3512, 'tr', 'uk', 'Turkish'),
(3513, 'tr', 'ur', 'Turkish'),
(3514, 'tr', 'uz', 'Turkish'),
(3515, 'tr', 'vi', 'Turkish'),
(3516, 'tr', 'yi', 'Turkish'),
(3517, 'tr', 'zh-hans', '土耳其语'),
(3518, 'tr', 'zu', 'Turkish'),
(3519, 'tr', 'zh-hant', '土耳其語'),
(3520, 'tr', 'ms', 'Turkish'),
(3521, 'uk', 'en', 'Ukrainian'),
(3522, 'uk', 'es', 'Ucraniano'),
(3523, 'uk', 'de', 'Ukrainisch'),
(3524, 'uk', 'fr', 'Ukrainien'),
(3525, 'uk', 'ar', 'الأوكرانية'),
(3526, 'uk', 'bs', 'Ukrainian'),
(3527, 'uk', 'bg', 'Ukrainian'),
(3528, 'uk', 'ca', 'Ukrainian'),
(3529, 'uk', 'cs', 'Ukrainian'),
(3530, 'uk', 'sk', 'Ukrajinčina'),
(3531, 'uk', 'cy', 'Ukrainian'),
(3532, 'uk', 'da', 'Ukrainian'),
(3533, 'uk', 'el', 'Ουκρανικα'),
(3534, 'uk', 'eo', 'Ukrainian'),
(3535, 'uk', 'et', 'Ukrainian'),
(3536, 'uk', 'eu', 'Ukrainian'),
(3537, 'uk', 'fa', 'Ukrainian'),
(3538, 'uk', 'fi', 'ukraina'),
(3539, 'uk', 'ga', 'Ukrainian'),
(3540, 'uk', 'he', 'Ukrainian'),
(3541, 'uk', 'hi', 'Ukrainian'),
(3542, 'uk', 'hr', 'Ukrainian'),
(3543, 'uk', 'hu', 'ukrán'),
(3544, 'uk', 'hy', 'Ukrainian'),
(3545, 'uk', 'id', 'Ukrainian'),
(3546, 'uk', 'is', 'Ukrainian'),
(3547, 'uk', 'it', 'Ucraino'),
(3548, 'uk', 'ja', 'ウクライナ語'),
(3549, 'uk', 'ko', '우크라이나어'),
(3550, 'uk', 'ku', 'Ukrainian'),
(3551, 'uk', 'la', 'Ukrainian'),
(3552, 'uk', 'lv', 'Ukrainian'),
(3553, 'uk', 'lt', 'Ukrainian'),
(3554, 'uk', 'mk', 'Ukrainian'),
(3555, 'uk', 'mt', 'Ukrainian'),
(3556, 'uk', 'mo', 'Ukrainian'),
(3557, 'uk', 'mn', 'Ukrainian'),
(3558, 'uk', 'ne', 'Ukrainian'),
(3559, 'uk', 'nl', 'Oekraïens'),
(3560, 'uk', 'nb', 'Ukrainian'),
(3561, 'uk', 'pa', 'Ukrainian'),
(3562, 'uk', 'pl', 'ukraiński'),
(3563, 'uk', 'pt-pt', 'Ucraniano'),
(3564, 'uk', 'pt-br', 'Ucraniano'),
(3565, 'uk', 'qu', 'Ukrainian'),
(3566, 'uk', 'ro', 'Ucrainiană'),
(3567, 'uk', 'ru', 'Украинский'),
(3568, 'uk', 'sl', 'Ukrainian'),
(3569, 'uk', 'so', 'Ukrainian'),
(3570, 'uk', 'sq', 'Ukrainian'),
(3571, 'uk', 'sr', 'Ukrainian'),
(3572, 'uk', 'sv', 'Ukrainska'),
(3573, 'uk', 'ta', 'Ukrainian'),
(3574, 'uk', 'th', 'ยูเครน'),
(3575, 'uk', 'tr', 'Ukraynaca'),
(3576, 'uk', 'uk', 'Ukrainian'),
(3577, 'uk', 'ur', 'Ukrainian'),
(3578, 'uk', 'uz', 'Ukrainian'),
(3579, 'uk', 'vi', 'Ukrainian'),
(3580, 'uk', 'yi', 'Ukrainian'),
(3581, 'uk', 'zh-hans', '乌克兰语'),
(3582, 'uk', 'zu', 'Ukrainian'),
(3583, 'uk', 'zh-hant', '烏克蘭語'),
(3584, 'uk', 'ms', 'Ukrainian'),
(3585, 'ur', 'en', 'Urdu'),
(3586, 'ur', 'es', 'Urdu'),
(3587, 'ur', 'de', 'Urdu'),
(3588, 'ur', 'fr', 'Ourdu'),
(3589, 'ur', 'ar', 'الأردية'),
(3590, 'ur', 'bs', 'Urdu'),
(3591, 'ur', 'bg', 'Urdu'),
(3592, 'ur', 'ca', 'Urdu'),
(3593, 'ur', 'cs', 'Urdu'),
(3594, 'ur', 'sk', 'Urdština'),
(3595, 'ur', 'cy', 'Urdu'),
(3596, 'ur', 'da', 'Urdu'),
(3597, 'ur', 'el', 'Ουρντου'),
(3598, 'ur', 'eo', 'Urdu'),
(3599, 'ur', 'et', 'Urdu'),
(3600, 'ur', 'eu', 'Urdu'),
(3601, 'ur', 'fa', 'Urdu'),
(3602, 'ur', 'fi', 'urdu'),
(3603, 'ur', 'ga', 'Urdu'),
(3604, 'ur', 'he', 'Urdu'),
(3605, 'ur', 'hi', 'Urdu'),
(3606, 'ur', 'hr', 'Urdu'),
(3607, 'ur', 'hu', 'urdu'),
(3608, 'ur', 'hy', 'Urdu'),
(3609, 'ur', 'id', 'Urdu'),
(3610, 'ur', 'is', 'Urdu'),
(3611, 'ur', 'it', 'Urdu'),
(3612, 'ur', 'ja', 'ウルドゥー語'),
(3613, 'ur', 'ko', '우르두어'),
(3614, 'ur', 'ku', 'Urdu'),
(3615, 'ur', 'la', 'Urdu'),
(3616, 'ur', 'lv', 'Urdu'),
(3617, 'ur', 'lt', 'Urdu'),
(3618, 'ur', 'mk', 'Urdu'),
(3619, 'ur', 'mt', 'Urdu'),
(3620, 'ur', 'mo', 'Urdu'),
(3621, 'ur', 'mn', 'Urdu'),
(3622, 'ur', 'ne', 'Urdu'),
(3623, 'ur', 'nl', 'Urdu'),
(3624, 'ur', 'nb', 'Urdu'),
(3625, 'ur', 'pa', 'Urdu'),
(3626, 'ur', 'pl', 'urdu'),
(3627, 'ur', 'pt-pt', 'Urdu'),
(3628, 'ur', 'pt-br', 'Urdu'),
(3629, 'ur', 'qu', 'Urdu'),
(3630, 'ur', 'ro', 'Urdu'),
(3631, 'ur', 'ru', 'Урду'),
(3632, 'ur', 'sl', 'Urdu'),
(3633, 'ur', 'so', 'Urdu'),
(3634, 'ur', 'sq', 'Urdu'),
(3635, 'ur', 'sr', 'Urdu'),
(3636, 'ur', 'sv', 'Urdu'),
(3637, 'ur', 'ta', 'Urdu'),
(3638, 'ur', 'th', 'อุรดู'),
(3639, 'ur', 'tr', 'Urduca'),
(3640, 'ur', 'uk', 'Urdu'),
(3641, 'ur', 'ur', 'Urdu'),
(3642, 'ur', 'uz', 'Urdu'),
(3643, 'ur', 'vi', 'Urdu'),
(3644, 'ur', 'yi', 'Urdu'),
(3645, 'ur', 'zh-hans', '乌尔都语'),
(3646, 'ur', 'zu', 'Urdu'),
(3647, 'ur', 'zh-hant', '烏爾都語'),
(3648, 'ur', 'ms', 'Urdu'),
(3649, 'uz', 'en', 'Uzbek'),
(3650, 'uz', 'es', 'Uzbeko'),
(3651, 'uz', 'de', 'Usbekisch'),
(3652, 'uz', 'fr', 'Ouzbek'),
(3653, 'uz', 'ar', 'الاوزباكية'),
(3654, 'uz', 'bs', 'Uzbek'),
(3655, 'uz', 'bg', 'Uzbek'),
(3656, 'uz', 'ca', 'Uzbek'),
(3657, 'uz', 'cs', 'Uzbek'),
(3658, 'uz', 'sk', 'Uzbekčina'),
(3659, 'uz', 'cy', 'Uzbek'),
(3660, 'uz', 'da', 'Uzbek'),
(3661, 'uz', 'el', 'Ουζμπεκικα'),
(3662, 'uz', 'eo', 'Uzbek'),
(3663, 'uz', 'et', 'Uzbek'),
(3664, 'uz', 'eu', 'Uzbek'),
(3665, 'uz', 'fa', 'Uzbek'),
(3666, 'uz', 'fi', 'uzbekki'),
(3667, 'uz', 'ga', 'Uzbek'),
(3668, 'uz', 'he', 'Uzbek'),
(3669, 'uz', 'hi', 'Uzbek'),
(3670, 'uz', 'hr', 'Uzbek'),
(3671, 'uz', 'hu', 'üzbég'),
(3672, 'uz', 'hy', 'Uzbek'),
(3673, 'uz', 'id', 'Uzbek'),
(3674, 'uz', 'is', 'Uzbek'),
(3675, 'uz', 'it', 'Uzbeco'),
(3676, 'uz', 'ja', 'ウズベク語'),
(3677, 'uz', 'ko', '우즈베크어'),
(3678, 'uz', 'ku', 'Uzbek'),
(3679, 'uz', 'la', 'Uzbek'),
(3680, 'uz', 'lv', 'Uzbek'),
(3681, 'uz', 'lt', 'Uzbek'),
(3682, 'uz', 'mk', 'Uzbek'),
(3683, 'uz', 'mt', 'Uzbek'),
(3684, 'uz', 'mo', 'Uzbek'),
(3685, 'uz', 'mn', 'Uzbek'),
(3686, 'uz', 'ne', 'Uzbek'),
(3687, 'uz', 'nl', 'Oezbeeks'),
(3688, 'uz', 'nb', 'Uzbek'),
(3689, 'uz', 'pa', 'Uzbek'),
(3690, 'uz', 'pl', 'uzbecki'),
(3691, 'uz', 'pt-pt', 'Uzbeque'),
(3692, 'uz', 'pt-br', 'Uzbeque'),
(3693, 'uz', 'qu', 'Uzbek'),
(3694, 'uz', 'ro', 'Uzbecă'),
(3695, 'uz', 'ru', 'Узбекский'),
(3696, 'uz', 'sl', 'Uzbek'),
(3697, 'uz', 'so', 'Uzbek'),
(3698, 'uz', 'sq', 'Uzbek'),
(3699, 'uz', 'sr', 'Uzbek'),
(3700, 'uz', 'sv', 'Uzbekiska'),
(3701, 'uz', 'ta', 'Uzbek'),
(3702, 'uz', 'th', 'อุซเบก'),
(3703, 'uz', 'tr', 'Özbekçe'),
(3704, 'uz', 'uk', 'Uzbek'),
(3705, 'uz', 'ur', 'Uzbek'),
(3706, 'uz', 'uz', 'Uzbek'),
(3707, 'uz', 'vi', 'Uzbek'),
(3708, 'uz', 'yi', 'Uzbek'),
(3709, 'uz', 'zh-hans', '乌兹别克语'),
(3710, 'uz', 'zu', 'Uzbek'),
(3711, 'uz', 'zh-hant', '烏茲別克語'),
(3712, 'uz', 'ms', 'Uzbek'),
(3713, 'vi', 'en', 'Vietnamese'),
(3714, 'vi', 'es', 'Vietnamita'),
(3715, 'vi', 'de', 'Vietnamesisch'),
(3716, 'vi', 'fr', 'Vietnamien'),
(3717, 'vi', 'ar', 'الفيتنامية'),
(3718, 'vi', 'bs', 'Vietnamese'),
(3719, 'vi', 'bg', 'Vietnamese'),
(3720, 'vi', 'ca', 'Vietnamese'),
(3721, 'vi', 'cs', 'Vietnamese'),
(3722, 'vi', 'sk', 'Vietnamčina'),
(3723, 'vi', 'cy', 'Vietnamese'),
(3724, 'vi', 'da', 'Vietnamese'),
(3725, 'vi', 'el', 'Βιετναμεζικα'),
(3726, 'vi', 'eo', 'Vietnamese'),
(3727, 'vi', 'et', 'Vietnamese'),
(3728, 'vi', 'eu', 'Vietnamese'),
(3729, 'vi', 'fa', 'Vietnamese'),
(3730, 'vi', 'fi', 'vietnam'),
(3731, 'vi', 'ga', 'Vietnamese'),
(3732, 'vi', 'he', 'Vietnamese'),
(3733, 'vi', 'hi', 'Vietnamese'),
(3734, 'vi', 'hr', 'Vietnamese'),
(3735, 'vi', 'hu', 'vietnámi'),
(3736, 'vi', 'hy', 'Vietnamese'),
(3737, 'vi', 'id', 'Vietnamese'),
(3738, 'vi', 'is', 'Vietnamese'),
(3739, 'vi', 'it', 'Vietnamita'),
(3740, 'vi', 'ja', 'ベトナム語'),
(3741, 'vi', 'ko', '베트남어'),
(3742, 'vi', 'ku', 'Vietnamese'),
(3743, 'vi', 'la', 'Vietnamese'),
(3744, 'vi', 'lv', 'Vietnamese'),
(3745, 'vi', 'lt', 'Vietnamese'),
(3746, 'vi', 'mk', 'Vietnamese'),
(3747, 'vi', 'mt', 'Vietnamese'),
(3748, 'vi', 'mo', 'Vietnamese'),
(3749, 'vi', 'mn', 'Vietnamese'),
(3750, 'vi', 'ne', 'Vietnamese'),
(3751, 'vi', 'nl', 'Vietnamees'),
(3752, 'vi', 'nb', 'Vietnamese'),
(3753, 'vi', 'pa', 'Vietnamese'),
(3754, 'vi', 'pl', 'wietnamski'),
(3755, 'vi', 'pt-pt', 'Vietnamita'),
(3756, 'vi', 'pt-br', 'Vietnamita'),
(3757, 'vi', 'qu', 'Vietnamese'),
(3758, 'vi', 'ro', 'Vietnameză'),
(3759, 'vi', 'ru', 'Вьетнамский'),
(3760, 'vi', 'sl', 'Vietnamese'),
(3761, 'vi', 'so', 'Vietnamese'),
(3762, 'vi', 'sq', 'Vietnamese'),
(3763, 'vi', 'sr', 'Vietnamese'),
(3764, 'vi', 'sv', 'Vietnamesiska'),
(3765, 'vi', 'ta', 'Vietnamese'),
(3766, 'vi', 'th', 'เวียดนาม'),
(3767, 'vi', 'tr', 'Vietnamca'),
(3768, 'vi', 'uk', 'Vietnamese'),
(3769, 'vi', 'ur', 'Vietnamese'),
(3770, 'vi', 'uz', 'Vietnamese'),
(3771, 'vi', 'vi', 'Vietnamese'),
(3772, 'vi', 'yi', 'Vietnamese'),
(3773, 'vi', 'zh-hans', '越南语'),
(3774, 'vi', 'zu', 'Vietnamese'),
(3775, 'vi', 'zh-hant', '越南語'),
(3776, 'vi', 'ms', 'Vietnamese'),
(3777, 'yi', 'en', 'Yiddish'),
(3778, 'yi', 'es', 'Yidis'),
(3779, 'yi', 'de', 'Jiddisch'),
(3780, 'yi', 'fr', 'Yiddish'),
(3781, 'yi', 'ar', 'اليديشية'),
(3782, 'yi', 'bs', 'Yiddish'),
(3783, 'yi', 'bg', 'Yiddish'),
(3784, 'yi', 'ca', 'Yiddish'),
(3785, 'yi', 'cs', 'Yiddish'),
(3786, 'yi', 'sk', 'Jidiš'),
(3787, 'yi', 'cy', 'Yiddish'),
(3788, 'yi', 'da', 'Yiddish'),
(3789, 'yi', 'el', 'Γιντις'),
(3790, 'yi', 'eo', 'Yiddish'),
(3791, 'yi', 'et', 'Yiddish'),
(3792, 'yi', 'eu', 'Yiddish'),
(3793, 'yi', 'fa', 'Yiddish'),
(3794, 'yi', 'fi', 'jiddi'),
(3795, 'yi', 'ga', 'Yiddish'),
(3796, 'yi', 'he', 'יידיש'),
(3797, 'yi', 'hi', 'Yiddish'),
(3798, 'yi', 'hr', 'Yiddish'),
(3799, 'yi', 'hu', 'jiddis'),
(3800, 'yi', 'hy', 'Yiddish'),
(3801, 'yi', 'id', 'Yiddish'),
(3802, 'yi', 'is', 'Yiddish'),
(3803, 'yi', 'it', 'Yiddish'),
(3804, 'yi', 'ja', 'イディッシュ語'),
(3805, 'yi', 'ko', '이디시어'),
(3806, 'yi', 'ku', 'Yiddish'),
(3807, 'yi', 'la', 'Yiddish'),
(3808, 'yi', 'lv', 'Yiddish'),
(3809, 'yi', 'lt', 'Yiddish'),
(3810, 'yi', 'mk', 'Yiddish'),
(3811, 'yi', 'mt', 'Yiddish'),
(3812, 'yi', 'mo', 'Yiddish'),
(3813, 'yi', 'mn', 'Yiddish'),
(3814, 'yi', 'ne', 'Yiddish'),
(3815, 'yi', 'nl', 'Jiddisch'),
(3816, 'yi', 'nb', 'Yiddish'),
(3817, 'yi', 'pa', 'Yiddish'),
(3818, 'yi', 'pl', 'jidysz'),
(3819, 'yi', 'pt-pt', 'Yiddish'),
(3820, 'yi', 'pt-br', 'Yiddish'),
(3821, 'yi', 'qu', 'Yiddish'),
(3822, 'yi', 'ro', 'Idiş'),
(3823, 'yi', 'ru', 'Идиш'),
(3824, 'yi', 'sl', 'Yiddish'),
(3825, 'yi', 'so', 'Yiddish'),
(3826, 'yi', 'sq', 'Yiddish'),
(3827, 'yi', 'sr', 'Yiddish'),
(3828, 'yi', 'sv', 'Jiddisch'),
(3829, 'yi', 'ta', 'Yiddish'),
(3830, 'yi', 'th', 'ยิชดิช'),
(3831, 'yi', 'tr', 'Eski İbranice'),
(3832, 'yi', 'uk', 'Yiddish'),
(3833, 'yi', 'ur', 'Yiddish'),
(3834, 'yi', 'uz', 'Yiddish'),
(3835, 'yi', 'vi', 'Yiddish'),
(3836, 'yi', 'yi', 'Yiddish'),
(3837, 'yi', 'zh-hans', '依地语'),
(3838, 'yi', 'zu', 'Yiddish'),
(3839, 'yi', 'zh-hant', '依地語'),
(3840, 'yi', 'ms', 'Yiddish'),
(3841, 'zh-hans', 'en', 'Chinese (Simplified)'),
(3842, 'zh-hans', 'es', 'Chino simplificado'),
(3843, 'zh-hans', 'de', 'Vereinfachtes Chinesisch'),
(3844, 'zh-hans', 'fr', 'Chinois simplifié'),
(3845, 'zh-hans', 'ar', 'الصينية المبسطة'),
(3846, 'zh-hans', 'bs', 'Chinese (Simplified)'),
(3847, 'zh-hans', 'bg', 'Chinese (Simplified)'),
(3848, 'zh-hans', 'ca', 'Chinese (Simplified)'),
(3849, 'zh-hans', 'cs', 'Chinese (Simplified)'),
(3850, 'zh-hans', 'sk', 'Zjednodušená Čínština'),
(3851, 'zh-hans', 'cy', 'Chinese (Simplified)'),
(3852, 'zh-hans', 'da', 'Chinese (Simplified)'),
(3853, 'zh-hans', 'el', 'Κινεζικα'),
(3854, 'zh-hans', 'eo', 'Chinese (Simplified)'),
(3855, 'zh-hans', 'et', 'Chinese (Simplified)'),
(3856, 'zh-hans', 'eu', 'Chinese (Simplified)'),
(3857, 'zh-hans', 'fa', 'Chinese (Simplified)'),
(3858, 'zh-hans', 'fi', 'kiina'),
(3859, 'zh-hans', 'ga', 'Chinese (Simplified)'),
(3860, 'zh-hans', 'he', 'סינית'),
(3861, 'zh-hans', 'hi', 'Chinese (Simplified)'),
(3862, 'zh-hans', 'hr', 'Chinese (Simplified)'),
(3863, 'zh-hans', 'hu', 'egyszerűsített kínai'),
(3864, 'zh-hans', 'hy', 'Chinese (Simplified)'),
(3865, 'zh-hans', 'id', 'Chinese (Simplified)'),
(3866, 'zh-hans', 'is', 'Chinese (Simplified)'),
(3867, 'zh-hans', 'it', 'Cinese semplificato'),
(3868, 'zh-hans', 'ja', '簡体中国語'),
(3869, 'zh-hans', 'ko', '중국어 간체'),
(3870, 'zh-hans', 'ku', 'Chinese (Simplified)'),
(3871, 'zh-hans', 'la', 'Chinese (Simplified)'),
(3872, 'zh-hans', 'lv', 'Chinese (Simplified)'),
(3873, 'zh-hans', 'lt', 'Chinese (Simplified)'),
(3874, 'zh-hans', 'mk', 'Chinese (Simplified)'),
(3875, 'zh-hans', 'mt', 'Chinese (Simplified)'),
(3876, 'zh-hans', 'mo', 'Chinese (Simplified)'),
(3877, 'zh-hans', 'mn', 'Chinese (Simplified)'),
(3878, 'zh-hans', 'ne', 'Chinese (Simplified)'),
(3879, 'zh-hans', 'nl', 'Vereenvoudigd Chinees'),
(3880, 'zh-hans', 'nb', 'Chinese (Simplified)'),
(3881, 'zh-hans', 'pa', 'Chinese (Simplified)'),
(3882, 'zh-hans', 'pl', 'chiński uproszczony'),
(3883, 'zh-hans', 'pt-pt', 'Chinês'),
(3884, 'zh-hans', 'pt-br', 'Chinês'),
(3885, 'zh-hans', 'qu', 'Chinese (Simplified)'),
(3886, 'zh-hans', 'ro', 'Chineza simplificată'),
(3887, 'zh-hans', 'ru', 'Упрощенный китайский'),
(3888, 'zh-hans', 'sl', 'Chinese (Simplified)'),
(3889, 'zh-hans', 'so', 'Chinese (Simplified)'),
(3890, 'zh-hans', 'sq', 'Chinese (Simplified)'),
(3891, 'zh-hans', 'sr', 'Chinese (Simplified)'),
(3892, 'zh-hans', 'sv', 'Förenklad kinesiska'),
(3893, 'zh-hans', 'ta', 'Chinese (Simplified)'),
(3894, 'zh-hans', 'th', 'จีนประยุกต์'),
(3895, 'zh-hans', 'tr', 'Modern Çince'),
(3896, 'zh-hans', 'uk', 'Chinese (Simplified)'),
(3897, 'zh-hans', 'ur', 'Chinese (Simplified)'),
(3898, 'zh-hans', 'uz', 'Chinese (Simplified)'),
(3899, 'zh-hans', 'vi', 'Chinese (Simplified)'),
(3900, 'zh-hans', 'yi', 'Chinese (Simplified)'),
(3901, 'zh-hans', 'zh-hans', '简体中文'),
(3902, 'zh-hans', 'zu', 'Chinese (Simplified)'),
(3903, 'zh-hans', 'zh-hant', '簡體中文'),
(3904, 'zh-hans', 'ms', 'Chinese (Simplified)'),
(3905, 'zu', 'en', 'Zulu'),
(3906, 'zu', 'es', 'Zulú'),
(3907, 'zu', 'de', 'Zulu'),
(3908, 'zu', 'fr', 'Zoulou'),
(3909, 'zu', 'ar', 'الزولو'),
(3910, 'zu', 'bs', 'Zulu'),
(3911, 'zu', 'bg', 'Zulu'),
(3912, 'zu', 'ca', 'Zulu'),
(3913, 'zu', 'cs', 'Zulu'),
(3914, 'zu', 'sk', 'Jazyk Zulu'),
(3915, 'zu', 'cy', 'Zulu'),
(3916, 'zu', 'da', 'Zulu'),
(3917, 'zu', 'el', 'Ζουλου'),
(3918, 'zu', 'eo', 'Zulu'),
(3919, 'zu', 'et', 'Zulu'),
(3920, 'zu', 'eu', 'Zulu'),
(3921, 'zu', 'fa', 'Zulu'),
(3922, 'zu', 'fi', 'zulu'),
(3923, 'zu', 'ga', 'Zulu'),
(3924, 'zu', 'he', 'Zulu'),
(3925, 'zu', 'hi', 'Zulu'),
(3926, 'zu', 'hr', 'Zulu'),
(3927, 'zu', 'hu', 'zulu'),
(3928, 'zu', 'hy', 'Zulu'),
(3929, 'zu', 'id', 'Zulu'),
(3930, 'zu', 'is', 'Zulu'),
(3931, 'zu', 'it', 'Zulu'),
(3932, 'zu', 'ja', 'ズールー語'),
(3933, 'zu', 'ko', '줄루어'),
(3934, 'zu', 'ku', 'Zulu'),
(3935, 'zu', 'la', 'Zulu'),
(3936, 'zu', 'lv', 'Zulu'),
(3937, 'zu', 'lt', 'Zulu'),
(3938, 'zu', 'mk', 'Zulu'),
(3939, 'zu', 'mt', 'Zulu'),
(3940, 'zu', 'mo', 'Zulu'),
(3941, 'zu', 'mn', 'Zulu'),
(3942, 'zu', 'ne', 'Zulu'),
(3943, 'zu', 'nl', 'Zulu'),
(3944, 'zu', 'nb', 'Zulu'),
(3945, 'zu', 'pa', 'Zulu'),
(3946, 'zu', 'pl', 'zuluski'),
(3947, 'zu', 'pt-pt', 'Zulu'),
(3948, 'zu', 'pt-br', 'Zulu'),
(3949, 'zu', 'qu', 'Zulu'),
(3950, 'zu', 'ro', 'Zulu'),
(3951, 'zu', 'ru', 'Зулу'),
(3952, 'zu', 'sl', 'Zulu'),
(3953, 'zu', 'so', 'Zulu'),
(3954, 'zu', 'sq', 'Zulu'),
(3955, 'zu', 'sr', 'Zulu'),
(3956, 'zu', 'sv', 'Zulu'),
(3957, 'zu', 'ta', 'Zulu'),
(3958, 'zu', 'th', 'ซูลู'),
(3959, 'zu', 'tr', 'Zulu dili'),
(3960, 'zu', 'uk', 'Zulu'),
(3961, 'zu', 'ur', 'Zulu'),
(3962, 'zu', 'uz', 'Zulu'),
(3963, 'zu', 'vi', 'Zulu'),
(3964, 'zu', 'yi', 'Zulu'),
(3965, 'zu', 'zh-hans', '祖鲁语'),
(3966, 'zu', 'zu', 'Zulu'),
(3967, 'zu', 'zh-hant', '祖魯語'),
(3968, 'zu', 'ms', 'Zulu'),
(3969, 'zh-hant', 'en', 'Chinese (Traditional)'),
(3970, 'zh-hant', 'es', 'Chino tradicional'),
(3971, 'zh-hant', 'de', 'Traditionelles Chinesisch'),
(3972, 'zh-hant', 'fr', 'Chinois traditionnel'),
(3973, 'zh-hant', 'ar', 'الصينية التقليدية'),
(3974, 'zh-hant', 'bs', 'Chinese (Traditional)'),
(3975, 'zh-hant', 'bg', 'Chinese (Traditional)'),
(3976, 'zh-hant', 'ca', 'Chinese (Traditional)'),
(3977, 'zh-hant', 'cs', 'Chinese (Traditional)'),
(3978, 'zh-hant', 'sk', 'Tradičná Čínština'),
(3979, 'zh-hant', 'cy', 'Chinese (Traditional)'),
(3980, 'zh-hant', 'da', 'Chinese (Traditional)'),
(3981, 'zh-hant', 'el', 'Κινεζικα'),
(3982, 'zh-hant', 'eo', 'Chinese (Traditional)'),
(3983, 'zh-hant', 'et', 'Chinese (Traditional)'),
(3984, 'zh-hant', 'eu', 'Chinese (Traditional)'),
(3985, 'zh-hant', 'fa', 'Chinese (Traditional)'),
(3986, 'zh-hant', 'fi', 'perinteinen kiina'),
(3987, 'zh-hant', 'ga', 'Chinese (Traditional)'),
(3988, 'zh-hant', 'he', 'סינית מסורתית'),
(3989, 'zh-hant', 'hi', 'Chinese (Traditional)'),
(3990, 'zh-hant', 'hr', 'Chinese (Traditional)'),
(3991, 'zh-hant', 'hu', 'hagyományos kínai'),
(3992, 'zh-hant', 'hy', 'Chinese (Traditional)'),
(3993, 'zh-hant', 'id', 'Chinese (Traditional)'),
(3994, 'zh-hant', 'is', 'Chinese (Traditional)'),
(3995, 'zh-hant', 'it', 'Cinese tradizionale'),
(3996, 'zh-hant', 'ja', '繁体中国語'),
(3997, 'zh-hant', 'ko', '중국어 번체'),
(3998, 'zh-hant', 'ku', 'Chinese (Traditional)'),
(3999, 'zh-hant', 'la', 'Chinese (Traditional)'),
(4000, 'zh-hant', 'lv', 'Chinese (Traditional)'),
(4001, 'zh-hant', 'lt', 'Chinese (Traditional)'),
(4002, 'zh-hant', 'mk', 'Chinese (Traditional)'),
(4003, 'zh-hant', 'mt', 'Chinese (Traditional)'),
(4004, 'zh-hant', 'mo', 'Chinese (Traditional)'),
(4005, 'zh-hant', 'mn', 'Chinese (Traditional)'),
(4006, 'zh-hant', 'ne', 'Chinese (Traditional)'),
(4007, 'zh-hant', 'nl', 'Traditioneel Chinees'),
(4008, 'zh-hant', 'nb', 'Chinese (Traditional)'),
(4009, 'zh-hant', 'pa', 'Chinese (Traditional)'),
(4010, 'zh-hant', 'pl', 'chiński tradycyjny'),
(4011, 'zh-hant', 'pt-pt', 'Chinês'),
(4012, 'zh-hant', 'pt-br', 'Chinês'),
(4013, 'zh-hant', 'qu', 'Chinese (Traditional)'),
(4014, 'zh-hant', 'ro', 'Chineza tradiţională'),
(4015, 'zh-hant', 'ru', 'Традиционный китайский'),
(4016, 'zh-hant', 'sl', 'Chinese (Traditional)'),
(4017, 'zh-hant', 'so', 'Chinese (Traditional)'),
(4018, 'zh-hant', 'sq', 'Chinese (Traditional)'),
(4019, 'zh-hant', 'sr', 'Chinese (Traditional)'),
(4020, 'zh-hant', 'sv', 'Traditionell kinesiska'),
(4021, 'zh-hant', 'ta', 'Chinese (Traditional)'),
(4022, 'zh-hant', 'th', 'จีนดั้งเดิม'),
(4023, 'zh-hant', 'tr', 'Klasik Çince'),
(4024, 'zh-hant', 'uk', 'Chinese (Traditional)'),
(4025, 'zh-hant', 'ur', 'Chinese (Traditional)'),
(4026, 'zh-hant', 'uz', 'Chinese (Traditional)'),
(4027, 'zh-hant', 'vi', 'Chinese (Traditional)'),
(4028, 'zh-hant', 'yi', 'Chinese (Traditional)'),
(4029, 'zh-hant', 'zh-hans', '繁体中文'),
(4030, 'zh-hant', 'zu', 'Chinese (Traditional)'),
(4031, 'zh-hant', 'zh-hant', '繁體中文'),
(4032, 'zh-hant', 'ms', 'Chinese (Traditional)'),
(4033, 'ms', 'en', 'Malay'),
(4034, 'ms', 'es', 'Malayo'),
(4035, 'ms', 'de', 'Malay'),
(4036, 'ms', 'fr', 'Malay'),
(4037, 'ms', 'ar', 'Malay'),
(4038, 'ms', 'bs', 'Malay'),
(4039, 'ms', 'bg', 'Malay'),
(4040, 'ms', 'ca', 'Malay'),
(4041, 'ms', 'cs', 'Malay'),
(4042, 'ms', 'sk', 'Malay'),
(4043, 'ms', 'cy', 'Malay'),
(4044, 'ms', 'da', 'Malay'),
(4045, 'ms', 'el', 'Malay'),
(4046, 'ms', 'eo', 'Malay'),
(4047, 'ms', 'et', 'Malay'),
(4048, 'ms', 'eu', 'Malay'),
(4049, 'ms', 'fa', 'Malay'),
(4050, 'ms', 'fi', 'Malay'),
(4051, 'ms', 'ga', 'Malay'),
(4052, 'ms', 'he', 'Malay'),
(4053, 'ms', 'hi', 'Malay'),
(4054, 'ms', 'hr', 'Malay'),
(4055, 'ms', 'hu', 'Malay'),
(4056, 'ms', 'hy', 'Malay'),
(4057, 'ms', 'id', 'Malay'),
(4058, 'ms', 'is', 'Malay'),
(4059, 'ms', 'it', 'Malay'),
(4060, 'ms', 'ja', 'Malay'),
(4061, 'ms', 'ko', 'Malay'),
(4062, 'ms', 'ku', 'Malay'),
(4063, 'ms', 'la', 'Malay'),
(4064, 'ms', 'lv', 'Malay'),
(4065, 'ms', 'lt', 'Malay'),
(4066, 'ms', 'mk', 'Malay'),
(4067, 'ms', 'mt', 'Malay'),
(4068, 'ms', 'mo', 'Malay'),
(4069, 'ms', 'mn', 'Malay'),
(4070, 'ms', 'ne', 'Malay'),
(4071, 'ms', 'nl', 'Malay'),
(4072, 'ms', 'nb', 'Malay'),
(4073, 'ms', 'pa', 'Malay'),
(4074, 'ms', 'pl', 'Malay'),
(4075, 'ms', 'pt-pt', 'Malay'),
(4076, 'ms', 'pt-br', 'Malay'),
(4077, 'ms', 'qu', 'Malay'),
(4078, 'ms', 'ro', 'Malay'),
(4079, 'ms', 'ru', 'Malay'),
(4080, 'ms', 'sl', 'Malay'),
(4081, 'ms', 'so', 'Malay'),
(4082, 'ms', 'sq', 'Malay'),
(4083, 'ms', 'sr', 'Malay'),
(4084, 'ms', 'sv', 'Malay'),
(4085, 'ms', 'ta', 'Malay'),
(4086, 'ms', 'th', 'Malay'),
(4087, 'ms', 'tr', 'Malay'),
(4088, 'ms', 'uk', 'Malay'),
(4089, 'ms', 'ur', 'Malay'),
(4090, 'ms', 'uz', 'Malay'),
(4091, 'ms', 'vi', 'Malay'),
(4092, 'ms', 'yi', 'Malay'),
(4093, 'ms', 'zh-hans', 'Malay'),
(4094, 'ms', 'zu', 'Malay'),
(4095, 'ms', 'zh-hant', 'Malay'),
(4096, 'ms', 'ms', 'Melayu');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_locale_map`
--

CREATE TABLE `wp_icl_locale_map` (
  `code` varchar(7) NOT NULL,
  `locale` varchar(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_locale_map`
--

INSERT INTO `wp_icl_locale_map` (`code`, `locale`) VALUES
('en', 'en_US'),
('es', 'es_ES');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_message_status`
--

CREATE TABLE `wp_icl_message_status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `rid` bigint(20) UNSIGNED NOT NULL,
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `from_language` varchar(10) NOT NULL,
  `to_language` varchar(10) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  `md5` varchar(32) NOT NULL,
  `object_type` varchar(64) NOT NULL,
  `status` smallint(6) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_node`
--

CREATE TABLE `wp_icl_node` (
  `nid` bigint(20) NOT NULL,
  `md5` varchar(32) NOT NULL,
  `links_fixed` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_reminders`
--

CREATE TABLE `wp_icl_reminders` (
  `id` bigint(20) NOT NULL,
  `message` text NOT NULL,
  `url` text NOT NULL,
  `can_delete` tinyint(4) NOT NULL,
  `show` tinyint(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_strings`
--

CREATE TABLE `wp_icl_strings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `language` varchar(7) NOT NULL,
  `context` varchar(160) NOT NULL,
  `name` varchar(160) NOT NULL,
  `value` text NOT NULL,
  `status` tinyint(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_strings`
--

INSERT INTO `wp_icl_strings` (`id`, `language`, `context`, `name`, `value`, `status`) VALUES
(1, 'en', 'WP', 'Blog Title', 'Puerto Barillas El Salvador.', 0),
(2, 'en', 'WP', 'Tagline', 'WEB OFICIAL - Mejor Precio Garantizado', 2),
(3, 'en', 'Widgets', 'widget title - f1196216fcc79e0fa0678a45db4054a9', 'Actividades Fotos', 2),
(4, 'en', 'Widgets', 'widget title - 77b127855ca96ca68e80c260d214f36f', 'Search Trip', 1),
(5, 'en', 'Widgets', 'widget title - 7753d8606dbaf62c892f397386bcf3cc', 'Una Joya en el pacifico				 				 				', 2),
(6, 'en', 'Widgets', 'widget title - 13ea583f6474cdce6c0c9b289b652ffe', 'Testimonials', 1),
(7, 'en', 'Widgets', 'widget title - 1a2722b522f7da66a4d2c8653c07c13d', 'Like us on Facebook', 1),
(8, 'en', 'Widgets', 'widget title - f66ec1917bf0fc42ca5d2b44b0763d48', 'Puerto Barillas', 0),
(9, 'en', 'Widgets', 'widget title - 887409ef3ff955f1227307a37f1705d5', 'Useful Information', 1),
(10, 'en', 'Widgets', 'widget title - dd1ba1872df91985ed1ca4cde2dfe669', 'News', 1),
(11, 'en', 'Widgets', 'widget body - 906466569ac286e2fe8187f24e9f69ca', 'Puerto Barillas es un bello y acogedor destino turístico donde puede conectarse con la naturaleza, a sabiendas que ofrecemos cada pequeño detalle para que disfrute de sus vacaciones. Nuestras amplias  instalaciones incluyen piscina, área social (con WiFI), áreas para relajarse, restaurante y tienda de conveniencia.  Nuestra área de alojamiento, estilo “jungle lodge” cuenta con confortables “casas de árbol” y apartamentos.  Ofrecemos una diversidad de actividades, entre ellas: tours por la Bahía de Jiqulisco, tours en bicicleta, alquiler de Kayak, tour a santuario de monos arañas, tour a plantación de cacao, tours de pesca o Puerto Barillas es un maravilloso lugar para relajarse. En Puerto Barillas puede adquirir un paquete de día, alojarse en nuestro “jungle-lodge” o le ofrecemos tarifas grupales.  ¡Lo invtamos a que descubra y conozca este tesoro escondido en  la Bahía de Jiquilisco!', 2),
(12, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-home', 'Puerto Barillas, Welcome to El Salvador', 1),
(13, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-post', 'Experiences in Puerto Barillas', 1),
(14, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-page', 'Puerto Barillas, Welcome to El Salvador', 1),
(15, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-attachment', 'Puerto Barillas, Welcome to El Salvador', 1),
(16, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-category', '%%term_title%% Archives %%page%% %%sep%% %%sitename%%', 0),
(17, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-post_tag', '%%term_title%% Archives %%page%% %%sep%% %%sitename%%', 0),
(18, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-post_format', '%%term_title%% Archives %%page%% %%sep%% %%sitename%%', 0),
(19, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-author', '%%name%%, Author at %%sitename%% %%page%% ', 0),
(20, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-archive', '%%date%% %%page%% %%sep%% %%sitename%%', 0),
(21, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-search', 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', 0),
(22, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-404', 'Page Not Found %%sep%% %%sitename%%', 1),
(23, 'en', 'admin_texts_theme_ambassador', '[wpseo_rss]rssafter', 'The post %%POSTLINK%% appeared first on %%BLOGLINK%%.', 0),
(24, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_address_value', 'Km. 108.5 - CA-2 - El Salvador', 0),
(25, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_email_value', 'info@puertobarillas.com', 0),
(26, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_map_value', 'https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&msa=0&ll=13.264675,-88.49232&spn=0.011215,0.021136', 0),
(27, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_telephone_label', 'Make a reservation by phone:', 1),
(28, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_map_label', 'View on Map', 1),
(29, 'en', 'admin_texts_theme_ambassador', '[hermes_options]hermes_header_contact_email_label', 'Make a reservation by e-mail:', 1),
(30, 'en', 'plugin_ngg', 'pic_6_alttext', 'Ilopango 03', 0),
(31, 'en', 'plugin_ngg', 'pic_7_alttext', 'atardecer-jiquilisco-puerto-barillas', 0),
(32, 'en', 'plugin_ngg', 'pic_8_alttext', 'atardecer-morado-puerto-barillas', 0),
(33, 'en', 'plugin_ngg', 'pic_9_alttext', 'atardecer-puerto-barillas', 0),
(34, 'en', 'plugin_ngg', 'pic_10_alttext', 'Puerto Barillas Air View', 0),
(35, 'en', 'plugin_ngg', 'pic_11_alttext', 'bahia-de-jiquilisco-3', 0),
(36, 'en', 'plugin_ngg', 'pic_12_alttext', 'bahia-de-jiquilisco-5', 0),
(37, 'en', 'plugin_ngg', 'pic_13_alttext', 'bahia-de-jiquilisco', 0),
(38, 'en', 'plugin_ngg', 'pic_14_alttext', 'bahiadejiquilisco-puerto-barillas', 0),
(39, 'en', 'plugin_ngg', 'pic_15_alttext', 'barcollegandobonita', 0),
(40, 'en', 'plugin_ngg', 'pic_16_alttext', 'camino-de-eucalipto-en-puerto-barillas', 0),
(41, 'en', 'plugin_ngg', 'pic_17_alttext', 'casa-de-arbol-puerto-barillas', 0),
(42, 'en', 'plugin_ngg', 'pic_18_alttext', 'chaparrastique-puerto-barillas', 0),
(43, 'en', 'plugin_ngg', 'pic_19_alttext', 'el-nacascolo-puerto-barillas', 0),
(44, 'en', 'plugin_ngg', 'pic_20_alttext', 'fisher-puerto-barillas', 0),
(45, 'en', 'plugin_ngg', 'pic_21_alttext', 'footprints-puerto-barillas', 0),
(46, 'en', 'plugin_ngg', 'pic_22_alttext', 'hotel-puerto-barillas', 0),
(47, 'en', 'plugin_ngg', 'pic_24_alttext', 'jaiba-puerto-barillas', 0),
(48, 'en', 'plugin_ngg', 'pic_25_alttext', 'jax-jiquilisco-puerto-barillas', 0),
(49, 'en', 'plugin_ngg', 'pic_26_alttext', 'jiquilisco-puerto-barillas-2', 0),
(50, 'en', 'plugin_ngg', 'pic_27_alttext', 'jiquilisco-puerto-barillas', 0),
(51, 'en', 'plugin_ngg', 'pic_28_alttext', 'OLYMPUS DIGITAL CAMERA', 0),
(52, 'en', 'plugin_ngg', 'pic_29_alttext', 'lagarto-asoleandose-puerto-barillas', 0),
(53, 'en', 'plugin_ngg', 'pic_30_alttext', 'lancha-en-punta-san-juan-puerto-barillas', 0),
(54, 'en', 'plugin_ngg', 'pic_31_alttext', 'last-of-the-bay-puerto-barillas', 0),
(55, 'en', 'plugin_ngg', 'pic_32_alttext', 'luna-de-miel-puerto-barillas', 0),
(56, 'en', 'plugin_ngg', 'pic_33_alttext', 'mangalres-puerto-barillas', 0),
(57, 'en', 'plugin_ngg', 'pic_34_alttext', 'manglares-puerto-barillas', 0),
(58, 'en', 'plugin_ngg', 'pic_35_alttext', 'maxyjulsal-puerto-barillas', 0),
(59, 'en', 'plugin_ngg', 'pic_36_alttext', 'natural-puerto-barillas', 0),
(60, 'en', 'plugin_ngg', 'pic_38_alttext', 'noche-jiquilisco-puerto-barillas', 0),
(61, 'en', 'plugin_ngg', 'pic_39_alttext', 'pajaritos-en-isla-pajarito-puerto-barillas', 0),
(62, 'en', 'plugin_ngg', 'pic_40_alttext', 'pancho-puerto-barillas', 0),
(63, 'en', 'plugin_ngg', 'pic_41_alttext', 'pareja-de-pelicanos-puerto-barillas', 0),
(64, 'en', 'plugin_ngg', 'pic_43_alttext', 'pefisahing-puerto-barillas', 0),
(65, 'en', 'plugin_ngg', 'pic_44_alttext', 'pelicano-bw-puerto-barillas', 0),
(66, 'en', 'plugin_ngg', 'pic_45_alttext', 'pesca-puerto-barillas-2', 0),
(67, 'en', 'plugin_ngg', 'pic_46_alttext', 'pesca-puerto-barillas', 0),
(68, 'en', 'plugin_ngg', 'pic_47_alttext', 'pesca-puerto-barillas', 0),
(69, 'en', 'plugin_ngg', 'pic_48_alttext', 'playa-arbol-bahia-de-jiquilisco', 0),
(70, 'en', 'plugin_ngg', 'pic_49_alttext', 'puerto-barillas-1', 0),
(71, 'en', 'plugin_ngg', 'pic_50_alttext', 'puerto-barillas-3-kayak', 0),
(72, 'en', 'plugin_ngg', 'pic_51_alttext', 'Ilopango 03', 0),
(73, 'en', 'plugin_ngg', 'pic_52_alttext', 'puerto-barillas-air-2', 0),
(74, 'en', 'plugin_ngg', 'pic_53_alttext', 'puerto-barillas-air', 0),
(75, 'en', 'plugin_ngg', 'pic_54_alttext', 'puerto-barillas-atardecer', 0),
(76, 'en', 'plugin_ngg', 'pic_55_alttext', 'puerto-barillas-chaparrastique', 0),
(77, 'en', 'plugin_ngg', 'pic_56_alttext', 'puerto-barillas-hotel', 0),
(78, 'en', 'plugin_ngg', 'pic_57_alttext', 'puerto-barillas-ship', 0),
(79, 'en', 'plugin_ngg', 'pic_58_alttext', 'puerto-barillas-trips', 0),
(80, 'en', 'plugin_ngg', 'pic_59_alttext', 'puerto-barillas', 0),
(81, 'en', 'plugin_ngg', 'pic_60_alttext', 'punta-san-juan-fishing-puerto-barillas', 0),
(82, 'en', 'plugin_ngg', 'pic_61_alttext', 'r-jiquilisco-puerto-barillas', 0),
(83, 'en', 'plugin_ngg', 'pic_63_alttext', 'ranchito-en-canal-puerto-barillas', 0),
(84, 'en', 'plugin_ngg', 'pic_64_alttext', 'reflejo-manglares-puerto-barillas', 0),
(85, 'en', 'plugin_ngg', 'pic_65_alttext', 'sailb-puerto-barillas', 0),
(86, 'en', 'plugin_ngg', 'pic_66_alttext', 'sunset-jiquilisco-puerto-barillas-3', 0),
(87, 'en', 'plugin_ngg', 'pic_67_alttext', 'sunset-jiquilisco-puerto-barillas-4', 0),
(88, 'en', 'plugin_ngg', 'pic_68_alttext', 'sunset-jiquilisco-puerto-barillas', 0),
(89, 'en', 'plugin_ngg', 'pic_69_alttext', 'surf-fishing-2-puerto-barillas', 0),
(90, 'en', 'plugin_ngg', 'pic_70_alttext', 'surf-fishing-puerto-barillas', 0),
(91, 'en', 'plugin_ngg', 'pic_71_alttext', 'surf-fishing-punta-san-juan', 0),
(92, 'en', 'plugin_ngg', 'pic_72_alttext', 'tractor-en-botadero-puerto-barillas', 0),
(93, 'en', 'plugin_ngg', 'pic_74_alttext', 'veleros-al-amanacer-puerto-barillas', 0),
(94, 'en', 'plugin_ngg', 'pic_75_alttext', 'Ilopango 03', 0),
(95, 'en', 'plugin_ngg', 'pic_76_alttext', 'ver-apartamento-puerto-barillas', 0),
(96, 'en', 'plugin_ngg', 'pic_77_alttext', 'ver-bahia-de-jiquilisco-4', 0),
(97, 'en', 'plugin_ngg', 'pic_78_alttext', 'ver-camino-de-acceso-a-zona-de-alojamiento-puerto-barillas', 0),
(98, 'en', 'plugin_ngg', 'pic_79_alttext', 'ver-canal-con-volcan-chaparrastique-y-yate-puerto-barillas', 0),
(99, 'en', 'plugin_ngg', 'pic_80_alttext', 'ver-chaparrastique-imponente-puerto-barillas', 0),
(100, 'en', 'plugin_ngg', 'pic_81_alttext', 'ver-partadero-de-aviones-en-pista', 0),
(101, 'en', 'plugin_ngg', 'pic_82_alttext', 'ver-pez-gallo-chia-zeng-puerto-barillas', 0),
(102, 'en', 'plugin_ngg', 'pic_83_alttext', 'ver-puerto-barillas-33', 0),
(103, 'en', 'plugin_ngg', 'pic_85_alttext', 'volcan-puerto-barillas', 0),
(104, 'en', 'plugin_ngg', 'pic_86_alttext', 'wahoo-chia-zeng-puerto-barillas', 0),
(105, 'en', 'Widgets', 'widget title - 54d1500948704bc6f2ee30ccb59850f6', 'Reservation', 0),
(106, 'en', 'Widgets', 'widget body - 584112f98958b2cf8159cf15f663d682', '<div id=\"TA_certificateOfExcellence806\" class=\"TA_certificateOfExcellence\">\r\n<ul id=\"Rt8Gsa\" class=\"TA_links GjS4cC6B2g1e\">\r\n<li id=\"FdhYfcf9\" class=\"XVT0Wor\">\r\n<a target=\"_blank\" href=\"http://www.tripadvisor.com/Hotel_Review-g7386394-d2410034-Reviews-Puerto_Barillas_Marina_Lodge-Puerto_Barillas_Usulutan_Department.html\"><img src=\"http://www.tripadvisor.com/img/cdsi/img2/awards/CoE2015_WidgetAsset-14348-2.png\" alt=\"TripAdvisor\" class=\"widCOEImg\" id=\"CDSWIDCOELOGO\"/></a>\r\n</li>\r\n</ul>\r\n</div>\r\n<script src=\"http://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=806&amp;locationId=2410034&amp;lang=en_US&amp;year=2015&amp;display_version=2\"></script>', 0),
(276, 'en', 'Widgets', 'widget body - 6f3afd97a35a349be2e93b00040b5817', '<iframe src=\"https://www.thebookingbutton.co.uk/properties/barillasdirect/booking_widget\" height=\"200\" width=\"250\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe> ', 0),
(277, 'en', 'Widgets', 'widget title - 258601918267278757ddc04dfb204292', 'Booking Now', 0),
(279, 'en', 'Widgets', 'widget title', '', 1),
(281, 'en', 'Widgets', 'widget body - text_icl-3', '										<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=es;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', 1),
(280, 'en', 'Widgets', 'widget body - text_icl-2', 'Located in a pristine canal, surrounded by mangroves and untouched nature, Puerto Barillas is the ultimate safe-haven for your boat.  Numerous visitors from around the world have enjoyed Puerto Barillas’ facilities, often calling it the Pacific Coasts’ hidden gem. Besides lodging and a safe place for your boat, Puerto Barillas offers countless activities for  guests. Kayaking, bike tours,  visiting cacao plantations or a famous monkey sanctuary, fishing and hiking are just a few of the activities you can enjoy during your stay—of course, guests can choose to relax by the beach or pool with an iced coconut as well! Our kind, helpful and pet-friendly staff will strive to make your stay an unforgettable one—we want you to become as passionate about Puerto Barillas as we are!', 1),
(278, 'en', 'Widgets', 'widget body - 671a9b84e08d65ca12789b112c13a611', '<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=en;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', 1),
(107, 'en', 'plugin_ngg', 'pic_112_alttext', 'img_4464-copy', 0),
(108, 'en', 'plugin_ngg', 'pic_113_alttext', 'img_4555-copy', 0),
(109, 'en', 'plugin_ngg', 'pic_114_alttext', 'img_4738-copy', 0),
(110, 'en', 'plugin_ngg', 'pic_115_alttext', 'img_5034-copy', 0),
(111, 'en', 'plugin_ngg', 'pic_115_description', ' ', 0),
(112, 'en', 'plugin_ngg', 'pic_114_description', ' ', 0),
(113, 'en', 'plugin_ngg', 'pic_113_description', ' ', 0),
(114, 'en', 'plugin_ngg', 'pic_112_description', ' ', 0),
(115, 'en', 'plugin_ngg', 'pic_116_alttext', 'img_5035-copy', 0),
(116, 'en', 'plugin_ngg', 'pic_116_description', ' ', 0),
(117, 'en', 'plugin_ngg', 'pic_117_alttext', '060118_dsf0043', 0),
(118, 'en', 'plugin_ngg', 'pic_118_alttext', '061104-dscn0204', 0),
(119, 'en', 'plugin_ngg', 'pic_119_alttext', '061104-dscn0250', 0),
(120, 'en', 'plugin_ngg', 'pic_120_alttext', '061104-dscn0252', 0),
(121, 'en', 'plugin_ngg', 'pic_121_alttext', '17278392', 0),
(122, 'en', 'plugin_ngg', 'pic_122_alttext', 'oceanbeauty', 0),
(123, 'en', 'plugin_ngg', 'pic_123_alttext', 'z-bay', 0),
(124, 'en', 'plugin_ngg', 'pic_117_description', ' ', 0),
(125, 'en', 'plugin_ngg', 'pic_118_description', ' ', 0),
(126, 'en', 'plugin_ngg', 'pic_119_description', ' ', 0),
(127, 'en', 'plugin_ngg', 'pic_120_description', ' ', 0),
(128, 'en', 'plugin_ngg', 'pic_121_description', ' ', 0),
(129, 'en', 'plugin_ngg', 'pic_122_description', ' ', 0),
(130, 'en', 'plugin_ngg', 'pic_123_description', ' ', 0),
(131, 'en', 'plugin_ngg', 'pic_104_alttext', '3monos', 0),
(132, 'en', 'plugin_ngg', 'pic_105_alttext', 'img_4658-copy', 0),
(133, 'en', 'plugin_ngg', 'pic_105_description', ' ', 0),
(134, 'en', 'plugin_ngg', 'pic_106_alttext', 'img_4704', 0),
(135, 'en', 'plugin_ngg', 'pic_106_description', ' ', 0),
(136, 'en', 'plugin_ngg', 'pic_107_alttext', 'img_4706-copy', 0),
(137, 'en', 'plugin_ngg', 'pic_107_description', ' ', 0),
(138, 'en', 'plugin_ngg', 'pic_108_alttext', 'img_4707-copy', 0),
(139, 'en', 'plugin_ngg', 'pic_108_description', ' ', 0),
(140, 'en', 'plugin_ngg', 'pic_104_description', ' ', 0),
(141, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-testimonial', 'Puerto Barillas, Welcome to El Salvador', 0),
(142, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-event', 'Puerto Barillas, Welcome to El Salvador', 0),
(143, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-ptarchive-event', 'Puerto Barillas, Welcome to El Salvador', 0),
(144, 'en', 'plugin_ngg', 'pic_10_description', 'Vista de Puerto Barillas', 0),
(145, 'en', 'plugin_ngg', 'pic_9_description', ' ', 0),
(146, 'en', 'plugin_ngg', 'pic_8_description', ' ', 0),
(147, 'en', 'plugin_ngg', 'pic_7_description', ' ', 0),
(148, 'en', 'plugin_ngg', 'pic_6_description', 'Ilopango Airshow 2003, Ilopango, El Salvador', 0),
(149, 'en', 'plugin_ngg', 'pic_11_description', ' ', 0),
(150, 'en', 'plugin_ngg', 'pic_12_description', ' ', 0),
(151, 'en', 'plugin_ngg', 'pic_13_description', ' ', 0),
(152, 'en', 'plugin_ngg', 'pic_14_description', ' ', 0),
(153, 'en', 'plugin_ngg', 'pic_15_description', ' ', 0),
(154, 'en', 'plugin_ngg', 'pic_16_description', ' ', 0),
(155, 'en', 'plugin_ngg', 'pic_17_description', ' ', 0),
(156, 'en', 'plugin_ngg', 'pic_18_description', ' ', 0),
(157, 'en', 'plugin_ngg', 'pic_19_description', ' ', 0),
(158, 'en', 'plugin_ngg', 'pic_20_description', ' ', 0),
(159, 'en', 'plugin_ngg', 'pic_21_description', ' ', 0),
(160, 'en', 'plugin_ngg', 'pic_22_description', ' ', 0),
(161, 'en', 'plugin_ngg', 'pic_24_description', ' ', 0),
(162, 'en', 'plugin_ngg', 'pic_25_description', ' ', 0),
(163, 'en', 'plugin_ngg', 'pic_26_description', ' ', 0),
(164, 'en', 'plugin_ngg', 'pic_27_description', ' ', 0),
(165, 'en', 'plugin_ngg', 'pic_28_description', 'OLYMPUS DIGITAL CAMERA', 0),
(166, 'en', 'plugin_ngg', 'pic_29_description', ' ', 0),
(167, 'en', 'plugin_ngg', 'pic_30_description', ' ', 0),
(168, 'en', 'plugin_ngg', 'pic_31_description', ' ', 0),
(169, 'en', 'plugin_ngg', 'pic_32_description', ' ', 0),
(170, 'en', 'plugin_ngg', 'pic_33_description', ' ', 0),
(171, 'en', 'plugin_ngg', 'pic_34_description', ' ', 0),
(172, 'en', 'plugin_ngg', 'pic_35_description', ' ', 0),
(173, 'en', 'plugin_ngg', 'pic_36_description', ' ', 0),
(174, 'en', 'plugin_ngg', 'pic_38_description', ' ', 0),
(175, 'en', 'plugin_ngg', 'pic_39_description', ' ', 0),
(176, 'en', 'plugin_ngg', 'pic_40_description', ' ', 0),
(177, 'en', 'plugin_ngg', 'pic_41_description', ' ', 0),
(178, 'en', 'plugin_ngg', 'pic_43_description', ' ', 0),
(179, 'en', 'plugin_ngg', 'pic_44_description', ' ', 0),
(180, 'en', 'plugin_ngg', 'pic_45_description', ' ', 0),
(181, 'en', 'plugin_ngg', 'pic_46_description', ' ', 0),
(182, 'en', 'plugin_ngg', 'pic_48_description', ' ', 0),
(183, 'en', 'plugin_ngg', 'pic_49_description', ' ', 0),
(184, 'en', 'plugin_ngg', 'pic_50_description', ' ', 0),
(185, 'en', 'plugin_ngg', 'pic_51_description', 'Ilopango Airshow 2003, Ilopango, El Salvador', 0),
(186, 'en', 'plugin_ngg', 'pic_52_description', ' ', 0),
(187, 'en', 'plugin_ngg', 'pic_53_description', ' ', 0),
(188, 'en', 'plugin_ngg', 'pic_54_description', ' ', 0),
(189, 'en', 'plugin_ngg', 'pic_55_description', ' ', 0),
(190, 'en', 'plugin_ngg', 'pic_56_description', ' ', 0),
(191, 'en', 'plugin_ngg', 'pic_57_description', ' ', 0),
(192, 'en', 'plugin_ngg', 'pic_58_description', ' ', 0),
(193, 'en', 'plugin_ngg', 'pic_47_description', ' ', 0),
(194, 'en', 'plugin_ngg', 'pic_59_description', ' ', 0),
(195, 'en', 'plugin_ngg', 'pic_60_description', ' ', 0),
(196, 'en', 'plugin_ngg', 'pic_61_description', ' ', 0),
(197, 'en', 'plugin_ngg', 'pic_63_description', ' ', 0),
(198, 'en', 'plugin_ngg', 'pic_64_description', ' ', 0),
(199, 'en', 'plugin_ngg', 'pic_65_description', ' ', 0),
(200, 'en', 'plugin_ngg', 'pic_66_description', ' ', 0),
(201, 'en', 'plugin_ngg', 'pic_67_description', ' ', 0),
(202, 'en', 'plugin_ngg', 'pic_68_description', ' ', 0),
(203, 'en', 'plugin_ngg', 'pic_69_description', ' ', 0),
(204, 'en', 'plugin_ngg', 'pic_70_description', ' ', 0),
(205, 'en', 'plugin_ngg', 'pic_71_description', ' ', 0),
(206, 'en', 'plugin_ngg', 'pic_72_description', ' ', 0),
(207, 'en', 'plugin_ngg', 'pic_74_description', ' ', 0),
(208, 'en', 'plugin_ngg', 'pic_75_description', 'Ilopango Airshow 2003, Ilopango, El Salvador', 0),
(209, 'en', 'plugin_ngg', 'pic_76_description', ' ', 0),
(210, 'en', 'plugin_ngg', 'pic_77_description', ' ', 0),
(211, 'en', 'plugin_ngg', 'pic_78_description', ' ', 0),
(212, 'en', 'plugin_ngg', 'pic_79_description', ' ', 0),
(213, 'en', 'plugin_ngg', 'pic_80_description', ' ', 0),
(214, 'en', 'plugin_ngg', 'pic_81_description', ' ', 0),
(215, 'en', 'plugin_ngg', 'pic_82_description', ' ', 0),
(216, 'en', 'plugin_ngg', 'pic_83_description', ' ', 0),
(217, 'en', 'plugin_ngg', 'pic_85_description', ' ', 0),
(218, 'en', 'plugin_ngg', 'pic_86_description', ' ', 0),
(219, 'en', 'Widgets', 'widget title - e833b5e560bdc737fe850bc50d0c5f0c', 'Photo Gallery', 0),
(220, 'en', 'Widgets', 'widget title - 64d5de2ae74e676214d62d33c9391ef1', 'Photo Gallery', 0),
(221, 'en', 'Widgets', 'widget title - 3b57fe9b807cd3f44882f3b8f093e7b8', 'Activities Photos', 0),
(222, 'en', 'Widgets', 'widget title - 1f6f33ab0b796069a0774ba616c1e2b0', 'Photo Gallery', 0),
(223, 'en', 'Widgets', 'widget title - fa8546438bb8c93365ba50ce4f93a3ce', 'Galeria de Fotos', 0),
(224, 'en', 'Widgets', 'widget title - 858a2ff0f693eacaa364646ffcfd94de', 'Lodge Photos', 0),
(225, 'en', 'Widgets', 'widget title - 8519633fc9e82d163d5b4ee3d215f716', 'Apartamentos Fotos', 0),
(226, 'en', 'plugin_ngg', 'pic_91_alttext', 'habitaci%c3%b3n-planta-baja-apartamento', 0),
(227, 'en', 'plugin_ngg', 'pic_91_description', ' ', 0),
(228, 'en', 'plugin_ngg', 'pic_90_alttext', 'OLYMPUS DIGITAL CAMERA', 0),
(229, 'en', 'plugin_ngg', 'pic_90_description', 'OLYMPUS DIGITAL CAMERA', 0),
(230, 'en', 'plugin_ngg', 'pic_89_alttext', 'dormitorio-planta-superior-apartamento', 0),
(231, 'en', 'plugin_ngg', 'pic_89_description', ' ', 0),
(232, 'en', 'plugin_ngg', 'pic_88_alttext', 'comedor-y-cocina-de-apartamento', 0),
(233, 'en', 'plugin_ngg', 'pic_88_description', ' ', 0),
(234, 'en', 'plugin_ngg', 'pic_87_alttext', 'apartamento-9', 0),
(235, 'en', 'plugin_ngg', 'pic_87_description', ' ', 0),
(236, 'en', 'plugin_ngg', 'pic_124_alttext', 'alojamiento1', 0),
(237, 'en', 'Widgets', 'widget title - 41dac39f69935980cfcd610020ece3ee', 'Apartments Photos', 0),
(238, 'en', 'plugin_ngg', 'pic_102_alttext', 'tienda', 0),
(239, 'en', 'plugin_ngg', 'pic_92_alttext', '01-piscina', 0),
(240, 'en', 'plugin_ngg', 'pic_99_alttext', 'restaurante', 0),
(241, 'en', 'plugin_ngg', 'pic_103_alttext', 'tienda2', 0),
(242, 'en', 'plugin_ngg', 'pic_97_alttext', '06-barillas2', 0),
(243, 'en', 'plugin_ngg', 'pic_124_description', ' ', 0),
(244, 'en', 'plugin_ngg', 'pic_96_alttext', '05-restaurante_1', 0),
(245, 'en', 'Widgets', 'widget title - 9d62f66e9ae8d9f03b662ef49d30f821', 'Alojamiento fotos', 0),
(246, 'en', 'Widgets', 'widget title - eafa89dca5a1c0224882114196d0194b', 'Treehouse Photos', 0),
(247, 'en', 'Widgets', 'widget title - 79d2c7456e149de9791eec71165c2a7c', 'Casa de Árbol', 0),
(248, 'en', 'Widgets', 'widget title - f910b684a1984b172da229d5c39b0a52', 'Facilidades Fotos', 0),
(249, 'en', 'Widgets', 'widget title - 52f44d5fd4dc02a1dbef38af68c2d2c3', 'Facilities Photos', 0),
(250, 'en', 'plugin_ngg', 'pic_125_alttext', 'Ejecutiva1', 0),
(251, 'en', 'plugin_ngg', 'pic_126_alttext', 'ejecutiva2', 0),
(252, 'en', 'plugin_ngg', 'pic_127_alttext', 'Ejecutiva CA 19 Marzo 2014 : General : 16 : Página 16', 0),
(253, 'en', 'plugin_ngg', 'pic_128_alttext', 'alpha1', 0),
(254, 'en', 'plugin_ngg', 'pic_125_description', '', 0),
(255, 'en', 'plugin_ngg', 'pic_126_description', '', 0),
(256, 'en', 'plugin_ngg', 'pic_127_description', '', 0),
(257, 'en', 'admin_texts_theme_ambassador', '[sharing-options][global]sharing_label', 'Share this:', 0),
(258, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-home-wpseo', 'Puerto Barillas El Salvador. OFFICIAL WEBSITE - Best Price Guarantee', 1),
(259, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-author-wpseo', '%%name%%, Author at %%sitename%% %%page%%', 0),
(260, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-archive-wpseo', '%%date%% %%page%% %%sep%% %%sitename%%', 0),
(261, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-search-wpseo', 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', 0),
(262, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-404-wpseo', 'Page Not Found %%sep%% %%sitename%%', 1),
(263, 'en', 'admin_texts_theme_ambassador', '[wpseo_internallinks]breadcrumbs-sep', '&raquo;', 0),
(264, 'en', 'plugin_ngg', 'gallery_4_name', 'Monkeys', 0),
(265, 'en', 'plugin_ngg', 'gallery_8_name', 'RevistaEjecutiva', 0),
(266, 'en', 'Widgets', 'widget title - 88b53e5f8855bf4a5827b020f7901a5e', 'Instagram Photogallery', 0),
(267, 'en', 'plugin_ngg', 'gallery_1_name', 'Gallery Puerto Barillas', 0),
(268, 'en', 'plugin_ngg', 'gallery_6_name', 'Our Team', 0),
(269, 'en', 'plugin_ngg', 'gallery_7_name', 'Bay', 0),
(270, 'en', 'plugin_ngg', 'pic_93_description', 'Ilopango Airshow 2003, Ilopango, El Salvador', 0),
(271, 'en', 'plugin_ngg', 'pic_93_alttext', 'Ilopango 03', 0),
(272, 'en', 'plugin_ngg', 'gallery_3_name', 'Facilities', 0),
(273, 'en', 'Widgets', 'widget title - aed79f9826716009fb38001e557f502f', 'Book Now', 0),
(274, 'en', 'Widgets', 'widget body - 591dd59ddc42a3464fbe9b01eb27c074', '<link href=\"style.css\" rel=\"stylesheet\" type=\"text/css\">\r\n\r\n<link href=\"http://source.bookerclub.com/general.css\" rel=\"stylesheet\" type=\"text/css\">\r\n<link rel=\"stylesheet\" href=\"http://source.bookerclub.com/blitzer/jquery-ui-1.10.1.custom.css\">\r\n<script src=\"http://source.bookerclub.com/jquery-1.8.2.min.js\"></script>\r\n<script src=\"http://source.bookerclub.com/jquery-ui-1.10.1.custom.min.js\"></script>\r\n<script src=\"http://source.bookerclub.com/jquery.ui.datepicker-es.js\"></script>\r\n<script src=\"http://source.bookerclub.com/searchbox.js\"></script>\r\n\r\n\r\n<div id=\"vertical\">\r\n	<div id=\"room_tpl\" style=\"display:none\">\r\n		<div id=\"LabelRoom_{rrr}\" style=\"display:none\" class=\"labelroom\">\r\n		Habitación {rrr}:\r\n		</div>\r\n		<div class=\"roomcell\" id=\"LabelAdults_{rrr}\" style=\"display:none\"> \r\n			<label>Adultos</label>\r\n			<select id=\"Adults_{rrr}\" name=\"Adults_{rrr}\" onchange=\"changeRoomAllAdults();\">\r\n				<option>1</option>\r\n				<option>2</option>\r\n				<option>3</option>\r\n				<option>4</option>\r\n				<option>5</option>\r\n				<option>6</option>\r\n				<option>7</option>\r\n				<option>8</option>\r\n				<option>9</option>\r\n				<option>10</option>\r\n			</select>\r\n		</div>\r\n		<div class=\"roomcell\" id=\"LabelChildren_{rrr}\" style=\"display:none\"> \r\n			<label>Niños</label>\r\n			<select id=\"Children_{rrr}\" name=\"Children_{rrr}\" onchange=\"changeRoomAllChildren();reloadChildAge({rrr},this.value);\">\r\n				<option>0</option>\r\n				<option>1</option>\r\n				<option>2</option>\r\n				<option>3</option>\r\n			</select>\r\n		</div>\r\n		<div class=\"roomcell2\" id=\"LabelChildAgeEmpty_{rrr}\">&nbsp;</div>\r\n		<div class=\"roomcellchild\">\r\n			<div class=\"roomcell2\" id=\"LabelChild1Age_{rrr}\" style=\"display:none\"> \r\n				<label>Edad del niño</label>\r\n			</div>\r\n			<div class=\"roomcell2\" id=\"LabelChildrenAge_{rrr}\" style=\"display:none\"> \r\n				<label>Edad de los niños</label>\r\n			</div>\r\n			<select id=\"ChildAge1_{rrr}\" name=\"ChildAge1_{rrr}\" style=\"visibility:hidden\">\r\n				<option value=\"0\"><1</option>\r\n				<option value=\"1\">1</option>\r\n				<option value=\"2\">2</option>\r\n				<option value=\"3\">4</option>\r\n				<option value=\"4\">4</option>\r\n				<option value=\"5\">5</option>\r\n				<option value=\"6\">6</option>\r\n				<option value=\"7\">7</option>\r\n				<option value=\"8\">8</option>\r\n				<option value=\"9\">9</option>\r\n				<option value=\"10\">10</option>\r\n				<option value=\"11\">11</option>\r\n				<option value=\"12\">12</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"15\">15</option>\r\n				<option value=\"16\">16</option>\r\n			</select>\r\n			<select id=\"ChildAge2_{rrr}\" name=\"ChildAge2_{rrr}\" style=\"visibility:hidden\">\r\n				<option value=\"0\"><1</option>\r\n				<option value=\"1\">1</option>\r\n				<option value=\"2\">2</option>\r\n				<option value=\"3\">4</option>\r\n				<option value=\"4\">4</option>\r\n				<option value=\"5\">5</option>\r\n				<option value=\"6\">6</option>\r\n				<option value=\"7\">7</option>\r\n				<option value=\"8\">8</option>\r\n				<option value=\"9\">9</option>\r\n				<option value=\"10\">10</option>\r\n				<option value=\"11\">11</option>\r\n				<option value=\"12\">12</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"15\">15</option>\r\n				<option value=\"16\">16</option>\r\n			</select>    \r\n			<select id=\"ChildAge3_{rrr}\" name=\"ChildAge3_{rrr}\" style=\"visibility:hidden\">\r\n				<option value=\"0\"><1</option>\r\n				<option value=\"1\">1</option>\r\n				<option value=\"2\">2</option>\r\n				<option value=\"3\">4</option>\r\n				<option value=\"4\">4</option>\r\n				<option value=\"5\">5</option>\r\n				<option value=\"6\">6</option>\r\n				<option value=\"7\">7</option>\r\n				<option value=\"8\">8</option>\r\n				<option value=\"9\">9</option>\r\n				<option value=\"10\">10</option>\r\n				<option value=\"11\">11</option>\r\n				<option value=\"12\">12</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"13\">13</option>\r\n				<option value=\"15\">15</option>\r\n				<option value=\"16\">16</option>\r\n			</select>\r\n		</div>                \r\n		<div style=\"clear:both\"></div>\r\n	</div>\r\n\r\n	<div id=\"searchmask\">\r\n	<!-- \r\n		<h6>Encuentra tu hotel</h6>\r\n	-->\r\n		<h5>¿Cuando quieres alojarte?</h5>\r\n		<form id=\"search_frm\" action=\"http://www.bookerclub.com/cgi-bin/index.pl\" method=\"get\" onsubmit=\"return submitForm()\" target=\"_blank\">\r\n			<input name=\"_state\" value=\"Hotels\" type=\"hidden\"/>\r\n			<input id=\"itable\" name=\"itable\" type=\"hidden\" value=\"hotel\"/>\r\n			<input id=\"iindex\" name=\"iindex\" type=\"hidden\" value=\"YY\"/>\r\n			<input id=\"aid\" name=\"aid\" value=\"XX\" type=\"hidden\"/>\r\n			<input id=\"searchtype\" name=\"searchtype\" value=\"b\" type=\"hidden\"/>\r\n			<!-- \r\n			<div style=\"position: relative\">\r\n				<input class=\"clearinput\" type=\"text\" value=\"\" id=\"entity\" name=\"entity\" placeholder=\"Destino o nombre de hotel\">\r\n			</div>\r\n			-->\r\n			<div class=\"col-1-2\"> Fecha de llegada<br>\r\n				<div class=\"dateinputin\" >\r\n					<input id=\"CheckInDateLabel\" name=\"CheckInDateLabel\" type=\"text\" class=\"m\" readonly placeholder=\"Día, Mes\" > \r\n					<input id=\"CheckInDate\" name=\"CheckInDate\" value=\"\" type=\"hidden\">\r\n				</div>\r\n			</div>\r\n			<div class=\"col-1-2\"><span class=\"checkout\">Fecha de salida</span><br>\r\n				<div class=\"dateinputout\" >\r\n					<input id=\"CheckOutDateLabel\" name=\"CheckOutDateLabel\" type=\"text\" class=\"m\" readonly placeholder=\"Día, Mes\" >\r\n					<input id=\"CheckOutDate\" name=\"CheckOutDate\" value=\"\" type=\"hidden\" >\r\n				</div>\r\n				\r\n			</div>\r\n			<div id=\"nightstay-es\">\r\n				<span class=\"est-es\">Estancia de</span> <span id=\"numnights\">1</span> noche<span id=\"plural_nights\" style=\"display:none\">s</span>\r\n			</div>\r\n			<div style=\"clear:both\"></div>\r\n			<div class=\"col-1-3\">Habitaciones\r\n				<select id=\"Rooms\" name=\"Rooms\" class=\"s\" onchange=\"changeRooms();\">\r\n					<option>1</option> \r\n					<option>2</option> \r\n					<option>3</option> \r\n					<option>4</option> \r\n					<option>5</option> \r\n					<option>6</option> \r\n					<option>7</option> \r\n					<option>8</option> \r\n					<option>9</option> \r\n					<option>10</option> \r\n				</select>\r\n			</div>\r\n			<div class=\"col-1-3 adlts-es\"><span>Adultos</span>\r\n				<select id=\"Adults\" name=\"Adults\" class=\"s\" onchange=\"changeAdults();\">\r\n					<option>1</option> \r\n					<option selected=\"selected\">2</option> \r\n					<option>3</option> \r\n					<option>4</option> \r\n					<option>5</option> \r\n					<option>6</option> \r\n					<option>7</option> \r\n					<option>8</option> \r\n					<option>9</option> \r\n					<option>10</option> \r\n				</select>\r\n			</div>\r\n			<div class=\"col-1-3\" style=\"margin-right: 0\"> Niños\r\n				<select id=\"Children\" name=\"Children\" class=\"s\" onchange=\"changeChildren();\">\r\n					<option>0</option>\r\n					<option>1</option>\r\n					<option>2</option>\r\n					<option>3</option>\r\n				</select>\r\n			</div>	\r\n			<div style=\"clear:both\"></div>\r\n			<div id=\"sepline\" style=\"display:none\">\r\n				<hr style=\"clear:both; width: 100%;border: none;background-color: #ccc;color: #ccc;height: 1px;\">\r\n			</div>\r\n			<div style=\"clear:both\"></div>\r\n			<div id=\"roomsField\">\r\n			<script>\r\n				$(function() {\r\n					showRoomFields();\r\n				});\r\n			</script>\r\n			</div>\r\n			<div id=\"sepsearchbutton\" style=\"display:none; height: 60px\"></div>\r\n			<input name=\"FIND\" type=\"submit\" value=\"BUSCAR\" class=\"submitbutton\" >\r\n			<div style=\"clear:both\"></div>\r\n		</form>                      \r\n	</div>\r\n\r\n</div>\r\n\r\n<script>\r\n$(function() {\r\n	changeAdults();\r\n	changeChildren();\r\n});\r\n</script>\r\n', 0),
(275, 'en', 'Widgets', 'widget body - a7355799379a8d886c92315b732f6aa7', '<div id=\"CDSWIDWRM\" style=\"margin:0; padding:0; width:240px; border:none; background-color:#589442; overflow:hidden; height:auto; position:relative; \">\r\n<div style=\"padding:13px 11px;background-color:#fff;  border: 1px solid #589442; position:relative; \">\r\n<div style=\"margin:3px 0 3px; padding:0 0 8px; overflow:hidden; border-bottom:1px solid #CCCCCC; border-top:none; border-left:none; border-right:none; text-align:center;\">\r\n<script type=\"text/javascript\" src=\"http://www.jscache.com/weimg?itype=img2/branding/medium-logo-12096-2.png&amp;lang=es\"></script>\r\n</div>\r\n<div style=\"margin:0; padding:10px 0 8px; border:none; font:bold 14px Arial,Verdana,Tahoma,\'Bitstream Vera Sans\',sans-serif; color:#2c2c2c; text-align:center; line-height:normal; letter-spacing:0\">\r\nOpina sobre <a target=\"_blank\" style=\"margin:0;padding:0;border:none;background:transparent;text-decoration:underline;outline:none;font-weight:bold;font-size:14px;font-family:Arial,Verdana,Tahoma;color:#2c2c2c;text-align:center;line-height:normal;letter-spacing:0\" href=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\">Puerto Barillas</a>\r\n</div>\r\n<div style=\"margin:0px 0 0 0; padding:6px 0; border:none; background-color:none; white-space:nowrap;  text-align:center; margin-left:auto; margin-right:auto; position:relative; \">\r\n<input type=\"button\" onclick=\"window.open(\'http://www.tripadvisor.es/UserReview-g5414775-d2410034-m12096-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\')\" style=\"border:1px solid #EA9523; border:active:border:none;background:url(http://c1.tacdn.com/img2/sprites/yellow-button.png) 0 0 repeat-x #EA9523;  cursor:pointer; text-decoration:none; outline:none; font: bold 13px Arial,Tahoma,\'Bitstream Vera Sans\',sans-serif; color:#000; letter-spacing:0; vertical-align:center; text-align:center; width:auto; height:27px; position:relative;\" value=\"Escribe una opinión\"/> </div>\r\n</div>\r\n</div>', 0),
(282, 'en', 'Widgets', 'widget title - 9d0786b54a3a31c5669ad36b6cd36cfd', '	The Pacific Coasts’ Hidden Treasure									 				 				', 1),
(283, 'en', 'Widgets', 'widget body - 1657b0e20ab3ab9555da7df987548343', '<script>\r\n    (function() {\r\n        var randomId = Math.floor(Math.random() * 100000);\r\n        var targetElemId = \'bcom_rwidget_\' + randomId;\r\n        document.write(\'<div id=\"\' + targetElemId + \'\"></div>\');\r\n        var script   = document.createElement(\'script\');\r\n        script.type  = \'text/javascript\';\r\n        script.async = true;\r\n        script.src   = \'http://www.booking.com/review_widget/sv/puerto-barillas.en.html?tmpl=review_widget/review_widget&wid=\' + targetElemId + \'&wtype=box_small&hotel_id=1251457&widget_language=en\';\r\n        var node     = document.getElementsByTagName(\'script\')[0];\r\n        node.parentNode.insertBefore(script, node);\r\n    }());\r\n    </script>\r\n', 0),
(284, 'en', 'admin_texts_theme_ambassador', '[wpseo_titles]title-tax-post_tag', '%%term_title%% Archives %%page%% %%sep%% %%sitename%%', 0),
(285, 'en', 'Widgets', 'widget body - 4c5fd352282d31683cb9d3375f8a8ac5', '<body>\r\n<a href=\"http://puertobarillas.com/\"><img src=\"http://puertobarillas.com/es/wp-content/uploads/2016/06/idioma_01.png\" width=\"140\" height=\"28\" /></a><a href=\"http://puertobarillas.com/es/\"><img src=\"http://puertobarillas.com/es/wp-content/uploads/2016/06/idioma_02.png\" width=\"135\" height=\"28\" /></a>\r\n</body>', 0),
(286, 'en', 'Widgets', 'widget title - 4994a8ffeba4ac3140beb89e8d41f174', 'Language', 0),
(287, 'en', 'Widgets', 'widget body - d3adfa65b7e19347eab76d1fdaa9a61d', '<div id=\"TA_certificateOfExcellence13\" class=\"TA_certificateOfExcellence\"><ul id=\"gsuSeAzs\" class=\"TA_links 98IybzEw\"><li id=\"hcb80S6i\" class=\"WPvHS6AZO24z\"><a target=\"_blank\" href=\"https://www.tripadvisor.com/Hotel_Review-g7386394-d2410034-Reviews-Puerto_Barillas_Marina_Lodge-Puerto_Barillas_Usulutan_Department.html\"><img src=\"https://www.tripadvisor.com/img/cdsi/img2/awards/CoE2016_WidgetAsset-14348-2.png\" alt=\"TripAdvisor\" class=\"widCOEImg\" id=\"CDSWIDCOELOGO\"/></a></li></ul></div><script src=\"https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=13&amp;locationId=2410034&amp;lang=en_US&amp;year=2016&amp;display_version=2\"></script>', 0),
(288, 'en', 'Widgets', 'widget body - 79d3d8de9f5433876c36eef8cfb9c966', '<div id=\"TA_cdsscrollingravenarrow391\" class=\"TA_cdsscrollingravenarrow\"><ul id=\"v3hjNVNe2Yb\" class=\"TA_links ZpP7cLye\"><li id=\"Pig5qG6\" class=\"c86K4eVlGrs\"><a target=\"_blank\" href=\"https://www.tripadvisor.com/\"><img src=\"https://static.tacdn.com/img2/t4b/Stacked_TA_logo.png\" alt=\"TripAdvisor\" class=\"widEXCIMG\" id=\"CDSWIDEXCLOGO\"/></a></li></ul></div><script src=\"https://www.jscache.com/wejs?wtype=cdsscrollingravenarrow&amp;uniq=391&amp;locationId=2410034&amp;lang=en_US&amp;border=true&amp;backgroundColor=white&amp;display_version=2\"></script>', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_string_positions`
--

CREATE TABLE `wp_icl_string_positions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `string_id` bigint(20) NOT NULL,
  `kind` tinyint(4) DEFAULT NULL,
  `position_in_page` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_string_status`
--

CREATE TABLE `wp_icl_string_status` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `rid` bigint(20) NOT NULL,
  `string_translation_id` bigint(20) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  `md5` varchar(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_string_translations`
--

CREATE TABLE `wp_icl_string_translations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `string_id` bigint(20) UNSIGNED NOT NULL,
  `language` varchar(10) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `value` text DEFAULT NULL,
  `translator_id` bigint(20) UNSIGNED DEFAULT NULL,
  `translation_date` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_string_translations`
--

INSERT INTO `wp_icl_string_translations` (`id`, `string_id`, `language`, `status`, `value`, `translator_id`, `translation_date`) VALUES
(1, 5, 'es', 2, 'El Tesoro Escondido de la Bahía de Jiquilisco', NULL, '2014-06-20 19:32:27'),
(2, 3, 'es', 2, 'Galería de Fotos', NULL, '2013-11-25 20:42:56'),
(3, 4, 'es', 1, 'Buscar en Puerto Barillas', NULL, '2013-11-26 01:52:01'),
(4, 6, 'es', 1, 'Testimoniales', NULL, '2013-11-25 20:52:14'),
(5, 7, 'es', 1, 'Seguidores en Facebook', NULL, '2013-11-25 20:52:52'),
(6, 2, 'es', 2, 'Bienvenidos a El Salvador', NULL, '2013-11-25 20:53:09'),
(7, 10, 'es', 1, 'Noticias', NULL, '2013-11-25 20:53:58'),
(8, 13, 'es', 1, 'Experiencias en Puerto Barillas', NULL, '2013-11-26 02:26:23'),
(9, 14, 'es', 1, 'Puerto Barillas, Bienvenidos a El Salvador', NULL, '2013-11-26 02:01:52'),
(10, 15, 'es', 1, 'Puerto Barillas, Bienvenidos a El Salvador', NULL, '2013-11-26 02:02:13'),
(11, 12, 'es', 1, 'Bienvenidos a Puerto Barillas, El Salvador', NULL, '2014-06-20 19:32:48'),
(12, 11, 'es', 2, 'Puerto Barillas es un bello y acogedor destino turístico donde puede conectarse con la naturaleza y vivir sin las restricciones del tiempo, a sabiendas que ofrecemos cada pequeño detalle para que disfrute de sus vacaciones. Nuestras instalaciones son en sí un entorno de ensueño las cuales incluyen confortables interiores en cada uno de nuestras casas de árbol y apartamentos. Regocíjese con los frondosos jardines, contemple la maravillosa vista de soberbios volcanes, relájese con el canto de las aves y el sonido celestial de las apacibles y majestuosas aguas . Al atardecer, no se pierda de admirar el cambio de los cielos, reflejando colores de púrpura y oro. Disfrute de nuestros amplios jardines donde podrá tomar el sol, leer un libro, relajarse, hacer ejercicio o refrescarse en una de las piscinas. Si desea explorar alguna de las 27 islas en la Bahía de Jiquilisco, pregúntenos por los tours en panga, pontón o el uso de kayak.  En Puerto Barillas podrá disfrutar la diversidad de flora y fauna que solo se encuentra en la Bahía de Jiquilisco.', NULL, '2014-06-20 19:29:25'),
(13, 22, 'es', 1, 'No se encontró la pagina %%sep%% %%sitename%%', NULL, '2013-11-25 21:04:43'),
(14, 27, 'es', 1, 'Haga su reservación por teléfono', NULL, '2013-11-26 02:07:53'),
(15, 28, 'es', 1, 'Ver mapa', NULL, '2013-11-25 21:08:06'),
(16, 29, 'es', 1, 'Haga su reservación por e-mail:', NULL, '2013-11-26 02:10:31'),
(17, 9, 'es', 1, 'Información de Interés', NULL, '2013-11-26 02:12:03'),
(18, 262, 'es', 1, 'No se cargo el sitio %%sep%% %%sitename%%', NULL, '2014-07-18 02:59:15'),
(19, 258, 'es', 1, 'Puerto Barillas El Salvador. WEB OFICIAL - Mejor Precio Garantizado', NULL, '2015-04-16 20:28:04'),
(20, 280, 'es', 1, 'Puerto Barillas es un bello y acogedor destino turístico donde puede conectarse con la naturaleza, a sabiendas que ofrecemos cada pequeño detalle para que disfrute de sus vacaciones. Nuestras amplias  instalaciones incluyen piscina, área social (con WiFI), áreas para relajarse, restaurante y tienda de conveniencia.  Nuestra área de alojamiento, estilo “jungle lodge” cuenta con confortables “casas de árbol” y apartamentos.  Ofrecemos una diversidad de actividades, entre ellas: tours por la Bahía de Jiqulisco, tours en bicicleta, alquiler de Kayak, tour a santuario de monos arañas, tour a plantación de cacao, tours de pesca o Puerto Barillas es un maravilloso lugar para relajarse. En Puerto Barillas puede adquirir un paquete de día, alojarse en nuestro “jungle-lodge” o le ofrecemos tarifas grupales.  ¡Lo invtamos a que descubra y conozca este tesoro escondido en  la Bahía de Jiquilisco!', NULL, '2016-02-16 07:34:50'),
(21, 279, 'es', 1, 'El Tesoro Escondiido de la Bahia de Jiquilisco, El Salvador', NULL, '2016-02-15 09:18:23'),
(22, 282, 'es', 1, '	El Tesoro Escondido de la Bahía de Jiquilisco, El Salvador								 				 				', NULL, '2016-02-16 08:10:41'),
(23, 281, 'es', 1, '<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=es;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', NULL, '2016-02-16 08:14:43'),
(24, 278, 'es', 1, '<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=es;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', NULL, '2016-02-16 08:15:24');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_translate`
--

CREATE TABLE `wp_icl_translate` (
  `tid` bigint(20) UNSIGNED NOT NULL,
  `job_id` bigint(20) UNSIGNED NOT NULL,
  `content_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  `field_type` varchar(128) NOT NULL,
  `field_format` varchar(16) NOT NULL,
  `field_translate` tinyint(4) NOT NULL,
  `field_data` text NOT NULL,
  `field_data_translated` text NOT NULL,
  `field_finished` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_translate`
--

INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(1, 1, 0, '2013-11-25 19:56:55', 'title', 'base64', 1, 'QWN0aXZpdGllcw==', 'QWN0aXZpZGFkZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(2, 1, 0, '2013-11-25 19:56:55', 'body', 'base64', 1, 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQoNCjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkluZHVsZ2UgaW4gdGhlIGVuZGxlc3MgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGF0IHRoaXMgdHJvcGljYWwgcGFyYWRpc2UuIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgYW4gZXh0ZW5zaXZlIGFycmF5IG9mIGVudGVydGFpbmluZyBwdXJzdWl0cyBmb3IgdGhlIGVudGlyZSBmYW1pbHkuIExvdW5nZSBieSB0aGUgcG9vbC4gUmVsYXggb24gb25lIG9mIHRoZSBiYXkgaXNsYW5kcy4gQnJvd3NlIG91ciBjb252ZW5pZW5jZSBzdG9yZSBmb3IgdGhlIHBlcmZlY3Qgc291dmVuaXIuIEF0dGVuZCB0aGUgbW9ua2V5IHNhbmN0dWFyeSBhbmQgaGVhciBpbnRlcmVzdGluZyBhbmQgZnVubnkgc3RvcmllcyBvZiB0aGVzZSBmcmllbmRseSBzcGlkZXIgbW9ua2V5cywgdGFzdGUgb3VyIGRlbGljaW91cyBmb29kIHdpdGggbG92ZWx5IHZpZXdzIG9mIHRoZSBiYXkgYW5kIGl0cyBkaWZmZXJlbnQgY29sb3Vycy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgdW5mb3JnZXR0YWJsZSBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgZm9yIGFueSBhZ2UuPC9wPg0KPHN0cm9uZz48YSBpZD0iYm9hdHRvdXJzIiBuYW1lPSJib2F0dG91cnMiPjwvYT48L3N0cm9uZz4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDEuMTdlbTsiPkJvYXQgVG91cnM8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxoND5QYW5nYSBCb2F0IFRvdXJzLjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZXJlIGFyZSAyNyBkZXNlcnRlZCBpc2xhbmRzIGluIHRoZSBCYXkgb2YgSmlxdWlsaXNjby4gT3VyIGJvYXQgdG91cnMgdGFrZSBhcHByb3hpbWF0ZWx5IDMwIG1pbnV0ZXMgdG8gcmVhY2ggYW4gaXNsYW5kLCBzdXJyb3VuZGVkIGJ5IGJlYXV0aWZ1bCBzY2VuZXJ5LiBFeHBlY3QgdG8gc2VlOiBhbGxpZ2F0b3JzLCBleG90aWMgYmlyZHMgYW5kIG1hbmdyb3ZlcywgYW5kIHBpY3R1cmUtcGVyZmVjdCB2b2xjYW5vZXMgaW4gdGhlIGRpc3RhbmNlLiBPbmNlIHlvdSByZWFjaCB0aGUgYmVhY2gsIGJhdGhlIGFuZCBzd2ltIGluIHRoZSBiYXnigJlzIGNhbG0gYW5kIHdhcm0gd2F0ZXJzLiBZb3UgY291bGQgYWxzbyBiZSB0YWtlbiB0byBvbmUgb2YgdGhlIHR3byBiYXkgZGVsdGFzIGFuZCBzd2ltIGluIHRoZSBQYWNpZmljIE9jZWFuLiBXZSBoYXZlIGV2ZXJ5dGhpbmcgcHJlcGFyZWQgZm9yIHRoaXMgdHJpcDogYSBiaWcgdW1icmVsbGEgaWYgdG9vIG11Y2ggc3VuIGJvdGhlcnMsIGNoYWlycyBmb3IgcmVzdGluZyBhbmQgYmVzdCBvZiBhbGzigKYgd2UgY2FuIHByZXBhcmUgYSBjb29sZXIgd2l0aCB5b3VyIGZhdm9yaXRlIGJldmVyYWdlcy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkV4cGVyaWVuY2UgdGhlIGJlYXV0eSBvZiBuYXR1cmUgYXJvdW5kIFB1ZXJ0byBCYXJpbGxhcy4gRHVyaW5nIHRoZSB0b3VyIHlvdSB3aWxsIGVuam95IHRoZSBsYW5kc2NhcGUgb2YgdGhlIHZvbGNhbmljIHJpZGdlLCBtYW5ncm92ZSBmb3Jlc3RzLCBiaXJkIHdhdGNoaW5nLCBhbmQgZmlzaGVybWVuIGluIGZ1bGwgb3BlcmF0aW9uLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyNC5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU5IiBhbHQ9InRvdXI0IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjQuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzPC9zcGFuPjwvc3Ryb25nPjwvaDI+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4qQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLjwvc3Bhbj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIHRvIExhIENoZXBvbmE8L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFkZGl0aW9uYWwgSG91ciBhdCB0aGUgZGVzdGluYXRpb246ICQ1Ni4wMDwvc3Bhbj4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QbGVhc2Ugbm90ZSB0aGF0IGFsbCBwcmljZXMgaW5jbHVkZSAoMTMlIElWQSkuwqAgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIHRpcHMuDQo8L3NwYW4+PC9zdHJvbmc+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zcGFuPjwvc3Ryb25nPg0KPGgzPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFib3V0IElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklzbGEgUGFqYXJpdG86PC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIHN0cmFuZ2UgYW5kIG1pcmFjdWxvdXMgaW1hZ2UsIG1hZGUg4oCL4oCLb2YgbGVhZCwgaXMgZm91bmQgb24gdGhlIG1haW4gYWx0YXIgb2YgdGhlIGNodXJjaCBvZiBTYW50YSBNYXJpYSBpbiBVc3VsdXRhbi4gVGhlIHJlc2lkZW50cyBoYWQgYSBmaXNoZXJtYW4gb2YgdGhlIGJheXdvcmtpbmcgaW4gdGhlIHdhdGVycyBuZWFyIEJpcmQgSXNsYW5kLCB3aGVuLCBzdWRkZW5seSwgdGhlIHNlYSB3YXMgY3VybGVkLCB0aGUgZGVncmVlIHRvIHdyZWNrIGhpcyBib2F0LiBTdWNoIHdhcyB0aGUgYW54aWV0eSBhbmQgZmVhciB0aGF0IHRoZSBmaXNoZXJtYW4gaW52b2tlZCBoaXMgc2FsdmF0aW9uIGZyb20gU2FuIEFudG9uaW8uIFdoZW4gaGUgYXdva2UsIGhlIHdhcyBpbiB0aGUgQmlyZCBJc2xhbmQgYmVhY2hlcyBhbmQgaW4gaGlzIGhhbmQgdGhlIHNhdmluZyBpbWFnZS4gRnJvbSB0aGVyZSwgdGhlIG1hbiBwcm9taXNlZCB0byBiZSB0aGUgcHJvdGVjdG9yIG9mIHRoZSBzbWFsbCBlZmZpZ3kuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU2IiBhbHQ9InRvdXIxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5UaGVuLCB3aGVuIG1hbiBhbmQgc3RhdHVlIHdlcmUgY2FsbGVkIHRvIHRoZSBiZWRzaWRlIG9mIGEgc2ljaywgaGUgaGVhbGVkIHRoZW0uIFRoaXMgaGFwcGVuZWQgbWFueSB0aW1lcyB1bnRpbCB0aGUgaW1hZ2Ugd2FzIHJlcXVpcmVkIGJ5IHRoZSBjaHVyY2gsIGJ1dCB0aGUgbWFuIHJlZnVzZWQgdG8gc3VycmVuZGVyIGl0LCB0aGVyZWZvcmUsIHRoZSBwb2xpY2UgYXJyZXN0ZWQgaGltIGZvciB0aGUgcHVycG9zZSBvZiBjb25maXNjYXRpbmcgdGhlIGltYWdlLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFuIGFmdGVybm9vbiBvbiB0aGUgaXNsYW5kIGlzIGEgc2lnaHQgdG8gcmVjb25uZWN0IHdpdGggbmF0dXJlLiBUaGlzIHNtYWxsIHNwYWNlIGlzIG9uZSBvZiB0aGUgZmF2b3JpdGUgcGxhY2VzIGZvciB0aGUgYmlyZHMgdGhhdCBpbmhhYml0IHRoZSBiYXkuIFNvIGFsb25nIHdpdGggdGhlIHN1bnNldCwgQmlyZCBJc2xhbmQgaXMgd3JhcHBlZCB3aXRoIHRoZSBwcmVzZW5jZSBhbmQgdGhlIHVuaXF1ZSBtZWxvZHkgb2YgdmFyaW91cyBzcGVjaWVzIG9mIGJpcmRzLsKgPC9zcGFuPlRoaXMgZGVzdGluYXRpb24gaXMgY2xvc2UgdG8gUHVudGEgU2FuIEp1YW4uPC9wPg0KDQo8aDM+PHN0cm9uZz5QdW50YSBTYW4gSnVhbjwvc3Ryb25nPjwvaDM+DQo8dWw+DQoJPGxpPlBsYWNpZCB3YXRlcnMsIGEgcGFyYWRpc2lhY2FsIHBsYWNlIGxvY2F0ZWQgb24gdGhlIHBlbmluc3VsYSBvZiBTYW4gSnVhbiBkZWwgR296by48L2xpPg0KCTxsaT5Gb3IgQm9hdCBUb3VycyBvciBUcmFuc3BvcnRhdGlvbiB0bzo8L2xpPg0KCTxsaT5QYW5nYSBCb2F0PC9saT4NCgk8bGk+Rm9yIFB1bnRhIFNhbiBKdWFuIMKgKDMgaG91cnMgbWF4aW11bSnCoCA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBMYSBQaXJyYXlhICgzIGhvdXJzIG1heGltdW0pOiAkMTEzLjAwPC9saT4NCgk8bGk+Rm9yIEVzcGlyaXR1IFNhbnRvwqAgKDQgaG91cnMgbWF4aW11bSk6ICQxOTUuMDDCoMKgwqDCoCBWaXNpdCBhIENvY29udXQgT2lsIFByb2R1Y3Rpb24gQ2VudGVyLjwvbGk+DQoJPGxpPkZvciBNYWRyZXNhbMKgICg0IGhvdXJzIG1heGltdW0pIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIEVsIEVzcGlubyAoNCBob3VycyBtYXhpbXVtKTogJDIxMy4wMDwvbGk+DQoJPGxpPkZvciBQdWVydG8gRWwgVHJpdW5mbyAoNCBob3VycyBtYXhpbXVtKTogJDE3NS4wMDwvbGk+DQoJPGxpPkZvciBDb3JyYWwgZGUgTXVsYXM6ICg0IGhvdXJzIG3DoXhpbXVtOiAkMTUwLjAwPC9saT4NCgk8bGk+KlByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS/CoCBBZGRpdGlvbmFsIGhvdXI6ICQ1Ni4wMDwvbGk+DQo8L3VsPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdW50YSBTYW4gSnVhbiwgQ29ycmFsIGRlIE11bGFzPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdWVydG8gRWwgVHJpdW5mbzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL3RvdXIyLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTciIGFsdD0idG91cjIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMi5qcGciIHdpZHRoPSIzNzYiIGhlaWdodD0iNDczIiAvPjwvYT48L2gzPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Fc3Bpcml0dSBTYW50bzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzAuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCuKAoiBQcmljZXMgc3ViamVjdCBjaGFuZ2UvYWRkaXRpb25hbCBob3VyIGZvciBwYWNrOiAkNjIgcGVyIHBvbnRvb24gKG5vdCBzYWxpbGluZykNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1lbWJlcnM6wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+RnJlZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVlcnRvIEJhcmlsbGFzIHN1Z2dlc3QgdGhlIGN1c3RvbWVycyB0byBicmluZyBiYW5hbmFzIGluIG9yZGVyIHRvIG9wdGltaXplIHRoaXMgZXhwZXJpZW5jZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+4oCiIDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Gb3IgZ3JvdXAgcGFja2FnZXMgaW5jbHVkaW5nIHRoZSBtb25rZXkgc2FuY3R1YXJ5LCBwbGVhc2UgZW1haWwgdXPCoDxhIGhyZWY9Im1haWx0bzppbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmluZm9AcHVlcnRvYmFyaWxsYXMuY29tPC9hPjwvc3Bhbj4NCjxhIGlkPSJrYXlhayIgbmFtZT0ia2F5YWsiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPktheWFrIFJlbnRhbDwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2VzOg0KPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6PC9zcGFuPg0KPHVsPg0KCTxsaT4kMTAuMDAgZm9yIHNpbmdsZSBLYXlhazwvbGk+DQoJPGxpPiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSnCoDxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZpdmUgSG91cnM8L3NwYW4+PC9saT4NCgk8bGk+JDE1LjAwIGZvciBzaW5nbGUgS2F5YWs8L2xpPg0KCTxsaT4kMjUuMDAgZm9yIGRvdWJsZSBLYXlhaw0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NCIgYWx0PSJrYXlhazEiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9saT4NCjwvdWw+DQo8c3Ryb25nPjxhIGlkPSJmaXNoaW5nIiBuYW1lPSJmaXNoaW5nIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+wqA8c3Ryb25nPlNwb3J0LWZpc2hpbmc8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMDsiPkRlZXAgU2VhIEZpc2hpbmc8L3NwYW4+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij4gV2hvbGUgRGF5IFBhY2thZ2U8L3NwYW4+DQoNClRoaXMgcGFja2FnZSBpcyBhIGRhaWx5IHRvdXIgYW5kIG5lZWRzIHRvIGJlIGJvb2tlZCBhdCBsZWFzdCAxMCBkYXlzIGluIGFkdmFuY2UgKGNvbmZpcm1hdGlvbiBvbmx5L2FzIHJlcXVlc3QpDQpGaXNoaW5nIFNjaGVkdWxlOiBTYWlsaW5nIG91dCBvZiBQdWVydG8gQmFyaWxsYXMgNmFtIFJldHVybmluZzogNnBtDQoNCioyIGhvdXJzIGJvYXQgc2FpbGluZyBmcm9tIGlubGV0IHRvIGZpc2hpbmcgc3BvdC4NCg0KQSBmdWxsIGRheSBkZWVwLXNlYSBmaXNoaW5nIHdpdGggYSBwcm9mZXNzaW9uYWw6IENoaWEgQ2hpYW4gSnVhbmcgd2hvIGhhcyB3b24gc2V2ZXJhbCBmaXNoaW5nIHRvdXJuYW1lbnRzLg0KQm9hdDogMjIgUHJva2F0IHdpdGggMiBZYW1haGEgMTE1IDQgc3Ryb2tlIGVxdWlwcGVkIHdpdGggZnVzaW9uIHNvdW5kIHN5c3RlbSwgR2FybWluIEdQUyBhbmQgbG93cmFuY2UgZmlzaCBmaW5kZXIuDQoNCkdlYXI6IDcgVHJvbGxpbmcvIFNwaW5uaW5nIHJlZWxzIGFuZCByb2RzIHdpdGggcGxlYW50eSBvZiB0cm9sbGluZyAvc3ByeSBsdXJlcyAsIGxpZmUgdmVzdCBhbmQgYWxsIG9mIHRoZSBmaXNoaW5nIGVxdWlwbWVudCBuZWNlc3NhcnkgZm9yIGEgZ29vZCBkYXkgb2YgZmlzaGluZyAod2l0aCBHTyBQUk8gdmlkZW8gY2FtZXJhIGluY2x1ZGVkKQ0KDQpGaXNoaW5nIFRhcmdldDogQnVsbCBtYWhpIG1haGksIEJsdWUgTWFybGluLCBCbGFjayBNYXJsaW4sIFllbGxvd2ZpbiBUdW5hLCB3YWhvbywgc2FpbGZpc2gsIHJvb3N0ZXJmaXNoLCBqYWNrIGNyYXZhbGxlLg0KDQpUaGUgdG90YWwgcHJpY2UgZm9yIHlvdXIgRGVlcCBzZWEgZmlzaGluZyBwYWNrYWdlIGluY2x1ZGVzOg0KPHVsPg0KCTxsaT5UaGUgZXF1aXBtZW50PC9saT4NCgk8bGk+RmlzaGluZyB3aXRoIGEgUHJvPC9saT4NCgk8bGk+Qm9hdCByaWRlPC9saT4NCjwvdWw+DQpMdW5jaCBCb3g6DQpIYW1idXJnZXIgb3Igc2FuZHdpY2ggYW5kIGNoaXBzLyBncmFub2xhIGJhci8xIGRyaW5rDQoNClRheGVzDQoqQSBjb29sZXIgd2lsbCBiZSBpbiB0aGUgYm9hdCBhbmQgYXQgdGhlIGVuZCBvZiB0aGUgdHJpcCwgeW91IGNhbiBwYXkgZm9yIGFkZGl0aW9uYWwgZHJpbmtzLg0KPHRhYmxlIHdpZHRoPSI1ODciIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iMzIxIj48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1pbmltdW06IDMgcGVvcGxlLyBNYXhpbXVtIDcgcGVvcGxlPC9zcGFuPjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvc3Bhbj48L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5QcmljZSBwZXIgcGVyc29uwqAgKGJhc2Ugb24gNsKgIHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxODY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NSIgYWx0PSJrYXlhazIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+DQoNCiZuYnNwOw0KDQoqIEEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuDQoqIFBsZWFzZSBub3RlIHRoYXQgb3VyIHJlc3RhdXJhbnQgY2xvc2VzIGF0IDY6MzBwbSBzbyBwbGVhc2Ugb3JkZXIgZGlubmVyIHRoZSBuaWdodCBiZWZvcmUgdGhlIGZpc2hpbmcgdG91ci4NCiogRG9lcyBub3QgaW5jbHVkZSBpbnRlcm5hdGlvbmFsIGFpcmZhcmUNCiogUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcykNCg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCjxzdHJvbmc+Qm9hdCBSZW50YWwgd2l0aCBQaWxvdDwvc3Ryb25nPg0KPHVsPg0KCTxsaT4kMTY5LjAwICg0IGhvcmFzKTwvbGk+DQoJPGxpPiQgMjExLjAwICg1IGhvcmFzKTwvbGk+DQoJPGxpPiQyNTMuMDAgKDYgaG9yYXMpPC9saT4NCjwvdWw+DQrigKIgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIGVxdWlwbWVudC4gVmlzaXRvcnMgbXVzdCBicmluZyB0aGVpciBvd24gZXF1aXBtZW50IDxhIGlkPSJhaXIiIG5hbWU9ImFpciI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+QWlyIFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkVuam95IEVsIFNhbHZhZG9yIGFuZCBKaXF1bGlzY28gQmF5IGJ5IGFpci4gUmVudCBvbmUgb2Ygb3VyIGFpcmNyYWZ0IHdpdGggYW4gZXhwZXJpZW5jZWQgY29tbWVyY2lhbCBwaWxvdCBhbmQgZ2V0IHRvIHNlZSBFbCBTYWx2YWRvciBmcm9tIGEgZGlmZmVyZW50IHBlcnNwZWN0aXZlLiBZb3UgbWF5IGFsc28gcmVudCB0aGUgYWlyY3JhZnQgdG8gdHJhdmVsIHRvIEd1YXRlbWFsYSBvciBIb25kdXJhcyBpbiBhIGNvbWZvcnRhYmxlIGFuZCBTdHlsaXNoIG1hbm5lci48L3A+DQpQcmVjaW9zDQo8dWw+DQoJPGxpPiQ1NTAuMDAgcGx1cyB0YXhlcyAoIElWQSktIEF6dGVjYSAoWVMtMTY0LVApIE1heGltdW0gOiA1IHBhc3NlbmdlcnM8L2xpPg0KCTxsaT4kNzAwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpIE5hdmFqbyAoWVMtMzExLVApLiBNYXhpbXVtIDogNyBwYXNzZW5nZXJzPC9saT4NCjwvdWw+DQpQbGVhc2Ugbm90ZSB0aGF0IHdlIG9ubHkgY2hhcmdlIHBlciBob3VyIHNvIGlmIHlvdSB0YWtlIGEgZmxpZ2h0IGZvciAyLjUgaG91cnMsIHdlIHdpbGwgY2hhcmdlIDMgaG91cnMgZmxpZ2h0DQoNCldlIGRvIG5vdCBjaGFyZ2UgdGhlIHRpbWUgdGhhdCB0aGUgZmxpZ2h0IGlzIG5vdCBpbiB1c2UuIEZvciBleGFtcGxlLCBpZiB5b3UgZmx5IGZyb20gSWxvcGFuZ28gdG8gUHVlcnRvIEJhcmlsbGFzIGFuZCB3YW50IHRvIHN0YXkgdGhlIHdob2xlIGRheSBpbiBCYXJpbGxhcywgd2Ugd2lsbCBvbmx5IGNoYXJnZSB5b3UgMS0yIGhvdXJzIGZvciB0aGUgZmxpZ2h0IGFuZCB5b3UgY2FuIGVuam95IHRoZSByZXN0IG9mIHRoZSBkYXkNCg0KRm9yIGludGVybmF0aW9uYWwgZmxpZ2h0cyBvciBvdGhlciBmbGlnaHRzOiBwYXNzZW5nZXJzIGFyZSByZXNwb25zaWJsZSBmb3IgYWxsIG90aGVyIGNoYXJnZXMgc3VjaCBhcyBhaXJwb3J0IGZlZXMsIGxhbmRpbmcgZmVlcywgcGlsb3QgbWVhbHMgYW5kIG90aGVyIGNoYXJnZXMgdGhhdCBtYXkgaW5jdXIgaW4gdGhlaXIgdHJpcC4NCg0K4oCiIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS48c3Ryb25nPjxhIGlkPSJoYXciIG5hbWU9ImhhdyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvYXZpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1MyIgYWx0PSJhdmlvbiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2F2aW9uLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvaDI+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij5IYXdza2JpbGwgVHVydGxlPC9zcGFuPjwvc3Bhbj48L3N0cm9uZz48L2gyPg0KPHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxZW07Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4oTGF0ZSBBcHJpbC0gU2VwdGVtYmVyLSBCZXN0IHRpbWUtIEp1bHkpPC9zcGFuPjwvc3Ryb25nPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PGEgaHJlZj0iaHR0cDovL3d3dy5oYXdrc2JpbGwub3JnLyIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5oYXdrc2JpbGwub3JnPC9hPjwvc3Bhbj48L2VtPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VG91ciBvbiByZXF1ZXN0IG9ubHnigKY8L3NwYW4+PC9lbT4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XSEFUIFlPVSBTSE9VTEQgS05PVyBBQk9VVCBIQVdLU0JJTEwgU0VBIFRVUlRMRSBUT1VSPC9zcGFuPjwvc3Ryb25nPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklUSU5FUkFSWTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIGxvY2FsIGJvYXQgZHJpdmVyIHdpbGwgbWVldCB3aXRoIHlvdSBhdCB0aGUgaGFyYm91ciBvZiBQdWVydG8gQmFyaWxsYXMgbm9ybWFsbHnCoDxzdHJvbmc+YXQgMTk6MDBoIGhvd2V2ZXIgY291bGQgYmUgZmxleGlibGUgbm90aWZ5aW5nIGluIGFkdmFuY2U8L3N0cm9uZz4uIFRyYW5zcG9ydGF0aW9uIGluIHRoZSBlc3R1YXJ5IHdpbGwgYmUgYXJvdW5kIDMwIG1pbnV0ZXMgdG8gTGEgUGlycmF5YSBJc2xhbmQgd2hlcmUgeW914oCZbGwgcmVjZWl2ZSBhIGJyaWVmIGludHJvZHVjdGlvbiBhYm91dCB0aGUgcHJvamVjdCBhbmQgc2VhIHR1cnRsZXMgaW4gZ2VuZXJhbCBmb3IgMjAgbWludXRlcy4gQWZ0ZXIgdGhhdCB3ZcK0bGwgdmlzaXQgdGhlIGhhdGNoZXJ5IGFuZCB0aGVuIHdlwrRsbCB3YWxrwqA8c3Ryb25nPmFyb3VuZCBmb3VyIGtpbG9tZXRlcnPCoDwvc3Ryb25nPnRvIHRoZSBiZWFjaCBmb3LCoDxzdHJvbmc+YXBwcm94aW1hdGVseSAyIGhvdXJzPC9zdHJvbmc+LiBUaGXCoDxzdHJvbmc+d2hvbGUgdG91ciB3aWxsIHRha2UgYXBwcm94aW1hdGVseSAzLDUgaG91cnM8L3N0cm9uZz4uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JTVBPUlRBTkNFOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBhdHJvbGxpbmcgYXQgbmlnaHQgZW5hYmxlcyB1cyB0byBvYnRhaW4gYSBsb3Qgb2YgaW5mb3JtYXRpb24gZnJvbSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBUdXJ0bGUgdG91cnMgaW52b2x2ZSBsb2NhbCBwZW9wbGUgaW4gc3VzdGFpbmFibGUgYWN0aXZpdGllcyB0aGF0IGxldCB0aGVtIHRvIGdldCBpbmNvbWVzIGhlbHBpbmcgdG8gdGhlIGNvbnNlcnZhdGlvbi4gVGhpcyBpcyB3aHkgeW91ciBwcmVzZW5jZSBvbiB0aGUgYmVhY2ggaXMgc28gaW1wb3J0YW50LiBUaGFuayB5b3UgdmVyeSBtdWNoIG9uY2UgbW9yZSB0aW1lIGZvciBiZWluZyBoZXJlIGFuZCBoZWxwaW5nIHVzIG9uIHRoaXMgcHJvamVjdC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkRFQ0lTSU9OIE1BS0lORzwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+T25lIG9mIHRoZSBsb2NhbCBndWlkZXMgd2lsbCBiZSBsZWFkaW5nIHRoZSB0dXJ0bGUgdG91ciwgcGxlYXNlIG9ubHkgd2FsayBiZWhpbmQgb3IgYWxvbmdzaWRlIGhpbS9oZXIsIG5ldmVyIGluIGZyb250LCBzaW5jZSB3ZSB3aWxsIGJlIGFibGUgdG8gc2hvdyB5b3UgaG93IHRvIGRpc3Rpbmd1aXNoIHRoZSB0dXJ0bGUgdHJhY2tzIGFuZCB3ZSB3aWxsIGJlIGFibGUgdG8gc3BvdCB0aGVtIG9uIHRpbWUgdG8gc3RvcCBhbmQgbm90IHNjYXJlIHRoZSBuZXN0aW5nIHR1cnRsZXMuIFdoZW4gd2Ugc2VlIGEgdHVydGxlLCB5b3Ugd2lsbCB3YWl0LiBUaGUgbG9jYWwgZ3VpZGUgd2lsbCBhcHByb2FjaCBoZXIgY2FyZWZ1bGx5IGFuZCBsZXQgeW91IGtub3cgd2hhdCBzaGUgaXMgZG9pbmcgYW5kIHdoYXQgeW91IHdpbGwgZG8uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XQUxLIFJJVEhNPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjrCoDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JZiBhdCBhbnkgbW9tZW50LCB5b3UgbmVlZCB0byBzdG9wIHRvIGhhdmUgYSByZXN0LCBhIGRyaW5rIG9mIHdhdGVyLCBvciB5b3XCtGQgcHJlZmVyIHRvIHdhbGsgYSBiaXQgc2xvd2VyLCBsZXQgdXMga25vdywgdGhlcmUgaXMgbm8gcHJvYmxlbTsgdGhlIG1vc3QgaW1wb3J0YW50IHRoaW5nIGlzIHdhbGsgdG9nZXRoZXIuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5MSUdIVFM6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VHVydGxlcyBhcmUgdmVyeSBzZW5zaXRpdmUgdG8gbGlnaHQgYW5kIGZsYXNobGlnaHRzIGhhdmUgdG8gdXNlIG9ubHkgd2hlbiBhcmUgbmVjZXNzYXJ5LiBZb3UgbWlnaHQgd2FudCB0byBicmluZyB5b3VyIHdoaXRlwqA8c3Ryb25nPmZsYXNobGlnaHTCoDwvc3Ryb25nPmZvciB3YWxraW5nIG9uIHRoZSB0cmFpbCwgd2hpY2ggeW91IHdpbGwgbmVlZCB0byBkbyBpbiBjYXNlIHRoZXJlIGlzIG5vIGJlYWNoIGJlY2F1c2UgdGhlIHRpZGUgaXMgdG9vIGhpZ2gsIGJ1dCBpdCBzaG91bGQgYmUga2VwdCBhd2F5IGR1cmluZyB0aGUgcmVzdCBvZiB0aGUgcGF0cm9sLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBUTyBCUklORzrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BbHdheXMgdGFrZSBhwqA8c3Ryb25nPndhdGVyIGJvdHRsZcKgPC9zdHJvbmc+d2l0aCB5b3Ugc2luY2Ugd2Ugd2lsbCBiZSB3b3JraW5nIGFuZCB3YWxraW5nIGZvciBhIGxvbmcgdGltZS4gVGFrZSB5b3VywqA8c3Ryb25nPnJhaW4gZ2Vhcjwvc3Ryb25nPiwgaXQgcmFpbnMgYWxtb3N0IGV2ZXJ5IG5pZ2h0LCBldmVuIGlmIGl0wrRzIGp1c3QgZm9yIGEgbGl0dGxlIHdoaWxlLiBVc2XCoDxzdHJvbmc+Y2xvc2VkIHRvZWQgc2hvZXPCoDwvc3Ryb25nPmFuZCBsb25nIHRyb3VzZXJzLCBzaW5jZSB0aGVyZSBpcyBhIGxvdCBvZiBnYXJiYWdlLCBzcGluZXMgYW5kIHRpbWJlciBvbiB0aGUgYmVhY2ggdGhhdCBtaWdodCBodXJ0IHlvdSwgYW5kIHRoZXkgYXJlIG5lY2Vzc2FyeSBmb3Igd2hlbiB3YWxraW5nIG9uIHRoZSB0cmFpbC4gWW91IHdpbGwgYWxzbyBuZWVkIHRvIHVzZcKgPHN0cm9uZz5kYXJrIGNsb3RoZXPCoDwvc3Ryb25nPnNvIHRoYXQgeW91IGRvIG5vdCBzdGFuZCBvdXQgdG9vIG11Y2ggYXQgbmlnaHQgb24gdGhlIGJlYWNoLiBPdGhlcndpc2UswqA8c3Ryb25nPmluc2VjdCByZXBlbGxlbnTCoDwvc3Ryb25nPndpbGwgaGVscCB5b3UgdG8gZW5qb3kgdGhlIHNlYSB0dXJ0bGUgdG91ciBlYXNpbHnigKbigKYuPC9zcGFuPjwvcD4NCg0KPHRhYmxlIHdpZHRoPSI2MjIiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTYiPlVTJDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4xIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4yIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4zIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij40IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij41IHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPkNvc3QvcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj44MjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+NDM8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjMwPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4yNDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij43IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+OCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjkgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMCBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTg8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE2PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjEzPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzdHJvbmc+T3RoZXIgYWN0aXZpdGllcyB1bmRlciBkZXZlbG9wbWVudDwvc3Ryb25nPg0KDQrigKIgSG9yc2ViYWNrIHJpZGluZyB0b3Vycw0KDQrigKIgQmljeWNsZSBUb3Vycw0KDQrigKIgQ2FjYW8gVG91cnMNCg0KTGVhcm4gYWJvdXQgRWwgU2FsdmFkb3LigJlzIGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGNhY2FvDQoNCmh0dHA6Ly93d3cubGFwcmVuc2FncmFmaWNhLmNvbS9tYW5qYXItZGUtZGlvc2VzDQoNCuKAoiBDb2NvbnV0IG9pbCBwcm9kdWN0aW9uIHRvdXJzICggdmlzaXQgSXNsYSBFc3Bpcml0dSBTYW50bykNCg0KPHN0cm9uZz48YSBocmVmPSIjdG9wIj7CoFJldHVybiBUb3AgUGFnZTwvYT48L3N0cm9uZz4=', 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQoNCjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkluZHVsZ2UgaW4gdGhlIGVuZGxlc3MgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGF0IHRoaXMgdHJvcGljYWwgcGFyYWRpc2UuIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgYW4gZXh0ZW5zaXZlIGFycmF5IG9mIGVudGVydGFpbmluZyBwdXJzdWl0cyBmb3IgdGhlIGVudGlyZSBmYW1pbHkuIExvdW5nZSBieSB0aGUgcG9vbC4gUmVsYXggb24gb25lIG9mIHRoZSBiYXkgaXNsYW5kcy4gQnJvd3NlIG91ciBjb252ZW5pZW5jZSBzdG9yZSBmb3IgdGhlIHBlcmZlY3Qgc291dmVuaXIuIEF0dGVuZCB0aGUgbW9ua2V5IHNhbmN0dWFyeSBhbmQgaGVhciBpbnRlcmVzdGluZyBhbmQgZnVubnkgc3RvcmllcyBvZiB0aGVzZSBmcmllbmRseSBzcGlkZXIgbW9ua2V5cywgdGFzdGUgb3VyIGRlbGljaW91cyBmb29kIHdpdGggbG92ZWx5IHZpZXdzIG9mIHRoZSBiYXkgYW5kIGl0cyBkaWZmZXJlbnQgY29sb3Vycy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgdW5mb3JnZXR0YWJsZSBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgZm9yIGFueSBhZ2UuPC9wPg0KPHN0cm9uZz48YSBpZD0iYm9hdHRvdXJzIiBuYW1lPSJib2F0dG91cnMiPjwvYT48L3N0cm9uZz4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDEuMTdlbTsiPkJvYXQgVG91cnM8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxoND5QYW5nYSBCb2F0IFRvdXJzLjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZXJlIGFyZSAyNyBkZXNlcnRlZCBpc2xhbmRzIGluIHRoZSBCYXkgb2YgSmlxdWlsaXNjby4gT3VyIGJvYXQgdG91cnMgdGFrZSBhcHByb3hpbWF0ZWx5IDMwIG1pbnV0ZXMgdG8gcmVhY2ggYW4gaXNsYW5kLCBzdXJyb3VuZGVkIGJ5IGJlYXV0aWZ1bCBzY2VuZXJ5LiBFeHBlY3QgdG8gc2VlOiBhbGxpZ2F0b3JzLCBleG90aWMgYmlyZHMgYW5kIG1hbmdyb3ZlcywgYW5kIHBpY3R1cmUtcGVyZmVjdCB2b2xjYW5vZXMgaW4gdGhlIGRpc3RhbmNlLiBPbmNlIHlvdSByZWFjaCB0aGUgYmVhY2gsIGJhdGhlIGFuZCBzd2ltIGluIHRoZSBiYXnigJlzIGNhbG0gYW5kIHdhcm0gd2F0ZXJzLiBZb3UgY291bGQgYWxzbyBiZSB0YWtlbiB0byBvbmUgb2YgdGhlIHR3byBiYXkgZGVsdGFzIGFuZCBzd2ltIGluIHRoZSBQYWNpZmljIE9jZWFuLiBXZSBoYXZlIGV2ZXJ5dGhpbmcgcHJlcGFyZWQgZm9yIHRoaXMgdHJpcDogYSBiaWcgdW1icmVsbGEgaWYgdG9vIG11Y2ggc3VuIGJvdGhlcnMsIGNoYWlycyBmb3IgcmVzdGluZyBhbmQgYmVzdCBvZiBhbGzigKYgd2UgY2FuIHByZXBhcmUgYSBjb29sZXIgd2l0aCB5b3VyIGZhdm9yaXRlIGJldmVyYWdlcy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkV4cGVyaWVuY2UgdGhlIGJlYXV0eSBvZiBuYXR1cmUgYXJvdW5kIFB1ZXJ0byBCYXJpbGxhcy4gRHVyaW5nIHRoZSB0b3VyIHlvdSB3aWxsIGVuam95IHRoZSBsYW5kc2NhcGUgb2YgdGhlIHZvbGNhbmljIHJpZGdlLCBtYW5ncm92ZSBmb3Jlc3RzLCBiaXJkIHdhdGNoaW5nLCBhbmQgZmlzaGVybWVuIGluIGZ1bGwgb3BlcmF0aW9uLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyNC5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU5IiBhbHQ9InRvdXI0IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjQuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzPC9zcGFuPjwvc3Ryb25nPjwvaDI+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4qQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLjwvc3Bhbj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIHRvIExhIENoZXBvbmE8L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFkZGl0aW9uYWwgSG91ciBhdCB0aGUgZGVzdGluYXRpb246ICQ1Ni4wMDwvc3Bhbj4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QbGVhc2Ugbm90ZSB0aGF0IGFsbCBwcmljZXMgaW5jbHVkZSAoMTMlIElWQSkuwqAgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIHRpcHMuDQo8L3NwYW4+PC9zdHJvbmc+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zcGFuPjwvc3Ryb25nPg0KPGgzPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFib3V0IElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklzbGEgUGFqYXJpdG86PC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIHN0cmFuZ2UgYW5kIG1pcmFjdWxvdXMgaW1hZ2UsIG1hZGUg4oCL4oCLb2YgbGVhZCwgaXMgZm91bmQgb24gdGhlIG1haW4gYWx0YXIgb2YgdGhlIGNodXJjaCBvZiBTYW50YSBNYXJpYSBpbiBVc3VsdXRhbi4gVGhlIHJlc2lkZW50cyBoYWQgYSBmaXNoZXJtYW4gb2YgdGhlIGJheXdvcmtpbmcgaW4gdGhlIHdhdGVycyBuZWFyIEJpcmQgSXNsYW5kLCB3aGVuLCBzdWRkZW5seSwgdGhlIHNlYSB3YXMgY3VybGVkLCB0aGUgZGVncmVlIHRvIHdyZWNrIGhpcyBib2F0LiBTdWNoIHdhcyB0aGUgYW54aWV0eSBhbmQgZmVhciB0aGF0IHRoZSBmaXNoZXJtYW4gaW52b2tlZCBoaXMgc2FsdmF0aW9uIGZyb20gU2FuIEFudG9uaW8uIFdoZW4gaGUgYXdva2UsIGhlIHdhcyBpbiB0aGUgQmlyZCBJc2xhbmQgYmVhY2hlcyBhbmQgaW4gaGlzIGhhbmQgdGhlIHNhdmluZyBpbWFnZS4gRnJvbSB0aGVyZSwgdGhlIG1hbiBwcm9taXNlZCB0byBiZSB0aGUgcHJvdGVjdG9yIG9mIHRoZSBzbWFsbCBlZmZpZ3kuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU2IiBhbHQ9InRvdXIxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5UaGVuLCB3aGVuIG1hbiBhbmQgc3RhdHVlIHdlcmUgY2FsbGVkIHRvIHRoZSBiZWRzaWRlIG9mIGEgc2ljaywgaGUgaGVhbGVkIHRoZW0uIFRoaXMgaGFwcGVuZWQgbWFueSB0aW1lcyB1bnRpbCB0aGUgaW1hZ2Ugd2FzIHJlcXVpcmVkIGJ5IHRoZSBjaHVyY2gsIGJ1dCB0aGUgbWFuIHJlZnVzZWQgdG8gc3VycmVuZGVyIGl0LCB0aGVyZWZvcmUsIHRoZSBwb2xpY2UgYXJyZXN0ZWQgaGltIGZvciB0aGUgcHVycG9zZSBvZiBjb25maXNjYXRpbmcgdGhlIGltYWdlLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFuIGFmdGVybm9vbiBvbiB0aGUgaXNsYW5kIGlzIGEgc2lnaHQgdG8gcmVjb25uZWN0IHdpdGggbmF0dXJlLiBUaGlzIHNtYWxsIHNwYWNlIGlzIG9uZSBvZiB0aGUgZmF2b3JpdGUgcGxhY2VzIGZvciB0aGUgYmlyZHMgdGhhdCBpbmhhYml0IHRoZSBiYXkuIFNvIGFsb25nIHdpdGggdGhlIHN1bnNldCwgQmlyZCBJc2xhbmQgaXMgd3JhcHBlZCB3aXRoIHRoZSBwcmVzZW5jZSBhbmQgdGhlIHVuaXF1ZSBtZWxvZHkgb2YgdmFyaW91cyBzcGVjaWVzIG9mIGJpcmRzLsKgPC9zcGFuPlRoaXMgZGVzdGluYXRpb24gaXMgY2xvc2UgdG8gUHVudGEgU2FuIEp1YW4uPC9wPg0KDQo8aDM+PHN0cm9uZz5QdW50YSBTYW4gSnVhbjwvc3Ryb25nPjwvaDM+DQo8dWw+DQoJPGxpPlBsYWNpZCB3YXRlcnMsIGEgcGFyYWRpc2lhY2FsIHBsYWNlIGxvY2F0ZWQgb24gdGhlIHBlbmluc3VsYSBvZiBTYW4gSnVhbiBkZWwgR296by48L2xpPg0KCTxsaT5Gb3IgQm9hdCBUb3VycyBvciBUcmFuc3BvcnRhdGlvbiB0bzo8L2xpPg0KCTxsaT5QYW5nYSBCb2F0PC9saT4NCgk8bGk+Rm9yIFB1bnRhIFNhbiBKdWFuIMKgKDMgaG91cnMgbWF4aW11bSnCoCA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBMYSBQaXJyYXlhICgzIGhvdXJzIG1heGltdW0pOiAkMTEzLjAwPC9saT4NCgk8bGk+Rm9yIEVzcGlyaXR1IFNhbnRvwqAgKDQgaG91cnMgbWF4aW11bSk6ICQxOTUuMDDCoMKgwqDCoCBWaXNpdCBhIENvY29udXQgT2lsIFByb2R1Y3Rpb24gQ2VudGVyLjwvbGk+DQoJPGxpPkZvciBNYWRyZXNhbMKgICg0IGhvdXJzIG1heGltdW0pIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIEVsIEVzcGlubyAoNCBob3VycyBtYXhpbXVtKTogJDIxMy4wMDwvbGk+DQoJPGxpPkZvciBQdWVydG8gRWwgVHJpdW5mbyAoNCBob3VycyBtYXhpbXVtKTogJDE3NS4wMDwvbGk+DQoJPGxpPkZvciBDb3JyYWwgZGUgTXVsYXM6ICg0IGhvdXJzIG3DoXhpbXVtOiAkMTUwLjAwPC9saT4NCgk8bGk+KlByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS/CoCBBZGRpdGlvbmFsIGhvdXI6ICQ1Ni4wMDwvbGk+DQo8L3VsPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdW50YSBTYW4gSnVhbiwgQ29ycmFsIGRlIE11bGFzPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdWVydG8gRWwgVHJpdW5mbzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL3RvdXIyLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTciIGFsdD0idG91cjIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMi5qcGciIHdpZHRoPSIzNzYiIGhlaWdodD0iNDczIiAvPjwvYT48L2gzPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Fc3Bpcml0dSBTYW50bzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzAuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCuKAoiBQcmljZXMgc3ViamVjdCBjaGFuZ2UvYWRkaXRpb25hbCBob3VyIGZvciBwYWNrOiAkNjIgcGVyIHBvbnRvb24gKG5vdCBzYWxpbGluZykNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1lbWJlcnM6wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+RnJlZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVlcnRvIEJhcmlsbGFzIHN1Z2dlc3QgdGhlIGN1c3RvbWVycyB0byBicmluZyBiYW5hbmFzIGluIG9yZGVyIHRvIG9wdGltaXplIHRoaXMgZXhwZXJpZW5jZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+4oCiIDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Gb3IgZ3JvdXAgcGFja2FnZXMgaW5jbHVkaW5nIHRoZSBtb25rZXkgc2FuY3R1YXJ5LCBwbGVhc2UgZW1haWwgdXPCoDxhIGhyZWY9Im1haWx0bzppbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmluZm9AcHVlcnRvYmFyaWxsYXMuY29tPC9hPjwvc3Bhbj4NCjxhIGlkPSJrYXlhayIgbmFtZT0ia2F5YWsiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPktheWFrIFJlbnRhbDwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2VzOg0KPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6PC9zcGFuPg0KPHVsPg0KCTxsaT4kMTAuMDAgZm9yIHNpbmdsZSBLYXlhazwvbGk+DQoJPGxpPiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSnCoDxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZpdmUgSG91cnM8L3NwYW4+PC9saT4NCgk8bGk+JDE1LjAwIGZvciBzaW5nbGUgS2F5YWs8L2xpPg0KCTxsaT4kMjUuMDAgZm9yIGRvdWJsZSBLYXlhaw0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NCIgYWx0PSJrYXlhazEiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9saT4NCjwvdWw+DQo8c3Ryb25nPjxhIGlkPSJmaXNoaW5nIiBuYW1lPSJmaXNoaW5nIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+wqA8c3Ryb25nPlNwb3J0LWZpc2hpbmc8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMDsiPkRlZXAgU2VhIEZpc2hpbmc8L3NwYW4+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij4gV2hvbGUgRGF5IFBhY2thZ2U8L3NwYW4+DQoNClRoaXMgcGFja2FnZSBpcyBhIGRhaWx5IHRvdXIgYW5kIG5lZWRzIHRvIGJlIGJvb2tlZCBhdCBsZWFzdCAxMCBkYXlzIGluIGFkdmFuY2UgKGNvbmZpcm1hdGlvbiBvbmx5L2FzIHJlcXVlc3QpDQpGaXNoaW5nIFNjaGVkdWxlOiBTYWlsaW5nIG91dCBvZiBQdWVydG8gQmFyaWxsYXMgNmFtIFJldHVybmluZzogNnBtDQoNCioyIGhvdXJzIGJvYXQgc2FpbGluZyBmcm9tIGlubGV0IHRvIGZpc2hpbmcgc3BvdC4NCg0KQSBmdWxsIGRheSBkZWVwLXNlYSBmaXNoaW5nIHdpdGggYSBwcm9mZXNzaW9uYWw6IENoaWEgQ2hpYW4gSnVhbmcgd2hvIGhhcyB3b24gc2V2ZXJhbCBmaXNoaW5nIHRvdXJuYW1lbnRzLg0KQm9hdDogMjIgUHJva2F0IHdpdGggMiBZYW1haGEgMTE1IDQgc3Ryb2tlIGVxdWlwcGVkIHdpdGggZnVzaW9uIHNvdW5kIHN5c3RlbSwgR2FybWluIEdQUyBhbmQgbG93cmFuY2UgZmlzaCBmaW5kZXIuDQoNCkdlYXI6IDcgVHJvbGxpbmcvIFNwaW5uaW5nIHJlZWxzIGFuZCByb2RzIHdpdGggcGxlYW50eSBvZiB0cm9sbGluZyAvc3ByeSBsdXJlcyAsIGxpZmUgdmVzdCBhbmQgYWxsIG9mIHRoZSBmaXNoaW5nIGVxdWlwbWVudCBuZWNlc3NhcnkgZm9yIGEgZ29vZCBkYXkgb2YgZmlzaGluZyAod2l0aCBHTyBQUk8gdmlkZW8gY2FtZXJhIGluY2x1ZGVkKQ0KDQpGaXNoaW5nIFRhcmdldDogQnVsbCBtYWhpIG1haGksIEJsdWUgTWFybGluLCBCbGFjayBNYXJsaW4sIFllbGxvd2ZpbiBUdW5hLCB3YWhvbywgc2FpbGZpc2gsIHJvb3N0ZXJmaXNoLCBqYWNrIGNyYXZhbGxlLg0KDQpUaGUgdG90YWwgcHJpY2UgZm9yIHlvdXIgRGVlcCBzZWEgZmlzaGluZyBwYWNrYWdlIGluY2x1ZGVzOg0KPHVsPg0KCTxsaT5UaGUgZXF1aXBtZW50PC9saT4NCgk8bGk+RmlzaGluZyB3aXRoIGEgUHJvPC9saT4NCgk8bGk+Qm9hdCByaWRlPC9saT4NCjwvdWw+DQpMdW5jaCBCb3g6DQpIYW1idXJnZXIgb3Igc2FuZHdpY2ggYW5kIGNoaXBzLyBncmFub2xhIGJhci8xIGRyaW5rDQoNClRheGVzDQoqQSBjb29sZXIgd2lsbCBiZSBpbiB0aGUgYm9hdCBhbmQgYXQgdGhlIGVuZCBvZiB0aGUgdHJpcCwgeW91IGNhbiBwYXkgZm9yIGFkZGl0aW9uYWwgZHJpbmtzLg0KPHRhYmxlIHdpZHRoPSI1ODciIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iMzIxIj48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1pbmltdW06IDMgcGVvcGxlLyBNYXhpbXVtIDcgcGVvcGxlPC9zcGFuPjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvc3Bhbj48L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5QcmljZSBwZXIgcGVyc29uwqAgKGJhc2Ugb24gNsKgIHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxODY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NSIgYWx0PSJrYXlhazIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+DQoNCiZuYnNwOw0KDQoqIEEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuDQoqIFBsZWFzZSBub3RlIHRoYXQgb3VyIHJlc3RhdXJhbnQgY2xvc2VzIGF0IDY6MzBwbSBzbyBwbGVhc2Ugb3JkZXIgZGlubmVyIHRoZSBuaWdodCBiZWZvcmUgdGhlIGZpc2hpbmcgdG91ci4NCiogRG9lcyBub3QgaW5jbHVkZSBpbnRlcm5hdGlvbmFsIGFpcmZhcmUNCiogUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcykNCg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCjxzdHJvbmc+Qm9hdCBSZW50YWwgd2l0aCBQaWxvdDwvc3Ryb25nPg0KPHVsPg0KCTxsaT4kMTY5LjAwICg0IGhvcmFzKTwvbGk+DQoJPGxpPiQgMjExLjAwICg1IGhvcmFzKTwvbGk+DQoJPGxpPiQyNTMuMDAgKDYgaG9yYXMpPC9saT4NCjwvdWw+DQrigKIgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIGVxdWlwbWVudC4gVmlzaXRvcnMgbXVzdCBicmluZyB0aGVpciBvd24gZXF1aXBtZW50IDxhIGlkPSJhaXIiIG5hbWU9ImFpciI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+QWlyIFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkVuam95IEVsIFNhbHZhZG9yIGFuZCBKaXF1bGlzY28gQmF5IGJ5IGFpci4gUmVudCBvbmUgb2Ygb3VyIGFpcmNyYWZ0IHdpdGggYW4gZXhwZXJpZW5jZWQgY29tbWVyY2lhbCBwaWxvdCBhbmQgZ2V0IHRvIHNlZSBFbCBTYWx2YWRvciBmcm9tIGEgZGlmZmVyZW50IHBlcnNwZWN0aXZlLiBZb3UgbWF5IGFsc28gcmVudCB0aGUgYWlyY3JhZnQgdG8gdHJhdmVsIHRvIEd1YXRlbWFsYSBvciBIb25kdXJhcyBpbiBhIGNvbWZvcnRhYmxlIGFuZCBTdHlsaXNoIG1hbm5lci48L3A+DQpQcmVjaW9zDQo8dWw+DQoJPGxpPiQ1NTAuMDAgcGx1cyB0YXhlcyAoIElWQSktIEF6dGVjYSAoWVMtMTY0LVApIE1heGltdW0gOiA1IHBhc3NlbmdlcnM8L2xpPg0KCTxsaT4kNzAwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpIE5hdmFqbyAoWVMtMzExLVApLiBNYXhpbXVtIDogNyBwYXNzZW5nZXJzPC9saT4NCjwvdWw+DQpQbGVhc2Ugbm90ZSB0aGF0IHdlIG9ubHkgY2hhcmdlIHBlciBob3VyIHNvIGlmIHlvdSB0YWtlIGEgZmxpZ2h0IGZvciAyLjUgaG91cnMsIHdlIHdpbGwgY2hhcmdlIDMgaG91cnMgZmxpZ2h0DQoNCldlIGRvIG5vdCBjaGFyZ2UgdGhlIHRpbWUgdGhhdCB0aGUgZmxpZ2h0IGlzIG5vdCBpbiB1c2UuIEZvciBleGFtcGxlLCBpZiB5b3UgZmx5IGZyb20gSWxvcGFuZ28gdG8gUHVlcnRvIEJhcmlsbGFzIGFuZCB3YW50IHRvIHN0YXkgdGhlIHdob2xlIGRheSBpbiBCYXJpbGxhcywgd2Ugd2lsbCBvbmx5IGNoYXJnZSB5b3UgMS0yIGhvdXJzIGZvciB0aGUgZmxpZ2h0IGFuZCB5b3UgY2FuIGVuam95IHRoZSByZXN0IG9mIHRoZSBkYXkNCg0KRm9yIGludGVybmF0aW9uYWwgZmxpZ2h0cyBvciBvdGhlciBmbGlnaHRzOiBwYXNzZW5nZXJzIGFyZSByZXNwb25zaWJsZSBmb3IgYWxsIG90aGVyIGNoYXJnZXMgc3VjaCBhcyBhaXJwb3J0IGZlZXMsIGxhbmRpbmcgZmVlcywgcGlsb3QgbWVhbHMgYW5kIG90aGVyIGNoYXJnZXMgdGhhdCBtYXkgaW5jdXIgaW4gdGhlaXIgdHJpcC4NCg0K4oCiIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS48c3Ryb25nPjxhIGlkPSJoYXciIG5hbWU9ImhhdyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvYXZpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1MyIgYWx0PSJhdmlvbiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2F2aW9uLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvaDI+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij5IYXdza2JpbGwgVHVydGxlPC9zcGFuPjwvc3Bhbj48L3N0cm9uZz48L2gyPg0KPHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxZW07Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4oTGF0ZSBBcHJpbC0gU2VwdGVtYmVyLSBCZXN0IHRpbWUtIEp1bHkpPC9zcGFuPjwvc3Ryb25nPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PGEgaHJlZj0iaHR0cDovL3d3dy5oYXdrc2JpbGwub3JnLyIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5oYXdrc2JpbGwub3JnPC9hPjwvc3Bhbj48L2VtPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VG91ciBvbiByZXF1ZXN0IG9ubHnigKY8L3NwYW4+PC9lbT4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XSEFUIFlPVSBTSE9VTEQgS05PVyBBQk9VVCBIQVdLU0JJTEwgU0VBIFRVUlRMRSBUT1VSPC9zcGFuPjwvc3Ryb25nPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklUSU5FUkFSWTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIGxvY2FsIGJvYXQgZHJpdmVyIHdpbGwgbWVldCB3aXRoIHlvdSBhdCB0aGUgaGFyYm91ciBvZiBQdWVydG8gQmFyaWxsYXMgbm9ybWFsbHnCoDxzdHJvbmc+YXQgMTk6MDBoIGhvd2V2ZXIgY291bGQgYmUgZmxleGlibGUgbm90aWZ5aW5nIGluIGFkdmFuY2U8L3N0cm9uZz4uIFRyYW5zcG9ydGF0aW9uIGluIHRoZSBlc3R1YXJ5IHdpbGwgYmUgYXJvdW5kIDMwIG1pbnV0ZXMgdG8gTGEgUGlycmF5YSBJc2xhbmQgd2hlcmUgeW914oCZbGwgcmVjZWl2ZSBhIGJyaWVmIGludHJvZHVjdGlvbiBhYm91dCB0aGUgcHJvamVjdCBhbmQgc2VhIHR1cnRsZXMgaW4gZ2VuZXJhbCBmb3IgMjAgbWludXRlcy4gQWZ0ZXIgdGhhdCB3ZcK0bGwgdmlzaXQgdGhlIGhhdGNoZXJ5IGFuZCB0aGVuIHdlwrRsbCB3YWxrwqA8c3Ryb25nPmFyb3VuZCBmb3VyIGtpbG9tZXRlcnPCoDwvc3Ryb25nPnRvIHRoZSBiZWFjaCBmb3LCoDxzdHJvbmc+YXBwcm94aW1hdGVseSAyIGhvdXJzPC9zdHJvbmc+LiBUaGXCoDxzdHJvbmc+d2hvbGUgdG91ciB3aWxsIHRha2UgYXBwcm94aW1hdGVseSAzLDUgaG91cnM8L3N0cm9uZz4uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JTVBPUlRBTkNFOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBhdHJvbGxpbmcgYXQgbmlnaHQgZW5hYmxlcyB1cyB0byBvYnRhaW4gYSBsb3Qgb2YgaW5mb3JtYXRpb24gZnJvbSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBUdXJ0bGUgdG91cnMgaW52b2x2ZSBsb2NhbCBwZW9wbGUgaW4gc3VzdGFpbmFibGUgYWN0aXZpdGllcyB0aGF0IGxldCB0aGVtIHRvIGdldCBpbmNvbWVzIGhlbHBpbmcgdG8gdGhlIGNvbnNlcnZhdGlvbi4gVGhpcyBpcyB3aHkgeW91ciBwcmVzZW5jZSBvbiB0aGUgYmVhY2ggaXMgc28gaW1wb3J0YW50LiBUaGFuayB5b3UgdmVyeSBtdWNoIG9uY2UgbW9yZSB0aW1lIGZvciBiZWluZyBoZXJlIGFuZCBoZWxwaW5nIHVzIG9uIHRoaXMgcHJvamVjdC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkRFQ0lTSU9OIE1BS0lORzwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+T25lIG9mIHRoZSBsb2NhbCBndWlkZXMgd2lsbCBiZSBsZWFkaW5nIHRoZSB0dXJ0bGUgdG91ciwgcGxlYXNlIG9ubHkgd2FsayBiZWhpbmQgb3IgYWxvbmdzaWRlIGhpbS9oZXIsIG5ldmVyIGluIGZyb250LCBzaW5jZSB3ZSB3aWxsIGJlIGFibGUgdG8gc2hvdyB5b3UgaG93IHRvIGRpc3Rpbmd1aXNoIHRoZSB0dXJ0bGUgdHJhY2tzIGFuZCB3ZSB3aWxsIGJlIGFibGUgdG8gc3BvdCB0aGVtIG9uIHRpbWUgdG8gc3RvcCBhbmQgbm90IHNjYXJlIHRoZSBuZXN0aW5nIHR1cnRsZXMuIFdoZW4gd2Ugc2VlIGEgdHVydGxlLCB5b3Ugd2lsbCB3YWl0LiBUaGUgbG9jYWwgZ3VpZGUgd2lsbCBhcHByb2FjaCBoZXIgY2FyZWZ1bGx5IGFuZCBsZXQgeW91IGtub3cgd2hhdCBzaGUgaXMgZG9pbmcgYW5kIHdoYXQgeW91IHdpbGwgZG8uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XQUxLIFJJVEhNPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjrCoDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JZiBhdCBhbnkgbW9tZW50LCB5b3UgbmVlZCB0byBzdG9wIHRvIGhhdmUgYSByZXN0LCBhIGRyaW5rIG9mIHdhdGVyLCBvciB5b3XCtGQgcHJlZmVyIHRvIHdhbGsgYSBiaXQgc2xvd2VyLCBsZXQgdXMga25vdywgdGhlcmUgaXMgbm8gcHJvYmxlbTsgdGhlIG1vc3QgaW1wb3J0YW50IHRoaW5nIGlzIHdhbGsgdG9nZXRoZXIuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5MSUdIVFM6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VHVydGxlcyBhcmUgdmVyeSBzZW5zaXRpdmUgdG8gbGlnaHQgYW5kIGZsYXNobGlnaHRzIGhhdmUgdG8gdXNlIG9ubHkgd2hlbiBhcmUgbmVjZXNzYXJ5LiBZb3UgbWlnaHQgd2FudCB0byBicmluZyB5b3VyIHdoaXRlwqA8c3Ryb25nPmZsYXNobGlnaHTCoDwvc3Ryb25nPmZvciB3YWxraW5nIG9uIHRoZSB0cmFpbCwgd2hpY2ggeW91IHdpbGwgbmVlZCB0byBkbyBpbiBjYXNlIHRoZXJlIGlzIG5vIGJlYWNoIGJlY2F1c2UgdGhlIHRpZGUgaXMgdG9vIGhpZ2gsIGJ1dCBpdCBzaG91bGQgYmUga2VwdCBhd2F5IGR1cmluZyB0aGUgcmVzdCBvZiB0aGUgcGF0cm9sLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBUTyBCUklORzrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BbHdheXMgdGFrZSBhwqA8c3Ryb25nPndhdGVyIGJvdHRsZcKgPC9zdHJvbmc+d2l0aCB5b3Ugc2luY2Ugd2Ugd2lsbCBiZSB3b3JraW5nIGFuZCB3YWxraW5nIGZvciBhIGxvbmcgdGltZS4gVGFrZSB5b3VywqA8c3Ryb25nPnJhaW4gZ2Vhcjwvc3Ryb25nPiwgaXQgcmFpbnMgYWxtb3N0IGV2ZXJ5IG5pZ2h0LCBldmVuIGlmIGl0wrRzIGp1c3QgZm9yIGEgbGl0dGxlIHdoaWxlLiBVc2XCoDxzdHJvbmc+Y2xvc2VkIHRvZWQgc2hvZXPCoDwvc3Ryb25nPmFuZCBsb25nIHRyb3VzZXJzLCBzaW5jZSB0aGVyZSBpcyBhIGxvdCBvZiBnYXJiYWdlLCBzcGluZXMgYW5kIHRpbWJlciBvbiB0aGUgYmVhY2ggdGhhdCBtaWdodCBodXJ0IHlvdSwgYW5kIHRoZXkgYXJlIG5lY2Vzc2FyeSBmb3Igd2hlbiB3YWxraW5nIG9uIHRoZSB0cmFpbC4gWW91IHdpbGwgYWxzbyBuZWVkIHRvIHVzZcKgPHN0cm9uZz5kYXJrIGNsb3RoZXPCoDwvc3Ryb25nPnNvIHRoYXQgeW91IGRvIG5vdCBzdGFuZCBvdXQgdG9vIG11Y2ggYXQgbmlnaHQgb24gdGhlIGJlYWNoLiBPdGhlcndpc2UswqA8c3Ryb25nPmluc2VjdCByZXBlbGxlbnTCoDwvc3Ryb25nPndpbGwgaGVscCB5b3UgdG8gZW5qb3kgdGhlIHNlYSB0dXJ0bGUgdG91ciBlYXNpbHnigKbigKYuPC9zcGFuPjwvcD4NCg0KPHRhYmxlIHdpZHRoPSI2MjIiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTYiPlVTJDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4xIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4yIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4zIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij40IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij41IHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPkNvc3QvcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj44MjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+NDM8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjMwPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4yNDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij43IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+OCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjkgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMCBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTg8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE2PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjEzPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzdHJvbmc+T3RoZXIgYWN0aXZpdGllcyB1bmRlciBkZXZlbG9wbWVudDwvc3Ryb25nPg0KDQrigKIgSG9yc2ViYWNrIHJpZGluZyB0b3Vycw0KDQrigKIgQmljeWNsZSBUb3Vycw0KDQrigKIgQ2FjYW8gVG91cnMNCg0KTGVhcm4gYWJvdXQgRWwgU2FsdmFkb3LigJlzIGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGNhY2FvDQoNCmh0dHA6Ly93d3cubGFwcmVuc2FncmFmaWNhLmNvbS9tYW5qYXItZGUtZGlvc2VzDQoNCuKAoiBDb2NvbnV0IG9pbCBwcm9kdWN0aW9uIHRvdXJzICggdmlzaXQgSXNsYSBFc3Bpcml0dSBTYW50bykNCg0KPHN0cm9uZz48YSBocmVmPSIjdG9wIj7CoFJldHVybiBUb3AgUGFnZTwvYT48L3N0cm9uZz4=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(3, 1, 0, '2013-11-25 19:56:55', 'original_id', '', 0, '18', '', 1),
(4, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_title', 'base64', 1, 'QWN0aXZpdGllcyBpbiBQdWVydG8gQmFyaWxsYXMgSmlxdWlsaXNjbyBFbCBTYWx2YWRvcg==', '', 1),
(5, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(6, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(7, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'Qm9hdCBUb3VycyBWaXNpdCBvdXIgTW9ua2V5IFNhbmN0dWFyeSBLYXlhayBSZW50YWwgU3BvcnQgRmlzaGluZyBBaXIgVG91cnMgSGF3a3NiaWxsIFR1cnRsZSBUb3VyIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgbWFueSB1bmlxdWU=', '', 1),
(8, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(9, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(10, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'Q2FjYW8gVG91cnMgRWwgU2FsdmFkb3IsIEdyZWVuIFRvdXJpc20gRWwgU2FsdmFkb3IsIE1vbmtleSBTYW5jdHVhcnks', '', 1),
(11, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(12, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(13, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'Z3JlZW4gdG91cmlzbQ==', '', 1),
(14, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(15, 1, 0, '2013-11-25 19:56:55', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(16, 2, 0, '2013-11-25 21:31:01', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(17, 2, 0, '2013-11-25 21:31:01', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdCB3aGVyZSBldmVyeSBkYXkgaXMgYSAibWFnaWNhbCBuaWdodCBhbmQgbW9ybmluZyIgd2l0aCB0aGUgc29uZ3Mgb2YgdGhlwqBiaXJkcyBhbmQgZW5qb3lpbmcgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLsKgQWxsIHByaWNlcyBhcmUgcGVyIHJvb20gdW5sZXNzIG90aGVyd2lzZSBzdGF0ZWQgYW5kIGRvIG5vdCBpbmNsdWRlIG1lYWxzLiBGb3IgY3VycmVudCBvZmZlcnMswqBwbGVhc2Ugc2VlIG91ciBTcGVjaWFsIG9mZmVycyBwYWdlLiBTZWUgb3VyIEFjY29tb2RhdGlvbiBHYWxsZXJ5IGZvciBtb3JlIHBpY3R1cmVzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2xvZGdlLmpwZyI+PGltZyBjbGFzcz0id3AtaW1hZ2UtMjAxIGFsaWdubm9uZSIgYWx0PSJMb2RnZSBpbiBQdWVydG8gQmFyaWxsYXMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciIHdpZHRoPSIxNTYiIGhlaWdodD0iMjE1IiAvPjwvYT4NCg0KQWNjb21tb2RhdGlvbiBpcyB1c3VhbGx5wqByZWFkeSB0byBjaGVjayBpbiBhcm91bmQgM3BtIGFuZCBjaGVjayBvdXQgaXMgMTJwbS4gQnV0IHlvdSBjYW4gZW5qb3kgdGhlIHByb3BlcnR5IHN0YXJ0aW5nIGF0IDczMGFtLiBDb25zaWRlciBzdGF5aW5nIGEgbWluaW11bSBvZiB0d28gbmlnaHRzIG5pZ2h0cyB0byBlbmpveSBhbGwgUHVlcnRvIEJhcmlsbGFzIGhhcyB0byBvZmZlciBhbmQgdG8gdGFrZSBhZHZhbnRhZ2Ugb2YgdGhlIG1hbnkgZnVuIGFjdGl2aXRpZXMgaW4gdGhlIEppcXVpbGlzY28gQmF5IGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGFyZWEuDQoNCk1vcmUgSW5mb3JtYXRpb246DQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2FwYXJ0bWVudHMvIj5BcGFydG1lbnRzPC9hPiBhbmQgPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS90cmVlaG91c2VzLyI+VHJlZWhvdXNlczwvYT4=', 'VWJpY2FkbyBlbnRyZSB1bmEgc2VsdmEgdmlyZ2VuIGRlIGNvY28gcGFsbWVyYXMgeSDDoXJib2xlcyBkZSBjYWNhbyBzZSBlbmN1ZW50cmEgNiBhcGFydGFtZW50b3MgeSA0IGNhc2FzIGRlbCDDoXJib2wuIERpc2ZydXRlIGRlIGVzdGUgcmVtYW5zbyBkZSBwYXogZG9uZGUgY2FkYSBkw61hIGVzIHVuYSAibm9jaGUgbcOhZ2ljYSBkZSBsYSBtYcOxYW5hIiBjb24gbG9zIGNhbnRvcyBkZSBsb3MgcMOhamFyb3MgeSBkaXNmcnV0YXIgZGUgbGEgaW1wcmVzaW9uYW50ZSB2aXN0YSBkZSBsYXMgcGxhbnRhY2lvbmVzIGRlIGxvcyBhbHJlZGVkb3Jlcy4gVG9kb3MgbG9zIHByZWNpb3Mgc29uIHBvciBoYWJpdGFjacOzbiBtZW5vcyBxdWUgc2UgaW5kaXF1ZSBsbyBjb250cmFyaW8sIHkgbm8gaW5jbHV5ZW4gbGFzIGNvbWlkYXMuIFBhcmEgb2ZlcnRhcyBhY3R1YWxlcywgcG9yIGZhdm9yIGNvbnN1bHRlIG51ZXN0cmEgcMOhZ2luYSBkZSBvZmVydGFzIGVzcGVjaWFsZXMuIFZlYSBudWVzdHJhIGdhbGVyw61hIGRlIGFsb2phbWllbnRvIHBhcmEgbcOhcyBmb3Rvcy4NCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciPjxpbWcgY2xhc3M9IndwLWltYWdlLTIwMSBhbGlnbm5vbmUiIGFsdD0iTG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFzIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiB3aWR0aD0iMTU2IiBoZWlnaHQ9IjIxNSIgLz48L2E+DQoNCkxhcyBoYWJpdGFjaW9uZXMgZXN0w6FuIGdlbmVyYWxtZW50ZSBsaXN0b3MgcGFyYSBlbCByZWdpc3RybyBhIGxhcyAzIHBtIHkgZWwgY2hlY2sgb3V0IGVzIDI0OjAwLiBQZXJvIHVzdGVkIHB1ZWRlIGRpc2ZydXRhciBkZSBsYSBwcm9waWVkYWQgYSBwYXJ0aXIgZGUgbGFzIDc6MzAgaC4gQ29uc2lkZXJlIGxhIHBvc2liaWxpZGFkIGRlIHBlcm1hbmVjZXIgdW4gbcOtbmltbyBkZSBkb3Mgbm9jaGVzIG5vY2hlcyBwYXJhIGRpc2ZydXRhciBkZSB0b2RvIFB1ZXJ0byBCYXJpbGxhcyB0aWVuZSBxdWUgb2ZyZWNlciB5IHRvbWFyIHZlbnRhamEgZGUgbGFzIG11Y2hhcyBhY3RpdmlkYWRlcyBkaXZlcnRpZGFzIGVuIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIHkgbGEgem9uYSBkZSBIYWNpZW5kYSBMYSBDYXJyZXJhLg0KDQpNw6FzIEluZm9ybWFjacOzbg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9hcGFydG1lbnRzLyI+QXBhcnRhbWVudG9zPC9hPiBhbmQgPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS90cmVlaG91c2VzLyI+Q2FzYSBkZSDDgXJib2w8L2E+', 1),
(18, 2, 0, '2013-11-25 21:31:01', 'original_id', '', 0, '63', '', 1),
(19, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_title', 'base64', 1, 'TG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFz', '', 1),
(20, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(21, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(22, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4=', '', 1),
(23, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(24, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(25, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3I=', '', 1),
(26, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(27, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(28, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgUHVlcnRvIEJhcmlsbGFz', '', 1),
(29, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(30, 2, 0, '2013-11-25 21:31:01', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(31, 3, 0, '2013-11-25 21:33:10', 'title', 'base64', 1, 'TUFSSU5B', 'TUVNQlJFU0lB', 1),
(32, 3, 0, '2013-11-25 21:33:10', 'body', 'base64', 1, 'UHVlcnRvIEJhcmlsbGFzIGlzIGEgZnVsbCBzZXJ2aWNlICJtYXJpbmEiIHRoYXQgY2F0ZXJzIHRvIGxvY2FsIGFuZCBpbnRlcm5hdGlvbmFsIHNhaWxib2F0cyBhbmQgeWFjaHRzLiBPdXIgZmFjaWxpdGllcyBhbmQgc2VydmljZXMgYXJlIGNvbXBldGl0aXZlbHkgcHJpY2VkIGFuZCBvdXIgc3RhZmYgZ28gdGhlIGV4dHJhIG1pbGUgdG8gbWFrZSB5b3UgZmVlbCBhdCBlYXNlIGR1cmluZyB5b3VyIHN0YXkuDQoNCldoZW4gYXJyaXZpbmcgYnkgc2VhIGNhbGwgb24gVkhGIDE2IHdoZW4gb25lIGhvdXIgZnJvbSBmaXJzdCB3YXlwb2ludCBhbmQgd2Ugd2lsbCBzZW5kIGEgcGlsb3QgcGFuZ2EgdG8gZ3VpZGUgeW91IHRocm91Z2ggdGhlIEJheSBpbnRvIEJhcmlsbGFzIE1hcmluYSBDbHViLg0KPHRhYmxlIHdpZHRoPSIzNjAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIxIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0Q5RjJGRiIgd2lkdGg9IjE2MCI+PHN0cm9uZz5OYW1lPC9zdHJvbmc+PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCIgd2lkdGg9IjEwMCI+PHN0cm9uZz5MYXQ8L3N0cm9uZz48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIiB3aWR0aD0iMTAwIj48c3Ryb25nPkxvbjwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkJhcmlsbGFzIFBpbG90PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDcuMDE4IE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNS4xNjUgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkJhciAzPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDguMzE0IE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNC4yNjkgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkxlbXBhIFNob2FsIFR1cm48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4wOC4zNzEgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI0LjI1MSBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+MDA0PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDguNTExIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNC4zMjcgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAwNTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA4Ljg4NSBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjQuNzU2IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj5TYW5kIElzbGFuZDwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA5LjA1MyBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjUuMDczIFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIiBoZWlnaHQ9IjI0Ij5CYXIgNDwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA5LjY3MCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjYuMDkyIFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj5TYW4gU2ViYXN0aWFuPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTAuMTIyIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNi42NDAgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAwOTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjEwLjUxNCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjYuOTM2IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTA8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMC45ODcgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI3LjE4MyBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+VmlsbGFnZTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjExLjU0OCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjcuMTM3IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTI8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMi40NzIgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI2LjUyNCBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+U2hvYWw8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMi42MDQgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI2LjU0NyBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+V2VzdCBWaWxsYWdlPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTIuOTgzIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNi44NDcgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAxNTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjE0LjE2NyBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjcuMjc3IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTY8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xNS4wMzMgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI4LjM4MiBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+RmluYWwgUmVhY2g8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xNS42MjYgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI4LjUyMCBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+RnVlbCBEb2NrPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTUuNzIyIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yOS40MzkgVzwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+TW9vcmluZyBSYXRlczwvaDM+DQo8YmxvY2txdW90ZT5PbmUgZGF5IEZlZSAkNDUuMDANClNob3J0IFRlcm0gUmF0ZSAyLTE0IGRheXMpICQxNi45NQ0KTG9uZyB0ZXJtIFJhdGVzKG1vcmUgdGhhbiAxNSBkYXlzKSAkMTEuOTUNClBsZWFzZSBub3RlIHRoYXQgRWwgU2FsdmFkb3LigJlzIGN1cnJlbmN5IGlzIHRoZSBVU0QuDQoNCldlIGRvIG5vdCBvZmZlciBib2F0IHNsaXBzIG9yIGRvY2tzLiBIb3dldmVyLCBvdXIgbW9vcmluZyBidW95cyBhcmUgZXh0cmVtZWx5IHJlbGlhYmxlIGFuZCBzdHJvbmcuIFlhY2h0cyB1cCB0byAxOTAgZnQgaGF2ZSBiZWVuIHNhZmVseSBoZWxkIGJ5IG91ciBidW95cy48L2Jsb2NrcXVvdGU+DQo8aDM+TWFyaXRpbWUgcG9ydCBhdXRob3JpdHkgZmVlczwvaDM+DQpFdmVyeSB2ZXNzZWwgYXJyaXZpbmcgYXQgYW55IHBvcnQgaW4gRWwgU2FsdmFkb3IgbXVzdCBwYXkgYSBmZWUgaW4gYWNjb3JkYW5jZSB3aXRoIHRoZWlyIGxlbmd0aCBvZiBzdGF5LiBUaGlzIGZlZSBpcyBwYWlkIGluIGFkdmFuY2UsIHVwb24gYXJyaXZhbCwgYW5kIGJyZWFrcyBkb3duIGFzIGZvbGxvd3M6DQo8dWw+DQoJPGxpPjAxIHRvIDMwIGRheSBzdGF5ICQzMC4wMDwvbGk+DQoJPGxpPjMxIHRvIDYwIGRheSBzdGF5ICQ2MC4wMDwvbGk+DQoJPGxpPjYxIHRvIDkwIGRheSBzdGF5ICQ5MC4wMDwvbGk+DQo8L3VsPg0KQWRkaXRpb25hbGx5LCBhIFphcnBlIChvdXRib3VuZCBjbGVhcmFuY2UpIGZlZSBvZiAkNDAuMDAgaXMgZHVlIG9uIHRoZSBkYXkgb2YgZGVwYXJ0dXJlLg0KPGgzPkNoZWNrIGluIGFuZCBjaGVjayBvdXQgcHJvY2VkdXJlczwvaDM+DQpXZSBkbyB0aGUgYmVzdCB3ZSBjYW4gdG8gcHJvdmlkZSBhIGhhc3NsZSBmcmVlIGNoZWNrLWluIGFuZCBjaGVjay1vdXQgZXhwZXJpZW5jZS4gV2XigJl2ZSBnb25lIHRvIGdyZWF0IGxlbmd0aHMgdG8gaGF2ZSB0aGUgZGlmZmVyZW50IGdvdmVybm1lbnQgYWdlbmNpZXMgaW52b2x2ZWQsIHJlcHJlc2VudGVkIGF0IG91ciBNYXJpbmEuDQoNCkVudHJ5IGRvY3VtZW50cyByZXF1aXJlZCBpbmNsdWRlOiBQYXNzcG9ydCwgWmFycGUgb3Igb3V0Ym91bmQgY2xlYXJhbmNlIChmcm9tIHByZXZpb3VzIHBvcnQgdmlzaXRlZCksIGNyZXcgbGlzdCwgYW5kIHZlc3NlbCByZWdpc3RyYXRpb24uDQoNCklmIHlvdXIgbmF0aW9uYWxpdHkgZG9lcyBub3QgcmVxdWlyZSB5b3UgdG8gcG9zc2VzIGEgdmlzYSAob2J0YWluZWQgaW4gY291bnRyeSBvZiBvcmlnaW4pIHByaW9yIHRvIGVudHJ5IGludG8gRWwgU2FsdmFkb3IsIHlvdSBtYXkgcHVyY2hhc2UgYSBDQTQgdG91cmlzdCBjYXJkIGZyb20gdGhlIEltbWlncmF0aW9uIG9mZmljZXIuIFRoZSBjb3N0IGlzICQxMC4wMCBhbmQgaXMgdmFsaWQgZm9yIGdyb3VuZCB0cmF2ZWwgYmV0d2VlbiBHdWF0ZW1hbGEsIEhvbmR1cmFzLCBOaWNhcmFndWEgYW5kIEVsIFNhbHZhZG9yIGZvciBhIG1heGltdW0gb2YgOTAgZGF5cy4NCjxoMz5Ub3VyaW5nIEVsIFNhbHZhZG9yIGFuZCBDZW50cmFsIEFtZXJpY2E8L2gzPg0KV2UgYXJlIGEgdW5pcXVlIGRlc3RpbmF0aW9uLCBzdHJhdGVnaWNhbGx5IGxvY2F0ZWQgd2l0aGluIENlbnRyYWwgQW1lcmljYS4gSWYgeW91ciBwbGFucyBpbmNsdWRlIGV4cGxvcmluZyBDZW50cmFsIEFtZXJpY2EsIHdlIGNhbiBmYWNpbGl0YXRlIHRyYXZlbCBhbGwgYWNyb3NzIHRoaXMgYmVhdXRpZnVsIHJlZ2lvbi4gRnVydGhlcm1vcmUsIGlmIHlvdSB3aXNoIHRvIHRyYXZlbCBhbnl3aGVyZSBlbHNlIGluIHRoZSB3b3JsZCwgRWwgU2FsdmFkb3LigJlzIENvbWFsYXBhIEludGVybmF0aW9uYWwgQWlycG9ydCBpcyBhcHByb3hpbWF0ZWx5IDQ1IHRvIDYwIG1pbnV0ZXMgYXdheS4gQSBicm9hZCByYW5nZSBvZiBhaXJsaW5lIGNvbXBhbmllcyBmbHkgaW4gYW5kIG91dCBvZiB0aGUgYWlycG9ydDsgdG8gaW5jbHVkZTogQW1lcmljYW4sIEFtZXJpamV0LCBBdmlhbmNhLCBDb250aW5lbnRhbCwgQ29wYSwgRGVsdGEsIEliZXJpYSwgTGl2aW5nc3RvbiwgYW5kIE1leGljYW5hLiBUaGUgYWlycG9ydCBhbHNvIHNlcnZlcyBhcyBhIGh1YiBmb3IgVEFDQSBhaXJsaW5lcywgd2hpY2ggZmxpZXMgdG8gMjIgZGlmZmVyZW50IGNvdW50cmllcyBpbiB0aGUgQW1lcmljYXMhDQoNCjxzdHJvbmc+U2VjdXJpdHk6wqA8L3N0cm9uZz5Zb3VyIGJvYXTigJlzIHNhZmV0eSB3aGlsZSBhdCBCYXJpbGxhcyBpcyBvZiBvdXIgdXBtb3N0IGNvbmNlcm4uIFdoZXRoZXIgeW91IHJlbWFpbiBhdCBCYXJpbGxhcyBhbmQgZW5qb3kgb3VyIGZhY2lsaXRpZXMsIG9yIHlvdSBnbyBhd2F5IGFuZCB0cmF2ZWwsIHlvdXIgYm9hdCBpcyBzYWZlIHdpdGggdXMuIFdlIHdpbGwgaW5zcGVjdCB5b3VyIHZlc3NlbCBkYWlseSB0byBlbnN1cmUgbGluZXMgYXJlIE9LLCBhbmQgd2F0ZXIgZHJhaW5zIHByb3Blcmx5IGR1cmluZyByYWluZmFsbC4gSW4geW91ciBhYnNlbmNlLCBvdGhlciBtYWludGVuYW5jZSByZXF1ZXN0cyBjYW4gYmUgYXJyYW5nZWQgYXMgd2VsbC4gSW4gdGhlIGV2ZW50IG9mIGFuIGVtZXJnZW5jeSwgeW91IHNoYWxsIGJlIGNvbnRhY3RlZCBpbW1lZGlhdGVseS4NCg0KQmFyaWxsYXMgYWxzbyBoYXMgc2VjdXJpdHkgZ3VhcmRzIG9uIGR1dHkgMjQvNywgMzY1IGRheXMgYSB5ZWFyLiBPdXIgcHJlbWlzZXMgYXJlIG1vbml0b3JlZCBhdCBhbGwgdGltZXMsIGRheSBhbmQgbmlnaHQuIE91ciBtb29yaW5nIGJ1b3kgY2FuYWwgaXMgcGF0cm9sbGVkIGR1cmluZyBkYXlsaWdodCBob3VycyBhbmQgYXQgZGFyayBhcyB3ZWxsLiBGdXJ0aGVybW9yZS4uLiBQb3J0IENhcHRhaW4sIEN1c3RvbXMsIEltbWlncmF0aW9uIGFuZCBOYXRpb25hbCBQb2xpY2Ugb2ZmaWNlcyBhcmUgYWxsIG9uLXNpdGUuIFRoZSBTYWx2YWRvcmFuIE5hdnkgYWxzbyBwYXRyb2xzIHRoZSB3YXRlcnMgaW4gb3VyIHZpY2luaXR5Lg0KDQo8c3Ryb25nPkZ1ZWwgYW5kIHdhdGVyOsKgPC9zdHJvbmc+T3VyIGZ1ZWwgZG9jayBkaXNwZW5zZXMgY2xlYW4gVGV4YWNvIGZ1ZWwgcmVmaW5lZCBpbiB0aGUgVW5pdGVkIFN0YXRlcy4gV2UgY3VycmVudGx5IGhhdmUgb24tc2l0ZSBhdmFpbGFiaWxpdHkgb2YgNyw1MDAgZ2FsbG9ucyAoVS5TLikgb2YgZ2Fzb2xpbmUgYW5kIDEyLDUwMCBnYWxsb25zIChVLlMuKSBvZiBkaWVzZWwgZnVlbC4NCg0KT3VyIHdhdGVyIGlzIG5hdHVyYWxseSBmaWx0ZXJlZCBhcyBvdXIgc291cmNlIGlzIG91ciBvd24gYXJ0ZXNpYW4gd2VsbC4NCjxoMz5Ib3cgdG8gZ2V0IGhlcmU8L2gzPg0KV2hlbiBhcnJpdmluZyBieSBzZWEsIHBsZWFzZSByYWRpbyB1cyBvbiBDaGFubmVsIDE2IFZIRiBhbiBob3VyIHByaW9yIHRvIGFycml2aW5nIGF0IHRoZSBCYXJpbGxhcyBQaWxvdCB3YXkgcG9pbnQ7IHdoaWNoIGlzIDEzLjA3LjAxOCBOIDg4LjI1LjE2NSBXLg0KDQpBIGJpbGluZ3VhbCAoRW5nbGlzaC9TcGFuaXNoKSByYWRpbyBvcGVyYXRvciBpcyBhdmFpbGFibGUgdG8gYW5zd2VyIHlvdXIgY2FsbCBiZXR3ZWVuIDA3MDAgYW5kIDE5MDAgaG91cnMuIFRob3VnaCBmcmVxdWVuY3kgbW9uaXRvcmluZyBpcyBvbmdvaW5nIGF0IGFsbCBob3VycywgRW5nbGlzaCBzcGVha2VycyBhcmUgb25seSBhdmFpbGFibGUgZHVyaW5nIHRoaXMgdGltZSBmcmFtZS4gV2UgYWxzbyBtb25pdG9yIE1hcmluZSBTU0IoOC4xMjIwIE1IeiBVU0IpLg0KDQpBZnRlciB3ZSBoYXZlIG1hZGUgY29udGFjdCB3aXRoIHlvdSwgd2Ugd2lsbCBkaXNwYXRjaCBvdXIgcGlsb3QgYm9hdCBzZXJ2aWNlIHRvIHNhZmVseSBndWlkZSB5b3UgdGhyb3VnaCB0aGUgZW50cmFuY2UgdG8gSmlxdWlsaXNjbyBCYXkuDQoNCjxzdHJvbmc+UGV0IFBvbGljeTrCoDwvc3Ryb25nPlBldHMgYXJlIHdlbGNvbWUgYXQgQmFyaWxsYXMhIERvZ3MsIGhvd2V2ZXIsIHNob3VsZCBiZSBrZXB0IG9uIGEgbGVhc2ggYXQgYWxsIHRpbWVzLiBUaGUgaXMgb3duZXIgYWxzbyByZXNwb25zaWJsZSBmb3IgcGlja2luZyB1cCBhZnRlciBoaXMvaGVyIHBldC4NCg0KUGV0cyBhcmUgbm90IGFsbG93ZWQgaW4gcmVzdGF1cmFudCBhcmVhcywgaW5zaWRlIG91ciBjb252ZW5pZW5jZSBzdG9yZSwgb3IgaW4gYW5kIGFyb3VuZCB0aGUgcG9vbC4NCjxoMz5PdGhlciBzZXJ2aWNlczwvaDM+DQo8c3Ryb25nPlByaXZhdGUgbGFuZGluZyBzdHJpcDo8L3N0cm9uZz7CoE92ZXIgNSw1MDAgZnQuIGxvbmcgYW5kIDE2NCBmdC4gd2lkZSwgZ3Jhc3MgcnVud2F5LiBMaWNlbnNlZCBmb3Igbm9uLWNvbW1lcmNpYWwsIGludGVybmF0aW9uYWwgZmxpZ2h0cyB3aXRoaW4gQ2VudHJhbCBBbWVyaWNhLg0KDQo8c3Ryb25nPlByaXZhdGUgYWlyY3JhZnQgcmVudGFsOsKgPC9zdHJvbmc+Rm9yIHNpZ2h0LXNlZWluZyBvciB0cmF2ZWwgaW4gQ2VudHJhbCBBbWVyaWNhLg0KDQo8c3Ryb25nPkNvbW11bmljYXRpb25zOsKgPC9zdHJvbmc+RnJlZSBXaS1GaSBjb25uZWN0aXZpdHksIFNhdGVsbGl0ZSBUViBhdCBDbHViIEhvdXNlIGFuZCBpbiBidW5nYWxvd3MsIEludGVybmF0aW9uYWwgUGF5IFBob25lcw0KDQo8c3Ryb25nPkhvdGVsIGFjY29tbW9kYXRpb25zOsKgPC9zdHJvbmc+QWNjb21vZGF0aW9uIHJlbnRhbCBpcyBhdmFpbGFibGUuDQoNCjxzdHJvbmc+TGF1bmRyeSBzZXJ2aWNlOsKgPC9zdHJvbmc+TGV0IHVzIGRvIHRoZSB3YXNoaW5nIGFuZCBmb2xkaW5nIGF0IGEgdmVyeSBhZmZvcmRhYmxlIHByaWNlIQ0KDQo8c3Ryb25nPkR1dHkgZnJlZSBwYXJ0cyBvcmRlcmluZzrCoDwvc3Ryb25nPlBhcnRzIGZvciB5b3VyIGJvYXQgY2FuIGJlIG9yZGVyZWQgZnJvbSB0aGUgVVNBIHRheCBmcmVlLg0KDQo8c3Ryb25nPkJvYXQgbWFpbnRlbmFuY2U6wqA8L3N0cm9uZz5IdWxsIHNjcmFwaW5nLCBib2F0IHdhc2hpbmcvY2xlYW5pbmcuIEFkZGl0aW9uYWxseSwgb3VyIG5leHQgZG9vciBuZWlnaGJvciwgUFJFU1RPTUFSIGlzIGEgc2hyaW1waW5nIGJ1c2luZXNzIHdpdGggaGF1bC1vdXQgZmFjaWxpdGllcyBmb3IgdGhlaXIgZmxlZXQuIFdpdGggYSBwcmV2aW91cyBhcHBvaW50bWVudCwgdGhleSBjYW4gYXJyYW5nZSBoYXVsaW5nIG91dCB2ZXNzZWxzIHVwIHRvIDEwMGZ0LiBsb25nIGFuZCB3ZWlnaGluZyAyMDB0b25zLg0KDQpTZXJ2aWNlcyBvZmZlcmVkIHRoZXJlIGluY2x1ZGUgbWFyaW5lIGVsZWN0cm9uaWNzIHNhbGVzIGFuZCBpbnN0YWxsYXRpb25zLCBhbGwga2luZHMgb2Ygd2VsZGluZyB3b3JrLCBzaGFmdCBhbmQgcHJvcCByZXBhaXJzLCBodWxsIHBhaW50aW5nLCBhbmQgb3RoZXIgbWVjaGFuaWNhbCB3b3JrIGFzIHdlbGwuIElmIHlvdeKAmWQgbGlrZSB0byBjb250YWN0IHRoZW0sIHdl4oCZZCBiZSBoYXBweSB0byBhcnJhbmdlIHRoYXQgZm9yIHlvdS4NCg0KPHN0cm9uZz5Ub3VycyBhbmQgdHJhbnNwb3J0YXRpb246wqA8L3N0cm9uZz5XZSB3b3JrIHdpdGggc2V2ZXJhbCDCoGxvY2FsIHRvdXIgb3BlcmF0b3JzIMKgdGhhdCBvZmZlciBhIHZhcmlldHkgb2YgdG91cnMgaW4gRWwgU2FsdmFkb3IgYW5kIHRoZSByZWdpb24sIGlmIHRoYXQgaXMgc29tZXRoaW5nIG9mIGludGVyZXN0IHRvIHlvdS4gQmFyaWxsYXMgYWxzbyBoYXMgdHJhbnNwb3J0YXRpb24gc2VydmljZXMgd2hpY2ggYXJlIGF2YWlsYWJsZSB0byB0YWtlIHlvdSB0byB0aGUgSW50ZXJuYXRpb25hbCBBaXJwb3J0IG9yIGEgcG9pbnQgb2YgaW50ZXJlc3QuDQoNCkFsc28sIHRoZSBNYXJpbmEgcHJvdmlkZXMgYSBiaS13ZWVrbHkgY291cnRlc3kgc2h1dHRsZSBzZXJ2aWNlIGludG8gdG93biBpbiBvdXIgYWlyIGNvbmRpdGlvbmVkIHBhc3NlbmdlciB2YW5zLiBUaGVyZSwgaW4gVXN1bHV0w6FuLCBvdXIgZ3Vlc3RzIGNhbiBwcm9jdXJlIGZvb2QgYW5kIG90aGVyIGdvb2RzIHdoaWxlIGF0IHRoZSBsb2NhbCBtYXJrZXQgb3Igc3VwZXJtYXJrZXQu', 'wqFFbiBQdWVydG8gQmFyaWxsYXMgbG8gaGFjZW1vcyBzZW50aXIgY29tbyBzaSBlc3RlIHBhcmFpc28sIGZ1ZXJhIHN1IGNhc2EgZGUgcGxheWEhDQo8dWw+DQoJPGxpPsKgIE51ZXN0cmEgZGlmZXJlbmNpYSBjb24gb3Ryb3Mgc2VydmljaW9zIGRlIGFsb2phbWllbnRvIGVzOiBoZW1vcyBkZXNhcnJvbGxhZG8gdW5hIGluZnJhc3RydWN0dXJhIGVuIGxhIHF1ZSBlbCBodWVzcGVkIG9idGVuZXIgY29tcGxldGEgcHJpdmFjaWRhZC48L2xpPg0KCTxsaT5DcmVlbW9zcXVlIGxvcyBkZXN0aW5vcyBkb25kZSBsYSBuYXR1cmFsZXphIGVzIGJvbmRhZG9zYSBzb24gcGFyYSBwb2RlciBkaXNmcnV0YXIgZGUgdHJhbnF1aWxpZGFkLCBwYXogeSByZWxhamFtaWVudG8uPC9saT4NCgk8bGk+U2FiZW1vcyBxdWUgYWxndW5hcyB2ZWNlcyBuZWNlc2l0YW1vcyBlc3RhIHBheiBwYXJhIHJlZ3Jlc2FyIGNvbiBudWV2YXMgZnVlcnphcyB5IGJyaWxsbyBhIGxhIHJ1dGluYSBkaWFyaWEuPC9saT4NCgk8bGk+VHJhYmFqYW1vcyBlbiBwcm9ncmFtYXMgZGUgY29uc2VydmFjacOzbiB5YSBxdWUgdGVuZW1vcyBjb25jaWVuY2lhLCBhbW9yIHkgcmVzcGV0byBhIGxhIG5hdHVyYWxlemEuPC9saT4NCjwvdWw+DQombmJzcDsNCg0KPGI+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+SU5GT1JNQUNJT04gR0VORVJBTCBTT0JSRSBNRU1CUkVTSUFTOg0KPC9zcGFuPjwvYj4NCg0KJm5ic3A7DQoNCk1FTUJSRVNJQVM6DQoNCk1FTUJSRVNJQSBJTkRJVklEVUFMIMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAkMzg1LjUwDQoNCiZhbXA7TUVNQlJFU0lBIEZBTUlMSUFSIMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICQzODUuNTANCg0KKEluY2x1eWUgZXNwb3NhLCBlc3Bvc2EgeSAyIGhpam9zIG1lbm9yZXMgZGUgMjQgYcOxb3MpDQoNCk1FTUJSRVNJQSBDT1JQT1JBVElWQSDCoEMvVcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICQzMzkuMDANCihHcnVwbyBtw61uaW1vIDUgcGVyc29uYXMsIHNpbiBtw6F4aW1vIGRlIHBlcnNvbmFzKQ0KDQoqIEVzdG9zIHByZWNpb3Mgc29uIHBhZ2FnYWRvcyBhbnVhbG1lbnRlIChDb250YW1vcyBjb24gZWwgcHJvZ3JhbWEgdGFzYSAwIGRlbCBCYW5jbyBkZSBBbWVyaWNhIENlbnRyYWwpDQoNCkxvcyBiZW5lZmljaW9zIHF1ZSBpbmNsdXllIHNvbjoNCjx1bD4NCgk8bGk+wqAgQWxvamFtaWVudG8gPGI+KFByZWNpbyBkZSBtaWVtYnJvICQxMTguMDAgwqBlbiBBcGFydGFtZW50byDCoHkgJDU5LjAwIGVuIENhc2EgZGUgw6FyYm9sKSAqIEluY2x1eWVuIEltcHVlc3Rvcywgbm8gaW5jbHV5ZW4gZGVzYXl1bm9zLg0KPC9iPjwvbGk+DQoJPGxpPjIwJSBkZSBkZXNjdWVudG8gZW4gdG91cnMgZW4gbGFuY2hhIChBcGxpY2FkbyBzb2JyZSBlbCBwcmVjaW8gcmVndWxhcik8L2xpPg0KPC91bD4NCjx1bD4NCgk8bGk+RW50cmFkYSBncmF0dWl0YSBhIHZlciBsb3MgbW9ub3MgZGVsIEJvc3F1ZSBFbCBOYWNhc2NvbG8gKGVuIHN1IGjDoWJpdGF0KTogc29uIG11eSBhbWlzdG9zb3MsIGp1Z3VldG9uZXMgeSBkaXZlcnRpZG9zIGVzcGVjaWFsbWVudGUgY29uIGxlcyBsbGV2YW4gYmFuYW5vcy48L2xpPg0KPC91bD4NCjx1bD4NCgk8bGk+wqBFbnRyYWRhIHBvciBlbCBkw61hIGdyYXR1aXRhIChjb3N0byByZWd1bGFyIGVzIGRlICQzMC0kNTAgcG9yIHBlcnNvbmEpPC9saT4NCjwvdWw+DQo8dWw+DQoJPGxpPsKgQWxxdWlsZXIgZGUgwqBrYXlhayAkOS4wMCDCoChjb3N0byByZWd1bGFyICQxOC4wMCBwb3Iga2F5YWspPC9saT4NCjwvdWw+DQo8dWw+DQoJPGxpPlNlIHBlcm1pdGUgcmVzZXJ2YXIgdW4gbcOheGltbyBkZSAyIGFsb2phbWllbnRvcyBhIHByZWNpbyBkZSBtaWVtYnJvIHBvciB2aXNpdGEgKHNpZW1wcmUgcXVlIGVsIG1pZW1icm8gZXN0ZSBwcmVzZW50ZSk8L2xpPg0KCTxsaT5TZSBwZXJtaXRlIGxhIGVudHJhZGEgZGUgMTAgYW1pZ29zL2ZhbWlsaWFyZXMgYSBsYSB2ZXogaW52aXRhZG9zIGNvbiBzdSBtZW1icmVzw61hIHNpZW1wcmUgeSBjdWFuZG8gZWwgbWllbWJybyBlc3RlIHByZXNlbnRlLjwvbGk+DQo8L3VsPg0KJm5ic3A7DQoNCsKhSGF6dGUgbWllbWJybyBkZWwgVGVzb3JvIEVzY29uZGlkbyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsc2NvLCBQdWVydG8gQmFyaWxsYXMgTWFyaW5hICZhbXA7IExvZGdlIQ==', 1),
(330, 80, 0, '2014-01-06 02:37:43', 'title', 'base64', 1, 'QmxvZw==', 'QmxvZw==', 0),
(331, 80, 0, '2014-01-06 02:37:43', 'body', 'base64', 1, '', '', 1),
(332, 80, 0, '2014-01-06 02:37:43', 'original_id', '', 0, '22', '', 0),
(333, 81, 0, '2014-01-06 03:34:00', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(334, 81, 0, '2014-01-06 03:34:00', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBbGwgcHJpY2VzIGFyZSBwZXIgcm9vbSB1bmxlc3Mgb3RoZXJ3aXNlIHN0YXRlZCBhbmQgZG8gbm90IGluY2x1ZGUgbWVhbHMuIEZvciBjdXJyZW50IG9mZmVycyzCoHBsZWFzZSBzZWUgb3VyIFNwZWNpYWwgb2ZmZXJzIHBhZ2UuDQpTZWUgb3VyIEFjY29tb2RhdGlvbiBHYWxsZXJ5IGZvciBtb3JlIHBpY3R1cmVzLg0KDQpBY2NvbW1vZGF0aW9uIGlzIHVzdWFsbHnCoHJlYWR5IHRvIGNoZWNrIGluIGFyb3VuZCAzcG0gYW5kIGNoZWNrIG91dCBpcyAxMnBtLiBCdXQgeW91IGNhbiBlbmpveSB0aGUgcHJvcGVydHkgc3RhcnRpbmcgYXQgNzMwYW0uIENvbnNpZGVyIHN0YXlpbmcgYSBtaW5pbXVtIG9mIHR3byBuaWdodHMgbmlnaHRzIHRvIGVuam95IGFsbCBQdWVydG8gQmFyaWxsYXMgaGFzIHRvIG9mZmVyIGFuZCB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgbWFueSBmdW4gYWN0aXZpdGllcyBpbiB0aGUgSmlxdWlsaXNjbyBCYXkgYW5kIEhhY2llbmRhIExhIENhcnJlcmEgYXJlYS4NCg0KTW9yZSBJbmZvcm1hdGlvbjoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvYXBhcnRtZW50cy8iPkFwYXJ0bWVudHMgUmF0ZXM8L2E+wqBhbmTCoDxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvdHJlZWhvdXNlcy8iPlRyZWVob3VzZXMgUmF0ZXM8L2E+', 'wqFQdWVydG8gQmFyaWxsYXMgZXMgbGEgYmFzZSBwZXJmZWN0YSBwYXJhIGV4cGxvcmFyIGxhIEJhaGlhIGRlIEppcXVpbGlzY28hwqAgT2ZyZWNlbW9zIDQgw6l4b3RpY2FzwqAgY2FzYXMgZGUgw6FyYm9sIHkgNiBjw7Ntb2RvcyBhcGFydGFtZW50b3MgcXVlIHNlIGludGVncmFuIGEgbGEgbmF0dXJhbGV6YS7CoCBMYXMgaW5zdGFsYWNpb25lcyBzZSBlbmN1ZW50cmFuIGVzcGFyY2lkYXMgZW4gdW4gYm9zcXVlIHJvZGVhZG8gZGUgcGFsbWVyYXMgeSDDoXJib2xlcyBkZSBjYWNhby4NCg0KQnJpbmRhbW9zIHNlZ3VyaWRhZCwgcHJpdmFjaWRhZCwgY29tb2RpZGFkIHkgdHJhbnF1aWxpZGFkLsKgIE5vcyBlc2ZvcnphbW9zIGVuIHF1ZSBzdSBzaW50b25pYSBjb24gbGEgbmF0dXJhbGV6YSBzZWEgYWNvbXBhw7FhZGEgZGUgdW4gYnVlbiBkb3JtaXIsIGNvbiB1bmEgYnVlbmEgY2FtYSB5IHJpY2FzIHPDoWJhbmFzIGRlIHByaW1lcmEgY2xhc2UuDQoNCkRpc2ZydXRlIGRlIGVzdGUgcmVtYW5zbyBkZSBwYXogZG9uZGUgY2FkYSBkw61hIGVzIHVuYSAibm9jaGUgeSBtYcOxYW5hIG3DoWdpY2EiIGNvbiBsb3MgY2FudG9zIGRlIGxvcyBww6FqYXJvcyB5IGRpc2ZydXRlIGRlIGxhIGltcHJlc2lvbmFudGUgdmlzdGEgZGUgbGFzIHBsYW50YWNpb25lcyBkZSBsb3MgYWxyZWRlZG9yZXMuDQoNClRvZG9zIG51ZXN0cm9zIHByZWNpb3Mgc29uIHBvciBoYWJpdGFjacOzbsKgIGEgbWVub3MgcXVlIHNlIGluZGlxdWUgbG8gY29udHJhcmlvLCB5IHNvbG8gbGFzIGNhc2FzIGRlIMOhcmJvbCBpbmNsdXllbiBkZXNheXVuby4gUGFyYSBvZmVydGFzIGFjdHVhbGVzLCBwb3IgZmF2b3IgY29uc3VsdGUgbnVlc3RyYSBww6FnaW5hIGRlIEZhY2Vib29rwqAgbyBpciBhIFJlc2VydmFyLsKgIFVzdGVkIHBvZHLDoSBoYWNlciBzdSByZXNlcnZhIGVuIGxpbmVhLg0KDQombmJzcDsNCg0KQ29udGFtb3MgY29uIGRvcyB0aXBvcyBkZSBhbG9qYW1pZW50bzoNCg0KQ0FTQSBERSDDgVJCT0wNCg0KQ2FzYXMgZGUgw4FyYm9sLCDCoHBhcmEgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA0IHBlcnNvbmFzICgzIGFkdWx0b3MgeSAxIG5pw7FvIG8gMiBhZHVsdG9zIHkgMiBuacOxb3MpLsKgIFRpZW5lIHVuYSBoYWJpdGFjacOzbiBjb24gY2FtYSBtYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBhaXJlIGFjb25kaWNpb25hZG8gKEludmVydGVyKSB5IGFndWEgY2FsaWVudGUuwqAgRW4gbGEgcHJpbWVyYSBwbGFudGEgdGllbmUgw6FyZWEgc29jaWFsLsKgIFRvZGFzIGxhcyBjYXNhcyBkZSDDoXJib2wgY3VlbnRhbiBjb24gdW5hIGJhcmJhY29hIGEgZ2FzLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzIChpbmNsdXllbiBkZXNheXVubyBlIGltcHVlc3RvcyAoSVZBIFkgdHVyaXNtbyk6DQoNCiZuYnNwOw0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+VGVtcG9yYWRhIEJhamHCoCBTw6FiYWRvPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+VGVtcG9yYWRhIEJhamEgKETDrWEgZGUgc2VtYW5hKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPlRlbXBvcmFkYSBBbHRhPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPiQ5NS4wMCAoMSBvIDLCoCBwZXJzb25hcyApwqAgJDEwNS4wMCAoMyBvIDQgcGVyc29uYXMpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+JDg2LjAwICgxIG8gMiBwZXJzb25hcykgJDk1LjAwwqAgKDMgbyA0IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPiQxMTguMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNiI+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTYiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQombmJzcDsNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQmFqYSA6IEVuZXJvLCBGZWJyZXJvLCBBYnJpbCAxNS0zMCwgTWF5bywgSnVuaW8sIEp1bGlvLCBBZ29zdG8gMjAtMzAsIFNlcHRpZW1icmUtTm92aWVtYnJlLCAxLTI0IGRlIERpY2llbWJyZQ0KDQrCt8KgwqDCoMKgwqDCoMKgIFRlbXBvcmFkYSBBbHRhOiBTZW1hbmEgU2FudGEsIFNlbWFuYSBkZSBBZ29zdG8sIDI1IGRlIERpY2llbWJyZS0xNSBkZSBFbmVybw0KDQombmJzcDsNCg0KQVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZcKgIDYgcGVyc29uYXMgLiDCoEN1ZW50YSBjb24gZG9zIGhhYml0YWNpb25lczogdW5hIGVuIGxhIHBsYW50YSBiYWphIGNvbiBjYW1hIG1hdHJpbW9uaWFsIHkgY2FtYXJvdGUsIHNvZsOhIGNhbWEgZW4gbGEgc2FsYSwgeSBlbiBsYSBwbGFudGEgYWx0YSBvdHJhIGhhYml0YWNpw7NuIGNvbiBjYW1hIG1hdHJpbW9uaWEsIGRvcyBiYcOxb3MgY29uIGFndWEgY2FsaWVudGUsIGFpcmUgYWNvbmRpY2lvbmFkbyB5IGVxdWlwYWRvcyBjb24gY29jaW5hIGRlIGhvcm5vLCByZWZyaWdlcmFkb3JhLCBsYXZhdHJhc3RvcywgYWxhY2VuYSBjb24gdXRlbnNpbGlvcyBkZSBjb2NpbmEgeSBiYXJiYWNvYSBhIGdhcy4NCg0KJm5ic3A7DQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcyB5IE5PIGluY2x1eWVuIGRlc2F5dW5vcyAoIGluY2x1eWVuIGltcHVlc3RvcykNCg0KJm5ic3A7DQo8dGFibGUgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNDc3Ij5UZW1wb3JhZGEgQmFqYcKgIFPDoWJhZG88L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij5UZW1wb3JhZGEgQmFqYSAoRMOtYSBkZSBzZW1hbmEpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+VGVtcG9yYWRhIEFsdGE8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+JDIxMi4wMCAoMS0zIHBlcnNvbmFzKcKgICQyMjQuMDAgKDQtOCBwZXJzb25hcyk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij4kMTg5LjAwwqAgKDEg4oCTIDMgcGVyc29uYXMpIDE5OS4wMCAoNC04IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzQiPiQyMzYuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+PC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCiZuYnNwOw0KDQpBcGFydGFtZW50byB5IENhc2EgZGUgw6FyYm9sIENoZWNrIGluOiAzOjAwIFBNDQoNCkFwYXJ0YW1lbnRvIHkgQ2FzYSBkZSDDoXJib2wgwqBDaGVjayBvdXQ6IDEyOjAwIE0NCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciPjxpbWcgY2xhc3M9IndwLWltYWdlLTIwMSBhbGlnbm5vbmUiIGFsdD0iTG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFzIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiB3aWR0aD0iMTU2IiBoZWlnaHQ9IjIxNSIgLz48L2E+DQoNCkxhcyBoYWJpdGFjaW9uZXMgZXN0w6FuIGxpc3RhcyBwYXJhIGVsIHJlZ2lzdHJvIGEgbGFzIDMgcG0geSBlbCBjaGVjayBvdXQgZXMgYSBsYXMgMTI6MDBwLm0uDQoNClNpbiBlbWJhcmdvLCBwdWVkZSBkaXNmcnV0YXIgZGUgbGFzIGluc3RhbGFjaW9uZXMgYSBwYXJ0aXIgZGUgbGFzIDc6MzAgaC7CoCBlbCBkaWEgZGUgbGxlZ2FkYS4gQ29uc2lkZXJlIGxhIHBvc2liaWxpZGFkIGRlIHBlcm1hbmVjZXIgdW4gbcOtbmltbyBkZSBkb3Mgbm9jaGVzIG5vY2hlcyBwYXJhIGRpc2ZydXRhciBkZSB0b2RvIGxvIHF1ZSBQdWVydG8gQmFyaWxsYXMgdGllbmUgcXVlIG9mcmVjZXIgeSB0b21hciB2ZW50YWphIGRlIHJlYWxpemFyIGxhcyBhY3RpdmlkYWRlcyBkaXZlcnRpZGFzIGVuIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIHnCoCB2aXNpdGFyIGxhIHpvbmEgZGUgSGFjaWVuZGEgTGEgQ2FycmVyYS4NCg0KUGFyYSBNw6FzIEluZm9ybWFjacOzbiBhY2VyY2EgZGVsIGFsb2phbWllbnRvLCB2aXNpdGU6DQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2FwYXJ0bWVudHMvIj5BcGFydGFtZW50b3M8L2E+IGFuZCA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3RyZWVob3VzZXMvIj5DYXNhIGRlIMOBcmJvbDwvYT4=', 1),
(335, 81, 0, '2014-01-06 03:34:00', 'original_id', '', 0, '63', '', 1),
(336, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_title', 'base64', 1, 'TG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFz', 'SG90ZWxzIGluIEVsIFNhbHZhZG9yLCBBbG9qYW1pZW50byBCYWhpYSBkZSBKaXF1aWxpc2NvLCBMb2RnZSwgTWFyaW5hLCBUb3Vycw==', 1),
(337, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(338, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(339, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcw==', 'bG9kZ2luZyBFbCBTYWx2YWRvciBCYWhpYSBkZSBKaXF1aWxpc2NvIG5hdHVyZSBiYXNlZCBhbG9qYW1pZW50bw==', 1),
(340, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(341, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(342, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3I=', 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==', 1),
(343, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(344, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(345, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgUHVlcnRvIEJhcmlsbGFz', 'YWxvamFtaWVudG8=', 1),
(346, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(347, 81, 0, '2014-01-06 03:34:00', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(348, 82, 0, '2014-01-06 03:42:44', 'title', 'base64', 1, 'QXBhcnRtZW50cw==', 'QXBhcnRhbWVudG9z', 1),
(349, 82, 0, '2014-01-06 03:42:44', 'body', 'base64', 1, 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQombmJzcDs=', 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQombmJzcDs=', 1),
(350, 82, 0, '2014-01-06 03:42:44', 'original_id', '', 0, '207', '', 1),
(351, 83, 0, '2014-01-06 03:52:25', 'title', 'base64', 1, 'Q29tb2RpZGFk', '', 0),
(352, 83, 0, '2014-01-06 03:52:25', 'body', 'base64', 1, '', '', 0),
(353, 83, 0, '2014-01-06 03:52:25', 'original_id', '', 0, '879', '', 0),
(354, 84, 0, '2014-01-06 23:56:30', 'title', 'base64', 1, 'VHJlZWhvdXNlcw==', 'Q2FzYSBkZSDDgXJib2w=', 1),
(355, 84, 0, '2014-01-06 23:56:30', 'body', 'base64', 1, 'PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokMTE4LjAwPC9zdHJvbmc+PC9zcGFuPg==', 'PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokMTE4LjAwPC9zdHJvbmc+PC9zcGFuPg0KDQombmJzcDs=', 1),
(357, 85, 0, '2014-01-07 00:13:11', 'title', 'base64', 1, 'RmFjaWxpdGllcw==', 'RmFjaWxpZGFkZXM=', 1),
(358, 85, 0, '2014-01-07 00:13:11', 'body', 'base64', 1, 'PGgzPlBvb2w8L2gzPg0KQmVmb3JlIG9yIGFmdGVyIHRha2luZyBhIGJvYXQgdG91ciwgZW5qb3kgdGhlIHBvb2wuDQpUaGUgcG9vbCBpcyBzdXJyb3VuZGVkIGJ5IHBhbGFwYXMgd2hlcmUgeW91IGNhbiByZWxheCBvciBoYW5nIG91dCB3aXRoIGZyaWVuZHMgYW5kIGZhbWlseSB3aGlsZSB3YXRjaGluZyB0aGUgY2hpbGRyZW4gZW5qb3kgdGhlIHBvb2wuDQpUaGVyZSBpcyBhbHNvIGEgSmFjdXp6aSBpbiBjYXNlIHlvdSB3YW50IHRvIHJlbGF4IGJlZm9yZSBoZWFkaW5nIGJhY2sgdG8geW91ciBhY2NvbW1vZGF0aW9uLg0KPGgzPkNvbnZlbmllbmNlIFN0b3JlPC9oMz4NClRoZSBjb252ZW5pZW50IHN0b3JlLCBjbG9zZSB0byB0aGUgcmVjZXB0aW9uIG9mZmljZSBoYXMgYWxsIG9mIHRoZSBiYXNpYyBuZWVkcyA6IHN1bnNjcmVlbiwgZHJpbmtzLCBzdW5nbGFzc2VzLCBoYXRzLCB0b290aGJydXNoZXMgYW5kIHRvb3RocGFzdGUsIGNob2NvbGF0ZXMsIGljZSBjcmVhbSwgdG93ZWxzLCBzaGlydHMgYW5kIG90aGVyIHN1cHBsaWVzLg0KRG9u4oCZdCBmb3JnZXQgdG8gdGFrZSBhIGJlYXV0aWZ1bCBCYXJpbGxhcyBzb3V2ZW5pciBzdWNoIGFzIGEgdC1zaGlydCBvciBhIGNhcCBvciBhIGJhZyBvZiBvdXIgZGVsaWNpb3VzIGhvdCBjaG9jb2xhdGUuDQo8aDM+SGFuZ2FyczwvaDM+DQpOaW5lIGhhbmdhcnMgZm9yIGJvYXRzIDE2IHggNiBtZXRlcnMNCjIwIHNwYWNlcyBmb3IgYm9hdHMgMTAgeCA2IG1ldGVycw0KMjAgc3BhY2VzIGZvciBzbWFsbCBib2F0cyBvciBqZXQgc2tpcyBmcm9tIDYuMyB4IDMuOSBtZXRlcnMuDQoNClBhbGFwYSBBcmVhcyAoU29jaWFsIGFyZWFzIHdpdGggV0lGSSBhdmFpbGFibGUpDQoNCiZuYnNwOw==', 'PGgzPkFyZWEgZGUgQWxvamFtaWVudG8gKEVzdGlsbyAiSnVuZ2xlLUxvZGdlIik8L2gzPg0KRW4gdW4gQ29udGFtb3MgY29uIDYgYW1wbGlvcyBhcGFydGFtZW50b3MgcGFyYSBtw6F4aW1hIG9jdXBhY2nDs24gZGUgNiBwZXJzb25hc8KgIHkgY29uIDQgImNhc2FzIGRlIMOhcmJvbCBwYXJhIG3DoXhpbWEgb2N1cGFjacOzbiBkZSA0IHBlcnNvbmFzLg0KPGgzPlBpc2NpbmE8L2gzPg0KTnVlc3RyYSBwaXNjaW5hIGVzdGEgcm9kZWFkYSBkZSBwYWxhcGFzIGRvbmRlIHBvZHLDoSBkZXNjYW5zYXIgbyBkaXNmcnV0YXIgY29uIGxvcyBhbWlnb3MgeSBmYW1pbGlhcmVzLkxhIHBpc2NpbmEgZXN0YSBkaXZpZGlkYSBlbiAzIHBhcnRlczogcGlzY2luYSBwYXJhIG5pw7FvcywgYWR1bHRvcyB5IGphY3V6emkuwqAgTGEgcGlzY2luYSBoYSBzaWRvIHJlbW9kZWxhZGEgZW4gZWwgYcOxbyAyMDE1Lg0KPGgzPlRpZW5kYSBkZSBDb252ZW5pZW5jaWE8L2gzPg0KRW4gbnVlc3RyYSB0aWVuZGEgZGUgY29udmVuaWVuY2lhLCBjZXJjYSBkZSByZWNlcGNpw7NuIGVuY29udHJhcsOhIHRvZGFzIGxhcyBuZWNlc2lkYWRlcyBiw6FzaWNhcyBkZXNkZSBibG9xdWVhZG9yZXMsIHJlcGVsZW50ZXMsIGJlYmlkYXMsIGdvcnJhcywgY2VwaWxsbyBkZSBkaWVudGVzLCBwYXN0YSBkZW50YWwsIGhlbGFkb3MgeSBzb3V2ZW5pcnMuDQoNCk5vIHNlIG9sdmlkZSBkZSBsbGV2YXJzZSB1biBlbmNhbnRhZG9yIHNvdXZlbmlyIGNvbW8gdW5hIGNhbWlzZXRhIG8gZ29ycmEgZGUgUHVlcnRvIEJhcmlsbGFzIGRlIHJlY3VlcmRvIGRlIHN1IHZpc2l0YQ0KPGgzPkhhbmdhcnM8L2gzPg0KTmluZSBoYW5nYXJzIGZvciBib2F0cyAxNiB4IDYgbWV0ZXJzDQoyMCBzcGFjZXMgZm9yIGJvYXRzIDEwIHggNiBtZXRlcnMNCjIwIHNwYWNlcyBmb3Igc21hbGwgYm9hdHMgb3IgamV0IHNraXMgZnJvbSA2LjMgeCAzLjkgbWV0ZXJzLg0KDQo8c3Ryb25nPsKgw4FyZWEgZGUgUGFsYXBhczwvc3Ryb25nPg0KDQooU29jaWFsIGFyZWFzIHdpdGggV0lGSSBhdmFpbGFibGUpDQoNCjxzdHJvbmc+UmVzdGF1cmFudGU8L3N0cm9uZz4NCg0KJm5ic3A7', 1),
(356, 84, 0, '2014-01-06 23:56:30', 'original_id', '', 0, '209', '', 1),
(359, 85, 0, '2014-01-07 00:13:11', 'original_id', '', 0, '16', '', 1),
(33, 3, 0, '2013-11-25 21:33:10', 'original_id', '', 0, '14', '', 1),
(34, 4, 0, '2013-11-25 21:34:28', 'title', 'base64', 1, 'REFZIFRSSVBT', 'VklTSVRBIERFTCBESUEtVEFSSUZBUy1QQVFVRVRFUy0gRU5UUkFEQVM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(35, 4, 0, '2013-11-25 21:34:28', 'body', 'base64', 1, 'WW91ciDigJhEYXkgQXdheeKAmSBhdCBQdWVydG8gQmFyaWxsYXMsIGxvY2F0ZWQgaW4gQ2FuYWwgQmFyaWxsYXMgYXQgSmlxdWlsaXNjbyBCYXkgb2ZmZXJzIHBsZW50eSBvZiBhY3Rpdml0aWVzIHRvIGNob29zZSBmcm9tIGluY2x1ZGluZyBhIGxhbmNoYSBwYW5nYSB0b3VyIG9yIHBvbnRvb24gdG91ciBpbiB0aGUgSmlxdWxpc2NvIEJheSwgYSBkZWxpY2lvdXMgbWVhbCBhbmQgYSB2aXNpdCB0byBvdXIgbW9ua2V5IHNhbmN0dWFyeSBpbiB0aGVpciBuYXR1cmFsIGhhYml0YXQuIEJ1dCBpZiB5b3UgcHJlZmVyIG1vcmUgYWR2ZW50dXJvdXMgdG91cnMsIHN1Y2ggYXMga2F5YWtpbmcgaW4gdGhlIGJheSBvciBvdGhlciBjdXN0b21pemVkIGdyb3VwIHRvdXIsIHdlIHdpbGwgYmUgbW9yZSB0aGFuIGhhcHB5IHRvIHByZXBhcmUgYSBkYXkgZnVsbCBvZiBhZHZlbnR1cmUuDQoNCklmIHlvdSBkZWNpZGUgdG8gdGFrZSB0aGUgYm9hdCB0b3VyLCB5b3Ugd2lsbCBiZSB2aXNpdGluZyBhIGhlYXZlbmx5IOKAk21hZGUgaXNsYW5kIHdoZXJlIHlvdSBjYW4gYmUgZW5qb3kgdGhlIGNhbG0gd2F0ZXJzIG9mIHRoZSBKaXF1aWxpc2NvIEJheSB3aGljaCBhcmUgc2FmZSBmb3IgdGhlIGZhbWlseSB0byBzd2ltIGFuZCBmaXNoLiBJbiBvdXIgZmFjaWxpdGllcyB3ZSBvZmZlciBzd2luZ3MgYW5kIHNsaWRlcyBmb3IgdGhlIGNoaWxkcmVuIChhIGxvdmVseSBwbGF5Z3JvdW5kKSBhbmQgYWxzbyBhIHN3aW1taW5nIHBvb2wgYW5kIEphY3V6emkgZm9yIGFsbCBhZ2VzIENvbWUgYW5kIGVuam95IHRoZSBkYXkgd2l0aCB1c+KApi4NCg0KRm9yIGRheSB0cmlwcyB3ZSBvZmZlciB0aGUgZm9sbG93aW5nIHBhY2thZ2VzOg0KPHN0cm9uZz5PcHRpb24gMSAtIHdpdGggTHVuY2g8L3N0cm9uZz4NCjx1bD4NCgk8bGk+MS0zIHBlb3BsZSAkIDMxLjUwUFA8L2xpPg0KCTxsaT40LTYgcGVvcGxlICQgMzAuNTBQUDwvbGk+DQoJPGxpPjctOSBwZW9wbGUgJCAyOS41MFBQPC9saT4NCjwvdWw+DQoqIEluY2x1ZGVzIHdlbGNvbWUgY29jb251dCB3YXRlciAuDQoqIEx1bmNoIGFuZCBhIGRyaW5rIDoNCi0gQSBsYSBDYXJ0ZSAoaW5jbHVkZXMgKSA6DQphKSBNYWluIERpc2ggOiBNZWF0LCBwb3VsdHJ5LCBmaXNoICwgY29ja3RhaWxzLCBzYW5kd2ljaCBpcyBjb25zaWRlcmVkIGEgbWFpbiBkaXNoIC4NCmIgKSBEcmluayA6IDEgZG9tZXN0aWMgYmVlciAsIGJvdHRsZWQgd2F0ZXIsIENvY29udXQgd2F0ZXINCiogVXNlIG9mIGZhY2lsaXRpZXMNCiogVGF4ICggVkFUICkgYW5kIHNlcnZpY2VzDQpQUCA9IFBlciBQZXJzb24NCiogQ2hpbGRyZW4gdW5kZXIgNyB5ZWFycyA6ICQgMjAuMDAgLiBLaWRzIG1lYWwgOiBoYW1idXJnZXIgb3Igc2FuZHdpY2ggLCBjaGlwcyAsIGljZSBjcmVhbSBhbmQgc29kYS4NCg0KPHN0cm9uZz5PcHRpb24gMiAtIFdpdGggUGFuZ2EgQm9hdCBUb3VyIOKAkyBJc2xhIFBhamFyaXRvPC9zdHJvbmc+ICggMiBob3VycyBBZGRpdGlvbmFsIEhvdXIgJCA1Ni4wMCApDQo8dWw+DQoJPGxpPjEtMiBwZW9wbGUgOiAkIDEzMC41MCB0b3RhbDwvbGk+DQoJPGxpPjMtNCBwZW9wbGUgJCAzNC41MFBQPC9saT4NCgk8bGk+NS02IHBlb3BsZSAkIDMyLjUwUFA8L2xpPg0KCTxsaT43LTkgcGVvcGxlICQgMzAuNTBQUDwvbGk+DQo8L3VsPg0KKiA3LTkgcGVyc29uczogYWxsb3cgMiBjaGlsZHJlbiB1bmRlciA3IHllYXJzIHBheWluZyB0aGUgZmVlIG9mICQyNS4wMA0KKiBJbmNsdWRlcyB3ZWxjb21pbmcgZHJpbms6IGNvY29udXQgd2F0ZXINCiogVXNlIG9mIGZhY2lsaXRpZXMgYW5kIHNlcnZpY2VzIGFuZCB0YXhlcw0KDQo8c3Ryb25nPk9wdGlvbiAzIC0gQm9hdCBUb3VyIGFuZCBMdW5jaDwvc3Ryb25nPiAoIDIgaG91cnMgdG91ciApDQo8dWw+DQoJPGxpPjMgcGVvcGxlICQgNDcuNTBQUDwvbGk+DQoJPGxpPjQtNiBwZW9wbGUgJCA0My41MDBQUDwvbGk+DQoJPGxpPjctOSBwZW9wbGUgJCA0Mi41MFBQPC9saT4NCjwvdWw+DQpJbmNsdWRlcyBwYW5nYSBib2F0IHRvdXIgLCB3ZWxjb21lIGNvY29udXQgd2F0ZXIgLCBsdW5jaCBhbmQgYSBkcmluayAoIGRvbWVzdGljIGJlZXIgLCBnbGFzcyB3YXRlciAsIGNvY29udXQgd2F0ZXIgb3IgZ2FzICkNClVzZSBvZiBGYWNpbGl0aWVzDQoNCjxzdHJvbmc+T3B0aW9uYWwgdG91cnM6PC9zdHJvbmc+DQpTcGlkZXIgTW9ua2V5cyBTYW5jdHVhcnkNCjx1bD4NCgk8bGk+MS0yIHBlb3BsZTogJDEwLjAwIHBwPC9saT4NCgk8bGk+My05IHBlb3BsZTogJDUuMDAgcHA8L2xpPg0KCTxsaT5DaGlsZHJlbjogJDIuNTAgcHAgKGFzIGxvbmcgYXMgdGhlcmUgYXJlIDIgYWR1bHRzIGluIHRoZSBncm91cCk8L2xpPg0KPC91bD4NClRoZSBib2F0IHRvdXIgaXMgYXBwcm94aW1hdGVseSB0d28gaG91cnMgLCB3ZSBtYWRlIHRoZSB0cmlwIG92ZXIgdGhlIG1haW4gY2hhbm5lbCBvZiBKaXF1aWxpc2NvIEJheSB3aGVyZSBvdXIgdmlzaXRvcnMgY2FuIGFwcHJlY2lhdGUgdGhlIGJlbmVmaXRzIG9mZmVyZWQgYnkgdGhlIEJheSAsIGluY2x1ZGluZyBtYW5ncm92ZSBkaXZlcnNpdHkgLCBwYW5vcmFtaWMgdmlldyBvZiBtb3VudGFpbnMgYW5kIHZvbGNhbm9lcyAsIHRoZW4gd2UgcmVhY2ggSXNsYSBQYWphcml0byB3aGVyZSB5b3UgY2FuIGVuam95IHRoZSBiZWF1dGlmdWwgYmVhY2ggd2l0aCBhIGJlYXV0aWZ1bCBhbmQgcmVsYXhpbmcgdmlldyBvZiB0aGUgc2VhLiBZb3UgbWF5IGFsc28gaGF2ZSB0aGUgb3Bwb3J0dW5pdHkgdG8gc2VlIG1pZ3JhdG9yeSBiaXJkcy4NCg0K4oCiIE91ciByZWNvbW1lbmRhdGlvbiBpcyB0byB0YWtlIGx1bmNoIGFuZCB0b3VyIG9mIHRoZSBiYXkuIEl0J3MgYmVhdXRpZnVsIQ0KRG8gbm90IGZvcmdldCB0byBicmluZyB5b3VyIGNhbWVyYSBiZWNhdXNlIHlvdSB1c3VhbGx5IHNlZSBleG90aWMgYmlyZHMsIG1hbmdyb3ZlcywgYSBuaWNlIHZpZXcgb2Ygdm9sY2Fub2VzICwgY3JvY3MgYW5kIGdhdG9ycyBkZXBlbmRpbmcgb24gdGhlIHRpZGUgLiBBbHNvIHRoZSB0b3VyIHRvIHNlZSB0aGUgbW9ua2V5cyBpcyBmdW4uIFRoZXNlIHNwaWRlciBtb25rZXlzIGFyZSBwbGF5ZnVsIGFuZCBtaXNjaGlldm91cywgZXNwZWNpYWxseSB3aGVuIHRoZXkgdGFrZSBiYW5hbmFzLg0KPGg0PldlIGhvcGUgeW91IHZpc2l0IHRoaXMgd29uZGVyZnVsIHBhcmFkaXNlIGluIEppcXVpbGlzY28gQmF5ICE8L2g0Pg0KPGJsb2NrcXVvdGU+Rm9yIGdyb3VwIHJlc2VydmF0aW9ucywgcGxlYXNlIGNvbnRhY3Q6IGluZm9AcHVlcnRvYmFyaWxsYXMuY29tDQpGb3IgZ3JvdXAgcmF0ZXMgcGxlYXNlIHZpc2l0IGdyb3VwIEZ1bGwgcGFja2FnZSByYXRlczwvYmxvY2txdW90ZT4=', 'U3XCoCBWaXNpdGEgZGVsIERpYSBhIFB1ZXJ0byBCYXJpbGxhcywgdWJpY2FkbyBlbiBDYW5hbCBCYXJpbGxhcyBlbiBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbyBvZnJlY2UgdW5hIHZhcmllZGFkIGRlIGFjdGl2aWRhZGVzIHBhcmEgZWxlZ2lyLCBpbmNsdXllbmRvIHVuIHJlY29ycmlkbyBlbsKgIGxhbmNoYSBwYW5nYSBvIHRvdXIgZW7CoCBsYW5jaGEgcG9udG9vbiBlbiBsYSBCYWjDrWEgSmlxdWxpc2NvLCB1bmEgZGVsaWNpb3NhIGNvbWlkYSB5IHVuYSB2aXNpdGEgYSBudWVzdHJvIHNhbnR1YXJpbyBkZSBsb3MgbW9ub3MgZW4gc3UgaMOhYml0YXQgbmF0dXJhbCAuIFBlcm8gc2kgdXN0ZWQgcHJlZmllcmUgcmVjb3JyaWRvcyBtw6FzIGF0cmV2aWRvcywgY29tbyBhbHF1aWxhciB1biBrYXlhayBwYXJhIGF2ZW50dXJhcnNlIHBvcsKgIGxhIGJhaMOtYSBvIGRlIG90cm8gdGlwbyBkZSB2aWFqZSBwZXJzb25hbGl6YWRvLCBlc3RhcmVtb3MgbcOhcyBxdWUgZW5jYW50YWRvcyBkZSBwcmVwYXJhciB1biBkw61hIGxsZW5vIGRlIGF2ZW50dXJhcy9hY3RpdmlkYWRlcy4NCg0KU2kgdXN0ZWQgZGVjaWRlIHRvbWFyIGVsIHBhc2VvIGVuIGxhbmNoYSzCoCBlbCBjdWFsIGxvIGxsZXZhcmEgYSB2aXNpdGFyIHVuYSBpc2xhIHBhcmFkaXNpYWNhLCB1biBiYW5jbyBkZSBhcmVuYSAswqAgZG9uZGUgcG9kcmEgZGlzZnJ1dGFyIGRlIGxhcyB0cmFucXVpbGFzIGFndWFzIGRlIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIGNvbiBzdSBmYW1pbGlhwqAgeSBhbWlnb3MgecKgIG5hZGFyIHkgcGVzY2FyLiBFbiBudWVzdHJhcyBpbnN0YWxhY2lvbmVzIG9mcmVjZW1vcyBjb2x1bXBpb3MgeSB0b2JvZ2FuZXMgcGFyYSBsb3MgbmnDsW9zICh1biBwcmVjaW9zbyBwYXJxdWUgaW5mYW50aWwpLCBhc8OtIGNvbW8gdW5hIHBpc2NpbmHCoCAocmVtb2RlbGFkYSBlbiAyMDE1KSB5IHVuIGphY3V6emksIHBhcmEgdG9kYXMgbGFzIGVkYWRlcyBWZW4gYSBkaXNmcnV0YXIgZGVsIGTDrWEgY29uIG5vc290cm9zIC4uLi4NCg0KUGFyYSBwYXF1ZXRlcyBkZWwgZMOtYSBvZnJlY2Vtb3MgbGFzIHNpZ3VpZW50ZXMgb3BjaW9uZXM6DQo8c3Ryb25nPk9wdGlvbiAxIC0gRW50cmFkYSBtw6FzIGFsbXVlcnpvDQo8L3N0cm9uZz4NCg0KVG9kb3MgbG9zIHByZWNpb3Mgc29uIHBvciBwZXJzb25hOg0KPHVsPg0KCTxsaT4xLTMgcGVyc29uYXMgJCAzMS41MCBQUDwvbGk+DQoJPGxpPjQtNiBwZXJzb25hc8KgICQgMzAuNTBQUDwvbGk+DQoJPGxpPjctOSBwZXJzb25hcyAkIDI4LjUwUFA8L2xpPg0KPC91bD4NCiogSW5jbHV5ZTogLUNvY28gaGVsYWRvIGRlIGJpZW52ZW5pZGEgKHN1amV0byBhIGRpc3BvbmliaWxpZGFkKQ0KKiBBbG11ZXJ6b8KgIGEgbGEgY2FydGEgeSBiZWJpZGENCmEpIFBsYXRvIHByaW5jaXBhbDogQ2FybmUgbyBwb2xsbyBvIHBlc2NhZG8gbyBjb2NrdGFpbCBvIHNhbmR3aWNoLG8gZW5zYWxhZGEgZXMgY29uc2lkZXJhZGEgcGxhdG8gcHJpbmNpcGFsDQpiKSBCZWJpZGE6IDEgY2VydmV6YSBvIHNvZGEgbyBhZ3VhDQoqVXNvIGRlIGluc3RhbGFjaW9uZXMNCiogSVZBIHkgc2VydmljaW8NClBQID0gUGVyIFBlcnNvbg0KKiBOacOxb3MgbWVub3JzIGRlwqAgNyBhw7FvczogJDI1LjAwIGluY2x1eWU6IGhhbWJ1cmd1ZXNhLCBwYXBhcyBmcml0YXMsIGhlbGFkbyB5IGdhc2Vvc2EgKHNvZGEpDQoNCjxzdHJvbmc+T3BjacOzbiAyIC0gU29sbyBsYW5jaGEgcGFuZ2HigJMgSXNsYSBQYWphcml0bzwvc3Ryb25nPiAoIDIuNSBob3VycyBBZGRpdGlvbmFsIEhvdXIgJCA1Ni4wMCApDQo8dWw+DQoJPGxpPjEtMyBwZXJzb25hcyA6ICQgMTUyLjAwIHRvdGFsPC9saT4NCgk8bGk+NMKgIHBlcnNvbmFzICQgMzQuNTAgUFA8L2xpPg0KCTxsaT41LTYgcGVyc29uYXMgJDMyLjUwwqAgUFA8L2xpPg0KCTxsaT43LTkgcGVyc29uYXMgJDMwLjUwIFBQPC9saT4NCjwvdWw+DQoqIDctOSBwZXJzb25zOsKgIHNlIHBlcm1pdGVuIDIgbmnDsW9zIG1lbm9yZXMgZGUgN8KgIGHDsW9zOiAkMjUuMDANCiogSW5jbHV5ZSBjb2NvIGhlbGFkbyBkZSBiaWVudmVuaWRhDQoqIFVzbyBkZSBpbnN0YWxhY2lvbmVzDQoNCjxzdHJvbmc+T3BjacOzbiAzIC0gVG91ciBlbiBMYW5jaGEgUGFuZ2EgeSBBbG11ZXJ6b8KgPC9zdHJvbmc+ICggRHVyYWNpw7NuIGRlIFRvdXIgZW4gbGFuY2hhIHBhbmdhOiAyLjUgaG9yYXMpDQo8dWw+DQoJPGxpPjHCoCBwZXJzb25hOiAkMTUyLjAwPC9saT4NCgk8bGk+MiBwZXJzb25hcyAkIDY4LjY3IFBQPC9saT4NCgk8bGk+MyBwZXJzb25hcyAkNDguNTAgUFA8L2xpPg0KCTxsaT40LTYgcGVyc29uYXMgJDQzLjUwIFBQPC9saT4NCgk8bGk+Ny05IHBlcnNvbmFzICQ0Mi41MCBQUDwvbGk+DQo8L3VsPg0KTmnDsW9zIG1lbm9yZXMgZGUgNyBhw7FvcyAoMiBhZHVsdG9zIFggMiBuacOxb3MpIDogJDI1LjAwIGluY2x1eWUgaGFtYnVyZ3Vlc2EsIHBhcGFzIGZyaXRhcywgaGVsYWRvIHkgc29kYS4NCg0KSW5jbHV5ZToNCmNvY28gaGVsYWRvIGRlIGJpZW52ZW5pZGEgKHN1amV0byBhIGRpc3BvbmliaWxpZGFkLCBkZXBlbmRlIGRlIHRlbXBvcmFkYXMpDQp0b3VyIGVuIGxhbmNoYSBwYW5nYSwNCmFsbXVlcnpvIGRlIHBsYXRvIGZ1ZXJ0ZSB5IGJlYmlkYSAoY2VydmV6YSBuYWNpb25hbCwgYWd1YSwgYWd1YSBkZSBjb2NvIG8gc29kYSkNCg0KPHN0cm9uZz5PcGNpw7NuIDQtIFRvdXIgZW4gTGFuY2hhIFBhbmdhLCBBbG11ZXJ6byB5IE1vbm9zIChQcmVjaW9zIHBvciBwZXJzb25hKTwvc3Ryb25nPg0KPHVsPg0KCTxsaT4xIHBlcnNvbmE6ICQxNTkuMTI8L2xpPg0KCTxsaT4yIHBlcnNvbmFzOiAkNzcuMDA8L2xpPg0KCTxsaT4zIHBlcnNvbmFzOiAkNTcuMDA8L2xpPg0KCTxsaT40LTYgcGVyc29uYXM6ICQ1MS4wMDwvbGk+DQoJPGxpPjctMTAgcGVyc29uYXM6ICQ1MC4wMDwvbGk+DQo8L3VsPg0KSW5jbHV5ZS4NCipBbG11ZXJ6byB5IHVuYSBiZWJpZGE6DQotQSBsYSBDYXJ0YSAoaW5jbHV5ZSk6DQphKSBQbGF0byBGdWVydGUgOsKgIENhcm5lcywgcG9sbG9zLCBwZXNjYWRvLCBjb2N0ZWxlcywgc8OhbmR3aWNowqAgZXMgY29uc2lkZXJhZG8gdW4gcGxhdG8gZnVlcnRlLg0KYikgQmViaWRhOiAxIGNlcnZlemEgbmFjaW9uYWwsIGFndWEgY3Jpc3RhbCwgYWd1YSBkZSBDb2NvIG8gZ2FzZW9zYQ0KKlRvdXIgZW4gbGFuY2hhIHBvciBsYSBCYWjDrWEgYSBJc2xhIFBhamFyaXRvIG8gTGFzIEVsZW5hcw0KKlRvdXIgYWwgU2FudHVhcmlvIGRlbCBNb25vIEFyYcOxYS4NCipVc28gZGUgaW5zdGFsYWNpb25lcw0KKiBJbXB1ZXN0byAoSVZBKSB5IHNlcnZpY2lvcw0KUFA9UG9yIHBlcnNvbmENCg0KRWwgdG91ciBkZSBsYW5jaGEgZXMgcG9yIDIgaG9yYXMsIHJlYWxpemFtb3MgZWwgcmVjb3JyaWRvIHNvYnJlIGVsIGNhbmFsIHByaW5jaXBhbCBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbyBkb25kZSBwb2RyZW1vcyBhcHJlY2lhciBsYXMgYm9uZGFkZXMgcXVlIG5vcyBvZnJlY2UgbGEgQmFow61hLCBlbnRyZSBlbGxhcyBkaXZlcnNpZGFkIGRlIG1hbmdsYXJlcywgdmlzdGEgcGFub3LDoW1pY2EgZGUgY2Vycm9zIHkgdm9sY2FuZXMsIGx1ZWdvIGxsZWdhbW9zIGEgSXNsYSBQYWphcml0byBkb25kZSBwb2RyZW1vcyBiYWphciwgZGlzZnJ1dGFyIGRlIGxhIGhlcm1vc2EgcGxheWEgY29uIHVuYSBwcmVjaW9zYSB5IHJlbGFqYW50ZSB2aXN0YSBhbCBtYXIsIHRhbWJpw6luIHBvZHLDoSB0ZW5lciBsYSBvcG9ydHVuaWRhZCBkZSBjb250ZW1wbGFyIGxhcyBhdmVzIG1pZ3JhdG9yaWFzLg0KDQrigKIgTWkgcmVjb21lbmRhY2nDs24gZXMgdG9tYXIgZWwgYWxtdWVyem8geSBlbCB0b3VyIHBvciBsYSBCYWjDrWEgKMKhZXMgcHJlY2lvc28hIE5vIHNlIG9sdmlkZW4gZGUgbGxldmFyIGPDoW1hcmEgcG9ycXVlIHNlIHN1ZWxlbiB2ZXIgYXZlcyBleMOzdGljYXMsIG1hbmdsYXJlcywgdW5hIGxpbmRhIHZpc3RhIGRlIHZvbGNhbmVzLCBkZXBlbmRpZW5kbyBsYSBtYXJlYSBsYWdhcnRvcykuIFRhbWJpw6luIGVsIHRvdXIgcGFyYSB2ZXIgYSBsb3MgbW9ub3MgZXMgbXV5IGRpdmVydGlkby4gRXN0b3MgbW9ub3MgYXJhw7FhcyBzb24ganVndWV0b25lcyB5IHRyYXZpZXNvcywgZXNwZWNpYWxtZW50ZSBjdWFuZG8gbGVzIGxsZXZhbiBiYW5hbm9zLg0KDQpPcGNpw7NuIDUtIEtheWFrIHkgQWxtdWVyem8geSB2aXNpdGEgYSBTYW50dWFyaW8gZGUgTW9ub3MNCjEtNSBwZXJzb25hczogJDM1LjAwIHBvciBwZXJzb25hDQo2LTEwIHBlcnNvbmFzOiAkMzIuNTAgcG9yIHBlcnNvbmENCkluY2x1eWUuDQoqQWxtdWVyem8geSB1bmEgYmViaWRhOg0KLUEgbGEgQ2FydGEgKGluY2x1eWUpOg0KYSkgUGxhdG86IFNhbmR3aWNoLCBQYW5pbmkgbyBIYW1idXJndWVzYSBjb24gcGFwYXMNCmIpIEJlYmlkYTogMSBjZXJ2ZXphIG5hY2lvbmFsLCBhZ3VhIGNyaXN0YWwsIGFndWEgZGUgQ29jbyBvIGdhc2Vvc2ENCipUb3VyIGVuIEtheWFrDQoqVG91ciBhbCBTYW50dWFyaW8gZGVsIE1vbm8gQXJhw7FhLg0KKlVzbyBkZSBpbnN0YWxhY2lvbmVzDQoqIEltcHVlc3RvIChJVkEpIHkgc2VydmljaW9zDQpQUD0gcHJlY2lvIHBvciBwZXJzb25hDQoNCiZuYnNwOw0KDQombmJzcDsNCjxibG9ja3F1b3RlPkZvciBncm91cCByZXNlcnZhdGlvbnMsIHBsZWFzZSBjb250YWN0OiBpbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbTwvYmxvY2txdW90ZT4=', 1),
(36, 4, 0, '2013-11-25 21:34:28', 'original_id', '', 0, '68', '', 1),
(37, 5, 0, '2013-11-25 21:43:40', 'title', 'base64', 1, 'RGlzY292ZXIgdGhlIEJlYXV0eSBvZiBCYWhpYSBkZSBKaXF1aWxpc2Nv', 'RGVzY3VicmEgbGEgYmVsbGV6YSBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbw==', 1),
(38, 5, 0, '2013-11-25 21:43:40', 'body', 'base64', 1, 'SmlxdWlsaXNjbyBCYXksIGEgcmVzZXJ2ZSBhbmQgdGhlIG1vc3QgaW1wb3J0YW50IGNvYXN0YWwgbWFyaW5lIGVjb3N5c3RlbSBvZiBFbCBTYWx2YWRvci4gY29tcHJpc2VzIDU1IGttIG9mIGNvYXN0IGZyb20gdGhlIG1vdXRoIG9mIHRoZSBMZW1wYSBSaXZlciB0byB0aGUgbW91dGggb2YgdGhlIENoZXBvbmEgaW4gSnVjdWFyw6FuOiBjb250YWlucyAyNyBpc2xhbmRzIGFuZCBpc2xldHMgYW5kIDIyLCA5MTIgaGVjdGFyZXMgb2YgbWFuZ3JvdmVzLiBPbiBPY3RvYmVyIDMxLCAyMDA1IHdhcyBkZWNsYXJlZCBhIFJhbXNhciBzaXRlIHVuZGVyIHRoZSBpbnRlcm5hdGlvbmFsIGNvbnZlbnRpb24gb24gd2V0bGFuZHMsIGJlY2F1c2Ugb2YgaXRzIHVuaXF1ZW5lc3MgYW5kIGZyYWdpbGl0eSwgYmVjYXVzZSBpdCBpcyB0aGUgaGFiaXRhdCBvZiBtb3N0IGNvYXN0YWwgbWFyaW5lIGJpcmRzIGluIHRoZSBjb3VudHJ5LiBJdCBpcyB0aGUgb25seSBuZXN0aW5nIHNpdGUgZm9yIHNvbWUgb2YgdGhlbSwgYW5kIHRoZSBwbGFjZSBvZiBkZXN0aW5hdGlvbiBvciBzdGVwIChmZWVkaW5nLCBtb3VsdGluZyBhbmQgcmVzdGluZykgb2YgZWlnaHR5LXNldmVuIG1pZ3JhdG9yeSBiaXJkcyBvZiBpbnRlcm5hdGlvbmFsIGltcG9ydGFuY2UuDQoNClRoaXMgc2l0ZSBpcyBob21lIHRvIGEgZGl2ZXJzaXR5IG9mIHRlcnJlc3RyaWFsIHNwZWNpZXMgYXNzb2NpYXRlZCB3aXRoIHdhdGVyIGJvZGllcyBhbmQgY29hc3RhbCBhcmVhcy4gSXQgc2hvdWxkIGJlIG5vdGVkIHRoYXQgaXQgaGFzIGNvbmZpcm1lZCB0aGF0IGZvdXIgb2YgdGhlIHNldmVuIHNlYSB0dXJ0bGUgc3BlY2llcyBrbm93biB3b3JsZHdpZGUgdmlzaXQgSmlxdWlsaXNjbyBCYXkgZm9yIG5lc3RpbmcuIFRoZSBzcGVjaWVzIGNvbmNlcm5lZCBhcmU6IHRoZSBibGFjayB0dXJ0bGUsIEhhd2tzYmlsbCwgT2xpdmUgUmlkbGV5IHR1cnRsZSBhbmQgdG9ydG9pc2UgQmF1bGUuDQoNClBlb3BsZSBsaXZpbmcgb24gdGhlIHBlcmltZXRlciBvZiB0aGUgcmVzZXJ2ZSBpcyB3ZWxsIGF3YXJlIG9mIHRoZSBuZWVkIHRvIHByZXNlcnZlIHRoZSBzaXRlIHRocm91Z2ggdGhlIGVzdGFibGlzaG1lbnQgb2YgcHJvZHVjdGlvbiBzeXN0ZW1zIGNvbXBhdGlibGUgd2l0aCB0aGUgZW52aXJvbm1lbnQsIGNvLW1hbmFnZW1lbnQgb2YgcHJvdGVjdGVkIGFyZWFzLCByaXNrIG1hbmFnZW1lbnQgYW5kIHJlc2N1ZSBza2lsbHMgVEVLLiBUaGUgc3VzdGFpbmFibGUgZGV2ZWxvcG1lbnQgb2YgdGhlIGFyZWEgaXMgYmFzZWQgb24gdG91cmlzbSwgaGFydmVzdGluZyBvZiBtYW5ncm92ZXMgYW5kIGNvY29udXRzLCB0aGUgY3VsdGl2YXRpb24gb2Ygc3VnYXIgY2FuZSwgZmlzaGluZyBhbmQgbGl2ZXN0b2NrLg0KDQpGb3IgYWxsIHRoYXQgdGhlIEJheeKAmXMgYmVhdXR5IGFuZCB3aGF0IGl0IG9mZmVyczogaXRzIGNoYXJhY3RlcmlzdGljcyBhbmQgdW5pcXVlIGxhbmRzY2FwZXMsIHdlIGludml0ZSB5b3UgdG8gdmlzaXQgdGhpcyBuYXR1cmFsIHBhcmFkaXNlIG9mIEVsIFNhbHZhZG9yLg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExOCIgYWx0PSJQdWVydG9fQmFyaWxsYXNfUGljdHVyZTYiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIiB3aWR0aD0iOTgwIiBoZWlnaHQ9IjI4MCIgLz48L2E+', 'QmFow61hIGRlIEppcXVpbGlzY28gLCB1bmEgcmVzZXJ2YSB5IGVsIG3DoXMgaW1wb3J0YW50ZSBlY29zaXN0ZW1hIG1hcmlubyBjb3N0ZXJvIGRlIEVsIFNhbHZhZG9yLiB1biB0b3RhbCBkZSA1NSBrbSBkZSBjb3N0YSBkZXNkZSBsYSBkZXNlbWJvY2FkdXJhIGRlbCByw61vIExlbXBhIGhhc3RhIGxhIGRlc2VtYm9jYWR1cmEgZGVsIENoZXBvbmEgZW4gSnVjdWFyw6FuIDogY29udGllbmUgMjcgaXNsYXMgZSBpc2xvdGVzIHkgMjIgLCA5MTIgaGVjdMOhcmVhcyBkZSBtYW5nbGFyZXMgLiBFbCAzMSBkZSBvY3R1YnJlIGRlIDIwMDUgc2UgZGVjbGFyw7MgdW4gc2l0aW8gUmFtc2FyIGNvbiBhcnJlZ2xvIGEgbGEgY29udmVuY2nDs24gaW50ZXJuYWNpb25hbCBzb2JyZSBsb3MgaHVtZWRhbGVzICwgZGViaWRvIGEgc3Ugc2luZ3VsYXJpZGFkIHkgZnJhZ2lsaWRhZCAsIHlhIHF1ZSBlcyBlbCBow6FiaXRhdCBkZSBsYSBtYXlvcsOtYSBkZSBsYXMgYXZlcyBtYXJpbmFzIGNvc3RlcmFzIGRlbCBwYcOtcyAuIEVzIGVsIMO6bmljbyBzaXRpbyBkZSBhbmlkYWNpw7NuIGRlIGFsZ3VuYXMgZGUgZWxsYXMgLCB5IGVsIGx1Z2FyIGRlIGRlc3Rpbm8gbyBwYXNvIChhbGltZW50YWNpw7NuICwgbXVkYSB5IGRlIGRlc2NhbnNvKSBkZSBvY2hlbnRhIHkgc2lldGUgYXZlcyBtaWdyYXRvcmlhcyBkZSBpbXBvcnRhbmNpYSBpbnRlcm5hY2lvbmFsLg0KDQpFc3RlIHNpdGlvIGVzIGVsIGhvZ2FyIGRlIHVuYSBncmFuIGRpdmVyc2lkYWQgZGUgZXNwZWNpZXMgdGVycmVzdHJlcyBhc29jaWFkYXMgYSBjdWVycG9zIGRlIGFndWEgeSB6b25hcyBjb3N0ZXJhcy4gRGViZSB0ZW5lcnNlIGVuIGN1ZW50YSBxdWUgc2UgaGEgY29uZmlybWFkbyBxdWUgY3VhdHJvIGRlIGxhcyBzaWV0ZSBlc3BlY2llcyBkZSB0b3J0dWdhcyBtYXJpbmFzIGNvbm9jaWRhcyBlbiB0b2RvIGVsIG11bmRvIHZpc2l0YW4gbGEgQmFow61hIGRlIEppcXVpbGlzY28gcGFyYSBhbmlkYXIuIExhcyBlc3BlY2llcyBhZmVjdGFkYXMgc29uOiBsYSB0b3J0dWdhIG5lZ3JvICwgY2FyZXkgLCB0b3J0dWdhIGdvbGZpbmEgeSBsYSB0b3J0dWdhIEJhdWxlLg0KDQpMYXMgcGVyc29uYXMgcXVlIHZpdmVuIGVuIGVsIHBlcsOtbWV0cm8gZGUgbGEgcmVzZXJ2YSBlcyBtdXkgY29uc2NpZW50ZSBkZSBsYSBuZWNlc2lkYWQgZGUgcHJlc2VydmFyIGVsIHNpdGlvIGEgdHJhdsOpcyBkZWwgZXN0YWJsZWNpbWllbnRvIGRlIHNpc3RlbWFzIGRlIHByb2R1Y2Npw7NuIGNvbXBhdGlibGVzIGNvbiBlbCBtZWRpbyBhbWJpZW50ZSAsIGNvLSBtYW5lam8gZGUgw6FyZWFzIHByb3RlZ2lkYXMsIGxhIGdlc3Rpw7NuIGRlIHJpZXNnb3MgeSB0w6ljbmljYXMgZGUgcmVzY2F0ZSBURUsgLiBFbCBkZXNhcnJvbGxvIHNvc3RlbmlibGUgZGUgbGEgem9uYSBzZSBiYXNhIGVuIGVsIHR1cmlzbW8gLCBsYSByZWNvbGVjY2nDs24gZGUgbWFuZ2xhcmVzIHkgY29jb3Rlcm9zICwgZWwgY3VsdGl2byBkZSBsYSBjYcOxYSBkZSBhesO6Y2FyICwgbGEgcGVzY2EgeSBsYSBnYW5hZGVyw61hLg0KDQpQYXJhIHRvZG9zIGxvcyBxdWUgbGEgYmVsbGV6YSBkZSBsYSBiYWjDrWEgeSBsbyBxdWUgb2ZyZWNlIDogc3VzIGNhcmFjdGVyw61zdGljYXMgeSBwYWlzYWplcyDDum5pY29zICwgdGUgaW52aXRhbW9zIGEgdmlzaXRhciBlc3RlIHBhcmHDrXNvIG5hdHVyYWwgZGUgRWwgU2FsdmFkb3IuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2LmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lICB3cC1pbWFnZS0xMTgiIGFsdD0iUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2LmpwZyIgd2lkdGg9Ijk4MCIgaGVpZ2h0PSIyODAiIC8+PC9hPg==', 1),
(39, 5, 0, '2013-11-25 21:43:40', 'original_id', '', 0, '239', '', 1),
(40, 5, 0, '2013-11-25 21:43:40', 'categories', 'csv_base64', 1, '\"RWwgU2FsdmFkb3I=\",\"SmlxdWlsaXNjbyBCYXk=\"', '', 1),
(41, 5, 0, '2013-11-25 21:43:40', 'category_ids', '', 0, '24,23', '', 1),
(42, 6, 0, '2013-11-25 21:45:21', 'title', 'base64', 1, 'S2F5YWtpbmcgaW4gSmlxdWlsaXNjbyBCYXk=', 'S2F5YWsgZW4gQmFow61hIGRlIEppcXVpbGlzY28=', 1),
(43, 6, 0, '2013-11-25 21:45:21', 'body', 'base64', 1, 'V2l0aCAzNjUgZGF5cyBvZiBzdW5ueSBhbmQgd2FybWluZyBkYXlzLCBnZXQgcmVhZHkgZm9yIGEga2F5YWsgYW5kIGdyYWIgdGhlIHBhZGRsZXMgYW5kIGEgbGlmZSB2ZXN0IHRvIGV4cGxvcmUgdGhlIEppcXVpbGlzY28gQmF5IGNoYW5uZWxzLiBQYWRkbGUgYXdheSB3aXRoIHRoZSB3aG9sZSBmYW1pbHkuwqBJZiB5b3UgYXJlIGFuIGFkdmVudHVyb3VzIHR5cGUsIHBhZGRsZSBhdCB5b3VyIG93biBwYWNlIHRocm91Z2ggdGhlIG1hemVsaWtlIG1hbmdyb3ZlIHR1bm5lbHPCoCBhbmQgZXhwZXJpZW5jZSB0aGUgYmVhdXR5IG9mIHRoZSBsYW5kc2NhcGVzLg0KDQpXaGF0IGJldHRlciB3YXkgdG8gZ2V0IGEgZmlyc3RoYW5kIGxvb2sgb2Ygb3VyIGZhbnRhc3RpY2FsbHkgZmFidWxvdXMgbGFuZHNjYXBlcywgZmxvcmEsIGZhdW5hOiB2b2xjYW5vZXMsIGFsbGlnYXRvcnMsIGV4b3RpYyBiaXJkcywgbWFuZ3JvdmVzIGFuZCBpZiB5b3UgZ2V0IGx1Y2t5LCB5b3UgbWlnaHQgZ2V0IHRvIHNlZSBhwqAgaGF3a3NiaWxsIHR1cnRsZS4NCg0KQWxzbywgaWYgeW91IGxpa2UgZmlzaGluZyAsIHRyeSBmaXNoaW5nIHdoaWxlIGtheWFraW5nLg0KPGJsb2NrcXVvdGU+UHJpY2VzOg0KDQpUd28gaG91ciBLYXlhayByZW50YWwgKHRvIGdldCB1cC1jbG9zZSBhbmQgcGVyc29uYWwgZXhwZXJpZW5jZSB3aXRoIHRoaXMgbmF0aW9uYWwgdHJlYXN1cmUpOg0KJDEwLjAwIGZvciBzaW5nbGUgS2F5YWsNCiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSkNCg0KRml2ZSBIb3Vycw0KJDE1LjAwIGZvciBzaW5nbGUgS2F5YWsNCiQyNS4wMCBmb3IgZG91YmxlIEtheWFrPC9ibG9ja3F1b3RlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9LYXlha2luZy1pbi10aGUtQmF5LmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xMzMiIGFsdD0iS2F5YWtpbmcgaW4gdGhlIEJheSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0theWFraW5nLWluLXRoZS1CYXkuanBnIiB3aWR0aD0iNDE4IiBoZWlnaHQ9IjQxOCIgLz48L2E+', 'Q29uIDM2NSBkw61hcyBkZSBsb3MgZMOtYXMgc29sZWFkb3MgeSBlbCBjYWxlbnRhbWllbnRvLCBzZSBwcmVwYXJhbiBwYXJhIHVuIGtheWFrIHkgYWdhcnJhciBsb3MgcmVtb3MgeSB1biBjaGFsZWNvIHNhbHZhdmlkYXMgcGFyYSBleHBsb3JhciBsb3MgY2FuYWxlcyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjby4gUmVtZSBhY2FiYXIgY29uIHRvZGEgbGEgZmFtaWxpYS4gU2kgdXN0ZWQgZXMgdW4gdGlwbyBhdmVudHVyZXJvLCByZW1hciBhIHN1IHByb3BpbyByaXRtbyBhIHRyYXbDqXMgZGUgbG9zIGxhYmVyw61udGljb3MgdMO6bmVsZXMgZGUgbWFuZ2xhcmVzIHkgZXhwZXJpbWVudGFyIGxhIGJlbGxlemEgZGUgbG9zIHBhaXNhamVzLg0KDQrCv1F1w6kgbWVqb3IgbWFuZXJhIGRlIGNvbnNlZ3VpciB1bmEgbWlyYWRhIGRlIHByaW1lcmEgbWFubyBkZSBudWVzdHJvcyBmYWJ1bG9zb3MgZmFudMOhc3RpY2FtZW50ZSBwYWlzYWplcywgbGEgZmxvcmEsIGxhIGZhdW5hOiB2b2xjYW5lcywgY2FpbWFuZXMsIGF2ZXMgZXjDs3RpY2FzLCBsb3MgbWFuZ2xhcmVzIHkgc2kgdGllbmVzIHN1ZXJ0ZSwgcHVlZGUgbGxlZ2FyIGEgdmVyIHVuYSB0b3J0dWdhIGNhcmV5Lg0KDQpUYW1iacOpbiwgc2kgdGUgZ3VzdGEgbGEgcGVzY2EsIHByYWN0aWNhciBsYSBwZXNjYSwgbWllbnRyYXMgcXVlIGVsIGtheWFrLg0KDQpwcmVjaW9zOg0KPGJsb2NrcXVvdGU+QWxxdWlsZXIgZGUga2F5YWsgZGUgZG9zIGhvcmFzIChwYXJhIG9idGVuZXIgZXhwZXJpZW5jaWEgcGFyYSBhcnJpYmEtY2VyY2EgeSBwZXJzb25hbCBjb24gZXN0ZSB0ZXNvcm8gbmFjaW9uYWwpOg0KJCAxMC4wMCBwb3IgdW5hIHNvbGEgS2F5YWsNCiQgMTguMDAgcGFyYSBlbCBrYXlhayBkb2JsZSAoMiBwZXJzb25hcykNCg0KQ2luY28gaG9yYXMNCiQgMTUuMDAgcG9yIHVuYSBzb2xhIEtheWFrDQokIDI1LjAwIHBvciBkb2JsZSBLYXlhazwvYmxvY2txdW90ZT4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvS2F5YWtpbmctaW4tdGhlLUJheS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTMzIiBhbHQ9IktheWFraW5nIGluIHRoZSBCYXkiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9LYXlha2luZy1pbi10aGUtQmF5LmpwZyIgd2lkdGg9IjQxOCIgaGVpZ2h0PSI0MTgiIC8+PC9hPg==', 1),
(44, 6, 0, '2013-11-25 21:45:21', 'original_id', '', 0, '86', '', 1),
(45, 6, 0, '2013-11-25 21:45:21', 'categories', 'csv_base64', 1, '\"RWwgU2FsdmFkb3I=\",\"SXNsYW5kIGhvcHBpbmc=\",\"TWFuZ3JvdmVz\",\"TWFyaW5hIGluIEVsIFNhbHZhZG9y\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\",\"U2luIGNhdGVnb3LDrWE=\"', '', 1),
(46, 6, 0, '2013-11-25 21:45:21', 'category_ids', '', 0, '24,13,12,8,19,1', '', 1),
(47, 7, 0, '2013-11-25 21:46:43', 'title', 'base64', 1, 'VmlzaXQgdGhlIE1vbmtleSBTYW5jdHVhcnk=', 'VmlzaXRhIGFsIFNhbnR1YXJpbyBkZWwgbW9ubw==', 1),
(48, 7, 0, '2013-11-25 21:46:43', 'body', 'base64', 1, 'SGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyBpbmNsdWRlZCBhIHByb3RlY3RlZCwgZW52aXJvbm1lbnRhbGx5IGNvbnNjaW91cyB6b28uIEFmdGVyIHRoZcKgwqAgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC7CoCBIb3dldmVyLCB0aGVyZSB3YXMgYSBjb21tdW5pdHkgb2YgY3VubmluZyBzcGlkZXIgbW9ua2V5cyB0aGF0IG1hbmFnZWQgdG8gc3Vydml2ZSBvdmVyIHRoZSB5ZWFycy7CoCBUb2RheSwgbXVjaCBvZiB0aGUgcHJvcGVydHkgYXQgSGFjaWVuZGEgTGEgQ2FycmVyYSBoYXMgYmVlbiByZXB1cmNoYXNlZCBmb3IgYWdyaWN1bHR1cmFsIHVzZS4gTmV2ZXJ0aGVsZXNzLCB0aGUgcHVyY2hhc2luZyBjb21wYW55IGhhcyBnb25lIHRvIGdyZWF0IGVmZm9ydHMgdG8gcHVyY2hhc2Ug4oCcZ3JlZW4gYXJlYXPigJ0gd2l0aCBhIHN0cm9uZyBjb21taXRtZW50IHRvIHByZXNlcnZlIGFuZCBwcm90ZWN0IHRoZSBmbG9yYSBhbmQgZmF1bmEuIEFzIGEgcmVzdWx0LCBuYXRpdmUgd2lsZGxpZmUgaW4gdGhlIGFyZWEgaGFzIG1hZGUgYW4gaW1wcmVzc2l2ZSBjb21lYmFjay7CoCBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLsKgIElmIHlvdSBhcmUgbHVja3ksIHlvdSB3aWxsIGJlIGhvc3RlZCBieSBQYW5jaG8gYW5kIE1hcmlhLCB0aGUgbGVhZGVycyBvZiB0aGUgbW9ua2V5IGNvbW11bml0eSAob3IgdGhlIG1vc3QgcG9wdWxhciBtb25rZXlzKS4NCg0KPGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS0zMjMiIC8+', 'SGFjaWVuZGEgTGEgQ2FycmVyYSwgZW4gbG9zIGHDsW9zIDYwIGRlIGxvcyA3MCBpbmNsdcOtYSB1bmEgcHJvdGVnaWRhLCBwYXJxdWUgem9vbMOzZ2ljbyBjb24gY29uY2llbmNpYSBhbWJpZW50YWwuIERlc3B1w6lzIGRlIGxhIHJlZm9ybWEgYWdyYXJpYSBxdWUgdHV2byBsdWdhciBhIGZpbmFsZXMgZGUgMTk3OSBtdWNob3MgYW5pbWFsZXMgaW5vY2VudGVzIGZ1ZXJvbiBhc2VzaW5hZG9zIG8gdmVuZGlkb3MuIFNpbiBlbWJhcmdvLCBoYWLDrWEgdW5hIGNvbXVuaWRhZCBkZSBtb25vcyBhcmHDsWEgYXN0dXRvcyBxdWUgbG9ncmFyb24gc29icmV2aXZpciBhIGxvIGxhcmdvIGRlIGxvcyBhw7Fvcy4gSG95IGVuIGTDrWEsIGdyYW4gcGFydGUgZGUgbGEgcHJvcGllZGFkIGVuIGxhIEhhY2llbmRhIExhIENhcnJlcmEgaGEgc2lkbyByZWNvbXByYWRvIHBvciBlbCB1c28gYWdyw61jb2xhLiBObyBvYnN0YW50ZSwgbGEgY29tcGHDscOtYSBzZSBoYSBpZG8gYSBsYSBjb21wcmEgZGUgdW4gZ3JhbiBlc2Z1ZXJ6byBwYXJhIGxhIGNvbXByYSBkZSAiem9uYXMgdmVyZGVzIiBjb24gdW4gZnVlcnRlIGNvbXByb21pc28gZGUgcHJlc2VydmFyIHkgcHJvdGVnZXIgbGEgZmxvcmEgeSBmYXVuYS4gQ29tbyByZXN1bHRhZG8sIGxhIGZhdW5hIG5hdGl2YSBkZSBsYSB6b25hIGhhIGhlY2hvIHVuYSBpbXByZXNpb25hbnRlIHJlbW9udGFkYS4gTGEgcG9ibGFjacOzbiBkZSBtb25vcyB0YW1iacOpbiBlc3TDoSBwcm9zcGVyYW5kbywgZGVzcHXDqXMgZGUgaGFiZXIgbGxlZ2FkbyBhIGNlcmNhIGRlIDMwLiBMb3MgbW9ub3MgYXJhw7FhIHNvbiBtdXkgY3VyaW9zb3MgeSBhZmljaW9uYWRvcyBhIGxvcyB0dXJpc3Rhcy4gRWxsb3MgZXN0YXLDoW4gZW5jYW50YWRvcyBkZSBhY2VwdGFyIGxvcyBwbMOhdGFub3MgZGUgbG9zIHZpc2l0YW50ZXMgeSBwYXJhIGhhY2VyIHVuYSBleHBlcmllbmNpYSBtYXJhdmlsbG9zYS4gU2kgdGllbmUgc3VlcnRlLCB1c3RlZCBzZXLDoSBjb25kdWNpZG8gcG9yIFBhbmNobyB5IE1hcsOtYSwgbG9zIGzDrWRlcmVzIGRlIGxhIGNvbXVuaWRhZCBkZSBtb25vIChvIGxvcyBtb25vcyBtw6FzIHBvcHVsYXJlcykuDQoNCjxpbWcgY2xhc3M9Im5nZ19kaXNwbGF5ZWRfZ2FsbGVyeSBtY2VJdGVtIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL25leHRnZW4tYXR0YWNoX3RvX3Bvc3QvcHJldmlldy9pZC0tMzIzIiAvPg==', 1),
(49, 7, 0, '2013-11-25 21:46:43', 'original_id', '', 0, '84', '', 1),
(50, 7, 0, '2013-11-25 21:46:43', 'categories', 'csv_base64', 1, '\"RmF1bmEgaW4gRWwgU2FsdmFkb3I=\",\"SXNsYW5kIGhvcHBpbmc=\",\"TmF0dXJl\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\"', '', 1),
(51, 7, 0, '2013-11-25 21:46:43', 'category_ids', '', 0, '20,13,14,19', '', 1),
(52, 8, 0, '2013-11-25 21:47:52', 'title', 'base64', 1, 'U3BvcnQgRmlzaGluZw==', 'UGVzY2EgRGVwb3J0aXZh', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(53, 8, 0, '2013-11-25 21:47:52', 'body', 'base64', 1, 'QmFoaWEgZGUgSmlxdWlsaXNjbyBpcyBwaWN0dXJlIHBlcmZlY3QtIHNjZW5lcnkgZm9yIGZpc2hpbmcgYWxsLXllYXIgcm91bmQuIEl0J3MgYWx3YXlzIGFuIGFkdmVudHVyZSB0byBzcGVuZCB0aGUgZGF5IGVuam95aW5nIHRoZSBiYXkgYW5kIHRoZSBtYW55IHNwZWNpZXMgb2YgbWFyaW5lIGxpZmUgaW4gb3VyIGFyZWEuIFB1ZXJ0byBCYXJpbGxhcyBjYW4gbWFrZSBhbGwgb2YgdGhlIGFycmFuZ2VtZW50cyBmb3IgYSB2ZXJ5IGdvb2QgZmlzaGluZyBleHBlcmllbmNlLg0KV2hlbiBpdCdzIHRpbWUgZm9yIHRoYXQgZ2V0LWEtd2F5IG9yIGZpc2hpbmcgdHJpcCwgY29udGFjdCBQdWVydG8gQmFyaWxsYXMgZm9yIGFuIGFkdmVudHVyZSBvZiBhIGxpZmV0aW1lLg0KVGhlIEJhaGlhIGRlIEppcXVpbGlzY28gcmVnaW9uIG9mZmVycyBleGNlbGxlbnQgaW5zaG9yZSBhbmQgb2Zmc2hvcmUgZmlzaGluZyB0aHJvdWdob3V0IHRoZSB5ZWFyLiBGaXJzdCBDbGFzIFNwb3J0LWZpc2hpbmcgZm9yIHNhaWxmaXNoLCBCbHVlIE1hcmxpbiwgcm9vc3RlcmZpc2gsIFllbGxvdyBmaW4gdHVuYSwgQnVsbCBtYWhpIG1haGksIHdhaG9vLCBhbm9vayBhbmQgSmFjayBjcmF2YWxsZSBhcmUganVzdCBzb21lIG9mIHRoZSBtYW55IGRpZmZlcmVudCBmaXNoIGNhdWdodCBoZXJlLg0KDQpEZWVwIFNlYSBGaXNoaW5nDQpXaG9sZSBEYXkgUGFja2FnZQ0KDQpUaGlzIHBhY2thZ2UgaXMgYSBkYWlseSB0b3VyIGFuZCBuZWVkcyB0byBiZSBib29rZWQgYXQgbGVhc3QgMTAgZGF5cyBpbiBhZHZhbmNlIChjb25maXJtYXRpb24gb25seS9hcyByZXF1ZXN0KQ0KRmlzaGluZyBTY2hlZHVsZTogU2FpbGluZyBvdXQgb2YgUHVlcnRvIEJhcmlsbGFzIDZhbSBSZXR1cm5pbmc6IDZwbQ0KDQoqMiBob3VycyBib2F0IHNhaWxpbmcgZnJvbSBpbmxldCB0byBmaXNoaW5nIHNwb3QuDQoNCkEgZnVsbCBkYXkgZGVlcC1zZWEgZmlzaGluZyB3aXRoIGEgcHJvZmVzc2lvbmFsOiBDaGlhIENoaWFuIEp1YW5nIHdobyBoYXMgd29uIHNldmVyYWwgZmlzaGluZyB0b3VybmFtZW50cy4NCkJvYXQ6IDIyIFByb2thdCB3aXRoIDIgWWFtYWhhIDExNSA0IHN0cm9rZSBlcXVpcHBlZCB3aXRoIGZ1c2lvbiBzb3VuZCBzeXN0ZW0sIEdhcm1pbiBHUFMgYW5kIGxvd3JhbmNlIGZpc2ggZmluZGVyLg0KDQpHZWFyOiA3IFRyb2xsaW5nLyBTcGlubmluZyByZWVscyBhbmQgcm9kcyB3aXRoIHBsZWFudHkgb2YgdHJvbGxpbmcgL3NwcnkgbHVyZXMgLCBsaWZlIHZlc3QgYW5kIGFsbCBvZiB0aGUgZmlzaGluZyBlcXVpcG1lbnQgbmVjZXNzYXJ5IGZvciBhIGdvb2QgZGF5IG9mIGZpc2hpbmcgKHdpdGggR08gUFJPIHZpZGVvIGNhbWVyYSBpbmNsdWRlZCkNCg0KRmlzaGluZyBUYXJnZXQ6IEJ1bGwgbWFoaSBtYWhpLCBCbHVlIE1hcmxpbiwgQmxhY2sgTWFybGluLCBZZWxsb3dmaW4gVHVuYSwgd2Fob28sIHNhaWxmaXNoLCByb29zdGVyZmlzaCwgamFjayBjcmF2YWxsZS4NCg0KVGhlIHRvdGFsIHByaWNlIGZvciB5b3VyIERlZXAgc2VhIGZpc2hpbmcgcGFja2FnZSBpbmNsdWRlczoNCjx1bD4NCgk8bGk+VGhlIGVxdWlwbWVudDwvbGk+DQoJPGxpPkZpc2hpbmcgd2l0aCBhIFBybzwvbGk+DQoJPGxpPkJvYXQgcmlkZTwvbGk+DQo8L3VsPg0KTHVuY2ggQm94Og0KSGFtYnVyZ2VyIG9yIHNhbmR3aWNoIGFuZCBjaGlwcy8gZ3Jhbm9sYSBiYXIvMSBkcmluaw0KDQpUYXhlcw0KKkEgY29vbGVyIHdpbGwgYmUgaW4gdGhlIGJvYXQgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIHRyaXAsIHlvdSBjYW4gcGF5IGZvciBhZGRpdGlvbmFsIGRyaW5rcy4NCjx0YWJsZSB3aWR0aD0iNTg3IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjMyMSI+PHN0cm9uZz5NaW5pbXVtOiAzIHBlb3BsZS8gTWF4aW11bSA3IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE2MDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA2wqAgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4NjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8dWw+DQoJPGxpPkEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuPC9saT4NCgk8bGk+UGxlYXNlIG5vdGUgdGhhdCBvdXIgcmVzdGF1cmFudCBjbG9zZXMgYXQgNjozMHBtIHNvIHBsZWFzZSBvcmRlciBkaW5uZXIgdGhlIG5pZ2h0IGJlZm9yZSB0aGUgZmlzaGluZyB0b3VyLjwvbGk+DQoJPGxpPkRvZXMgbm90IGluY2x1ZGUgaW50ZXJuYXRpb25hbCBhaXJmYXJlPC9saT4NCgk8bGk+UHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcyk8L2xpPg0KPC91bD4NCkJheSBGaXNoaW5nL0lzbGFuZCBGaXNoaW5nL1N1cmYgRmlzaGluZw0KV2Ugb2ZmZXIgc3BlY2lhbCBwcmljZXMgZm9yIHRob3NlIHBhc3Npb25hdGUgYWJvdXQgRmlzaGluZw0KDQpCb2F0IFJlbnRhbCB3aXRoIFBpbG90DQo8dWw+DQoJPGxpPiQxNjkuMDAgKDQgaG9yYXMpPC9saT4NCgk8bGk+JCAyMTEuMDAgKDUgaG9yYXMpPC9saT4NCgk8bGk+JDI1My4wMCAoNiBob3Jhcyk8L2xpPg0KPC91bD4NClByaWNlcyBkbyBub3QgaW5jbHVkZSBlcXVpcG1lbnQuIFZpc2l0b3JzIG11c3QgYnJpbmcgdGhlaXIgb3duIGVxdWlwbWVudC4=', 'PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQo8bzpPZmZpY2VEb2N1bWVudFNldHRpbmdzPg0KPG86UmVseU9uVk1MLz4NCjxvOkFsbG93UE5HLz4NCjwvbzpPZmZpY2VEb2N1bWVudFNldHRpbmdzPg0KPC94bWw+PCFbZW5kaWZdLS0+DQoNCjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPHc6V29yZERvY3VtZW50Pg0KPHc6Vmlldz5Ob3JtYWw8L3c6Vmlldz4NCjx3Olpvb20+MDwvdzpab29tPg0KPHc6VHJhY2tNb3Zlcy8+DQo8dzpUcmFja0Zvcm1hdHRpbmcvPg0KPHc6SHlwaGVuYXRpb25ab25lPjIxPC93Okh5cGhlbmF0aW9uWm9uZT4NCjx3OlB1bmN0dWF0aW9uS2VybmluZy8+DQo8dzpWYWxpZGF0ZUFnYWluc3RTY2hlbWFzLz4NCjx3OlNhdmVJZlhNTEludmFsaWQ+ZmFsc2U8L3c6U2F2ZUlmWE1MSW52YWxpZD4NCjx3Oklnbm9yZU1peGVkQ29udGVudD5mYWxzZTwvdzpJZ25vcmVNaXhlZENvbnRlbnQ+DQo8dzpBbHdheXNTaG93UGxhY2Vob2xkZXJUZXh0PmZhbHNlPC93OkFsd2F5c1Nob3dQbGFjZWhvbGRlclRleHQ+DQo8dzpEb05vdFByb21vdGVRRi8+DQo8dzpMaWRUaGVtZU90aGVyPkVTLVRSQUQ8L3c6TGlkVGhlbWVPdGhlcj4NCjx3OkxpZFRoZW1lQXNpYW4+WC1OT05FPC93OkxpZFRoZW1lQXNpYW4+DQo8dzpMaWRUaGVtZUNvbXBsZXhTY3JpcHQ+WC1OT05FPC93OkxpZFRoZW1lQ29tcGxleFNjcmlwdD4NCjx3OkNvbXBhdGliaWxpdHk+DQo8dzpCcmVha1dyYXBwZWRUYWJsZXMvPg0KPHc6U25hcFRvR3JpZEluQ2VsbC8+DQo8dzpXcmFwVGV4dFdpdGhQdW5jdC8+DQo8dzpVc2VBc2lhbkJyZWFrUnVsZXMvPg0KPHc6RG9udEdyb3dBdXRvZml0Lz4NCjx3OlNwbGl0UGdCcmVha0FuZFBhcmFNYXJrLz4NCjx3OkVuYWJsZU9wZW5UeXBlS2VybmluZy8+DQo8dzpEb250RmxpcE1pcnJvckluZGVudHMvPg0KPHc6T3ZlcnJpZGVUYWJsZVN0eWxlSHBzLz4NCjwvdzpDb21wYXRpYmlsaXR5Pg0KPG06bWF0aFByPg0KPG06bWF0aEZvbnQgbTp2YWw9IkNhbWJyaWEgTWF0aCIvPg0KPG06YnJrQmluIG06dmFsPSJiZWZvcmUiLz4NCjxtOmJya0JpblN1YiBtOnZhbD0iJiM0NTstIi8+DQo8bTpzbWFsbEZyYWMgbTp2YWw9Im9mZiIvPg0KPG06ZGlzcERlZi8+DQo8bTpsTWFyZ2luIG06dmFsPSIwIi8+DQo8bTpyTWFyZ2luIG06dmFsPSIwIi8+DQo8bTpkZWZKYyBtOnZhbD0iY2VudGVyR3JvdXAiLz4NCjxtOndyYXBJbmRlbnQgbTp2YWw9IjE0NDAiLz4NCjxtOmludExpbSBtOnZhbD0ic3ViU3VwIi8+DQo8bTpuYXJ5TGltIG06dmFsPSJ1bmRPdnIiLz4NCjwvbTptYXRoUHI+PC93OldvcmREb2N1bWVudD4NCjwveG1sPjwhW2VuZGlmXS0tPjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPHc6TGF0ZW50U3R5bGVzIERlZkxvY2tlZFN0YXRlPSJmYWxzZSIgRGVmVW5oaWRlV2hlblVzZWQ9InRydWUiDQpEZWZTZW1pSGlkZGVuPSJ0cnVlIiBEZWZRRm9ybWF0PSJmYWxzZSIgRGVmUHJpb3JpdHk9Ijk5Ig0KTGF0ZW50U3R5bGVDb3VudD0iMjY3Ij4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIFFGb3JtYXQ9InRydWUiIE5hbWU9Ik5vcm1hbCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI5IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iaGVhZGluZyAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjkiIFFGb3JtYXQ9InRydWUiIE5hbWU9ImhlYWRpbmcgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI5IiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJoZWFkaW5nIDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iOSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iaGVhZGluZyA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjkiIFFGb3JtYXQ9InRydWUiIE5hbWU9ImhlYWRpbmcgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI5IiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJoZWFkaW5nIDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iOSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iaGVhZGluZyA3Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjkiIFFGb3JtYXQ9InRydWUiIE5hbWU9ImhlYWRpbmcgOCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI5IiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJoZWFkaW5nIDkiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzkiIE5hbWU9InRvYyAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjM5IiBOYW1lPSJ0b2MgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzOSIgTmFtZT0idG9jIDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzkiIE5hbWU9InRvYyA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjM5IiBOYW1lPSJ0b2MgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzOSIgTmFtZT0idG9jIDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzkiIE5hbWU9InRvYyA3Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjM5IiBOYW1lPSJ0b2MgOCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzOSIgTmFtZT0idG9jIDkiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzUiIFFGb3JtYXQ9InRydWUiIE5hbWU9ImNhcHRpb24iLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMTAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJUaXRsZSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIxIiBOYW1lPSJEZWZhdWx0IFBhcmFncmFwaCBGb250Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjExIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iU3VidGl0bGUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMjIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJTdHJvbmciLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMjAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJFbXBoYXNpcyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI1OSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IlRhYmxlIEdyaWQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IlBsYWNlaG9sZGVyIFRleHQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIFFGb3JtYXQ9InRydWUiIE5hbWU9Ik5vIFNwYWNpbmciLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBTaGFkaW5nIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgTGlzdCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IEdyaWQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gU2hhZGluZyAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY0IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIFNoYWRpbmcgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBMaXN0IDEiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjYiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gTGlzdCAyIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY3IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2OCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjkiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcwIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iRGFyayBMaXN0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgU2hhZGluZyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIExpc3QiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBHcmlkIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYwIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgU2hhZGluZyBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IExpc3QgQWNjZW50IDEiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBHcmlkIEFjY2VudCAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYzIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIFNoYWRpbmcgMSBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBTaGFkaW5nIDIgQWNjZW50IDEiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjUiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gTGlzdCAxIEFjY2VudCAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJSZXZpc2lvbiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzNCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIFFGb3JtYXQ9InRydWUiIE5hbWU9Ikxpc3QgUGFyYWdyYXBoIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjI5IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iUXVvdGUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJJbnRlbnNlIFF1b3RlIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY2IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIExpc3QgMiBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDEgQWNjZW50IDEiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjgiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAyIEFjY2VudCAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY5IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMyBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkRhcmsgTGlzdCBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIFNoYWRpbmcgQWNjZW50IDEiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBMaXN0IEFjY2VudCAxIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjczIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgR3JpZCBBY2NlbnQgMSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IFNoYWRpbmcgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjEiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBMaXN0IEFjY2VudCAyIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYyIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgR3JpZCBBY2NlbnQgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBTaGFkaW5nIDEgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjQiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gU2hhZGluZyAyIEFjY2VudCAyIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY1IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIExpc3QgMSBBY2NlbnQgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBMaXN0IDIgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjciIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAxIEFjY2VudCAyIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY4IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMiBBY2NlbnQgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2OSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDMgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJEYXJrIExpc3QgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzEiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBTaGFkaW5nIEFjY2VudCAyIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcyIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgTGlzdCBBY2NlbnQgMiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIEdyaWQgQWNjZW50IDIiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBTaGFkaW5nIEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgTGlzdCBBY2NlbnQgMyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IEdyaWQgQWNjZW50IDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gU2hhZGluZyAxIEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY0IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIFNoYWRpbmcgMiBBY2NlbnQgMyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBMaXN0IDEgQWNjZW50IDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjYiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gTGlzdCAyIEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY3IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMSBBY2NlbnQgMyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2OCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDIgQWNjZW50IDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjkiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAzIEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcwIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iRGFyayBMaXN0IEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgU2hhZGluZyBBY2NlbnQgMyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIExpc3QgQWNjZW50IDMiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBHcmlkIEFjY2VudCAzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYwIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgU2hhZGluZyBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IExpc3QgQWNjZW50IDQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBHcmlkIEFjY2VudCA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYzIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIFNoYWRpbmcgMSBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBTaGFkaW5nIDIgQWNjZW50IDQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjUiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gTGlzdCAxIEFjY2VudCA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY2IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIExpc3QgMiBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDEgQWNjZW50IDQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjgiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAyIEFjY2VudCA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY5IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMyBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkRhcmsgTGlzdCBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIFNoYWRpbmcgQWNjZW50IDQiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBMaXN0IEFjY2VudCA0Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjczIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgR3JpZCBBY2NlbnQgNCIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IFNoYWRpbmcgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjEiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBMaXN0IEFjY2VudCA1Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYyIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgR3JpZCBBY2NlbnQgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBTaGFkaW5nIDEgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjQiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gU2hhZGluZyAyIEFjY2VudCA1Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY1IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIExpc3QgMSBBY2NlbnQgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBMaXN0IDIgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjciIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAxIEFjY2VudCA1Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY4IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMiBBY2NlbnQgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2OSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDMgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJEYXJrIExpc3QgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzEiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBTaGFkaW5nIEFjY2VudCA1Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcyIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgTGlzdCBBY2NlbnQgNSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIEdyaWQgQWNjZW50IDUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjAiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJMaWdodCBTaGFkaW5nIEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjYxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTGlnaHQgTGlzdCBBY2NlbnQgNiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkxpZ2h0IEdyaWQgQWNjZW50IDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gU2hhZGluZyAxIEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY0IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIFNoYWRpbmcgMiBBY2NlbnQgNiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2NSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBMaXN0IDEgQWNjZW50IDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjYiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gTGlzdCAyIEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjY3IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iTWVkaXVtIEdyaWQgMSBBY2NlbnQgNiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI2OCIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9Ik1lZGl1bSBHcmlkIDIgQWNjZW50IDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNjkiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJNZWRpdW0gR3JpZCAzIEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcwIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iRGFyayBMaXN0IEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjcxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgTmFtZT0iQ29sb3JmdWwgU2hhZGluZyBBY2NlbnQgNiIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSI3MiIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIE5hbWU9IkNvbG9yZnVsIExpc3QgQWNjZW50IDYiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iNzMiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBOYW1lPSJDb2xvcmZ1bCBHcmlkIEFjY2VudCA2Ii8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjE5IiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iU3VidGxlIEVtcGhhc2lzIi8+DQo8dzpMc2RFeGNlcHRpb24gTG9ja2VkPSJmYWxzZSIgUHJpb3JpdHk9IjIxIiBTZW1pSGlkZGVuPSJmYWxzZSINClVuaGlkZVdoZW5Vc2VkPSJmYWxzZSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iSW50ZW5zZSBFbXBoYXNpcyIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzMSIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIFFGb3JtYXQ9InRydWUiIE5hbWU9IlN1YnRsZSBSZWZlcmVuY2UiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzIiIFNlbWlIaWRkZW49ImZhbHNlIg0KVW5oaWRlV2hlblVzZWQ9ImZhbHNlIiBRRm9ybWF0PSJ0cnVlIiBOYW1lPSJJbnRlbnNlIFJlZmVyZW5jZSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzMyIgU2VtaUhpZGRlbj0iZmFsc2UiDQpVbmhpZGVXaGVuVXNlZD0iZmFsc2UiIFFGb3JtYXQ9InRydWUiIE5hbWU9IkJvb2sgVGl0bGUiLz4NCjx3OkxzZEV4Y2VwdGlvbiBMb2NrZWQ9ImZhbHNlIiBQcmlvcml0eT0iMzciIE5hbWU9IkJpYmxpb2dyYXBoeSIvPg0KPHc6THNkRXhjZXB0aW9uIExvY2tlZD0iZmFsc2UiIFByaW9yaXR5PSIzOSIgUUZvcm1hdD0idHJ1ZSIgTmFtZT0iVE9DIEhlYWRpbmciLz4NCjwvdzpMYXRlbnRTdHlsZXM+DQo8L3htbD48IVtlbmRpZl0tLT48IS0tW2lmIGd0ZSBtc28gMTBdPg0KDQo8c3R5bGU+DQogLyogU3R5bGUgRGVmaW5pdGlvbnMgKi8NCiB0YWJsZS5Nc29Ob3JtYWxUYWJsZQ0KCXttc28tc3R5bGUtbmFtZToiVGFibGUgTm9ybWFsIjsNCgltc28tdHN0eWxlLXJvd2JhbmQtc2l6ZTowOw0KCW1zby10c3R5bGUtY29sYmFuZC1zaXplOjA7DQoJbXNvLXN0eWxlLW5vc2hvdzp5ZXM7DQoJbXNvLXN0eWxlLXByaW9yaXR5Ojk5Ow0KCW1zby1zdHlsZS1wYXJlbnQ6IiI7DQoJbXNvLXBhZGRpbmctYWx0OjBpbiA1LjRwdCAwaW4gNS40cHQ7DQoJbXNvLXBhcmEtbWFyZ2luLXRvcDowaW47DQoJbXNvLXBhcmEtbWFyZ2luLXJpZ2h0OjBpbjsNCgltc28tcGFyYS1tYXJnaW4tYm90dG9tOjEwLjBwdDsNCgltc28tcGFyYS1tYXJnaW4tbGVmdDowaW47DQoJbGluZS1oZWlnaHQ6MTE1JTsNCgltc28tcGFnaW5hdGlvbjp3aWRvdy1vcnBoYW47DQoJZm9udC1zaXplOjExLjBwdDsNCglmb250LWZhbWlseToiQ2FsaWJyaSIsInNhbnMtc2VyaWYiOw0KCW1zby1hc2NpaS1mb250LWZhbWlseTpDYWxpYnJpOw0KCW1zby1hc2NpaS10aGVtZS1mb250Om1pbm9yLWxhdGluOw0KCW1zby1oYW5zaS1mb250LWZhbWlseTpDYWxpYnJpOw0KCW1zby1oYW5zaS10aGVtZS1mb250Om1pbm9yLWxhdGluOw0KCW1zby1mYXJlYXN0LWxhbmd1YWdlOkVOLVVTO30NCjwvc3R5bGU+PCFbZW5kaWZdLS0+DQoNCkxhIEJhaGlhIGRlIEppcXVpbGlzY28gZXM8c3BhbiBzdHlsZT0ibXNvLXNwYWNlcnVuOiB5ZXM7Ij7CoCA8L3NwYW4+ZWwgZXNjZW5hcmlvIHBlcmZlY3RvIHBhcmEgbGEgcGVzY2EgZHVyYW50ZSB0b2RvIGVsIGHDsW8uIFNpZW1wcmUgZXMgdW5hIGF2ZW50dXJhIDxzcGFuIHN0eWxlPSJtc28tc3BhY2VydW46IHllczsiPsKgPC9zcGFuPnBhc2FyIGVsIGTDrWEgZGlzZnJ1dGFuZG8gZGUgbGEgYmFow61hIHkgZGUgbGFzIG11Y2hhcyBlc3BlY2llcyBkZSA8c3BhbiBzdHlsZT0ibXNvLXNwYWNlcnVuOiB5ZXM7Ij7CoDwvc3Bhbj52aWRhIG1hcmluYSBlbiBudWVzdHJhIMOhcmVhLjxzcGFuIHN0eWxlPSJtc28tc3BhY2VydW46IHllczsiPsKgIDwvc3Bhbj5FbCBlcXVpcG8gZGUgUHVlcnRvIEJhcmlsbGFzIHB1ZWRlIGF5dWRhcmxlIGEgaGFjZXIgdG9kb3MgbG9zIGFycmVnbG9zIHBhcmEgb2J0ZW5lciA8c3BhbiBzdHlsZT0ibXNvLXNwYWNlcnVuOiB5ZXM7Ij7CoDwvc3Bhbj51bmEgZXhwZXJpZW5jaWEgbXV5IGJ1ZW5hIGVuIGxhIHBlc2NhLiBMYSByZWdpw7NuIGRlIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIG9mcmVjZSB1bmEgZXhjZWxlbnRlIHBlc2NhLCBkZSBQcmltZXJhIENsYXNlLjxzcGFuIHN0eWxlPSJtc28tc3BhY2VydW46IHllczsiPsKgwqAgPC9zcGFuPk51ZXN0cm9zIGNsaWVudGVzIHF1ZSBzdWVsZW4gcGVzY2FyIHlhIHNlYSBtYXIgYWRlbnRybyAqIG8gZW4gbGEgQmFoaWEgaGFuIHBvZGlkbyBjYXB0dXJhciBlamVtcGxhcmVzPHNwYW4gc3R5bGU9Im1zby1zcGFjZXJ1bjogeWVzOyI+wqAgPC9zcGFuPmRlIHBleiB2ZWxhLCBtYXJsaW4gYXp1bCwgcGV6IGdhbGxvLCBhdMO6biBkZSBhbGV0YSBhbWFyaWxsYSwgQnVsbCBtYWhpIG1haGksIHdhaG9vLCBzbm9vayB5IEphY2sgY3JhdmFsbGUgc29uIHPDs2xvIGFsZ3Vub3MgZGUgbG9zIG11Y2hvcyBwZWNlcyBkaWZlcmVudGVzIGF0cmFwYWRvIGFxdcOtLg0KDQoqTm8gb2ZyZWNlbW9zIHRvdXJzIGRlIHBlc2NhIG1hciBhZGVudHJvIGEgbWVub3MgcXVlIHNlYW4gcHJvZ3JhbWFkb3MgY29uIGFudGljaXBhY2nDs24uPHNwYW4gc3R5bGU9Im1zby1zcGFjZXJ1bjogeWVzOyI+wqAgPC9zcGFuPkZhdm9yIGNvbnN1bHRhciBzaSBkZXNlYSB1biB0b3VyIGRlIHBlc2NhIG1hciBhZGVudHJvLg0KDQpEZWVwIFNlYSBGaXNoaW5nDQpXaG9sZSBEYXkgUGFja2FnZQ0KDQpUaGlzIHBhY2thZ2UgaXMgYSBkYWlseSB0b3VyIGFuZCBuZWVkcyB0byBiZSBib29rZWQgYXQgbGVhc3QgMTAgZGF5cyBpbiBhZHZhbmNlIChjb25maXJtYXRpb24gb25seS9hcyByZXF1ZXN0KQ0KRmlzaGluZyBTY2hlZHVsZTogU2FpbGluZyBvdXQgb2YgUHVlcnRvIEJhcmlsbGFzIDZhbSBSZXR1cm5pbmc6IDZwbQ0KDQoqMiBob3VycyBib2F0IHNhaWxpbmcgZnJvbSBpbmxldCB0byBmaXNoaW5nIHNwb3QuDQoNCkEgZnVsbCBkYXkgZGVlcC1zZWEgZmlzaGluZyB3aXRoIGEgcHJvZmVzc2lvbmFsOiBDaGlhIENoaWFuIEp1YW5nIHdobyBoYXMgd29uIHNldmVyYWwgZmlzaGluZyB0b3VybmFtZW50cy4NCkJvYXQ6IDIyIFByb2thdCB3aXRoIDIgWWFtYWhhIDExNSA0IHN0cm9rZSBlcXVpcHBlZCB3aXRoIGZ1c2lvbiBzb3VuZCBzeXN0ZW0sIEdhcm1pbiBHUFMgYW5kIGxvd3JhbmNlIGZpc2ggZmluZGVyLg0KDQpHZWFyOiA3IFRyb2xsaW5nLyBTcGlubmluZyByZWVscyBhbmQgcm9kcyB3aXRoIHBsZWFudHkgb2YgdHJvbGxpbmcgL3NwcnkgbHVyZXMgLCBsaWZlIHZlc3QgYW5kIGFsbCBvZiB0aGUgZmlzaGluZyBlcXVpcG1lbnQgbmVjZXNzYXJ5IGZvciBhIGdvb2QgZGF5IG9mIGZpc2hpbmcgKHdpdGggR08gUFJPIHZpZGVvIGNhbWVyYSBpbmNsdWRlZCkNCg0KRmlzaGluZyBUYXJnZXQ6IEJ1bGwgbWFoaSBtYWhpLCBCbHVlIE1hcmxpbiwgQmxhY2sgTWFybGluLCBZZWxsb3dmaW4gVHVuYSwgd2Fob28sIHNhaWxmaXNoLCByb29zdGVyZmlzaCwgamFjayBjcmF2YWxsZS4NCg0KVGhlIHRvdGFsIHByaWNlIGZvciB5b3VyIERlZXAgc2VhIGZpc2hpbmcgcGFja2FnZSBpbmNsdWRlczoNCjx1bD4NCgk8bGk+VGhlIGVxdWlwbWVudDwvbGk+DQoJPGxpPkZpc2hpbmcgd2l0aCBhIFBybzwvbGk+DQoJPGxpPkJvYXQgcmlkZTwvbGk+DQo8L3VsPg0KTHVuY2ggQm94Og0KSGFtYnVyZ2VyIG9yIHNhbmR3aWNoIGFuZCBjaGlwcy8gZ3Jhbm9sYSBiYXIvMSBkcmluaw0KDQpUYXhlcw0KKkEgY29vbGVyIHdpbGwgYmUgaW4gdGhlIGJvYXQgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIHRyaXAsIHlvdSBjYW4gcGF5IGZvciBhZGRpdGlvbmFsIGRyaW5rcy4NCjx0YWJsZSB3aWR0aD0iNTg3IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjMyMSI+PHN0cm9uZz5NaW5pbXVtOiAzIHBlb3BsZS8gTWF4aW11bSA3IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE2MDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA2wqAgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4NjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8dWw+DQoJPGxpPkEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuPC9saT4NCgk8bGk+UGxlYXNlIG5vdGUgdGhhdCBvdXIgcmVzdGF1cmFudCBjbG9zZXMgYXQgNjozMHBtIHNvIHBsZWFzZSBvcmRlciBkaW5uZXIgdGhlIG5pZ2h0IGJlZm9yZSB0aGUgZmlzaGluZyB0b3VyLjwvbGk+DQoJPGxpPkRvZXMgbm90IGluY2x1ZGUgaW50ZXJuYXRpb25hbCBhaXJmYXJlPC9saT4NCgk8bGk+UHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcyk8L2xpPg0KPC91bD4NCkJheSBGaXNoaW5nL0lzbGFuZCBGaXNoaW5nL1N1cmYgRmlzaGluZw0KV2Ugb2ZmZXIgc3BlY2lhbCBwcmljZXMgZm9yIHRob3NlIHBhc3Npb25hdGUgYWJvdXQgRmlzaGluZw0KDQpCb2F0IFJlbnRhbCB3aXRoIFBpbG90DQo8dWw+DQoJPGxpPiQxNjkuMDAgKDQgaG9yYXMpPC9saT4NCgk8bGk+JCAyMTEuMDAgKDUgaG9yYXMpPC9saT4NCgk8bGk+JDI1My4wMCAoNiBob3Jhcyk8L2xpPg0KPC91bD4NClByaWNlcyBkbyBub3QgaW5jbHVkZSBlcXVpcG1lbnQuIFZpc2l0b3JzIG11c3QgYnJpbmcgdGhlaXIgb3duIGVxdWlwbWVudC4=', 1),
(54, 8, 0, '2013-11-25 21:47:52', 'original_id', '', 0, '1', '', 1),
(55, 8, 0, '2013-11-25 21:47:52', 'categories', 'csv_base64', 1, '\"QmlyZHdhdGNoaW5n\",\"SG90ZWwgZGUgcGxheWE=\",\"SmlxdWlsaXNjbyBCYXk=\",\"TmF0dXJl\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\",\"U3BvcnRzZmlzaGluZw==\"', '', 1),
(56, 8, 0, '2013-11-25 21:47:52', 'category_ids', '', 0, '9,11,23,14,19,18', '', 1),
(57, 9, 0, '2013-11-25 21:50:10', 'title', 'base64', 1, 'S2F5YWtpbmcgaW4gSmlxdWlsaXNjbyBCYXk=', 'S2F5YWsgZW4gQmFow61hIGRlIEppcXVpbGlzY28=', 1),
(58, 9, 0, '2013-11-25 21:50:10', 'body', 'base64', 1, 'V2l0aCAzNjUgZGF5cyBvZiBzdW5ueSBhbmQgd2FybWluZyBkYXlzLCBnZXQgcmVhZHkgZm9yIGEga2F5YWsgYW5kIGdyYWIgdGhlIHBhZGRsZXMgYW5kIGEgbGlmZSB2ZXN0IHRvIGV4cGxvcmUgdGhlIEppcXVpbGlzY28gQmF5IGNoYW5uZWxzLiBQYWRkbGUgYXdheSB3aXRoIHRoZSB3aG9sZSBmYW1pbHkuwqBJZiB5b3UgYXJlIGFuIGFkdmVudHVyb3VzIHR5cGUsIHBhZGRsZSBhdCB5b3VyIG93biBwYWNlIHRocm91Z2ggdGhlIG1hemVsaWtlIG1hbmdyb3ZlIHR1bm5lbHPCoCBhbmQgZXhwZXJpZW5jZSB0aGUgYmVhdXR5IG9mIHRoZSBsYW5kc2NhcGVzLg0KDQpXaGF0IGJldHRlciB3YXkgdG8gZ2V0IGEgZmlyc3RoYW5kIGxvb2sgb2Ygb3VyIGZhbnRhc3RpY2FsbHkgZmFidWxvdXMgbGFuZHNjYXBlcywgZmxvcmEsIGZhdW5hOiB2b2xjYW5vZXMsIGFsbGlnYXRvcnMsIGV4b3RpYyBiaXJkcywgbWFuZ3JvdmVzIGFuZCBpZiB5b3UgZ2V0IGx1Y2t5LCB5b3UgbWlnaHQgZ2V0IHRvIHNlZSBhwqAgaGF3a3NiaWxsIHR1cnRsZS4NCg0KQWxzbywgaWYgeW91IGxpa2UgZmlzaGluZyAsIHRyeSBmaXNoaW5nIHdoaWxlIGtheWFraW5nLg0KPGJsb2NrcXVvdGU+UHJpY2VzOg0KDQpUd28gaG91ciBLYXlhayByZW50YWwgKHRvIGdldCB1cC1jbG9zZSBhbmQgcGVyc29uYWwgZXhwZXJpZW5jZSB3aXRoIHRoaXMgbmF0aW9uYWwgdHJlYXN1cmUpOg0KJDEwLjAwIGZvciBzaW5nbGUgS2F5YWsNCiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSkNCg0KRml2ZSBIb3Vycw0KJDE1LjAwIGZvciBzaW5nbGUgS2F5YWsNCiQyNS4wMCBmb3IgZG91YmxlIEtheWFrPC9ibG9ja3F1b3RlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9LYXlha2luZy1pbi10aGUtQmF5LmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xMzMiIGFsdD0iS2F5YWtpbmcgaW4gdGhlIEJheSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0theWFraW5nLWluLXRoZS1CYXkuanBnIiB3aWR0aD0iNDE4IiBoZWlnaHQ9IjQxOCIgLz48L2E+', 'Q29uIDM2NSBkw61hcyBkZSBsb3MgZMOtYXMgc29sZWFkb3MgeSBlbCBjYWxlbnRhbWllbnRvLCBzZSBwcmVwYXJhbiBwYXJhIHVuIGtheWFrIHkgYWdhcnJhciBsb3MgcmVtb3MgeSB1biBjaGFsZWNvIHNhbHZhdmlkYXMgcGFyYSBleHBsb3JhciBsb3MgY2FuYWxlcyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjby4gUmVtZSBhY2FiYXIgY29uIHRvZGEgbGEgZmFtaWxpYS4gU2kgdXN0ZWQgZXMgdW4gdGlwbyBhdmVudHVyZXJvLCByZW1hciBhIHN1IHByb3BpbyByaXRtbyBhIHRyYXbDqXMgZGUgbG9zIGxhYmVyw61udGljb3MgdMO6bmVsZXMgZGUgbWFuZ2xhcmVzIHkgZXhwZXJpbWVudGFyIGxhIGJlbGxlemEgZGUgbG9zIHBhaXNhamVzLg0KDQrCv1F1w6kgbWVqb3IgbWFuZXJhIGRlIGNvbnNlZ3VpciB1bmEgbWlyYWRhIGRlIHByaW1lcmEgbWFubyBkZSBudWVzdHJvcyBmYWJ1bG9zb3MgZmFudMOhc3RpY2FtZW50ZSBwYWlzYWplcywgbGEgZmxvcmEsIGxhIGZhdW5hOiB2b2xjYW5lcywgY2FpbWFuZXMsIGF2ZXMgZXjDs3RpY2FzLCBsb3MgbWFuZ2xhcmVzIHkgc2kgdGllbmVzIHN1ZXJ0ZSwgcHVlZGUgbGxlZ2FyIGEgdmVyIHVuYSB0b3J0dWdhIGNhcmV5Lg0KDQpUYW1iacOpbiwgc2kgdGUgZ3VzdGEgbGEgcGVzY2EsIHByYWN0aWNhciBsYSBwZXNjYSwgbWllbnRyYXMgcXVlIGVsIGtheWFrLg0KDQpwcmVjaW9zOg0KPGJsb2NrcXVvdGU+QWxxdWlsZXIgZGUga2F5YWsgZGUgZG9zIGhvcmFzIChwYXJhIG9idGVuZXIgZXhwZXJpZW5jaWEgcGFyYSBhcnJpYmEtY2VyY2EgeSBwZXJzb25hbCBjb24gZXN0ZSB0ZXNvcm8gbmFjaW9uYWwpOg0KJCAxMC4wMCBwb3IgdW5hIHNvbGEgS2F5YWsNCiQgMTguMDAgcGFyYSBlbCBrYXlhayBkb2JsZSAoMiBwZXJzb25hcykNCg0KQ2luY28gaG9yYXMNCiQgMTUuMDAgcG9yIHVuYSBzb2xhIEtheWFrDQokIDI1LjAwIHBvciBkb2JsZSBLYXlhazwvYmxvY2txdW90ZT4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvS2F5YWtpbmctaW4tdGhlLUJheS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTMzIiBhbHQ9IktheWFraW5nIGluIHRoZSBCYXkiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9LYXlha2luZy1pbi10aGUtQmF5LmpwZyIgd2lkdGg9IjQxOCIgaGVpZ2h0PSI0MTgiIC8+PC9hPg==', 1),
(59, 9, 0, '2013-11-25 21:50:10', 'original_id', '', 0, '86', '', 1),
(60, 9, 0, '2013-11-25 21:50:10', 'categories', 'csv_base64', 1, '\"RWwgU2FsdmFkb3I=\",\"SXNsYW5kIGhvcHBpbmc=\",\"TWFuZ3JvdmVz\",\"TWFyaW5hIGluIEVsIFNhbHZhZG9y\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\"', '', 1),
(61, 9, 0, '2013-11-25 21:50:10', 'category_ids', '', 0, '24,13,12,8,19', '', 1),
(62, 10, 0, '2013-11-25 21:55:28', 'title', 'base64', 1, 'QSBUYXN0ZSBvZiBQYXJhZGlzZQ==', 'VW4gVHJvY2l0byBkZSBQYXJhw61zbw==', 1),
(63, 10, 0, '2013-11-25 21:55:28', 'body', 'base64', 1, 'SGF2aW5nIHRyYXZlbGVkIHRvIG1hbnkgY291bnRyaWVzIGluIHRoZSB3b3JsZCBsb29raW5nIGZvciBhZHZlbnR1cmUgYW5kIHNvbWV0aGluZyBkaWZmZXJlbnQgLCBJIGZvdW5kIHRoZSBTYXZpb3IgLSBQdWVydG8gQmFycmlsYXMgIU5vdCBmYW5jeSwgYnV0IHZlcnkgY29tZm9ydGFibGUgYW5kIG5pY2UgKCBub3QgbGlrZSA1IHN0YXJzIGFueXdheSkgdGhlIHN0YWZmIGlzIHdvbmRlcmZ1bCAsIHZlcnkgZnJpZW5kbHkgYW5kIGhlbHBmdWwsIG5vdGhpbmcgaXMgdG9vIG11Y2ggZm9yIHRoZW0gLsKgPCEtLW1vcmUtLT4NCg0KSSBmaXJzdCB2aXNpdGVkIGluIE5vdmVtYmVyIDIwMTEgYW5kIHRoZSBpbXBhY3QgbWFkZSDigIvigIttZSB3cml0ZSBhIGJsb2cgZm9yIG15IGNvbXBhbnkgd2Vic2l0ZSBmaXZlIHBhZ2UgbWFnYXppbmUgZmVhdHVyZSBzZWEgZmlzaGluZyBJIHdvcmsgb24gLiBUaGUgYmxvZyBvbmx5IGF0dHJhY3RlZCBtdWNoIGF0dGVudGlvbiBhbmQgaW50ZXJlc3QsIHRoYXQgbGVhZCB0byBtZSBoYXZpbmcgdG8gb3JnYW5pemUgYW5vdGhlciB0cmlwIHRvIGd1aWRlIHR3byBndXlzIGZyb20gRW5nbGFuZCwgQW5keWcxMDAwIHdhcyBvbmUgb2YgdGhlbSAuDQoNCkl0IGlzIGEgam91cm5leSBvZiB2ZXJyeSBsb29vb25nIEVuZ2xhbmQgdGhyb3VnaCBIb3VzdG9uICwgVGV4YXMsIGJ1dCB3b3JodCBldmVyeSBtaW51dGUgZm9yIHRoZSBleHBlcmllbmNlLiBXaGVyZSBkbyB5b3Ugc2VlIHRvIHNhbHR3YXRlciBjcm9jb2RpbGVzICwgY2F0Y2ggYSBodWdlIGZpc2ggZnJvbSB0aGUgc2hvcmUgcm9vc3RlciBzcGlkZXIgbW9ua2V5cyBhbmQgaGFuZCBmZWVkID8gSWYgeW91IHZpc2l0ICwgeW91IGhhdmUgdG8gZ28gYW5kIHNlZSB0aGUgbW9ua2V5cyAsIHRoZXkgYXJlIGFtYXppbmcgY3JlYXR1cmVzIC0gdG90YWxseSB3aWxkIGJ1dCBJIGtub3cgdGhhdCB2aXNpdG9ycyBjYXJyeSBiYW5hbmFzLCBtYWtlIHN1cmUgeW91IGhhdmUgc29tZSENCg0KSXQncyBhIGdyZWF0IGJhc2UgZm9yIGV4cGxvcmluZyBvdGhlciB0b3ducyBhbmQgYXJlYXMgLCB3ZSBtYWRlIGEgZmV3IHRyaXBzIHRvIFB1ZXJ0byBQYXJhZGEgYW5kIHRoZSBsb2NhbCB2aWxsYWdlIFVzdWx1dGFuIHdvcnRoIGEgdmlzaXQgdG8gZ2V0IGEgcmVhbCBmbGF2b3Igb2YgQ2VudHJhbCBBbWVyaWNhIC4NCg0KSSBoYXZlIGxpbWl0ZWQgdGltZSBhbmQgdmVyeSBidXN5IGRheSB0aGlzIHllYXIgYnV0IEknbGwgc3VyZSBhcyB0aGVyZSBpcyBubyBiZXR0ZXIgcGxhY2UgdG8gc2l0ICwgcmVsYXggYW5kIGp1c3QgY2hpbGwgIQ==', 'RGVzcHXDqXMgZGUgaGFiZXIgdmlhamFkbyBhIG11Y2hvcyBwYcOtc2VzIGVuIGVsIG11bmRvIGVuIGJ1c2NhIGRlIGF2ZW50dXJhIHkgYWxnbyBkaWZlcmVudGUgLCBtZSBlbmNvbnRyw6kgY29uIGVsIFNhbHZhZG9yIC0gUHVlcnRvIEJhcnJpbGFzIE5vIGVzIGx1am9zbywgcGVybyBtdXkgY29uZm9ydGFibGUgeSBhZ3JhZGFibGUgKG5vIGNvbW8gNSBlc3RyZWxsYXMgZGUgdG9kb3MgbW9kb3MpIGVsIHBlcnNvbmFsIGVzIG1hcmF2aWxsb3NvICwgbXV5IGFtYWJsZSB5IHNlcnZpY2lhbCwgbmFkYSBlcyBkZW1hc2lhZG8gcGFyYSBlbGxvcyAuIDwhLS1tb3JlLS0+DQpWaXNpdMOpIHBvciBwcmltZXJhIHZleiBlbiBub3ZpZW1icmUgZGUgMjAxMSB5IGVsIGltcGFjdG8gcXVlIG1lIGhpem8gZXNjcmliaXIgdW4gYmxvZyBwYXJhIG1pIHNpdGlvIHdlYiBkZSBlbXByZXNhIGRlIGNpbmNvIHDDoWdpbmFzIGNhcmFjdGVyw61zdGljYSByZXZpc3RhIGRlIHBlc2NhIGRlIG1hciBxdWUgdHJhYmFqbyAuIEVsIGJsb2cgc8OzbG8gYXRyYWpvIG11Y2hhIGF0ZW5jacOzbiBlIGludGVyw6lzLCBxdWUgZGFuIGx1Z2FyIGEgcXVlIHlvIHRlbmdhIHF1ZSBvcmdhbml6YXIgb3RybyB2aWFqZSBwYXJhIGd1aWFyIGEgZG9zIGNoaWNvcyBkZSBJbmdsYXRlcnJhLCBBbmR5ZzEwMDAgZXJhIHVubyBkZSBlbGxvcyAuDQoNCkVzIHVuIHZpYWplIGRlIHZlcnJ5IGxvb29vbmcgSW5nbGF0ZXJyYSBhIHRyYXbDqXMgZGUgSG91c3RvbiAsIFRleGFzLCBwZXJvIG1lcmVjZW4gZGVycm9jaGFyIGNhZGEgbWludXRvIGR1cmFudGUgbGEgZXhwZXJpZW5jaWEuIMK/RMOzbmRlIHRlIHZlcyBlbiBTYWx0d2F0ZXIgY29jb2RyaWxvcyAsIGF0cmFwYXIgdW4gcGV6IGVub3JtZSBkZSBsb3MgbW9ub3MgYXJhw7FhIGdhbGxvIG9yaWxsYSB5IGFsaW1lbnRhciBhIG1hbm8gPyBTaSB1c3RlZCB2aXNpdGEgLCB1c3RlZCB0aWVuZSBxdWUgaXIgYSB2ZXIgYSBsb3MgbW9ub3MgLCBxdWUgc29uIGNyaWF0dXJhcyBpbmNyZcOtYmxlcyAtIHRvdGFsbWVudGUgc2FsdmFqZXMgLCBwZXJvIHPDqSBxdWUgbG9zIHZpc2l0YW50ZXMgbGxldmFuIHBsw6F0YW5vcyAsIGFzZWfDunJlc2UgZGUgcXVlIHRpZW5lIGFsZ3Vub3MhDQoNCkVzIHVuYSBncmFuIGJhc2UgcGFyYSBleHBsb3JhciBvdHJhcyBjaXVkYWRlcyB5IHpvbmFzICwgaGljaW1vcyB1biBwYXIgZGUgdmlhamVzIGEgUHVlcnRvIFBhcmFkYSB5IGVsIHB1ZWJsbyBsb2NhbCBVc3VsdXRhbiBwZW5hIHVuYSB2aXNpdGEgcGFyYSBoYWNlcnNlIHVuYSBpZGVhIHJlYWwgZGUgbGEgQW3DqXJpY2EgQ2VudHJhbC4NCg0KWW8gZXN0ZSBhw7FvIGhvcmEgeSBlbCBkw61hIG11eSBvY3VwYWRvIGhlIGxpbWl0YWRvIHBlcm8gdGUgYXNlZ3VybyBxdWUgbm8gaGF5IG1lam9yIGx1Z2FyIHBhcmEgc2VudGFyc2UgLCByZWxhamFyc2UgeSBzaW1wbGVtZW50ZSByZWxhamFyc2UgIQ==', 1),
(64, 10, 0, '2013-11-25 21:55:28', 'original_id', '', 0, '88', '', 1),
(65, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_author', 'base64', 1, 'Um9nZXIgTW9ydGltb3Jl', '', 1),
(66, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_author-name', '', 0, 'hermes_testimonial_author', '', 1),
(67, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_author-type', '', 0, 'custom_field', '', 1),
(68, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_country', 'base64', 1, 'TG9uZHJlcywgUmVpbm8gVW5pZG8=', '', 1),
(69, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_country-name', '', 0, 'hermes_testimonial_country', '', 1),
(70, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_country-type', '', 0, 'custom_field', '', 1),
(71, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_date', 'base64', 1, 'MTYgbWFyem8gMjAxMg==', '', 1),
(72, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_date-name', '', 0, 'hermes_testimonial_date', '', 1),
(73, 10, 0, '2013-11-25 21:55:28', 'field-hermes_testimonial_date-type', '', 0, 'custom_field', '', 1),
(74, 11, 0, '2013-11-25 22:00:57', 'title', 'base64', 1, 'RXNwYcOxb2w=', 'RW5nbGlzaA==', 1),
(75, 11, 0, '2013-11-25 22:00:57', 'body', 'base64', 1, '', '', 1),
(76, 11, 0, '2013-11-25 22:00:57', 'original_id', '', 0, '39', '', 1),
(77, 12, 0, '2013-11-25 22:02:45', 'title', 'base64', 1, 'R2V0dGluZyBUaGVyZQ==', 'Q29tbyBMbGVnYXI=', 1),
(78, 12, 0, '2013-11-25 22:02:45', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', '', 1),
(79, 12, 0, '2013-11-25 22:02:45', 'original_id', '', 0, '43', '', 1),
(80, 13, 0, '2013-11-25 22:03:51', 'title', 'base64', 1, 'TWVtYmVyc2hpcHM=', 'TWllbWJyb3M=', 1),
(81, 13, 0, '2013-11-25 22:03:51', 'body', 'base64', 1, 'RmFtaWx5IEdyb3VwIE1lbWJlcnNoaXAgJDM4NS41MCAoVGF4IGluY2x1ZGVkKQ0KQ29wb3JhdGUgR3JvdXAgTWVtYmVyc2hpcDogJDMzOS4wMCAoIFRheCBpbmNsdWRlZCkgTWluaW11bSBvZiA1IG1lbWJlcnMgcmVxdWlyZWQuDQpUaGlzIG1lbWJlcnNoaXAgaW5jbHVkZXMgdGhlIGZvbGxvd2luZyBiZW5lZml0czoNCjx1bD4NCgk8bGk+NTAlIGRpc2NvdW50IG9uIEFwYXJ0bWVudCBvciBUcmVlSG91c2UgcmVudGFsICggQXBhcnRtZW50cyA6JCAxMTguMDAgb3IgVHJlZWhvdXNlczogJCA1OS4wMCk8L2xpPg0KCTxsaT5Qcmlvcml0eSByZXNlcnZhdGlvbiAoQWxsb2NhdGVkIHNwYWNlIHJlc2VydmUpPC9saT4NCgk8bGk+MiBBZHVsdHMgKG1hcnJpZWQgb3IgY291cGxlKSBhbmQgdW5tYXJyaWVkIGNoaWxkcmVuIHVuZGVyIDI1IHllYXJzPC9saT4NCgk8bGk+RnJlZSBEYWlseSB2aXNpdHM8L2xpPg0KCTxsaT5GcmllbmRzIGFyZSBhbGxvd2VkIGFzIGxvbmcgYXMgdGhleSBjb21lIHdpdGggdGhlIG1lbWJlciAobWF4aW11bSA4IGludml0ZWVzIHBlciB2aXNpdCk8L2xpPg0KCTxsaT4yMCUgb2ZmIOKAk0JvYXQgcmVudGFsICh3aXRoIHBpbG90KTwvbGk+DQoJPGxpPlZhbHVlIEFkZGVkOiAyIGNvbXBsaW1lbnRhcnkgYnJlYWtmYXN0cyBvbiB0aGUgZmlyc3QgbmlnaHQgc3RheTwvbGk+DQoJPGxpPk1lbWJlcnNoaXA6ICQgMzg1LjUwIChhbm51YWwpPC9saT4NCgk8bGk+TWVtYmVyc2hpcCBIYW5nYXIgd2l0aCB0eXBlIDEgKDE2IFggNikgTWVtYmVyc2hpcCAkIDM4NS41MCBwbHVzICQgMjkzLjgwIG1vbnRobHkgcC8gSGFuZ2FyPC9saT4NCgk8bGk+TWVtYmVyc2hpcCBIYW5nYXIgd2l0aCB0eXBlIDIgKDEwIFggNikgTWVtYmVyc2hpcCAkIDM4NS41MCBwbHVzICQgMTQ2LjkwIG1vbnRobHkgcC9IYW5nYXI8L2xpPg0KCTxsaT5NZW1iZXJzaGlwIHdpdGggaGFuZ2FyIHR5cGUgMyAoNiBYIDQpICQgMzg1LjUwIHBsdXMgJCA3NS4wMCBtb250aGx5IHAvSGFuZ2FyPC9saT4NCjwvdWw+DQpQcmljZXMgaW5jbHVkZSBWQVQuDQpUaGUgaGFuZ2FycyBmZWUgaXMgYW50aWNpcGF0ZWQgYW5kIHNob3VsZCBCZSBwYWlkIGJ5IHRoZSBmaXJzdCBkYXkgb2YgZXZlcnkgbW9udGg=', '', 1),
(82, 13, 0, '2013-11-25 22:03:51', 'original_id', '', 0, '364', '', 1),
(83, 14, 0, '2013-11-25 22:04:50', 'title', 'base64', 1, 'UmVzZXJ2YXRpb25z', 'UmVzZXJ2YWNpb25lcw==', 1),
(84, 14, 0, '2013-11-25 22:04:50', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', '', 1),
(85, 14, 0, '2013-11-25 22:04:50', 'original_id', '', 0, '45', '', 1),
(86, 15, 0, '2013-11-30 18:17:04', 'title', 'base64', 1, 'RmFjaWxpdGllcw==', 'RmFjaWxpZGFkZXM=', 1),
(87, 15, 0, '2013-11-30 18:17:04', 'body', 'base64', 1, 'PGgzPlBvb2w8L2gzPg0KQmVmb3JlIG9yIGFmdGVyIHRha2luZyBhIGJvYXQgdG91ciwgZW5qb3kgdGhlIHBvb2wuDQpUaGUgcG9vbCBpcyBzdXJyb3VuZGVkIGJ5IHBhbGFwYXMgd2hlcmUgeW91IGNhbiByZWxheCBvciBoYW5nIG91dCB3aXRoIGZyaWVuZHMgYW5kIGZhbWlseSB3aGlsZSB3YXRjaGluZyB0aGUgY2hpbGRyZW4gZW5qb3kgdGhlIHBvb2wuDQpUaGVyZSBpcyBhbHNvIGEgSmFjdXp6aSBpbiBjYXNlIHlvdSB3YW50IHRvIHJlbGF4IGJlZm9yZSBoZWFkaW5nIGJhY2sgdG8geW91ciBhY2NvbW1vZGF0aW9uLg0KPGgzPkNvbnZlbmllbmNlIFN0b3JlPC9oMz4NClRoZSBjb252ZW5pZW50IHN0b3JlLCBjbG9zZSB0byB0aGUgcmVjZXB0aW9uIG9mZmljZSBoYXMgYWxsIG9mIHRoZSBiYXNpYyBuZWVkcyA6IHN1bnNjcmVlbiwgZHJpbmtzLCBzdW5nbGFzc2VzLCBoYXRzLCB0b290aGJydXNoZXMgYW5kIHRvb3RocGFzdGUsIGNob2NvbGF0ZXMsIGljZSBjcmVhbSwgdG93ZWxzLCBzaGlydHMgYW5kIG90aGVyIHN1cHBsaWVzLg0KRG9u4oCZdCBmb3JnZXQgdG8gdGFrZSBhIGJlYXV0aWZ1bCBCYXJpbGxhcyBzb3V2ZW5pciBzdWNoIGFzIGEgdC1zaGlydCBvciBhIGNhcCBvciBhIGJhZyBvZiBvdXIgZGVsaWNpb3VzIGhvdCBjaG9jb2xhdGUuDQo8aDM+SGFuZ2FyczwvaDM+DQpOaW5lIGhhbmdhcnMgZm9yIGJvYXRzIDE2IHggNiBtZXRlcnMNCjIwIHNwYWNlcyBmb3IgYm9hdHMgMTAgeCA2IG1ldGVycw0KMjAgc3BhY2VzIGZvciBzbWFsbCBib2F0cyBvciBqZXQgc2tpcyBmcm9tIDYuMyB4IDMuOSBtZXRlcnMuDQoNClBhbGFwYSBBcmVhcyAoU29jaWFsIGFyZWFzIHdpdGggV0lGSSBhdmFpbGFibGUpDQoNCjxpbWcgY2xhc3M9Im5nZ19kaXNwbGF5ZWRfZ2FsbGVyeSBtY2VJdGVtIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL25leHRnZW4tYXR0YWNoX3RvX3Bvc3QvcHJldmlldy9pZC0tMzA0IiAvPg==', 'PGgzPlBvb2w8L2gzPg0KQmVmb3JlIG9yIGFmdGVyIHRha2luZyBhIGJvYXQgdG91ciwgZW5qb3kgdGhlIHBvb2wuDQpUaGUgcG9vbCBpcyBzdXJyb3VuZGVkIGJ5IHBhbGFwYXMgd2hlcmUgeW91IGNhbiByZWxheCBvciBoYW5nIG91dCB3aXRoIGZyaWVuZHMgYW5kIGZhbWlseSB3aGlsZSB3YXRjaGluZyB0aGUgY2hpbGRyZW4gZW5qb3kgdGhlIHBvb2wuDQpUaGVyZSBpcyBhbHNvIGEgSmFjdXp6aSBpbiBjYXNlIHlvdSB3YW50IHRvIHJlbGF4IGJlZm9yZSBoZWFkaW5nIGJhY2sgdG8geW91ciBhY2NvbW1vZGF0aW9uLg0KPGgzPkNvbnZlbmllbmNlIFN0b3JlPC9oMz4NClRoZSBjb252ZW5pZW50IHN0b3JlLCBjbG9zZSB0byB0aGUgcmVjZXB0aW9uIG9mZmljZSBoYXMgYWxsIG9mIHRoZSBiYXNpYyBuZWVkcyA6IHN1bnNjcmVlbiwgZHJpbmtzLCBzdW5nbGFzc2VzLCBoYXRzLCB0b290aGJydXNoZXMgYW5kIHRvb3RocGFzdGUsIGNob2NvbGF0ZXMsIGljZSBjcmVhbSwgdG93ZWxzLCBzaGlydHMgYW5kIG90aGVyIHN1cHBsaWVzLg0KRG9u4oCZdCBmb3JnZXQgdG8gdGFrZSBhIGJlYXV0aWZ1bCBCYXJpbGxhcyBzb3V2ZW5pciBzdWNoIGFzIGEgdC1zaGlydCBvciBhIGNhcCBvciBhIGJhZyBvZiBvdXIgZGVsaWNpb3VzIGhvdCBjaG9jb2xhdGUuDQo8aDM+SGFuZ2FyczwvaDM+DQpOaW5lIGhhbmdhcnMgZm9yIGJvYXRzIDE2IHggNiBtZXRlcnMNCjIwIHNwYWNlcyBmb3IgYm9hdHMgMTAgeCA2IG1ldGVycw0KMjAgc3BhY2VzIGZvciBzbWFsbCBib2F0cyBvciBqZXQgc2tpcyBmcm9tIDYuMyB4IDMuOSBtZXRlcnMuDQoNClBhbGFwYSBBcmVhcyAoU29jaWFsIGFyZWFzIHdpdGggV0lGSSBhdmFpbGFibGUpDQoNCjxpbWcgY2xhc3M9Im5nZ19kaXNwbGF5ZWRfZ2FsbGVyeSBtY2VJdGVtIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL25leHRnZW4tYXR0YWNoX3RvX3Bvc3QvcHJldmlldy9pZC0tMzA0IiAvPg==', 1),
(88, 15, 0, '2013-11-30 18:17:04', 'original_id', '', 0, '16', '', 1),
(89, 16, 0, '2013-11-30 18:19:02', 'title', 'base64', 1, 'QXBhcnRtZW50cw==', 'QXBhcnRhbWVudG9z', 1),
(90, 16, 0, '2013-11-30 18:19:02', 'body', 'base64', 1, 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQo8aW1nIGNsYXNzPSJuZ2dfZGlzcGxheWVkX2dhbGxlcnkgbWNlSXRlbSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9uZXh0Z2VuLWF0dGFjaF90b19wb3N0L3ByZXZpZXcvaWQtLTI2NiIgLz4=', 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQo8aW1nIGNsYXNzPSJuZ2dfZGlzcGxheWVkX2dhbGxlcnkgbWNlSXRlbSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9uZXh0Z2VuLWF0dGFjaF90b19wb3N0L3ByZXZpZXcvaWQtLTI2NiIgLz4=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(91, 16, 0, '2013-11-30 18:19:02', 'original_id', '', 0, '207', '', 1),
(92, 17, 0, '2013-11-30 18:20:28', 'title', 'base64', 1, 'Qm9vayBhIEZsaWdodA==', 'UmVzZXJ2YXIgVnVlbG8=', 1),
(93, 17, 0, '2013-11-30 18:20:28', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy50a3FsaGNlLmNvbS9jbGljay03MzA0MTczLTEwODcyMDI4IiB0YXJnZXQ9Il90b3AiPg0KPGltZyBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnRxbGtnLmNvbS9pbWFnZS03MzA0MTczLTEwODcyMDI4IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjkwIiBib3JkZXI9IjAiIC8+PC9hPg==', 'PGEgaHJlZj0iaHR0cDovL3d3dy50a3FsaGNlLmNvbS9jbGljay03MzA0MTczLTEwODcyMDI4IiB0YXJnZXQ9Il90b3AiPg0KPGltZyBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnRxbGtnLmNvbS9pbWFnZS03MzA0MTczLTEwODcyMDI4IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjkwIiBib3JkZXI9IjAiIC8+PC9hPg==', 1),
(94, 17, 0, '2013-11-30 18:20:28', 'original_id', '', 0, '342', '', 1),
(95, 18, 0, '2013-11-30 18:21:18', 'title', 'base64', 1, 'QmxvZ3M=', 'QmxvZ3M=', 1),
(96, 18, 0, '2013-11-30 18:21:18', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(97, 18, 0, '2013-11-30 18:21:18', 'original_id', '', 0, '22', '', 1),
(98, 19, 0, '2013-11-30 18:23:09', 'title', 'base64', 1, 'Qm9va2luZyBIb3RlbHM=', 'UmVzZXJ2YSBkZSBIb3RlbA==', 1),
(99, 19, 0, '2013-11-30 18:23:09', 'body', 'base64', 1, '', '', 1),
(100, 19, 0, '2013-11-30 18:23:09', 'original_id', '', 0, '306', '', 1),
(101, 20, 0, '2013-11-30 18:24:02', 'title', 'base64', 1, 'Q29tbXVuaXR5IEludm9sdmVtZW50', 'UGFydGljaXBhY2lvbiBDb211bml0YXJpYQ==', 1),
(102, 20, 0, '2013-11-30 18:24:02', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(103, 20, 0, '2013-11-30 18:24:02', 'original_id', '', 0, '297', '', 1),
(104, 21, 0, '2013-11-30 18:24:41', 'title', 'base64', 1, 'Q29uc2VydmF0aW9uIFByb2dyYW1z', 'UHJvZ3JhbWEgZGUgQ29uc2VydmFjacOzbg==', 1),
(105, 21, 0, '2013-11-30 18:24:41', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(106, 21, 0, '2013-11-30 18:24:41', 'original_id', '', 0, '292', '', 1),
(107, 22, 0, '2013-11-30 18:25:27', 'title', 'base64', 1, 'Q29udGFjdCBVcw==', 'Q29udMOhY3Rlbm9z', 1),
(108, 22, 0, '2013-11-30 18:25:27', 'body', 'base64', 1, 'W2NvbnRhY3QtZm9ybS03IGlkPSI0MjYiIHRpdGxlPSJwYiBDb250YWN0MSJd', 'W2NvbnRhY3QtZm9ybS03IGlkPSI1OTIiIHRpdGxlPSJwYiBDb250YWN0MiBlc3Bhw7FvbCJd', 1),
(109, 22, 0, '2013-11-30 18:25:27', 'original_id', '', 0, '107', '', 1),
(110, 23, 0, '2013-11-30 18:26:40', 'title', 'base64', 1, 'RXZlbnRz', 'RXZlbnRvcw==', 1),
(111, 23, 0, '2013-11-30 18:26:40', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(112, 23, 0, '2013-11-30 18:26:40', 'original_id', '', 0, '299', '', 1),
(113, 24, 0, '2013-11-30 18:27:20', 'title', 'base64', 1, 'SGlzdG9yeQ==', 'SGlzdG9yaWE=', 1),
(114, 24, 0, '2013-11-30 18:27:20', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(115, 24, 0, '2013-11-30 18:27:20', 'original_id', '', 0, '146', '', 1),
(116, 25, 0, '2013-11-30 18:29:35', 'title', 'base64', 1, 'SmlxdWlsaXNjbyBCYXk=', 'QmFow61hIGRlIEppcXVpbGlzY28=', 1),
(117, 25, 0, '2013-11-30 18:29:35', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(118, 25, 0, '2013-11-30 18:29:35', 'original_id', '', 0, '141', '', 1),
(119, 26, 0, '2013-11-30 18:31:34', 'title', 'base64', 1, 'T3VyIERpZmZlcmVuY2U=', 'TnVlc3RyYSBEaWZlcmVuY2lh', 1),
(120, 26, 0, '2013-11-30 18:31:34', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(121, 26, 0, '2013-11-30 18:31:34', 'original_id', '', 0, '312', '', 1),
(122, 27, 0, '2013-11-30 18:32:05', 'title', 'base64', 1, 'T3VyIFN0YWZm', 'TnVlc3RybyBFcXVpcG8=', 1),
(123, 27, 0, '2013-11-30 18:32:05', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(124, 27, 0, '2013-11-30 18:32:05', 'original_id', '', 0, '137', '', 1),
(125, 28, 0, '2013-11-30 18:32:41', 'title', 'base64', 1, 'UGhpbG9zb3BoeQ==', 'Rmlsb3NvZsOtYQ==', 1),
(126, 28, 0, '2013-11-30 18:32:41', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(127, 28, 0, '2013-11-30 18:32:41', 'original_id', '', 0, '135', '', 1),
(128, 29, 0, '2013-11-30 18:34:01', 'title', 'base64', 1, 'UHJlc3MgUmVsZWFzZQ==', 'Q29tdW5pY2FkbyBkZSBQcmVuc2E=', 1),
(129, 29, 0, '2013-11-30 18:34:01', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(130, 29, 0, '2013-11-30 18:34:01', 'original_id', '', 0, '158', '', 1),
(131, 30, 0, '2013-11-30 18:34:26', 'title', 'base64', 1, 'UmVsYXRlZCBNZWRpYQ==', 'TWVkaW9zIFJlbGFjaW9uYWRvcw==', 1),
(132, 30, 0, '2013-11-30 18:34:26', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(133, 30, 0, '2013-11-30 18:34:26', 'original_id', '', 0, '160', '', 1),
(134, 31, 0, '2013-11-30 18:35:01', 'title', 'base64', 1, 'UmVzdGF1cmFudC9iYXI=', 'UmVzdGF1cmFudGUvQmFy', 1),
(135, 31, 0, '2013-11-30 18:35:01', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(136, 31, 0, '2013-11-30 18:35:01', 'original_id', '', 0, '20', '', 1),
(137, 32, 0, '2013-11-30 18:35:47', 'title', 'base64', 1, 'U3BlY2lhbCBPZmZlcnM=', 'T2ZlcnRhcyBFc3BlY2lhbGVz', 1),
(138, 32, 0, '2013-11-30 18:35:47', 'body', 'base64', 1, 'PGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zODgiIGFsdD0idW5kZXItY29uc3RydWN0aW9uIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyIgd2lkdGg9IjMwMSIgaGVpZ2h0PSIzMjYiIC8+PC9hPjwvaDI+DQo8aDI+MjAxNCBQcm9tb3Rpb25zPC9oMj4NCjxoMz5KYW51YXJ5PC9oMz4NCjxoMz5GZWJydWFyeTwvaDM+DQo8aDM+TWFyY2g8L2gzPg0KPGgzPkFwcmlsPC9oMz4NCjxoMz5NYXk8L2gzPg0KPGgzPkp1bmU8L2gzPg0KPGgzPkp1bHk8L2gzPg==', 'PGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zODgiIGFsdD0idW5kZXItY29uc3RydWN0aW9uIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyIgd2lkdGg9IjMwMSIgaGVpZ2h0PSIzMjYiIC8+PC9hPjwvaDI+DQo8aDI+MjAxNCBQcm9tb3Rpb25zPC9oMj4NCjxoMz5KYW51YXJ5PC9oMz4NCjxoMz5GZWJydWFyeTwvaDM+DQo8aDM+TWFyY2g8L2gzPg0KPGgzPkFwcmlsPC9oMz4NCjxoMz5NYXk8L2gzPg0KPGgzPkp1bmU8L2gzPg0KPGgzPkp1bHk8L2gzPg==', 1),
(139, 32, 0, '2013-11-30 18:35:47', 'original_id', '', 0, '24', '', 1),
(140, 33, 0, '2013-11-30 18:36:43', 'title', 'base64', 1, 'U3RldmXigJlzIGFuc3dlcnMgdG8gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu', 'UHJlZ3VudGFzIEZyZWN1ZW50ZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(141, 33, 0, '2013-11-30 18:36:43', 'body', 'base64', 1, 'PGgyPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPldFTENPTUU8L3NwYW4+PC9oMj4NCkFmdGVyIGV4cGxvcmluZyB0aGUgcmVtb3RlIGFuZCBiZWF1dGlmdWwgSXNsYW5kcyBpbiBQYW5hbWEsIGFuZCB0aGUgQ2VudHJhbCBBbWVyaWNhbiBDb3VudHJpZXMgdG8gdGhlIFNvdXRoIG9mIHVzLCBvciBjb21pbmcgZnJvbSB0aGUgamV0LXNldCBwYWNlIG9mIENhYm8gc2FuIEx1Y2FzIGFuZCBoZXIgc2lzdGVyIE1leGljYW4gcG9ydHMsIHlvdSB3aWxsIGZpbmQgeW91ciBzdGF5IGF0IHRoZSBQdWVydG8gQmFyaWxsYXMsIHRvIGJlIHVuaXF1ZSBhbmQgZW5yaWNoaW5nLiBXZSBob3BlIHRoYXQgdGhpcyBjcnVpc2Vy4oCZcyBndWlkZSB3aWxsIGFzc2lzdCB5b3UgZHVyaW5nIHlvdXIgc3RheSBpbiBFbCBTYWx2YWRvci4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkFycml2YWw8L2I+PC9oMz4NCkNoZWNraW5nIGluOiBEb2N1bWVudHMgeW91IHdpbGwgcmVjZWl2ZSAoYWxsIHByb3ZpZGVkIGJ5IGF1dGhvcml0aWVzIGF0IEJhcmlsbGFzKQ0KPG9sPg0KCTxsaT7CoDxzdHJvbmc+QWN0YSBkZSBWaXNpdGEuPC9zdHJvbmc+DQpJbml0aWFsIGFja25vd2xlZGdlbWVudCBvZiB5b3VyIGFycml2YWwgcHJvdmlkZWQgYnkgdGhlIFBvcnQgQ2FwdGFpbidzIG9mZmljZS48L2xpPg0KCTxsaT48c3Ryb25nPkltcG9ydGFjaW9uIFRlbXBvcmFswqA8L3N0cm9uZz4NCk9uIGFycml2YWwsIHlvdXIgd2lsbCBuZWVkIHRvIGFwcGx5IGZvciBhIHRlbXBvcmFyeSBpbXBvcnRhdGlvbiBwZXJtaXQgZm9yIHlvdXIgdmVzc2VsLjwvbGk+DQoJPGxpPjxzdHJvbmc+Q3VzdG9tcyBkb2N1bWVudC48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkNlcnRpZmljYWRvIGRlIFBlcm1hbmVuY2lhLsKgPC9zdHJvbmc+KGFraW4gdG8gYSBjcnVpc2luZyBwZXJtaXQgYnV0IGFwcGxpY2FibGUgdG8gc3RvcmVkIGJvYXRzIGFzIHdlbGwpLCBpcyBhbm90aGVyIGRvY3VtZW50IHJlcXVpcmVkIGJ5IHRoZSBQb3J0IENhcHRhaW4sIHZhbGlkIGluaXRpYWxseSBmb3IgMiBtb250aHMgZnJvbSBpc3N1ZSBhbmQgcmVwcmVzZW50aW5nIGFkZGl0aW9uYWwgY29uZmlybWF0aW9uIG9mIHRoZSB2ZXNzZWxzJyByaWdodCB0byBzdGF5IGluIEVsIFNhbHZhZG9yIHRlcnJpdG9yeSBhbmQgYXBwbGllZCB0byBhbGwgdmVzc2VscyBzdGF5aW5nIG1vcmUgdGhhbiA4IGRheXMuPC9saT4NCjwvb2w+DQpJZiBkZXBhcnRpbmcgRWwgU2FsdmFkb3Igb24geW91ciB2ZXNzZWwgaW50ZW5kaW5nIHRvIHJldHVybiBiZSBBV0FSRSB0aGF0IHlvdXIgcGFwZXJ3b3JrIHdpbGwgbmVlZCB0byBiZSByZW5ld2VkIGVudGlyZWx5IHdoZW4geW91IHJldHVybi4gUGV0IG93bmVycyBzaG91bGQgYWxzbyBiZSBhd2FyZSBvZiBjaGVjay1pbiByZWd1bGF0aW9ucy4NCjxoMz5HZW5lcmFsIEluZm9ybWF0aW9uPC9oMz4NCldlbGNvbWUgdG8gb3VyIG1hcmluYS4gT3VyIG1hcmluYSBpcyBkZWRpY2F0ZWQgdG8gdGhlIG5lZWRzIG9mIGNydWlzZXJzIGFuZCB3ZSBkZXBlbmQgb24geW91ciBnb29kd2lsbCBhbmQgZ29vZC1zZW5zZS4gU29tZSBkb+KAmXMgYW5kIGRvbid0czoNCg0KUExFQVNFIGtlZXAgeW91ciBwZXRzIG9uIGEgbGVhc2ggd2hpbGUgaW4gdGhlIHJlc3RhdXJhbnQgYXJlYTogdGhleSBjYW4gcHJlc2lkZSBvbmx5IHdpdGggdGFjaXQgYWdyZWVtZW50IG9mIHRoZSBvdGhlciByZXN0YXVyYW50IHVzZXJzLg0KRE8gTk9UIHdlYXIgZXhwZW5zaXZlIGpld2Vscnkgd2hpbGUgd2Fsa2luZyBhcm91bmQgdG93bi4NCkxFQVZJTkcgWU9VUiBCT0FUIElmIGxlYXZpbmcgeW91ciBib2F0IHVuYXR0ZW5kZWQgbWFrZSBhcnJhbmdlbWVudCB3aXRoIHNvbWVvbmUgKGFwcHJvdmVkIGJ5IHRoZSBtYXJpbmEpIHRvIGxvb2sgYWZ0ZXIgaXQuIFdlIHdpbGwgYmUgaGFwcHkgdG8gcmVjb21tZW5kIHN1aXRhYmxlIGNhcmV0YWtlcnMuIElmIGxlYXZpbmcgdGhlIGNvdW50cnkgZ2V0IGEgbGV0dGVyIGZyb20gdGhlIE1hcmluYSBkZWNsYXJpbmcgdGhhdCB5b3VyIHZlc3NlbCBpcyBoZXJlIHNvIHlvdSB3aWxsIG5vdCByZXF1aXJlIGFuIG91dGJvdW5kIHRpY2tldCBvbiB5b3VyIHJldHVybiB0byBFbCBTYWx2YWRvci4NCkdFTkVSQUwgTk9URVM6IFdoaWxlIHdlIGRvIHByb3ZpZGUgc2VjdXJpdHkgaW4ga2VlcGluZyB3aXRoIG91ciBkZXNpcmUgdG8gbWFpbnRhaW4gdGhlIGluZm9ybWFsIGZhbWlseSBhbWJpZW50LCB0aGUgJ0NsdWInIChCYXJpbGxhcyBNYXJpbmEgQ2x1Yikgd2lsbCBub3QgYmUgaGVsZCByZXNwb25zaWJsZSBmb3IgeW91IHBlcnNvbmFsbHksIG5vciB5b3VyIGNyZXcvZ3Vlc3RzLiBOZWl0aGVyIHdpbGwgdGhlIENsdWIgYmUgcmVzcG9uc2libGUgZm9yIHlvdXIgcHJvcGVydHkgZHVyaW5nIHlvdXIgc3RheSBoZXJlLiBBdCBhbGwgdGltZXMgdGhlIENhcHRhaW4vT3duZXIgcmVtYWlucyByZXNwb25zaWJsZSBmb3IgYWxsIG1hdHRlcnMgY29uY2VybmluZyBoaXMgdmVzc2VsIGFuZCBwcm9wZXJ0eSAodGhlIENsdWIgaXMgYWx3YXlzIHJlYWR5IHRvIG9mZmVyIGFzc2lzdGFuY2UpLg0KUEFZSU5HIFRIRSBCSUxMOiBPbiBhcnJpdmFsIHdlIHdpbGwgc2V0IHVwIGFuIGFjY291bnQgd2hpY2ggc2hvdWxkIGJlIHBhaWQgb24gdGhlIEZpcnN0IG9mIHRoZSBNb250aCBvciBwcmlvciB0byBkZXBhcnR1cmUuDQo8aDM+VHJhbnNwb3J0YXRpb248L2gzPg0KVG8gVXN1bHV0YW46IEEgZnJlZSByaWRlIGJ5IEJhcmlsbGFzIE1pbmktVmFuLCBkZXBhcnRzIHRoZSBNYXJpbmEgb24gVHVlc2RheSBhbmQgRnJpZGF5IGF0IDA5MDAgZm9yIERpc3BlbnNhIERvbiBKdWFuLCBhbmQgZGVwYXJ0cyB0aGUgRGlzcGVuc2EgYXQgMTIzMCBmb3IgQmFyaWxsYXM7IGFsc28gYXZhaWxhYmxlIGZvciBzaG9ydCBkZXRvdXJzIHRvIHNwZWNpYWx0eSBzaG9wcy4NCg0KVG8gU2FuIFNhbHZhZG9yOiBWaWEgQmFyaWxsYXMgTWluaS1WYW4sIGFzIHJlcXVlc3RlZDsgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hIE9mZmljZS4NCg0KVG8gdGhlIEFpcnBvcnQ6IFZpYSBCYXJpbGxhcyBNaW5pLVZhbiwgYXMgcmVxdWVzdGVkOyBtYWtlIGFycmFuZ2VtZW50cyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlLg0KDQpUYXhpIENhYiBJbmZvcm1hdGlvbjsgVXN1bHV0YW4gaXMgZnVsbCBvZiB5ZWxsb3cgdGF4aWNhYnM7IHRyYW5zcG9ydCBmcm9tIHRvd24gdG8gQmFyaWxsYXMgY29zdHMgYWJvdXQgJDE1VVM7IGJlIHN1cmUgdG8gbmVnb3RpYXRlIGEgcHJpY2UgdXAgZnJvbnQuDQoNCkJ1czogQWxsIGtpbmRzIG9mIGJ1cyB0cmFuc3BvcnRhdGlvbiBpcyBhdmFpbGFibGUsIHRvIFNhbiBTYWx2YWRvciwgU2FuIE1pZ3VlbCBhbmQg4oCcb3RoZXLigJ0gbG9jYXRpb25zIGZvciB0aGUgYWR2ZW50dXJvdXMuIEJ1c2VzIGFyZSBtb3JlIG9yIGxlc3MgY2xlYXJseSBtYXJrZWQsIGFuZCBkZXBhcnQgZnJvbSBhIG51bWJlciBvZiBsb2NhdGlvbnMgbmVhciBEaXNwZW5zYSBEb24gSnVhbi4NCjxoMz5TZXJ2aWNlcywgZXRjPC9oMz4NCjxibG9ja3F1b3RlPk5vdGU6IGZvciBlYXNlIG9mIGRlc2NyaXB0aW9uLCB3ZSBoYXZlIHVzZWQgdGhlIHRlcm1zIOKAnFNvdXRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgY29taW5nIGludG8gVXN1bHV0YW4gZnJvbSBCYXJpbGxhcywgYW5kIOKAnE5vcnRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgbGVhdmluZyBmb3IgQmFyaWxsYXMuDQpBbHNvLCBkdWUgdG8gbWlzc2luZywgaWxsZWdpYmxlLCBldGMgc3RyZWV0IHNpZ25zLCB3ZeKAmXZlIHVzZWQgdGhlIOKAnG51bWJlciBvZiBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbuKAnSBvciDigJxTY290aWEgQmFua+KAnSBmb3IgZGlyZWN0aW9uc+KApih0aGV54oCZcmUgc3RpbGwg4oCcYXBwcm94aW1hdGUsIGJ1dCBiYWxscGFya+KAnSkuPC9ibG9ja3F1b3RlPg0KPHN0cm9uZz5BdXRvIFBhcnRzPC9zdHJvbmc+DQpFY29ub1BhcnRlcywgYWNyb3NzIGZyb20gUHVlcnRhIE9yaWVudGUgUGxhemEgKGEgZmV3IGJsb2NrcyBlYXN0IG9mIERpc3BlbnNhIERvbiBKdWFuKTsganVzdCBhYm91dCBldmVyeXRoaW5nIHlvdeKAmWQgZXhwZWN0IHRvIGZpbmQgaW4gYW4gYXV0byBwYXJ0cyBzdG9yZSBpbiB0aGUgU3RhdGVzDQoNCjxzdHJvbmc+QmFua3MvQVRNczwvc3Ryb25nPg0KVGhlcmUgYXJlIGEgbnVtYmVyIG9mIEFUTXMgKENhamVyb3MgQXV0b21hdGljb3MpIGluIHRoZSBlbnRyYW5jZSB0byBEaXNwZW5zYSBEb24gSnVhbjsgQWRkaXRpb25hbGx5IHRoZXJlIGEgbnVtYmVyIG9mIGxhcmdlIGJhbmtzIGFyb3VuZCB0aGUgYnVzaW5lc3MgZGlzdHJpY3QgaW4gVXN1bHV0YW46DQoNCjxlbT48c3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlNjb3RpYUJhbms8L3NwYW4+PC9zdHJvbmc+PC9lbT4gNCBCbG9ja3Mgd2VzdCBvZiBEaXNwZW5zYSBEb24gSnVhbiwgb24gTm9ydGggTWFpbg0KPGVtPjxzdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+RGEgVml2aWVuZGE8L3NwYW4+PC9zdHJvbmc+PC9lbT4gKGZvcm1lcmx5IEhTQkMpIDIgQmxvY2tzIGZ1cnRoZXIgb24gZnJvbSBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluLCAoYWNyb3NzIGZyb20gdGhlIFBhcnF1ZSBDZW50cmFsKQ0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PGVtPjxzdHJvbmc+QmFuY28gZGUgQW1lcmljYSBDZW50cmE8L3N0cm9uZz48c3Ryb25nPmw8L3N0cm9uZz48L2VtPjwvc3Bhbj4gMyBCbG9ja3MgZnVydGhlciBvbiBmcm9tIFNjb3RpYUJhbmssIChUaGUgb3RoZXIgc2lkZSBvZiB0aGUgUGFycXVlIENlbnRyYWwpOyB2ZXJ5IGhlbHBmdWwgd2l0aCDigJxjYXJkIHByb2JsZW1z4oCdIG9yIHByb2JsZW1zIHVuZGVyc3RhbmRpbmcgd2hhdCB0aGUgQVRNIGlzIGFza2luZyB5b3UgKG9yIHdoYXQgeW914oCZcmUgdHJ5aW5nIHRvIHRlbGwgaXQpLg0KQW5kIG1hbnkgb3RoZXIgYmFua3MgaW4gdGhlIGdlbmVyYWwgdmljaW5pdHkuDQoNCjxzdHJvbmc+QmF0dGVyaWVzPC9zdHJvbmc+DQpTbWFsbCBCYXR0ZXJpZXM6IEltcHJlc3NhIFJlcHVlc3RvcyBpbiBtaWQtdG93biwgdGhlIEJhcmlsbGFzIGRyaXZlciB3aWxsIHRha2UgeW91IHRoZXJlLg0KTGFyZ2UgQmF0dGVyaWVzOiBDYXNhIGRlIGxhcyBCYXR0ZXJpYXMsIDI5IENhbGxlIFBvaW5lbnRlIHkgMjEgQXZlIE5vcnRlLCBTYW4gU2FsdmFkb3INClNyLiDCoEpvc2UgR2FyY2lhIDIyMzUgNjk0NA0KDQo8c3Ryb25nPkJlYXJpbmdzLCAoTy1yaW5ncywgZ2Fza2V0cywgaG9zZSBmaXR0aW5ncyk8L3N0cm9uZz4NClNlZSBPeGdhc2EgKEluIEhhcmR3YXJlKSBmb3IgTy1SaW5ncw0KDQo8c3Ryb25nPkJvYXR5YXJkL0hhdWxvdXQgRmFjaWxpdGllczwvc3Ryb25nPg0KUHJlc3RvbWFyIE5lZWQgaW5mb3JtYXRpb24sIFJhaWx3YXkgdXAgdG8gX19fIFRvbnMsIFdpZHRoLCDigKZJbmNsdWRlIENhdGFtYXJhbnM7IHRoZXkgcHJvdmlkZSBib3R0b20gcGFpbnRpbmcsIHRvcHNpZGUgcGFpbnRpbmcsIGdlbmVyYWwgbWFyaW5lIHJlcGFpcnMNCg0KPHN0cm9uZz5Cb2F0IENsZWFuaW5nLCBldGMgKHNlZSBhbHNvIEdlbmVyYWwgSGFuZHMpPC9zdHJvbmc+DQpDQVJQRVQgQ0xFQU5JTkcNCkRSWSBDTEVBTklORw0KDQo8c3Ryb25nPkNvcGllczwvc3Ryb25nPg0KVGhlcmUgYXJlIG1hbnkgcGxhY2VzIHRvIGdldCBjb3BpZXMgbWFkZSBpbiBVc3VsdXRhbjsganVzdCB3YWxrIHVwIG9yIGRvd24gTm9ydGggb3IgU291dGggTWFpbg0KDQo8c3Ryb25nPkNvbXB1dGVyIFJlcGFpci9TdXBwbGllczwvc3Ryb25nPg0KDQo8c3Ryb25nPkRJRVNFTCBFTkdJTkUgQU5EIFRSQU5TTUlTU0lPTiBSRVBBSVI8L3N0cm9uZz4NCg0KRElFU0VMIFBBUlRTDQpZYW5tYXIgcGFydHMuDQpWb2x2byBwYXJ0cy4NCkN1bW1pbnMsIENhdGVycGlsbGFyLA0KUGVya2lucyBwYXJ0cy4NCg0KPHN0cm9uZz5EaXZlIFRhbmtzPC9zdHJvbmc+DQoNCkVtYWlsLCBXaUZpLCBhbmQgSW50ZXJuZXQ6DQpGcmVlIFdpLUZpIGF0IHRoZSBNYXJpbmE7IGFzIHlvdSBnZXQgZmFydGhlciBkb3duIHRoZSBhbmNob3JhZ2UsIHRoZSBjb3ZlcmFnZSBnZXRzIHBvb3JlcjsgcmVjZXB0aW9uIGlzIGdyZWF0IGluIHRoZSBzd2ltbWluZyBwb29sIGFyZWEgYW5kIHRoZSByZXN0YXVyYW50OyB0aGVyZSBhcmUgMTE1ViBvdXRsZXRzIGF0IGVhY2ggdGFibGUgaW4gdGhlIHBhbGFwYXMuDQoNCjxiPkVsZWN0cmljYWwgPC9iPg0KDQpTVEFSVEVSIE1PVE9SUyAmYW1wOyBBTFRFUk5BVE9SUw0KDQo8Yj5Tb2xhciBQYW5lbHM8L2I+IGNhbiBiZSBmb3VuZCBhdCA8Yj5GZXJyZXRlcmlhIEVsIENvbmVjdGU8L2I+LCB3aGljaCBpcyBqdXN0IG9uZSBibG9jayBiZXlvbmQgdGhlIFNoZXJ3aW4gV2lsbGlhbXMgUGFpbnQgU3RvcmUgb24gTm9ydGggTWFpbiAoanVzdCBiZXlvbmQgUGFycXVlIENlbnRyYWwpOyB0aGV5IGhhdmUgYSA3NS13YXR0IG1vZGVsIG9uIGRpc3BsYXksIGJ1dCBjYW4gZ2V0IGFueSBzaXplIHBhbmVsIGRvd24gZnJvbSBTYW4gU2FsdmFkb3IuDQoNCjxiPkZpYmVyZ2xhc3MsIE1pbm9yIFJlcGFpcnMgJmFtcDsgTWF0ZXJpYWxzwqAgKFNlZSBhbHNvOldvb2R3b3JraW5nKSA8L2I+DQoNCjxiPk1hcmluc2EgPC9iPihzZWUg4oCcQ2hhbmRsZXJpZXMsIGJlbG93KSBoYXMgYSBnb29kIHN1cHBseSBvZiBQb2x5ZXN0ZXIgUmVzaW4gYW5kIEZpbGxlcg0KDQooPGI+UHJlc3RvTWFyPC9iPj8/PykgSHVsbCByZXBhaXIsIG1vZGlmeWluZyBjaGFpbmxvY2tlcnMsIHByb3BhbmUgdGFuayBib3hlcywgZXRjLg0KDQo8Yj5GaWx0ZXJzPC9iPg0KDQo8Yj5GaXJlIEV4dGluZ3Vpc2hlciBSZWNoYXJnaW5nPC9iPg0KDQo8Yj7CoCBPeGdhc2E8L2I+IChTZWUgSGFyZHdhcmUpDQoNCjxiPkZ1ZWwgKERpZXNlbCBhbmQgR2Fzb2xpbmUpIDwvYj4NCg0KQmFyaWxsYXMgRnVlbCBEb2NrDQoNCkNoZWNrIHdpdGggdGhlIE9mZmljZSBmb3IgY3VycmVudCBwcmljaW5nDQoNCjxiPkdlbmVyYWwgSGFuZHMgPC9iPg0KDQpGb3IgYm9hdCBjbGVhbmluZywgdmFybmlzaGluZywgaGVhZCBvdmVyaGF1bCwgcnVubmluZyBlcnJhbmRzLCBwaWxvdGluZywgdW5kZXJ3YXRlciB3b3JrLCBvYnRhaW5pbmcgcGFydHMgYW5kIGdlbmVyYWwgcmVwYWlycywgdGhlcmUgYXJlIGxvY2FsIHdvcmtlcnMgcmVhZHksIHdpbGxpbmcgYW5kIGFibGUgdG8gPGI+PC9iPg0KDQpIZWxwOyBhc2sgYXQgdGhlIE1hcmluYSBPZmZpY2UNCg0KPGI+SGFpcmN1dHMsIE1hbmljdXJlcywgUGVkaWN1cmVzIDwvYj4NCg0KPGI+wqAgQmVhdXR5IFNob3A8L2I+IGxvY2F0ZWQgaW4gRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+wqAgUGVsdXF1ZXJvIFJpY2hhcmQ8L2I+LCB3YWxrIHRvIFNjb3RpYUJhbmssIHR1cm4gbGVmdCB3YWxrIG9uZSBibG9jaywgbG9jYXRlZCBvbiB0aGUgY29ybmVyLg0KDQpOdW1lcm91cyBvdGhlciBiYXJiZXIvYmVhdXR5IHNob3BzIGxvY2F0ZWQgYWxvbmcgYm90aCBtYWluIHN0cmVldHMNCg0KPGI+SGFyZHdhcmUgYW5kIENoYW5kbGVyaWVzIDwvYj4NCg0KPGI+TWFyaW5zYTwvYj46IE9ubHkg4oCcTWFyaW5lIFN0b3Jl4oCdIGluIFVzdWx1dGFuLCBjYXRlcnMgbW9zdGx5IHRvIGZpc2hlcm1lbiwgYnV0IHdvcnRoIGEgdmlzaXQ7IHdhbGsgYSBibG9jayBmcm9tIERpc3BlbnNhIERvbiBKdWFuIHdlc3R3YXJkIG9uIFNvdXRoIE1haW4sIHRha2UgYSBsZWZ0LCB3YWxrIDIgYmxvY2tzLCB0YWtlIGEgcmlnaHQsIHdhbGsgMiBibG9ja3MgYW5kIE1hcmluc2EgaXMgb24gdGhlIGNvcm5lcjsgYWxzbyBoYXMgbWVjaGFuaWNzIHdobyB3b3JrIG9uIE91dGJvYXJkIE1vdG9ycyAoc2VlIGJlbG93KQ0KDQo8Yj4yTSBGZXJyZXRlcmlhOiA8L2I+VGhleSBoYXZlIG1vc3QgZXZlcnl0aGluZywgaW5jbHVkaW5nPGI+IDwvYj5zbWFsbCBnYWx2YW5pemVkIGNoYWluLCBzdGFpbmxlc3MgaG9zZSBjbGFtcHMsIGxvdHMgb2Ygb3RoZXIgc3R1ZmYsIHNvbWUgRW5nbGlzaCBzcG9rZW4uIEJpZyBGZXJyZXRlcmlhLCBMb2NhdGVkIGFib3V0IDMgYmxvY2tzIGVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIGFjcm9zcyB0aGUgcm9hZCB0byBQdWVydG8gUGFyYWRhLCBuZWFyIHRoZSBQdWVydGEgT3JpZW50ZSBwbGF6YTxiPjwvYj4NCg0KPGI+RmVycml0ZXJpYSBFbCBCYXJhdGlsbG8gKE9yYW5nZSBCdWlsZGluZyk8L2I+IGFib3V0IDIgYmxvY2tzIEVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW47IHRoZXkgaGF2ZSBtb3N0IGV2ZXJ5dGhpbmcNCg0KPGI+RmVycmV0ZXJpYSBBdmlsYSwgYmV0d2VlbiBMYSBQaXJyYXlhIGFuZCBFY29ub1BhcnRlcywgPC9iPmFjcm9zcyBmcm9tIFB1ZXJ0YSBPcmllbnRlPGI+OyA8L2I+dGhlcmUgaXMgYW4gRW5nbGlzaCBTcGVha2VyIGhlcmUuDQoNCjxiPkZlcnJldGVyaWEgU2FuIFJhZmFlbDsgPC9iPmxvY2F0ZWQgb3V0c2lkZSBvZiB0b3duLCBuZWFyIHRoZSBIb3NwaXRhbDsgTGFyZ2UsIGNvbnN0cnVjdGlvbi1vcmllbnRlZCBoYXJkd2FyZSBzdG9yZTsgQmFyaWxsYXMgZHJpdmVyIHdpbGwgc3RvcCB0aGVyZSBvbiB0aGUgd2F5IGJhY2sgdG8gQmFyaWxsYXMgaWYgcmVxdWVzdGVkDQoNCjxiPk94Z2FzYTo8L2I+IFdhbGsgcGFzdCBTY290aWFCYW5rIHRvIDxiPlBvbGxvIENhbXBlcm8vRGEgVml2aWVuZGE8L2I+LCBUdXJuIGxlZnQgYW5kIHdhbGsgdHdvIGJsb2NrcyB0byA8Yj5PeGdhc2E8L2I+OyB5b3Ugd2lsbCBmaW5kIG1lZGljYWwgc3VwcGxpZXMsIFN0YW5sZXksIFNraWwgYW5kIEJvc2NoIGhhbmQgYW5kIHBvd2VyIHRvb2xzLCBzYWZldHkgZ2VhciBhbmQgc2hvZXMsIHdlbGRpbmcgbWFjaGluZXMsIGN1dHRpbmcgYW5kIGJ1cm5pbmcgcmlncywgbW90b3JzLCBnZW5lcmF0b3JzLCBwdW1wcywgTy1SaW5ncywgdGhlIGxpc3QgZ29lcyBvbiBhbmQgb27igKZhbmQsIHRoZXkgd2lsbCBzZWxsIHlvdSBhIG5ldyBmaXJlIGV4dGluZ3Vpc2hlciwgb3IgcmVjaGFyZ2UgeW91ciBvbGQgb25lLg0KDQo8Yj5PdGhlcnPigKY8L2I+DQoNCjxiPkltcG9ydGluZyBQYXJ0cyBpbnRvIEVsIFNhbHZhZG9yDQo8L2I+PGI+RmVkZXgNCjwvYj48Yj5ESEwNCjwvYj48Yj5UcmFucyBFeHByZXNzIChtYWlsIGZvcndhcmRlcik6IDwvYj5TaGlwcGluZyBldmVyeSBGcmlkYXkgZnJvbSBNaWFtaSAoMyBkYXlzIHRvIFNhbiBTYWx2YWRvcikuDQo8Yj5DbGVhciBGcmVpZ2h0IChDYXJnbyBGb3J3YXJkZXIpOiA8L2I+U2hpcHBpbmcgZXZlcnkgRnJpZGF5IGZyb20gTWlhbWkgKDcgZGF5cyB0byBTYW4gU2FsdmFkb3IpOyBDbGVhckZyZWlnaHQgY29udGFjdCBpbmZvOg0KPGI+S2F0dGlhIEUuIEZhbmRpbm8NCjwvYj48Yj5PY2VhbiBFeHBvcnQ8L2I+DQoNCkNsZWFyZnJlaWdodCBJbmMuDQo5NzA0IE5XIDE3dGggU3QuDQpNaWFtaSwgRkwgMzMxNzINClBoLjMwNS01OTItNDQ0NiBleHQuMTMxMQ0KRmF4LjMwNS01OTItMzEzOQ0Kd3d3LmNsZWFyZnJlaWdodC5jb20NCmUtbWFpbDrCoGthdHRpYUBjbGVhcmZyZWlnaHQuY29tDQoNCjxiPkNvb3JkaW5hdGUgeW91ciBzaGlwcGluZyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlPC9iPg0KDQo8Yj5MaWZlcmFmdCBJbnNwZWN0aW9uPC9iPg0KDQo8Yj5NYWNoaW5lIFNob3AgPC9iPg0KDQo8Yj5UYWxsZXIgTWVyY2VkPC9iPiwgYSBmdWxsLXNlcnZpY2UgbWFjaGluZSBzaG9wIGNvbXBsZXRlIHdpdGggbGF0aGVzLCBtaWxsaW5nIG1hY2hpbmVzLCBwcmVzc2VzLCBldGMuOyB2ZXJ5IGdvb2QgcXVhbGl0eSB3b3JrLiBUaGVyZSBpcyBhIHdlbGQgc2hvcCBhc3NvY2lhdGVkIHdpdGggdGhpcyBzaG9wIChzZWUgYmVsb3cpDQoNCjxiPk1BUklORSBFTEVDVFJJQ0lBTlMgPC9iPg0KDQo8Yj5NZWNoYW5pY3M8L2I+DQoNCjxiPk1lZGljYWwgPC9iPg0KDQo8Yj5QaGFybWFjaWVzPC9iPiBhcmUgZXZlcnl3aGVyZSBhbmQgeW91IHdpbGwgZmluZCBtb3N0IG9mIHlvdXIgcHJlc2NyaXB0aW9uIG5lZWRzIGF2YWlsYWJsZSBhbmQgcmVhc29uYWJseSBwcmljZWQuIFByaWNlcyB2YXJ5IGNvbnNpZGVyYWJseSBhbW9uZyB0aGUgcGhhcm1hY2llcywgYW5kIGV2ZW4gYW1vbmcgYnJhbmNoZXMgb2YgdGhlIHNhbWUgcGhhcm1hY3kuwqAgSXQgcGF5cyB0byBzaG9wIGFyb3VuZC7CoCBNYW55IGRydWdzIHRoYXQgYXJlIHByZXNjcmlwdGlvbiBvbmx5IGluIG90aGVyIGNvdW50cmllcyBjYW4gYmUgcHVyY2hhc2VkIG92ZXItdGhlLWNvdW50ZXIgaW4gRWwgU2FsdmFkb3IuwqAgTW9zdCBwaGFybWFjaWVzIGhhdmUgcmVmZXJlbmNlIGJvb2tzIHRvIGZpbmQgYSBnZW5lcmljIGVxdWl2YWxlbnQgb2YgbmFtZS1icmFuZCBkcnVncy4NCg0KPGI+UGhhcm1hY2lhIEJyYXNpbDo8L2I+IFRoZXJlIGFyZSBhIG51bWJlciBvZiB0aGVzZSBhcm91bmQgdG93biwgb25lIGlzIG5leHQgdG8gRGlzcGVuc2EgRG9uIEp1YW47IHRoZSBzdGFmZiBpbiB0aGlzIG9uZSBhcmUgdmVyeSBmcmllbmRseSBhbmQgaGVscGZ1bCwgYW5kIGFjY3VzdG9tZWQgdG8gZGVhbGluZyB3aXRoIENydWlzZXJzDQo8aDQ+PGI+SE9TUElUQUxTICZhbXA7IEVNRVJHRU5DWSAoU2FsYSBkZSBVcmdlbmNpYXMpOsKgPC9iPjwvaDQ+DQo8dGFibGUgd2lkdGg9IjU4OSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5ET0NUT1JTIFVTVUxVVEFOPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBJTlRFUk5BPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkFMVkFSQURPIFZJTExFREEgTUFOVUVMIEFOVE9OSU88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+MkEgQ0FMTEUgT1JJRU5URSAjMTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBHRU5FUkFMPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPk1BUlRFTEwgUlVJWiBCRU5KQU1JTiBBTlRPTklPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPkNBIEdSSU1BTERJIE0gMjI8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkNBU1RJTExPIFBFUkRPTU8gUEVEUk8gQU5UT05JTzwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIFBURSBOUiAxMzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+RFVBTkVTIFBBTE9NTyBMVUNJQSBDTEFSSUJFTDwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIE9URSAyMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+TE9QRVogVkVHQSBFREdBUkRPIEFSTUFORE88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+Q0FMTEUgRFIuIEZFREVSSUNPIFBFTkFETyAjIDQgRURJRklDSU8gQU5EQTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5FQVIgTk9TRSBUSFJPQVQ8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+PHN0cm9uZz7CoDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+R0FSQVkgQ0FDRVJFUyBKT1NFIFZJUkdJTElPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjFBIENBIFBPTklFTlRFIDEzPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij48c3Ryb25nPlVST0xPR0lTVDwvc3Ryb25nPjwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj48c3Ryb25nPsKgPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij5CRVJOQUJFTCBDQcORQVMgTFVJUyBHRVJBUkRPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjZBIENMIE9URSBOIDEwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxiPlNhbiBTYWx2YWRvcg0KDQpDQVJESU9WQVNDVUxBUg0KREVSTUFUT0xPR0lTVA0KREVOVElTVA0KRUFSIE5PU0UgQU5EIFRIUk9BVA0KR1lOT0NPTE9HWQ0KT1BUT01FVFJZDQpPUlRIT1BFRElDDQpQTEFTVElDIFNVUkdFUlkNClVST0xPR1kNClBIWVNJQ0FMIFRIRVJBUDwvYj4NCg0KPGI+TGFib3JhdG9yaWVzOjwvYj4NCg0KVGhlcmUgYXJlIG1hbnkgbGFicyBmcm9tIHdoaWNoIHRvIGNob29zZS7CoCBIZXJlIGFyZSBzb21lIHN1Z2dlc3Rpb25zOg0KDQo8Yj5IZW1vIFBsdXM8L2I+IEJsb29kIFRlc3RpbmcsIG5leHQgdG8gdGhlIEJhbmNvIGRlIEFtZXJpY2EgQ2VudHJhbCwgYWNyb3NzIGZyb20gdGhlIENlbnRyYWwgUGFyaw0KDQo8Yj5PdGhlcnM6PC9iPg0KDQo8Yj5PdXRib2FyZCBNb3RvcnMsIHNhbGVzLCBwYXJ0cywgcmVwYWlyczwvYj4NCg0KPGI+TWFyaW5zYTo8L2I+IChHZXQgaW5mbyBmcm9tIEdhYnJpZWwpX19fX19fX19fDQoNCjxiPlRhbGxlciBMaXphbWE6IDwvYj5Qcm9wZWxsZXIgUmVwYWlyOyByZXBsYWNlIHdvcm4gb3V0IHJ1YmJlciBpbnNlcnQgd2l0aCBhIGJ1c2hpbmcgYW5kIHNldCBzY3Jld3MuIExvY2F0ZWQgYWJvdXQgYSBibG9jayBXZXN0IG9mIEZlcnJldGVyaWEgPGI+U2FuIFJhZmFlbDwvYj4sIG5lYXIgdGhlIEhvc3BpdGFs4oCmQmFyaWxsYXMgZHJpdmVyIHdpbGwgdGFrZSB5b3UgdGhlcmUNCg0KVGhlcmUgaXMgYWxzbyBhbiBvdXRib2FyZCBNZWNoYW5pYyBpbiA8Yj5QdWVydG8gUGFyYWRhPC9iPg0KDQo8Yj5QYWludCAmYW1wOyBQYWludGVycyA8L2I+DQoNCjxiPlNoZXJtYW4gV2lsbGlhbXMgPC9iPihTb3VyY2Ugb2YgQW50aWZvdWxpbmcgQm90dG9tIFBhaW50KTogTG9jYXRlZDxiPiA8L2I+YSBibG9jayBXZXN0IG9mIHRoZSBQYXJxdWUgQ2VudHJhbCwgb24gTm9ydGggTWFpbiAoY2xvc2VkIGZvciBzaWVzdGEpDQoNCjxiPkNvbWV4PC9iPjsgQWNyb3NzIHRoZSBTdHJlZXQgZnJvbSBTY290aWFCYW5rOyBFbmdsaXNoIFNwb2tlbiBIZXJlDQoNCjxiPk90aGVyPzwvYj4NCg0KPGI+UGFpbnRlcnM6IDwvYj4NCg0KS2VlcCBhIGNsb3NlIGV5ZSBvbiB5b3VyIHByb2plY3QgYW5kIGFuIGV4Y2VsbGVudCBqb2Igc2hvdWxkIGJlIHlvdXIgcmV3YXJkIGF0IGxlc3MgdGhhbiBVUyBwcmljZXMuIFRoZXNlIG1lbiBjYW4gZG8gZXhjZWxsZW50IGZpbmlzaGluZyB3b3JrIChhbHRob3VnaCBhdCB0aW1lcyBtYXkgaW5kdWxnZSBpbiBzaG9ydCBjdXRzIHNvIGJlIHdhcm5lZCkuWW91IG1heSBoYXZlIHRvIGV4cGxhaW4g4oCcY3V0dGluZyBpbuKAnSBhbmQgbWFza2luZyB0byB0aGUgcGFpbnRlcnMNCg0KUGxlYXNlIGRyYXcgdXAgYSB3cml0dGVuIGFncmVlbWVudCBiZWZvcmUgc3RhcnRpbmcgYW55IG1ham9yIHByb2plY3QuIEJlIHdhcnkgb2YgdGhlIGxvd2VzdCBxdW90YXRpb24gc2luY2Ugd2hlbiBhIHByb2plY3Qgc3RhcnRzIGl0IG1heSBiZSBkaWZmaWN1bHQgdG8gbWFpbnRhaW4gdGhlIG9yaWdpbmFsIGFncmVlbWVudC4NCg0KUmVtZW1iZXIsIHlvdSBnZXQgd2hhdCB5b3UgPGI+SU48L2I+c3BlY3QsIG5vdCB3aGF0IHlvdSA8Yj5FWDwvYj5wZWN04oCmDQoNCkFzayB0aGUgTWFyaW5hIE9mZmljZSBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KDQo8Yj5QaG90byBTaG9wwqAgPC9iPg0KDQo8Yj5QaG90byBFeHBvLCA8L2I+QSBIYWxmLUJsb2NrIGJleW9uZCBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluOyBwaG90byBhbmQgY2FtZXJhIHN1cHBsaWVzLCDCoHBhc3Nwb3J0IHBob3RvcywgZXRjDQoNCjxiPlBvc3QgT2ZmaWNlPC9iPg0KDQo8Yj5Qcm9wYW5lIDwvYj4NCg0KTWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hDQoNClVTLXR5cGUgdmFsdmVzIGNhbiBiZSBmaWxsZWQNCg0KPGI+UHJvdmlzaW9uaW5nPC9iPg0KDQo8Yj5EaXNwZW5zYSBEb24gSnVhbjwvYj46IFRoZSBCYXJpbGxhcyBNaW5pLUJ1cyBkZXN0aW5hdGlvbiwg4oCcVVMtU3R5bGXigJ0gU3VwZXJtYXJrZXQsIGlzIHF1aXRlIGZ1bGx5IHN0b2NrZWQuDQoNCjxiPlN1cGVyIFNlbGVjdG9zPC9iPjogVHdvIGxvY2F0aW9ucywgb25lIGEgZmV3IGJsb2NrcyBFYXN0IG9mIERpc3BlbnNhIERvbiwgaW4gUHVlcnRhIE9yaWVudGUgc2hvcHBpbmcgY2VudGVyIChqdXN0IGJleW9uZCB0aGUgRmVycml0ZXJpYSAyTSksIGFuZCBvbmUgYSBmZXcgYmxvY2tzIGJhY2sgdG93YXJkIEJhcmlsbGFzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4gb24g4oCcU291dGggTWFpbuKAnSwganVzdCBiZXlvbmQgPGI+RGlzcGVuc2E8L2I+IDxiPkZhbWlsaWFyPC9iPjsgVGhlc2UgYXJlIGFsc28g4oCcVVMgU3R5bGXigJ0sIGFuZCB5b3UgbWF5IGZpbmQgaXRlbXMgaGVyZSB0aGF0IGFyZSBub3QgYXZhaWxhYmxlIGluIERvbiBKdWFuDQoNCjxiPkRpc3BlbnNhIEZhbWlsaWFyPC9iPjsgb24g4oCcU291dGggTWFpbuKAnSwganVzdCBhY3Jvc3MgZnJvbSB0aGUgbmV3IHZlZ2V0YWJsZSBtYXJrZXQ7IHZldGVyYW5zIG9mIHRoZSBSaW8gRHVsY2Ugd2lsbCByZWNvZ25pemUgdGhpcyBzdG9yZS4NCg0KPGI+VGllbmRhIEdBTE88L2I+OiBTaW1pbGFyIHRvIERpc3BlbnNhIEZhbWlsaWFyLCBPbmUgaXMgYWNyb3NzIHRoZSBzdHJlZXQgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiwgYW5vdGhlciBpcyBhIGZldyBibG9ja3MgZnVydGhlciBFYXN0LCBzb3J0IG9mIGFjcm9zcyBmcm9tIHRoZSBGZXJyZXRlcmlhIDJNDQoNCjxiPkNlbnRyYWwgTWFya2V0PC9iPjogSW1wb3NzaWJsZSB0byBtaXNzOyB0aGUgb2xkZXIgc2VjdGlvbiBnb2VzIG9uIGZvciBibG9ja3MgYWxvbmcgYW5kIE5vcnRoIG9mIE5vcnRoIE1haW4sIGFuZCB0aGUg4oCcbmV34oCdIHNlY3Rpb24sIGVuY2xvc2VkIGJ5IGNoYWluIGxpbmsgZmVuY2VzLCBpcyBiZXR3ZWVuIE5vcnRoIGFuZCBTb3V0aCBNYWluLCBuZWFyIDxiPlBpenphIEh1dCwgV2VuZHnigJlzIGFuZCBQb2xsbyBDYW1wZXN0cm88L2I+DQoNClRoZXJlIGFyZSBhbHNvIDxiPldhbG1hcnQsIFNlYXJzLCBSYWRpbyBTaGFjaywgT2ZmaWNlIGRlcG90LCBQcmljZSBDbHViPC9iPiwgYW5kIG90aGVyIGxpa2Ugc3RvcmVzIGluIFNhbiBTYWx2YWRvcg0KDQo8Yj5SZWZyaWdlcmF0aW9uICZhbXA7IEFpciBDb25kaXRpb25pbmc8L2I+DQo8aDQ+PGI+UmVzdGF1cmFudHMgPC9iPjwvaDQ+DQo8Yj5XZW5keeKAmXMsPC9iPiA8Yj5CdXJnZXIgS2luZzwvYj4gYW5kIDxiPlBvbGxvIENhbXBlc3RyZTwvYj4gYXJlIG5lYXIgRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+4oCcQmlnZ2VzdOKAnTwvYj4gSGFtYnVyZ2VyIGlzIGFib3V0IGEgYmxvY2sgYW5kIGEgaGFsZiBiZXlvbmQgU2NvdGlhQmFuaw0KDQpUaGVyZSBpcyBhIDxiPnNtYWxsIGNhZmV0ZXJpYTwvYj4gaW5zaWRlIG9mIERpc3BlbnNhIERvbiBKdWFuDQoNCjxiPsKgTGEgUGlycmF5YTwvYj4gUmVzdGF1cmFudCBhbmQgSG90ZWwgaXMgbG9jYXRlZCBhY3Jvc3MgZnJvbSB0aGUgUHVlcnRhIE9yaWVudGUgUGxhemENCg0KVGhlcmUgYXJlIG51bWVyb3VzIHNtYWxsIOKAnDxiPkNvbWVkb3JzPC9iPuKAnSBpbiB0aGUgYXJlYSwgYXMgd2VsbCBhcyBzaWRld2FsayB2ZW5kb3JzDQoNCjxiPlJpZ2dpbmcgPC9iPg0KDQpUaGVyZSBpcyBubyBwcm9mZXNzaW9uYWwgcmlnZ2luZyBzaG9wIGluIFVzdWx1dGFuDQoNCjxiPlNhaWwgUmVwYWlyLCBDYW52YXMsIFVwaG9sc3RlcnkgJmFtcDsgRmFicmljczwvYj4NCg0KPGI+RGlzcGVuc2EgZGUgVGVsYXM8L2I+OiBIZXJl4oCZcyBvbmUgZm9yIHRoZSBMYWRpZXM6IExhcmdlIGZhYnJpYyBzdG9yZSwgYWNyb3NzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4sIGFuZCBhbm90aGVyIG9uZSBvZiB0aGUgc2FtZSBuYW1lIGFib3V0IGEgYmxvY2sgdXAgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiBvbiBOb3J0aCBNYWluLiBBIGh1Z2Ugc2VsZWN0aW9uIG9mIGZhYnJpY3MsIGFuZCAz4oCdIGZvYW0gZm9yIGN1c2hpb25zDQoNCjxiPk5vIGluZm8sIHlldCwgb24gU2FpbCBSZXBhaXI8L2I+4oCmDQo8aDQ+PGI+U0VXSU5HIE1BQ0hJTkUgUkVQQUlSUyBBTkQgU0VSVklDRSA8L2I+PC9oND4NCjxiPkNvbmZlY2Npb25lcyBHcmFuYWRvczwvYj4gKGl0IHNheXMg4oCcPGI+QWxtYWNlbmVzIEdyYW5hZG9zPC9iPuKAnSBvbiB0aGUgcG9ydGljbyksIDMgQmxvY2tzIHdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIE5vcnRoIE1haW47IGluIGFkZGl0aW9uIHRvIGZhYnJpY3MsIGN1c2hpb24gZm9hbSwgYW5kIG90aGVyIGl0ZW1zLCB0aGV5IHJlcGFpciBzZXdpbmcgbWFjaGluZXMsIGFuZCBoYXZlIGEgbGFyZ2Ugc3VwcGx5IG9mIFBvbHllc3RlciB0aHJlYWQsIGluIGFuIGFzc29ydG1lbnQgb2YgY29sb3JzLg0KPGg0PjxiPlNob3BwaW5nIDwvYj48L2g0Pg0KQSB3YWxrIGRvd24gZWl0aGVyIG9mIHRoZSDigJxtYWlu4oCdIHN0cmVldHMsIGFuZCB0aGUgc2lkZSBzdHJlZXRzIHdpbGwgZXhwb3NlIHlvdSB0byBhbGwga2luZHMgb2Ygc2hvcHBpbmcgb3Bwb3J0dW5pdGllcywgZnJvbSBmdXJuaXR1cmUgc3RvcmVzLCB0byBzcG9ydGluZyBnb29kcywgY2xvdGhpbmcsIGhhcmR3YXJlLCBob3VzZWhvbGQgZ29vZHMsIGFuZCB0aGUgbGlrZTsgdGhlIGNlbnRyYWwgbWFya2V0IGlzIGh1Z2UsIHdpdGggd2F5IHRvbyBtYW55IGl0ZW1zIGF2YWlsYWJsZSB0byBiZSBsaXN0ZWQgaGVyZSwgYnV0IGhlcmUgYXJlIHNvbWUgY2hvaWNlczoNCg0KPGI+QXJ0ZXNlbmlhcyBIZWxlbjogPC9iPkZsYWdzIG9mIGFsbCBzaXplcywgVC1TaGlydHMsIEJhbGwgQ2FwcywgYW5kIGhhbmQtbWFkZSBzb3V2ZW5pciBjcmFmdHMgYnkgbG9jYWwgQXJ0aXNhbnM7IHdhbGsgdG8gU2NvdGlhQmFuayBvbiBOb3J0aCBNYWluLCB0YWtlIGEgcmlnaHQsIHdhbGsgdHdvIGJsb2NrcywgdGFrZSBhIGxlZnQsIHRoZSBzaG9wIGlzIGp1c3QgYSBjb3VwbGUgb2YgZG9vcnMgZG93biBvbiB5b3VyIGxlZnTigKYNCg0KPGI+UGF5bGVzcyBTaG9lIFNvdXJjZTwvYj46IEFub3RoZXIgb25lIGZvciB0aGUgTGFkaWVz4oCmb25lIGJsb2NrIGZ1cnRoZXIgZG93biB0aGUgc3RyZWV0IGZyb20gU2NvdGlhQmFuaw0KDQo8Yj5MaWJyZXJpYSBNb250ZW5lZ3JvOiA8L2I+QWxsIGtpbmRzIG9mIHBhcGVyIGFuZCBvZmZpY2Ugc3VwcGxpZXM7IGFib3V0IDUgYmxvY2tzIFdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIFNvdXRoIE1haW4uDQoNCjxiPkljZSBDcmVhbSBQYXJsb3I6IDwvYj5UaGVyZSBhcmUgYSBudW1iZXIgb2YgdGhlc2UgYXJvdW5kIHRvd24sIHRoZSBIZWxlcmlhIE5pdmVyaWEgcmlnaHQgbmV4dCBkb29yIHRvIERpc3BlbnNhIERvbiBKdWFuIGlzIGEgd2VsY29tZSBwbGFjZSB0byB3YWl0IG9uIHRoZSBkZXBhcnR1cmUgb2YgdGhlIE1pbmlCdXMuDQoNCjxiPlNwYW5pc2ggTGVzc29uczwvYj4NCg0KPGI+U3RhaW5sZXNzIFN0ZWVsICZhbXA7IEFsdW1pbnVtIDwvYj4NCg0KU2VlIOKAnFdlbGRpbmcgU2hvcOKAnSwgYmVsb3cNCg0KPGI+VGFpbG9yaW5nIC8gU2V3aW5nOjwvYj4NCg0KPGI+QmF6YXIgTmVsc29uOyA8L2I+cGFzcyBieSBTY290aWEgQmFuaywgdGFrZSBhIHJpZ2h0IGF0IFBheWxlc3MgU2hvZSBTb3VyY2UsIHdhbGsgYSBmZXcgZG9vcnMgdXAgdGhlIHN0cmVldCwgdGhlIEJhemFyIGlzIG9uIHRoZSByaWdodDsgQWx0ZXJhdGlvbnMsIGV0YywgU2luZ2VyIHRyZWFkbGUgc2V3aW5nIG1hY2hpbmUsIHByaWNlcyB2ZXJ5IHJlYXNvbmFibGUuDQo8aDQ+PGI+VGVsZXBob25lczwvYj48L2g0Pg0KVGhlIG1haW4gPGI+VElHTzwvYj4gc3RvcmUgYW5kIHRoZSBtYWluIDxiPkRpZ2ljZWw8L2I+IHN0b3JlIGFyZSBsb2NhdGVkIG9uIFNvdXRoIE1haW4gYWJvdXQgMyBibG9ja3MgZnJvbSB0aGUgRGlzcGVuc2EgRG9uIEp1YW4sIGp1c3QgZG93biB0aGUgc3RyZWV0IGZyb20gPGI+UGVsdXF1ZXJpYSBSaWNoYXJkPC9iPg0KDQpUaGUgbWFpbiA8Yj5DTEFSTyA8L2I+c3RvcmUgaXMgb24gTm9ydGggTWFpbiwgYWJvdXQgNCDCvSBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbg0KDQpUaGVyZSBhcmUgbnVtZXJvdXMga2lvc2tzIHRoYXQgY2FuIHNlbGwgeW91IG1pbnV0ZXMsIGJ1dCBmb3IgZnVsbCBzZXJ2aWNlLCBjb21wdXRlciBtb2RlbSDigJxzdGlja3PigJ0sIGV0YywgZ28gdG8gdGhlIG1haW4gc3RvcmUuDQoNClBob25lIGNhcmRzIGNhbiBiZSBwdXJjaGFzZWQgaW4gUGhhcm1hY2llcywgZ3JvY2VyeSBzdG9yZXMgYW5kIGZyb20gc3RyZWV0IHZlbmRvcnMgd2VhcmluZyBhZHZlcnRpc2VtZW50IGFwcm9ucy4NCg0KPGI+VGhlIGZvbGxvd2luZyBuZWVkcyB0byBiZSByZXZpZXdlZCwgY2hhbmdlZCwgZXRjOjwvYj4NCg0KRWwgU2FsdmFkb3IgQ291bnRyeSBDb2RlOiBfX19fwqDCoCAuDQoNCkEgY2FsbCBjYW4gYmUgbWFkZSB0byB0aGUgVS5TLiBvciBvdGhlciBjb3VudHJpZXMgdXNpbmcgb25lIG9mIEVsIFNhbHZhZG9y4oCZcyBsb25nIGRpc3RhbmNlIGRpcmVjdC1kaWFsIGNvbXBhbmllcyAoMDA1KzErYXJlYSBjb2RlK251bWJlcikuDQoNCkEgY2VsbCBwaG9uZSBjYW4gYmUgcHVyY2hhc2VkIGF0IG1hbnkgcGxhY2VzLg0KDQpZb3UgY2FuIG1ha2UgaW50ZXJuYXRpb25hbCBjYWxscyB1c2luZyB0aGUgaW50ZXJuZXQgdGhyb3VnaCB0aGUgU2t5cGUgc2VydmljZS4NCg0KRWFjaCBjZWxsIHBob25lIGNvbXBhbnkgaGFzIGEgZGlmZmVyZW50IGFjY2VzcyBjb2RlIGZvciBpbnTigJlsIGNhbGxzOg0KDQpUSUdPOsKgwqDCoCAwMCA0MTQgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQoNCk1vdmlzdGFyOsKgIDAwIDkgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQo8aDQ+PGI+VGhlYXRlciAmYW1wOyBNb3ZpZXM8L2I+PC9oND4NCjxiPlRyYXZlbCBBZ2VuY2llcyAmYW1wOyBBaXJsaW5lczwvYj4NCg0KPGI+T3V0LW9mLXRvd248L2I+DQoNCklmIHlvdSBhcmUgcGxhbm5pbmcgdG8gdHJhdmVsIHdpdGhpbiBFbCBTYWx2YWRvciwgaXQgaXMgaW1wb3J0YW50IHRvIGtlZXAgaW4gbWluZCB0aGF0IHdoaWxlIHNlY3VyaXR5IGhhcyBncmVhdGx5IGltcHJvdmVkIHRocm91Z2hvdXQgbXVjaCBvZiB0aGUgY291bnRyeSwgc29tZSBqb3VybmV5cyBieSByb2FkIGNvbnRpbnVlIHRvIHByZXNlbnQgYSByaXNrISBJdCBtYXkgYmUgc2FmZXIgdG8gZmx5LCBhbmQvb3IgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCBhIHRvdXIgb3BlcmF0b3IuDQoNCjxiPlZldGVyaW5hcnkgQ2xpbmljczwvYj4NCg0KPGI+V2VsZGluZyBTaG9wOjwvYj4NCg0KTG9jYXRlZCBhZGphY2VudCB0bywgYW5kIGFmZmlsaWF0ZWQgd2l0aCwgPGI+VGFsbGVyIE1lcmNlZDwvYj4gKHRoZSBtYWNoaW5lIHNob3ApLCB0aGlzIHNob3AgY2FuIHdlbGQgbWlsZCBzdGVlbCwgc3RhaW5sZXNzLCBhbHVtaW51bSwgYW5kIGFsc28gd29yayB3aXRoIGJyYXNzIG9yIGJyb256ZS4NCg0KPGI+UHJlc3RvbWFyOjwvYj4gQm9hdHlhcmQgbmV4dCB0byBCYXJpbGxhcw0KDQo8Yj5Xb29kd29ya2luZzwvYj4NCg0KPGI+V29vZCBTdXBwbGllcyAoSSBzYXcgYSBzbWFsbCDigJxsdW1iZXIgeWFyZCkgdXAgdGhlIHN0cmVldCBhY3Jvc3MgZnJvbSB0aGUgRGlzcGVuc2HigKY8L2I+DQo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5CYXJpbGxhcyBBY3Rpdml0aWVzPC9iPjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiPlN3aW1taW5nPC9iPjogVGhlcmUgYXJlIHRocmVlIHBvb2xzIGF0IEJhcmlsbGFzIE1hcmluYSBDbHViOyB0aGUgbWFpbiBwb29sIGlzIGFib3V0IDUgwr0gZmVldCBkZWVwIGF0IHRoZSBmYXIgZW5kLCB0aGVyZSBpcyBhIHNoYWxsb3cgS2lkZGllIFBvb2wsIGFuZCBhIEphY3V6emllLXN0eWxlIHBvb2wsPC9wPg0KPGI+SG9yc2ViYWNrIFJpZGluZzwvYj4NCg0KPGI+TmF0dXJlIFdhbGtzPC9iPg0KDQo8Yj5Nb25rZXlzPC9iPg0KDQo8Yj5CZWFjaCBFeGN1cnNpb25zPC9iPg0KDQo8Yj5GbG9hdGluZyBSZXN0YXVyYW50PC9iPg0KDQo8Yj5QdWVydG8gUGFyYWRhPC9iPiBpcyBhbiBpbnRlcmVzdGluZyBzaWRlIHRyaXAgYnkgZGluZ2h5IGZyb20gQmFyaWxsYXM7IGl04oCZcyBhIDUtbWlsZSwgMjAtbWludXRlIHRyaXAgaW4gYSBwbGFubmluZyBkaW5naHksIGFuZCBzaG91bGQgYmUgc2NoZWR1bGVkIGFyb3VuZCBoaWdoIHRpZGUsIGFzIHRoZSB3YXRlciBnZXRzIHByZXR0eSBzaGFsbG93IG9uIGVhY2ggc2lkZSBvZiB0aGUgTG93czsgc2VlIHRoZSBtYXAsIGJlbG93DQoNClB1ZXJ0byBQYXJhZGEgaXMgYWJvdXQgNSBtaWxlcyBzb3V0aCBvZiBVc3VsdXRhbiAodGhlIHJvYWQgc3RhcnRzIGF0IHRoZSBpbnRlcnNlY3Rpb24gbmVhciBGZXJyZXRlcmlhIDJNIGFuZCB0ZXJtaW5hdGVzIGF0IFB1ZXJ0byBQYXJhZGEpLg0KDQpBdCB0aGUgUG9ydCwgeW91IHdpbGwgZmluZCBhIHJhbXAgd2l0aCAxNSBvciBzbyBwYW5nYXMsIHdoaWNoIGZlcnJ5IHBlb3BsZSBhbmQgbWF0ZXJpYWwgdG8gYW5kIGZyb20gdGhlIHZhcmlvdXMgaXNsYW5kcyBpbiBCYWhpYSBKaXF1aWxpc2NvOyBpbiBhZGRpdGlvbiB0byB0aGUgdHJhbnNwb3J0YXRpb24gYWN0aXZpdHksIHRoZXJlIGlzIGEgc21hbGwgdGllbmRhLCBhIGNvdXBsZSBvZiBzbWFsbCByZXN0YXVyYW50cywgYW5kIHNvbWUgdmVyeSBmcmllbmRseSBsb2NhbCBmb2xrczsgc29tZSBFbmdsaXNoIHNwb2tlbiBoZXJlLiBMYW5kIHlvdXIgZGluZ2h5IG9uIHRoZSBzbWFsbCByYW1wIGJleW9uZCB0aGUgbmVzdCBvZiBtb29yZWQgcGFuZ2FzLg0KDQpBcyBhbiBhZGRpdGlvbmFsIGF0dHJhY3Rpb24sIHdoZW4gcmV0dXJuaW5nIGZyb20gdGhlIFBvcnQsIHRoZSBmaXJzdCBsYXJnZSByaXZlciwgb24gdGhlIHdlc3Qgc2lkZSBvZiB0aGUgbWFpbiByaXZlciB0byBCYXJpbGxhcywgY3V0cyB0aHJvdWdoIHRoZSBtYW5ncm92ZXMgU291dGggb2YgdGhlIE1hcmluYSBhbmQgY29tZXMgb3V0IG9uIHRoZSDigJxzaHJpbXAgYm9hdCBzaWRl4oCdIG9mIHRoZSBlc3R1YXJ5OyBpdCBpcyBhIHZlcnkgc2NlbmljIHJpZGUuIFRoaXMgcml2ZXIgY2FuIGJlIGlkZW50aWZpZWQgYnkgYSBsYXJnZSBmaXNoaW5nIHNoYWNrIG9uIHRoZSBOb3J0aCBzaWRlIG9mIHRoZSBlbnRyYW5jZTsgdGhlIHJpdmVyIGlzIHdpZGUsIGRlZXAgYW5kIHdpbmRpbmcuDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlVTVUxVVEFOIENJVFkgU1RSRUVUIE1BUDwvYj48L3A+DQo8aWZyYW1lIHNyYz0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1zX3EmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9VXN1bHV0YW4mYW1wO3NsbD0xMy43NzQ1MjgsLTg5LjE1NzM5OSZhbXA7c3Nwbj0wLjgxMjI3NCwxLjM1MjY5MiZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4zNDYwNCwtODguNDMxNTg3JmFtcDtzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDt6PTE0JmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQo8c21hbGw+PGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1lbWJlZCZhbXA7aGw9ZXMtNDE5JmFtcDtnZW9jb2RlPSZhbXA7cT1Vc3VsdXRhbiZhbXA7c2xsPTEzLjc3NDUyOCwtODkuMTU3Mzk5JmFtcDtzc3BuPTAuODEyMjc0LDEuMzUyNjkyJmFtcDtpZT1VVEY4JmFtcDtocT0mYW1wO2huZWFyPVVzdWx1dCVDMyVBMW4mYW1wO2xsPTEzLjM0NjA0LC04OC40MzE1ODcmYW1wO3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO3o9MTQiPlZlciBtYXBhIG3DoXMgZ3JhbmRlPC9hPjwvc21hbGw+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlBVRVJUTyBQQVJBREE8L2I+PC9wPg0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lcy00MTkmYW1wO2dlb2NvZGU9JmFtcDtxPVB1ZXJ0bytQYXJhZGEsK1VzdWx1dCVDMyVBMW4mYW1wO2FxPTAmYW1wO29xPVB1ZXJ0bytQYVVzdWx1dGFuJmFtcDtzbGw9MTMuMzQxOTM4LC04OC40MzgzNTQmYW1wO3NzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDtpZT1VVEY4JmFtcDtocT1QdWVydG8rUGFyYWRhLCZhbXA7aG5lYXI9VXN1bHV0JUMzJUExbiZhbXA7bGw9MTMuMjUwNzAyLC04OC40MzkxNjkmYW1wO3Nwbj0wLjIwOTc0NCwwLjAxNjY4MSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjM1MCIgd2lkdGg9IjQyNSIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjxhIHN0eWxlPSJjb2xvcjogIzAwMDBmZjsgdGV4dC1hbGlnbjogbGVmdDsiIGhyZWY9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9ZW1iZWQmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9UHVlcnRvK1BhcmFkYSwrVXN1bHV0JUMzJUExbiZhbXA7YXE9MCZhbXA7b3E9UHVlcnRvK1BhVXN1bHV0YW4mYW1wO3NsbD0xMy4zNDE5MzgsLTg4LjQzODM1NCZhbXA7c3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO2llPVVURjgmYW1wO2hxPVB1ZXJ0bytQYXJhZGEsJmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4yNTA3MDIsLTg4LjQzOTE2OSZhbXA7c3BuPTAuMjA5NzQ0LDAuMDE2NjgxIj5WZXIgbWFwYSBtw6FzIGdyYW5kZTwvYT48L3NtYWxsPg==', 'PGgyPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPldFTENPTUU8L3NwYW4+PC9oMj4NCkFmdGVyIGV4cGxvcmluZyB0aGUgcmVtb3RlIGFuZCBiZWF1dGlmdWwgSXNsYW5kcyBpbiBQYW5hbWEsIGFuZCB0aGUgQ2VudHJhbCBBbWVyaWNhbiBDb3VudHJpZXMgdG8gdGhlIFNvdXRoIG9mIHVzLCBvciBjb21pbmcgZnJvbSB0aGUgamV0LXNldCBwYWNlIG9mIENhYm8gc2FuIEx1Y2FzIGFuZCBoZXIgc2lzdGVyIE1leGljYW4gcG9ydHMsIHlvdSB3aWxsIGZpbmQgeW91ciBzdGF5IGF0IHRoZSBQdWVydG8gQmFyaWxsYXMsIHRvIGJlIHVuaXF1ZSBhbmQgZW5yaWNoaW5nLiBXZSBob3BlIHRoYXQgdGhpcyBjcnVpc2Vy4oCZcyBndWlkZSB3aWxsIGFzc2lzdCB5b3UgZHVyaW5nIHlvdXIgc3RheSBpbiBFbCBTYWx2YWRvci4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkFycml2YWw8L2I+PC9oMz4NCkNoZWNraW5nIGluOiBEb2N1bWVudHMgeW91IHdpbGwgcmVjZWl2ZSAoYWxsIHByb3ZpZGVkIGJ5IGF1dGhvcml0aWVzIGF0IEJhcmlsbGFzKQ0KPG9sPg0KCTxsaT7CoDxzdHJvbmc+QWN0YSBkZSBWaXNpdGEuPC9zdHJvbmc+DQpJbml0aWFsIGFja25vd2xlZGdlbWVudCBvZiB5b3VyIGFycml2YWwgcHJvdmlkZWQgYnkgdGhlIFBvcnQgQ2FwdGFpbidzIG9mZmljZS48L2xpPg0KCTxsaT48c3Ryb25nPkltcG9ydGFjaW9uIFRlbXBvcmFswqA8L3N0cm9uZz4NCk9uIGFycml2YWwsIHlvdXIgd2lsbCBuZWVkIHRvIGFwcGx5IGZvciBhIHRlbXBvcmFyeSBpbXBvcnRhdGlvbiBwZXJtaXQgZm9yIHlvdXIgdmVzc2VsLjwvbGk+DQoJPGxpPjxzdHJvbmc+Q3VzdG9tcyBkb2N1bWVudC48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkNlcnRpZmljYWRvIGRlIFBlcm1hbmVuY2lhLsKgPC9zdHJvbmc+KGFraW4gdG8gYSBjcnVpc2luZyBwZXJtaXQgYnV0IGFwcGxpY2FibGUgdG8gc3RvcmVkIGJvYXRzIGFzIHdlbGwpLCBpcyBhbm90aGVyIGRvY3VtZW50IHJlcXVpcmVkIGJ5IHRoZSBQb3J0IENhcHRhaW4sIHZhbGlkIGluaXRpYWxseSBmb3IgMiBtb250aHMgZnJvbSBpc3N1ZSBhbmQgcmVwcmVzZW50aW5nIGFkZGl0aW9uYWwgY29uZmlybWF0aW9uIG9mIHRoZSB2ZXNzZWxzJyByaWdodCB0byBzdGF5IGluIEVsIFNhbHZhZG9yIHRlcnJpdG9yeSBhbmQgYXBwbGllZCB0byBhbGwgdmVzc2VscyBzdGF5aW5nIG1vcmUgdGhhbiA4IGRheXMuPC9saT4NCjwvb2w+DQpJZiBkZXBhcnRpbmcgRWwgU2FsdmFkb3Igb24geW91ciB2ZXNzZWwgaW50ZW5kaW5nIHRvIHJldHVybiBiZSBBV0FSRSB0aGF0IHlvdXIgcGFwZXJ3b3JrIHdpbGwgbmVlZCB0byBiZSByZW5ld2VkIGVudGlyZWx5IHdoZW4geW91IHJldHVybi4gUGV0IG93bmVycyBzaG91bGQgYWxzbyBiZSBhd2FyZSBvZiBjaGVjay1pbiByZWd1bGF0aW9ucy4NCjxoMz5HZW5lcmFsIEluZm9ybWF0aW9uPC9oMz4NCldlbGNvbWUgdG8gb3VyIG1hcmluYS4gT3VyIG1hcmluYSBpcyBkZWRpY2F0ZWQgdG8gdGhlIG5lZWRzIG9mIGNydWlzZXJzIGFuZCB3ZSBkZXBlbmQgb24geW91ciBnb29kd2lsbCBhbmQgZ29vZC1zZW5zZS4gU29tZSBkb+KAmXMgYW5kIGRvbid0czoNCg0KUExFQVNFIGtlZXAgeW91ciBwZXRzIG9uIGEgbGVhc2ggd2hpbGUgaW4gdGhlIHJlc3RhdXJhbnQgYXJlYTogdGhleSBjYW4gcHJlc2lkZSBvbmx5IHdpdGggdGFjaXQgYWdyZWVtZW50IG9mIHRoZSBvdGhlciByZXN0YXVyYW50IHVzZXJzLg0KRE8gTk9UIHdlYXIgZXhwZW5zaXZlIGpld2Vscnkgd2hpbGUgd2Fsa2luZyBhcm91bmQgdG93bi4NCkxFQVZJTkcgWU9VUiBCT0FUIElmIGxlYXZpbmcgeW91ciBib2F0IHVuYXR0ZW5kZWQgbWFrZSBhcnJhbmdlbWVudCB3aXRoIHNvbWVvbmUgKGFwcHJvdmVkIGJ5IHRoZSBtYXJpbmEpIHRvIGxvb2sgYWZ0ZXIgaXQuIFdlIHdpbGwgYmUgaGFwcHkgdG8gcmVjb21tZW5kIHN1aXRhYmxlIGNhcmV0YWtlcnMuIElmIGxlYXZpbmcgdGhlIGNvdW50cnkgZ2V0IGEgbGV0dGVyIGZyb20gdGhlIE1hcmluYSBkZWNsYXJpbmcgdGhhdCB5b3VyIHZlc3NlbCBpcyBoZXJlIHNvIHlvdSB3aWxsIG5vdCByZXF1aXJlIGFuIG91dGJvdW5kIHRpY2tldCBvbiB5b3VyIHJldHVybiB0byBFbCBTYWx2YWRvci4NCkdFTkVSQUwgTk9URVM6IFdoaWxlIHdlIGRvIHByb3ZpZGUgc2VjdXJpdHkgaW4ga2VlcGluZyB3aXRoIG91ciBkZXNpcmUgdG8gbWFpbnRhaW4gdGhlIGluZm9ybWFsIGZhbWlseSBhbWJpZW50LCB0aGUgJ0NsdWInIChCYXJpbGxhcyBNYXJpbmEgQ2x1Yikgd2lsbCBub3QgYmUgaGVsZCByZXNwb25zaWJsZSBmb3IgeW91IHBlcnNvbmFsbHksIG5vciB5b3VyIGNyZXcvZ3Vlc3RzLiBOZWl0aGVyIHdpbGwgdGhlIENsdWIgYmUgcmVzcG9uc2libGUgZm9yIHlvdXIgcHJvcGVydHkgZHVyaW5nIHlvdXIgc3RheSBoZXJlLiBBdCBhbGwgdGltZXMgdGhlIENhcHRhaW4vT3duZXIgcmVtYWlucyByZXNwb25zaWJsZSBmb3IgYWxsIG1hdHRlcnMgY29uY2VybmluZyBoaXMgdmVzc2VsIGFuZCBwcm9wZXJ0eSAodGhlIENsdWIgaXMgYWx3YXlzIHJlYWR5IHRvIG9mZmVyIGFzc2lzdGFuY2UpLg0KUEFZSU5HIFRIRSBCSUxMOiBPbiBhcnJpdmFsIHdlIHdpbGwgc2V0IHVwIGFuIGFjY291bnQgd2hpY2ggc2hvdWxkIGJlIHBhaWQgb24gdGhlIEZpcnN0IG9mIHRoZSBNb250aCBvciBwcmlvciB0byBkZXBhcnR1cmUuDQo8aDM+VHJhbnNwb3J0YXRpb248L2gzPg0KVG8gVXN1bHV0YW46IEEgZnJlZSByaWRlIGJ5IEJhcmlsbGFzIE1pbmktVmFuLCBkZXBhcnRzIHRoZSBNYXJpbmEgb24gVHVlc2RheSBhbmQgRnJpZGF5IGF0IDA5MDAgZm9yIERpc3BlbnNhIERvbiBKdWFuLCBhbmQgZGVwYXJ0cyB0aGUgRGlzcGVuc2EgYXQgMTIzMCBmb3IgQmFyaWxsYXM7IGFsc28gYXZhaWxhYmxlIGZvciBzaG9ydCBkZXRvdXJzIHRvIHNwZWNpYWx0eSBzaG9wcy4NCg0KVG8gU2FuIFNhbHZhZG9yOiBWaWEgQmFyaWxsYXMgTWluaS1WYW4sIGFzIHJlcXVlc3RlZDsgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hIE9mZmljZS4NCg0KVG8gdGhlIEFpcnBvcnQ6IFZpYSBCYXJpbGxhcyBNaW5pLVZhbiwgYXMgcmVxdWVzdGVkOyBtYWtlIGFycmFuZ2VtZW50cyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlLg0KDQpUYXhpIENhYiBJbmZvcm1hdGlvbjsgVXN1bHV0YW4gaXMgZnVsbCBvZiB5ZWxsb3cgdGF4aWNhYnM7IHRyYW5zcG9ydCBmcm9tIHRvd24gdG8gQmFyaWxsYXMgY29zdHMgYWJvdXQgJDE1VVM7IGJlIHN1cmUgdG8gbmVnb3RpYXRlIGEgcHJpY2UgdXAgZnJvbnQuDQoNCkJ1czogQWxsIGtpbmRzIG9mIGJ1cyB0cmFuc3BvcnRhdGlvbiBpcyBhdmFpbGFibGUsIHRvIFNhbiBTYWx2YWRvciwgU2FuIE1pZ3VlbCBhbmQg4oCcb3RoZXLigJ0gbG9jYXRpb25zIGZvciB0aGUgYWR2ZW50dXJvdXMuIEJ1c2VzIGFyZSBtb3JlIG9yIGxlc3MgY2xlYXJseSBtYXJrZWQsIGFuZCBkZXBhcnQgZnJvbSBhIG51bWJlciBvZiBsb2NhdGlvbnMgbmVhciBEaXNwZW5zYSBEb24gSnVhbi4NCjxoMz5TZXJ2aWNlcywgZXRjPC9oMz4NCjxibG9ja3F1b3RlPk5vdGU6IGZvciBlYXNlIG9mIGRlc2NyaXB0aW9uLCB3ZSBoYXZlIHVzZWQgdGhlIHRlcm1zIOKAnFNvdXRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgY29taW5nIGludG8gVXN1bHV0YW4gZnJvbSBCYXJpbGxhcywgYW5kIOKAnE5vcnRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgbGVhdmluZyBmb3IgQmFyaWxsYXMuDQpBbHNvLCBkdWUgdG8gbWlzc2luZywgaWxsZWdpYmxlLCBldGMgc3RyZWV0IHNpZ25zLCB3ZeKAmXZlIHVzZWQgdGhlIOKAnG51bWJlciBvZiBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbuKAnSBvciDigJxTY290aWEgQmFua+KAnSBmb3IgZGlyZWN0aW9uc+KApih0aGV54oCZcmUgc3RpbGwg4oCcYXBwcm94aW1hdGUsIGJ1dCBiYWxscGFya+KAnSkuPC9ibG9ja3F1b3RlPg0KPHN0cm9uZz5BdXRvIFBhcnRzPC9zdHJvbmc+DQpFY29ub1BhcnRlcywgYWNyb3NzIGZyb20gUHVlcnRhIE9yaWVudGUgUGxhemEgKGEgZmV3IGJsb2NrcyBlYXN0IG9mIERpc3BlbnNhIERvbiBKdWFuKTsganVzdCBhYm91dCBldmVyeXRoaW5nIHlvdeKAmWQgZXhwZWN0IHRvIGZpbmQgaW4gYW4gYXV0byBwYXJ0cyBzdG9yZSBpbiB0aGUgU3RhdGVzDQoNCjxzdHJvbmc+QmFua3MvQVRNczwvc3Ryb25nPg0KVGhlcmUgYXJlIGEgbnVtYmVyIG9mIEFUTXMgKENhamVyb3MgQXV0b21hdGljb3MpIGluIHRoZSBlbnRyYW5jZSB0byBEaXNwZW5zYSBEb24gSnVhbjsgQWRkaXRpb25hbGx5IHRoZXJlIGEgbnVtYmVyIG9mIGxhcmdlIGJhbmtzIGFyb3VuZCB0aGUgYnVzaW5lc3MgZGlzdHJpY3QgaW4gVXN1bHV0YW46DQoNCjxlbT48c3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlNjb3RpYUJhbms8L3NwYW4+PC9zdHJvbmc+PC9lbT4gNCBCbG9ja3Mgd2VzdCBvZiBEaXNwZW5zYSBEb24gSnVhbiwgb24gTm9ydGggTWFpbg0KPGVtPjxzdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+RGEgVml2aWVuZGE8L3NwYW4+PC9zdHJvbmc+PC9lbT4gKGZvcm1lcmx5IEhTQkMpIDIgQmxvY2tzIGZ1cnRoZXIgb24gZnJvbSBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluLCAoYWNyb3NzIGZyb20gdGhlIFBhcnF1ZSBDZW50cmFsKQ0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PGVtPjxzdHJvbmc+QmFuY28gZGUgQW1lcmljYSBDZW50cmE8L3N0cm9uZz48c3Ryb25nPmw8L3N0cm9uZz48L2VtPjwvc3Bhbj4gMyBCbG9ja3MgZnVydGhlciBvbiBmcm9tIFNjb3RpYUJhbmssIChUaGUgb3RoZXIgc2lkZSBvZiB0aGUgUGFycXVlIENlbnRyYWwpOyB2ZXJ5IGhlbHBmdWwgd2l0aCDigJxjYXJkIHByb2JsZW1z4oCdIG9yIHByb2JsZW1zIHVuZGVyc3RhbmRpbmcgd2hhdCB0aGUgQVRNIGlzIGFza2luZyB5b3UgKG9yIHdoYXQgeW914oCZcmUgdHJ5aW5nIHRvIHRlbGwgaXQpLg0KQW5kIG1hbnkgb3RoZXIgYmFua3MgaW4gdGhlIGdlbmVyYWwgdmljaW5pdHkuDQoNCjxzdHJvbmc+QmF0dGVyaWVzPC9zdHJvbmc+DQpTbWFsbCBCYXR0ZXJpZXM6IEltcHJlc3NhIFJlcHVlc3RvcyBpbiBtaWQtdG93biwgdGhlIEJhcmlsbGFzIGRyaXZlciB3aWxsIHRha2UgeW91IHRoZXJlLg0KTGFyZ2UgQmF0dGVyaWVzOiBDYXNhIGRlIGxhcyBCYXR0ZXJpYXMsIDI5IENhbGxlIFBvaW5lbnRlIHkgMjEgQXZlIE5vcnRlLCBTYW4gU2FsdmFkb3INClNyLiDCoEpvc2UgR2FyY2lhIDIyMzUgNjk0NA0KDQo8c3Ryb25nPkJlYXJpbmdzLCAoTy1yaW5ncywgZ2Fza2V0cywgaG9zZSBmaXR0aW5ncyk8L3N0cm9uZz4NClNlZSBPeGdhc2EgKEluIEhhcmR3YXJlKSBmb3IgTy1SaW5ncw0KDQo8c3Ryb25nPkJvYXR5YXJkL0hhdWxvdXQgRmFjaWxpdGllczwvc3Ryb25nPg0KUHJlc3RvbWFyIE5lZWQgaW5mb3JtYXRpb24sIFJhaWx3YXkgdXAgdG8gX19fIFRvbnMsIFdpZHRoLCDigKZJbmNsdWRlIENhdGFtYXJhbnM7IHRoZXkgcHJvdmlkZSBib3R0b20gcGFpbnRpbmcsIHRvcHNpZGUgcGFpbnRpbmcsIGdlbmVyYWwgbWFyaW5lIHJlcGFpcnMNCg0KPHN0cm9uZz5Cb2F0IENsZWFuaW5nLCBldGMgKHNlZSBhbHNvIEdlbmVyYWwgSGFuZHMpPC9zdHJvbmc+DQpDQVJQRVQgQ0xFQU5JTkcNCkRSWSBDTEVBTklORw0KDQo8c3Ryb25nPkNvcGllczwvc3Ryb25nPg0KVGhlcmUgYXJlIG1hbnkgcGxhY2VzIHRvIGdldCBjb3BpZXMgbWFkZSBpbiBVc3VsdXRhbjsganVzdCB3YWxrIHVwIG9yIGRvd24gTm9ydGggb3IgU291dGggTWFpbg0KDQo8c3Ryb25nPkNvbXB1dGVyIFJlcGFpci9TdXBwbGllczwvc3Ryb25nPg0KDQo8c3Ryb25nPkRJRVNFTCBFTkdJTkUgQU5EIFRSQU5TTUlTU0lPTiBSRVBBSVI8L3N0cm9uZz4NCg0KRElFU0VMIFBBUlRTDQpZYW5tYXIgcGFydHMuDQpWb2x2byBwYXJ0cy4NCkN1bW1pbnMsIENhdGVycGlsbGFyLA0KUGVya2lucyBwYXJ0cy4NCg0KPHN0cm9uZz5EaXZlIFRhbmtzPC9zdHJvbmc+DQoNCkVtYWlsLCBXaUZpLCBhbmQgSW50ZXJuZXQ6DQpGcmVlIFdpLUZpIGF0IHRoZSBNYXJpbmE7IGFzIHlvdSBnZXQgZmFydGhlciBkb3duIHRoZSBhbmNob3JhZ2UsIHRoZSBjb3ZlcmFnZSBnZXRzIHBvb3JlcjsgcmVjZXB0aW9uIGlzIGdyZWF0IGluIHRoZSBzd2ltbWluZyBwb29sIGFyZWEgYW5kIHRoZSByZXN0YXVyYW50OyB0aGVyZSBhcmUgMTE1ViBvdXRsZXRzIGF0IGVhY2ggdGFibGUgaW4gdGhlIHBhbGFwYXMuDQoNCjxiPkVsZWN0cmljYWwgPC9iPg0KDQpTVEFSVEVSIE1PVE9SUyAmYW1wOyBBTFRFUk5BVE9SUw0KDQo8Yj5Tb2xhciBQYW5lbHM8L2I+IGNhbiBiZSBmb3VuZCBhdCA8Yj5GZXJyZXRlcmlhIEVsIENvbmVjdGU8L2I+LCB3aGljaCBpcyBqdXN0IG9uZSBibG9jayBiZXlvbmQgdGhlIFNoZXJ3aW4gV2lsbGlhbXMgUGFpbnQgU3RvcmUgb24gTm9ydGggTWFpbiAoanVzdCBiZXlvbmQgUGFycXVlIENlbnRyYWwpOyB0aGV5IGhhdmUgYSA3NS13YXR0IG1vZGVsIG9uIGRpc3BsYXksIGJ1dCBjYW4gZ2V0IGFueSBzaXplIHBhbmVsIGRvd24gZnJvbSBTYW4gU2FsdmFkb3IuDQoNCjxiPkZpYmVyZ2xhc3MsIE1pbm9yIFJlcGFpcnMgJmFtcDsgTWF0ZXJpYWxzwqAgKFNlZSBhbHNvOldvb2R3b3JraW5nKSA8L2I+DQoNCjxiPk1hcmluc2EgPC9iPihzZWUg4oCcQ2hhbmRsZXJpZXMsIGJlbG93KSBoYXMgYSBnb29kIHN1cHBseSBvZiBQb2x5ZXN0ZXIgUmVzaW4gYW5kIEZpbGxlcg0KDQooPGI+UHJlc3RvTWFyPC9iPj8/PykgSHVsbCByZXBhaXIsIG1vZGlmeWluZyBjaGFpbmxvY2tlcnMsIHByb3BhbmUgdGFuayBib3hlcywgZXRjLg0KDQo8Yj5GaWx0ZXJzPC9iPg0KDQo8Yj5GaXJlIEV4dGluZ3Vpc2hlciBSZWNoYXJnaW5nPC9iPg0KDQo8Yj7CoCBPeGdhc2E8L2I+IChTZWUgSGFyZHdhcmUpDQoNCjxiPkZ1ZWwgKERpZXNlbCBhbmQgR2Fzb2xpbmUpIDwvYj4NCg0KQmFyaWxsYXMgRnVlbCBEb2NrDQoNCkNoZWNrIHdpdGggdGhlIE9mZmljZSBmb3IgY3VycmVudCBwcmljaW5nDQoNCjxiPkdlbmVyYWwgSGFuZHMgPC9iPg0KDQpGb3IgYm9hdCBjbGVhbmluZywgdmFybmlzaGluZywgaGVhZCBvdmVyaGF1bCwgcnVubmluZyBlcnJhbmRzLCBwaWxvdGluZywgdW5kZXJ3YXRlciB3b3JrLCBvYnRhaW5pbmcgcGFydHMgYW5kIGdlbmVyYWwgcmVwYWlycywgdGhlcmUgYXJlIGxvY2FsIHdvcmtlcnMgcmVhZHksIHdpbGxpbmcgYW5kIGFibGUgdG8gPGI+PC9iPg0KDQpIZWxwOyBhc2sgYXQgdGhlIE1hcmluYSBPZmZpY2UNCg0KPGI+SGFpcmN1dHMsIE1hbmljdXJlcywgUGVkaWN1cmVzIDwvYj4NCg0KPGI+wqAgQmVhdXR5IFNob3A8L2I+IGxvY2F0ZWQgaW4gRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+wqAgUGVsdXF1ZXJvIFJpY2hhcmQ8L2I+LCB3YWxrIHRvIFNjb3RpYUJhbmssIHR1cm4gbGVmdCB3YWxrIG9uZSBibG9jaywgbG9jYXRlZCBvbiB0aGUgY29ybmVyLg0KDQpOdW1lcm91cyBvdGhlciBiYXJiZXIvYmVhdXR5IHNob3BzIGxvY2F0ZWQgYWxvbmcgYm90aCBtYWluIHN0cmVldHMNCg0KPGI+SGFyZHdhcmUgYW5kIENoYW5kbGVyaWVzIDwvYj4NCg0KPGI+TWFyaW5zYTwvYj46IE9ubHkg4oCcTWFyaW5lIFN0b3Jl4oCdIGluIFVzdWx1dGFuLCBjYXRlcnMgbW9zdGx5IHRvIGZpc2hlcm1lbiwgYnV0IHdvcnRoIGEgdmlzaXQ7IHdhbGsgYSBibG9jayBmcm9tIERpc3BlbnNhIERvbiBKdWFuIHdlc3R3YXJkIG9uIFNvdXRoIE1haW4sIHRha2UgYSBsZWZ0LCB3YWxrIDIgYmxvY2tzLCB0YWtlIGEgcmlnaHQsIHdhbGsgMiBibG9ja3MgYW5kIE1hcmluc2EgaXMgb24gdGhlIGNvcm5lcjsgYWxzbyBoYXMgbWVjaGFuaWNzIHdobyB3b3JrIG9uIE91dGJvYXJkIE1vdG9ycyAoc2VlIGJlbG93KQ0KDQo8Yj4yTSBGZXJyZXRlcmlhOiA8L2I+VGhleSBoYXZlIG1vc3QgZXZlcnl0aGluZywgaW5jbHVkaW5nPGI+IDwvYj5zbWFsbCBnYWx2YW5pemVkIGNoYWluLCBzdGFpbmxlc3MgaG9zZSBjbGFtcHMsIGxvdHMgb2Ygb3RoZXIgc3R1ZmYsIHNvbWUgRW5nbGlzaCBzcG9rZW4uIEJpZyBGZXJyZXRlcmlhLCBMb2NhdGVkIGFib3V0IDMgYmxvY2tzIGVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIGFjcm9zcyB0aGUgcm9hZCB0byBQdWVydG8gUGFyYWRhLCBuZWFyIHRoZSBQdWVydGEgT3JpZW50ZSBwbGF6YTxiPjwvYj4NCg0KPGI+RmVycml0ZXJpYSBFbCBCYXJhdGlsbG8gKE9yYW5nZSBCdWlsZGluZyk8L2I+IGFib3V0IDIgYmxvY2tzIEVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW47IHRoZXkgaGF2ZSBtb3N0IGV2ZXJ5dGhpbmcNCg0KPGI+RmVycmV0ZXJpYSBBdmlsYSwgYmV0d2VlbiBMYSBQaXJyYXlhIGFuZCBFY29ub1BhcnRlcywgPC9iPmFjcm9zcyBmcm9tIFB1ZXJ0YSBPcmllbnRlPGI+OyA8L2I+dGhlcmUgaXMgYW4gRW5nbGlzaCBTcGVha2VyIGhlcmUuDQoNCjxiPkZlcnJldGVyaWEgU2FuIFJhZmFlbDsgPC9iPmxvY2F0ZWQgb3V0c2lkZSBvZiB0b3duLCBuZWFyIHRoZSBIb3NwaXRhbDsgTGFyZ2UsIGNvbnN0cnVjdGlvbi1vcmllbnRlZCBoYXJkd2FyZSBzdG9yZTsgQmFyaWxsYXMgZHJpdmVyIHdpbGwgc3RvcCB0aGVyZSBvbiB0aGUgd2F5IGJhY2sgdG8gQmFyaWxsYXMgaWYgcmVxdWVzdGVkDQoNCjxiPk94Z2FzYTo8L2I+IFdhbGsgcGFzdCBTY290aWFCYW5rIHRvIDxiPlBvbGxvIENhbXBlcm8vRGEgVml2aWVuZGE8L2I+LCBUdXJuIGxlZnQgYW5kIHdhbGsgdHdvIGJsb2NrcyB0byA8Yj5PeGdhc2E8L2I+OyB5b3Ugd2lsbCBmaW5kIG1lZGljYWwgc3VwcGxpZXMsIFN0YW5sZXksIFNraWwgYW5kIEJvc2NoIGhhbmQgYW5kIHBvd2VyIHRvb2xzLCBzYWZldHkgZ2VhciBhbmQgc2hvZXMsIHdlbGRpbmcgbWFjaGluZXMsIGN1dHRpbmcgYW5kIGJ1cm5pbmcgcmlncywgbW90b3JzLCBnZW5lcmF0b3JzLCBwdW1wcywgTy1SaW5ncywgdGhlIGxpc3QgZ29lcyBvbiBhbmQgb27igKZhbmQsIHRoZXkgd2lsbCBzZWxsIHlvdSBhIG5ldyBmaXJlIGV4dGluZ3Vpc2hlciwgb3IgcmVjaGFyZ2UgeW91ciBvbGQgb25lLg0KDQo8Yj5PdGhlcnPigKY8L2I+DQoNCjxiPkltcG9ydGluZyBQYXJ0cyBpbnRvIEVsIFNhbHZhZG9yDQo8L2I+PGI+RmVkZXgNCjwvYj48Yj5ESEwNCjwvYj48Yj5UcmFucyBFeHByZXNzIChtYWlsIGZvcndhcmRlcik6IDwvYj5TaGlwcGluZyBldmVyeSBGcmlkYXkgZnJvbSBNaWFtaSAoMyBkYXlzIHRvIFNhbiBTYWx2YWRvcikuDQo8Yj5DbGVhciBGcmVpZ2h0IChDYXJnbyBGb3J3YXJkZXIpOiA8L2I+U2hpcHBpbmcgZXZlcnkgRnJpZGF5IGZyb20gTWlhbWkgKDcgZGF5cyB0byBTYW4gU2FsdmFkb3IpOyBDbGVhckZyZWlnaHQgY29udGFjdCBpbmZvOg0KPGI+S2F0dGlhIEUuIEZhbmRpbm8NCjwvYj48Yj5PY2VhbiBFeHBvcnQ8L2I+DQoNCkNsZWFyZnJlaWdodCBJbmMuDQo5NzA0IE5XIDE3dGggU3QuDQpNaWFtaSwgRkwgMzMxNzINClBoLjMwNS01OTItNDQ0NiBleHQuMTMxMQ0KRmF4LjMwNS01OTItMzEzOQ0Kd3d3LmNsZWFyZnJlaWdodC5jb20NCmUtbWFpbDrCoGthdHRpYUBjbGVhcmZyZWlnaHQuY29tDQoNCjxiPkNvb3JkaW5hdGUgeW91ciBzaGlwcGluZyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlPC9iPg0KDQo8Yj5MaWZlcmFmdCBJbnNwZWN0aW9uPC9iPg0KDQo8Yj5NYWNoaW5lIFNob3AgPC9iPg0KDQo8Yj5UYWxsZXIgTWVyY2VkPC9iPiwgYSBmdWxsLXNlcnZpY2UgbWFjaGluZSBzaG9wIGNvbXBsZXRlIHdpdGggbGF0aGVzLCBtaWxsaW5nIG1hY2hpbmVzLCBwcmVzc2VzLCBldGMuOyB2ZXJ5IGdvb2QgcXVhbGl0eSB3b3JrLiBUaGVyZSBpcyBhIHdlbGQgc2hvcCBhc3NvY2lhdGVkIHdpdGggdGhpcyBzaG9wIChzZWUgYmVsb3cpDQoNCjxiPk1BUklORSBFTEVDVFJJQ0lBTlMgPC9iPg0KDQo8Yj5NZWNoYW5pY3M8L2I+DQoNCjxiPk1lZGljYWwgPC9iPg0KDQo8Yj5QaGFybWFjaWVzPC9iPiBhcmUgZXZlcnl3aGVyZSBhbmQgeW91IHdpbGwgZmluZCBtb3N0IG9mIHlvdXIgcHJlc2NyaXB0aW9uIG5lZWRzIGF2YWlsYWJsZSBhbmQgcmVhc29uYWJseSBwcmljZWQuIFByaWNlcyB2YXJ5IGNvbnNpZGVyYWJseSBhbW9uZyB0aGUgcGhhcm1hY2llcywgYW5kIGV2ZW4gYW1vbmcgYnJhbmNoZXMgb2YgdGhlIHNhbWUgcGhhcm1hY3kuwqAgSXQgcGF5cyB0byBzaG9wIGFyb3VuZC7CoCBNYW55IGRydWdzIHRoYXQgYXJlIHByZXNjcmlwdGlvbiBvbmx5IGluIG90aGVyIGNvdW50cmllcyBjYW4gYmUgcHVyY2hhc2VkIG92ZXItdGhlLWNvdW50ZXIgaW4gRWwgU2FsdmFkb3IuwqAgTW9zdCBwaGFybWFjaWVzIGhhdmUgcmVmZXJlbmNlIGJvb2tzIHRvIGZpbmQgYSBnZW5lcmljIGVxdWl2YWxlbnQgb2YgbmFtZS1icmFuZCBkcnVncy4NCg0KPGI+UGhhcm1hY2lhIEJyYXNpbDo8L2I+IFRoZXJlIGFyZSBhIG51bWJlciBvZiB0aGVzZSBhcm91bmQgdG93biwgb25lIGlzIG5leHQgdG8gRGlzcGVuc2EgRG9uIEp1YW47IHRoZSBzdGFmZiBpbiB0aGlzIG9uZSBhcmUgdmVyeSBmcmllbmRseSBhbmQgaGVscGZ1bCwgYW5kIGFjY3VzdG9tZWQgdG8gZGVhbGluZyB3aXRoIENydWlzZXJzDQo8aDQ+PGI+SE9TUElUQUxTICZhbXA7IEVNRVJHRU5DWSAoU2FsYSBkZSBVcmdlbmNpYXMpOsKgPC9iPjwvaDQ+DQo8dGFibGUgd2lkdGg9IjU4OSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5ET0NUT1JTIFVTVUxVVEFOPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBJTlRFUk5BPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkFMVkFSQURPIFZJTExFREEgTUFOVUVMIEFOVE9OSU88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+MkEgQ0FMTEUgT1JJRU5URSAjMTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBHRU5FUkFMPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPk1BUlRFTEwgUlVJWiBCRU5KQU1JTiBBTlRPTklPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPkNBIEdSSU1BTERJIE0gMjI8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkNBU1RJTExPIFBFUkRPTU8gUEVEUk8gQU5UT05JTzwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIFBURSBOUiAxMzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+RFVBTkVTIFBBTE9NTyBMVUNJQSBDTEFSSUJFTDwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIE9URSAyMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+TE9QRVogVkVHQSBFREdBUkRPIEFSTUFORE88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+Q0FMTEUgRFIuIEZFREVSSUNPIFBFTkFETyAjIDQgRURJRklDSU8gQU5EQTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5FQVIgTk9TRSBUSFJPQVQ8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+PHN0cm9uZz7CoDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+R0FSQVkgQ0FDRVJFUyBKT1NFIFZJUkdJTElPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjFBIENBIFBPTklFTlRFIDEzPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij48c3Ryb25nPlVST0xPR0lTVDwvc3Ryb25nPjwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj48c3Ryb25nPsKgPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij5CRVJOQUJFTCBDQcORQVMgTFVJUyBHRVJBUkRPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjZBIENMIE9URSBOIDEwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxiPlNhbiBTYWx2YWRvcjwvYj4NCg0KQ0FSRElPVkFTQ1VMQVINCkRFUk1BVE9MT0dJU1QNCkRFTlRJU1QNCkVBUiBOT1NFIEFORCBUSFJPQVQNCkdZTk9DT0xPR1kNCk9QVE9NRVRSWQ0KT1JUSE9QRURJQw0KUExBU1RJQyBTVVJHRVJZDQpVUk9MT0dZDQpQSFlTSUNBTCBUSEVSQVANCg0KPGI+TGFib3JhdG9yaWVzOjwvYj4NCg0KVGhlcmUgYXJlIG1hbnkgbGFicyBmcm9tIHdoaWNoIHRvIGNob29zZS7CoCBIZXJlIGFyZSBzb21lIHN1Z2dlc3Rpb25zOg0KDQo8Yj5IZW1vIFBsdXM8L2I+IEJsb29kIFRlc3RpbmcsIG5leHQgdG8gdGhlIEJhbmNvIGRlIEFtZXJpY2EgQ2VudHJhbCwgYWNyb3NzIGZyb20gdGhlIENlbnRyYWwgUGFyaw0KDQo8Yj5PdGhlcnM6PC9iPg0KDQo8Yj5PdXRib2FyZCBNb3RvcnMsIHNhbGVzLCBwYXJ0cywgcmVwYWlyczwvYj4NCg0KPGI+TWFyaW5zYTo8L2I+IChHZXQgaW5mbyBmcm9tIEdhYnJpZWwpX19fX19fX19fDQoNCjxiPlRhbGxlciBMaXphbWE6IDwvYj5Qcm9wZWxsZXIgUmVwYWlyOyByZXBsYWNlIHdvcm4gb3V0IHJ1YmJlciBpbnNlcnQgd2l0aCBhIGJ1c2hpbmcgYW5kIHNldCBzY3Jld3MuIExvY2F0ZWQgYWJvdXQgYSBibG9jayBXZXN0IG9mIEZlcnJldGVyaWEgPGI+U2FuIFJhZmFlbDwvYj4sIG5lYXIgdGhlIEhvc3BpdGFs4oCmQmFyaWxsYXMgZHJpdmVyIHdpbGwgdGFrZSB5b3UgdGhlcmUNCg0KVGhlcmUgaXMgYWxzbyBhbiBvdXRib2FyZCBNZWNoYW5pYyBpbiA8Yj5QdWVydG8gUGFyYWRhPC9iPg0KDQo8Yj5QYWludCAmYW1wOyBQYWludGVycyA8L2I+DQoNCjxiPlNoZXJtYW4gV2lsbGlhbXMgPC9iPihTb3VyY2Ugb2YgQW50aWZvdWxpbmcgQm90dG9tIFBhaW50KTogTG9jYXRlZDxiPiA8L2I+YSBibG9jayBXZXN0IG9mIHRoZSBQYXJxdWUgQ2VudHJhbCwgb24gTm9ydGggTWFpbiAoY2xvc2VkIGZvciBzaWVzdGEpDQoNCjxiPkNvbWV4PC9iPjsgQWNyb3NzIHRoZSBTdHJlZXQgZnJvbSBTY290aWFCYW5rOyBFbmdsaXNoIFNwb2tlbiBIZXJlDQoNCjxiPk90aGVyPzwvYj4NCg0KPGI+UGFpbnRlcnM6IDwvYj4NCg0KS2VlcCBhIGNsb3NlIGV5ZSBvbiB5b3VyIHByb2plY3QgYW5kIGFuIGV4Y2VsbGVudCBqb2Igc2hvdWxkIGJlIHlvdXIgcmV3YXJkIGF0IGxlc3MgdGhhbiBVUyBwcmljZXMuIFRoZXNlIG1lbiBjYW4gZG8gZXhjZWxsZW50IGZpbmlzaGluZyB3b3JrIChhbHRob3VnaCBhdCB0aW1lcyBtYXkgaW5kdWxnZSBpbiBzaG9ydCBjdXRzIHNvIGJlIHdhcm5lZCkuWW91IG1heSBoYXZlIHRvIGV4cGxhaW4g4oCcY3V0dGluZyBpbuKAnSBhbmQgbWFza2luZyB0byB0aGUgcGFpbnRlcnMNCg0KUGxlYXNlIGRyYXcgdXAgYSB3cml0dGVuIGFncmVlbWVudCBiZWZvcmUgc3RhcnRpbmcgYW55IG1ham9yIHByb2plY3QuIEJlIHdhcnkgb2YgdGhlIGxvd2VzdCBxdW90YXRpb24gc2luY2Ugd2hlbiBhIHByb2plY3Qgc3RhcnRzIGl0IG1heSBiZSBkaWZmaWN1bHQgdG8gbWFpbnRhaW4gdGhlIG9yaWdpbmFsIGFncmVlbWVudC4NCg0KUmVtZW1iZXIsIHlvdSBnZXQgd2hhdCB5b3UgPGI+SU48L2I+c3BlY3QsIG5vdCB3aGF0IHlvdSA8Yj5FWDwvYj5wZWN04oCmDQoNCkFzayB0aGUgTWFyaW5hIE9mZmljZSBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KDQo8Yj5QaG90byBTaG9wwqAgPC9iPg0KDQo8Yj5QaG90byBFeHBvLCA8L2I+QSBIYWxmLUJsb2NrIGJleW9uZCBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluOyBwaG90byBhbmQgY2FtZXJhIHN1cHBsaWVzLCDCoHBhc3Nwb3J0IHBob3RvcywgZXRjDQoNCjxiPlBvc3QgT2ZmaWNlPC9iPg0KDQo8Yj5Qcm9wYW5lIDwvYj4NCg0KTWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hDQoNClVTLXR5cGUgdmFsdmVzIGNhbiBiZSBmaWxsZWQNCg0KPGI+UHJvdmlzaW9uaW5nPC9iPg0KDQo8Yj5EaXNwZW5zYSBEb24gSnVhbjwvYj46IFRoZSBCYXJpbGxhcyBNaW5pLUJ1cyBkZXN0aW5hdGlvbiwg4oCcVVMtU3R5bGXigJ0gU3VwZXJtYXJrZXQsIGlzIHF1aXRlIGZ1bGx5IHN0b2NrZWQuDQoNCjxiPlN1cGVyIFNlbGVjdG9zPC9iPjogVHdvIGxvY2F0aW9ucywgb25lIGEgZmV3IGJsb2NrcyBFYXN0IG9mIERpc3BlbnNhIERvbiwgaW4gUHVlcnRhIE9yaWVudGUgc2hvcHBpbmcgY2VudGVyIChqdXN0IGJleW9uZCB0aGUgRmVycml0ZXJpYSAyTSksIGFuZCBvbmUgYSBmZXcgYmxvY2tzIGJhY2sgdG93YXJkIEJhcmlsbGFzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4gb24g4oCcU291dGggTWFpbuKAnSwganVzdCBiZXlvbmQgPGI+RGlzcGVuc2E8L2I+IDxiPkZhbWlsaWFyPC9iPjsgVGhlc2UgYXJlIGFsc28g4oCcVVMgU3R5bGXigJ0sIGFuZCB5b3UgbWF5IGZpbmQgaXRlbXMgaGVyZSB0aGF0IGFyZSBub3QgYXZhaWxhYmxlIGluIERvbiBKdWFuDQoNCjxiPkRpc3BlbnNhIEZhbWlsaWFyPC9iPjsgb24g4oCcU291dGggTWFpbuKAnSwganVzdCBhY3Jvc3MgZnJvbSB0aGUgbmV3IHZlZ2V0YWJsZSBtYXJrZXQ7IHZldGVyYW5zIG9mIHRoZSBSaW8gRHVsY2Ugd2lsbCByZWNvZ25pemUgdGhpcyBzdG9yZS4NCg0KPGI+VGllbmRhIEdBTE88L2I+OiBTaW1pbGFyIHRvIERpc3BlbnNhIEZhbWlsaWFyLCBPbmUgaXMgYWNyb3NzIHRoZSBzdHJlZXQgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiwgYW5vdGhlciBpcyBhIGZldyBibG9ja3MgZnVydGhlciBFYXN0LCBzb3J0IG9mIGFjcm9zcyBmcm9tIHRoZSBGZXJyZXRlcmlhIDJNDQoNCjxiPkNlbnRyYWwgTWFya2V0PC9iPjogSW1wb3NzaWJsZSB0byBtaXNzOyB0aGUgb2xkZXIgc2VjdGlvbiBnb2VzIG9uIGZvciBibG9ja3MgYWxvbmcgYW5kIE5vcnRoIG9mIE5vcnRoIE1haW4sIGFuZCB0aGUg4oCcbmV34oCdIHNlY3Rpb24sIGVuY2xvc2VkIGJ5IGNoYWluIGxpbmsgZmVuY2VzLCBpcyBiZXR3ZWVuIE5vcnRoIGFuZCBTb3V0aCBNYWluLCBuZWFyIDxiPlBpenphIEh1dCwgV2VuZHnigJlzIGFuZCBQb2xsbyBDYW1wZXN0cm88L2I+DQoNClRoZXJlIGFyZSBhbHNvIDxiPldhbG1hcnQsIFNlYXJzLCBSYWRpbyBTaGFjaywgT2ZmaWNlIGRlcG90LCBQcmljZSBDbHViPC9iPiwgYW5kIG90aGVyIGxpa2Ugc3RvcmVzIGluIFNhbiBTYWx2YWRvcg0KDQo8Yj5SZWZyaWdlcmF0aW9uICZhbXA7IEFpciBDb25kaXRpb25pbmc8L2I+DQo8aDQ+PGI+UmVzdGF1cmFudHMgPC9iPjwvaDQ+DQo8Yj5XZW5keeKAmXMsPC9iPiA8Yj5CdXJnZXIgS2luZzwvYj4gYW5kIDxiPlBvbGxvIENhbXBlc3RyZTwvYj4gYXJlIG5lYXIgRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+4oCcQmlnZ2VzdOKAnTwvYj4gSGFtYnVyZ2VyIGlzIGFib3V0IGEgYmxvY2sgYW5kIGEgaGFsZiBiZXlvbmQgU2NvdGlhQmFuaw0KDQpUaGVyZSBpcyBhIDxiPnNtYWxsIGNhZmV0ZXJpYTwvYj4gaW5zaWRlIG9mIERpc3BlbnNhIERvbiBKdWFuDQoNCjxiPsKgTGEgUGlycmF5YTwvYj4gUmVzdGF1cmFudCBhbmQgSG90ZWwgaXMgbG9jYXRlZCBhY3Jvc3MgZnJvbSB0aGUgUHVlcnRhIE9yaWVudGUgUGxhemENCg0KVGhlcmUgYXJlIG51bWVyb3VzIHNtYWxsIOKAnDxiPkNvbWVkb3JzPC9iPuKAnSBpbiB0aGUgYXJlYSwgYXMgd2VsbCBhcyBzaWRld2FsayB2ZW5kb3JzDQoNCjxiPlJpZ2dpbmcgPC9iPg0KDQpUaGVyZSBpcyBubyBwcm9mZXNzaW9uYWwgcmlnZ2luZyBzaG9wIGluIFVzdWx1dGFuDQoNCjxiPlNhaWwgUmVwYWlyLCBDYW52YXMsIFVwaG9sc3RlcnkgJmFtcDsgRmFicmljczwvYj4NCg0KPGI+RGlzcGVuc2EgZGUgVGVsYXM8L2I+OiBIZXJl4oCZcyBvbmUgZm9yIHRoZSBMYWRpZXM6IExhcmdlIGZhYnJpYyBzdG9yZSwgYWNyb3NzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4sIGFuZCBhbm90aGVyIG9uZSBvZiB0aGUgc2FtZSBuYW1lIGFib3V0IGEgYmxvY2sgdXAgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiBvbiBOb3J0aCBNYWluLiBBIGh1Z2Ugc2VsZWN0aW9uIG9mIGZhYnJpY3MsIGFuZCAz4oCdIGZvYW0gZm9yIGN1c2hpb25zDQoNCjxiPk5vIGluZm8sIHlldCwgb24gU2FpbCBSZXBhaXI8L2I+4oCmDQo8aDQ+PGI+U0VXSU5HIE1BQ0hJTkUgUkVQQUlSUyBBTkQgU0VSVklDRSA8L2I+PC9oND4NCjxiPkNvbmZlY2Npb25lcyBHcmFuYWRvczwvYj4gKGl0IHNheXMg4oCcPGI+QWxtYWNlbmVzIEdyYW5hZG9zPC9iPuKAnSBvbiB0aGUgcG9ydGljbyksIDMgQmxvY2tzIHdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIE5vcnRoIE1haW47IGluIGFkZGl0aW9uIHRvIGZhYnJpY3MsIGN1c2hpb24gZm9hbSwgYW5kIG90aGVyIGl0ZW1zLCB0aGV5IHJlcGFpciBzZXdpbmcgbWFjaGluZXMsIGFuZCBoYXZlIGEgbGFyZ2Ugc3VwcGx5IG9mIFBvbHllc3RlciB0aHJlYWQsIGluIGFuIGFzc29ydG1lbnQgb2YgY29sb3JzLg0KPGg0PjxiPlNob3BwaW5nIDwvYj48L2g0Pg0KQSB3YWxrIGRvd24gZWl0aGVyIG9mIHRoZSDigJxtYWlu4oCdIHN0cmVldHMsIGFuZCB0aGUgc2lkZSBzdHJlZXRzIHdpbGwgZXhwb3NlIHlvdSB0byBhbGwga2luZHMgb2Ygc2hvcHBpbmcgb3Bwb3J0dW5pdGllcywgZnJvbSBmdXJuaXR1cmUgc3RvcmVzLCB0byBzcG9ydGluZyBnb29kcywgY2xvdGhpbmcsIGhhcmR3YXJlLCBob3VzZWhvbGQgZ29vZHMsIGFuZCB0aGUgbGlrZTsgdGhlIGNlbnRyYWwgbWFya2V0IGlzIGh1Z2UsIHdpdGggd2F5IHRvbyBtYW55IGl0ZW1zIGF2YWlsYWJsZSB0byBiZSBsaXN0ZWQgaGVyZSwgYnV0IGhlcmUgYXJlIHNvbWUgY2hvaWNlczoNCg0KPGI+QXJ0ZXNlbmlhcyBIZWxlbjogPC9iPkZsYWdzIG9mIGFsbCBzaXplcywgVC1TaGlydHMsIEJhbGwgQ2FwcywgYW5kIGhhbmQtbWFkZSBzb3V2ZW5pciBjcmFmdHMgYnkgbG9jYWwgQXJ0aXNhbnM7IHdhbGsgdG8gU2NvdGlhQmFuayBvbiBOb3J0aCBNYWluLCB0YWtlIGEgcmlnaHQsIHdhbGsgdHdvIGJsb2NrcywgdGFrZSBhIGxlZnQsIHRoZSBzaG9wIGlzIGp1c3QgYSBjb3VwbGUgb2YgZG9vcnMgZG93biBvbiB5b3VyIGxlZnTigKYNCg0KPGI+UGF5bGVzcyBTaG9lIFNvdXJjZTwvYj46IEFub3RoZXIgb25lIGZvciB0aGUgTGFkaWVz4oCmb25lIGJsb2NrIGZ1cnRoZXIgZG93biB0aGUgc3RyZWV0IGZyb20gU2NvdGlhQmFuaw0KDQo8Yj5MaWJyZXJpYSBNb250ZW5lZ3JvOiA8L2I+QWxsIGtpbmRzIG9mIHBhcGVyIGFuZCBvZmZpY2Ugc3VwcGxpZXM7IGFib3V0IDUgYmxvY2tzIFdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIFNvdXRoIE1haW4uDQoNCjxiPkljZSBDcmVhbSBQYXJsb3I6IDwvYj5UaGVyZSBhcmUgYSBudW1iZXIgb2YgdGhlc2UgYXJvdW5kIHRvd24sIHRoZSBIZWxlcmlhIE5pdmVyaWEgcmlnaHQgbmV4dCBkb29yIHRvIERpc3BlbnNhIERvbiBKdWFuIGlzIGEgd2VsY29tZSBwbGFjZSB0byB3YWl0IG9uIHRoZSBkZXBhcnR1cmUgb2YgdGhlIE1pbmlCdXMuDQoNCjxiPlNwYW5pc2ggTGVzc29uczwvYj4NCg0KPGI+U3RhaW5sZXNzIFN0ZWVsICZhbXA7IEFsdW1pbnVtIDwvYj4NCg0KU2VlIOKAnFdlbGRpbmcgU2hvcOKAnSwgYmVsb3cNCg0KPGI+VGFpbG9yaW5nIC8gU2V3aW5nOjwvYj4NCg0KPGI+QmF6YXIgTmVsc29uOyA8L2I+cGFzcyBieSBTY290aWEgQmFuaywgdGFrZSBhIHJpZ2h0IGF0IFBheWxlc3MgU2hvZSBTb3VyY2UsIHdhbGsgYSBmZXcgZG9vcnMgdXAgdGhlIHN0cmVldCwgdGhlIEJhemFyIGlzIG9uIHRoZSByaWdodDsgQWx0ZXJhdGlvbnMsIGV0YywgU2luZ2VyIHRyZWFkbGUgc2V3aW5nIG1hY2hpbmUsIHByaWNlcyB2ZXJ5IHJlYXNvbmFibGUuDQo8aDQ+PGI+VGVsZXBob25lczwvYj48L2g0Pg0KVGhlIG1haW4gPGI+VElHTzwvYj4gc3RvcmUgYW5kIHRoZSBtYWluIDxiPkRpZ2ljZWw8L2I+IHN0b3JlIGFyZSBsb2NhdGVkIG9uIFNvdXRoIE1haW4gYWJvdXQgMyBibG9ja3MgZnJvbSB0aGUgRGlzcGVuc2EgRG9uIEp1YW4sIGp1c3QgZG93biB0aGUgc3RyZWV0IGZyb20gPGI+UGVsdXF1ZXJpYSBSaWNoYXJkPC9iPg0KDQpUaGUgbWFpbiA8Yj5DTEFSTyA8L2I+c3RvcmUgaXMgb24gTm9ydGggTWFpbiwgYWJvdXQgNCDCvSBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbg0KDQpUaGVyZSBhcmUgbnVtZXJvdXMga2lvc2tzIHRoYXQgY2FuIHNlbGwgeW91IG1pbnV0ZXMsIGJ1dCBmb3IgZnVsbCBzZXJ2aWNlLCBjb21wdXRlciBtb2RlbSDigJxzdGlja3PigJ0sIGV0YywgZ28gdG8gdGhlIG1haW4gc3RvcmUuDQoNClBob25lIGNhcmRzIGNhbiBiZSBwdXJjaGFzZWQgaW4gUGhhcm1hY2llcywgZ3JvY2VyeSBzdG9yZXMgYW5kIGZyb20gc3RyZWV0IHZlbmRvcnMgd2VhcmluZyBhZHZlcnRpc2VtZW50IGFwcm9ucy4NCg0KPGI+VGhlIGZvbGxvd2luZyBuZWVkcyB0byBiZSByZXZpZXdlZCwgY2hhbmdlZCwgZXRjOjwvYj4NCg0KRWwgU2FsdmFkb3IgQ291bnRyeSBDb2RlOiBfX19fwqDCoCAuDQoNCkEgY2FsbCBjYW4gYmUgbWFkZSB0byB0aGUgVS5TLiBvciBvdGhlciBjb3VudHJpZXMgdXNpbmcgb25lIG9mIEVsIFNhbHZhZG9y4oCZcyBsb25nIGRpc3RhbmNlIGRpcmVjdC1kaWFsIGNvbXBhbmllcyAoMDA1KzErYXJlYSBjb2RlK251bWJlcikuDQoNCkEgY2VsbCBwaG9uZSBjYW4gYmUgcHVyY2hhc2VkIGF0IG1hbnkgcGxhY2VzLg0KDQpZb3UgY2FuIG1ha2UgaW50ZXJuYXRpb25hbCBjYWxscyB1c2luZyB0aGUgaW50ZXJuZXQgdGhyb3VnaCB0aGUgU2t5cGUgc2VydmljZS4NCg0KRWFjaCBjZWxsIHBob25lIGNvbXBhbnkgaGFzIGEgZGlmZmVyZW50IGFjY2VzcyBjb2RlIGZvciBpbnTigJlsIGNhbGxzOg0KDQpUSUdPOsKgwqDCoCAwMCA0MTQgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQoNCk1vdmlzdGFyOsKgIDAwIDkgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQo8aDQ+PGI+VGhlYXRlciAmYW1wOyBNb3ZpZXM8L2I+PC9oND4NCjxiPlRyYXZlbCBBZ2VuY2llcyAmYW1wOyBBaXJsaW5lczwvYj4NCg0KPGI+T3V0LW9mLXRvd248L2I+DQoNCklmIHlvdSBhcmUgcGxhbm5pbmcgdG8gdHJhdmVsIHdpdGhpbiBFbCBTYWx2YWRvciwgaXQgaXMgaW1wb3J0YW50IHRvIGtlZXAgaW4gbWluZCB0aGF0IHdoaWxlIHNlY3VyaXR5IGhhcyBncmVhdGx5IGltcHJvdmVkIHRocm91Z2hvdXQgbXVjaCBvZiB0aGUgY291bnRyeSwgc29tZSBqb3VybmV5cyBieSByb2FkIGNvbnRpbnVlIHRvIHByZXNlbnQgYSByaXNrISBJdCBtYXkgYmUgc2FmZXIgdG8gZmx5LCBhbmQvb3IgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCBhIHRvdXIgb3BlcmF0b3IuDQoNCjxiPlZldGVyaW5hcnkgQ2xpbmljczwvYj4NCg0KPGI+V2VsZGluZyBTaG9wOjwvYj4NCg0KTG9jYXRlZCBhZGphY2VudCB0bywgYW5kIGFmZmlsaWF0ZWQgd2l0aCwgPGI+VGFsbGVyIE1lcmNlZDwvYj4gKHRoZSBtYWNoaW5lIHNob3ApLCB0aGlzIHNob3AgY2FuIHdlbGQgbWlsZCBzdGVlbCwgc3RhaW5sZXNzLCBhbHVtaW51bSwgYW5kIGFsc28gd29yayB3aXRoIGJyYXNzIG9yIGJyb256ZS4NCg0KPGI+UHJlc3RvbWFyOjwvYj4gQm9hdHlhcmQgbmV4dCB0byBCYXJpbGxhcw0KDQo8Yj5Xb29kd29ya2luZzwvYj4NCg0KPGI+V29vZCBTdXBwbGllcyAoSSBzYXcgYSBzbWFsbCDigJxsdW1iZXIgeWFyZCkgdXAgdGhlIHN0cmVldCBhY3Jvc3MgZnJvbSB0aGUgRGlzcGVuc2HigKY8L2I+DQo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5CYXJpbGxhcyBBY3Rpdml0aWVzPC9iPjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiPlN3aW1taW5nPC9iPjogVGhlcmUgYXJlIHRocmVlIHBvb2xzIGF0IEJhcmlsbGFzIE1hcmluYSBDbHViOyB0aGUgbWFpbiBwb29sIGlzIGFib3V0IDUgwr0gZmVldCBkZWVwIGF0IHRoZSBmYXIgZW5kLCB0aGVyZSBpcyBhIHNoYWxsb3cgS2lkZGllIFBvb2wsIGFuZCBhIEphY3V6emllLXN0eWxlIHBvb2wsPC9wPg0KPGI+SG9yc2ViYWNrIFJpZGluZzwvYj4NCg0KPGI+TmF0dXJlIFdhbGtzPC9iPg0KDQo8Yj5Nb25rZXlzPC9iPg0KDQo8Yj5CZWFjaCBFeGN1cnNpb25zPC9iPg0KDQo8Yj5GbG9hdGluZyBSZXN0YXVyYW50PC9iPg0KDQo8Yj5QdWVydG8gUGFyYWRhPC9iPiBpcyBhbiBpbnRlcmVzdGluZyBzaWRlIHRyaXAgYnkgZGluZ2h5IGZyb20gQmFyaWxsYXM7IGl04oCZcyBhIDUtbWlsZSwgMjAtbWludXRlIHRyaXAgaW4gYSBwbGFubmluZyBkaW5naHksIGFuZCBzaG91bGQgYmUgc2NoZWR1bGVkIGFyb3VuZCBoaWdoIHRpZGUsIGFzIHRoZSB3YXRlciBnZXRzIHByZXR0eSBzaGFsbG93IG9uIGVhY2ggc2lkZSBvZiB0aGUgTG93czsgc2VlIHRoZSBtYXAsIGJlbG93DQoNClB1ZXJ0byBQYXJhZGEgaXMgYWJvdXQgNSBtaWxlcyBzb3V0aCBvZiBVc3VsdXRhbiAodGhlIHJvYWQgc3RhcnRzIGF0IHRoZSBpbnRlcnNlY3Rpb24gbmVhciBGZXJyZXRlcmlhIDJNIGFuZCB0ZXJtaW5hdGVzIGF0IFB1ZXJ0byBQYXJhZGEpLg0KDQpBdCB0aGUgUG9ydCwgeW91IHdpbGwgZmluZCBhIHJhbXAgd2l0aCAxNSBvciBzbyBwYW5nYXMsIHdoaWNoIGZlcnJ5IHBlb3BsZSBhbmQgbWF0ZXJpYWwgdG8gYW5kIGZyb20gdGhlIHZhcmlvdXMgaXNsYW5kcyBpbiBCYWhpYSBKaXF1aWxpc2NvOyBpbiBhZGRpdGlvbiB0byB0aGUgdHJhbnNwb3J0YXRpb24gYWN0aXZpdHksIHRoZXJlIGlzIGEgc21hbGwgdGllbmRhLCBhIGNvdXBsZSBvZiBzbWFsbCByZXN0YXVyYW50cywgYW5kIHNvbWUgdmVyeSBmcmllbmRseSBsb2NhbCBmb2xrczsgc29tZSBFbmdsaXNoIHNwb2tlbiBoZXJlLiBMYW5kIHlvdXIgZGluZ2h5IG9uIHRoZSBzbWFsbCByYW1wIGJleW9uZCB0aGUgbmVzdCBvZiBtb29yZWQgcGFuZ2FzLg0KDQpBcyBhbiBhZGRpdGlvbmFsIGF0dHJhY3Rpb24sIHdoZW4gcmV0dXJuaW5nIGZyb20gdGhlIFBvcnQsIHRoZSBmaXJzdCBsYXJnZSByaXZlciwgb24gdGhlIHdlc3Qgc2lkZSBvZiB0aGUgbWFpbiByaXZlciB0byBCYXJpbGxhcywgY3V0cyB0aHJvdWdoIHRoZSBtYW5ncm92ZXMgU291dGggb2YgdGhlIE1hcmluYSBhbmQgY29tZXMgb3V0IG9uIHRoZSDigJxzaHJpbXAgYm9hdCBzaWRl4oCdIG9mIHRoZSBlc3R1YXJ5OyBpdCBpcyBhIHZlcnkgc2NlbmljIHJpZGUuIFRoaXMgcml2ZXIgY2FuIGJlIGlkZW50aWZpZWQgYnkgYSBsYXJnZSBmaXNoaW5nIHNoYWNrIG9uIHRoZSBOb3J0aCBzaWRlIG9mIHRoZSBlbnRyYW5jZTsgdGhlIHJpdmVyIGlzIHdpZGUsIGRlZXAgYW5kIHdpbmRpbmcuDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlVTVUxVVEFOIENJVFkgU1RSRUVUIE1BUDwvYj48L3A+DQo8aWZyYW1lIHNyYz0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1zX3EmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9VXN1bHV0YW4mYW1wO3NsbD0xMy43NzQ1MjgsLTg5LjE1NzM5OSZhbXA7c3Nwbj0wLjgxMjI3NCwxLjM1MjY5MiZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4zNDYwNCwtODguNDMxNTg3JmFtcDtzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDt6PTE0JmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQo8c21hbGw+PGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1lbWJlZCZhbXA7aGw9ZXMtNDE5JmFtcDtnZW9jb2RlPSZhbXA7cT1Vc3VsdXRhbiZhbXA7c2xsPTEzLjc3NDUyOCwtODkuMTU3Mzk5JmFtcDtzc3BuPTAuODEyMjc0LDEuMzUyNjkyJmFtcDtpZT1VVEY4JmFtcDtocT0mYW1wO2huZWFyPVVzdWx1dCVDMyVBMW4mYW1wO2xsPTEzLjM0NjA0LC04OC40MzE1ODcmYW1wO3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO3o9MTQiPlZlciBtYXBhIG3DoXMgZ3JhbmRlPC9hPjwvc21hbGw+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlBVRVJUTyBQQVJBREE8L2I+PC9wPg0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lcy00MTkmYW1wO2dlb2NvZGU9JmFtcDtxPVB1ZXJ0bytQYXJhZGEsK1VzdWx1dCVDMyVBMW4mYW1wO2FxPTAmYW1wO29xPVB1ZXJ0bytQYVVzdWx1dGFuJmFtcDtzbGw9MTMuMzQxOTM4LC04OC40MzgzNTQmYW1wO3NzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDtpZT1VVEY4JmFtcDtocT1QdWVydG8rUGFyYWRhLCZhbXA7aG5lYXI9VXN1bHV0JUMzJUExbiZhbXA7bGw9MTMuMjUwNzAyLC04OC40MzkxNjkmYW1wO3Nwbj0wLjIwOTc0NCwwLjAxNjY4MSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjM1MCIgd2lkdGg9IjQyNSIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjxhIHN0eWxlPSJjb2xvcjogIzAwMDBmZjsgdGV4dC1hbGlnbjogbGVmdDsiIGhyZWY9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9ZW1iZWQmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9UHVlcnRvK1BhcmFkYSwrVXN1bHV0JUMzJUExbiZhbXA7YXE9MCZhbXA7b3E9UHVlcnRvK1BhVXN1bHV0YW4mYW1wO3NsbD0xMy4zNDE5MzgsLTg4LjQzODM1NCZhbXA7c3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO2llPVVURjgmYW1wO2hxPVB1ZXJ0bytQYXJhZGEsJmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4yNTA3MDIsLTg4LjQzOTE2OSZhbXA7c3BuPTAuMjA5NzQ0LDAuMDE2NjgxIj5WZXIgbWFwYSBtw6FzIGdyYW5kZTwvYT48L3NtYWxsPg==', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(142, 33, 0, '2013-11-30 18:36:43', 'original_id', '', 0, '167', '', 1),
(143, 34, 0, '2013-11-30 18:37:56', 'title', 'base64', 1, 'VGhlIFdlYXRoZXI=', 'RWwgQ2xpbWE=', 1),
(144, 34, 0, '2013-11-30 18:37:56', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(145, 34, 0, '2013-11-30 18:37:56', 'original_id', '', 0, '149', '', 1),
(146, 35, 0, '2013-11-30 18:38:21', 'title', 'base64', 1, 'VG91ciBPcGVyYXRvcnM=', 'T3BlcmFkb3JlcyBkZSBWaWFqZXM=', 1),
(147, 35, 0, '2013-11-30 18:38:21', 'body', 'base64', 1, 'PGJsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2ltYWdlMDAxMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzc2IiBhbHQ9ImltYWdlMDAxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvaW1hZ2UwMDEyLmpwZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSI4NSIgLz48L2E+PC9oMz4NCkNlbnRybyBDb21lcmNpYWwgRmVyaWEgUm9zYSBMb2NhbCBCLTExOA0KPGI+RW1haWw6wqA8L2I+PGEgaHJlZj0ibWFpbHRvOmJvb2tpbmdzQHNhbHZhZG9yZWFudG91cnMuY29tIiB0YXJnZXQ9Il9ibGFuayI+Ym9va2luZ3NAc2FsdmFkb3JlYW50b3Vycy5jb208L2E+DQpvciDCoGVtYWlsOsKgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+wqBvciBhc2sgdXMgQXJlbHkgQ2FsZGVyb24vIE1lcmkgZm9yIGJvb2tpbmdzLg0KPGI+UGhvbmU6wqA8L2I+PGEgaHJlZj0idGVsOiUyQjUwMyUyMDIyNDMtNjExMyIgdGFyZ2V0PSJfYmxhbmsiPis1MDMgMjI0My02MTEzDQo8L2E+VG91cnMgKE1vc3QgUG9wdWxhcik8L2Jsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EaXNjb3ZlciB0aGUgbWFqZXN0aWMgdm9sY2Fub2VzIG9mIEVsIFNhbHZhZG9yITwvYj48L2gzPg0KV291bGQgeW91IGxpa2UgdG8gdmlzaXQgb25lIG9mIHRoZSBtb3N0IGRpc3RpbmN0aXZlIG5hdHVyYWwgYXR0cmlidXRlcyBvZiBFbCBTYWx2YWRvcj8gWW91IG11c3QgdmlzaXQgdGhlIHZvbGNhbm9lcyBhbmQgbGFrZXMgb2YgRWwgU2FsdmFkb3IuwqBJbiB0aGUgbGFrZXMgYW5kIHZvbGNhbm9lcyB0b3VyIHlvdSB3aWxsIHRha2UgYSBzaWdodHNlZWluZyB0b3VyIHRvIOKAnEl6YWxjbyBWb2xjYW5v4oCdLCBiZXN0IGtub3duIGFzIHRoZSBMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmljIGJlY2F1c2UgdGhlIGJvYXRzIHdlcmUgb3JpZW50ZWQgd2l0aCB0aGUgcmVkIGdsb3cgb2YgdGhlIGxhdmEgdG8gcmVhY2ggdGhlIEFjYWp1dGxhIHBvcnQuwqBDZXJybyBWZXJkZSBpcyBhbiBpbmFjdGl2ZSB2b2xjYW5vIGxvY2F0ZWQgYXQgYW4gYWx0aXR1ZGUgb2YgMjAzNSBtZXRlcnMgYW5kIGxlbmd0aCBvZiA1MDAgaGVjdGFyZXMgdGhlIG5hdHVyZSByZXNlcnZlIG9mIENlcnJvIFZlcmRlLCDCoEl0IGhhcyBhIGNsb3VkIGZvcmVzdCBpbiBhbmQgYXJvdW5kIHRoZSBjcmF0ZXIgd2l0aCBhIHRlbXBlcmF0dXJlIG9mIGJldHdlZW4gMTIgYW5kIDE4IGRlZ3JlZXMgY2VudGlncmFkZS4NCg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLsKgV2VsY29tZSB0byB0aGUgTGFuZCBvZiB0aGUgVm9sY2Fub2VzLg0KPGgzIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+U3VjaGl0b3RvIFRvdXI8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5Mb29raW5nIHRvIGNvbWJpbmUgaGlzdG9yeSwgY3VsdHVyZSBhbmQgbmF0dXJlPzwvYj48Yj48L2I+PC9oMz4NClRoZSBTdWNoaXRvdG8gZGF5IHRvdXIgaXMgYSBiZWF1dGlmdWwgdmlzaXQgdG8gdGhlIGVuY2hhbnRpbmcgY2l0eSBvZiBTdWNoaXRvdG8sIGFsc28ga25vd24gYXMgdGhlIOKAnFBsYWNlIG9mIEZsb3dlciBCaXJk4oCdIGZvciBpdHMgbmFtZSBpbiBOYWh1YXRsLsKgU3VjaGl0b3RvIG9mZmVycyBhbiBlc3NlbmNlIG9mIGFuY2llbnQgY2l0eSB3aXRoIGNvbG9uaWFsIGFyY2hpdGVjdHVyZSB0aGF0IHNlZW1zIGxpa2UgdGhlIHRpbWUgaGFzIHN0b3BwZWQuIFZpc2l0IGl0cyBiZWF1dGlmdWwgY29iYmxlZCBzdHJlZXRzLCBhcnQgZ2FsbGVyaWVzLCBjcmFmdHMgYW5kIGhvbWUgb2Ygb25lIG9mIHRoZSBtYWluIGF0dHJhY3Rpb25zIG9mIHRoZSBjaXR5IGZvciBpdHMgc3RydWN0dXJlIGFuZCBoaXN0b3JpY2FsIGltcG9ydGFuY2U6IHRoZSBTYW50YSBMdWNpYSBDaHVyY2gsIGJ1aWx0IGluIDE4NTMuwqBUaGUgZm91bmRpbmcgb2YgU3VjaGl0b3RvIGlzIGF0dHJpYnV0ZWQgdG8gdGhlIFBpcGlsZXMsIHdobyBzZXR0bGVkIGluIHRoZSBwcmVzZW50IFNhbHZhZG9yYW4gdGVycml0b3J5IG9mIEN1c2NhdGzDoW4gaGFsZndheSB0aHJvdWdoIHRoZSAxMSB0aCBjZW50dXJ5IGFuZCB3ZXJlIG9uZSBvZiB0aGUgbW9zdCB2ZXRlcmFuIGluZGlnZW5vdXMgdHJpYmVzIHRoYXQgZm91Z2h0IGFnYWluc3QgdGhlIFNwYW5pc2ggY29ucXVpc3RhZG9ycyBpbiB0aGUgYmVnaW5uaW5nIG9mIHRoZSAxNyB0aCBjZW50dXJ5LsKgVGhlIGNpdHkgaXMga25vd24gYXMgdGhlIOKAnENyYWRsZSBvZiBIaXN0b3J5IGFuZCBDdWx0dXJl4oCdIGZvciBhbGwgdGhlIHdlYWx0aCBpdCBjb250YWlucy4NCg0KTGF0ZXIsIGlmIHlvdSBmZWVsIGxpa2UsIHlvdSBjYW4gYWxzbyB2aXNpdCBTdWNoaXRsw6FuIExha2UsIHRoZSBsYXJnZXN0IGFydGlmaWNpYWwgbGFrZSBzdXJmYWNlIHdhdGVyIGluIHRoZSBjb3VudHJ5LsKgSXRzIG5hdHVyYWwgc2NlbmljIGJlYXV0eSBtYWtlcyBpdCBhbiBpZGVhbCBkZXN0aW5hdGlvbiB0byBlbmpveSBhIGFydGlzYW4gYm9hdCByaWRlIHdpdGggb25lIG9mIHRoZSBsb2NhbCBib2F0ZXJzLiBEdXJpbmcgdGhlIGJvYXQgcmlkZSB5b3Ugd2lsbCBiZSBhYmxlIHRvIHZpc2l0IHRoZSBkaWZmZXJlbnQgaXNsYW5kcyB0aGF0IHN1cnJvdW5kIHRoZSBsYWtlLCBob21lIG9mIG1pZ3JhdG9yeSBiaXJkcyBhbmQgbmF0aXZlIGFuaW1hbHMuwqBEbyB5b3Ugd2FudCB0byBkaXNjb3ZlciBhIGNpdHkgd2l0aCBlbmNoYW50bWVudD8gVGhpcyBpcyB0aGUgcGVyZmVjdCB0b3VyIHRvIGVzY2FwZSBvZiB5b3VyIHJvdXRpbmUuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5DaXR5IFRvdXIgU2FuIFNhbHZhZG9yIEFsbCBEYXk8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EbyB5b3Ugd2FudCB0byBkaXNjb3ZlciB0aGUgY2l0eSBvZiBTYW4gU2FsdmFkb3I/PC9iPjwvaDM+DQpUaGlzIGlzIGRlZmluaXRseSB5b3VyIHRvdXIuIFZpc2l0IHRoZSBtYWluIGF2ZW51ZXMgYW5kIG1vbnVtZW50cyBvZiBTYW4gU2FsdmFkb3IsIHRoZSBwcmltYXJ5IHJlc2lkZW50aWFsIHpvbmVzIG9mIHRoZSBDYXBpdGFsIENpdHksIHRoZSBIaXN0b3JpY2FsIENlbnRyZSB3aXRoIGlzIG1hamVzdGljIE1ldHJvcG9saXRhbiBDYXRoZWRyYWwsIGJlYXV0aWZ1bCBOYXRpb25hbCBQYWxhY2UgYW5kIGNoYXJhdGVyaXN0aWMgTmF0aW9uYWwgVGhlYXRyZSBvZiBhIEZyZW5jaCBSZW5haXNzYW5jZSBzdHlsZSBkZWNsYXJlZCBhIG5hdGlvbmFsIG1vbnVtZW50IGluIDE5NzkuIFRoZW4sIHZpc2l0IEVsIFJvc2FyaW8gQ2h1cmNoIGFuZCBQbGF6YSBMaWJlcnRhZC7CoEluIHRoZSBhZnRlcm5vb24sIHZpc2l0IFNhbiBTYWx2YWRvcsK0cyBWb2xjYW5vIGF0IG9ubHkgMjUga21zIGZyb20gdGhlIGNpdHkuIFRoaXMgVm9sY2FubyBpcyBhbHNvIGtub3duIGFzIOKAnEVsIEJvcXVlcsOzbuKAnS4gSGVyZSwgZW5qb3kgYSByZWZyZXNoaW5nIGVjbyB3YWxrIHRocm91Z2ggdGhlIG5hdHVyYWwgdHJhaWxzIGFuZCBhIHBhbm9yYW1pYyB2aWV3IHRvIHRoZSBjcmF0ZXIgd2l0aCBpdHMgcGFydGljdWxhciDigJx2b2xjYW5jaXRv4oCdIG9yIOKAnGxpdHRsZSB2b2xjYW5v4oCdIGluc2lkZS4gVGhlIHNpZ2h0c2VlaW5ncyBhcmUganVzdCBJbXByZXNzaXZlIcKgV2hlbiByZXR1cm5pbmcsIHlvdSB3aWxsIGJlIGFibGUgdG8gc2VlIHRoZSBiZWF1dGlmdWwgY2l0eSBvZiBTYW4gU2FsdmFkb3IgaW4gdGhlIGxhdGUgYWZ0ZXJub29uLiBBdCB0aGUgZW5kLCBkZWxpZ2h0IHlvdXJzZWxmIHdpdGggYSB3YXJtIGFuZCB0YXN0aW5nIGN1cCBvZiBjb2ZmZWUgb3IgYSBkZWxpY2lvdXMgdHlwaWNhbCBlYXJseSBkaW5uZXIgYXQgYSBsb2NhbCByZXN0YXVyYW50IGluIHRoZSBhcmVhLCB3aGVyZSB5b3Ugd2lsbCBhbHNvIGJlIGFibGUgdG8gdGFzdGUgdGhlIGZhbW91cyBzYWx2YWRvcmVhbiBkaXNoZXM6IOKAnExhcyBQdXB1c2Fz4oCdLiBUaGlzIHRvdXIgaXMgYSByZWFsIG5hdHVyYWwsIGN1bHR1cmFsIGFuZCBoaXN0b3JpYyBhcHBvcmFjaCB0aGF0IGNoYXJhY3Rlcml6ZXMgRWwgU2FsdmFkb3IuDQoNCjxzdHJvbmc+U1VSRiBUT1VSUzwvc3Ryb25nPg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzgwIiBhbHQ9ImFib3V0IHVzLmNkciIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iNjkiIC8+DQo8L2E+Q29udGFjdHMNCjxhIGhyZWY9Ind3dy5ncmVlbmJsdWVyZWQuY29tIj53d3cuZ3JlZW5ibHVlcmVkLmNvbTwvYT4NCmluZm9AZ3JlZW5ibHVlcmVkLmNvbQ0KPGgzPkFib3V0IFVzLi4uPC9oMz4NCldlIGFyZSBhIHRvdXIgb3BlcmF0b3IgYmFzZWQgaW4gRWwgU2FsdmFkb3IsIHByb3ZpZGluZyBpbmNvbWluZyB0b3VyaXNtIHNlcnZpY2VzIGZvciBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KV2Ugb3BlcmF0ZSB0aHJlZSBkaWZmZXJlbnQgYnJhbmRzLg0KT3VyIG1pc3Npb24gZXZvbHZlcyBhcm91bmQgdGhlIGNvbmNlcHQgb2YgcHJvdmlkaW5nIGFtYXppbmcgdHJhdmVsIGV4cGVyaWVuY2VzIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgZ2l2aW5nIGJhY2sgdG8gbG9jYWwgY29tbXVuaXRpZXMuDQo8aDM+T3VyIE1pc3Npb248L2gzPg0KV2l0aGluIGVhY2ggaW5jb21pbmcgYnJhbmQ6IHRvIGltcHJvdmUgdGhlIHF1YWxpdHkgb2YgbGlmZSBvZiBvdXIgQ2VudHJhbCBBbWVyaWNhbiBjb21tdW5pdGllcyBieSBwcm92aWRpbmcgZWNvbm9taWMgb3Bwb3J0dW5pdGllcyB0aHJvdWdoIHRvdXJpc20sIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgcHJvdmlkaW5nIGV4Y2VsbGVudCBzZXJ2aWNlIGFuZCBwcm9kdWN0IHF1YWxpdHkgdG8gb3VyIHRyYXZlbGVycy4NCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+V2h5IGdyZWVuYmx1ZXJlZD88L3NwYW4+DQoNCkl0IHJlcHJlc2VudHMgdGhlIGNvbG9ycyBvZiBDZW50cmFsIEFtZXJpY2EuIFRoZSBncmVlbiBvZiBvdXIgZm9yZXN0czogZnJvbSByYWluZm9yZXN0cyB0byBjbG91ZCBmb3Jlc3RzIHRvIHRyb3BpY2FsIGRyeSBmb3Jlc3RzOyB0aGUgYmx1ZSBvZiBvdXIgbGFrZXMsIHJpdmVycyBhbmQgb2NlYW5zOyBhbmQgdGhlIHJlZCBvZiBvdXIgY3VsdHVyZTogZnJvbSBvdXIgTWF5YSBIaXN0b3J5LCB0byBvdXIgY29mZmVlIGhlcml0YWdlLCBjcmFmdHMgYW5kIHRyYWRpdGlvbnMgYW5kIG91ciBmcmllbmRseSBwZW9wbGUuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtMmEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MSIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0yYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iOTMiIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cubGVhcm5hbmR0cmF2ZWwuY29tIj53d3cubGVhcm5hbmR0cmF2ZWwuY29tPC9hPg0KaW5mb0BsZWFybmFuZHRyYXZlbC5jb20NCjxoMz5BdXRoZW50aWMsIG1lYW5pbmdmdWwgYW5kIGNvbG9yZnVsIHRyYXZlbDwvaDM+DQrigKJTaW5nbGUgY291bnRyeSBvciBtdWx0aXBsZSBkZXN0aW5hdGlvbiBsZWlzdXJlIHBhY2thZ2VzLg0K4oCiTWluaW11bSAzIHN0YXIgaG90ZWwgcHJvcGVydGllcy4NCuKAolByaXZhdGUgdmVoaWNsZXMsIGRyaXZlcnMgYW5kIGd1aWRlcy4NCuKAokVtcGhhc2lzIG9uIGhhbmRzIG9uIGFjdGl2aXRpZXMuDQrigKJFbXBoYXNpcyBvbiBhdXRoZW50aWMgZXhwZXJpZW5jZXMuDQrigKJFbXBoYXNpcyBvbiBnaXZpbmcgYmFjayB0byB0aGUgY29tbXVuaXRpZXMgd2UgdmlzaXQuDQoNClRoZSBncmVlbiwgYmx1ZSBhbmQgcmVkIHJlcHJlc2VudCB0aGUgY29sb3JzIG9mIENlbnRyYWwgQW1lcmljYTogZm9yZXN0cywgYmVhY2hlcywgbGl2ZSBNYXlhIGN1bHR1cmUuIFdlIG9mZmVyIGxlaXN1cmUgcGFja2FnZXMgZm9yIEVsIFNhbHZhZG9yIGFuZCBtdWx0aSBkZXN0aW5hdGlvbiBwYWNrYWdlcyBvZiAyIG9yIG1vcmUgQ2VudHJhbCBBbWVyaWNhbiBjb3VudHJpZXMuDQoNCkVkdWNhdGlvbmFsLCBtZWFuaW5nZnVsIGFuZCBmdW4gZ3JvdXAgdHJhdmVsDQoNCuKAoiBQcm9ncmFtcyBhcm91bmQ6IGFyY2hhZW9sb2d5LCBoaXN0b3J5LCBTcGFuaXNoIGxhbmd1YWdlLCBhcnQsIHNwb3J0cywgYnVzaW5lc3MsIG5hdHVyZSwgZXRjLg0K4oCiIFRlYWNoZXIgbGVkIHByb2dyYW1zLg0K4oCiIFByb2dyYW1zIGluY2x1ZGUgMSBvciAyIGRheXMgb2YgY29tbXVuaXR5IHNlcnZpY2UgcHJvamVjdC4NCuKAoiBTaW5nbGUgb3IgbXVsdGlwbGUgY291bnRyeSBwcm9ncmFtcy4NCg0KTGVhcm4gYW5kVHJhdmVsIGlzIGFuIGVkdWNhdGlvbmFsIHRvdXIgb3BlcmF0b3IgdGhhdCBzcGVjaWFsaXplcyBpbiBzdHVkZW50L3lvdXRoIGdyb3VwIHRyYXZlbCB0byBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KVGhlIHRyaXBzIGFyZSBwcmVwYXJlZCBhcm91bmQgYSBzcGVjaWZpYyBlZHVjYXRpb25hbCBpbnRlcmVzdCBvZiB0aGUgZ3JvdXAuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtM2EuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MiIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0zYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iODciIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cuc2hhcmVhbmR0cmF2ZWwub3JnIj53d3cuc2hhcmVhbmR0cmF2ZWwub3JnPC9hPg0KaW5mb0BzaGFyZWFuZHRyYXZlbC5vcmcNCjxoMz5UcmF2ZWwgYW5kIEdpdmUgQmFjazwvaDM+DQrigKJWb2x1bnRlZXIgdHJhdmVsIHByb2dyYW1zIGZyb20gMSB3ZWVrIHRvIHVwIHRvIDEgeWVhci4NCuKAoldlIG9mZmVyIG91ciBvd24gcHJvZ3JhbXMgdGhyb3VnaCBvdXIgb3duIG5vbuKAkHByb2ZpdC4NCuKAoldlIGFsc28gb2ZmZXIgcHJvZ3JhbXMgdGhyb3VnaCBvdGhlciBvcmdhbml6YXRpb25zLg0K4oCiRXhwZXJpZW5jZSBjb21wbGVtZW50ZWQgd2l0aCBsYW5ndWFnZSBzY2hvb2xzIGFuZCB0cmF2ZWwuDQrigKJMb2RnaW5nIGF0IGhvc3RlbCB0eXBlIHByb3BlcnRpZXMgb3IgaG9tZSBzdGF5Lg0K4oCiRWR1Y2F0aW9uYWwgYW5kIGNvbnNlcnZhdGlvbiBhY3Rpdml0aWVzLg0KDQpTaGFyZSBhbmQgVHJhdmVsIGlzIGEgbm9u4oCQcHJvZml0IHRvdXIgb3BlcmF0b3IgdGhhdCBwcm92aWRlcyB2b2x1bnRlZXIgcHJvZ3JhbXMgdG8gRWwgU2FsdmFkb3IgYW5kIENlbnRyYWwgQW1lcmljYS4NClRocm91Z2ggb3VyIG93biBub24gcHJvZml0IG9yZ2FuaXphdGlvbiwgd2Ugb2ZmZXIgcHJvZ3JhbXMgYXQgcnVyYWwgc2Nob29scyB0aGF0IGFyZSBsb2NhdGVkIGluIGJlYXV0aWZ1bCBwbGFjZXMgc3VjaCBhcyBpbiB0aGUgbWlkZGxlIG9mIHRocmVlIHZvbGNhbm9lcyBhbmQgb24gYSBwcmlzdGluZSBiZWFjaC4NCg0KJm5ic3A7', 'PGJsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2ltYWdlMDAxMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzc2IiBhbHQ9ImltYWdlMDAxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvaW1hZ2UwMDEyLmpwZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSI4NSIgLz48L2E+PC9oMz4NCkNlbnRybyBDb21lcmNpYWwgRmVyaWEgUm9zYSBMb2NhbCBCLTExOA0KPGI+RW1haWw6wqA8L2I+PGEgaHJlZj0ibWFpbHRvOmJvb2tpbmdzQHNhbHZhZG9yZWFudG91cnMuY29tIiB0YXJnZXQ9Il9ibGFuayI+Ym9va2luZ3NAc2FsdmFkb3JlYW50b3Vycy5jb208L2E+DQpvciDCoGVtYWlsOsKgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+wqBvciBhc2sgdXMgQXJlbHkgQ2FsZGVyb24vIE1lcmkgZm9yIGJvb2tpbmdzLg0KPGI+UGhvbmU6wqA8L2I+PGEgaHJlZj0idGVsOiUyQjUwMyUyMDIyNDMtNjExMyIgdGFyZ2V0PSJfYmxhbmsiPis1MDMgMjI0My02MTEzDQo8L2E+VG91cnMgKE1vc3QgUG9wdWxhcik8L2Jsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EaXNjb3ZlciB0aGUgbWFqZXN0aWMgdm9sY2Fub2VzIG9mIEVsIFNhbHZhZG9yITwvYj48L2gzPg0KV291bGQgeW91IGxpa2UgdG8gdmlzaXQgb25lIG9mIHRoZSBtb3N0IGRpc3RpbmN0aXZlIG5hdHVyYWwgYXR0cmlidXRlcyBvZiBFbCBTYWx2YWRvcj8gWW91IG11c3QgdmlzaXQgdGhlIHZvbGNhbm9lcyBhbmQgbGFrZXMgb2YgRWwgU2FsdmFkb3IuwqBJbiB0aGUgbGFrZXMgYW5kIHZvbGNhbm9lcyB0b3VyIHlvdSB3aWxsIHRha2UgYSBzaWdodHNlZWluZyB0b3VyIHRvIOKAnEl6YWxjbyBWb2xjYW5v4oCdLCBiZXN0IGtub3duIGFzIHRoZSBMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmljIGJlY2F1c2UgdGhlIGJvYXRzIHdlcmUgb3JpZW50ZWQgd2l0aCB0aGUgcmVkIGdsb3cgb2YgdGhlIGxhdmEgdG8gcmVhY2ggdGhlIEFjYWp1dGxhIHBvcnQuwqBDZXJybyBWZXJkZSBpcyBhbiBpbmFjdGl2ZSB2b2xjYW5vIGxvY2F0ZWQgYXQgYW4gYWx0aXR1ZGUgb2YgMjAzNSBtZXRlcnMgYW5kIGxlbmd0aCBvZiA1MDAgaGVjdGFyZXMgdGhlIG5hdHVyZSByZXNlcnZlIG9mIENlcnJvIFZlcmRlLCDCoEl0IGhhcyBhIGNsb3VkIGZvcmVzdCBpbiBhbmQgYXJvdW5kIHRoZSBjcmF0ZXIgd2l0aCBhIHRlbXBlcmF0dXJlIG9mIGJldHdlZW4gMTIgYW5kIDE4IGRlZ3JlZXMgY2VudGlncmFkZS4NCg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLsKgV2VsY29tZSB0byB0aGUgTGFuZCBvZiB0aGUgVm9sY2Fub2VzLg0KPGgzIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+U3VjaGl0b3RvIFRvdXI8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5Mb29raW5nIHRvIGNvbWJpbmUgaGlzdG9yeSwgY3VsdHVyZSBhbmQgbmF0dXJlPzwvYj48Yj48L2I+PC9oMz4NClRoZSBTdWNoaXRvdG8gZGF5IHRvdXIgaXMgYSBiZWF1dGlmdWwgdmlzaXQgdG8gdGhlIGVuY2hhbnRpbmcgY2l0eSBvZiBTdWNoaXRvdG8sIGFsc28ga25vd24gYXMgdGhlIOKAnFBsYWNlIG9mIEZsb3dlciBCaXJk4oCdIGZvciBpdHMgbmFtZSBpbiBOYWh1YXRsLsKgU3VjaGl0b3RvIG9mZmVycyBhbiBlc3NlbmNlIG9mIGFuY2llbnQgY2l0eSB3aXRoIGNvbG9uaWFsIGFyY2hpdGVjdHVyZSB0aGF0IHNlZW1zIGxpa2UgdGhlIHRpbWUgaGFzIHN0b3BwZWQuIFZpc2l0IGl0cyBiZWF1dGlmdWwgY29iYmxlZCBzdHJlZXRzLCBhcnQgZ2FsbGVyaWVzLCBjcmFmdHMgYW5kIGhvbWUgb2Ygb25lIG9mIHRoZSBtYWluIGF0dHJhY3Rpb25zIG9mIHRoZSBjaXR5IGZvciBpdHMgc3RydWN0dXJlIGFuZCBoaXN0b3JpY2FsIGltcG9ydGFuY2U6IHRoZSBTYW50YSBMdWNpYSBDaHVyY2gsIGJ1aWx0IGluIDE4NTMuwqBUaGUgZm91bmRpbmcgb2YgU3VjaGl0b3RvIGlzIGF0dHJpYnV0ZWQgdG8gdGhlIFBpcGlsZXMsIHdobyBzZXR0bGVkIGluIHRoZSBwcmVzZW50IFNhbHZhZG9yYW4gdGVycml0b3J5IG9mIEN1c2NhdGzDoW4gaGFsZndheSB0aHJvdWdoIHRoZSAxMSB0aCBjZW50dXJ5IGFuZCB3ZXJlIG9uZSBvZiB0aGUgbW9zdCB2ZXRlcmFuIGluZGlnZW5vdXMgdHJpYmVzIHRoYXQgZm91Z2h0IGFnYWluc3QgdGhlIFNwYW5pc2ggY29ucXVpc3RhZG9ycyBpbiB0aGUgYmVnaW5uaW5nIG9mIHRoZSAxNyB0aCBjZW50dXJ5LsKgVGhlIGNpdHkgaXMga25vd24gYXMgdGhlIOKAnENyYWRsZSBvZiBIaXN0b3J5IGFuZCBDdWx0dXJl4oCdIGZvciBhbGwgdGhlIHdlYWx0aCBpdCBjb250YWlucy4NCg0KTGF0ZXIsIGlmIHlvdSBmZWVsIGxpa2UsIHlvdSBjYW4gYWxzbyB2aXNpdCBTdWNoaXRsw6FuIExha2UsIHRoZSBsYXJnZXN0IGFydGlmaWNpYWwgbGFrZSBzdXJmYWNlIHdhdGVyIGluIHRoZSBjb3VudHJ5LsKgSXRzIG5hdHVyYWwgc2NlbmljIGJlYXV0eSBtYWtlcyBpdCBhbiBpZGVhbCBkZXN0aW5hdGlvbiB0byBlbmpveSBhIGFydGlzYW4gYm9hdCByaWRlIHdpdGggb25lIG9mIHRoZSBsb2NhbCBib2F0ZXJzLiBEdXJpbmcgdGhlIGJvYXQgcmlkZSB5b3Ugd2lsbCBiZSBhYmxlIHRvIHZpc2l0IHRoZSBkaWZmZXJlbnQgaXNsYW5kcyB0aGF0IHN1cnJvdW5kIHRoZSBsYWtlLCBob21lIG9mIG1pZ3JhdG9yeSBiaXJkcyBhbmQgbmF0aXZlIGFuaW1hbHMuwqBEbyB5b3Ugd2FudCB0byBkaXNjb3ZlciBhIGNpdHkgd2l0aCBlbmNoYW50bWVudD8gVGhpcyBpcyB0aGUgcGVyZmVjdCB0b3VyIHRvIGVzY2FwZSBvZiB5b3VyIHJvdXRpbmUuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5DaXR5IFRvdXIgU2FuIFNhbHZhZG9yIEFsbCBEYXk8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EbyB5b3Ugd2FudCB0byBkaXNjb3ZlciB0aGUgY2l0eSBvZiBTYW4gU2FsdmFkb3I/PC9iPjwvaDM+DQpUaGlzIGlzIGRlZmluaXRseSB5b3VyIHRvdXIuIFZpc2l0IHRoZSBtYWluIGF2ZW51ZXMgYW5kIG1vbnVtZW50cyBvZiBTYW4gU2FsdmFkb3IsIHRoZSBwcmltYXJ5IHJlc2lkZW50aWFsIHpvbmVzIG9mIHRoZSBDYXBpdGFsIENpdHksIHRoZSBIaXN0b3JpY2FsIENlbnRyZSB3aXRoIGlzIG1hamVzdGljIE1ldHJvcG9saXRhbiBDYXRoZWRyYWwsIGJlYXV0aWZ1bCBOYXRpb25hbCBQYWxhY2UgYW5kIGNoYXJhdGVyaXN0aWMgTmF0aW9uYWwgVGhlYXRyZSBvZiBhIEZyZW5jaCBSZW5haXNzYW5jZSBzdHlsZSBkZWNsYXJlZCBhIG5hdGlvbmFsIG1vbnVtZW50IGluIDE5NzkuIFRoZW4sIHZpc2l0IEVsIFJvc2FyaW8gQ2h1cmNoIGFuZCBQbGF6YSBMaWJlcnRhZC7CoEluIHRoZSBhZnRlcm5vb24sIHZpc2l0IFNhbiBTYWx2YWRvcsK0cyBWb2xjYW5vIGF0IG9ubHkgMjUga21zIGZyb20gdGhlIGNpdHkuIFRoaXMgVm9sY2FubyBpcyBhbHNvIGtub3duIGFzIOKAnEVsIEJvcXVlcsOzbuKAnS4gSGVyZSwgZW5qb3kgYSByZWZyZXNoaW5nIGVjbyB3YWxrIHRocm91Z2ggdGhlIG5hdHVyYWwgdHJhaWxzIGFuZCBhIHBhbm9yYW1pYyB2aWV3IHRvIHRoZSBjcmF0ZXIgd2l0aCBpdHMgcGFydGljdWxhciDigJx2b2xjYW5jaXRv4oCdIG9yIOKAnGxpdHRsZSB2b2xjYW5v4oCdIGluc2lkZS4gVGhlIHNpZ2h0c2VlaW5ncyBhcmUganVzdCBJbXByZXNzaXZlIcKgV2hlbiByZXR1cm5pbmcsIHlvdSB3aWxsIGJlIGFibGUgdG8gc2VlIHRoZSBiZWF1dGlmdWwgY2l0eSBvZiBTYW4gU2FsdmFkb3IgaW4gdGhlIGxhdGUgYWZ0ZXJub29uLiBBdCB0aGUgZW5kLCBkZWxpZ2h0IHlvdXJzZWxmIHdpdGggYSB3YXJtIGFuZCB0YXN0aW5nIGN1cCBvZiBjb2ZmZWUgb3IgYSBkZWxpY2lvdXMgdHlwaWNhbCBlYXJseSBkaW5uZXIgYXQgYSBsb2NhbCByZXN0YXVyYW50IGluIHRoZSBhcmVhLCB3aGVyZSB5b3Ugd2lsbCBhbHNvIGJlIGFibGUgdG8gdGFzdGUgdGhlIGZhbW91cyBzYWx2YWRvcmVhbiBkaXNoZXM6IOKAnExhcyBQdXB1c2Fz4oCdLiBUaGlzIHRvdXIgaXMgYSByZWFsIG5hdHVyYWwsIGN1bHR1cmFsIGFuZCBoaXN0b3JpYyBhcHBvcmFjaCB0aGF0IGNoYXJhY3Rlcml6ZXMgRWwgU2FsdmFkb3IuDQoNCjxzdHJvbmc+U1VSRiBUT1VSUzwvc3Ryb25nPg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzgwIiBhbHQ9ImFib3V0IHVzLmNkciIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iNjkiIC8+DQo8L2E+Q29udGFjdHMNCjxhIGhyZWY9Ind3dy5ncmVlbmJsdWVyZWQuY29tIj53d3cuZ3JlZW5ibHVlcmVkLmNvbTwvYT4NCmluZm9AZ3JlZW5ibHVlcmVkLmNvbQ0KPGgzPkFib3V0IFVzLi4uPC9oMz4NCldlIGFyZSBhIHRvdXIgb3BlcmF0b3IgYmFzZWQgaW4gRWwgU2FsdmFkb3IsIHByb3ZpZGluZyBpbmNvbWluZyB0b3VyaXNtIHNlcnZpY2VzIGZvciBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KV2Ugb3BlcmF0ZSB0aHJlZSBkaWZmZXJlbnQgYnJhbmRzLg0KT3VyIG1pc3Npb24gZXZvbHZlcyBhcm91bmQgdGhlIGNvbmNlcHQgb2YgcHJvdmlkaW5nIGFtYXppbmcgdHJhdmVsIGV4cGVyaWVuY2VzIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgZ2l2aW5nIGJhY2sgdG8gbG9jYWwgY29tbXVuaXRpZXMuDQo8aDM+T3VyIE1pc3Npb248L2gzPg0KV2l0aGluIGVhY2ggaW5jb21pbmcgYnJhbmQ6IHRvIGltcHJvdmUgdGhlIHF1YWxpdHkgb2YgbGlmZSBvZiBvdXIgQ2VudHJhbCBBbWVyaWNhbiBjb21tdW5pdGllcyBieSBwcm92aWRpbmcgZWNvbm9taWMgb3Bwb3J0dW5pdGllcyB0aHJvdWdoIHRvdXJpc20sIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgcHJvdmlkaW5nIGV4Y2VsbGVudCBzZXJ2aWNlIGFuZCBwcm9kdWN0IHF1YWxpdHkgdG8gb3VyIHRyYXZlbGVycy4NCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+V2h5IGdyZWVuYmx1ZXJlZD88L3NwYW4+DQoNCkl0IHJlcHJlc2VudHMgdGhlIGNvbG9ycyBvZiBDZW50cmFsIEFtZXJpY2EuIFRoZSBncmVlbiBvZiBvdXIgZm9yZXN0czogZnJvbSByYWluZm9yZXN0cyB0byBjbG91ZCBmb3Jlc3RzIHRvIHRyb3BpY2FsIGRyeSBmb3Jlc3RzOyB0aGUgYmx1ZSBvZiBvdXIgbGFrZXMsIHJpdmVycyBhbmQgb2NlYW5zOyBhbmQgdGhlIHJlZCBvZiBvdXIgY3VsdHVyZTogZnJvbSBvdXIgTWF5YSBIaXN0b3J5LCB0byBvdXIgY29mZmVlIGhlcml0YWdlLCBjcmFmdHMgYW5kIHRyYWRpdGlvbnMgYW5kIG91ciBmcmllbmRseSBwZW9wbGUuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtMmEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MSIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0yYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iOTMiIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cubGVhcm5hbmR0cmF2ZWwuY29tIj53d3cubGVhcm5hbmR0cmF2ZWwuY29tPC9hPg0KaW5mb0BsZWFybmFuZHRyYXZlbC5jb20NCjxoMz5BdXRoZW50aWMsIG1lYW5pbmdmdWwgYW5kIGNvbG9yZnVsIHRyYXZlbDwvaDM+DQrigKJTaW5nbGUgY291bnRyeSBvciBtdWx0aXBsZSBkZXN0aW5hdGlvbiBsZWlzdXJlIHBhY2thZ2VzLg0K4oCiTWluaW11bSAzIHN0YXIgaG90ZWwgcHJvcGVydGllcy4NCuKAolByaXZhdGUgdmVoaWNsZXMsIGRyaXZlcnMgYW5kIGd1aWRlcy4NCuKAokVtcGhhc2lzIG9uIGhhbmRzIG9uIGFjdGl2aXRpZXMuDQrigKJFbXBoYXNpcyBvbiBhdXRoZW50aWMgZXhwZXJpZW5jZXMuDQrigKJFbXBoYXNpcyBvbiBnaXZpbmcgYmFjayB0byB0aGUgY29tbXVuaXRpZXMgd2UgdmlzaXQuDQoNClRoZSBncmVlbiwgYmx1ZSBhbmQgcmVkIHJlcHJlc2VudCB0aGUgY29sb3JzIG9mIENlbnRyYWwgQW1lcmljYTogZm9yZXN0cywgYmVhY2hlcywgbGl2ZSBNYXlhIGN1bHR1cmUuIFdlIG9mZmVyIGxlaXN1cmUgcGFja2FnZXMgZm9yIEVsIFNhbHZhZG9yIGFuZCBtdWx0aSBkZXN0aW5hdGlvbiBwYWNrYWdlcyBvZiAyIG9yIG1vcmUgQ2VudHJhbCBBbWVyaWNhbiBjb3VudHJpZXMuDQoNCkVkdWNhdGlvbmFsLCBtZWFuaW5nZnVsIGFuZCBmdW4gZ3JvdXAgdHJhdmVsDQoNCuKAoiBQcm9ncmFtcyBhcm91bmQ6IGFyY2hhZW9sb2d5LCBoaXN0b3J5LCBTcGFuaXNoIGxhbmd1YWdlLCBhcnQsIHNwb3J0cywgYnVzaW5lc3MsIG5hdHVyZSwgZXRjLg0K4oCiIFRlYWNoZXIgbGVkIHByb2dyYW1zLg0K4oCiIFByb2dyYW1zIGluY2x1ZGUgMSBvciAyIGRheXMgb2YgY29tbXVuaXR5IHNlcnZpY2UgcHJvamVjdC4NCuKAoiBTaW5nbGUgb3IgbXVsdGlwbGUgY291bnRyeSBwcm9ncmFtcy4NCg0KTGVhcm4gYW5kVHJhdmVsIGlzIGFuIGVkdWNhdGlvbmFsIHRvdXIgb3BlcmF0b3IgdGhhdCBzcGVjaWFsaXplcyBpbiBzdHVkZW50L3lvdXRoIGdyb3VwIHRyYXZlbCB0byBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KVGhlIHRyaXBzIGFyZSBwcmVwYXJlZCBhcm91bmQgYSBzcGVjaWZpYyBlZHVjYXRpb25hbCBpbnRlcmVzdCBvZiB0aGUgZ3JvdXAuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtM2EuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MiIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0zYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iODciIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cuc2hhcmVhbmR0cmF2ZWwub3JnIj53d3cuc2hhcmVhbmR0cmF2ZWwub3JnPC9hPg0KaW5mb0BzaGFyZWFuZHRyYXZlbC5vcmcNCjxoMz5UcmF2ZWwgYW5kIEdpdmUgQmFjazwvaDM+DQrigKJWb2x1bnRlZXIgdHJhdmVsIHByb2dyYW1zIGZyb20gMSB3ZWVrIHRvIHVwIHRvIDEgeWVhci4NCuKAoldlIG9mZmVyIG91ciBvd24gcHJvZ3JhbXMgdGhyb3VnaCBvdXIgb3duIG5vbuKAkHByb2ZpdC4NCuKAoldlIGFsc28gb2ZmZXIgcHJvZ3JhbXMgdGhyb3VnaCBvdGhlciBvcmdhbml6YXRpb25zLg0K4oCiRXhwZXJpZW5jZSBjb21wbGVtZW50ZWQgd2l0aCBsYW5ndWFnZSBzY2hvb2xzIGFuZCB0cmF2ZWwuDQrigKJMb2RnaW5nIGF0IGhvc3RlbCB0eXBlIHByb3BlcnRpZXMgb3IgaG9tZSBzdGF5Lg0K4oCiRWR1Y2F0aW9uYWwgYW5kIGNvbnNlcnZhdGlvbiBhY3Rpdml0aWVzLg0KDQpTaGFyZSBhbmQgVHJhdmVsIGlzIGEgbm9u4oCQcHJvZml0IHRvdXIgb3BlcmF0b3IgdGhhdCBwcm92aWRlcyB2b2x1bnRlZXIgcHJvZ3JhbXMgdG8gRWwgU2FsdmFkb3IgYW5kIENlbnRyYWwgQW1lcmljYS4NClRocm91Z2ggb3VyIG93biBub24gcHJvZml0IG9yZ2FuaXphdGlvbiwgd2Ugb2ZmZXIgcHJvZ3JhbXMgYXQgcnVyYWwgc2Nob29scyB0aGF0IGFyZSBsb2NhdGVkIGluIGJlYXV0aWZ1bCBwbGFjZXMgc3VjaCBhcyBpbiB0aGUgbWlkZGxlIG9mIHRocmVlIHZvbGNhbm9lcyBhbmQgb24gYSBwcmlzdGluZSBiZWFjaC4NCg0KJm5ic3A7', 1),
(148, 35, 0, '2013-11-30 18:38:21', 'original_id', '', 0, '151', '', 1),
(149, 36, 0, '2013-11-30 18:39:22', 'title', 'base64', 1, 'VG91cmlzbSBhbmQgVHJhdmVsIE5ld3M=', 'VHVyaXNtbyB5IFZpYWplcyBOb3RpY2lhcw==', 1),
(150, 36, 0, '2013-11-30 18:39:22', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(151, 36, 0, '2013-11-30 18:39:22', 'original_id', '', 0, '295', '', 1),
(152, 37, 0, '2013-11-30 18:40:56', 'title', 'base64', 1, 'VG91cnMgYW5kIFRyYXZlbA==', 'VG91cnMgeSBWaWFqZXM=', 1),
(153, 37, 0, '2013-11-30 18:40:56', 'body', 'base64', 1, 'UHVlcnRvIEJhcmlsbGFzIG9mZmVycyB0cmFuc3BvcnRhdGlvbsKgIHRvIHRoZSBmb2xsb3dpbmcgc2l0ZXMNCihGb3IgcHJpY2VzIHBsZWFzZSB2aXNpdCBvdXIgcmVjZXB0aW9uIG9mZmljZSk6DQo8dWw+DQoJPGxpPjxzdHJvbmc+Sm95YXMgZGUgQ2VyZW48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkFsZWdyaWE8L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPlN1Y2hpdG90bzwvc3Ryb25nPjwvbGk+DQo8L3VsPg0KTG9va2luZyBmb3IgbW9yZSB0b3Vycz8gTG9jYWwgVG91ciBPcGVyYXRvcnMgb2ZmZXIgdGhlIGZvbGxvd2luZyB0b3VyczrCoCAoUGxlYXNlIGNvbnRhY3Qgb3VyIEZyb250IMKgb2ZmaWNlIG9yIGVtYWlswqA8YSBocmVmPSJtYWlsdG86ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tPC9hPsKgZm9yIGJvb2tpbmcgYSB0b3VyKS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRpc2NvdmVyIHRoZSBtYWplc3RpYyB2b2xjYW5vZXMgb2YgRWwgU2FsdmFkb3IhDQo8L2I+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+PC9iPldvdWxkIHlvdSBsaWtlIHRvIHZpc2l0IG9uZSBvZiB0aGUgbW9zdCBkaXN0aW5jdGl2ZSBuYXR1cmFsIGF0dHJpYnV0ZXMgb2YgRWwgU2FsdmFkb3I/IFlvdSBtdXN0IHZpc2l0IHRoZSB2b2xjYW5vZXMgYW5kIGxha2VzIG9mIEVsIFNhbHZhZG9yLsKgSW4gdGhlIGxha2VzIGFuZCB2b2xjYW5vZXMgdG91ciB5b3Ugd2lsbCB0YWtlIGEgc2lnaHRzZWVpbmcgdG91ciB0byDigJxJemFsY28gVm9sY2Fub+KAnSwgYmVzdCBrbm93biBhcyB0aGUgTGlnaHRob3VzZSBvZiB0aGUgUGFjaWZpYyBiZWNhdXNlIHRoZSBib2F0cyB3ZXJlIG9yaWVudGVkIHdpdGggdGhlIHJlZCBnbG93IG9mIHRoZSBsYXZhIHRvIHJlYWNoIHRoZSBBY2FqdXRsYSBwb3J0LsKgQ2Vycm8gVmVyZGUgaXMgYW4gaW5hY3RpdmUgdm9sY2FubyBsb2NhdGVkIGF0IGFuIGFsdGl0dWRlIG9mIDIwMzUgbWV0ZXJzIGFuZCBsZW5ndGggb2YgNTAwIGhlY3RhcmVzIHRoZSBuYXR1cmUgcmVzZXJ2ZSBvZiBDZXJybyBWZXJkZSwgwqBJdCBoYXMgYSBjbG91ZCBmb3Jlc3QgaW4gYW5kIGFyb3VuZCB0aGUgY3JhdGVyIHdpdGggYSB0ZW1wZXJhdHVyZSBvZiBiZXR3ZWVuIDEyIGFuZCAxOCBkZWdyZWVzIGNlbnRpZ3JhZGUuPC9wPg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLiBXZWxjb21lIHRvIHRoZSBMYW5kIG9mIHRoZSBWb2xjYW5vZXMuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5TdWNoaXRvdG8gVG91cjwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkxvb2tpbmcgdG8gY29tYmluZSBoaXN0b3J5LCBjdWx0dXJlIGFuZCBuYXR1cmU/PC9iPjxiPjwvYj48L2gzPg0KVGhlIFN1Y2hpdG90byBkYXkgdG91ciBpcyBhIGJlYXV0aWZ1bCB2aXNpdCB0byB0aGUgZW5jaGFudGluZyBjaXR5IG9mIFN1Y2hpdG90bywgYWxzbyBrbm93biBhcyB0aGUg4oCcUGxhY2Ugb2YgRmxvd2VyIEJpcmTigJ0gZm9yIGl0cyBuYW1lIGluIE5haHVhdGwuwqBTdWNoaXRvdG8gb2ZmZXJzIGFuIGVzc2VuY2Ugb2YgYW5jaWVudCBjaXR5IHdpdGggY29sb25pYWwgYXJjaGl0ZWN0dXJlIHRoYXQgc2VlbXMgbGlrZSB0aGUgdGltZSBoYXMgc3RvcHBlZC4gVmlzaXQgaXRzIGJlYXV0aWZ1bCBjb2JibGVkIHN0cmVldHMsIGFydCBnYWxsZXJpZXMsIGNyYWZ0cyBhbmQgaG9tZSBvZiBvbmUgb2YgdGhlIG1haW4gYXR0cmFjdGlvbnMgb2YgdGhlIGNpdHkgZm9yIGl0cyBzdHJ1Y3R1cmUgYW5kIGhpc3RvcmljYWwgaW1wb3J0YW5jZTogdGhlIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1My7CoFRoZSBmb3VuZGluZyBvZiBTdWNoaXRvdG8gaXMgYXR0cmlidXRlZCB0byB0aGUgUGlwaWxlcywgd2hvIHNldHRsZWQgaW4gdGhlIHByZXNlbnQgU2FsdmFkb3JhbiB0ZXJyaXRvcnkgb2YgQ3VzY2F0bMOhbiBoYWxmd2F5IHRocm91Z2ggdGhlIDExIHRoIGNlbnR1cnkgYW5kIHdlcmUgb25lIG9mIHRoZSBtb3N0IHZldGVyYW4gaW5kaWdlbm91cyB0cmliZXMgdGhhdCBmb3VnaHQgYWdhaW5zdCB0aGUgU3BhbmlzaCBjb25xdWlzdGFkb3JzIGluIHRoZSBiZWdpbm5pbmcgb2YgdGhlIDE3IHRoIGNlbnR1cnkuwqBUaGUgY2l0eSBpcyBrbm93biBhcyB0aGUg4oCcQ3JhZGxlIG9mIEhpc3RvcnkgYW5kIEN1bHR1cmXigJ0gZm9yIGFsbCB0aGUgd2VhbHRoIGl0IGNvbnRhaW5zLg0KDQpMYXRlciwgaWYgeW91IGZlZWwgbGlrZSwgeW91IGNhbiBhbHNvIHZpc2l0IFN1Y2hpdGzDoW4gTGFrZSwgdGhlIGxhcmdlc3QgYXJ0aWZpY2lhbCBsYWtlIHN1cmZhY2Ugd2F0ZXIgaW4gdGhlIGNvdW50cnkuwqBJdHMgbmF0dXJhbCBzY2VuaWMgYmVhdXR5IG1ha2VzIGl0IGFuIGlkZWFsIGRlc3RpbmF0aW9uIHRvIGVuam95IGEgYXJ0aXNhbiBib2F0IHJpZGUgd2l0aCBvbmUgb2YgdGhlIGxvY2FsIGJvYXRlcnMuIER1cmluZyB0aGUgYm9hdCByaWRlIHlvdSB3aWxsIGJlIGFibGUgdG8gdmlzaXQgdGhlIGRpZmZlcmVudCBpc2xhbmRzIHRoYXQgc3Vycm91bmQgdGhlIGxha2UsIGhvbWUgb2YgbWlncmF0b3J5IGJpcmRzIGFuZCBuYXRpdmUgYW5pbWFscy7CoERvIHlvdSB3YW50IHRvIGRpc2NvdmVyIGEgY2l0eSB3aXRoIGVuY2hhbnRtZW50PyBUaGlzIGlzIHRoZSBwZXJmZWN0IHRvdXIgdG8gZXNjYXBlIG9mIHlvdXIgcm91dGluZS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkNpdHkgVG91ciBTYW4gU2FsdmFkb3IgQWxsIERheTwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRvIHlvdSB3YW50IHRvIGRpc2NvdmVyIHRoZSBjaXR5IG9mIFNhbiBTYWx2YWRvcj88L2I+PC9oMz4NClRoaXMgaXMgZGVmaW5pdGx5IHlvdXIgdG91ci4gVmlzaXQgdGhlIG1haW4gYXZlbnVlcyBhbmQgbW9udW1lbnRzIG9mIFNhbiBTYWx2YWRvciwgdGhlIHByaW1hcnkgcmVzaWRlbnRpYWwgem9uZXMgb2YgdGhlIENhcGl0YWwgQ2l0eSwgdGhlIEhpc3RvcmljYWwgQ2VudHJlIHdpdGggaXMgbWFqZXN0aWMgTWV0cm9wb2xpdGFuIENhdGhlZHJhbCwgYmVhdXRpZnVsIE5hdGlvbmFsIFBhbGFjZSBhbmQgY2hhcmF0ZXJpc3RpYyBOYXRpb25hbCBUaGVhdHJlIG9mIGEgRnJlbmNoIFJlbmFpc3NhbmNlIHN0eWxlIGRlY2xhcmVkIGEgbmF0aW9uYWwgbW9udW1lbnQgaW4gMTk3OS4gVGhlbiwgdmlzaXQgRWwgUm9zYXJpbyBDaHVyY2ggYW5kIFBsYXphIExpYmVydGFkLsKgSW4gdGhlIGFmdGVybm9vbiwgdmlzaXQgU2FuIFNhbHZhZG9ywrRzIFZvbGNhbm8gYXQgb25seSAyNSBrbXMgZnJvbSB0aGUgY2l0eS4gVGhpcyBWb2xjYW5vIGlzIGFsc28ga25vd24gYXMg4oCcRWwgQm9xdWVyw7Nu4oCdLiBIZXJlLCBlbmpveSBhIHJlZnJlc2hpbmcgZWNvIHdhbGsgdGhyb3VnaCB0aGUgbmF0dXJhbCB0cmFpbHMgYW5kIGEgcGFub3JhbWljIHZpZXcgdG8gdGhlIGNyYXRlciB3aXRoIGl0cyBwYXJ0aWN1bGFyIOKAnHZvbGNhbmNpdG/igJ0gb3Ig4oCcbGl0dGxlIHZvbGNhbm/igJ0gaW5zaWRlLiBUaGUgc2lnaHRzZWVpbmdzIGFyZSBqdXN0IEltcHJlc3NpdmUhwqBXaGVuIHJldHVybmluZywgeW91IHdpbGwgYmUgYWJsZSB0byBzZWUgdGhlIGJlYXV0aWZ1bCBjaXR5IG9mIFNhbiBTYWx2YWRvciBpbiB0aGUgbGF0ZSBhZnRlcm5vb24uIEF0IHRoZSBlbmQsIGRlbGlnaHQgeW91cnNlbGYgd2l0aCBhIHdhcm0gYW5kIHRhc3RpbmcgY3VwIG9mIGNvZmZlZSBvciBhIGRlbGljaW91cyB0eXBpY2FsIGVhcmx5IGRpbm5lciBhdCBhIGxvY2FsIHJlc3RhdXJhbnQgaW4gdGhlIGFyZWEsIHdoZXJlIHlvdSB3aWxsIGFsc28gYmUgYWJsZSB0byB0YXN0ZSB0aGUgZmFtb3VzIHNhbHZhZG9yZWFuIGRpc2hlczog4oCcTGFzIFB1cHVzYXPigJ0uIFRoaXMgdG91ciBpcyBhIHJlYWwgbmF0dXJhbCwgY3VsdHVyYWwgYW5kIGhpc3RvcmljIGFwcG9yYWNoIHRoYXQgY2hhcmFjdGVyaXplcyBFbCBTYWx2YWRvci4NCg0KPHN0cm9uZz5TZWU6wqA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2Jvb2tpbmctaG90ZWxzLyI+Qm9va2luZyBIb3RlbHM8L2E+PC9zdHJvbmc+DQoNCiZuYnNwOw==', 'UHVlcnRvIEJhcmlsbGFzIG9mZmVycyB0cmFuc3BvcnRhdGlvbsKgIHRvIHRoZSBmb2xsb3dpbmcgc2l0ZXMNCihGb3IgcHJpY2VzIHBsZWFzZSB2aXNpdCBvdXIgcmVjZXB0aW9uIG9mZmljZSk6DQo8dWw+DQoJPGxpPjxzdHJvbmc+Sm95YXMgZGUgQ2VyZW48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkFsZWdyaWE8L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPlN1Y2hpdG90bzwvc3Ryb25nPjwvbGk+DQo8L3VsPg0KTG9va2luZyBmb3IgbW9yZSB0b3Vycz8gTG9jYWwgVG91ciBPcGVyYXRvcnMgb2ZmZXIgdGhlIGZvbGxvd2luZyB0b3VyczrCoCAoUGxlYXNlIGNvbnRhY3Qgb3VyIEZyb250IMKgb2ZmaWNlIG9yIGVtYWlswqA8YSBocmVmPSJtYWlsdG86ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tPC9hPsKgZm9yIGJvb2tpbmcgYSB0b3VyKS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRpc2NvdmVyIHRoZSBtYWplc3RpYyB2b2xjYW5vZXMgb2YgRWwgU2FsdmFkb3IhDQo8L2I+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+PC9iPldvdWxkIHlvdSBsaWtlIHRvIHZpc2l0IG9uZSBvZiB0aGUgbW9zdCBkaXN0aW5jdGl2ZSBuYXR1cmFsIGF0dHJpYnV0ZXMgb2YgRWwgU2FsdmFkb3I/IFlvdSBtdXN0IHZpc2l0IHRoZSB2b2xjYW5vZXMgYW5kIGxha2VzIG9mIEVsIFNhbHZhZG9yLsKgSW4gdGhlIGxha2VzIGFuZCB2b2xjYW5vZXMgdG91ciB5b3Ugd2lsbCB0YWtlIGEgc2lnaHRzZWVpbmcgdG91ciB0byDigJxJemFsY28gVm9sY2Fub+KAnSwgYmVzdCBrbm93biBhcyB0aGUgTGlnaHRob3VzZSBvZiB0aGUgUGFjaWZpYyBiZWNhdXNlIHRoZSBib2F0cyB3ZXJlIG9yaWVudGVkIHdpdGggdGhlIHJlZCBnbG93IG9mIHRoZSBsYXZhIHRvIHJlYWNoIHRoZSBBY2FqdXRsYSBwb3J0LsKgQ2Vycm8gVmVyZGUgaXMgYW4gaW5hY3RpdmUgdm9sY2FubyBsb2NhdGVkIGF0IGFuIGFsdGl0dWRlIG9mIDIwMzUgbWV0ZXJzIGFuZCBsZW5ndGggb2YgNTAwIGhlY3RhcmVzIHRoZSBuYXR1cmUgcmVzZXJ2ZSBvZiBDZXJybyBWZXJkZSwgwqBJdCBoYXMgYSBjbG91ZCBmb3Jlc3QgaW4gYW5kIGFyb3VuZCB0aGUgY3JhdGVyIHdpdGggYSB0ZW1wZXJhdHVyZSBvZiBiZXR3ZWVuIDEyIGFuZCAxOCBkZWdyZWVzIGNlbnRpZ3JhZGUuPC9wPg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLiBXZWxjb21lIHRvIHRoZSBMYW5kIG9mIHRoZSBWb2xjYW5vZXMuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5TdWNoaXRvdG8gVG91cjwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkxvb2tpbmcgdG8gY29tYmluZSBoaXN0b3J5LCBjdWx0dXJlIGFuZCBuYXR1cmU/PC9iPjxiPjwvYj48L2gzPg0KVGhlIFN1Y2hpdG90byBkYXkgdG91ciBpcyBhIGJlYXV0aWZ1bCB2aXNpdCB0byB0aGUgZW5jaGFudGluZyBjaXR5IG9mIFN1Y2hpdG90bywgYWxzbyBrbm93biBhcyB0aGUg4oCcUGxhY2Ugb2YgRmxvd2VyIEJpcmTigJ0gZm9yIGl0cyBuYW1lIGluIE5haHVhdGwuwqBTdWNoaXRvdG8gb2ZmZXJzIGFuIGVzc2VuY2Ugb2YgYW5jaWVudCBjaXR5IHdpdGggY29sb25pYWwgYXJjaGl0ZWN0dXJlIHRoYXQgc2VlbXMgbGlrZSB0aGUgdGltZSBoYXMgc3RvcHBlZC4gVmlzaXQgaXRzIGJlYXV0aWZ1bCBjb2JibGVkIHN0cmVldHMsIGFydCBnYWxsZXJpZXMsIGNyYWZ0cyBhbmQgaG9tZSBvZiBvbmUgb2YgdGhlIG1haW4gYXR0cmFjdGlvbnMgb2YgdGhlIGNpdHkgZm9yIGl0cyBzdHJ1Y3R1cmUgYW5kIGhpc3RvcmljYWwgaW1wb3J0YW5jZTogdGhlIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1My7CoFRoZSBmb3VuZGluZyBvZiBTdWNoaXRvdG8gaXMgYXR0cmlidXRlZCB0byB0aGUgUGlwaWxlcywgd2hvIHNldHRsZWQgaW4gdGhlIHByZXNlbnQgU2FsdmFkb3JhbiB0ZXJyaXRvcnkgb2YgQ3VzY2F0bMOhbiBoYWxmd2F5IHRocm91Z2ggdGhlIDExIHRoIGNlbnR1cnkgYW5kIHdlcmUgb25lIG9mIHRoZSBtb3N0IHZldGVyYW4gaW5kaWdlbm91cyB0cmliZXMgdGhhdCBmb3VnaHQgYWdhaW5zdCB0aGUgU3BhbmlzaCBjb25xdWlzdGFkb3JzIGluIHRoZSBiZWdpbm5pbmcgb2YgdGhlIDE3IHRoIGNlbnR1cnkuwqBUaGUgY2l0eSBpcyBrbm93biBhcyB0aGUg4oCcQ3JhZGxlIG9mIEhpc3RvcnkgYW5kIEN1bHR1cmXigJ0gZm9yIGFsbCB0aGUgd2VhbHRoIGl0IGNvbnRhaW5zLg0KDQpMYXRlciwgaWYgeW91IGZlZWwgbGlrZSwgeW91IGNhbiBhbHNvIHZpc2l0IFN1Y2hpdGzDoW4gTGFrZSwgdGhlIGxhcmdlc3QgYXJ0aWZpY2lhbCBsYWtlIHN1cmZhY2Ugd2F0ZXIgaW4gdGhlIGNvdW50cnkuwqBJdHMgbmF0dXJhbCBzY2VuaWMgYmVhdXR5IG1ha2VzIGl0IGFuIGlkZWFsIGRlc3RpbmF0aW9uIHRvIGVuam95IGEgYXJ0aXNhbiBib2F0IHJpZGUgd2l0aCBvbmUgb2YgdGhlIGxvY2FsIGJvYXRlcnMuIER1cmluZyB0aGUgYm9hdCByaWRlIHlvdSB3aWxsIGJlIGFibGUgdG8gdmlzaXQgdGhlIGRpZmZlcmVudCBpc2xhbmRzIHRoYXQgc3Vycm91bmQgdGhlIGxha2UsIGhvbWUgb2YgbWlncmF0b3J5IGJpcmRzIGFuZCBuYXRpdmUgYW5pbWFscy7CoERvIHlvdSB3YW50IHRvIGRpc2NvdmVyIGEgY2l0eSB3aXRoIGVuY2hhbnRtZW50PyBUaGlzIGlzIHRoZSBwZXJmZWN0IHRvdXIgdG8gZXNjYXBlIG9mIHlvdXIgcm91dGluZS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkNpdHkgVG91ciBTYW4gU2FsdmFkb3IgQWxsIERheTwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRvIHlvdSB3YW50IHRvIGRpc2NvdmVyIHRoZSBjaXR5IG9mIFNhbiBTYWx2YWRvcj88L2I+PC9oMz4NClRoaXMgaXMgZGVmaW5pdGx5IHlvdXIgdG91ci4gVmlzaXQgdGhlIG1haW4gYXZlbnVlcyBhbmQgbW9udW1lbnRzIG9mIFNhbiBTYWx2YWRvciwgdGhlIHByaW1hcnkgcmVzaWRlbnRpYWwgem9uZXMgb2YgdGhlIENhcGl0YWwgQ2l0eSwgdGhlIEhpc3RvcmljYWwgQ2VudHJlIHdpdGggaXMgbWFqZXN0aWMgTWV0cm9wb2xpdGFuIENhdGhlZHJhbCwgYmVhdXRpZnVsIE5hdGlvbmFsIFBhbGFjZSBhbmQgY2hhcmF0ZXJpc3RpYyBOYXRpb25hbCBUaGVhdHJlIG9mIGEgRnJlbmNoIFJlbmFpc3NhbmNlIHN0eWxlIGRlY2xhcmVkIGEgbmF0aW9uYWwgbW9udW1lbnQgaW4gMTk3OS4gVGhlbiwgdmlzaXQgRWwgUm9zYXJpbyBDaHVyY2ggYW5kIFBsYXphIExpYmVydGFkLsKgSW4gdGhlIGFmdGVybm9vbiwgdmlzaXQgU2FuIFNhbHZhZG9ywrRzIFZvbGNhbm8gYXQgb25seSAyNSBrbXMgZnJvbSB0aGUgY2l0eS4gVGhpcyBWb2xjYW5vIGlzIGFsc28ga25vd24gYXMg4oCcRWwgQm9xdWVyw7Nu4oCdLiBIZXJlLCBlbmpveSBhIHJlZnJlc2hpbmcgZWNvIHdhbGsgdGhyb3VnaCB0aGUgbmF0dXJhbCB0cmFpbHMgYW5kIGEgcGFub3JhbWljIHZpZXcgdG8gdGhlIGNyYXRlciB3aXRoIGl0cyBwYXJ0aWN1bGFyIOKAnHZvbGNhbmNpdG/igJ0gb3Ig4oCcbGl0dGxlIHZvbGNhbm/igJ0gaW5zaWRlLiBUaGUgc2lnaHRzZWVpbmdzIGFyZSBqdXN0IEltcHJlc3NpdmUhwqBXaGVuIHJldHVybmluZywgeW91IHdpbGwgYmUgYWJsZSB0byBzZWUgdGhlIGJlYXV0aWZ1bCBjaXR5IG9mIFNhbiBTYWx2YWRvciBpbiB0aGUgbGF0ZSBhZnRlcm5vb24uIEF0IHRoZSBlbmQsIGRlbGlnaHQgeW91cnNlbGYgd2l0aCBhIHdhcm0gYW5kIHRhc3RpbmcgY3VwIG9mIGNvZmZlZSBvciBhIGRlbGljaW91cyB0eXBpY2FsIGVhcmx5IGRpbm5lciBhdCBhIGxvY2FsIHJlc3RhdXJhbnQgaW4gdGhlIGFyZWEsIHdoZXJlIHlvdSB3aWxsIGFsc28gYmUgYWJsZSB0byB0YXN0ZSB0aGUgZmFtb3VzIHNhbHZhZG9yZWFuIGRpc2hlczog4oCcTGFzIFB1cHVzYXPigJ0uIFRoaXMgdG91ciBpcyBhIHJlYWwgbmF0dXJhbCwgY3VsdHVyYWwgYW5kIGhpc3RvcmljIGFwcG9yYWNoIHRoYXQgY2hhcmFjdGVyaXplcyBFbCBTYWx2YWRvci4NCg0KPHN0cm9uZz5TZWU6wqA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2Jvb2tpbmctaG90ZWxzLyI+Qm9va2luZyBIb3RlbHM8L2E+PC9zdHJvbmc+DQoNCiZuYnNwOw==', 1),
(154, 37, 0, '2013-11-30 18:40:56', 'original_id', '', 0, '33', '', 1),
(155, 38, 0, '2013-11-30 18:41:21', 'title', 'base64', 1, 'VHJhdmVsIEVsIFNhbHZhZG9yIA==', 'VmlhamVzIGEgRWwgU2FsdmFkb3I=', 1),
(156, 38, 0, '2013-11-30 18:41:21', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(157, 38, 0, '2013-11-30 18:41:21', 'original_id', '', 0, '153', '', 1),
(158, 39, 0, '2013-11-30 18:41:52', 'title', 'base64', 1, 'VHJlZWhvdXNlcw==', 'Q2FzYSBkZSDDgXJib2w=', 1),
(159, 39, 0, '2013-11-30 18:41:52', 'body', 'base64', 1, 'PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokMTE4LjAwPC9zdHJvbmc+PC9zcGFuPg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0Nhc2EtZGUtYXJib2wtMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSAgd3AtaW1hZ2UtMjIwIiBhbHQ9IkNhc2EgZGUgYXJib2wgLSBQdWVydG8gQmFyaWxsYXMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9DYXNhLWRlLWFyYm9sLTIuanBnIiB3aWR0aD0iNDQ4IiBoZWlnaHQ9IjMzNiIgLz48L2E+', 'PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokMTE4LjAwPC9zdHJvbmc+PC9zcGFuPg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0Nhc2EtZGUtYXJib2wtMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSAgd3AtaW1hZ2UtMjIwIiBhbHQ9IkNhc2EgZGUgYXJib2wgLSBQdWVydG8gQmFyaWxsYXMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9DYXNhLWRlLWFyYm9sLTIuanBnIiB3aWR0aD0iNDQ4IiBoZWlnaHQ9IjMzNiIgLz48L2E+', 1),
(160, 39, 0, '2013-11-30 18:41:52', 'original_id', '', 0, '209', '', 1),
(161, 40, 0, '2013-11-30 18:42:46', 'title', 'base64', 1, 'VHJpcGFkdmlzb3I=', 'VHJpcGFkdmlzb3I=', 1),
(162, 40, 0, '2013-11-30 18:42:46', 'body', 'base64', 1, 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 1),
(163, 40, 0, '2013-11-30 18:42:46', 'original_id', '', 0, '162', '', 1),
(164, 41, 0, '2013-12-07 15:26:40', 'title', 'base64', 1, 'R2V0dGluZyBUaGVyZQ==', 'Q29tbyBMbGVnYXI=', 1),
(165, 41, 0, '2013-12-07 15:26:40', 'body', 'base64', 1, 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5WZXIgPGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcy9tcz9tc2lkPTIxMjAzNzMwNTAxNzI4MTM0MTc0MC4wMDA0YjNjOWJiNzM4MjE0ZmVhY2UmYW1wO21zYT0wJmFtcDtpZT1VVEY4JmFtcDt0PWgmYW1wO3NvdXJjZT1lbWJlZCZhbXA7bGw9MTMuMjY0MjM2LC04OC40OTIzMiZhbXA7c3BuPTAuMDA3MzEsMC4wMDkxMiI+UHVlcnRvIEJhcmlsbGFzPC9hPiBlbiB1biBtYXBhIGFtcGxpYWRvPC9zbWFsbD4NCg0KV2UgYXJlIGxvY2F0ZWQgaW4gdGhlIENhbmFsIEJhcmlsbGFzIEppcXVpbGlzY28gQmF5LiBJZiB0cmF2ZWxpbmcgYnkgbGFuZCwgY3Jvc3NpbmcgYXQgS20gMTA4LjUgQ2FycmV0ZXJhIExpdG9yYWwgQ0EyIHJvYWQgdG8gdGhlIEhhY2llbmRhIExhIENhcnJlcmEgKGV4YWN0bHkgYXQgdGhlIGVudHJhbmNlIGlzIHBsYWNlZCBhIHRyYWN0b3IgdGlyZSBwYWludGVkIGluIHZhcmlvdXMgY29sb3JzKSByZWZlciB0byBCYXJpbGxhcyBzaWduYWxpbmcgb3IgdGhlIGxheWluZyBvZiB0ZWxlcGhvbmUgY2FibGUgZnJvbSB0aGUgY29hc3QgdG8gdGhlIEhpZ2h3YXkgZmFjaWxpdGllcyBpbiBQdWVydG8gQmFyaWxsYXMuDQoNCklmIHRyYXZlbGluZyBieSBzZWEsIHBsZWFzZSBjYWxsIFZIRiBjaGFubmVsIDE2IG9uZSBob3VyIGJlZm9yZSByZWFjaGluZyB0aGUgbWVldGluZyBwb2ludCwgYW5kIHdlIHdpbGwgZ2xhZGx5IHNlbmQgeW91IGEgcGFuZ2EgdG8gZ3VpZGUgeW91IHRvIHRoZSBtYXJpbmEuIE1lZXRpbmcgUG9pbnQ6IDEzIMK6IDA3LDAxOCAnTiA4OCDCsCAyNSwxNjUnIFcgMzUnZGUgd2F0ZXIsIFZvbGNhbiBTYW4gTWlndWVsIDAyNU0sIDA2ME0gQmx1ZSBIaWxsLg0KDQpNZWV0aW5nIFBvaW50OiAxMyDCuiAwNywwMTggJ04gODggwrAgMjUsMTY1JyBXIDM1J2RlIHdhdGVyLCBWb2xjYW4gU2FuIE1pZ3VlbCAwMjVNLCAwNjBNIEJsdWUgSGlsbC4NCg0KSWYgdHJhdmVsaW5nIGJ5IGFpciwgd2UgaGF2ZSBpbnRlcm5hdGlvbmFsIGxhbmRpbmcgcnVud2F5IDEsNzAwIG1ldGVycyBsb25nIGFuZCA1MCBtZXRlcnMgd2lkZSB3aXRoIHJhZGlvIGNvbnRyb2wgc3RhdGlvbi4NCg0KQ29vcmRpbmF0ZXM6IE4gOTQyIDEzLjE1IDA4OCAyOSA1NzdXIE9yaWVudGF0aW9uOiAwOF8yNg0KDQpGcm9tIFNhbiBTYWx2YWRvciBhcnJpdmluZyBieSBjYXIgYXBwcm94aW1hdGVseSAxLjUgdG8gMiBob3Vycy4=', 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5WZXIgPGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcy9tcz9tc2lkPTIxMjAzNzMwNTAxNzI4MTM0MTc0MC4wMDA0YjNjOWJiNzM4MjE0ZmVhY2UmYW1wO21zYT0wJmFtcDtpZT1VVEY4JmFtcDt0PWgmYW1wO3NvdXJjZT1lbWJlZCZhbXA7bGw9MTMuMjY0MjM2LC04OC40OTIzMiZhbXA7c3BuPTAuMDA3MzEsMC4wMDkxMiI+UHVlcnRvIEJhcmlsbGFzPC9hPiBlbiB1biBtYXBhIGFtcGxpYWRvPC9zbWFsbD4NCg0KRXN0YW1vcyB1YmljYWRvcyBlbiBlbCBDYW5hbCBCYXJpbGxhcyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbywgc2kgdmlhamEgcG9yIHRpZXJyYSwgY3J1emFyIGVuIGVsIGtpbMOzbWV0cm8gMTA4LjUgQ0EyIENhcnJldGVyYSBMaXRvcmFsIGVuIGRlc3bDrW8gYSBsYSBIYWNpZW5kYSBMYSBDYXJyZXJhIChleGFjdGFtZW50ZSBlbiBsYSBlbnRyYWRhIHNlIGhhIGNvbG9jYWRvIHVuYSBsbGFudGEgZGUgdHJhY3RvciBwaW50YWRhIGRlIHZhcmlvcyBjb2xvcmVzKSwgdG9tYXIgY29tbyByZWZlcmVuY2lhIGxhIHNlw7FhbGl6YWNpw7NuIGRlIEJhcmlsbGFzIG8gZWwgdGVuZGlkbyBkZWwgY2FibGUgdGVsZWbDs25pY28gZGVzZGUgQ2FycmV0ZXJhIEVsIExpdG9yYWwgaGFzdGEgbGFzIGluc3RhbGFjaW9uZXMgZGUgUHVlcnRvIEJhcmlsbGFzLg0KDQpTaSB2aWFqYSBwb3IgbWFyLCBmYXZvciBsbGFtYXIgYWwgY2FuYWwgVkhGIDE2IHVuYSBob3JhIGFudGVzIGRlIGxsZWdhciBhbCBwdW50byBkZSBlbmN1ZW50cm8sIHkgY29uIG11Y2hvIGd1c3RvIGVudmlhcmVtb3MgdW5hIHBhbmdhIHBhcmEgcXVlIGxvIGd1w61lIGhhc3RhIGxhIG1hcmluYS4NCg0KUHVudG8gZGUgZW5jdWVudHJvOiAxMyBncmFkb3MgMDcuMDE4J04gODggZ3JhZG9zIDI1LjE2NcK0VyAzNcK0ZGUgYWd1YSwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgQ2Vycm8gQXrDumwgMDYwTS4NCg0KU2kgdmlhamEgcG9yIGFpcmUsIGNvbnRhbW9zIGNvbiBwaXN0YSBpbnRlcm5hY2lvbmFsIGRlIGF0ZXJyaXphamUgZGUgMSw3MDAgbWV0cm9zIGRlIGxhcmdvIHBvciA1MCBtZXRyb3MgZGUgYW5jaG8gY29uIHB1ZXN0byBkZSByYWRpbyBjb250cm9sLg0KDQpDb29yZGVuYWRhczogMTMuMTUgOTQyIE4gMDg4IDI5IDU3N1cgT3JpZW50YWNpw7NuOiAwOF8yNg0KDQpEZXNkZSBTYW4gU2FsdmFkb3IgbGxlZ2EgZW4gdmVow61jdWxvIGFwcm94aW1hZGFtZW50ZSBlbiAxLjUgYSAyIGhvcmFzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzExL21hcGEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTU4MiIgYWx0PSJtYXBhIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTEvbWFwYS5qcGciIHdpZHRoPSI2NDAiIGhlaWdodD0iMzY2IiAvPjwvYT4=', 1),
(166, 41, 0, '2013-12-07 15:26:40', 'original_id', '', 0, '43', '', 1),
(167, 42, 0, '2013-12-07 15:40:44', 'title', 'base64', 1, 'SGlzdG9yeQ==', 'SGlzdG9yaWE=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(168, 42, 0, '2013-12-07 15:40:44', 'body', 'base64', 1, 'PGgzPkkuIEJhY2tncm91bmQvIEhpc3Rvcnk8L2gzPg0KSGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyB3YXMgb24gdGhlIHRvcCBsaXN0IG9mIHByb2R1Y3RpdmUgZmFybXMgaW4gTGF0aW4gQW1lcmljYSwgYmVmb3JlIHRoZSBsYW5kIHJlZm9ybSBpbiB0aGUgbGF0ZSA3MOKAmXMuwqAgSXQgd2FzIGFuIGljb24gZm9yIHRoZSBhZ3JpY3VsdHVyZSBhbmQgcHJvZ3Jlc3MgaW4gRWwgU2FsdmFkb3IuwqAgVGhlcmVmb3JlLCBiZWNhdXNlIG9mIHRoaXMgaGFjaWVuZGEgdGhlIGFyZWEgaGFkIGEgaGlnaCBlbXBsb3ltZW50IHJhdGUuDQoNClRoZSB0b3AgcmVzb3VyY2VzIGJlZm9yZSB0aGUgbGFuZCByZWZvcm0gaW4gdGhlIDcw4oCZcw0KPHVsPg0KCTxsaT5Db3R0b248L2xpPg0KCTxsaT5DYXR0bGU8L2xpPg0KCTxsaT5HcmVlbiBQbGFudGFpbnMgYW5kIGJhbmFuYXM8L2xpPg0KCTxsaT5DYWNhbyAoIGhpZ2hlc3QgcXVhbGl0eS90b3AgbWFya2V0IHByaWNlLSByZW1lbWJlciB0aGUgY2hvY29sYXRlIHlvdSB0cmllZCBhdCB0aGUgdHJhdmVsIG1hcmtldCBhbmQgaXRzIGFyb21hLSBzaW1wbHkgZGVsaWNpb3VzKTwvbGk+DQoJPGxpPsKgQ29jb251dCBvaWw8L2xpPg0KCTxsaT5NdWNoIG1vcmUgbmF0dXJhbCBwcm9kdWN0cyAoZnJ1aXRzIGFuZCB2ZWdldGFibGVzKTwvbGk+DQo8L3VsPg0KT3VyIGVudHJhbmNlIHRvIFB1ZXJ0byBCYXJpbGxhcyBpcyBpbiB0aGUgbWlkc3Qgb2YgdGhpcyBiZWF1dGlmdWwgZmFybSAoc3VnYXIgY2FuZSwgY2FjYW8sIHRyb3BpY2FsIHZlZ2V0YXRpb24gYW5kIHNwbGVuZG9yb3VzIHZvbGNhbm9lcykgYXJlIGp1c3QgYSBmZXcgb2YgdGhlIHNpZ2h0c2VlaW5nIGl0ZW1zIGluIHRoZSBhcmVhDQoNClB1ZXJ0byBCYXJpbGxhcywgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMsIG9wZW5lZCBpdHMgZG9vcnMgaW4geWVhciAyMDAwIHdpdGggYSBkcmVhbSBpbiBtaW5kOiB0cmFuc2Zvcm1pbmcgdGhlIG1lbW9yeSBvZiB0aGUgaGlzdG9yeSBvZiBTYWx2YWRvcmFuIGFncmljdWx0dXJlIGZyb20gYW4gSGFjaWVuZGHCoCAoTGEgQ2FycmVyYSkgdG8gYW4gYXR0cmFjdGl2ZSwgZW5jaGFudGVkIHRvdXJpc3QgZGVzdGluYXRpb24swqAgd2l0aCBpdHMgYWJ1bmRhbmNlIGFuZCBmZXJ0aWxlIG5hdHVyZSAoZmxvcmEgYW5kIGZhdW5hKSwgaXRzIGdsYW1vcm91cy1waWN0dXJlIHBlcmZlY3Qgc2NlbmVyaWVzLCBpdHMgZGl2ZXJzZSBhbmQgZXhjaXRpbmcgYWN0aXZpdGllcyBhbmQgbXVjaCBtb3Jl4oCmIGFuZCBieSB0aGlzIG1lYW5zLCBzaGFyaW5nIHRoZSBiZWF1dHkgd2l0aCBpdHMgdmlzaXRvcnMuDQoNClRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYQ0KPGgzPjxiPkhpc3Rvcnkgb2YgSmlxdWlsaXNjbyBCYXkgwqA8L2I+PC9oMz4NCjxiPlByZS1Db2x1bWJpYW4gZXJhPC9iPg0KDQpPbiB0aGUgc291dGggY29hc3Qgb2YgVXN1bHV0YW4sIHRoZSBQYWNpZmljIE9jZWFuIGZvcm1zIGEgcGljdHVyZXNxdWUgc2VhIGVudHJhbmNlLCBmb3JtZXJseSBYaXJpdWFsdGlxdWUsIGxhdGVyIGNhbGxlZCB0aGUgSG9seSBTcGlyaXQgYW5kIG5vdyBKaXF1aWxpc2NvLiBYaXJpdWFsdGlxdWUgd2hpY2ggaW4gUG90b24gbGFuZ3VhZ2UgbWVhbnMgInBsYWNlIGluIHRoZSBiYXkgb2YgdGhlIHN0YXJzLiIgSXQgY29tZXMgZnJvbSBYaXJpYSwgc3RhciwgdWFsLCB3YXRlciwgcml2ZXIsIGJheSwgYW5kIHRpY2tldCwgY2xvc2VkLCBzdWZmaXggb2YgcGxhY2UuDQoNCkluIHRoZSBsYW5ndWFnZSBQb3RvbiBzcG9rZW4gYnkgdGhlIExlbmNhcyB0cmliZXMgWGlxdWlsaXNjbyBtZWFucyAibWVuIG9mIHhpcXVpbGl0ZSIsIGNvbWluZyBmcm9tIHRoZSByb290cyB4aXF1aWxpdGUsIGluZGlnbywgamlxdWlsaXRlIChwbGFudCBmcm9tIHdoaWNoIHRoZSBpbmsgaXMgZXh0cmFjdGVkIGFubnVhbGx5IG9yIGluZGlnbyBpbmspIGFuZCBpeGNvLCBtYW4uIEluIG90aGVyIHdvcmRzLCBKaXF1aWxpc2NvIGJlY29tZXMgdGhlICJwZW9wbGUgb2YgdGhlIG1lbiB3aG8gY3VsdGl2YXRlIGluZGlnbywgaW5kaWdvIGFuZCBiZW5lZml0LiINCg0KPGI+MTUwMDwvYj4NCg0KSmlxdWlsaXNjbyBCYXkgd2FzIGRpc2NvdmVyZWQgaW4gMTUyMiBieSBBbmRyw6lzIE5pw7FvLCBDaGllZiBQaWxvdCBvZiB0aGUgZXhwZWRpdGlvbiBvZiBHaWwgR29uemFsZXogRGF2aWxhLCB3aG8gc2FpbGVkIGZyb20gUGVhcmwgSXNsYW5kcywgR3VsZiBvZiBQYW5hbWEgdG8gdGhlIEd1bGYgb2YgVGVodWFudGVwZWMsIGluIE1leGljbywgc2Vla2luZyBhbiBpbnRlci1vY2VhbmljIHJvdXRlLg==', 'PGgzPkkuIEJhY2tncm91bmQvIEhpc3Rvcnk8L2gzPg0KSGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyB3YXMgb24gdGhlIHRvcCBsaXN0IG9mIHByb2R1Y3RpdmUgZmFybXMgaW4gTGF0aW4gQW1lcmljYSwgYmVmb3JlIHRoZSBsYW5kIHJlZm9ybSBpbiB0aGUgbGF0ZSA3MOKAmXMuwqAgSXQgd2FzIGFuIGljb24gZm9yIHRoZSBhZ3JpY3VsdHVyZSBhbmQgcHJvZ3Jlc3MgaW4gRWwgU2FsdmFkb3IuwqAgVGhlcmVmb3JlLCBiZWNhdXNlIG9mIHRoaXMgaGFjaWVuZGEgdGhlIGFyZWEgaGFkIGEgaGlnaCBlbXBsb3ltZW50IHJhdGUuDQoNClRoZSB0b3AgcmVzb3VyY2VzIGJlZm9yZSB0aGUgbGFuZCByZWZvcm0gaW4gdGhlIDcw4oCZcw0KPHVsPg0KCTxsaT5Db3R0b248L2xpPg0KCTxsaT5DYXR0bGU8L2xpPg0KCTxsaT5HcmVlbiBQbGFudGFpbnMgYW5kIGJhbmFuYXM8L2xpPg0KCTxsaT5DYWNhbyAoIGhpZ2hlc3QgcXVhbGl0eS90b3AgbWFya2V0IHByaWNlLSByZW1lbWJlciB0aGUgY2hvY29sYXRlIHlvdSB0cmllZCBhdCB0aGUgdHJhdmVsIG1hcmtldCBhbmQgaXRzIGFyb21hLSBzaW1wbHkgZGVsaWNpb3VzKTwvbGk+DQoJPGxpPsKgQ29jb251dCBvaWw8L2xpPg0KCTxsaT5NdWNoIG1vcmUgbmF0dXJhbCBwcm9kdWN0cyAoZnJ1aXRzIGFuZCB2ZWdldGFibGVzKTwvbGk+DQo8L3VsPg0KT3VyIGVudHJhbmNlIHRvIFB1ZXJ0byBCYXJpbGxhcyBpcyBpbiB0aGUgbWlkc3Qgb2YgdGhpcyBiZWF1dGlmdWwgZmFybSAoc3VnYXIgY2FuZSwgY2FjYW8sIHRyb3BpY2FsIHZlZ2V0YXRpb24gYW5kIHNwbGVuZG9yb3VzIHZvbGNhbm9lcykgYXJlIGp1c3QgYSBmZXcgb2YgdGhlIHNpZ2h0c2VlaW5nIGl0ZW1zIGluIHRoZSBhcmVhDQoNClB1ZXJ0byBCYXJpbGxhcywgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMsIG9wZW5lZCBpdHMgZG9vcnMgaW4geWVhciAyMDAwIHdpdGggYSBkcmVhbSBpbiBtaW5kOiB0cmFuc2Zvcm1pbmcgdGhlIG1lbW9yeSBvZiB0aGUgaGlzdG9yeSBvZiBTYWx2YWRvcmFuIGFncmljdWx0dXJlIGZyb20gYW4gSGFjaWVuZGHCoCAoTGEgQ2FycmVyYSkgdG8gYW4gYXR0cmFjdGl2ZSwgZW5jaGFudGVkIHRvdXJpc3QgZGVzdGluYXRpb24swqAgd2l0aCBpdHMgYWJ1bmRhbmNlIGFuZCBmZXJ0aWxlIG5hdHVyZSAoZmxvcmEgYW5kIGZhdW5hKSwgaXRzIGdsYW1vcm91cy1waWN0dXJlIHBlcmZlY3Qgc2NlbmVyaWVzLCBpdHMgZGl2ZXJzZSBhbmQgZXhjaXRpbmcgYWN0aXZpdGllcyBhbmQgbXVjaCBtb3Jl4oCmIGFuZCBieSB0aGlzIG1lYW5zLCBzaGFyaW5nIHRoZSBiZWF1dHkgd2l0aCBpdHMgdmlzaXRvcnMuDQoNClRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYQ0KPGgzPjxiPkhpc3Rvcnkgb2YgSmlxdWlsaXNjbyBCYXkgwqA8L2I+PC9oMz4NCjxiPlByZS1Db2x1bWJpYW4gZXJhPC9iPg0KDQpPbiB0aGUgc291dGggY29hc3Qgb2YgVXN1bHV0YW4sIHRoZSBQYWNpZmljIE9jZWFuIGZvcm1zIGEgcGljdHVyZXNxdWUgc2VhIGVudHJhbmNlLCBmb3JtZXJseSBYaXJpdWFsdGlxdWUsIGxhdGVyIGNhbGxlZCB0aGUgSG9seSBTcGlyaXQgYW5kIG5vdyBKaXF1aWxpc2NvLiBYaXJpdWFsdGlxdWUgd2hpY2ggaW4gUG90b24gbGFuZ3VhZ2UgbWVhbnMgInBsYWNlIGluIHRoZSBiYXkgb2YgdGhlIHN0YXJzLiIgSXQgY29tZXMgZnJvbSBYaXJpYSwgc3RhciwgdWFsLCB3YXRlciwgcml2ZXIsIGJheSwgYW5kIHRpY2tldCwgY2xvc2VkLCBzdWZmaXggb2YgcGxhY2UuDQoNCkluIHRoZSBsYW5ndWFnZSBQb3RvbiBzcG9rZW4gYnkgdGhlIExlbmNhcyB0cmliZXMgWGlxdWlsaXNjbyBtZWFucyAibWVuIG9mIHhpcXVpbGl0ZSIsIGNvbWluZyBmcm9tIHRoZSByb290cyB4aXF1aWxpdGUsIGluZGlnbywgamlxdWlsaXRlIChwbGFudCBmcm9tIHdoaWNoIHRoZSBpbmsgaXMgZXh0cmFjdGVkIGFubnVhbGx5IG9yIGluZGlnbyBpbmspIGFuZCBpeGNvLCBtYW4uIEluIG90aGVyIHdvcmRzLCBKaXF1aWxpc2NvIGJlY29tZXMgdGhlICJwZW9wbGUgb2YgdGhlIG1lbiB3aG8gY3VsdGl2YXRlIGluZGlnbywgaW5kaWdvIGFuZCBiZW5lZml0LiINCg0KPGI+MTUwMDwvYj4NCg0KSmlxdWlsaXNjbyBCYXkgd2FzIGRpc2NvdmVyZWQgaW4gMTUyMiBieSBBbmRyw6lzIE5pw7FvLCBDaGllZiBQaWxvdCBvZiB0aGUgZXhwZWRpdGlvbiBvZiBHaWwgR29uemFsZXogRGF2aWxhLCB3aG8gc2FpbGVkIGZyb20gUGVhcmwgSXNsYW5kcywgR3VsZiBvZiBQYW5hbWEgdG8gdGhlIEd1bGYgb2YgVGVodWFudGVwZWMsIGluIE1leGljbywgc2Vla2luZyBhbiBpbnRlci1vY2VhbmljIHJvdXRlLg==', 1),
(169, 42, 0, '2013-12-07 15:40:44', 'original_id', '', 0, '146', '', 1),
(170, 43, 0, '2013-12-07 15:48:35', 'title', 'base64', 1, 'T3VyIFRlYW0=', 'TnVlc3RybyBFcXVpcG8=', 1),
(171, 43, 0, '2013-12-07 15:48:35', 'body', 'base64', 1, 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+', 'PGgzPkEgdG9kb3MgbnVlc3Ryb3MgbWllbWJyb3MsIHZpc2l0YXMgeSBudWV2b3MgY2xpZW50ZXMuPC9oMz4NCkJpZW52ZW5pZG9zIGEgUHVlcnRvIEJhcmlsbGFzLCBlbiBlbCBjb3JhesOzbiBkZSBsYSBCYWhpYSBkZSBKaXF1aWxpc2NvLg0KDQo8aW1nIGNsYXNzPSJzaXplLWZ1bGwgd3AtaW1hZ2UtNTc5IGFsaWdubGVmdCIgYWx0PSJzdGFmZjgiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9zdGFmZjguanBnIiB3aWR0aD0iMjUwIiBoZWlnaHQ9IjE4OCIgLz5QdWVydG8gQmFyaWxsYXMgZXN0w6Egc2l0dWFkbyBlbiB1bmEgY8OpbnRyaWNhIHViaWNhY2nDs24gZW50cmUgdm9sY2FuZXMgeSBwbGFudGFjaW9uZXMgZGUgY2FjYW8sIHJvZGVhZG8gZGUgdmVnZXRhY2nDs24gdHJvcGljYWwgeSB2aXN0YSBhbCBtYXIuDQoNClNpIHVzdGVkIGVzIHVuIG1pZW1icm8sIGhhIHZpc2l0YWRvIG51ZXN0cmEgcMOhZ2luYSBkZSBGYWNlYm9vaywgdSBvw61kbyBhY2VyY2EgZGUgUHVlcnRvIEJhcmlsbGFzLCBhc2Vnw7pyZXNlIGRlIHZlbmlyIGEgdmlzaXRhcm5vcy4gUG9kcsOhIGRpc2ZydXRhciBkZSB1bmEgY8OhbGlkYSBob3NwaXRhbGlkYWQgeSBzZXJ2aWNpb3MgZGUgYWxvamFtaWVudG8gZGUgcHJpbWVyYSBjbGFzZS4gTnVlc3RybyBkZWRpY2FkbyBlcXVpcG8gZGUgcGVyc29uYWwgZXN0w6EgY29tcHJvbWV0aWRvIGEgaGFjZXIgc3UgdmlzaXRhIGxvIG3DoXMgY8OzbW9kYSwgcmVsYWphbnRlIHkgYWdyYWRhYmxlLg0KDQrCoUhheSBhbGd1bmFzIGNvc2FzIHBlbmRpZW50ZXMgcXVlIG5vIG1lIGd1c3RhcsOtYSBxdWUgc2UgcGllcmRhISBFc3RhcyBkZWJlbiBkZXN0YWNhcnNlLCB5IHNvbjogbnVlc3Ryb3MgaGVybW9zb3MgamFyZGluZXMsIENhc2EgQ2x1YiBFbCBDb25hY2FzdGUsIGNvbiB2aXN0YSBhIGxhIGJhaMOtYSwgdGllbmRhIGRlIGNvbnZlbmllbmNpYSwgcGlzY2luYXMsIHJ1dGFzIGRlIHNlbmRlcmlzbW8gYSB2aXNpdGFyIGEgdW5hIGRlIGxhcyB1bHRpbWFzIGNvbXVuaWRhZGVzIGRlIG1vbm9zIGFyYcOxYXMgeSBsb3MgdG91cnMgYSBsYXMgUGxheWFzLg0KDQpIZW1vcyBoZWNobyB0b2RvIGxvIHBvc2libGUgcGFyYSBhc2VndXJhciBxdWUgc3UgZXN0YW5jaWEgZW4gUHVlcnRvIEJhcmlsbGFzIHNlYSB1bmEgZXhwZXJpZW5jaWEgYWdyYWRhYmxlIGUgaW5vbHZpZGFibGUuIEVzdGFtb3MgY29tcHJvbWV0aWRvcyBhIG1lam9yYXIgeSBkZXNhcnJvbGxhciBhw7puIG3DoXMgZXN0YSAiam95YSBlc2NvbmRpZGEiIGVuIGVsIFBhY2lmaWNvLCB5IHF1ZSBsZSBvZnJlY2UgYWxnbyBlc3BlY2lhbCBlbiBjYWRhIHZpc2l0YS4NCg0KRXN0ZSBudWV2byBhw7FvIDIwMTIgdGVuZW1vcyBlbCBjb21wcm9taXNvIGRlIGlubm92YXIgbnVldm9zIHByb2R1Y3RvcyB5IHNlcnZpY2lvcyBwYXJhIHF1ZSBudWVzdHJvcyBtaWVtYnJvcywgc3VzIGZhbWlsaWFyZXMgeSB2aXNpdGFzIGRpc2ZydXRlbiBhw7puIG1hcyBkZSBudWVzdHJhcyBpbnN0YWxhY2lvbmVzLCBhc8OtIHF1ZSBsZSBpbnZpdGFtb3MgYSBxdWUgY29udGluw7plIHZpc2l0w6FuZG9ub3MgZW4gbnVlc3RyYSBww6FnaW5hIHdlYiBkb25kZSBwb2Ryw6EgcmVhbGl6YXIgc3VzIHJlc2VydmFjaW9uZXMsIHZlciBudWV2b3MgdmlkZW9zIGVuIFlvdXR1YmUsIGNvbXVuaWNhcnNlIHBvciBtZWRpbyBkZSBGYWNlYm9vayBzaSBhc8OtIGxvIGRlc2VhIG8gYmFqYXIgZm90b3MgZGUgcHJlY2lvc29zIHBhaXNhamVzIGRlIG51ZXN0cmFzIGluc3RhbGFjaW9uZXMgeSBsYSBCYWhpYSBkZSBKaXF1aWxpc2NvIGVuIEZsaWNrci4NCg0KRXNwZXJvIHBvZGVyIGNvbm9jZXJsZSBwZXJzb25hbG1lbnRlLg0KDQpVbiBjb3JkaWFsIHNhbHVkbywNCjxoND5BcmVseSBDYWxkZXLDs24NCjxpPkdlcmVudGUgZGUgT3BlcmFjaW9uZXM8L2k+PC9oND4=', 1),
(172, 43, 0, '2013-12-07 15:48:35', 'original_id', '', 0, '137', '', 1),
(173, 44, 0, '2013-12-07 16:01:03', 'title', 'base64', 1, 'R2V0dGluZyBUaGVyZQ==', 'Q29tbyBMbGVnYXI=', 1),
(174, 44, 0, '2013-12-07 16:01:03', 'body', 'base64', 1, 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5GdWxsIE1hcDogwqA8YSBzdHlsZT0iY29sb3I6ICMwMDAwZmY7IHRleHQtYWxpZ246IGxlZnQ7IiBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyIj5QdWVydG8gQmFyaWxsYXM8L2E+wqA8L3NtYWxsPg0KDQpXZSBhcmUgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMgSmlxdWlsaXNjbyBCYXkuIElmIHRyYXZlbGluZyBieSBsYW5kLCBjcm9zc2luZyBhdCBLbSAxMDguNSBDYXJyZXRlcmEgTGl0b3JhbCBDQTIgcm9hZCB0byB0aGUgSGFjaWVuZGEgTGEgQ2FycmVyYSAoZXhhY3RseSBhdCB0aGUgZW50cmFuY2UgaXMgcGxhY2VkIGEgdHJhY3RvciB0aXJlIHBhaW50ZWQgaW4gdmFyaW91cyBjb2xvcnMpIHJlZmVyIHRvIEJhcmlsbGFzIHNpZ25hbGluZyBvciB0aGUgbGF5aW5nIG9mIHRlbGVwaG9uZSBjYWJsZSBmcm9tIHRoZSBjb2FzdCB0byB0aGUgSGlnaHdheSBmYWNpbGl0aWVzIGluIFB1ZXJ0byBCYXJpbGxhcy4NCg0KSWYgdHJhdmVsaW5nIGJ5IHNlYSwgcGxlYXNlIGNhbGwgVkhGIGNoYW5uZWwgMTYgb25lIGhvdXIgYmVmb3JlIHJlYWNoaW5nIHRoZSBtZWV0aW5nIHBvaW50LCBhbmQgd2Ugd2lsbCBnbGFkbHkgc2VuZCB5b3UgYSBwYW5nYSB0byBndWlkZSB5b3UgdG8gdGhlIG1hcmluYS4gTWVldGluZyBQb2ludDogMTMgwrogMDcsMDE4ICdOIDg4IMKwIDI1LDE2NScgVyAzNSdkZSB3YXRlciwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgMDYwTSBCbHVlIEhpbGwuDQoNCk1lZXRpbmcgUG9pbnQ6IDEzIMK6IDA3LDAxOCAnTiA4OCDCsCAyNSwxNjUnIFcgMzUnZGUgd2F0ZXIsIFZvbGNhbiBTYW4gTWlndWVsIDAyNU0sIDA2ME0gQmx1ZSBIaWxsLg0KDQpJZiB0cmF2ZWxpbmcgYnkgYWlyLCB3ZSBoYXZlIGludGVybmF0aW9uYWwgbGFuZGluZyBydW53YXkgMSw3MDAgbWV0ZXJzIGxvbmcgYW5kIDUwIG1ldGVycyB3aWRlIHdpdGggcmFkaW8gY29udHJvbCBzdGF0aW9uLg0KDQpDb29yZGluYXRlczogTiA5NDIgMTMuMTUgMDg4IDI5IDU3N1cgT3JpZW50YXRpb246IDA4XzI2DQoNCkZyb20gU2FuIFNhbHZhZG9yIGFycml2aW5nIGJ5IGNhciBhcHByb3hpbWF0ZWx5IDEuNSB0byAyIGhvdXJzLg==', 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5WZXIgPGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcy9tcz9tc2lkPTIxMjAzNzMwNTAxNzI4MTM0MTc0MC4wMDA0YjNjOWJiNzM4MjE0ZmVhY2UmYW1wO21zYT0wJmFtcDtpZT1VVEY4JmFtcDt0PWgmYW1wO3NvdXJjZT1lbWJlZCZhbXA7bGw9MTMuMjY0MjM2LC04OC40OTIzMiZhbXA7c3BuPTAuMDA3MzEsMC4wMDkxMiI+UHVlcnRvIEJhcmlsbGFzPC9hPiBlbiB1biBtYXBhIGFtcGxpYWRvPC9zbWFsbD4NCg0KRXN0YW1vcyB1YmljYWRvcyBlbiBlbCBDYW5hbCBCYXJpbGxhcyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbywgc2kgdmlhamEgcG9yIHRpZXJyYSwgY3J1emFyIGVuIGVsIGtpbMOzbWV0cm8gMTA4LjUgQ0EyIENhcnJldGVyYSBMaXRvcmFsIGVuIGRlc3bDrW8gYSBsYSBIYWNpZW5kYSBMYSBDYXJyZXJhIChleGFjdGFtZW50ZSBlbiBsYSBlbnRyYWRhIHNlIGhhIGNvbG9jYWRvIHVuYSBsbGFudGEgZGUgdHJhY3RvciBwaW50YWRhIGRlIHZhcmlvcyBjb2xvcmVzKSwgdG9tYXIgY29tbyByZWZlcmVuY2lhIGxhIHNlw7FhbGl6YWNpw7NuIGRlIEJhcmlsbGFzIG8gZWwgdGVuZGlkbyBkZWwgY2FibGUgdGVsZWbDs25pY28gZGVzZGUgQ2FycmV0ZXJhIEVsIExpdG9yYWwgaGFzdGEgbGFzIGluc3RhbGFjaW9uZXMgZGUgUHVlcnRvIEJhcmlsbGFzLg0KDQpTaSB2aWFqYSBwb3IgbWFyLCBmYXZvciBsbGFtYXIgYWwgY2FuYWwgVkhGIDE2IHVuYSBob3JhIGFudGVzIGRlIGxsZWdhciBhbCBwdW50byBkZSBlbmN1ZW50cm8sIHkgY29uIG11Y2hvIGd1c3RvIGVudmlhcmVtb3MgdW5hIHBhbmdhIHBhcmEgcXVlIGxvIGd1w61lIGhhc3RhIGxhIG1hcmluYS4NCg0KUHVudG8gZGUgZW5jdWVudHJvOiAxMyBncmFkb3MgMDcuMDE4J04gODggZ3JhZG9zIDI1LjE2NcK0VyAzNcK0ZGUgYWd1YSwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgQ2Vycm8gQXrDumwgMDYwTS4NCg0KU2kgdmlhamEgcG9yIGFpcmUsIGNvbnRhbW9zIGNvbiBwaXN0YSBpbnRlcm5hY2lvbmFsIGRlIGF0ZXJyaXphamUgZGUgMSw3MDAgbWV0cm9zIGRlIGxhcmdvIHBvciA1MCBtZXRyb3MgZGUgYW5jaG8gY29uIHB1ZXN0byBkZSByYWRpbyBjb250cm9sLg0KDQpDb29yZGVuYWRhczogMTMuMTUgOTQyIE4gMDg4IDI5IDU3N1cgT3JpZW50YWNpw7NuOiAwOF8yNg0KDQpEZXNkZSBTYW4gU2FsdmFkb3IgbGxlZ2EgZW4gdmVow61jdWxvIGFwcm94aW1hZGFtZW50ZSBlbiAxLjUgYSAyIGhvcmFzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzExL21hcGEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTU4MiIgYWx0PSJtYXBhIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTEvbWFwYS5qcGciIHdpZHRoPSI2NDAiIGhlaWdodD0iMzY2IiAvPjwvYT4=', 1),
(175, 44, 0, '2013-12-07 16:01:03', 'original_id', '', 0, '43', '', 1),
(176, 45, 0, '2013-12-07 17:36:57', 'title', 'base64', 1, 'QWN0aXZpdGllcw==', 'QWN0aXZpZGFkZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(177, 45, 0, '2013-12-07 17:36:57', 'body', 'base64', 1, 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQo8aDM+PHN0cm9uZz5BY3Rpdml0aWVzIEZvciBBbGwgQWdlcyBhdCBQdWVydG8gQmFyaWxsYXM8L3N0cm9uZz48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbmR1bGdlIGluIHRoZSBlbmRsZXNzIGNob2ljZXMgb2YgYWN0aXZpdGllcyBhdCB0aGlzIHRyb3BpY2FsIHBhcmFkaXNlLiBQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIGFuIGV4dGVuc2l2ZSBhcnJheSBvZiBlbnRlcnRhaW5pbmcgcHVyc3VpdHMgZm9yIHRoZSBlbnRpcmUgZmFtaWx5LiBMb3VuZ2UgYnkgdGhlIHBvb2wuIFJlbGF4IG9uIG9uZSBvZiB0aGUgYmF5IGlzbGFuZHMuIEJyb3dzZSBvdXIgY29udmVuaWVuY2Ugc3RvcmUgZm9yIHRoZSBwZXJmZWN0IHNvdXZlbmlyLiBBdHRlbmQgdGhlIG1vbmtleSBzYW5jdHVhcnkgYW5kIGhlYXIgaW50ZXJlc3RpbmcgYW5kIGZ1bm55IHN0b3JpZXMgb2YgdGhlc2UgZnJpZW5kbHkgc3BpZGVyIG1vbmtleXMsIHRhc3RlIG91ciBkZWxpY2lvdXMgZm9vZCB3aXRoIGxvdmVseSB2aWV3cyBvZiB0aGUgYmF5IGFuZCBpdHMgZGlmZmVyZW50IGNvbG91cnMuIFRoaXMgSGlkZGVuIFRyZWFzdXJlIG9mIHRoZSBQYWNpZmljIENvYXN0LCBQdWVydG8gQmFyaWxsYXMsIHByb3ZpZGVzIHVuZm9yZ2V0dGFibGUgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGZvciBhbnkgYWdlLjwvcD4NCjxzdHJvbmc+PGEgaWQ9ImJvYXR0b3VycyIgbmFtZT0iYm9hdHRvdXJzIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxLjE3ZW07Ij5Cb2F0IFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8aDQ+UGFuZ2EgQm9hdCBUb3Vycy48L2g0Pg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5UaGVyZSBhcmUgMjcgZGVzZXJ0ZWQgaXNsYW5kcyBpbiB0aGUgQmF5IG9mIEppcXVpbGlzY28uIE91ciBib2F0IHRvdXJzIHRha2UgYXBwcm94aW1hdGVseSAzMCBtaW51dGVzIHRvIHJlYWNoIGFuIGlzbGFuZCwgc3Vycm91bmRlZCBieSBiZWF1dGlmdWwgc2NlbmVyeS4gRXhwZWN0IHRvIHNlZTogYWxsaWdhdG9ycywgZXhvdGljIGJpcmRzIGFuZCBtYW5ncm92ZXMsIGFuZCBwaWN0dXJlLXBlcmZlY3Qgdm9sY2Fub2VzIGluIHRoZSBkaXN0YW5jZS4gT25jZSB5b3UgcmVhY2ggdGhlIGJlYWNoLCBiYXRoZSBhbmQgc3dpbSBpbiB0aGUgYmF54oCZcyBjYWxtIGFuZCB3YXJtIHdhdGVycy4gWW91IGNvdWxkIGFsc28gYmUgdGFrZW4gdG8gb25lIG9mIHRoZSB0d28gYmF5IGRlbHRhcyBhbmQgc3dpbSBpbiB0aGUgUGFjaWZpYyBPY2Vhbi4gV2UgaGF2ZSBldmVyeXRoaW5nIHByZXBhcmVkIGZvciB0aGlzIHRyaXA6IGEgYmlnIHVtYnJlbGxhIGlmIHRvbyBtdWNoIHN1biBib3RoZXJzLCBjaGFpcnMgZm9yIHJlc3RpbmcgYW5kIGJlc3Qgb2YgYWxs4oCmIHdlIGNhbiBwcmVwYXJlIGEgY29vbGVyIHdpdGggeW91ciBmYXZvcml0ZSBiZXZlcmFnZXMuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5FeHBlcmllbmNlIHRoZSBiZWF1dHkgb2YgbmF0dXJlIGFyb3VuZCBQdWVydG8gQmFyaWxsYXMuIER1cmluZyB0aGUgdG91ciB5b3Ugd2lsbCBlbmpveSB0aGUgbGFuZHNjYXBlIG9mIHRoZSB2b2xjYW5pYyByaWRnZSwgbWFuZ3JvdmUgZm9yZXN0cywgYmlyZCB3YXRjaGluZywgYW5kIGZpc2hlcm1lbiBpbiBmdWxsIG9wZXJhdGlvbi48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjQuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1OSIgYWx0PSJ0b3VyNCIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL3RvdXI0LmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SW4gdGhlIEJheSBBcmVhLCBKaXF1aWxpc2NvLCBhcmUgaG91c2VkIEN1bWljaMOtbiBpc2xhbmQsIEVzcGlyaXR1IFNhbnRvLCBTYW4gRGlvbmlzaW8gVG9ydHVnYSwgRWwgUmVjb2RvLCBTYW4gU2ViYXN0aWFuLCBTdW1tYXJ5LCBCb3csIElzbGEgUGFqYXJpdG8sIENvcnJhbCBkZSBNdWxhcywgUHVudGEgU2FuIEp1YW4gYW5kIG90aGVyIGlzbGFuZHMuIFJpdmVyIG1vdXRoczogdGhlIGRvd250dXJuLCBMYSBDaGVwb25hLiBDYXJnbyBQb3J0czogVGhlIFRyaXVuZm8gYW5kIFB1ZXJ0byBQYXJhZGEuPC9wPg0KDQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+Qm9hdCAtIElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjEtNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQ5MS45OTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYtMTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTEzLjAwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCipBcHByb3hpbWF0ZWx5IDcwIG1pbnV0ZXMgb2YgbmF2aWdhdGlvbiBhbmQgMSBob3VyIHRvIGVuam95IFBhamFyaXRvIElzbGFuZCAoYmF0aGluZywgcmVsYXhpbmcsIHRha2luZyBwaWN0dXJlcykuDQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+Qm9hdCAtIElzbGEgTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxOTUuNTA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgyPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3Vyczwvc3Bhbj48L3N0cm9uZz48L2gyPg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlRvdXIgSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjEuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxOC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE2LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+KkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS48L3NwYW4+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciB0byBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjEuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxOS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BZGRpdGlvbmFsIEhvdXIgYXQgdGhlIGRlc3RpbmF0aW9uOiAkNTYuMDA8L3NwYW4+DQoNCjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UGxlYXNlIG5vdGUgdGhhdCBhbGwgcHJpY2VzIGluY2x1ZGUgKDEzJSBJVkEpLsKgIFByaWNlcyBkbyBub3QgaW5jbHVkZSB0aXBzLg0KPC9zcGFuPjwvc3Ryb25nPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+TWVtYmVycyByZWNlaXZlIDIwJSBkaXNjb3VudCBvbiBib2F0IHRvdXJzLjwvc3Bhbj48L3N0cm9uZz4NCjxoMz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BYm91dCBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Jc2xhIFBhamFyaXRvOjwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QSBzdHJhbmdlIGFuZCBtaXJhY3Vsb3VzIGltYWdlLCBtYWRlIOKAi+KAi29mIGxlYWQsIGlzIGZvdW5kIG9uIHRoZSBtYWluIGFsdGFyIG9mIHRoZSBjaHVyY2ggb2YgU2FudGEgTWFyaWEgaW4gVXN1bHV0YW4uIFRoZSByZXNpZGVudHMgaGFkIGEgZmlzaGVybWFuIG9mIHRoZSBiYXl3b3JraW5nIGluIHRoZSB3YXRlcnMgbmVhciBCaXJkIElzbGFuZCwgd2hlbiwgc3VkZGVubHksIHRoZSBzZWEgd2FzIGN1cmxlZCwgdGhlIGRlZ3JlZSB0byB3cmVjayBoaXMgYm9hdC4gU3VjaCB3YXMgdGhlIGFueGlldHkgYW5kIGZlYXIgdGhhdCB0aGUgZmlzaGVybWFuIGludm9rZWQgaGlzIHNhbHZhdGlvbiBmcm9tIFNhbiBBbnRvbmlvLiBXaGVuIGhlIGF3b2tlLCBoZSB3YXMgaW4gdGhlIEJpcmQgSXNsYW5kIGJlYWNoZXMgYW5kIGluIGhpcyBoYW5kIHRoZSBzYXZpbmcgaW1hZ2UuIEZyb20gdGhlcmUsIHRoZSBtYW4gcHJvbWlzZWQgdG8gYmUgdGhlIHByb3RlY3RvciBvZiB0aGUgc21hbGwgZWZmaWd5Ljwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NiIgYWx0PSJ0b3VyMSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL3RvdXIxLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VGhlbiwgd2hlbiBtYW4gYW5kIHN0YXR1ZSB3ZXJlIGNhbGxlZCB0byB0aGUgYmVkc2lkZSBvZiBhIHNpY2ssIGhlIGhlYWxlZCB0aGVtLiBUaGlzIGhhcHBlbmVkIG1hbnkgdGltZXMgdW50aWwgdGhlIGltYWdlIHdhcyByZXF1aXJlZCBieSB0aGUgY2h1cmNoLCBidXQgdGhlIG1hbiByZWZ1c2VkIHRvIHN1cnJlbmRlciBpdCwgdGhlcmVmb3JlLCB0aGUgcG9saWNlIGFycmVzdGVkIGhpbSBmb3IgdGhlIHB1cnBvc2Ugb2YgY29uZmlzY2F0aW5nIHRoZSBpbWFnZS48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5UaGUgZmlzaGVybWFuIGhhbmRlZCBvdmVyIHRoZSBpbWFnZSBhbmQgd2FzIHJlbGVhc2VkLiBCdXQsIHdoZW4gaGUgd2FzIGFtb25nIGhpcyBwZW9wbGUsIGhlIGZvdW5kLCBzdXJwcmlzaW5nbHksIGluIHRoZWlyIHNwcml0c2FpbCwgdGhlIHNhaW50IHdyYXBwZWQgaW4gYSBoYW5ka2VyY2hpZWYuIFNpbmNlIHRoZSBuZXdzIG9mIHRoaXMgbWlyYWNsZSByYW4sIHRoZSBmYWl0aCBvZiB0aGUgcG9wdWxhdGlvbiBpbmNyZWFzZWQsIHNvIGl0IHdhcyBkZWNpZGVkIHRvIGNlbGVicmF0ZSB0aGUgZmVhc3Qgb2YgU2FuIEFudG9uaW8gUGFqYXJpdG8gZWFjaCBGZWJydWFyeSAyMC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BbiBhZnRlcm5vb24gb24gdGhlIGlzbGFuZCBpcyBhIHNpZ2h0IHRvIHJlY29ubmVjdCB3aXRoIG5hdHVyZS4gVGhpcyBzbWFsbCBzcGFjZSBpcyBvbmUgb2YgdGhlIGZhdm9yaXRlIHBsYWNlcyBmb3IgdGhlIGJpcmRzIHRoYXQgaW5oYWJpdCB0aGUgYmF5LiBTbyBhbG9uZyB3aXRoIHRoZSBzdW5zZXQsIEJpcmQgSXNsYW5kIGlzIHdyYXBwZWQgd2l0aCB0aGUgcHJlc2VuY2UgYW5kIHRoZSB1bmlxdWUgbWVsb2R5IG9mIHZhcmlvdXMgc3BlY2llcyBvZiBiaXJkcy7CoDwvc3Bhbj5UaGlzIGRlc3RpbmF0aW9uIGlzIGNsb3NlIHRvIFB1bnRhIFNhbiBKdWFuLjwvcD4NCg0KPGgzPjxzdHJvbmc+UHVudGEgU2FuIEp1YW48L3N0cm9uZz48L2gzPg0KPHVsPg0KCTxsaT5QbGFjaWQgd2F0ZXJzLCBhIHBhcmFkaXNpYWNhbCBwbGFjZSBsb2NhdGVkIG9uIHRoZSBwZW5pbnN1bGEgb2YgU2FuIEp1YW4gZGVsIEdvem8uPC9saT4NCgk8bGk+Rm9yIEJvYXQgVG91cnMgb3IgVHJhbnNwb3J0YXRpb24gdG86PC9saT4NCgk8bGk+UGFuZ2EgQm9hdDwvbGk+DQoJPGxpPkZvciBQdW50YSBTYW4gSnVhbiDCoCgzIGhvdXJzIG1heGltdW0pwqAgOiQxNTAuMDA8L2xpPg0KCTxsaT5Gb3IgTGEgUGlycmF5YSAoMyBob3VycyBtYXhpbXVtKTogJDExMy4wMDwvbGk+DQoJPGxpPkZvciBFc3Bpcml0dSBTYW50b8KgICg0IGhvdXJzIG1heGltdW0pOiAkMTk1LjAwwqDCoMKgwqAgVmlzaXQgYSBDb2NvbnV0IE9pbCBQcm9kdWN0aW9uIENlbnRlci48L2xpPg0KCTxsaT5Gb3IgTWFkcmVzYWzCoCAoNCBob3VycyBtYXhpbXVtKSA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBFbCBFc3Bpbm8gKDQgaG91cnMgbWF4aW11bSk6ICQyMTMuMDA8L2xpPg0KCTxsaT5Gb3IgUHVlcnRvIEVsIFRyaXVuZm8gKDQgaG91cnMgbWF4aW11bSk6ICQxNzUuMDA8L2xpPg0KCTxsaT5Gb3IgQ29ycmFsIGRlIE11bGFzOiAoNCBob3VycyBtw6F4aW11bTogJDE1MC4wMDwvbGk+DQoJPGxpPipQcmljZXMgc3ViamVjdCB0byBjaGFuZ2UvwqAgQWRkaXRpb25hbCBob3VyOiAkNTYuMDA8L2xpPg0KPC91bD4NCjxoMz48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zcGFuPjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVudGEgU2FuIEp1YW4sIENvcnJhbCBkZSBNdWxhczwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI2LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zcGFuPjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVlcnRvIEVsIFRyaXVuZm88L3NwYW4+PC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyOS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU3IiBhbHQ9InRvdXIyIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjIuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9oMz4NCjxoMz48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zcGFuPjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+RXNwaXJpdHUgU2FudG88L3NwYW4+PC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQzMi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMwLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQrigKIgUHJpY2VzIHN1YmplY3QgY2hhbmdlL2FkZGl0aW9uYWwgaG91ciBmb3IgcGFjazogJDYyIHBlciBwb250b29uIChub3Qgc2FsaWxpbmcpDQoNCuKAoiBQbGVhc2Ugbm90ZSB0aGF0IHdlIG9mZmVyIGNvbXBsZXRlIHBhY2thZ2VzLiBQbGVhc2UgZW1haWxzIHVzIGF0IGluZm9AcHVlcnRvYmFyaWxsYXMuY29tIGZvciBncm91cCBwYWNrYWdlIGluZm9ybWF0aW9uLjxhIGlkPSJtb25rZXlzIiBuYW1lPSJtb25rZXlzIj48L2E+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZz5WaXNpdCBPdXIgTW9ua2V5IFNhbmN0dWFyeTwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5IYWNpZW5kYSBMYSBDYXJyZXJhIGluIHRoZSA2MHMtNzBzIGluY2x1ZGVkIGEgcHJvdGVjdGVkLCBlbnZpcm9ubWVudGFsbHkgY29uc2Npb3VzIHpvby4gQWZ0ZXIgdGhlIGxhbmQgcmVmb3JtIHRoYXQgdG9vayBwbGFjZSBpbiBsYXRlIDE5NzkgbWFueSBpbm5vY2VudCBhbmltYWxzIHdlcmUga2lsbGVkIG9yIHNvbGQuIEhvd2V2ZXIsIHRoZXJlIHdhcyBhIGNvbW11bml0eSBvZiBjdW5uaW5nIHNwaWRlciBtb25rZXlzIHRoYXQgbWFuYWdlZCB0byBzdXJ2aXZlIG92ZXIgdGhlIHllYXJzLiBUb2RheSwgbXVjaCBvZiB0aGUgcHJvcGVydHkgYXQgSGFjaWVuZGEgTGEgQ2FycmVyYSBoYXMgYmVlbiByZXB1cmNoYXNlZCBmb3IgYWdyaWN1bHR1cmFsIHVzZS4gTmV2ZXJ0aGVsZXNzLCB0aGUgcHVyY2hhc2luZyBjb21wYW55IGhhcyBnb25lIHRvIGdyZWF0IGVmZm9ydHMgdG8gcHVyY2hhc2Ug4oCcZ3JlZW4gYXJlYXPigJ0gd2l0aCBhIHN0cm9uZyBjb21taXRtZW50IHRvIHByZXNlcnZlIGFuZCBwcm90ZWN0IHRoZSBmbG9yYSBhbmQgZmF1bmEuIEFzIGEgcmVzdWx0LCBuYXRpdmUgd2lsZGxpZmUgaW4gdGhlIGFyZWEgaGFzIG1hZGUgYW4gaW1wcmVzc2l2ZSBjb21lYmFjay4gVGhlIG1vbmtleSBwb3B1bGF0aW9uIGlzIGFsc28gdGhyaXZpbmcsIGhhdmluZyByZWFjaGVkIGNsb3NlIHRvIDMwLiBTcGlkZXIgbW9ua2V5cyBhcmUgcXVpdGUgY3VyaW91cyBhbmQgZm9uZCBvZiB0b3VyaXN0cy4gVGhleSB3aWxsIGhhcHBpbHkgYWNjZXB0IGJhbmFuYXMgZnJvbSB2aXNpdG9ycyBhbmQgbWFrZSBmb3IgYSB3b25kZXJmdWwgZXhwZXJpZW5jZS48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkl0IGlzIGltcG9zc2libGUgdG8gcmVzaXN0IHRoaXMgdG91ci4gVmlzaXQgRG9uIE1pZ3VlbCBhbmQgaGlzIHNwaWRlciBtb25rZXkgc2FuY3R1YXJ5IGNvbW11bml0eS4gQnJpbmcgYWxvbmcgYmFuYW5hcyB0byBmZWVkIFBhbmNobyBhbmQgTWFyaWEgYW5kIHNlZSBob3cgdGhpcyBraW5nIG9mIHRoZSBiYW5hbmFzIHJlam9pY2VzIGluIGhpcyBmb3Jlc3QgKEVsIE5hY2FzY29sbykuIFRoaXMgb25lIGlzIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIHRoYXQgdGhhbmtzIHRvIERvbiBNaWd1ZWwgd2UgaGF2ZSBiZWVuIGFibGUgdG8gcHJvdGVjdC4gSGlnaGxpZ2h0LSBXYWxrIHRocm91Z2ggdGhlIHN1Z2FyIGNhbmUgZmllbGRzIGFuZCBlbmNsb3NlZCBzZW1pLXRyb3BpY2FsIGZvcmVzdHMuIFdhdGNoIGFzIOKAnE1pZ3VlbOKAnSBjYWxscyB0aGVtIHRvIHlvdXIgZmVldCBtYWtpbmcgaXQgYW4gYXdlc29tZSwgY2xvc2UtZW5jb3VudGVyIG5hdHVyYWwgZXhwZXJpZW5jZSAuPC9wPg0KQ3VzdG9tZXJzIHN0YXlpbmcgYXQgUHVlcnRvIEJhcmlsbGFzDQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8gJDIuNTAgcGVyIGNoaWxkIChtaW5pbXVtIDIgYWR1bHRzKS4gUGFyZW50cyBzaG91bGQgYWNjb21wYW55IHRoZWlyIGNoaWxkcmVuIGF0IGFsbCB0aW1lDQpDdXN0b21lciB2aXNpdGluZyBQdWVydG8gQmFyaWxsYXMgb24gYSBkYXkgZW50cnkgdmlzaXQgKG11c3QgcGF5IHBhY2thZ2UpOg0KDQpQcmljZXM6DQokNS4wMCBwZXIgYWR1bHQvJDIuNTAgcGVyIGNoaWxkIChtaW5pbXVtIDIgYWR1bHRzKS4gUGFyZW50cyBzaG91bGQgYWNjb21wYW55IHRoZWlyIGNoaWxkcmVuIGF0IGFsbCB0aW1lDQoNCuKAoiBJZiB5b3Ugb25seSBwbGFuIHRvIHZpc2l0IHRoZSBTYW5jdHVhcnkgYW5kIG5vdCBhY3F1aXJlIG90aGVyIHBhY2thZ2U6DQpQcmljZXMgOiAkMTAuMDAgcGVyIHBlcnNvbiAoIG1pbmltdW0gNSBwZW9wbGUpLg0KDQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NZW1iZXJzOsKgPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZyZWU8L3NwYW4+DQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlB1ZXJ0byBCYXJpbGxhcyBzdWdnZXN0IHRoZSBjdXN0b21lcnMgdG8gYnJpbmcgYmFuYW5hcyBpbiBvcmRlciB0byBvcHRpbWl6ZSB0aGlzIGV4cGVyaWVuY2U8L3NwYW4+DQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPuKAoiA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+Rm9yIGdyb3VwIHBhY2thZ2VzIGluY2x1ZGluZyB0aGUgbW9ua2V5IHNhbmN0dWFyeSwgcGxlYXNlIGVtYWlsIHVzwqA8YSBocmVmPSJtYWlsdG86aW5mb0BwdWVydG9iYXJpbGxhcy5jb20iIHRhcmdldD0iX2JsYW5rIj5pbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbTwvYT48L3NwYW4+DQo8YSBpZD0ia2F5YWsiIG5hbWU9ImtheWFrIj48L2E+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZz5LYXlhayBSZW50YWw8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlByaWNlczoNCjwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Ud28gaG91ciBLYXlhayByZW50YWwgKHRvIGdldCB1cC1jbG9zZSBhbmQgcGVyc29uYWwgZXhwZXJpZW5jZSB3aXRoIHRoaXMgbmF0aW9uYWwgdHJlYXN1cmUpOjwvc3Bhbj4NCjx1bD4NCgk8bGk+JDEwLjAwIGZvciBzaW5nbGUgS2F5YWs8L2xpPg0KCTxsaT4kMTguMDAgZm9yIGRvdWJsZSBLYXlhayAoMiBwZW9wbGUpwqA8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5GaXZlIEhvdXJzPC9zcGFuPjwvbGk+DQoJPGxpPiQxNS4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDI1LjAwIGZvciBkb3VibGUgS2F5YWsNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAva2F5YWsxLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTQiIGFsdD0ia2F5YWsxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAva2F5YWsxLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvbGk+DQo8L3VsPg0KPHN0cm9uZz48YSBpZD0iZmlzaGluZyIgbmFtZT0iZmlzaGluZyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPsKgPHN0cm9uZz5TcG9ydC1maXNoaW5nPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij5EZWVwIFNlYSBGaXNoaW5nPC9zcGFuPg0KPHNwYW4gc3R5bGU9ImNvbG9yOiAjMDAwMDAwOyI+IFdob2xlIERheSBQYWNrYWdlPC9zcGFuPg0KDQpUaGlzIHBhY2thZ2UgaXMgYSBkYWlseSB0b3VyIGFuZCBuZWVkcyB0byBiZSBib29rZWQgYXQgbGVhc3QgMTAgZGF5cyBpbiBhZHZhbmNlIChjb25maXJtYXRpb24gb25seS9hcyByZXF1ZXN0KQ0KRmlzaGluZyBTY2hlZHVsZTogU2FpbGluZyBvdXQgb2YgUHVlcnRvIEJhcmlsbGFzIDZhbSBSZXR1cm5pbmc6IDZwbQ0KDQoqMiBob3VycyBib2F0IHNhaWxpbmcgZnJvbSBpbmxldCB0byBmaXNoaW5nIHNwb3QuDQoNCkEgZnVsbCBkYXkgZGVlcC1zZWEgZmlzaGluZyB3aXRoIGEgcHJvZmVzc2lvbmFsOiBDaGlhIENoaWFuIEp1YW5nIHdobyBoYXMgd29uIHNldmVyYWwgZmlzaGluZyB0b3VybmFtZW50cy4NCkJvYXQ6IDIyIFByb2thdCB3aXRoIDIgWWFtYWhhIDExNSA0IHN0cm9rZSBlcXVpcHBlZCB3aXRoIGZ1c2lvbiBzb3VuZCBzeXN0ZW0sIEdhcm1pbiBHUFMgYW5kIGxvd3JhbmNlIGZpc2ggZmluZGVyLg0KDQpHZWFyOiA3IFRyb2xsaW5nLyBTcGlubmluZyByZWVscyBhbmQgcm9kcyB3aXRoIHBsZWFudHkgb2YgdHJvbGxpbmcgL3NwcnkgbHVyZXMgLCBsaWZlIHZlc3QgYW5kIGFsbCBvZiB0aGUgZmlzaGluZyBlcXVpcG1lbnQgbmVjZXNzYXJ5IGZvciBhIGdvb2QgZGF5IG9mIGZpc2hpbmcgKHdpdGggR08gUFJPIHZpZGVvIGNhbWVyYSBpbmNsdWRlZCkNCg0KRmlzaGluZyBUYXJnZXQ6IEJ1bGwgbWFoaSBtYWhpLCBCbHVlIE1hcmxpbiwgQmxhY2sgTWFybGluLCBZZWxsb3dmaW4gVHVuYSwgd2Fob28sIHNhaWxmaXNoLCByb29zdGVyZmlzaCwgamFjayBjcmF2YWxsZS4NCg0KVGhlIHRvdGFsIHByaWNlIGZvciB5b3VyIERlZXAgc2VhIGZpc2hpbmcgcGFja2FnZSBpbmNsdWRlczoNCjx1bD4NCgk8bGk+VGhlIGVxdWlwbWVudDwvbGk+DQoJPGxpPkZpc2hpbmcgd2l0aCBhIFBybzwvbGk+DQoJPGxpPkJvYXQgcmlkZTwvbGk+DQo8L3VsPg0KTHVuY2ggQm94Og0KSGFtYnVyZ2VyIG9yIHNhbmR3aWNoIGFuZCBjaGlwcy8gZ3Jhbm9sYSBiYXIvMSBkcmluaw0KDQpUYXhlcw0KKkEgY29vbGVyIHdpbGwgYmUgaW4gdGhlIGJvYXQgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIHRyaXAsIHlvdSBjYW4gcGF5IGZvciBhZGRpdGlvbmFsIGRyaW5rcy4NCjx0YWJsZSB3aWR0aD0iNTg3IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjMyMSI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NaW5pbXVtOiAzIHBlb3BsZS8gTWF4aW11bSA3IHBlb3BsZTwvc3Bhbj48L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSIyNjMiPjxzdHJvbmc+JDExMTcgVG90YWwgMS03IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA3IHBlb3BsZSk8L3NwYW4+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDbCoCBwZW9wbGUpPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTg2PC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAva2F5YWsyLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTUiIGFsdD0ia2F5YWsyIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAva2F5YWsyLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPg0KDQombmJzcDsNCg0KKiBBIHJlYWwgdGltZSBFeHBlcmllbmNlLg0KKiBQbGVhc2Ugbm90ZSB0aGF0IG91ciByZXN0YXVyYW50IGNsb3NlcyBhdCA2OjMwcG0gc28gcGxlYXNlIG9yZGVyIGRpbm5lciB0aGUgbmlnaHQgYmVmb3JlIHRoZSBmaXNoaW5nIHRvdXIuDQoqIERvZXMgbm90IGluY2x1ZGUgaW50ZXJuYXRpb25hbCBhaXJmYXJlDQoqIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZSAoZHVlIHRvIGZ1ZWwgY29zdHMgYW5kIEVsIFNhbHZhZG9yIHRheGVzIGFuZCBmdWVsIHN1cmNoYXJnZXMpDQoNCkJheSBGaXNoaW5nL0lzbGFuZCBGaXNoaW5nL1N1cmYgRmlzaGluZw0KV2Ugb2ZmZXIgc3BlY2lhbCBwcmljZXMgZm9yIHRob3NlIHBhc3Npb25hdGUgYWJvdXQgRmlzaGluZw0KDQo8c3Ryb25nPkJvYXQgUmVudGFsIHdpdGggUGlsb3Q8L3N0cm9uZz4NCjx1bD4NCgk8bGk+JDE2OS4wMCAoNCBob3Jhcyk8L2xpPg0KCTxsaT4kIDIxMS4wMCAoNSBob3Jhcyk8L2xpPg0KCTxsaT4kMjUzLjAwICg2IGhvcmFzKTwvbGk+DQo8L3VsPg0K4oCiIFByaWNlcyBkbyBub3QgaW5jbHVkZSBlcXVpcG1lbnQuIFZpc2l0b3JzIG11c3QgYnJpbmcgdGhlaXIgb3duIGVxdWlwbWVudCA8YSBpZD0iYWlyIiBuYW1lPSJhaXIiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPkFpciBUb3Vyczwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5FbmpveSBFbCBTYWx2YWRvciBhbmQgSmlxdWxpc2NvIEJheSBieSBhaXIuIFJlbnQgb25lIG9mIG91ciBhaXJjcmFmdCB3aXRoIGFuIGV4cGVyaWVuY2VkIGNvbW1lcmNpYWwgcGlsb3QgYW5kIGdldCB0byBzZWUgRWwgU2FsdmFkb3IgZnJvbSBhIGRpZmZlcmVudCBwZXJzcGVjdGl2ZS4gWW91IG1heSBhbHNvIHJlbnQgdGhlIGFpcmNyYWZ0IHRvIHRyYXZlbCB0byBHdWF0ZW1hbGEgb3IgSG9uZHVyYXMgaW4gYSBjb21mb3J0YWJsZSBhbmQgU3R5bGlzaCBtYW5uZXIuPC9wPg0KUHJlY2lvcw0KPHVsPg0KCTxsaT4kNTUwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpLSBBenRlY2EgKFlTLTE2NC1QKSBNYXhpbXVtIDogNSBwYXNzZW5nZXJzPC9saT4NCgk8bGk+JDcwMC4wMCBwbHVzIHRheGVzICggSVZBKSBOYXZham8gKFlTLTMxMS1QKS4gTWF4aW11bSA6IDcgcGFzc2VuZ2VyczwvbGk+DQo8L3VsPg0KUGxlYXNlIG5vdGUgdGhhdCB3ZSBvbmx5IGNoYXJnZSBwZXIgaG91ciBzbyBpZiB5b3UgdGFrZSBhIGZsaWdodCBmb3IgMi41IGhvdXJzLCB3ZSB3aWxsIGNoYXJnZSAzIGhvdXJzIGZsaWdodA0KDQpXZSBkbyBub3QgY2hhcmdlIHRoZSB0aW1lIHRoYXQgdGhlIGZsaWdodCBpcyBub3QgaW4gdXNlLiBGb3IgZXhhbXBsZSwgaWYgeW91IGZseSBmcm9tIElsb3BhbmdvIHRvIFB1ZXJ0byBCYXJpbGxhcyBhbmQgd2FudCB0byBzdGF5IHRoZSB3aG9sZSBkYXkgaW4gQmFyaWxsYXMsIHdlIHdpbGwgb25seSBjaGFyZ2UgeW91IDEtMiBob3VycyBmb3IgdGhlIGZsaWdodCBhbmQgeW91IGNhbiBlbmpveSB0aGUgcmVzdCBvZiB0aGUgZGF5DQoNCkZvciBpbnRlcm5hdGlvbmFsIGZsaWdodHMgb3Igb3RoZXIgZmxpZ2h0czogcGFzc2VuZ2VycyBhcmUgcmVzcG9uc2libGUgZm9yIGFsbCBvdGhlciBjaGFyZ2VzIHN1Y2ggYXMgYWlycG9ydCBmZWVzLCBsYW5kaW5nIGZlZXMsIHBpbG90IG1lYWxzIGFuZCBvdGhlciBjaGFyZ2VzIHRoYXQgbWF5IGluY3VyIGluIHRoZWlyIHRyaXAuDQoNCuKAoiBQcmljZXMgc3ViamVjdCB0byBjaGFuZ2UuPHN0cm9uZz48YSBpZD0iaGF3IiBuYW1lPSJoYXciPjwvYT48L3N0cm9uZz4NCjxoMj48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2F2aW9uLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTMiIGFsdD0iYXZpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9hdmlvbi5qcGciIHdpZHRoPSIzNzYiIGhlaWdodD0iNDczIiAvPjwvYT48L2gyPg0KPGgyPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+SGF3c2tiaWxsIFR1cnRsZTwvc3Bhbj48L3NwYW4+PC9zdHJvbmc+PC9oMj4NCjxzdHJvbmcgc3R5bGU9ImZvbnQtc2l6ZTogMWVtOyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+KExhdGUgQXByaWwtIFNlcHRlbWJlci0gQmVzdCB0aW1lLSBKdWx5KTwvc3Bhbj48L3N0cm9uZz4NCg0KPGVtPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjxhIGhyZWY9Imh0dHA6Ly93d3cuaGF3a3NiaWxsLm9yZy8iIHRhcmdldD0iX2JsYW5rIj53d3cuaGF3a3NiaWxsLm9yZzwvYT48L3NwYW4+PC9lbT4NCg0KPGVtPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRvdXIgb24gcmVxdWVzdCBvbmx54oCmPC9zcGFuPjwvZW0+DQoNCjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBZT1UgU0hPVUxEIEtOT1cgQUJPVVQgSEFXS1NCSUxMIFNFQSBUVVJUTEUgVE9VUjwvc3Bhbj48L3N0cm9uZz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JVElORVJBUlk6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QSBsb2NhbCBib2F0IGRyaXZlciB3aWxsIG1lZXQgd2l0aCB5b3UgYXQgdGhlIGhhcmJvdXIgb2YgUHVlcnRvIEJhcmlsbGFzIG5vcm1hbGx5wqA8c3Ryb25nPmF0IDE5OjAwaCBob3dldmVyIGNvdWxkIGJlIGZsZXhpYmxlIG5vdGlmeWluZyBpbiBhZHZhbmNlPC9zdHJvbmc+LiBUcmFuc3BvcnRhdGlvbiBpbiB0aGUgZXN0dWFyeSB3aWxsIGJlIGFyb3VuZCAzMCBtaW51dGVzIHRvIExhIFBpcnJheWEgSXNsYW5kIHdoZXJlIHlvdeKAmWxsIHJlY2VpdmUgYSBicmllZiBpbnRyb2R1Y3Rpb24gYWJvdXQgdGhlIHByb2plY3QgYW5kIHNlYSB0dXJ0bGVzIGluIGdlbmVyYWwgZm9yIDIwIG1pbnV0ZXMuIEFmdGVyIHRoYXQgd2XCtGxsIHZpc2l0IHRoZSBoYXRjaGVyeSBhbmQgdGhlbiB3ZcK0bGwgd2Fsa8KgPHN0cm9uZz5hcm91bmQgZm91ciBraWxvbWV0ZXJzwqA8L3N0cm9uZz50byB0aGUgYmVhY2ggZm9ywqA8c3Ryb25nPmFwcHJveGltYXRlbHkgMiBob3Vyczwvc3Ryb25nPi4gVGhlwqA8c3Ryb25nPndob2xlIHRvdXIgd2lsbCB0YWtlIGFwcHJveGltYXRlbHkgMyw1IGhvdXJzPC9zdHJvbmc+Ljwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+SU1QT1JUQU5DRTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QYXRyb2xsaW5nIGF0IG5pZ2h0IGVuYWJsZXMgdXMgdG8gb2J0YWluIGEgbG90IG9mIGluZm9ybWF0aW9uIGZyb20gdGhlIG5lc3RpbmcgdHVydGxlcy4gVHVydGxlIHRvdXJzIGludm9sdmUgbG9jYWwgcGVvcGxlIGluIHN1c3RhaW5hYmxlIGFjdGl2aXRpZXMgdGhhdCBsZXQgdGhlbSB0byBnZXQgaW5jb21lcyBoZWxwaW5nIHRvIHRoZSBjb25zZXJ2YXRpb24uIFRoaXMgaXMgd2h5IHlvdXIgcHJlc2VuY2Ugb24gdGhlIGJlYWNoIGlzIHNvIGltcG9ydGFudC4gVGhhbmsgeW91IHZlcnkgbXVjaCBvbmNlIG1vcmUgdGltZSBmb3IgYmVpbmcgaGVyZSBhbmQgaGVscGluZyB1cyBvbiB0aGlzIHByb2plY3QuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5ERUNJU0lPTiBNQUtJTkc8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+OsKgPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk9uZSBvZiB0aGUgbG9jYWwgZ3VpZGVzIHdpbGwgYmUgbGVhZGluZyB0aGUgdHVydGxlIHRvdXIsIHBsZWFzZSBvbmx5IHdhbGsgYmVoaW5kIG9yIGFsb25nc2lkZSBoaW0vaGVyLCBuZXZlciBpbiBmcm9udCwgc2luY2Ugd2Ugd2lsbCBiZSBhYmxlIHRvIHNob3cgeW91IGhvdyB0byBkaXN0aW5ndWlzaCB0aGUgdHVydGxlIHRyYWNrcyBhbmQgd2Ugd2lsbCBiZSBhYmxlIHRvIHNwb3QgdGhlbSBvbiB0aW1lIHRvIHN0b3AgYW5kIG5vdCBzY2FyZSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBXaGVuIHdlIHNlZSBhIHR1cnRsZSwgeW91IHdpbGwgd2FpdC4gVGhlIGxvY2FsIGd1aWRlIHdpbGwgYXBwcm9hY2ggaGVyIGNhcmVmdWxseSBhbmQgbGV0IHlvdSBrbm93IHdoYXQgc2hlIGlzIGRvaW5nIGFuZCB3aGF0IHlvdSB3aWxsIGRvLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0FMSyBSSVRITTwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+SWYgYXQgYW55IG1vbWVudCwgeW91IG5lZWQgdG8gc3RvcCB0byBoYXZlIGEgcmVzdCwgYSBkcmluayBvZiB3YXRlciwgb3IgeW91wrRkIHByZWZlciB0byB3YWxrIGEgYml0IHNsb3dlciwgbGV0IHVzIGtub3csIHRoZXJlIGlzIG5vIHByb2JsZW07IHRoZSBtb3N0IGltcG9ydGFudCB0aGluZyBpcyB3YWxrIHRvZ2V0aGVyLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+TElHSFRTOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR1cnRsZXMgYXJlIHZlcnkgc2Vuc2l0aXZlIHRvIGxpZ2h0IGFuZCBmbGFzaGxpZ2h0cyBoYXZlIHRvIHVzZSBvbmx5IHdoZW4gYXJlIG5lY2Vzc2FyeS4gWW91IG1pZ2h0IHdhbnQgdG8gYnJpbmcgeW91ciB3aGl0ZcKgPHN0cm9uZz5mbGFzaGxpZ2h0wqA8L3N0cm9uZz5mb3Igd2Fsa2luZyBvbiB0aGUgdHJhaWwsIHdoaWNoIHlvdSB3aWxsIG5lZWQgdG8gZG8gaW4gY2FzZSB0aGVyZSBpcyBubyBiZWFjaCBiZWNhdXNlIHRoZSB0aWRlIGlzIHRvbyBoaWdoLCBidXQgaXQgc2hvdWxkIGJlIGtlcHQgYXdheSBkdXJpbmcgdGhlIHJlc3Qgb2YgdGhlIHBhdHJvbC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPldIQVQgVE8gQlJJTkc6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QWx3YXlzIHRha2UgYcKgPHN0cm9uZz53YXRlciBib3R0bGXCoDwvc3Ryb25nPndpdGggeW91IHNpbmNlIHdlIHdpbGwgYmUgd29ya2luZyBhbmQgd2Fsa2luZyBmb3IgYSBsb25nIHRpbWUuIFRha2UgeW91csKgPHN0cm9uZz5yYWluIGdlYXI8L3N0cm9uZz4sIGl0IHJhaW5zIGFsbW9zdCBldmVyeSBuaWdodCwgZXZlbiBpZiBpdMK0cyBqdXN0IGZvciBhIGxpdHRsZSB3aGlsZS4gVXNlwqA8c3Ryb25nPmNsb3NlZCB0b2VkIHNob2VzwqA8L3N0cm9uZz5hbmQgbG9uZyB0cm91c2Vycywgc2luY2UgdGhlcmUgaXMgYSBsb3Qgb2YgZ2FyYmFnZSwgc3BpbmVzIGFuZCB0aW1iZXIgb24gdGhlIGJlYWNoIHRoYXQgbWlnaHQgaHVydCB5b3UsIGFuZCB0aGV5IGFyZSBuZWNlc3NhcnkgZm9yIHdoZW4gd2Fsa2luZyBvbiB0aGUgdHJhaWwuIFlvdSB3aWxsIGFsc28gbmVlZCB0byB1c2XCoDxzdHJvbmc+ZGFyayBjbG90aGVzwqA8L3N0cm9uZz5zbyB0aGF0IHlvdSBkbyBub3Qgc3RhbmQgb3V0IHRvbyBtdWNoIGF0IG5pZ2h0IG9uIHRoZSBiZWFjaC4gT3RoZXJ3aXNlLMKgPHN0cm9uZz5pbnNlY3QgcmVwZWxsZW50wqA8L3N0cm9uZz53aWxsIGhlbHAgeW91IHRvIGVuam95IHRoZSBzZWEgdHVydGxlIHRvdXIgZWFzaWx54oCm4oCmLjwvc3Bhbj48L3A+DQoNCjx0YWJsZSB3aWR0aD0iNjIyIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk2Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MSBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MiBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MyBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+NCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+NSBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+ODI8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjQzPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4zMDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjIwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+VVMkPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij42IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+NyBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjggcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij45IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTAgcGVyc29uPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+Q29zdC9wZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE4PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTU8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE0PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xMzwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3Ryb25nPk90aGVyIGFjdGl2aXRpZXMgdW5kZXIgZGV2ZWxvcG1lbnQ8L3N0cm9uZz4NCg0K4oCiIEhvcnNlYmFjayByaWRpbmcgdG91cnMNCg0K4oCiIEJpY3ljbGUgVG91cnMNCg0K4oCiIENhY2FvIFRvdXJzDQoNCkxlYXJuIGFib3V0IEVsIFNhbHZhZG9y4oCZcyBhbmQgSGFjaWVuZGEgTGEgQ2FycmVyYSBjYWNhbw0KDQpodHRwOi8vd3d3LmxhcHJlbnNhZ3JhZmljYS5jb20vbWFuamFyLWRlLWRpb3Nlcw0KDQrigKIgQ29jb251dCBvaWwgcHJvZHVjdGlvbiB0b3VycyAoIHZpc2l0IElzbGEgRXNwaXJpdHUgU2FudG8pDQoNCjxzdHJvbmc+PGEgaHJlZj0iI3RvcCI+wqBSZXR1cm4gVG9wIFBhZ2U8L2E+PC9zdHJvbmc+', 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQoNCjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkluZHVsZ2UgaW4gdGhlIGVuZGxlc3MgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGF0IHRoaXMgdHJvcGljYWwgcGFyYWRpc2UuIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgYW4gZXh0ZW5zaXZlIGFycmF5IG9mIGVudGVydGFpbmluZyBwdXJzdWl0cyBmb3IgdGhlIGVudGlyZSBmYW1pbHkuIExvdW5nZSBieSB0aGUgcG9vbC4gUmVsYXggb24gb25lIG9mIHRoZSBiYXkgaXNsYW5kcy4gQnJvd3NlIG91ciBjb252ZW5pZW5jZSBzdG9yZSBmb3IgdGhlIHBlcmZlY3Qgc291dmVuaXIuIEF0dGVuZCB0aGUgbW9ua2V5IHNhbmN0dWFyeSBhbmQgaGVhciBpbnRlcmVzdGluZyBhbmQgZnVubnkgc3RvcmllcyBvZiB0aGVzZSBmcmllbmRseSBzcGlkZXIgbW9ua2V5cywgdGFzdGUgb3VyIGRlbGljaW91cyBmb29kIHdpdGggbG92ZWx5IHZpZXdzIG9mIHRoZSBiYXkgYW5kIGl0cyBkaWZmZXJlbnQgY29sb3Vycy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgdW5mb3JnZXR0YWJsZSBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgZm9yIGFueSBhZ2UuPC9wPg0KPHN0cm9uZz48YSBpZD0iYm9hdHRvdXJzIiBuYW1lPSJib2F0dG91cnMiPjwvYT48L3N0cm9uZz4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDEuMTdlbTsiPkJvYXQgVG91cnM8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxoND5QYW5nYSBCb2F0IFRvdXJzLjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZXJlIGFyZSAyNyBkZXNlcnRlZCBpc2xhbmRzIGluIHRoZSBCYXkgb2YgSmlxdWlsaXNjby4gT3VyIGJvYXQgdG91cnMgdGFrZSBhcHByb3hpbWF0ZWx5IDMwIG1pbnV0ZXMgdG8gcmVhY2ggYW4gaXNsYW5kLCBzdXJyb3VuZGVkIGJ5IGJlYXV0aWZ1bCBzY2VuZXJ5LiBFeHBlY3QgdG8gc2VlOiBhbGxpZ2F0b3JzLCBleG90aWMgYmlyZHMgYW5kIG1hbmdyb3ZlcywgYW5kIHBpY3R1cmUtcGVyZmVjdCB2b2xjYW5vZXMgaW4gdGhlIGRpc3RhbmNlLiBPbmNlIHlvdSByZWFjaCB0aGUgYmVhY2gsIGJhdGhlIGFuZCBzd2ltIGluIHRoZSBiYXnigJlzIGNhbG0gYW5kIHdhcm0gd2F0ZXJzLiBZb3UgY291bGQgYWxzbyBiZSB0YWtlbiB0byBvbmUgb2YgdGhlIHR3byBiYXkgZGVsdGFzIGFuZCBzd2ltIGluIHRoZSBQYWNpZmljIE9jZWFuLiBXZSBoYXZlIGV2ZXJ5dGhpbmcgcHJlcGFyZWQgZm9yIHRoaXMgdHJpcDogYSBiaWcgdW1icmVsbGEgaWYgdG9vIG11Y2ggc3VuIGJvdGhlcnMsIGNoYWlycyBmb3IgcmVzdGluZyBhbmQgYmVzdCBvZiBhbGzigKYgd2UgY2FuIHByZXBhcmUgYSBjb29sZXIgd2l0aCB5b3VyIGZhdm9yaXRlIGJldmVyYWdlcy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkV4cGVyaWVuY2UgdGhlIGJlYXV0eSBvZiBuYXR1cmUgYXJvdW5kIFB1ZXJ0byBCYXJpbGxhcy4gRHVyaW5nIHRoZSB0b3VyIHlvdSB3aWxsIGVuam95IHRoZSBsYW5kc2NhcGUgb2YgdGhlIHZvbGNhbmljIHJpZGdlLCBtYW5ncm92ZSBmb3Jlc3RzLCBiaXJkIHdhdGNoaW5nLCBhbmQgZmlzaGVybWVuIGluIGZ1bGwgb3BlcmF0aW9uLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyNC5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU5IiBhbHQ9InRvdXI0IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjQuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzPC9zcGFuPjwvc3Ryb25nPjwvaDI+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4qQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLjwvc3Bhbj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIHRvIExhIENoZXBvbmE8L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFkZGl0aW9uYWwgSG91ciBhdCB0aGUgZGVzdGluYXRpb246ICQ1Ni4wMDwvc3Bhbj4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QbGVhc2Ugbm90ZSB0aGF0IGFsbCBwcmljZXMgaW5jbHVkZSAoMTMlIElWQSkuwqAgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIHRpcHMuDQo8L3NwYW4+PC9zdHJvbmc+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zcGFuPjwvc3Ryb25nPg0KPGgzPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFib3V0IElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklzbGEgUGFqYXJpdG86PC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIHN0cmFuZ2UgYW5kIG1pcmFjdWxvdXMgaW1hZ2UsIG1hZGUg4oCL4oCLb2YgbGVhZCwgaXMgZm91bmQgb24gdGhlIG1haW4gYWx0YXIgb2YgdGhlIGNodXJjaCBvZiBTYW50YSBNYXJpYSBpbiBVc3VsdXRhbi4gVGhlIHJlc2lkZW50cyBoYWQgYSBmaXNoZXJtYW4gb2YgdGhlIGJheXdvcmtpbmcgaW4gdGhlIHdhdGVycyBuZWFyIEJpcmQgSXNsYW5kLCB3aGVuLCBzdWRkZW5seSwgdGhlIHNlYSB3YXMgY3VybGVkLCB0aGUgZGVncmVlIHRvIHdyZWNrIGhpcyBib2F0LiBTdWNoIHdhcyB0aGUgYW54aWV0eSBhbmQgZmVhciB0aGF0IHRoZSBmaXNoZXJtYW4gaW52b2tlZCBoaXMgc2FsdmF0aW9uIGZyb20gU2FuIEFudG9uaW8uIFdoZW4gaGUgYXdva2UsIGhlIHdhcyBpbiB0aGUgQmlyZCBJc2xhbmQgYmVhY2hlcyBhbmQgaW4gaGlzIGhhbmQgdGhlIHNhdmluZyBpbWFnZS4gRnJvbSB0aGVyZSwgdGhlIG1hbiBwcm9taXNlZCB0byBiZSB0aGUgcHJvdGVjdG9yIG9mIHRoZSBzbWFsbCBlZmZpZ3kuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzU2IiBhbHQ9InRvdXIxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdG91cjEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5UaGVuLCB3aGVuIG1hbiBhbmQgc3RhdHVlIHdlcmUgY2FsbGVkIHRvIHRoZSBiZWRzaWRlIG9mIGEgc2ljaywgaGUgaGVhbGVkIHRoZW0uIFRoaXMgaGFwcGVuZWQgbWFueSB0aW1lcyB1bnRpbCB0aGUgaW1hZ2Ugd2FzIHJlcXVpcmVkIGJ5IHRoZSBjaHVyY2gsIGJ1dCB0aGUgbWFuIHJlZnVzZWQgdG8gc3VycmVuZGVyIGl0LCB0aGVyZWZvcmUsIHRoZSBwb2xpY2UgYXJyZXN0ZWQgaGltIGZvciB0aGUgcHVycG9zZSBvZiBjb25maXNjYXRpbmcgdGhlIGltYWdlLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFuIGFmdGVybm9vbiBvbiB0aGUgaXNsYW5kIGlzIGEgc2lnaHQgdG8gcmVjb25uZWN0IHdpdGggbmF0dXJlLiBUaGlzIHNtYWxsIHNwYWNlIGlzIG9uZSBvZiB0aGUgZmF2b3JpdGUgcGxhY2VzIGZvciB0aGUgYmlyZHMgdGhhdCBpbmhhYml0IHRoZSBiYXkuIFNvIGFsb25nIHdpdGggdGhlIHN1bnNldCwgQmlyZCBJc2xhbmQgaXMgd3JhcHBlZCB3aXRoIHRoZSBwcmVzZW5jZSBhbmQgdGhlIHVuaXF1ZSBtZWxvZHkgb2YgdmFyaW91cyBzcGVjaWVzIG9mIGJpcmRzLsKgPC9zcGFuPlRoaXMgZGVzdGluYXRpb24gaXMgY2xvc2UgdG8gUHVudGEgU2FuIEp1YW4uPC9wPg0KDQo8aDM+PHN0cm9uZz5QdW50YSBTYW4gSnVhbjwvc3Ryb25nPjwvaDM+DQo8dWw+DQoJPGxpPlBsYWNpZCB3YXRlcnMsIGEgcGFyYWRpc2lhY2FsIHBsYWNlIGxvY2F0ZWQgb24gdGhlIHBlbmluc3VsYSBvZiBTYW4gSnVhbiBkZWwgR296by48L2xpPg0KCTxsaT5Gb3IgQm9hdCBUb3VycyBvciBUcmFuc3BvcnRhdGlvbiB0bzo8L2xpPg0KCTxsaT5QYW5nYSBCb2F0PC9saT4NCgk8bGk+Rm9yIFB1bnRhIFNhbiBKdWFuIMKgKDMgaG91cnMgbWF4aW11bSnCoCA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBMYSBQaXJyYXlhICgzIGhvdXJzIG1heGltdW0pOiAkMTEzLjAwPC9saT4NCgk8bGk+Rm9yIEVzcGlyaXR1IFNhbnRvwqAgKDQgaG91cnMgbWF4aW11bSk6ICQxOTUuMDDCoMKgwqDCoCBWaXNpdCBhIENvY29udXQgT2lsIFByb2R1Y3Rpb24gQ2VudGVyLjwvbGk+DQoJPGxpPkZvciBNYWRyZXNhbMKgICg0IGhvdXJzIG1heGltdW0pIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIEVsIEVzcGlubyAoNCBob3VycyBtYXhpbXVtKTogJDIxMy4wMDwvbGk+DQoJPGxpPkZvciBQdWVydG8gRWwgVHJpdW5mbyAoNCBob3VycyBtYXhpbXVtKTogJDE3NS4wMDwvbGk+DQoJPGxpPkZvciBDb3JyYWwgZGUgTXVsYXM6ICg0IGhvdXJzIG3DoXhpbXVtOiAkMTUwLjAwPC9saT4NCgk8bGk+KlByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS/CoCBBZGRpdGlvbmFsIGhvdXI6ICQ1Ni4wMDwvbGk+DQo8L3VsPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdW50YSBTYW4gSnVhbiwgQ29ycmFsIGRlIE11bGFzPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdWVydG8gRWwgVHJpdW5mbzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL3RvdXIyLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zNTciIGFsdD0idG91cjIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC90b3VyMi5qcGciIHdpZHRoPSIzNzYiIGhlaWdodD0iNDczIiAvPjwvYT48L2gzPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Fc3Bpcml0dSBTYW50bzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzAuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCuKAoiBQcmljZXMgc3ViamVjdCBjaGFuZ2UvYWRkaXRpb25hbCBob3VyIGZvciBwYWNrOiAkNjIgcGVyIHBvbnRvb24gKG5vdCBzYWxpbGluZykNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1lbWJlcnM6wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+RnJlZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVlcnRvIEJhcmlsbGFzIHN1Z2dlc3QgdGhlIGN1c3RvbWVycyB0byBicmluZyBiYW5hbmFzIGluIG9yZGVyIHRvIG9wdGltaXplIHRoaXMgZXhwZXJpZW5jZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+4oCiIDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Gb3IgZ3JvdXAgcGFja2FnZXMgaW5jbHVkaW5nIHRoZSBtb25rZXkgc2FuY3R1YXJ5LCBwbGVhc2UgZW1haWwgdXPCoDxhIGhyZWY9Im1haWx0bzppbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmluZm9AcHVlcnRvYmFyaWxsYXMuY29tPC9hPjwvc3Bhbj4NCjxhIGlkPSJrYXlhayIgbmFtZT0ia2F5YWsiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPktheWFrIFJlbnRhbDwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2VzOg0KPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6PC9zcGFuPg0KPHVsPg0KCTxsaT4kMTAuMDAgZm9yIHNpbmdsZSBLYXlhazwvbGk+DQoJPGxpPiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSnCoDxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZpdmUgSG91cnM8L3NwYW4+PC9saT4NCgk8bGk+JDE1LjAwIGZvciBzaW5nbGUgS2F5YWs8L2xpPg0KCTxsaT4kMjUuMDAgZm9yIGRvdWJsZSBLYXlhaw0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NCIgYWx0PSJrYXlhazEiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazEuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+PC9saT4NCjwvdWw+DQo8c3Ryb25nPjxhIGlkPSJmaXNoaW5nIiBuYW1lPSJmaXNoaW5nIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+wqA8c3Ryb25nPlNwb3J0LWZpc2hpbmc8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMDsiPkRlZXAgU2VhIEZpc2hpbmc8L3NwYW4+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij4gV2hvbGUgRGF5IFBhY2thZ2U8L3NwYW4+DQoNClRoaXMgcGFja2FnZSBpcyBhIGRhaWx5IHRvdXIgYW5kIG5lZWRzIHRvIGJlIGJvb2tlZCBhdCBsZWFzdCAxMCBkYXlzIGluIGFkdmFuY2UgKGNvbmZpcm1hdGlvbiBvbmx5L2FzIHJlcXVlc3QpDQpGaXNoaW5nIFNjaGVkdWxlOiBTYWlsaW5nIG91dCBvZiBQdWVydG8gQmFyaWxsYXMgNmFtIFJldHVybmluZzogNnBtDQoNCioyIGhvdXJzIGJvYXQgc2FpbGluZyBmcm9tIGlubGV0IHRvIGZpc2hpbmcgc3BvdC4NCg0KQSBmdWxsIGRheSBkZWVwLXNlYSBmaXNoaW5nIHdpdGggYSBwcm9mZXNzaW9uYWw6IENoaWEgQ2hpYW4gSnVhbmcgd2hvIGhhcyB3b24gc2V2ZXJhbCBmaXNoaW5nIHRvdXJuYW1lbnRzLg0KQm9hdDogMjIgUHJva2F0IHdpdGggMiBZYW1haGEgMTE1IDQgc3Ryb2tlIGVxdWlwcGVkIHdpdGggZnVzaW9uIHNvdW5kIHN5c3RlbSwgR2FybWluIEdQUyBhbmQgbG93cmFuY2UgZmlzaCBmaW5kZXIuDQoNCkdlYXI6IDcgVHJvbGxpbmcvIFNwaW5uaW5nIHJlZWxzIGFuZCByb2RzIHdpdGggcGxlYW50eSBvZiB0cm9sbGluZyAvc3ByeSBsdXJlcyAsIGxpZmUgdmVzdCBhbmQgYWxsIG9mIHRoZSBmaXNoaW5nIGVxdWlwbWVudCBuZWNlc3NhcnkgZm9yIGEgZ29vZCBkYXkgb2YgZmlzaGluZyAod2l0aCBHTyBQUk8gdmlkZW8gY2FtZXJhIGluY2x1ZGVkKQ0KDQpGaXNoaW5nIFRhcmdldDogQnVsbCBtYWhpIG1haGksIEJsdWUgTWFybGluLCBCbGFjayBNYXJsaW4sIFllbGxvd2ZpbiBUdW5hLCB3YWhvbywgc2FpbGZpc2gsIHJvb3N0ZXJmaXNoLCBqYWNrIGNyYXZhbGxlLg0KDQpUaGUgdG90YWwgcHJpY2UgZm9yIHlvdXIgRGVlcCBzZWEgZmlzaGluZyBwYWNrYWdlIGluY2x1ZGVzOg0KPHVsPg0KCTxsaT5UaGUgZXF1aXBtZW50PC9saT4NCgk8bGk+RmlzaGluZyB3aXRoIGEgUHJvPC9saT4NCgk8bGk+Qm9hdCByaWRlPC9saT4NCjwvdWw+DQpMdW5jaCBCb3g6DQpIYW1idXJnZXIgb3Igc2FuZHdpY2ggYW5kIGNoaXBzLyBncmFub2xhIGJhci8xIGRyaW5rDQoNClRheGVzDQoqQSBjb29sZXIgd2lsbCBiZSBpbiB0aGUgYm9hdCBhbmQgYXQgdGhlIGVuZCBvZiB0aGUgdHJpcCwgeW91IGNhbiBwYXkgZm9yIGFkZGl0aW9uYWwgZHJpbmtzLg0KPHRhYmxlIHdpZHRoPSI1ODciIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iMzIxIj48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1pbmltdW06IDMgcGVvcGxlLyBNYXhpbXVtIDcgcGVvcGxlPC9zcGFuPjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvc3Bhbj48L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5QcmljZSBwZXIgcGVyc29uwqAgKGJhc2Ugb24gNsKgIHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxODY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1NSIgYWx0PSJrYXlhazIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9rYXlhazIuanBnIiB3aWR0aD0iMzc2IiBoZWlnaHQ9IjQ3MyIgLz48L2E+DQoNCiZuYnNwOw0KDQoqIEEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuDQoqIFBsZWFzZSBub3RlIHRoYXQgb3VyIHJlc3RhdXJhbnQgY2xvc2VzIGF0IDY6MzBwbSBzbyBwbGVhc2Ugb3JkZXIgZGlubmVyIHRoZSBuaWdodCBiZWZvcmUgdGhlIGZpc2hpbmcgdG91ci4NCiogRG9lcyBub3QgaW5jbHVkZSBpbnRlcm5hdGlvbmFsIGFpcmZhcmUNCiogUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcykNCg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCjxzdHJvbmc+Qm9hdCBSZW50YWwgd2l0aCBQaWxvdDwvc3Ryb25nPg0KPHVsPg0KCTxsaT4kMTY5LjAwICg0IGhvcmFzKTwvbGk+DQoJPGxpPiQgMjExLjAwICg1IGhvcmFzKTwvbGk+DQoJPGxpPiQyNTMuMDAgKDYgaG9yYXMpPC9saT4NCjwvdWw+DQrigKIgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIGVxdWlwbWVudC4gVmlzaXRvcnMgbXVzdCBicmluZyB0aGVpciBvd24gZXF1aXBtZW50IDxhIGlkPSJhaXIiIG5hbWU9ImFpciI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+QWlyIFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkVuam95IEVsIFNhbHZhZG9yIGFuZCBKaXF1bGlzY28gQmF5IGJ5IGFpci4gUmVudCBvbmUgb2Ygb3VyIGFpcmNyYWZ0IHdpdGggYW4gZXhwZXJpZW5jZWQgY29tbWVyY2lhbCBwaWxvdCBhbmQgZ2V0IHRvIHNlZSBFbCBTYWx2YWRvciBmcm9tIGEgZGlmZmVyZW50IHBlcnNwZWN0aXZlLiBZb3UgbWF5IGFsc28gcmVudCB0aGUgYWlyY3JhZnQgdG8gdHJhdmVsIHRvIEd1YXRlbWFsYSBvciBIb25kdXJhcyBpbiBhIGNvbWZvcnRhYmxlIGFuZCBTdHlsaXNoIG1hbm5lci48L3A+DQpQcmVjaW9zDQo8dWw+DQoJPGxpPiQ1NTAuMDAgcGx1cyB0YXhlcyAoIElWQSktIEF6dGVjYSAoWVMtMTY0LVApIE1heGltdW0gOiA1IHBhc3NlbmdlcnM8L2xpPg0KCTxsaT4kNzAwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpIE5hdmFqbyAoWVMtMzExLVApLiBNYXhpbXVtIDogNyBwYXNzZW5nZXJzPC9saT4NCjwvdWw+DQpQbGVhc2Ugbm90ZSB0aGF0IHdlIG9ubHkgY2hhcmdlIHBlciBob3VyIHNvIGlmIHlvdSB0YWtlIGEgZmxpZ2h0IGZvciAyLjUgaG91cnMsIHdlIHdpbGwgY2hhcmdlIDMgaG91cnMgZmxpZ2h0DQoNCldlIGRvIG5vdCBjaGFyZ2UgdGhlIHRpbWUgdGhhdCB0aGUgZmxpZ2h0IGlzIG5vdCBpbiB1c2UuIEZvciBleGFtcGxlLCBpZiB5b3UgZmx5IGZyb20gSWxvcGFuZ28gdG8gUHVlcnRvIEJhcmlsbGFzIGFuZCB3YW50IHRvIHN0YXkgdGhlIHdob2xlIGRheSBpbiBCYXJpbGxhcywgd2Ugd2lsbCBvbmx5IGNoYXJnZSB5b3UgMS0yIGhvdXJzIGZvciB0aGUgZmxpZ2h0IGFuZCB5b3UgY2FuIGVuam95IHRoZSByZXN0IG9mIHRoZSBkYXkNCg0KRm9yIGludGVybmF0aW9uYWwgZmxpZ2h0cyBvciBvdGhlciBmbGlnaHRzOiBwYXNzZW5nZXJzIGFyZSByZXNwb25zaWJsZSBmb3IgYWxsIG90aGVyIGNoYXJnZXMgc3VjaCBhcyBhaXJwb3J0IGZlZXMsIGxhbmRpbmcgZmVlcywgcGlsb3QgbWVhbHMgYW5kIG90aGVyIGNoYXJnZXMgdGhhdCBtYXkgaW5jdXIgaW4gdGhlaXIgdHJpcC4NCg0K4oCiIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS48c3Ryb25nPjxhIGlkPSJoYXciIG5hbWU9ImhhdyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvYXZpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM1MyIgYWx0PSJhdmlvbiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2F2aW9uLmpwZyIgd2lkdGg9IjM3NiIgaGVpZ2h0PSI0NzMiIC8+PC9hPjwvaDI+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij5IYXdza2JpbGwgVHVydGxlPC9zcGFuPjwvc3Bhbj48L3N0cm9uZz48L2gyPg0KPHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxZW07Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4oTGF0ZSBBcHJpbC0gU2VwdGVtYmVyLSBCZXN0IHRpbWUtIEp1bHkpPC9zcGFuPjwvc3Ryb25nPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PGEgaHJlZj0iaHR0cDovL3d3dy5oYXdrc2JpbGwub3JnLyIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5oYXdrc2JpbGwub3JnPC9hPjwvc3Bhbj48L2VtPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VG91ciBvbiByZXF1ZXN0IG9ubHnigKY8L3NwYW4+PC9lbT4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XSEFUIFlPVSBTSE9VTEQgS05PVyBBQk9VVCBIQVdLU0JJTEwgU0VBIFRVUlRMRSBUT1VSPC9zcGFuPjwvc3Ryb25nPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklUSU5FUkFSWTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIGxvY2FsIGJvYXQgZHJpdmVyIHdpbGwgbWVldCB3aXRoIHlvdSBhdCB0aGUgaGFyYm91ciBvZiBQdWVydG8gQmFyaWxsYXMgbm9ybWFsbHnCoDxzdHJvbmc+YXQgMTk6MDBoIGhvd2V2ZXIgY291bGQgYmUgZmxleGlibGUgbm90aWZ5aW5nIGluIGFkdmFuY2U8L3N0cm9uZz4uIFRyYW5zcG9ydGF0aW9uIGluIHRoZSBlc3R1YXJ5IHdpbGwgYmUgYXJvdW5kIDMwIG1pbnV0ZXMgdG8gTGEgUGlycmF5YSBJc2xhbmQgd2hlcmUgeW914oCZbGwgcmVjZWl2ZSBhIGJyaWVmIGludHJvZHVjdGlvbiBhYm91dCB0aGUgcHJvamVjdCBhbmQgc2VhIHR1cnRsZXMgaW4gZ2VuZXJhbCBmb3IgMjAgbWludXRlcy4gQWZ0ZXIgdGhhdCB3ZcK0bGwgdmlzaXQgdGhlIGhhdGNoZXJ5IGFuZCB0aGVuIHdlwrRsbCB3YWxrwqA8c3Ryb25nPmFyb3VuZCBmb3VyIGtpbG9tZXRlcnPCoDwvc3Ryb25nPnRvIHRoZSBiZWFjaCBmb3LCoDxzdHJvbmc+YXBwcm94aW1hdGVseSAyIGhvdXJzPC9zdHJvbmc+LiBUaGXCoDxzdHJvbmc+d2hvbGUgdG91ciB3aWxsIHRha2UgYXBwcm94aW1hdGVseSAzLDUgaG91cnM8L3N0cm9uZz4uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JTVBPUlRBTkNFOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBhdHJvbGxpbmcgYXQgbmlnaHQgZW5hYmxlcyB1cyB0byBvYnRhaW4gYSBsb3Qgb2YgaW5mb3JtYXRpb24gZnJvbSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBUdXJ0bGUgdG91cnMgaW52b2x2ZSBsb2NhbCBwZW9wbGUgaW4gc3VzdGFpbmFibGUgYWN0aXZpdGllcyB0aGF0IGxldCB0aGVtIHRvIGdldCBpbmNvbWVzIGhlbHBpbmcgdG8gdGhlIGNvbnNlcnZhdGlvbi4gVGhpcyBpcyB3aHkgeW91ciBwcmVzZW5jZSBvbiB0aGUgYmVhY2ggaXMgc28gaW1wb3J0YW50LiBUaGFuayB5b3UgdmVyeSBtdWNoIG9uY2UgbW9yZSB0aW1lIGZvciBiZWluZyBoZXJlIGFuZCBoZWxwaW5nIHVzIG9uIHRoaXMgcHJvamVjdC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkRFQ0lTSU9OIE1BS0lORzwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+T25lIG9mIHRoZSBsb2NhbCBndWlkZXMgd2lsbCBiZSBsZWFkaW5nIHRoZSB0dXJ0bGUgdG91ciwgcGxlYXNlIG9ubHkgd2FsayBiZWhpbmQgb3IgYWxvbmdzaWRlIGhpbS9oZXIsIG5ldmVyIGluIGZyb250LCBzaW5jZSB3ZSB3aWxsIGJlIGFibGUgdG8gc2hvdyB5b3UgaG93IHRvIGRpc3Rpbmd1aXNoIHRoZSB0dXJ0bGUgdHJhY2tzIGFuZCB3ZSB3aWxsIGJlIGFibGUgdG8gc3BvdCB0aGVtIG9uIHRpbWUgdG8gc3RvcCBhbmQgbm90IHNjYXJlIHRoZSBuZXN0aW5nIHR1cnRsZXMuIFdoZW4gd2Ugc2VlIGEgdHVydGxlLCB5b3Ugd2lsbCB3YWl0LiBUaGUgbG9jYWwgZ3VpZGUgd2lsbCBhcHByb2FjaCBoZXIgY2FyZWZ1bGx5IGFuZCBsZXQgeW91IGtub3cgd2hhdCBzaGUgaXMgZG9pbmcgYW5kIHdoYXQgeW91IHdpbGwgZG8uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XQUxLIFJJVEhNPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjrCoDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JZiBhdCBhbnkgbW9tZW50LCB5b3UgbmVlZCB0byBzdG9wIHRvIGhhdmUgYSByZXN0LCBhIGRyaW5rIG9mIHdhdGVyLCBvciB5b3XCtGQgcHJlZmVyIHRvIHdhbGsgYSBiaXQgc2xvd2VyLCBsZXQgdXMga25vdywgdGhlcmUgaXMgbm8gcHJvYmxlbTsgdGhlIG1vc3QgaW1wb3J0YW50IHRoaW5nIGlzIHdhbGsgdG9nZXRoZXIuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5MSUdIVFM6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VHVydGxlcyBhcmUgdmVyeSBzZW5zaXRpdmUgdG8gbGlnaHQgYW5kIGZsYXNobGlnaHRzIGhhdmUgdG8gdXNlIG9ubHkgd2hlbiBhcmUgbmVjZXNzYXJ5LiBZb3UgbWlnaHQgd2FudCB0byBicmluZyB5b3VyIHdoaXRlwqA8c3Ryb25nPmZsYXNobGlnaHTCoDwvc3Ryb25nPmZvciB3YWxraW5nIG9uIHRoZSB0cmFpbCwgd2hpY2ggeW91IHdpbGwgbmVlZCB0byBkbyBpbiBjYXNlIHRoZXJlIGlzIG5vIGJlYWNoIGJlY2F1c2UgdGhlIHRpZGUgaXMgdG9vIGhpZ2gsIGJ1dCBpdCBzaG91bGQgYmUga2VwdCBhd2F5IGR1cmluZyB0aGUgcmVzdCBvZiB0aGUgcGF0cm9sLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBUTyBCUklORzrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BbHdheXMgdGFrZSBhwqA8c3Ryb25nPndhdGVyIGJvdHRsZcKgPC9zdHJvbmc+d2l0aCB5b3Ugc2luY2Ugd2Ugd2lsbCBiZSB3b3JraW5nIGFuZCB3YWxraW5nIGZvciBhIGxvbmcgdGltZS4gVGFrZSB5b3VywqA8c3Ryb25nPnJhaW4gZ2Vhcjwvc3Ryb25nPiwgaXQgcmFpbnMgYWxtb3N0IGV2ZXJ5IG5pZ2h0LCBldmVuIGlmIGl0wrRzIGp1c3QgZm9yIGEgbGl0dGxlIHdoaWxlLiBVc2XCoDxzdHJvbmc+Y2xvc2VkIHRvZWQgc2hvZXPCoDwvc3Ryb25nPmFuZCBsb25nIHRyb3VzZXJzLCBzaW5jZSB0aGVyZSBpcyBhIGxvdCBvZiBnYXJiYWdlLCBzcGluZXMgYW5kIHRpbWJlciBvbiB0aGUgYmVhY2ggdGhhdCBtaWdodCBodXJ0IHlvdSwgYW5kIHRoZXkgYXJlIG5lY2Vzc2FyeSBmb3Igd2hlbiB3YWxraW5nIG9uIHRoZSB0cmFpbC4gWW91IHdpbGwgYWxzbyBuZWVkIHRvIHVzZcKgPHN0cm9uZz5kYXJrIGNsb3RoZXPCoDwvc3Ryb25nPnNvIHRoYXQgeW91IGRvIG5vdCBzdGFuZCBvdXQgdG9vIG11Y2ggYXQgbmlnaHQgb24gdGhlIGJlYWNoLiBPdGhlcndpc2UswqA8c3Ryb25nPmluc2VjdCByZXBlbGxlbnTCoDwvc3Ryb25nPndpbGwgaGVscCB5b3UgdG8gZW5qb3kgdGhlIHNlYSB0dXJ0bGUgdG91ciBlYXNpbHnigKbigKYuPC9zcGFuPjwvcD4NCg0KPHRhYmxlIHdpZHRoPSI2MjIiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTYiPlVTJDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4xIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4yIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4zIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij40IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij41IHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPkNvc3QvcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj44MjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+NDM8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjMwPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4yNDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij43IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+OCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjkgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMCBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTg8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE2PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjEzPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzdHJvbmc+T3RoZXIgYWN0aXZpdGllcyB1bmRlciBkZXZlbG9wbWVudDwvc3Ryb25nPg0KDQrigKIgSG9yc2ViYWNrIHJpZGluZyB0b3Vycw0KDQrigKIgQmljeWNsZSBUb3Vycw0KDQrigKIgQ2FjYW8gVG91cnMNCg0KTGVhcm4gYWJvdXQgRWwgU2FsdmFkb3LigJlzIGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGNhY2FvDQoNCmh0dHA6Ly93d3cubGFwcmVuc2FncmFmaWNhLmNvbS9tYW5qYXItZGUtZGlvc2VzDQoNCuKAoiBDb2NvbnV0IG9pbCBwcm9kdWN0aW9uIHRvdXJzICggdmlzaXQgSXNsYSBFc3Bpcml0dSBTYW50bykNCg0KPHN0cm9uZz48YSBocmVmPSIjdG9wIj7CoFJldHVybiBUb3AgUGFnZTwvYT48L3N0cm9uZz4=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(178, 45, 0, '2013-12-07 17:36:57', 'original_id', '', 0, '18', '', 1),
(179, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_title', 'base64', 1, 'QWN0aXZpdGllcyBpbiBQdWVydG8gQmFyaWxsYXMgSmlxdWlsaXNjbyBFbCBTYWx2YWRvcg==', '', 1),
(180, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(181, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(182, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'Qm9hdCBUb3VycyBWaXNpdCBvdXIgTW9ua2V5IFNhbmN0dWFyeSBLYXlhayBSZW50YWwgU3BvcnQgRmlzaGluZyBBaXIgVG91cnMgSGF3a3NiaWxsIFR1cnRsZSBUb3VyIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgbWFueSB1bmlxdWU=', '', 1),
(183, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(184, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(185, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'Q2FjYW8gVG91cnMgRWwgU2FsdmFkb3IsIEdyZWVuIFRvdXJpc20gRWwgU2FsdmFkb3IsIE1vbmtleSBTYW5jdHVhcnks', '', 1),
(186, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(187, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(188, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'Z3JlZW4gdG91cmlzbQ==', '', 1),
(189, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(190, 45, 0, '2013-12-07 17:36:57', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(191, 46, 0, '2013-12-07 17:54:08', 'title', 'base64', 1, 'U3RldmXigJlzIGFuc3dlcnMgdG8gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu', 'UHJlZ3VudGFzIEZyZWN1ZW50ZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(192, 46, 0, '2013-12-07 17:54:08', 'body', 'base64', 1, 'PGgyPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPldFTENPTUU8L3NwYW4+PC9oMj4NCkFmdGVyIGV4cGxvcmluZyB0aGUgcmVtb3RlIGFuZCBiZWF1dGlmdWwgSXNsYW5kcyBpbiBQYW5hbWEsIGFuZCB0aGUgQ2VudHJhbCBBbWVyaWNhbiBDb3VudHJpZXMgdG8gdGhlIFNvdXRoIG9mIHVzLCBvciBjb21pbmcgZnJvbSB0aGUgamV0LXNldCBwYWNlIG9mIENhYm8gc2FuIEx1Y2FzIGFuZCBoZXIgc2lzdGVyIE1leGljYW4gcG9ydHMsIHlvdSB3aWxsIGZpbmQgeW91ciBzdGF5IGF0IHRoZSBQdWVydG8gQmFyaWxsYXMsIHRvIGJlIHVuaXF1ZSBhbmQgZW5yaWNoaW5nLiBXZSBob3BlIHRoYXQgdGhpcyBjcnVpc2Vy4oCZcyBndWlkZSB3aWxsIGFzc2lzdCB5b3UgZHVyaW5nIHlvdXIgc3RheSBpbiBFbCBTYWx2YWRvci4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkFycml2YWw8L2I+PC9oMz4NCkNoZWNraW5nIGluOiBEb2N1bWVudHMgeW91IHdpbGwgcmVjZWl2ZSAoYWxsIHByb3ZpZGVkIGJ5IGF1dGhvcml0aWVzIGF0IEJhcmlsbGFzKQ0KPG9sPg0KCTxsaT7CoDxzdHJvbmc+QWN0YSBkZSBWaXNpdGEuPC9zdHJvbmc+DQpJbml0aWFsIGFja25vd2xlZGdlbWVudCBvZiB5b3VyIGFycml2YWwgcHJvdmlkZWQgYnkgdGhlIFBvcnQgQ2FwdGFpbidzIG9mZmljZS48L2xpPg0KCTxsaT48c3Ryb25nPkltcG9ydGFjaW9uIFRlbXBvcmFswqA8L3N0cm9uZz4NCk9uIGFycml2YWwsIHlvdXIgd2lsbCBuZWVkIHRvIGFwcGx5IGZvciBhIHRlbXBvcmFyeSBpbXBvcnRhdGlvbiBwZXJtaXQgZm9yIHlvdXIgdmVzc2VsLjwvbGk+DQoJPGxpPjxzdHJvbmc+Q3VzdG9tcyBkb2N1bWVudC48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkNlcnRpZmljYWRvIGRlIFBlcm1hbmVuY2lhLsKgPC9zdHJvbmc+KGFraW4gdG8gYSBjcnVpc2luZyBwZXJtaXQgYnV0IGFwcGxpY2FibGUgdG8gc3RvcmVkIGJvYXRzIGFzIHdlbGwpLCBpcyBhbm90aGVyIGRvY3VtZW50IHJlcXVpcmVkIGJ5IHRoZSBQb3J0IENhcHRhaW4sIHZhbGlkIGluaXRpYWxseSBmb3IgMiBtb250aHMgZnJvbSBpc3N1ZSBhbmQgcmVwcmVzZW50aW5nIGFkZGl0aW9uYWwgY29uZmlybWF0aW9uIG9mIHRoZSB2ZXNzZWxzJyByaWdodCB0byBzdGF5IGluIEVsIFNhbHZhZG9yIHRlcnJpdG9yeSBhbmQgYXBwbGllZCB0byBhbGwgdmVzc2VscyBzdGF5aW5nIG1vcmUgdGhhbiA4IGRheXMuPC9saT4NCjwvb2w+DQpJZiBkZXBhcnRpbmcgRWwgU2FsdmFkb3Igb24geW91ciB2ZXNzZWwgaW50ZW5kaW5nIHRvIHJldHVybiBiZSBBV0FSRSB0aGF0IHlvdXIgcGFwZXJ3b3JrIHdpbGwgbmVlZCB0byBiZSByZW5ld2VkIGVudGlyZWx5IHdoZW4geW91IHJldHVybi4gUGV0IG93bmVycyBzaG91bGQgYWxzbyBiZSBhd2FyZSBvZiBjaGVjay1pbiByZWd1bGF0aW9ucy4NCjxoMz5HZW5lcmFsIEluZm9ybWF0aW9uPC9oMz4NCldlbGNvbWUgdG8gb3VyIG1hcmluYS4gT3VyIG1hcmluYSBpcyBkZWRpY2F0ZWQgdG8gdGhlIG5lZWRzIG9mIGNydWlzZXJzIGFuZCB3ZSBkZXBlbmQgb24geW91ciBnb29kd2lsbCBhbmQgZ29vZC1zZW5zZS4gU29tZSBkb+KAmXMgYW5kIGRvbid0czoNCg0KUExFQVNFIGtlZXAgeW91ciBwZXRzIG9uIGEgbGVhc2ggd2hpbGUgaW4gdGhlIHJlc3RhdXJhbnQgYXJlYTogdGhleSBjYW4gcHJlc2lkZSBvbmx5IHdpdGggdGFjaXQgYWdyZWVtZW50IG9mIHRoZSBvdGhlciByZXN0YXVyYW50IHVzZXJzLg0KRE8gTk9UIHdlYXIgZXhwZW5zaXZlIGpld2Vscnkgd2hpbGUgd2Fsa2luZyBhcm91bmQgdG93bi4NCkxFQVZJTkcgWU9VUiBCT0FUIElmIGxlYXZpbmcgeW91ciBib2F0IHVuYXR0ZW5kZWQgbWFrZSBhcnJhbmdlbWVudCB3aXRoIHNvbWVvbmUgKGFwcHJvdmVkIGJ5IHRoZSBtYXJpbmEpIHRvIGxvb2sgYWZ0ZXIgaXQuIFdlIHdpbGwgYmUgaGFwcHkgdG8gcmVjb21tZW5kIHN1aXRhYmxlIGNhcmV0YWtlcnMuIElmIGxlYXZpbmcgdGhlIGNvdW50cnkgZ2V0IGEgbGV0dGVyIGZyb20gdGhlIE1hcmluYSBkZWNsYXJpbmcgdGhhdCB5b3VyIHZlc3NlbCBpcyBoZXJlIHNvIHlvdSB3aWxsIG5vdCByZXF1aXJlIGFuIG91dGJvdW5kIHRpY2tldCBvbiB5b3VyIHJldHVybiB0byBFbCBTYWx2YWRvci4NCkdFTkVSQUwgTk9URVM6IFdoaWxlIHdlIGRvIHByb3ZpZGUgc2VjdXJpdHkgaW4ga2VlcGluZyB3aXRoIG91ciBkZXNpcmUgdG8gbWFpbnRhaW4gdGhlIGluZm9ybWFsIGZhbWlseSBhbWJpZW50LCB0aGUgJ0NsdWInIChCYXJpbGxhcyBNYXJpbmEgQ2x1Yikgd2lsbCBub3QgYmUgaGVsZCByZXNwb25zaWJsZSBmb3IgeW91IHBlcnNvbmFsbHksIG5vciB5b3VyIGNyZXcvZ3Vlc3RzLiBOZWl0aGVyIHdpbGwgdGhlIENsdWIgYmUgcmVzcG9uc2libGUgZm9yIHlvdXIgcHJvcGVydHkgZHVyaW5nIHlvdXIgc3RheSBoZXJlLiBBdCBhbGwgdGltZXMgdGhlIENhcHRhaW4vT3duZXIgcmVtYWlucyByZXNwb25zaWJsZSBmb3IgYWxsIG1hdHRlcnMgY29uY2VybmluZyBoaXMgdmVzc2VsIGFuZCBwcm9wZXJ0eSAodGhlIENsdWIgaXMgYWx3YXlzIHJlYWR5IHRvIG9mZmVyIGFzc2lzdGFuY2UpLg0KUEFZSU5HIFRIRSBCSUxMOiBPbiBhcnJpdmFsIHdlIHdpbGwgc2V0IHVwIGFuIGFjY291bnQgd2hpY2ggc2hvdWxkIGJlIHBhaWQgb24gdGhlIEZpcnN0IG9mIHRoZSBNb250aCBvciBwcmlvciB0byBkZXBhcnR1cmUuDQo8aDM+VHJhbnNwb3J0YXRpb248L2gzPg0KVG8gVXN1bHV0YW46IEEgZnJlZSByaWRlIGJ5IEJhcmlsbGFzIE1pbmktVmFuLCBkZXBhcnRzIHRoZSBNYXJpbmEgb24gVHVlc2RheSBhbmQgRnJpZGF5IGF0IDA5MDAgZm9yIERpc3BlbnNhIERvbiBKdWFuLCBhbmQgZGVwYXJ0cyB0aGUgRGlzcGVuc2EgYXQgMTIzMCBmb3IgQmFyaWxsYXM7IGFsc28gYXZhaWxhYmxlIGZvciBzaG9ydCBkZXRvdXJzIHRvIHNwZWNpYWx0eSBzaG9wcy4NCg0KVG8gU2FuIFNhbHZhZG9yOiBWaWEgQmFyaWxsYXMgTWluaS1WYW4sIGFzIHJlcXVlc3RlZDsgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hIE9mZmljZS4NCg0KVG8gdGhlIEFpcnBvcnQ6IFZpYSBCYXJpbGxhcyBNaW5pLVZhbiwgYXMgcmVxdWVzdGVkOyBtYWtlIGFycmFuZ2VtZW50cyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlLg0KDQpUYXhpIENhYiBJbmZvcm1hdGlvbjsgVXN1bHV0YW4gaXMgZnVsbCBvZiB5ZWxsb3cgdGF4aWNhYnM7IHRyYW5zcG9ydCBmcm9tIHRvd24gdG8gQmFyaWxsYXMgY29zdHMgYWJvdXQgJDE1VVM7IGJlIHN1cmUgdG8gbmVnb3RpYXRlIGEgcHJpY2UgdXAgZnJvbnQuDQoNCkJ1czogQWxsIGtpbmRzIG9mIGJ1cyB0cmFuc3BvcnRhdGlvbiBpcyBhdmFpbGFibGUsIHRvIFNhbiBTYWx2YWRvciwgU2FuIE1pZ3VlbCBhbmQg4oCcb3RoZXLigJ0gbG9jYXRpb25zIGZvciB0aGUgYWR2ZW50dXJvdXMuIEJ1c2VzIGFyZSBtb3JlIG9yIGxlc3MgY2xlYXJseSBtYXJrZWQsIGFuZCBkZXBhcnQgZnJvbSBhIG51bWJlciBvZiBsb2NhdGlvbnMgbmVhciBEaXNwZW5zYSBEb24gSnVhbi4NCjxoMz5TZXJ2aWNlcywgZXRjPC9oMz4NCjxibG9ja3F1b3RlPk5vdGU6IGZvciBlYXNlIG9mIGRlc2NyaXB0aW9uLCB3ZSBoYXZlIHVzZWQgdGhlIHRlcm1zIOKAnFNvdXRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgY29taW5nIGludG8gVXN1bHV0YW4gZnJvbSBCYXJpbGxhcywgYW5kIOKAnE5vcnRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgbGVhdmluZyBmb3IgQmFyaWxsYXMuDQpBbHNvLCBkdWUgdG8gbWlzc2luZywgaWxsZWdpYmxlLCBldGMgc3RyZWV0IHNpZ25zLCB3ZeKAmXZlIHVzZWQgdGhlIOKAnG51bWJlciBvZiBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbuKAnSBvciDigJxTY290aWEgQmFua+KAnSBmb3IgZGlyZWN0aW9uc+KApih0aGV54oCZcmUgc3RpbGwg4oCcYXBwcm94aW1hdGUsIGJ1dCBiYWxscGFya+KAnSkuPC9ibG9ja3F1b3RlPg0KPHN0cm9uZz5BdXRvIFBhcnRzPC9zdHJvbmc+DQpFY29ub1BhcnRlcywgYWNyb3NzIGZyb20gUHVlcnRhIE9yaWVudGUgUGxhemEgKGEgZmV3IGJsb2NrcyBlYXN0IG9mIERpc3BlbnNhIERvbiBKdWFuKTsganVzdCBhYm91dCBldmVyeXRoaW5nIHlvdeKAmWQgZXhwZWN0IHRvIGZpbmQgaW4gYW4gYXV0byBwYXJ0cyBzdG9yZSBpbiB0aGUgU3RhdGVzDQoNCjxzdHJvbmc+QmFua3MvQVRNczwvc3Ryb25nPg0KVGhlcmUgYXJlIGEgbnVtYmVyIG9mIEFUTXMgKENhamVyb3MgQXV0b21hdGljb3MpIGluIHRoZSBlbnRyYW5jZSB0byBEaXNwZW5zYSBEb24gSnVhbjsgQWRkaXRpb25hbGx5IHRoZXJlIGEgbnVtYmVyIG9mIGxhcmdlIGJhbmtzIGFyb3VuZCB0aGUgYnVzaW5lc3MgZGlzdHJpY3QgaW4gVXN1bHV0YW46DQoNCjxlbT48c3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlNjb3RpYUJhbms8L3NwYW4+PC9zdHJvbmc+PC9lbT4gNCBCbG9ja3Mgd2VzdCBvZiBEaXNwZW5zYSBEb24gSnVhbiwgb24gTm9ydGggTWFpbg0KPGVtPjxzdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+RGEgVml2aWVuZGE8L3NwYW4+PC9zdHJvbmc+PC9lbT4gKGZvcm1lcmx5IEhTQkMpIDIgQmxvY2tzIGZ1cnRoZXIgb24gZnJvbSBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluLCAoYWNyb3NzIGZyb20gdGhlIFBhcnF1ZSBDZW50cmFsKQ0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PGVtPjxzdHJvbmc+QmFuY28gZGUgQW1lcmljYSBDZW50cmE8L3N0cm9uZz48c3Ryb25nPmw8L3N0cm9uZz48L2VtPjwvc3Bhbj4gMyBCbG9ja3MgZnVydGhlciBvbiBmcm9tIFNjb3RpYUJhbmssIChUaGUgb3RoZXIgc2lkZSBvZiB0aGUgUGFycXVlIENlbnRyYWwpOyB2ZXJ5IGhlbHBmdWwgd2l0aCDigJxjYXJkIHByb2JsZW1z4oCdIG9yIHByb2JsZW1zIHVuZGVyc3RhbmRpbmcgd2hhdCB0aGUgQVRNIGlzIGFza2luZyB5b3UgKG9yIHdoYXQgeW914oCZcmUgdHJ5aW5nIHRvIHRlbGwgaXQpLg0KQW5kIG1hbnkgb3RoZXIgYmFua3MgaW4gdGhlIGdlbmVyYWwgdmljaW5pdHkuDQoNCjxzdHJvbmc+QmF0dGVyaWVzPC9zdHJvbmc+DQpTbWFsbCBCYXR0ZXJpZXM6IEltcHJlc3NhIFJlcHVlc3RvcyBpbiBtaWQtdG93biwgdGhlIEJhcmlsbGFzIGRyaXZlciB3aWxsIHRha2UgeW91IHRoZXJlLg0KTGFyZ2UgQmF0dGVyaWVzOiBDYXNhIGRlIGxhcyBCYXR0ZXJpYXMsIDI5IENhbGxlIFBvaW5lbnRlIHkgMjEgQXZlIE5vcnRlLCBTYW4gU2FsdmFkb3INClNyLiDCoEpvc2UgR2FyY2lhIDIyMzUgNjk0NA0KDQo8c3Ryb25nPkJlYXJpbmdzLCAoTy1yaW5ncywgZ2Fza2V0cywgaG9zZSBmaXR0aW5ncyk8L3N0cm9uZz4NClNlZSBPeGdhc2EgKEluIEhhcmR3YXJlKSBmb3IgTy1SaW5ncw0KDQo8c3Ryb25nPkJvYXR5YXJkL0hhdWxvdXQgRmFjaWxpdGllczwvc3Ryb25nPg0KUHJlc3RvbWFyIE5lZWQgaW5mb3JtYXRpb24sIFJhaWx3YXkgdXAgdG8gX19fIFRvbnMsIFdpZHRoLCDigKZJbmNsdWRlIENhdGFtYXJhbnM7IHRoZXkgcHJvdmlkZSBib3R0b20gcGFpbnRpbmcsIHRvcHNpZGUgcGFpbnRpbmcsIGdlbmVyYWwgbWFyaW5lIHJlcGFpcnMNCg0KPHN0cm9uZz5Cb2F0IENsZWFuaW5nLCBldGMgKHNlZSBhbHNvIEdlbmVyYWwgSGFuZHMpPC9zdHJvbmc+DQpDQVJQRVQgQ0xFQU5JTkcNCkRSWSBDTEVBTklORw0KDQo8c3Ryb25nPkNvcGllczwvc3Ryb25nPg0KVGhlcmUgYXJlIG1hbnkgcGxhY2VzIHRvIGdldCBjb3BpZXMgbWFkZSBpbiBVc3VsdXRhbjsganVzdCB3YWxrIHVwIG9yIGRvd24gTm9ydGggb3IgU291dGggTWFpbg0KDQo8c3Ryb25nPkNvbXB1dGVyIFJlcGFpci9TdXBwbGllczwvc3Ryb25nPg0KDQo8c3Ryb25nPkRJRVNFTCBFTkdJTkUgQU5EIFRSQU5TTUlTU0lPTiBSRVBBSVI8L3N0cm9uZz4NCg0KRElFU0VMIFBBUlRTDQpZYW5tYXIgcGFydHMuDQpWb2x2byBwYXJ0cy4NCkN1bW1pbnMsIENhdGVycGlsbGFyLA0KUGVya2lucyBwYXJ0cy4NCg0KPHN0cm9uZz5EaXZlIFRhbmtzPC9zdHJvbmc+DQoNCkVtYWlsLCBXaUZpLCBhbmQgSW50ZXJuZXQ6DQpGcmVlIFdpLUZpIGF0IHRoZSBNYXJpbmE7IGFzIHlvdSBnZXQgZmFydGhlciBkb3duIHRoZSBhbmNob3JhZ2UsIHRoZSBjb3ZlcmFnZSBnZXRzIHBvb3JlcjsgcmVjZXB0aW9uIGlzIGdyZWF0IGluIHRoZSBzd2ltbWluZyBwb29sIGFyZWEgYW5kIHRoZSByZXN0YXVyYW50OyB0aGVyZSBhcmUgMTE1ViBvdXRsZXRzIGF0IGVhY2ggdGFibGUgaW4gdGhlIHBhbGFwYXMuDQoNCjxiPkVsZWN0cmljYWwgPC9iPg0KDQpTVEFSVEVSIE1PVE9SUyAmYW1wOyBBTFRFUk5BVE9SUw0KDQo8Yj5Tb2xhciBQYW5lbHM8L2I+IGNhbiBiZSBmb3VuZCBhdCA8Yj5GZXJyZXRlcmlhIEVsIENvbmVjdGU8L2I+LCB3aGljaCBpcyBqdXN0IG9uZSBibG9jayBiZXlvbmQgdGhlIFNoZXJ3aW4gV2lsbGlhbXMgUGFpbnQgU3RvcmUgb24gTm9ydGggTWFpbiAoanVzdCBiZXlvbmQgUGFycXVlIENlbnRyYWwpOyB0aGV5IGhhdmUgYSA3NS13YXR0IG1vZGVsIG9uIGRpc3BsYXksIGJ1dCBjYW4gZ2V0IGFueSBzaXplIHBhbmVsIGRvd24gZnJvbSBTYW4gU2FsdmFkb3IuDQoNCjxiPkZpYmVyZ2xhc3MsIE1pbm9yIFJlcGFpcnMgJmFtcDsgTWF0ZXJpYWxzwqAgKFNlZSBhbHNvOldvb2R3b3JraW5nKSA8L2I+DQoNCjxiPk1hcmluc2EgPC9iPihzZWUg4oCcQ2hhbmRsZXJpZXMsIGJlbG93KSBoYXMgYSBnb29kIHN1cHBseSBvZiBQb2x5ZXN0ZXIgUmVzaW4gYW5kIEZpbGxlcg0KDQooPGI+UHJlc3RvTWFyPC9iPj8/PykgSHVsbCByZXBhaXIsIG1vZGlmeWluZyBjaGFpbmxvY2tlcnMsIHByb3BhbmUgdGFuayBib3hlcywgZXRjLg0KDQo8Yj5GaWx0ZXJzPC9iPg0KDQo8Yj5GaXJlIEV4dGluZ3Vpc2hlciBSZWNoYXJnaW5nPC9iPg0KDQo8Yj7CoCBPeGdhc2E8L2I+IChTZWUgSGFyZHdhcmUpDQoNCjxiPkZ1ZWwgKERpZXNlbCBhbmQgR2Fzb2xpbmUpIDwvYj4NCg0KQmFyaWxsYXMgRnVlbCBEb2NrDQoNCkNoZWNrIHdpdGggdGhlIE9mZmljZSBmb3IgY3VycmVudCBwcmljaW5nDQoNCjxiPkdlbmVyYWwgSGFuZHMgPC9iPg0KDQpGb3IgYm9hdCBjbGVhbmluZywgdmFybmlzaGluZywgaGVhZCBvdmVyaGF1bCwgcnVubmluZyBlcnJhbmRzLCBwaWxvdGluZywgdW5kZXJ3YXRlciB3b3JrLCBvYnRhaW5pbmcgcGFydHMgYW5kIGdlbmVyYWwgcmVwYWlycywgdGhlcmUgYXJlIGxvY2FsIHdvcmtlcnMgcmVhZHksIHdpbGxpbmcgYW5kIGFibGUgdG8gPGI+PC9iPg0KDQpIZWxwOyBhc2sgYXQgdGhlIE1hcmluYSBPZmZpY2UNCg0KPGI+SGFpcmN1dHMsIE1hbmljdXJlcywgUGVkaWN1cmVzIDwvYj4NCg0KPGI+wqAgQmVhdXR5IFNob3A8L2I+IGxvY2F0ZWQgaW4gRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+wqAgUGVsdXF1ZXJvIFJpY2hhcmQ8L2I+LCB3YWxrIHRvIFNjb3RpYUJhbmssIHR1cm4gbGVmdCB3YWxrIG9uZSBibG9jaywgbG9jYXRlZCBvbiB0aGUgY29ybmVyLg0KDQpOdW1lcm91cyBvdGhlciBiYXJiZXIvYmVhdXR5IHNob3BzIGxvY2F0ZWQgYWxvbmcgYm90aCBtYWluIHN0cmVldHMNCg0KPGI+SGFyZHdhcmUgYW5kIENoYW5kbGVyaWVzIDwvYj4NCg0KPGI+TWFyaW5zYTwvYj46IE9ubHkg4oCcTWFyaW5lIFN0b3Jl4oCdIGluIFVzdWx1dGFuLCBjYXRlcnMgbW9zdGx5IHRvIGZpc2hlcm1lbiwgYnV0IHdvcnRoIGEgdmlzaXQ7IHdhbGsgYSBibG9jayBmcm9tIERpc3BlbnNhIERvbiBKdWFuIHdlc3R3YXJkIG9uIFNvdXRoIE1haW4sIHRha2UgYSBsZWZ0LCB3YWxrIDIgYmxvY2tzLCB0YWtlIGEgcmlnaHQsIHdhbGsgMiBibG9ja3MgYW5kIE1hcmluc2EgaXMgb24gdGhlIGNvcm5lcjsgYWxzbyBoYXMgbWVjaGFuaWNzIHdobyB3b3JrIG9uIE91dGJvYXJkIE1vdG9ycyAoc2VlIGJlbG93KQ0KDQo8Yj4yTSBGZXJyZXRlcmlhOiA8L2I+VGhleSBoYXZlIG1vc3QgZXZlcnl0aGluZywgaW5jbHVkaW5nPGI+IDwvYj5zbWFsbCBnYWx2YW5pemVkIGNoYWluLCBzdGFpbmxlc3MgaG9zZSBjbGFtcHMsIGxvdHMgb2Ygb3RoZXIgc3R1ZmYsIHNvbWUgRW5nbGlzaCBzcG9rZW4uIEJpZyBGZXJyZXRlcmlhLCBMb2NhdGVkIGFib3V0IDMgYmxvY2tzIGVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIGFjcm9zcyB0aGUgcm9hZCB0byBQdWVydG8gUGFyYWRhLCBuZWFyIHRoZSBQdWVydGEgT3JpZW50ZSBwbGF6YTxiPjwvYj4NCg0KPGI+RmVycml0ZXJpYSBFbCBCYXJhdGlsbG8gKE9yYW5nZSBCdWlsZGluZyk8L2I+IGFib3V0IDIgYmxvY2tzIEVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW47IHRoZXkgaGF2ZSBtb3N0IGV2ZXJ5dGhpbmcNCg0KPGI+RmVycmV0ZXJpYSBBdmlsYSwgYmV0d2VlbiBMYSBQaXJyYXlhIGFuZCBFY29ub1BhcnRlcywgPC9iPmFjcm9zcyBmcm9tIFB1ZXJ0YSBPcmllbnRlPGI+OyA8L2I+dGhlcmUgaXMgYW4gRW5nbGlzaCBTcGVha2VyIGhlcmUuDQoNCjxiPkZlcnJldGVyaWEgU2FuIFJhZmFlbDsgPC9iPmxvY2F0ZWQgb3V0c2lkZSBvZiB0b3duLCBuZWFyIHRoZSBIb3NwaXRhbDsgTGFyZ2UsIGNvbnN0cnVjdGlvbi1vcmllbnRlZCBoYXJkd2FyZSBzdG9yZTsgQmFyaWxsYXMgZHJpdmVyIHdpbGwgc3RvcCB0aGVyZSBvbiB0aGUgd2F5IGJhY2sgdG8gQmFyaWxsYXMgaWYgcmVxdWVzdGVkDQoNCjxiPk94Z2FzYTo8L2I+IFdhbGsgcGFzdCBTY290aWFCYW5rIHRvIDxiPlBvbGxvIENhbXBlcm8vRGEgVml2aWVuZGE8L2I+LCBUdXJuIGxlZnQgYW5kIHdhbGsgdHdvIGJsb2NrcyB0byA8Yj5PeGdhc2E8L2I+OyB5b3Ugd2lsbCBmaW5kIG1lZGljYWwgc3VwcGxpZXMsIFN0YW5sZXksIFNraWwgYW5kIEJvc2NoIGhhbmQgYW5kIHBvd2VyIHRvb2xzLCBzYWZldHkgZ2VhciBhbmQgc2hvZXMsIHdlbGRpbmcgbWFjaGluZXMsIGN1dHRpbmcgYW5kIGJ1cm5pbmcgcmlncywgbW90b3JzLCBnZW5lcmF0b3JzLCBwdW1wcywgTy1SaW5ncywgdGhlIGxpc3QgZ29lcyBvbiBhbmQgb27igKZhbmQsIHRoZXkgd2lsbCBzZWxsIHlvdSBhIG5ldyBmaXJlIGV4dGluZ3Vpc2hlciwgb3IgcmVjaGFyZ2UgeW91ciBvbGQgb25lLg0KDQo8Yj5PdGhlcnPigKY8L2I+DQoNCjxiPkltcG9ydGluZyBQYXJ0cyBpbnRvIEVsIFNhbHZhZG9yDQo8L2I+PGI+RmVkZXgNCjwvYj48Yj5ESEwNCjwvYj48Yj5UcmFucyBFeHByZXNzIChtYWlsIGZvcndhcmRlcik6IDwvYj5TaGlwcGluZyBldmVyeSBGcmlkYXkgZnJvbSBNaWFtaSAoMyBkYXlzIHRvIFNhbiBTYWx2YWRvcikuDQo8Yj5DbGVhciBGcmVpZ2h0IChDYXJnbyBGb3J3YXJkZXIpOiA8L2I+U2hpcHBpbmcgZXZlcnkgRnJpZGF5IGZyb20gTWlhbWkgKDcgZGF5cyB0byBTYW4gU2FsdmFkb3IpOyBDbGVhckZyZWlnaHQgY29udGFjdCBpbmZvOg0KPGI+S2F0dGlhIEUuIEZhbmRpbm8NCjwvYj48Yj5PY2VhbiBFeHBvcnQ8L2I+DQoNCkNsZWFyZnJlaWdodCBJbmMuDQo5NzA0IE5XIDE3dGggU3QuDQpNaWFtaSwgRkwgMzMxNzINClBoLjMwNS01OTItNDQ0NiBleHQuMTMxMQ0KRmF4LjMwNS01OTItMzEzOQ0Kd3d3LmNsZWFyZnJlaWdodC5jb20NCmUtbWFpbDrCoGthdHRpYUBjbGVhcmZyZWlnaHQuY29tDQoNCjxiPkNvb3JkaW5hdGUgeW91ciBzaGlwcGluZyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlPC9iPg0KDQo8Yj5MaWZlcmFmdCBJbnNwZWN0aW9uPC9iPg0KDQo8Yj5NYWNoaW5lIFNob3AgPC9iPg0KDQo8Yj5UYWxsZXIgTWVyY2VkPC9iPiwgYSBmdWxsLXNlcnZpY2UgbWFjaGluZSBzaG9wIGNvbXBsZXRlIHdpdGggbGF0aGVzLCBtaWxsaW5nIG1hY2hpbmVzLCBwcmVzc2VzLCBldGMuOyB2ZXJ5IGdvb2QgcXVhbGl0eSB3b3JrLiBUaGVyZSBpcyBhIHdlbGQgc2hvcCBhc3NvY2lhdGVkIHdpdGggdGhpcyBzaG9wIChzZWUgYmVsb3cpDQoNCjxiPk1BUklORSBFTEVDVFJJQ0lBTlMgPC9iPg0KDQo8Yj5NZWNoYW5pY3M8L2I+DQoNCjxiPk1lZGljYWwgPC9iPg0KDQo8Yj5QaGFybWFjaWVzPC9iPiBhcmUgZXZlcnl3aGVyZSBhbmQgeW91IHdpbGwgZmluZCBtb3N0IG9mIHlvdXIgcHJlc2NyaXB0aW9uIG5lZWRzIGF2YWlsYWJsZSBhbmQgcmVhc29uYWJseSBwcmljZWQuIFByaWNlcyB2YXJ5IGNvbnNpZGVyYWJseSBhbW9uZyB0aGUgcGhhcm1hY2llcywgYW5kIGV2ZW4gYW1vbmcgYnJhbmNoZXMgb2YgdGhlIHNhbWUgcGhhcm1hY3kuwqAgSXQgcGF5cyB0byBzaG9wIGFyb3VuZC7CoCBNYW55IGRydWdzIHRoYXQgYXJlIHByZXNjcmlwdGlvbiBvbmx5IGluIG90aGVyIGNvdW50cmllcyBjYW4gYmUgcHVyY2hhc2VkIG92ZXItdGhlLWNvdW50ZXIgaW4gRWwgU2FsdmFkb3IuwqAgTW9zdCBwaGFybWFjaWVzIGhhdmUgcmVmZXJlbmNlIGJvb2tzIHRvIGZpbmQgYSBnZW5lcmljIGVxdWl2YWxlbnQgb2YgbmFtZS1icmFuZCBkcnVncy4NCg0KPGI+UGhhcm1hY2lhIEJyYXNpbDo8L2I+IFRoZXJlIGFyZSBhIG51bWJlciBvZiB0aGVzZSBhcm91bmQgdG93biwgb25lIGlzIG5leHQgdG8gRGlzcGVuc2EgRG9uIEp1YW47IHRoZSBzdGFmZiBpbiB0aGlzIG9uZSBhcmUgdmVyeSBmcmllbmRseSBhbmQgaGVscGZ1bCwgYW5kIGFjY3VzdG9tZWQgdG8gZGVhbGluZyB3aXRoIENydWlzZXJzDQo8aDQ+PGI+SE9TUElUQUxTICZhbXA7IEVNRVJHRU5DWSAoU2FsYSBkZSBVcmdlbmNpYXMpOsKgPC9iPjwvaDQ+DQo8dGFibGUgd2lkdGg9IjU4OSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5ET0NUT1JTIFVTVUxVVEFOPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBJTlRFUk5BPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkFMVkFSQURPIFZJTExFREEgTUFOVUVMIEFOVE9OSU88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+MkEgQ0FMTEUgT1JJRU5URSAjMTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBHRU5FUkFMPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPk1BUlRFTEwgUlVJWiBCRU5KQU1JTiBBTlRPTklPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPkNBIEdSSU1BTERJIE0gMjI8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkNBU1RJTExPIFBFUkRPTU8gUEVEUk8gQU5UT05JTzwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIFBURSBOUiAxMzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+RFVBTkVTIFBBTE9NTyBMVUNJQSBDTEFSSUJFTDwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIE9URSAyMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+TE9QRVogVkVHQSBFREdBUkRPIEFSTUFORE88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+Q0FMTEUgRFIuIEZFREVSSUNPIFBFTkFETyAjIDQgRURJRklDSU8gQU5EQTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5FQVIgTk9TRSBUSFJPQVQ8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+PHN0cm9uZz7CoDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+R0FSQVkgQ0FDRVJFUyBKT1NFIFZJUkdJTElPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjFBIENBIFBPTklFTlRFIDEzPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij48c3Ryb25nPlVST0xPR0lTVDwvc3Ryb25nPjwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj48c3Ryb25nPsKgPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij5CRVJOQUJFTCBDQcORQVMgTFVJUyBHRVJBUkRPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjZBIENMIE9URSBOIDEwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxiPlNhbiBTYWx2YWRvcjwvYj4NCg0KQ0FSRElPVkFTQ1VMQVINCkRFUk1BVE9MT0dJU1QNCkRFTlRJU1QNCkVBUiBOT1NFIEFORCBUSFJPQVQNCkdZTk9DT0xPR1kNCk9QVE9NRVRSWQ0KT1JUSE9QRURJQw0KUExBU1RJQyBTVVJHRVJZDQpVUk9MT0dZDQpQSFlTSUNBTCBUSEVSQVANCg0KPGI+TGFib3JhdG9yaWVzOjwvYj4NCg0KVGhlcmUgYXJlIG1hbnkgbGFicyBmcm9tIHdoaWNoIHRvIGNob29zZS7CoCBIZXJlIGFyZSBzb21lIHN1Z2dlc3Rpb25zOg0KDQo8Yj5IZW1vIFBsdXM8L2I+IEJsb29kIFRlc3RpbmcsIG5leHQgdG8gdGhlIEJhbmNvIGRlIEFtZXJpY2EgQ2VudHJhbCwgYWNyb3NzIGZyb20gdGhlIENlbnRyYWwgUGFyaw0KDQo8Yj5PdGhlcnM6PC9iPg0KDQo8Yj5PdXRib2FyZCBNb3RvcnMsIHNhbGVzLCBwYXJ0cywgcmVwYWlyczwvYj4NCg0KPGI+TWFyaW5zYTo8L2I+IChHZXQgaW5mbyBmcm9tIEdhYnJpZWwpX19fX19fX19fDQoNCjxiPlRhbGxlciBMaXphbWE6IDwvYj5Qcm9wZWxsZXIgUmVwYWlyOyByZXBsYWNlIHdvcm4gb3V0IHJ1YmJlciBpbnNlcnQgd2l0aCBhIGJ1c2hpbmcgYW5kIHNldCBzY3Jld3MuIExvY2F0ZWQgYWJvdXQgYSBibG9jayBXZXN0IG9mIEZlcnJldGVyaWEgPGI+U2FuIFJhZmFlbDwvYj4sIG5lYXIgdGhlIEhvc3BpdGFs4oCmQmFyaWxsYXMgZHJpdmVyIHdpbGwgdGFrZSB5b3UgdGhlcmUNCg0KVGhlcmUgaXMgYWxzbyBhbiBvdXRib2FyZCBNZWNoYW5pYyBpbiA8Yj5QdWVydG8gUGFyYWRhPC9iPg0KDQo8Yj5QYWludCAmYW1wOyBQYWludGVycyA8L2I+DQoNCjxiPlNoZXJtYW4gV2lsbGlhbXMgPC9iPihTb3VyY2Ugb2YgQW50aWZvdWxpbmcgQm90dG9tIFBhaW50KTogTG9jYXRlZDxiPiA8L2I+YSBibG9jayBXZXN0IG9mIHRoZSBQYXJxdWUgQ2VudHJhbCwgb24gTm9ydGggTWFpbiAoY2xvc2VkIGZvciBzaWVzdGEpDQoNCjxiPkNvbWV4PC9iPjsgQWNyb3NzIHRoZSBTdHJlZXQgZnJvbSBTY290aWFCYW5rOyBFbmdsaXNoIFNwb2tlbiBIZXJlDQoNCjxiPk90aGVyPzwvYj4NCg0KPGI+UGFpbnRlcnM6IDwvYj4NCg0KS2VlcCBhIGNsb3NlIGV5ZSBvbiB5b3VyIHByb2plY3QgYW5kIGFuIGV4Y2VsbGVudCBqb2Igc2hvdWxkIGJlIHlvdXIgcmV3YXJkIGF0IGxlc3MgdGhhbiBVUyBwcmljZXMuIFRoZXNlIG1lbiBjYW4gZG8gZXhjZWxsZW50IGZpbmlzaGluZyB3b3JrIChhbHRob3VnaCBhdCB0aW1lcyBtYXkgaW5kdWxnZSBpbiBzaG9ydCBjdXRzIHNvIGJlIHdhcm5lZCkuWW91IG1heSBoYXZlIHRvIGV4cGxhaW4g4oCcY3V0dGluZyBpbuKAnSBhbmQgbWFza2luZyB0byB0aGUgcGFpbnRlcnMNCg0KUGxlYXNlIGRyYXcgdXAgYSB3cml0dGVuIGFncmVlbWVudCBiZWZvcmUgc3RhcnRpbmcgYW55IG1ham9yIHByb2plY3QuIEJlIHdhcnkgb2YgdGhlIGxvd2VzdCBxdW90YXRpb24gc2luY2Ugd2hlbiBhIHByb2plY3Qgc3RhcnRzIGl0IG1heSBiZSBkaWZmaWN1bHQgdG8gbWFpbnRhaW4gdGhlIG9yaWdpbmFsIGFncmVlbWVudC4NCg0KUmVtZW1iZXIsIHlvdSBnZXQgd2hhdCB5b3UgPGI+SU48L2I+c3BlY3QsIG5vdCB3aGF0IHlvdSA8Yj5FWDwvYj5wZWN04oCmDQoNCkFzayB0aGUgTWFyaW5hIE9mZmljZSBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KDQo8Yj5QaG90byBTaG9wwqAgPC9iPg0KDQo8Yj5QaG90byBFeHBvLCA8L2I+QSBIYWxmLUJsb2NrIGJleW9uZCBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluOyBwaG90byBhbmQgY2FtZXJhIHN1cHBsaWVzLCDCoHBhc3Nwb3J0IHBob3RvcywgZXRjDQoNCjxiPlBvc3QgT2ZmaWNlPC9iPg0KDQo8Yj5Qcm9wYW5lIDwvYj4NCg0KTWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hDQoNClVTLXR5cGUgdmFsdmVzIGNhbiBiZSBmaWxsZWQNCg0KPGI+UHJvdmlzaW9uaW5nPC9iPg0KDQo8Yj5EaXNwZW5zYSBEb24gSnVhbjwvYj46IFRoZSBCYXJpbGxhcyBNaW5pLUJ1cyBkZXN0aW5hdGlvbiwg4oCcVVMtU3R5bGXigJ0gU3VwZXJtYXJrZXQsIGlzIHF1aXRlIGZ1bGx5IHN0b2NrZWQuDQoNCjxiPlN1cGVyIFNlbGVjdG9zPC9iPjogVHdvIGxvY2F0aW9ucywgb25lIGEgZmV3IGJsb2NrcyBFYXN0IG9mIERpc3BlbnNhIERvbiwgaW4gUHVlcnRhIE9yaWVudGUgc2hvcHBpbmcgY2VudGVyIChqdXN0IGJleW9uZCB0aGUgRmVycml0ZXJpYSAyTSksIGFuZCBvbmUgYSBmZXcgYmxvY2tzIGJhY2sgdG93YXJkIEJhcmlsbGFzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4gb24g4oCcU291dGggTWFpbuKAnSwganVzdCBiZXlvbmQgPGI+RGlzcGVuc2E8L2I+IDxiPkZhbWlsaWFyPC9iPjsgVGhlc2UgYXJlIGFsc28g4oCcVVMgU3R5bGXigJ0sIGFuZCB5b3UgbWF5IGZpbmQgaXRlbXMgaGVyZSB0aGF0IGFyZSBub3QgYXZhaWxhYmxlIGluIERvbiBKdWFuDQoNCjxiPkRpc3BlbnNhIEZhbWlsaWFyPC9iPjsgb24g4oCcU291dGggTWFpbuKAnSwganVzdCBhY3Jvc3MgZnJvbSB0aGUgbmV3IHZlZ2V0YWJsZSBtYXJrZXQ7IHZldGVyYW5zIG9mIHRoZSBSaW8gRHVsY2Ugd2lsbCByZWNvZ25pemUgdGhpcyBzdG9yZS4NCg0KPGI+VGllbmRhIEdBTE88L2I+OiBTaW1pbGFyIHRvIERpc3BlbnNhIEZhbWlsaWFyLCBPbmUgaXMgYWNyb3NzIHRoZSBzdHJlZXQgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiwgYW5vdGhlciBpcyBhIGZldyBibG9ja3MgZnVydGhlciBFYXN0LCBzb3J0IG9mIGFjcm9zcyBmcm9tIHRoZSBGZXJyZXRlcmlhIDJNDQoNCjxiPkNlbnRyYWwgTWFya2V0PC9iPjogSW1wb3NzaWJsZSB0byBtaXNzOyB0aGUgb2xkZXIgc2VjdGlvbiBnb2VzIG9uIGZvciBibG9ja3MgYWxvbmcgYW5kIE5vcnRoIG9mIE5vcnRoIE1haW4sIGFuZCB0aGUg4oCcbmV34oCdIHNlY3Rpb24sIGVuY2xvc2VkIGJ5IGNoYWluIGxpbmsgZmVuY2VzLCBpcyBiZXR3ZWVuIE5vcnRoIGFuZCBTb3V0aCBNYWluLCBuZWFyIDxiPlBpenphIEh1dCwgV2VuZHnigJlzIGFuZCBQb2xsbyBDYW1wZXN0cm88L2I+DQoNClRoZXJlIGFyZSBhbHNvIDxiPldhbG1hcnQsIFNlYXJzLCBSYWRpbyBTaGFjaywgT2ZmaWNlIGRlcG90LCBQcmljZSBDbHViPC9iPiwgYW5kIG90aGVyIGxpa2Ugc3RvcmVzIGluIFNhbiBTYWx2YWRvcg0KDQo8Yj5SZWZyaWdlcmF0aW9uICZhbXA7IEFpciBDb25kaXRpb25pbmc8L2I+DQo8aDQ+PGI+UmVzdGF1cmFudHMgPC9iPjwvaDQ+DQo8Yj5XZW5keeKAmXMsPC9iPiA8Yj5CdXJnZXIgS2luZzwvYj4gYW5kIDxiPlBvbGxvIENhbXBlc3RyZTwvYj4gYXJlIG5lYXIgRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+4oCcQmlnZ2VzdOKAnTwvYj4gSGFtYnVyZ2VyIGlzIGFib3V0IGEgYmxvY2sgYW5kIGEgaGFsZiBiZXlvbmQgU2NvdGlhQmFuaw0KDQpUaGVyZSBpcyBhIDxiPnNtYWxsIGNhZmV0ZXJpYTwvYj4gaW5zaWRlIG9mIERpc3BlbnNhIERvbiBKdWFuDQoNCjxiPsKgTGEgUGlycmF5YTwvYj4gUmVzdGF1cmFudCBhbmQgSG90ZWwgaXMgbG9jYXRlZCBhY3Jvc3MgZnJvbSB0aGUgUHVlcnRhIE9yaWVudGUgUGxhemENCg0KVGhlcmUgYXJlIG51bWVyb3VzIHNtYWxsIOKAnDxiPkNvbWVkb3JzPC9iPuKAnSBpbiB0aGUgYXJlYSwgYXMgd2VsbCBhcyBzaWRld2FsayB2ZW5kb3JzDQoNCjxiPlJpZ2dpbmcgPC9iPg0KDQpUaGVyZSBpcyBubyBwcm9mZXNzaW9uYWwgcmlnZ2luZyBzaG9wIGluIFVzdWx1dGFuDQoNCjxiPlNhaWwgUmVwYWlyLCBDYW52YXMsIFVwaG9sc3RlcnkgJmFtcDsgRmFicmljczwvYj4NCg0KPGI+RGlzcGVuc2EgZGUgVGVsYXM8L2I+OiBIZXJl4oCZcyBvbmUgZm9yIHRoZSBMYWRpZXM6IExhcmdlIGZhYnJpYyBzdG9yZSwgYWNyb3NzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4sIGFuZCBhbm90aGVyIG9uZSBvZiB0aGUgc2FtZSBuYW1lIGFib3V0IGEgYmxvY2sgdXAgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiBvbiBOb3J0aCBNYWluLiBBIGh1Z2Ugc2VsZWN0aW9uIG9mIGZhYnJpY3MsIGFuZCAz4oCdIGZvYW0gZm9yIGN1c2hpb25zDQoNCjxiPk5vIGluZm8sIHlldCwgb24gU2FpbCBSZXBhaXI8L2I+4oCmDQo8aDQ+PGI+U0VXSU5HIE1BQ0hJTkUgUkVQQUlSUyBBTkQgU0VSVklDRSA8L2I+PC9oND4NCjxiPkNvbmZlY2Npb25lcyBHcmFuYWRvczwvYj4gKGl0IHNheXMg4oCcPGI+QWxtYWNlbmVzIEdyYW5hZG9zPC9iPuKAnSBvbiB0aGUgcG9ydGljbyksIDMgQmxvY2tzIHdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIE5vcnRoIE1haW47IGluIGFkZGl0aW9uIHRvIGZhYnJpY3MsIGN1c2hpb24gZm9hbSwgYW5kIG90aGVyIGl0ZW1zLCB0aGV5IHJlcGFpciBzZXdpbmcgbWFjaGluZXMsIGFuZCBoYXZlIGEgbGFyZ2Ugc3VwcGx5IG9mIFBvbHllc3RlciB0aHJlYWQsIGluIGFuIGFzc29ydG1lbnQgb2YgY29sb3JzLg0KPGg0PjxiPlNob3BwaW5nIDwvYj48L2g0Pg0KQSB3YWxrIGRvd24gZWl0aGVyIG9mIHRoZSDigJxtYWlu4oCdIHN0cmVldHMsIGFuZCB0aGUgc2lkZSBzdHJlZXRzIHdpbGwgZXhwb3NlIHlvdSB0byBhbGwga2luZHMgb2Ygc2hvcHBpbmcgb3Bwb3J0dW5pdGllcywgZnJvbSBmdXJuaXR1cmUgc3RvcmVzLCB0byBzcG9ydGluZyBnb29kcywgY2xvdGhpbmcsIGhhcmR3YXJlLCBob3VzZWhvbGQgZ29vZHMsIGFuZCB0aGUgbGlrZTsgdGhlIGNlbnRyYWwgbWFya2V0IGlzIGh1Z2UsIHdpdGggd2F5IHRvbyBtYW55IGl0ZW1zIGF2YWlsYWJsZSB0byBiZSBsaXN0ZWQgaGVyZSwgYnV0IGhlcmUgYXJlIHNvbWUgY2hvaWNlczoNCg0KPGI+QXJ0ZXNlbmlhcyBIZWxlbjogPC9iPkZsYWdzIG9mIGFsbCBzaXplcywgVC1TaGlydHMsIEJhbGwgQ2FwcywgYW5kIGhhbmQtbWFkZSBzb3V2ZW5pciBjcmFmdHMgYnkgbG9jYWwgQXJ0aXNhbnM7IHdhbGsgdG8gU2NvdGlhQmFuayBvbiBOb3J0aCBNYWluLCB0YWtlIGEgcmlnaHQsIHdhbGsgdHdvIGJsb2NrcywgdGFrZSBhIGxlZnQsIHRoZSBzaG9wIGlzIGp1c3QgYSBjb3VwbGUgb2YgZG9vcnMgZG93biBvbiB5b3VyIGxlZnTigKYNCg0KPGI+UGF5bGVzcyBTaG9lIFNvdXJjZTwvYj46IEFub3RoZXIgb25lIGZvciB0aGUgTGFkaWVz4oCmb25lIGJsb2NrIGZ1cnRoZXIgZG93biB0aGUgc3RyZWV0IGZyb20gU2NvdGlhQmFuaw0KDQo8Yj5MaWJyZXJpYSBNb250ZW5lZ3JvOiA8L2I+QWxsIGtpbmRzIG9mIHBhcGVyIGFuZCBvZmZpY2Ugc3VwcGxpZXM7IGFib3V0IDUgYmxvY2tzIFdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIFNvdXRoIE1haW4uDQoNCjxiPkljZSBDcmVhbSBQYXJsb3I6IDwvYj5UaGVyZSBhcmUgYSBudW1iZXIgb2YgdGhlc2UgYXJvdW5kIHRvd24sIHRoZSBIZWxlcmlhIE5pdmVyaWEgcmlnaHQgbmV4dCBkb29yIHRvIERpc3BlbnNhIERvbiBKdWFuIGlzIGEgd2VsY29tZSBwbGFjZSB0byB3YWl0IG9uIHRoZSBkZXBhcnR1cmUgb2YgdGhlIE1pbmlCdXMuDQoNCjxiPlNwYW5pc2ggTGVzc29uczwvYj4NCg0KPGI+U3RhaW5sZXNzIFN0ZWVsICZhbXA7IEFsdW1pbnVtIDwvYj4NCg0KU2VlIOKAnFdlbGRpbmcgU2hvcOKAnSwgYmVsb3cNCg0KPGI+VGFpbG9yaW5nIC8gU2V3aW5nOjwvYj4NCg0KPGI+QmF6YXIgTmVsc29uOyA8L2I+cGFzcyBieSBTY290aWEgQmFuaywgdGFrZSBhIHJpZ2h0IGF0IFBheWxlc3MgU2hvZSBTb3VyY2UsIHdhbGsgYSBmZXcgZG9vcnMgdXAgdGhlIHN0cmVldCwgdGhlIEJhemFyIGlzIG9uIHRoZSByaWdodDsgQWx0ZXJhdGlvbnMsIGV0YywgU2luZ2VyIHRyZWFkbGUgc2V3aW5nIG1hY2hpbmUsIHByaWNlcyB2ZXJ5IHJlYXNvbmFibGUuDQo8aDQ+PGI+VGVsZXBob25lczwvYj48L2g0Pg0KVGhlIG1haW4gPGI+VElHTzwvYj4gc3RvcmUgYW5kIHRoZSBtYWluIDxiPkRpZ2ljZWw8L2I+IHN0b3JlIGFyZSBsb2NhdGVkIG9uIFNvdXRoIE1haW4gYWJvdXQgMyBibG9ja3MgZnJvbSB0aGUgRGlzcGVuc2EgRG9uIEp1YW4sIGp1c3QgZG93biB0aGUgc3RyZWV0IGZyb20gPGI+UGVsdXF1ZXJpYSBSaWNoYXJkPC9iPg0KDQpUaGUgbWFpbiA8Yj5DTEFSTyA8L2I+c3RvcmUgaXMgb24gTm9ydGggTWFpbiwgYWJvdXQgNCDCvSBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbg0KDQpUaGVyZSBhcmUgbnVtZXJvdXMga2lvc2tzIHRoYXQgY2FuIHNlbGwgeW91IG1pbnV0ZXMsIGJ1dCBmb3IgZnVsbCBzZXJ2aWNlLCBjb21wdXRlciBtb2RlbSDigJxzdGlja3PigJ0sIGV0YywgZ28gdG8gdGhlIG1haW4gc3RvcmUuDQoNClBob25lIGNhcmRzIGNhbiBiZSBwdXJjaGFzZWQgaW4gUGhhcm1hY2llcywgZ3JvY2VyeSBzdG9yZXMgYW5kIGZyb20gc3RyZWV0IHZlbmRvcnMgd2VhcmluZyBhZHZlcnRpc2VtZW50IGFwcm9ucy4NCg0KPGI+VGhlIGZvbGxvd2luZyBuZWVkcyB0byBiZSByZXZpZXdlZCwgY2hhbmdlZCwgZXRjOjwvYj4NCg0KRWwgU2FsdmFkb3IgQ291bnRyeSBDb2RlOiBfX19fwqDCoCAuDQoNCkEgY2FsbCBjYW4gYmUgbWFkZSB0byB0aGUgVS5TLiBvciBvdGhlciBjb3VudHJpZXMgdXNpbmcgb25lIG9mIEVsIFNhbHZhZG9y4oCZcyBsb25nIGRpc3RhbmNlIGRpcmVjdC1kaWFsIGNvbXBhbmllcyAoMDA1KzErYXJlYSBjb2RlK251bWJlcikuDQoNCkEgY2VsbCBwaG9uZSBjYW4gYmUgcHVyY2hhc2VkIGF0IG1hbnkgcGxhY2VzLg0KDQpZb3UgY2FuIG1ha2UgaW50ZXJuYXRpb25hbCBjYWxscyB1c2luZyB0aGUgaW50ZXJuZXQgdGhyb3VnaCB0aGUgU2t5cGUgc2VydmljZS4NCg0KRWFjaCBjZWxsIHBob25lIGNvbXBhbnkgaGFzIGEgZGlmZmVyZW50IGFjY2VzcyBjb2RlIGZvciBpbnTigJlsIGNhbGxzOg0KDQpUSUdPOsKgwqDCoCAwMCA0MTQgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQoNCk1vdmlzdGFyOsKgIDAwIDkgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQo8aDQ+PGI+VGhlYXRlciAmYW1wOyBNb3ZpZXM8L2I+PC9oND4NCjxiPlRyYXZlbCBBZ2VuY2llcyAmYW1wOyBBaXJsaW5lczwvYj4NCg0KPGI+T3V0LW9mLXRvd248L2I+DQoNCklmIHlvdSBhcmUgcGxhbm5pbmcgdG8gdHJhdmVsIHdpdGhpbiBFbCBTYWx2YWRvciwgaXQgaXMgaW1wb3J0YW50IHRvIGtlZXAgaW4gbWluZCB0aGF0IHdoaWxlIHNlY3VyaXR5IGhhcyBncmVhdGx5IGltcHJvdmVkIHRocm91Z2hvdXQgbXVjaCBvZiB0aGUgY291bnRyeSwgc29tZSBqb3VybmV5cyBieSByb2FkIGNvbnRpbnVlIHRvIHByZXNlbnQgYSByaXNrISBJdCBtYXkgYmUgc2FmZXIgdG8gZmx5LCBhbmQvb3IgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCBhIHRvdXIgb3BlcmF0b3IuDQoNCjxiPlZldGVyaW5hcnkgQ2xpbmljczwvYj4NCg0KPGI+V2VsZGluZyBTaG9wOjwvYj4NCg0KTG9jYXRlZCBhZGphY2VudCB0bywgYW5kIGFmZmlsaWF0ZWQgd2l0aCwgPGI+VGFsbGVyIE1lcmNlZDwvYj4gKHRoZSBtYWNoaW5lIHNob3ApLCB0aGlzIHNob3AgY2FuIHdlbGQgbWlsZCBzdGVlbCwgc3RhaW5sZXNzLCBhbHVtaW51bSwgYW5kIGFsc28gd29yayB3aXRoIGJyYXNzIG9yIGJyb256ZS4NCg0KPGI+UHJlc3RvbWFyOjwvYj4gQm9hdHlhcmQgbmV4dCB0byBCYXJpbGxhcw0KDQo8Yj5Xb29kd29ya2luZzwvYj4NCg0KPGI+V29vZCBTdXBwbGllcyAoSSBzYXcgYSBzbWFsbCDigJxsdW1iZXIgeWFyZCkgdXAgdGhlIHN0cmVldCBhY3Jvc3MgZnJvbSB0aGUgRGlzcGVuc2HigKY8L2I+DQo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5CYXJpbGxhcyBBY3Rpdml0aWVzPC9iPjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiPlN3aW1taW5nPC9iPjogVGhlcmUgYXJlIHRocmVlIHBvb2xzIGF0IEJhcmlsbGFzIE1hcmluYSBDbHViOyB0aGUgbWFpbiBwb29sIGlzIGFib3V0IDUgwr0gZmVldCBkZWVwIGF0IHRoZSBmYXIgZW5kLCB0aGVyZSBpcyBhIHNoYWxsb3cgS2lkZGllIFBvb2wsIGFuZCBhIEphY3V6emllLXN0eWxlIHBvb2wsPC9wPg0KPGI+SG9yc2ViYWNrIFJpZGluZzwvYj4NCg0KPGI+TmF0dXJlIFdhbGtzPC9iPg0KDQo8Yj5Nb25rZXlzPC9iPg0KDQo8Yj5CZWFjaCBFeGN1cnNpb25zPC9iPg0KDQo8Yj5GbG9hdGluZyBSZXN0YXVyYW50PC9iPg0KDQo8Yj5QdWVydG8gUGFyYWRhPC9iPiBpcyBhbiBpbnRlcmVzdGluZyBzaWRlIHRyaXAgYnkgZGluZ2h5IGZyb20gQmFyaWxsYXM7IGl04oCZcyBhIDUtbWlsZSwgMjAtbWludXRlIHRyaXAgaW4gYSBwbGFubmluZyBkaW5naHksIGFuZCBzaG91bGQgYmUgc2NoZWR1bGVkIGFyb3VuZCBoaWdoIHRpZGUsIGFzIHRoZSB3YXRlciBnZXRzIHByZXR0eSBzaGFsbG93IG9uIGVhY2ggc2lkZSBvZiB0aGUgTG93czsgc2VlIHRoZSBtYXAsIGJlbG93DQoNClB1ZXJ0byBQYXJhZGEgaXMgYWJvdXQgNSBtaWxlcyBzb3V0aCBvZiBVc3VsdXRhbiAodGhlIHJvYWQgc3RhcnRzIGF0IHRoZSBpbnRlcnNlY3Rpb24gbmVhciBGZXJyZXRlcmlhIDJNIGFuZCB0ZXJtaW5hdGVzIGF0IFB1ZXJ0byBQYXJhZGEpLg0KDQpBdCB0aGUgUG9ydCwgeW91IHdpbGwgZmluZCBhIHJhbXAgd2l0aCAxNSBvciBzbyBwYW5nYXMsIHdoaWNoIGZlcnJ5IHBlb3BsZSBhbmQgbWF0ZXJpYWwgdG8gYW5kIGZyb20gdGhlIHZhcmlvdXMgaXNsYW5kcyBpbiBCYWhpYSBKaXF1aWxpc2NvOyBpbiBhZGRpdGlvbiB0byB0aGUgdHJhbnNwb3J0YXRpb24gYWN0aXZpdHksIHRoZXJlIGlzIGEgc21hbGwgdGllbmRhLCBhIGNvdXBsZSBvZiBzbWFsbCByZXN0YXVyYW50cywgYW5kIHNvbWUgdmVyeSBmcmllbmRseSBsb2NhbCBmb2xrczsgc29tZSBFbmdsaXNoIHNwb2tlbiBoZXJlLiBMYW5kIHlvdXIgZGluZ2h5IG9uIHRoZSBzbWFsbCByYW1wIGJleW9uZCB0aGUgbmVzdCBvZiBtb29yZWQgcGFuZ2FzLg0KDQpBcyBhbiBhZGRpdGlvbmFsIGF0dHJhY3Rpb24sIHdoZW4gcmV0dXJuaW5nIGZyb20gdGhlIFBvcnQsIHRoZSBmaXJzdCBsYXJnZSByaXZlciwgb24gdGhlIHdlc3Qgc2lkZSBvZiB0aGUgbWFpbiByaXZlciB0byBCYXJpbGxhcywgY3V0cyB0aHJvdWdoIHRoZSBtYW5ncm92ZXMgU291dGggb2YgdGhlIE1hcmluYSBhbmQgY29tZXMgb3V0IG9uIHRoZSDigJxzaHJpbXAgYm9hdCBzaWRl4oCdIG9mIHRoZSBlc3R1YXJ5OyBpdCBpcyBhIHZlcnkgc2NlbmljIHJpZGUuIFRoaXMgcml2ZXIgY2FuIGJlIGlkZW50aWZpZWQgYnkgYSBsYXJnZSBmaXNoaW5nIHNoYWNrIG9uIHRoZSBOb3J0aCBzaWRlIG9mIHRoZSBlbnRyYW5jZTsgdGhlIHJpdmVyIGlzIHdpZGUsIGRlZXAgYW5kIHdpbmRpbmcuDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlVTVUxVVEFOIENJVFkgU1RSRUVUIE1BUDwvYj48L3A+DQo8aWZyYW1lIHNyYz0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1zX3EmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9VXN1bHV0YW4mYW1wO3NsbD0xMy43NzQ1MjgsLTg5LjE1NzM5OSZhbXA7c3Nwbj0wLjgxMjI3NCwxLjM1MjY5MiZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4zNDYwNCwtODguNDMxNTg3JmFtcDtzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDt6PTE0JmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQo8c21hbGw+PGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1lbWJlZCZhbXA7aGw9ZXMtNDE5JmFtcDtnZW9jb2RlPSZhbXA7cT1Vc3VsdXRhbiZhbXA7c2xsPTEzLjc3NDUyOCwtODkuMTU3Mzk5JmFtcDtzc3BuPTAuODEyMjc0LDEuMzUyNjkyJmFtcDtpZT1VVEY4JmFtcDtocT0mYW1wO2huZWFyPVVzdWx1dCVDMyVBMW4mYW1wO2xsPTEzLjM0NjA0LC04OC40MzE1ODcmYW1wO3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO3o9MTQiPlZlciBtYXBhIG3DoXMgZ3JhbmRlPC9hPjwvc21hbGw+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlBVRVJUTyBQQVJBREE8L2I+PC9wPg0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lcy00MTkmYW1wO2dlb2NvZGU9JmFtcDtxPVB1ZXJ0bytQYXJhZGEsK1VzdWx1dCVDMyVBMW4mYW1wO2FxPTAmYW1wO29xPVB1ZXJ0bytQYVVzdWx1dGFuJmFtcDtzbGw9MTMuMzQxOTM4LC04OC40MzgzNTQmYW1wO3NzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDtpZT1VVEY4JmFtcDtocT1QdWVydG8rUGFyYWRhLCZhbXA7aG5lYXI9VXN1bHV0JUMzJUExbiZhbXA7bGw9MTMuMjUwNzAyLC04OC40MzkxNjkmYW1wO3Nwbj0wLjIwOTc0NCwwLjAxNjY4MSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjM1MCIgd2lkdGg9IjQyNSIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjxhIHN0eWxlPSJjb2xvcjogIzAwMDBmZjsgdGV4dC1hbGlnbjogbGVmdDsiIGhyZWY9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9ZW1iZWQmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9UHVlcnRvK1BhcmFkYSwrVXN1bHV0JUMzJUExbiZhbXA7YXE9MCZhbXA7b3E9UHVlcnRvK1BhVXN1bHV0YW4mYW1wO3NsbD0xMy4zNDE5MzgsLTg4LjQzODM1NCZhbXA7c3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO2llPVVURjgmYW1wO2hxPVB1ZXJ0bytQYXJhZGEsJmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4yNTA3MDIsLTg4LjQzOTE2OSZhbXA7c3BuPTAuMjA5NzQ0LDAuMDE2NjgxIj5WZXIgbWFwYSBtw6FzIGdyYW5kZTwvYT48L3NtYWxsPg==', 'PGgyPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPldFTENPTUU8L3NwYW4+PC9oMj4NCkFmdGVyIGV4cGxvcmluZyB0aGUgcmVtb3RlIGFuZCBiZWF1dGlmdWwgSXNsYW5kcyBpbiBQYW5hbWEsIGFuZCB0aGUgQ2VudHJhbCBBbWVyaWNhbiBDb3VudHJpZXMgdG8gdGhlIFNvdXRoIG9mIHVzLCBvciBjb21pbmcgZnJvbSB0aGUgamV0LXNldCBwYWNlIG9mIENhYm8gc2FuIEx1Y2FzIGFuZCBoZXIgc2lzdGVyIE1leGljYW4gcG9ydHMsIHlvdSB3aWxsIGZpbmQgeW91ciBzdGF5IGF0IHRoZSBQdWVydG8gQmFyaWxsYXMsIHRvIGJlIHVuaXF1ZSBhbmQgZW5yaWNoaW5nLiBXZSBob3BlIHRoYXQgdGhpcyBjcnVpc2Vy4oCZcyBndWlkZSB3aWxsIGFzc2lzdCB5b3UgZHVyaW5nIHlvdXIgc3RheSBpbiBFbCBTYWx2YWRvci4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkFycml2YWw8L2I+PC9oMz4NCkNoZWNraW5nIGluOiBEb2N1bWVudHMgeW91IHdpbGwgcmVjZWl2ZSAoYWxsIHByb3ZpZGVkIGJ5IGF1dGhvcml0aWVzIGF0IEJhcmlsbGFzKQ0KPG9sPg0KCTxsaT7CoDxzdHJvbmc+QWN0YSBkZSBWaXNpdGEuPC9zdHJvbmc+DQpJbml0aWFsIGFja25vd2xlZGdlbWVudCBvZiB5b3VyIGFycml2YWwgcHJvdmlkZWQgYnkgdGhlIFBvcnQgQ2FwdGFpbidzIG9mZmljZS48L2xpPg0KCTxsaT48c3Ryb25nPkltcG9ydGFjaW9uIFRlbXBvcmFswqA8L3N0cm9uZz4NCk9uIGFycml2YWwsIHlvdXIgd2lsbCBuZWVkIHRvIGFwcGx5IGZvciBhIHRlbXBvcmFyeSBpbXBvcnRhdGlvbiBwZXJtaXQgZm9yIHlvdXIgdmVzc2VsLjwvbGk+DQoJPGxpPjxzdHJvbmc+Q3VzdG9tcyBkb2N1bWVudC48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkNlcnRpZmljYWRvIGRlIFBlcm1hbmVuY2lhLsKgPC9zdHJvbmc+KGFraW4gdG8gYSBjcnVpc2luZyBwZXJtaXQgYnV0IGFwcGxpY2FibGUgdG8gc3RvcmVkIGJvYXRzIGFzIHdlbGwpLCBpcyBhbm90aGVyIGRvY3VtZW50IHJlcXVpcmVkIGJ5IHRoZSBQb3J0IENhcHRhaW4sIHZhbGlkIGluaXRpYWxseSBmb3IgMiBtb250aHMgZnJvbSBpc3N1ZSBhbmQgcmVwcmVzZW50aW5nIGFkZGl0aW9uYWwgY29uZmlybWF0aW9uIG9mIHRoZSB2ZXNzZWxzJyByaWdodCB0byBzdGF5IGluIEVsIFNhbHZhZG9yIHRlcnJpdG9yeSBhbmQgYXBwbGllZCB0byBhbGwgdmVzc2VscyBzdGF5aW5nIG1vcmUgdGhhbiA4IGRheXMuPC9saT4NCjwvb2w+DQpJZiBkZXBhcnRpbmcgRWwgU2FsdmFkb3Igb24geW91ciB2ZXNzZWwgaW50ZW5kaW5nIHRvIHJldHVybiBiZSBBV0FSRSB0aGF0IHlvdXIgcGFwZXJ3b3JrIHdpbGwgbmVlZCB0byBiZSByZW5ld2VkIGVudGlyZWx5IHdoZW4geW91IHJldHVybi4gUGV0IG93bmVycyBzaG91bGQgYWxzbyBiZSBhd2FyZSBvZiBjaGVjay1pbiByZWd1bGF0aW9ucy4NCjxoMz5HZW5lcmFsIEluZm9ybWF0aW9uPC9oMz4NCldlbGNvbWUgdG8gb3VyIG1hcmluYS4gT3VyIG1hcmluYSBpcyBkZWRpY2F0ZWQgdG8gdGhlIG5lZWRzIG9mIGNydWlzZXJzIGFuZCB3ZSBkZXBlbmQgb24geW91ciBnb29kd2lsbCBhbmQgZ29vZC1zZW5zZS4gU29tZSBkb+KAmXMgYW5kIGRvbid0czoNCg0KUExFQVNFIGtlZXAgeW91ciBwZXRzIG9uIGEgbGVhc2ggd2hpbGUgaW4gdGhlIHJlc3RhdXJhbnQgYXJlYTogdGhleSBjYW4gcHJlc2lkZSBvbmx5IHdpdGggdGFjaXQgYWdyZWVtZW50IG9mIHRoZSBvdGhlciByZXN0YXVyYW50IHVzZXJzLg0KRE8gTk9UIHdlYXIgZXhwZW5zaXZlIGpld2Vscnkgd2hpbGUgd2Fsa2luZyBhcm91bmQgdG93bi4NCkxFQVZJTkcgWU9VUiBCT0FUIElmIGxlYXZpbmcgeW91ciBib2F0IHVuYXR0ZW5kZWQgbWFrZSBhcnJhbmdlbWVudCB3aXRoIHNvbWVvbmUgKGFwcHJvdmVkIGJ5IHRoZSBtYXJpbmEpIHRvIGxvb2sgYWZ0ZXIgaXQuIFdlIHdpbGwgYmUgaGFwcHkgdG8gcmVjb21tZW5kIHN1aXRhYmxlIGNhcmV0YWtlcnMuIElmIGxlYXZpbmcgdGhlIGNvdW50cnkgZ2V0IGEgbGV0dGVyIGZyb20gdGhlIE1hcmluYSBkZWNsYXJpbmcgdGhhdCB5b3VyIHZlc3NlbCBpcyBoZXJlIHNvIHlvdSB3aWxsIG5vdCByZXF1aXJlIGFuIG91dGJvdW5kIHRpY2tldCBvbiB5b3VyIHJldHVybiB0byBFbCBTYWx2YWRvci4NCkdFTkVSQUwgTk9URVM6IFdoaWxlIHdlIGRvIHByb3ZpZGUgc2VjdXJpdHkgaW4ga2VlcGluZyB3aXRoIG91ciBkZXNpcmUgdG8gbWFpbnRhaW4gdGhlIGluZm9ybWFsIGZhbWlseSBhbWJpZW50LCB0aGUgJ0NsdWInIChCYXJpbGxhcyBNYXJpbmEgQ2x1Yikgd2lsbCBub3QgYmUgaGVsZCByZXNwb25zaWJsZSBmb3IgeW91IHBlcnNvbmFsbHksIG5vciB5b3VyIGNyZXcvZ3Vlc3RzLiBOZWl0aGVyIHdpbGwgdGhlIENsdWIgYmUgcmVzcG9uc2libGUgZm9yIHlvdXIgcHJvcGVydHkgZHVyaW5nIHlvdXIgc3RheSBoZXJlLiBBdCBhbGwgdGltZXMgdGhlIENhcHRhaW4vT3duZXIgcmVtYWlucyByZXNwb25zaWJsZSBmb3IgYWxsIG1hdHRlcnMgY29uY2VybmluZyBoaXMgdmVzc2VsIGFuZCBwcm9wZXJ0eSAodGhlIENsdWIgaXMgYWx3YXlzIHJlYWR5IHRvIG9mZmVyIGFzc2lzdGFuY2UpLg0KUEFZSU5HIFRIRSBCSUxMOiBPbiBhcnJpdmFsIHdlIHdpbGwgc2V0IHVwIGFuIGFjY291bnQgd2hpY2ggc2hvdWxkIGJlIHBhaWQgb24gdGhlIEZpcnN0IG9mIHRoZSBNb250aCBvciBwcmlvciB0byBkZXBhcnR1cmUuDQo8aDM+VHJhbnNwb3J0YXRpb248L2gzPg0KVG8gVXN1bHV0YW46IEEgZnJlZSByaWRlIGJ5IEJhcmlsbGFzIE1pbmktVmFuLCBkZXBhcnRzIHRoZSBNYXJpbmEgb24gVHVlc2RheSBhbmQgRnJpZGF5IGF0IDA5MDAgZm9yIERpc3BlbnNhIERvbiBKdWFuLCBhbmQgZGVwYXJ0cyB0aGUgRGlzcGVuc2EgYXQgMTIzMCBmb3IgQmFyaWxsYXM7IGFsc28gYXZhaWxhYmxlIGZvciBzaG9ydCBkZXRvdXJzIHRvIHNwZWNpYWx0eSBzaG9wcy4NCg0KVG8gU2FuIFNhbHZhZG9yOiBWaWEgQmFyaWxsYXMgTWluaS1WYW4sIGFzIHJlcXVlc3RlZDsgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hIE9mZmljZS4NCg0KVG8gdGhlIEFpcnBvcnQ6IFZpYSBCYXJpbGxhcyBNaW5pLVZhbiwgYXMgcmVxdWVzdGVkOyBtYWtlIGFycmFuZ2VtZW50cyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlLg0KDQpUYXhpIENhYiBJbmZvcm1hdGlvbjsgVXN1bHV0YW4gaXMgZnVsbCBvZiB5ZWxsb3cgdGF4aWNhYnM7IHRyYW5zcG9ydCBmcm9tIHRvd24gdG8gQmFyaWxsYXMgY29zdHMgYWJvdXQgJDE1VVM7IGJlIHN1cmUgdG8gbmVnb3RpYXRlIGEgcHJpY2UgdXAgZnJvbnQuDQoNCkJ1czogQWxsIGtpbmRzIG9mIGJ1cyB0cmFuc3BvcnRhdGlvbiBpcyBhdmFpbGFibGUsIHRvIFNhbiBTYWx2YWRvciwgU2FuIE1pZ3VlbCBhbmQg4oCcb3RoZXLigJ0gbG9jYXRpb25zIGZvciB0aGUgYWR2ZW50dXJvdXMuIEJ1c2VzIGFyZSBtb3JlIG9yIGxlc3MgY2xlYXJseSBtYXJrZWQsIGFuZCBkZXBhcnQgZnJvbSBhIG51bWJlciBvZiBsb2NhdGlvbnMgbmVhciBEaXNwZW5zYSBEb24gSnVhbi4NCjxoMz5TZXJ2aWNlcywgZXRjPC9oMz4NCjxibG9ja3F1b3RlPk5vdGU6IGZvciBlYXNlIG9mIGRlc2NyaXB0aW9uLCB3ZSBoYXZlIHVzZWQgdGhlIHRlcm1zIOKAnFNvdXRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgY29taW5nIGludG8gVXN1bHV0YW4gZnJvbSBCYXJpbGxhcywgYW5kIOKAnE5vcnRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgbGVhdmluZyBmb3IgQmFyaWxsYXMuDQpBbHNvLCBkdWUgdG8gbWlzc2luZywgaWxsZWdpYmxlLCBldGMgc3RyZWV0IHNpZ25zLCB3ZeKAmXZlIHVzZWQgdGhlIOKAnG51bWJlciBvZiBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbuKAnSBvciDigJxTY290aWEgQmFua+KAnSBmb3IgZGlyZWN0aW9uc+KApih0aGV54oCZcmUgc3RpbGwg4oCcYXBwcm94aW1hdGUsIGJ1dCBiYWxscGFya+KAnSkuPC9ibG9ja3F1b3RlPg0KPHN0cm9uZz5BdXRvIFBhcnRzPC9zdHJvbmc+DQpFY29ub1BhcnRlcywgYWNyb3NzIGZyb20gUHVlcnRhIE9yaWVudGUgUGxhemEgKGEgZmV3IGJsb2NrcyBlYXN0IG9mIERpc3BlbnNhIERvbiBKdWFuKTsganVzdCBhYm91dCBldmVyeXRoaW5nIHlvdeKAmWQgZXhwZWN0IHRvIGZpbmQgaW4gYW4gYXV0byBwYXJ0cyBzdG9yZSBpbiB0aGUgU3RhdGVzDQoNCjxzdHJvbmc+QmFua3MvQVRNczwvc3Ryb25nPg0KVGhlcmUgYXJlIGEgbnVtYmVyIG9mIEFUTXMgKENhamVyb3MgQXV0b21hdGljb3MpIGluIHRoZSBlbnRyYW5jZSB0byBEaXNwZW5zYSBEb24gSnVhbjsgQWRkaXRpb25hbGx5IHRoZXJlIGEgbnVtYmVyIG9mIGxhcmdlIGJhbmtzIGFyb3VuZCB0aGUgYnVzaW5lc3MgZGlzdHJpY3QgaW4gVXN1bHV0YW46DQoNCjxlbT48c3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlNjb3RpYUJhbms8L3NwYW4+PC9zdHJvbmc+PC9lbT4gNCBCbG9ja3Mgd2VzdCBvZiBEaXNwZW5zYSBEb24gSnVhbiwgb24gTm9ydGggTWFpbg0KPGVtPjxzdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+RGEgVml2aWVuZGE8L3NwYW4+PC9zdHJvbmc+PC9lbT4gKGZvcm1lcmx5IEhTQkMpIDIgQmxvY2tzIGZ1cnRoZXIgb24gZnJvbSBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluLCAoYWNyb3NzIGZyb20gdGhlIFBhcnF1ZSBDZW50cmFsKQ0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PGVtPjxzdHJvbmc+QmFuY28gZGUgQW1lcmljYSBDZW50cmE8L3N0cm9uZz48c3Ryb25nPmw8L3N0cm9uZz48L2VtPjwvc3Bhbj4gMyBCbG9ja3MgZnVydGhlciBvbiBmcm9tIFNjb3RpYUJhbmssIChUaGUgb3RoZXIgc2lkZSBvZiB0aGUgUGFycXVlIENlbnRyYWwpOyB2ZXJ5IGhlbHBmdWwgd2l0aCDigJxjYXJkIHByb2JsZW1z4oCdIG9yIHByb2JsZW1zIHVuZGVyc3RhbmRpbmcgd2hhdCB0aGUgQVRNIGlzIGFza2luZyB5b3UgKG9yIHdoYXQgeW914oCZcmUgdHJ5aW5nIHRvIHRlbGwgaXQpLg0KQW5kIG1hbnkgb3RoZXIgYmFua3MgaW4gdGhlIGdlbmVyYWwgdmljaW5pdHkuDQoNCjxzdHJvbmc+QmF0dGVyaWVzPC9zdHJvbmc+DQpTbWFsbCBCYXR0ZXJpZXM6IEltcHJlc3NhIFJlcHVlc3RvcyBpbiBtaWQtdG93biwgdGhlIEJhcmlsbGFzIGRyaXZlciB3aWxsIHRha2UgeW91IHRoZXJlLg0KTGFyZ2UgQmF0dGVyaWVzOiBDYXNhIGRlIGxhcyBCYXR0ZXJpYXMsIDI5IENhbGxlIFBvaW5lbnRlIHkgMjEgQXZlIE5vcnRlLCBTYW4gU2FsdmFkb3INClNyLiDCoEpvc2UgR2FyY2lhIDIyMzUgNjk0NA0KDQo8c3Ryb25nPkJlYXJpbmdzLCAoTy1yaW5ncywgZ2Fza2V0cywgaG9zZSBmaXR0aW5ncyk8L3N0cm9uZz4NClNlZSBPeGdhc2EgKEluIEhhcmR3YXJlKSBmb3IgTy1SaW5ncw0KDQo8c3Ryb25nPkJvYXR5YXJkL0hhdWxvdXQgRmFjaWxpdGllczwvc3Ryb25nPg0KUHJlc3RvbWFyIE5lZWQgaW5mb3JtYXRpb24sIFJhaWx3YXkgdXAgdG8gX19fIFRvbnMsIFdpZHRoLCDigKZJbmNsdWRlIENhdGFtYXJhbnM7IHRoZXkgcHJvdmlkZSBib3R0b20gcGFpbnRpbmcsIHRvcHNpZGUgcGFpbnRpbmcsIGdlbmVyYWwgbWFyaW5lIHJlcGFpcnMNCg0KPHN0cm9uZz5Cb2F0IENsZWFuaW5nLCBldGMgKHNlZSBhbHNvIEdlbmVyYWwgSGFuZHMpPC9zdHJvbmc+DQpDQVJQRVQgQ0xFQU5JTkcNCkRSWSBDTEVBTklORw0KDQo8c3Ryb25nPkNvcGllczwvc3Ryb25nPg0KVGhlcmUgYXJlIG1hbnkgcGxhY2VzIHRvIGdldCBjb3BpZXMgbWFkZSBpbiBVc3VsdXRhbjsganVzdCB3YWxrIHVwIG9yIGRvd24gTm9ydGggb3IgU291dGggTWFpbg0KDQo8c3Ryb25nPkNvbXB1dGVyIFJlcGFpci9TdXBwbGllczwvc3Ryb25nPg0KDQo8c3Ryb25nPkRJRVNFTCBFTkdJTkUgQU5EIFRSQU5TTUlTU0lPTiBSRVBBSVI8L3N0cm9uZz4NCg0KRElFU0VMIFBBUlRTDQpZYW5tYXIgcGFydHMuDQpWb2x2byBwYXJ0cy4NCkN1bW1pbnMsIENhdGVycGlsbGFyLA0KUGVya2lucyBwYXJ0cy4NCg0KPHN0cm9uZz5EaXZlIFRhbmtzPC9zdHJvbmc+DQoNCkVtYWlsLCBXaUZpLCBhbmQgSW50ZXJuZXQ6DQpGcmVlIFdpLUZpIGF0IHRoZSBNYXJpbmE7IGFzIHlvdSBnZXQgZmFydGhlciBkb3duIHRoZSBhbmNob3JhZ2UsIHRoZSBjb3ZlcmFnZSBnZXRzIHBvb3JlcjsgcmVjZXB0aW9uIGlzIGdyZWF0IGluIHRoZSBzd2ltbWluZyBwb29sIGFyZWEgYW5kIHRoZSByZXN0YXVyYW50OyB0aGVyZSBhcmUgMTE1ViBvdXRsZXRzIGF0IGVhY2ggdGFibGUgaW4gdGhlIHBhbGFwYXMuDQoNCjxiPkVsZWN0cmljYWwgPC9iPg0KDQpTVEFSVEVSIE1PVE9SUyAmYW1wOyBBTFRFUk5BVE9SUw0KDQo8Yj5Tb2xhciBQYW5lbHM8L2I+IGNhbiBiZSBmb3VuZCBhdCA8Yj5GZXJyZXRlcmlhIEVsIENvbmVjdGU8L2I+LCB3aGljaCBpcyBqdXN0IG9uZSBibG9jayBiZXlvbmQgdGhlIFNoZXJ3aW4gV2lsbGlhbXMgUGFpbnQgU3RvcmUgb24gTm9ydGggTWFpbiAoanVzdCBiZXlvbmQgUGFycXVlIENlbnRyYWwpOyB0aGV5IGhhdmUgYSA3NS13YXR0IG1vZGVsIG9uIGRpc3BsYXksIGJ1dCBjYW4gZ2V0IGFueSBzaXplIHBhbmVsIGRvd24gZnJvbSBTYW4gU2FsdmFkb3IuDQoNCjxiPkZpYmVyZ2xhc3MsIE1pbm9yIFJlcGFpcnMgJmFtcDsgTWF0ZXJpYWxzwqAgKFNlZSBhbHNvOldvb2R3b3JraW5nKSA8L2I+DQoNCjxiPk1hcmluc2EgPC9iPihzZWUg4oCcQ2hhbmRsZXJpZXMsIGJlbG93KSBoYXMgYSBnb29kIHN1cHBseSBvZiBQb2x5ZXN0ZXIgUmVzaW4gYW5kIEZpbGxlcg0KDQooPGI+UHJlc3RvTWFyPC9iPj8/PykgSHVsbCByZXBhaXIsIG1vZGlmeWluZyBjaGFpbmxvY2tlcnMsIHByb3BhbmUgdGFuayBib3hlcywgZXRjLg0KDQo8Yj5GaWx0ZXJzPC9iPg0KDQo8Yj5GaXJlIEV4dGluZ3Vpc2hlciBSZWNoYXJnaW5nPC9iPg0KDQo8Yj7CoCBPeGdhc2E8L2I+IChTZWUgSGFyZHdhcmUpDQoNCjxiPkZ1ZWwgKERpZXNlbCBhbmQgR2Fzb2xpbmUpIDwvYj4NCg0KQmFyaWxsYXMgRnVlbCBEb2NrDQoNCkNoZWNrIHdpdGggdGhlIE9mZmljZSBmb3IgY3VycmVudCBwcmljaW5nDQoNCjxiPkdlbmVyYWwgSGFuZHMgPC9iPg0KDQpGb3IgYm9hdCBjbGVhbmluZywgdmFybmlzaGluZywgaGVhZCBvdmVyaGF1bCwgcnVubmluZyBlcnJhbmRzLCBwaWxvdGluZywgdW5kZXJ3YXRlciB3b3JrLCBvYnRhaW5pbmcgcGFydHMgYW5kIGdlbmVyYWwgcmVwYWlycywgdGhlcmUgYXJlIGxvY2FsIHdvcmtlcnMgcmVhZHksIHdpbGxpbmcgYW5kIGFibGUgdG8gPGI+PC9iPg0KDQpIZWxwOyBhc2sgYXQgdGhlIE1hcmluYSBPZmZpY2UNCg0KPGI+SGFpcmN1dHMsIE1hbmljdXJlcywgUGVkaWN1cmVzIDwvYj4NCg0KPGI+wqAgQmVhdXR5IFNob3A8L2I+IGxvY2F0ZWQgaW4gRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+wqAgUGVsdXF1ZXJvIFJpY2hhcmQ8L2I+LCB3YWxrIHRvIFNjb3RpYUJhbmssIHR1cm4gbGVmdCB3YWxrIG9uZSBibG9jaywgbG9jYXRlZCBvbiB0aGUgY29ybmVyLg0KDQpOdW1lcm91cyBvdGhlciBiYXJiZXIvYmVhdXR5IHNob3BzIGxvY2F0ZWQgYWxvbmcgYm90aCBtYWluIHN0cmVldHMNCg0KPGI+SGFyZHdhcmUgYW5kIENoYW5kbGVyaWVzIDwvYj4NCg0KPGI+TWFyaW5zYTwvYj46IE9ubHkg4oCcTWFyaW5lIFN0b3Jl4oCdIGluIFVzdWx1dGFuLCBjYXRlcnMgbW9zdGx5IHRvIGZpc2hlcm1lbiwgYnV0IHdvcnRoIGEgdmlzaXQ7IHdhbGsgYSBibG9jayBmcm9tIERpc3BlbnNhIERvbiBKdWFuIHdlc3R3YXJkIG9uIFNvdXRoIE1haW4sIHRha2UgYSBsZWZ0LCB3YWxrIDIgYmxvY2tzLCB0YWtlIGEgcmlnaHQsIHdhbGsgMiBibG9ja3MgYW5kIE1hcmluc2EgaXMgb24gdGhlIGNvcm5lcjsgYWxzbyBoYXMgbWVjaGFuaWNzIHdobyB3b3JrIG9uIE91dGJvYXJkIE1vdG9ycyAoc2VlIGJlbG93KQ0KDQo8Yj4yTSBGZXJyZXRlcmlhOiA8L2I+VGhleSBoYXZlIG1vc3QgZXZlcnl0aGluZywgaW5jbHVkaW5nPGI+IDwvYj5zbWFsbCBnYWx2YW5pemVkIGNoYWluLCBzdGFpbmxlc3MgaG9zZSBjbGFtcHMsIGxvdHMgb2Ygb3RoZXIgc3R1ZmYsIHNvbWUgRW5nbGlzaCBzcG9rZW4uIEJpZyBGZXJyZXRlcmlhLCBMb2NhdGVkIGFib3V0IDMgYmxvY2tzIGVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIGFjcm9zcyB0aGUgcm9hZCB0byBQdWVydG8gUGFyYWRhLCBuZWFyIHRoZSBQdWVydGEgT3JpZW50ZSBwbGF6YTxiPjwvYj4NCg0KPGI+RmVycml0ZXJpYSBFbCBCYXJhdGlsbG8gKE9yYW5nZSBCdWlsZGluZyk8L2I+IGFib3V0IDIgYmxvY2tzIEVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW47IHRoZXkgaGF2ZSBtb3N0IGV2ZXJ5dGhpbmcNCg0KPGI+RmVycmV0ZXJpYSBBdmlsYSwgYmV0d2VlbiBMYSBQaXJyYXlhIGFuZCBFY29ub1BhcnRlcywgPC9iPmFjcm9zcyBmcm9tIFB1ZXJ0YSBPcmllbnRlPGI+OyA8L2I+dGhlcmUgaXMgYW4gRW5nbGlzaCBTcGVha2VyIGhlcmUuDQoNCjxiPkZlcnJldGVyaWEgU2FuIFJhZmFlbDsgPC9iPmxvY2F0ZWQgb3V0c2lkZSBvZiB0b3duLCBuZWFyIHRoZSBIb3NwaXRhbDsgTGFyZ2UsIGNvbnN0cnVjdGlvbi1vcmllbnRlZCBoYXJkd2FyZSBzdG9yZTsgQmFyaWxsYXMgZHJpdmVyIHdpbGwgc3RvcCB0aGVyZSBvbiB0aGUgd2F5IGJhY2sgdG8gQmFyaWxsYXMgaWYgcmVxdWVzdGVkDQoNCjxiPk94Z2FzYTo8L2I+IFdhbGsgcGFzdCBTY290aWFCYW5rIHRvIDxiPlBvbGxvIENhbXBlcm8vRGEgVml2aWVuZGE8L2I+LCBUdXJuIGxlZnQgYW5kIHdhbGsgdHdvIGJsb2NrcyB0byA8Yj5PeGdhc2E8L2I+OyB5b3Ugd2lsbCBmaW5kIG1lZGljYWwgc3VwcGxpZXMsIFN0YW5sZXksIFNraWwgYW5kIEJvc2NoIGhhbmQgYW5kIHBvd2VyIHRvb2xzLCBzYWZldHkgZ2VhciBhbmQgc2hvZXMsIHdlbGRpbmcgbWFjaGluZXMsIGN1dHRpbmcgYW5kIGJ1cm5pbmcgcmlncywgbW90b3JzLCBnZW5lcmF0b3JzLCBwdW1wcywgTy1SaW5ncywgdGhlIGxpc3QgZ29lcyBvbiBhbmQgb27igKZhbmQsIHRoZXkgd2lsbCBzZWxsIHlvdSBhIG5ldyBmaXJlIGV4dGluZ3Vpc2hlciwgb3IgcmVjaGFyZ2UgeW91ciBvbGQgb25lLg0KDQo8Yj5PdGhlcnPigKY8L2I+DQoNCjxiPkltcG9ydGluZyBQYXJ0cyBpbnRvIEVsIFNhbHZhZG9yDQo8L2I+PGI+RmVkZXgNCjwvYj48Yj5ESEwNCjwvYj48Yj5UcmFucyBFeHByZXNzIChtYWlsIGZvcndhcmRlcik6IDwvYj5TaGlwcGluZyBldmVyeSBGcmlkYXkgZnJvbSBNaWFtaSAoMyBkYXlzIHRvIFNhbiBTYWx2YWRvcikuDQo8Yj5DbGVhciBGcmVpZ2h0IChDYXJnbyBGb3J3YXJkZXIpOiA8L2I+U2hpcHBpbmcgZXZlcnkgRnJpZGF5IGZyb20gTWlhbWkgKDcgZGF5cyB0byBTYW4gU2FsdmFkb3IpOyBDbGVhckZyZWlnaHQgY29udGFjdCBpbmZvOg0KPGI+S2F0dGlhIEUuIEZhbmRpbm8NCjwvYj48Yj5PY2VhbiBFeHBvcnQ8L2I+DQoNCkNsZWFyZnJlaWdodCBJbmMuDQo5NzA0IE5XIDE3dGggU3QuDQpNaWFtaSwgRkwgMzMxNzINClBoLjMwNS01OTItNDQ0NiBleHQuMTMxMQ0KRmF4LjMwNS01OTItMzEzOQ0Kd3d3LmNsZWFyZnJlaWdodC5jb20NCmUtbWFpbDrCoGthdHRpYUBjbGVhcmZyZWlnaHQuY29tDQoNCjxiPkNvb3JkaW5hdGUgeW91ciBzaGlwcGluZyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlPC9iPg0KDQo8Yj5MaWZlcmFmdCBJbnNwZWN0aW9uPC9iPg0KDQo8Yj5NYWNoaW5lIFNob3AgPC9iPg0KDQo8Yj5UYWxsZXIgTWVyY2VkPC9iPiwgYSBmdWxsLXNlcnZpY2UgbWFjaGluZSBzaG9wIGNvbXBsZXRlIHdpdGggbGF0aGVzLCBtaWxsaW5nIG1hY2hpbmVzLCBwcmVzc2VzLCBldGMuOyB2ZXJ5IGdvb2QgcXVhbGl0eSB3b3JrLiBUaGVyZSBpcyBhIHdlbGQgc2hvcCBhc3NvY2lhdGVkIHdpdGggdGhpcyBzaG9wIChzZWUgYmVsb3cpDQoNCjxiPk1BUklORSBFTEVDVFJJQ0lBTlMgPC9iPg0KDQo8Yj5NZWNoYW5pY3M8L2I+DQoNCjxiPk1lZGljYWwgPC9iPg0KDQo8Yj5QaGFybWFjaWVzPC9iPiBhcmUgZXZlcnl3aGVyZSBhbmQgeW91IHdpbGwgZmluZCBtb3N0IG9mIHlvdXIgcHJlc2NyaXB0aW9uIG5lZWRzIGF2YWlsYWJsZSBhbmQgcmVhc29uYWJseSBwcmljZWQuIFByaWNlcyB2YXJ5IGNvbnNpZGVyYWJseSBhbW9uZyB0aGUgcGhhcm1hY2llcywgYW5kIGV2ZW4gYW1vbmcgYnJhbmNoZXMgb2YgdGhlIHNhbWUgcGhhcm1hY3kuwqAgSXQgcGF5cyB0byBzaG9wIGFyb3VuZC7CoCBNYW55IGRydWdzIHRoYXQgYXJlIHByZXNjcmlwdGlvbiBvbmx5IGluIG90aGVyIGNvdW50cmllcyBjYW4gYmUgcHVyY2hhc2VkIG92ZXItdGhlLWNvdW50ZXIgaW4gRWwgU2FsdmFkb3IuwqAgTW9zdCBwaGFybWFjaWVzIGhhdmUgcmVmZXJlbmNlIGJvb2tzIHRvIGZpbmQgYSBnZW5lcmljIGVxdWl2YWxlbnQgb2YgbmFtZS1icmFuZCBkcnVncy4NCg0KPGI+UGhhcm1hY2lhIEJyYXNpbDo8L2I+IFRoZXJlIGFyZSBhIG51bWJlciBvZiB0aGVzZSBhcm91bmQgdG93biwgb25lIGlzIG5leHQgdG8gRGlzcGVuc2EgRG9uIEp1YW47IHRoZSBzdGFmZiBpbiB0aGlzIG9uZSBhcmUgdmVyeSBmcmllbmRseSBhbmQgaGVscGZ1bCwgYW5kIGFjY3VzdG9tZWQgdG8gZGVhbGluZyB3aXRoIENydWlzZXJzDQo8aDQ+PGI+SE9TUElUQUxTICZhbXA7IEVNRVJHRU5DWSAoU2FsYSBkZSBVcmdlbmNpYXMpOsKgPC9iPjwvaDQ+DQo8dGFibGUgd2lkdGg9IjU4OSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5ET0NUT1JTIFVTVUxVVEFOPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBJTlRFUk5BPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkFMVkFSQURPIFZJTExFREEgTUFOVUVMIEFOVE9OSU88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+MkEgQ0FMTEUgT1JJRU5URSAjMTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBHRU5FUkFMPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPk1BUlRFTEwgUlVJWiBCRU5KQU1JTiBBTlRPTklPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPkNBIEdSSU1BTERJIE0gMjI8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkNBU1RJTExPIFBFUkRPTU8gUEVEUk8gQU5UT05JTzwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIFBURSBOUiAxMzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+RFVBTkVTIFBBTE9NTyBMVUNJQSBDTEFSSUJFTDwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIE9URSAyMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+TE9QRVogVkVHQSBFREdBUkRPIEFSTUFORE88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+Q0FMTEUgRFIuIEZFREVSSUNPIFBFTkFETyAjIDQgRURJRklDSU8gQU5EQTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5FQVIgTk9TRSBUSFJPQVQ8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+PHN0cm9uZz7CoDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+R0FSQVkgQ0FDRVJFUyBKT1NFIFZJUkdJTElPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjFBIENBIFBPTklFTlRFIDEzPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij48c3Ryb25nPlVST0xPR0lTVDwvc3Ryb25nPjwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj48c3Ryb25nPsKgPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij5CRVJOQUJFTCBDQcORQVMgTFVJUyBHRVJBUkRPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjZBIENMIE9URSBOIDEwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxiPlNhbiBTYWx2YWRvcjwvYj4NCg0KQ0FSRElPVkFTQ1VMQVINCkRFUk1BVE9MT0dJU1QNCkRFTlRJU1QNCkVBUiBOT1NFIEFORCBUSFJPQVQNCkdZTk9DT0xPR1kNCk9QVE9NRVRSWQ0KT1JUSE9QRURJQw0KUExBU1RJQyBTVVJHRVJZDQpVUk9MT0dZDQpQSFlTSUNBTCBUSEVSQVANCg0KPGI+TGFib3JhdG9yaWVzOjwvYj4NCg0KVGhlcmUgYXJlIG1hbnkgbGFicyBmcm9tIHdoaWNoIHRvIGNob29zZS7CoCBIZXJlIGFyZSBzb21lIHN1Z2dlc3Rpb25zOg0KDQo8Yj5IZW1vIFBsdXM8L2I+IEJsb29kIFRlc3RpbmcsIG5leHQgdG8gdGhlIEJhbmNvIGRlIEFtZXJpY2EgQ2VudHJhbCwgYWNyb3NzIGZyb20gdGhlIENlbnRyYWwgUGFyaw0KDQo8Yj5PdGhlcnM6PC9iPg0KDQo8Yj5PdXRib2FyZCBNb3RvcnMsIHNhbGVzLCBwYXJ0cywgcmVwYWlyczwvYj4NCg0KPGI+TWFyaW5zYTo8L2I+IChHZXQgaW5mbyBmcm9tIEdhYnJpZWwpX19fX19fX19fDQoNCjxiPlRhbGxlciBMaXphbWE6IDwvYj5Qcm9wZWxsZXIgUmVwYWlyOyByZXBsYWNlIHdvcm4gb3V0IHJ1YmJlciBpbnNlcnQgd2l0aCBhIGJ1c2hpbmcgYW5kIHNldCBzY3Jld3MuIExvY2F0ZWQgYWJvdXQgYSBibG9jayBXZXN0IG9mIEZlcnJldGVyaWEgPGI+U2FuIFJhZmFlbDwvYj4sIG5lYXIgdGhlIEhvc3BpdGFs4oCmQmFyaWxsYXMgZHJpdmVyIHdpbGwgdGFrZSB5b3UgdGhlcmUNCg0KVGhlcmUgaXMgYWxzbyBhbiBvdXRib2FyZCBNZWNoYW5pYyBpbiA8Yj5QdWVydG8gUGFyYWRhPC9iPg0KDQo8Yj5QYWludCAmYW1wOyBQYWludGVycyA8L2I+DQoNCjxiPlNoZXJtYW4gV2lsbGlhbXMgPC9iPihTb3VyY2Ugb2YgQW50aWZvdWxpbmcgQm90dG9tIFBhaW50KTogTG9jYXRlZDxiPiA8L2I+YSBibG9jayBXZXN0IG9mIHRoZSBQYXJxdWUgQ2VudHJhbCwgb24gTm9ydGggTWFpbiAoY2xvc2VkIGZvciBzaWVzdGEpDQoNCjxiPkNvbWV4PC9iPjsgQWNyb3NzIHRoZSBTdHJlZXQgZnJvbSBTY290aWFCYW5rOyBFbmdsaXNoIFNwb2tlbiBIZXJlDQoNCjxiPk90aGVyPzwvYj4NCg0KPGI+UGFpbnRlcnM6IDwvYj4NCg0KS2VlcCBhIGNsb3NlIGV5ZSBvbiB5b3VyIHByb2plY3QgYW5kIGFuIGV4Y2VsbGVudCBqb2Igc2hvdWxkIGJlIHlvdXIgcmV3YXJkIGF0IGxlc3MgdGhhbiBVUyBwcmljZXMuIFRoZXNlIG1lbiBjYW4gZG8gZXhjZWxsZW50IGZpbmlzaGluZyB3b3JrIChhbHRob3VnaCBhdCB0aW1lcyBtYXkgaW5kdWxnZSBpbiBzaG9ydCBjdXRzIHNvIGJlIHdhcm5lZCkuWW91IG1heSBoYXZlIHRvIGV4cGxhaW4g4oCcY3V0dGluZyBpbuKAnSBhbmQgbWFza2luZyB0byB0aGUgcGFpbnRlcnMNCg0KUGxlYXNlIGRyYXcgdXAgYSB3cml0dGVuIGFncmVlbWVudCBiZWZvcmUgc3RhcnRpbmcgYW55IG1ham9yIHByb2plY3QuIEJlIHdhcnkgb2YgdGhlIGxvd2VzdCBxdW90YXRpb24gc2luY2Ugd2hlbiBhIHByb2plY3Qgc3RhcnRzIGl0IG1heSBiZSBkaWZmaWN1bHQgdG8gbWFpbnRhaW4gdGhlIG9yaWdpbmFsIGFncmVlbWVudC4NCg0KUmVtZW1iZXIsIHlvdSBnZXQgd2hhdCB5b3UgPGI+SU48L2I+c3BlY3QsIG5vdCB3aGF0IHlvdSA8Yj5FWDwvYj5wZWN04oCmDQoNCkFzayB0aGUgTWFyaW5hIE9mZmljZSBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KDQo8Yj5QaG90byBTaG9wwqAgPC9iPg0KDQo8Yj5QaG90byBFeHBvLCA8L2I+QSBIYWxmLUJsb2NrIGJleW9uZCBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluOyBwaG90byBhbmQgY2FtZXJhIHN1cHBsaWVzLCDCoHBhc3Nwb3J0IHBob3RvcywgZXRjDQoNCjxiPlBvc3QgT2ZmaWNlPC9iPg0KDQo8Yj5Qcm9wYW5lIDwvYj4NCg0KTWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hDQoNClVTLXR5cGUgdmFsdmVzIGNhbiBiZSBmaWxsZWQNCg0KPGI+UHJvdmlzaW9uaW5nPC9iPg0KDQo8Yj5EaXNwZW5zYSBEb24gSnVhbjwvYj46IFRoZSBCYXJpbGxhcyBNaW5pLUJ1cyBkZXN0aW5hdGlvbiwg4oCcVVMtU3R5bGXigJ0gU3VwZXJtYXJrZXQsIGlzIHF1aXRlIGZ1bGx5IHN0b2NrZWQuDQoNCjxiPlN1cGVyIFNlbGVjdG9zPC9iPjogVHdvIGxvY2F0aW9ucywgb25lIGEgZmV3IGJsb2NrcyBFYXN0IG9mIERpc3BlbnNhIERvbiwgaW4gUHVlcnRhIE9yaWVudGUgc2hvcHBpbmcgY2VudGVyIChqdXN0IGJleW9uZCB0aGUgRmVycml0ZXJpYSAyTSksIGFuZCBvbmUgYSBmZXcgYmxvY2tzIGJhY2sgdG93YXJkIEJhcmlsbGFzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4gb24g4oCcU291dGggTWFpbuKAnSwganVzdCBiZXlvbmQgPGI+RGlzcGVuc2E8L2I+IDxiPkZhbWlsaWFyPC9iPjsgVGhlc2UgYXJlIGFsc28g4oCcVVMgU3R5bGXigJ0sIGFuZCB5b3UgbWF5IGZpbmQgaXRlbXMgaGVyZSB0aGF0IGFyZSBub3QgYXZhaWxhYmxlIGluIERvbiBKdWFuDQoNCjxiPkRpc3BlbnNhIEZhbWlsaWFyPC9iPjsgb24g4oCcU291dGggTWFpbuKAnSwganVzdCBhY3Jvc3MgZnJvbSB0aGUgbmV3IHZlZ2V0YWJsZSBtYXJrZXQ7IHZldGVyYW5zIG9mIHRoZSBSaW8gRHVsY2Ugd2lsbCByZWNvZ25pemUgdGhpcyBzdG9yZS4NCg0KPGI+VGllbmRhIEdBTE88L2I+OiBTaW1pbGFyIHRvIERpc3BlbnNhIEZhbWlsaWFyLCBPbmUgaXMgYWNyb3NzIHRoZSBzdHJlZXQgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiwgYW5vdGhlciBpcyBhIGZldyBibG9ja3MgZnVydGhlciBFYXN0LCBzb3J0IG9mIGFjcm9zcyBmcm9tIHRoZSBGZXJyZXRlcmlhIDJNDQoNCjxiPkNlbnRyYWwgTWFya2V0PC9iPjogSW1wb3NzaWJsZSB0byBtaXNzOyB0aGUgb2xkZXIgc2VjdGlvbiBnb2VzIG9uIGZvciBibG9ja3MgYWxvbmcgYW5kIE5vcnRoIG9mIE5vcnRoIE1haW4sIGFuZCB0aGUg4oCcbmV34oCdIHNlY3Rpb24sIGVuY2xvc2VkIGJ5IGNoYWluIGxpbmsgZmVuY2VzLCBpcyBiZXR3ZWVuIE5vcnRoIGFuZCBTb3V0aCBNYWluLCBuZWFyIDxiPlBpenphIEh1dCwgV2VuZHnigJlzIGFuZCBQb2xsbyBDYW1wZXN0cm88L2I+DQoNClRoZXJlIGFyZSBhbHNvIDxiPldhbG1hcnQsIFNlYXJzLCBSYWRpbyBTaGFjaywgT2ZmaWNlIGRlcG90LCBQcmljZSBDbHViPC9iPiwgYW5kIG90aGVyIGxpa2Ugc3RvcmVzIGluIFNhbiBTYWx2YWRvcg0KDQo8Yj5SZWZyaWdlcmF0aW9uICZhbXA7IEFpciBDb25kaXRpb25pbmc8L2I+DQo8aDQ+PGI+UmVzdGF1cmFudHMgPC9iPjwvaDQ+DQo8Yj5XZW5keeKAmXMsPC9iPiA8Yj5CdXJnZXIgS2luZzwvYj4gYW5kIDxiPlBvbGxvIENhbXBlc3RyZTwvYj4gYXJlIG5lYXIgRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+4oCcQmlnZ2VzdOKAnTwvYj4gSGFtYnVyZ2VyIGlzIGFib3V0IGEgYmxvY2sgYW5kIGEgaGFsZiBiZXlvbmQgU2NvdGlhQmFuaw0KDQpUaGVyZSBpcyBhIDxiPnNtYWxsIGNhZmV0ZXJpYTwvYj4gaW5zaWRlIG9mIERpc3BlbnNhIERvbiBKdWFuDQoNCjxiPsKgTGEgUGlycmF5YTwvYj4gUmVzdGF1cmFudCBhbmQgSG90ZWwgaXMgbG9jYXRlZCBhY3Jvc3MgZnJvbSB0aGUgUHVlcnRhIE9yaWVudGUgUGxhemENCg0KVGhlcmUgYXJlIG51bWVyb3VzIHNtYWxsIOKAnDxiPkNvbWVkb3JzPC9iPuKAnSBpbiB0aGUgYXJlYSwgYXMgd2VsbCBhcyBzaWRld2FsayB2ZW5kb3JzDQoNCjxiPlJpZ2dpbmcgPC9iPg0KDQpUaGVyZSBpcyBubyBwcm9mZXNzaW9uYWwgcmlnZ2luZyBzaG9wIGluIFVzdWx1dGFuDQoNCjxiPlNhaWwgUmVwYWlyLCBDYW52YXMsIFVwaG9sc3RlcnkgJmFtcDsgRmFicmljczwvYj4NCg0KPGI+RGlzcGVuc2EgZGUgVGVsYXM8L2I+OiBIZXJl4oCZcyBvbmUgZm9yIHRoZSBMYWRpZXM6IExhcmdlIGZhYnJpYyBzdG9yZSwgYWNyb3NzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4sIGFuZCBhbm90aGVyIG9uZSBvZiB0aGUgc2FtZSBuYW1lIGFib3V0IGEgYmxvY2sgdXAgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiBvbiBOb3J0aCBNYWluLiBBIGh1Z2Ugc2VsZWN0aW9uIG9mIGZhYnJpY3MsIGFuZCAz4oCdIGZvYW0gZm9yIGN1c2hpb25zDQoNCjxiPk5vIGluZm8sIHlldCwgb24gU2FpbCBSZXBhaXI8L2I+4oCmDQo8aDQ+PGI+U0VXSU5HIE1BQ0hJTkUgUkVQQUlSUyBBTkQgU0VSVklDRSA8L2I+PC9oND4NCjxiPkNvbmZlY2Npb25lcyBHcmFuYWRvczwvYj4gKGl0IHNheXMg4oCcPGI+QWxtYWNlbmVzIEdyYW5hZG9zPC9iPuKAnSBvbiB0aGUgcG9ydGljbyksIDMgQmxvY2tzIHdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIE5vcnRoIE1haW47IGluIGFkZGl0aW9uIHRvIGZhYnJpY3MsIGN1c2hpb24gZm9hbSwgYW5kIG90aGVyIGl0ZW1zLCB0aGV5IHJlcGFpciBzZXdpbmcgbWFjaGluZXMsIGFuZCBoYXZlIGEgbGFyZ2Ugc3VwcGx5IG9mIFBvbHllc3RlciB0aHJlYWQsIGluIGFuIGFzc29ydG1lbnQgb2YgY29sb3JzLg0KPGg0PjxiPlNob3BwaW5nIDwvYj48L2g0Pg0KQSB3YWxrIGRvd24gZWl0aGVyIG9mIHRoZSDigJxtYWlu4oCdIHN0cmVldHMsIGFuZCB0aGUgc2lkZSBzdHJlZXRzIHdpbGwgZXhwb3NlIHlvdSB0byBhbGwga2luZHMgb2Ygc2hvcHBpbmcgb3Bwb3J0dW5pdGllcywgZnJvbSBmdXJuaXR1cmUgc3RvcmVzLCB0byBzcG9ydGluZyBnb29kcywgY2xvdGhpbmcsIGhhcmR3YXJlLCBob3VzZWhvbGQgZ29vZHMsIGFuZCB0aGUgbGlrZTsgdGhlIGNlbnRyYWwgbWFya2V0IGlzIGh1Z2UsIHdpdGggd2F5IHRvbyBtYW55IGl0ZW1zIGF2YWlsYWJsZSB0byBiZSBsaXN0ZWQgaGVyZSwgYnV0IGhlcmUgYXJlIHNvbWUgY2hvaWNlczoNCg0KPGI+QXJ0ZXNlbmlhcyBIZWxlbjogPC9iPkZsYWdzIG9mIGFsbCBzaXplcywgVC1TaGlydHMsIEJhbGwgQ2FwcywgYW5kIGhhbmQtbWFkZSBzb3V2ZW5pciBjcmFmdHMgYnkgbG9jYWwgQXJ0aXNhbnM7IHdhbGsgdG8gU2NvdGlhQmFuayBvbiBOb3J0aCBNYWluLCB0YWtlIGEgcmlnaHQsIHdhbGsgdHdvIGJsb2NrcywgdGFrZSBhIGxlZnQsIHRoZSBzaG9wIGlzIGp1c3QgYSBjb3VwbGUgb2YgZG9vcnMgZG93biBvbiB5b3VyIGxlZnTigKYNCg0KPGI+UGF5bGVzcyBTaG9lIFNvdXJjZTwvYj46IEFub3RoZXIgb25lIGZvciB0aGUgTGFkaWVz4oCmb25lIGJsb2NrIGZ1cnRoZXIgZG93biB0aGUgc3RyZWV0IGZyb20gU2NvdGlhQmFuaw0KDQo8Yj5MaWJyZXJpYSBNb250ZW5lZ3JvOiA8L2I+QWxsIGtpbmRzIG9mIHBhcGVyIGFuZCBvZmZpY2Ugc3VwcGxpZXM7IGFib3V0IDUgYmxvY2tzIFdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIFNvdXRoIE1haW4uDQoNCjxiPkljZSBDcmVhbSBQYXJsb3I6IDwvYj5UaGVyZSBhcmUgYSBudW1iZXIgb2YgdGhlc2UgYXJvdW5kIHRvd24sIHRoZSBIZWxlcmlhIE5pdmVyaWEgcmlnaHQgbmV4dCBkb29yIHRvIERpc3BlbnNhIERvbiBKdWFuIGlzIGEgd2VsY29tZSBwbGFjZSB0byB3YWl0IG9uIHRoZSBkZXBhcnR1cmUgb2YgdGhlIE1pbmlCdXMuDQoNCjxiPlNwYW5pc2ggTGVzc29uczwvYj4NCg0KPGI+U3RhaW5sZXNzIFN0ZWVsICZhbXA7IEFsdW1pbnVtIDwvYj4NCg0KU2VlIOKAnFdlbGRpbmcgU2hvcOKAnSwgYmVsb3cNCg0KPGI+VGFpbG9yaW5nIC8gU2V3aW5nOjwvYj4NCg0KPGI+QmF6YXIgTmVsc29uOyA8L2I+cGFzcyBieSBTY290aWEgQmFuaywgdGFrZSBhIHJpZ2h0IGF0IFBheWxlc3MgU2hvZSBTb3VyY2UsIHdhbGsgYSBmZXcgZG9vcnMgdXAgdGhlIHN0cmVldCwgdGhlIEJhemFyIGlzIG9uIHRoZSByaWdodDsgQWx0ZXJhdGlvbnMsIGV0YywgU2luZ2VyIHRyZWFkbGUgc2V3aW5nIG1hY2hpbmUsIHByaWNlcyB2ZXJ5IHJlYXNvbmFibGUuDQo8aDQ+PGI+VGVsZXBob25lczwvYj48L2g0Pg0KVGhlIG1haW4gPGI+VElHTzwvYj4gc3RvcmUgYW5kIHRoZSBtYWluIDxiPkRpZ2ljZWw8L2I+IHN0b3JlIGFyZSBsb2NhdGVkIG9uIFNvdXRoIE1haW4gYWJvdXQgMyBibG9ja3MgZnJvbSB0aGUgRGlzcGVuc2EgRG9uIEp1YW4sIGp1c3QgZG93biB0aGUgc3RyZWV0IGZyb20gPGI+UGVsdXF1ZXJpYSBSaWNoYXJkPC9iPg0KDQpUaGUgbWFpbiA8Yj5DTEFSTyA8L2I+c3RvcmUgaXMgb24gTm9ydGggTWFpbiwgYWJvdXQgNCDCvSBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbg0KDQpUaGVyZSBhcmUgbnVtZXJvdXMga2lvc2tzIHRoYXQgY2FuIHNlbGwgeW91IG1pbnV0ZXMsIGJ1dCBmb3IgZnVsbCBzZXJ2aWNlLCBjb21wdXRlciBtb2RlbSDigJxzdGlja3PigJ0sIGV0YywgZ28gdG8gdGhlIG1haW4gc3RvcmUuDQoNClBob25lIGNhcmRzIGNhbiBiZSBwdXJjaGFzZWQgaW4gUGhhcm1hY2llcywgZ3JvY2VyeSBzdG9yZXMgYW5kIGZyb20gc3RyZWV0IHZlbmRvcnMgd2VhcmluZyBhZHZlcnRpc2VtZW50IGFwcm9ucy4NCg0KPGI+VGhlIGZvbGxvd2luZyBuZWVkcyB0byBiZSByZXZpZXdlZCwgY2hhbmdlZCwgZXRjOjwvYj4NCg0KRWwgU2FsdmFkb3IgQ291bnRyeSBDb2RlOiBfX19fwqDCoCAuDQoNCkEgY2FsbCBjYW4gYmUgbWFkZSB0byB0aGUgVS5TLiBvciBvdGhlciBjb3VudHJpZXMgdXNpbmcgb25lIG9mIEVsIFNhbHZhZG9y4oCZcyBsb25nIGRpc3RhbmNlIGRpcmVjdC1kaWFsIGNvbXBhbmllcyAoMDA1KzErYXJlYSBjb2RlK251bWJlcikuDQoNCkEgY2VsbCBwaG9uZSBjYW4gYmUgcHVyY2hhc2VkIGF0IG1hbnkgcGxhY2VzLg0KDQpZb3UgY2FuIG1ha2UgaW50ZXJuYXRpb25hbCBjYWxscyB1c2luZyB0aGUgaW50ZXJuZXQgdGhyb3VnaCB0aGUgU2t5cGUgc2VydmljZS4NCg0KRWFjaCBjZWxsIHBob25lIGNvbXBhbnkgaGFzIGEgZGlmZmVyZW50IGFjY2VzcyBjb2RlIGZvciBpbnTigJlsIGNhbGxzOg0KDQpUSUdPOsKgwqDCoCAwMCA0MTQgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQoNCk1vdmlzdGFyOsKgIDAwIDkgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQo8aDQ+PGI+VGhlYXRlciAmYW1wOyBNb3ZpZXM8L2I+PC9oND4NCjxiPlRyYXZlbCBBZ2VuY2llcyAmYW1wOyBBaXJsaW5lczwvYj4NCg0KPGI+T3V0LW9mLXRvd248L2I+DQoNCklmIHlvdSBhcmUgcGxhbm5pbmcgdG8gdHJhdmVsIHdpdGhpbiBFbCBTYWx2YWRvciwgaXQgaXMgaW1wb3J0YW50IHRvIGtlZXAgaW4gbWluZCB0aGF0IHdoaWxlIHNlY3VyaXR5IGhhcyBncmVhdGx5IGltcHJvdmVkIHRocm91Z2hvdXQgbXVjaCBvZiB0aGUgY291bnRyeSwgc29tZSBqb3VybmV5cyBieSByb2FkIGNvbnRpbnVlIHRvIHByZXNlbnQgYSByaXNrISBJdCBtYXkgYmUgc2FmZXIgdG8gZmx5LCBhbmQvb3IgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCBhIHRvdXIgb3BlcmF0b3IuDQoNCjxiPlZldGVyaW5hcnkgQ2xpbmljczwvYj4NCg0KPGI+V2VsZGluZyBTaG9wOjwvYj4NCg0KTG9jYXRlZCBhZGphY2VudCB0bywgYW5kIGFmZmlsaWF0ZWQgd2l0aCwgPGI+VGFsbGVyIE1lcmNlZDwvYj4gKHRoZSBtYWNoaW5lIHNob3ApLCB0aGlzIHNob3AgY2FuIHdlbGQgbWlsZCBzdGVlbCwgc3RhaW5sZXNzLCBhbHVtaW51bSwgYW5kIGFsc28gd29yayB3aXRoIGJyYXNzIG9yIGJyb256ZS4NCg0KPGI+UHJlc3RvbWFyOjwvYj4gQm9hdHlhcmQgbmV4dCB0byBCYXJpbGxhcw0KDQo8Yj5Xb29kd29ya2luZzwvYj4NCg0KPGI+V29vZCBTdXBwbGllcyAoSSBzYXcgYSBzbWFsbCDigJxsdW1iZXIgeWFyZCkgdXAgdGhlIHN0cmVldCBhY3Jvc3MgZnJvbSB0aGUgRGlzcGVuc2HigKY8L2I+DQo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5CYXJpbGxhcyBBY3Rpdml0aWVzPC9iPjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiPlN3aW1taW5nPC9iPjogVGhlcmUgYXJlIHRocmVlIHBvb2xzIGF0IEJhcmlsbGFzIE1hcmluYSBDbHViOyB0aGUgbWFpbiBwb29sIGlzIGFib3V0IDUgwr0gZmVldCBkZWVwIGF0IHRoZSBmYXIgZW5kLCB0aGVyZSBpcyBhIHNoYWxsb3cgS2lkZGllIFBvb2wsIGFuZCBhIEphY3V6emllLXN0eWxlIHBvb2wsPC9wPg0KPGI+SG9yc2ViYWNrIFJpZGluZzwvYj4NCg0KPGI+TmF0dXJlIFdhbGtzPC9iPg0KDQo8Yj5Nb25rZXlzPC9iPg0KDQo8Yj5CZWFjaCBFeGN1cnNpb25zPC9iPg0KDQo8Yj5GbG9hdGluZyBSZXN0YXVyYW50PC9iPg0KDQo8Yj5QdWVydG8gUGFyYWRhPC9iPiBpcyBhbiBpbnRlcmVzdGluZyBzaWRlIHRyaXAgYnkgZGluZ2h5IGZyb20gQmFyaWxsYXM7IGl04oCZcyBhIDUtbWlsZSwgMjAtbWludXRlIHRyaXAgaW4gYSBwbGFubmluZyBkaW5naHksIGFuZCBzaG91bGQgYmUgc2NoZWR1bGVkIGFyb3VuZCBoaWdoIHRpZGUsIGFzIHRoZSB3YXRlciBnZXRzIHByZXR0eSBzaGFsbG93IG9uIGVhY2ggc2lkZSBvZiB0aGUgTG93czsgc2VlIHRoZSBtYXAsIGJlbG93DQoNClB1ZXJ0byBQYXJhZGEgaXMgYWJvdXQgNSBtaWxlcyBzb3V0aCBvZiBVc3VsdXRhbiAodGhlIHJvYWQgc3RhcnRzIGF0IHRoZSBpbnRlcnNlY3Rpb24gbmVhciBGZXJyZXRlcmlhIDJNIGFuZCB0ZXJtaW5hdGVzIGF0IFB1ZXJ0byBQYXJhZGEpLg0KDQpBdCB0aGUgUG9ydCwgeW91IHdpbGwgZmluZCBhIHJhbXAgd2l0aCAxNSBvciBzbyBwYW5nYXMsIHdoaWNoIGZlcnJ5IHBlb3BsZSBhbmQgbWF0ZXJpYWwgdG8gYW5kIGZyb20gdGhlIHZhcmlvdXMgaXNsYW5kcyBpbiBCYWhpYSBKaXF1aWxpc2NvOyBpbiBhZGRpdGlvbiB0byB0aGUgdHJhbnNwb3J0YXRpb24gYWN0aXZpdHksIHRoZXJlIGlzIGEgc21hbGwgdGllbmRhLCBhIGNvdXBsZSBvZiBzbWFsbCByZXN0YXVyYW50cywgYW5kIHNvbWUgdmVyeSBmcmllbmRseSBsb2NhbCBmb2xrczsgc29tZSBFbmdsaXNoIHNwb2tlbiBoZXJlLiBMYW5kIHlvdXIgZGluZ2h5IG9uIHRoZSBzbWFsbCByYW1wIGJleW9uZCB0aGUgbmVzdCBvZiBtb29yZWQgcGFuZ2FzLg0KDQpBcyBhbiBhZGRpdGlvbmFsIGF0dHJhY3Rpb24sIHdoZW4gcmV0dXJuaW5nIGZyb20gdGhlIFBvcnQsIHRoZSBmaXJzdCBsYXJnZSByaXZlciwgb24gdGhlIHdlc3Qgc2lkZSBvZiB0aGUgbWFpbiByaXZlciB0byBCYXJpbGxhcywgY3V0cyB0aHJvdWdoIHRoZSBtYW5ncm92ZXMgU291dGggb2YgdGhlIE1hcmluYSBhbmQgY29tZXMgb3V0IG9uIHRoZSDigJxzaHJpbXAgYm9hdCBzaWRl4oCdIG9mIHRoZSBlc3R1YXJ5OyBpdCBpcyBhIHZlcnkgc2NlbmljIHJpZGUuIFRoaXMgcml2ZXIgY2FuIGJlIGlkZW50aWZpZWQgYnkgYSBsYXJnZSBmaXNoaW5nIHNoYWNrIG9uIHRoZSBOb3J0aCBzaWRlIG9mIHRoZSBlbnRyYW5jZTsgdGhlIHJpdmVyIGlzIHdpZGUsIGRlZXAgYW5kIHdpbmRpbmcuDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlVTVUxVVEFOIENJVFkgU1RSRUVUIE1BUDwvYj48L3A+DQo8aWZyYW1lIHNyYz0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1zX3EmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9VXN1bHV0YW4mYW1wO3NsbD0xMy43NzQ1MjgsLTg5LjE1NzM5OSZhbXA7c3Nwbj0wLjgxMjI3NCwxLjM1MjY5MiZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4zNDYwNCwtODguNDMxNTg3JmFtcDtzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDt6PTE0JmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQo8c21hbGw+PGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1lbWJlZCZhbXA7aGw9ZXMtNDE5JmFtcDtnZW9jb2RlPSZhbXA7cT1Vc3VsdXRhbiZhbXA7c2xsPTEzLjc3NDUyOCwtODkuMTU3Mzk5JmFtcDtzc3BuPTAuODEyMjc0LDEuMzUyNjkyJmFtcDtpZT1VVEY4JmFtcDtocT0mYW1wO2huZWFyPVVzdWx1dCVDMyVBMW4mYW1wO2xsPTEzLjM0NjA0LC04OC40MzE1ODcmYW1wO3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO3o9MTQiPlZlciBtYXBhIG3DoXMgZ3JhbmRlPC9hPjwvc21hbGw+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlBVRVJUTyBQQVJBREE8L2I+PC9wPg0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lcy00MTkmYW1wO2dlb2NvZGU9JmFtcDtxPVB1ZXJ0bytQYXJhZGEsK1VzdWx1dCVDMyVBMW4mYW1wO2FxPTAmYW1wO29xPVB1ZXJ0bytQYVVzdWx1dGFuJmFtcDtzbGw9MTMuMzQxOTM4LC04OC40MzgzNTQmYW1wO3NzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDtpZT1VVEY4JmFtcDtocT1QdWVydG8rUGFyYWRhLCZhbXA7aG5lYXI9VXN1bHV0JUMzJUExbiZhbXA7bGw9MTMuMjUwNzAyLC04OC40MzkxNjkmYW1wO3Nwbj0wLjIwOTc0NCwwLjAxNjY4MSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjM1MCIgd2lkdGg9IjQyNSIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjxhIHN0eWxlPSJjb2xvcjogIzAwMDBmZjsgdGV4dC1hbGlnbjogbGVmdDsiIGhyZWY9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9ZW1iZWQmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9UHVlcnRvK1BhcmFkYSwrVXN1bHV0JUMzJUExbiZhbXA7YXE9MCZhbXA7b3E9UHVlcnRvK1BhVXN1bHV0YW4mYW1wO3NsbD0xMy4zNDE5MzgsLTg4LjQzODM1NCZhbXA7c3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO2llPVVURjgmYW1wO2hxPVB1ZXJ0bytQYXJhZGEsJmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4yNTA3MDIsLTg4LjQzOTE2OSZhbXA7c3BuPTAuMjA5NzQ0LDAuMDE2NjgxIj5WZXIgbWFwYSBtw6FzIGdyYW5kZTwvYT48L3NtYWxsPg==', 0);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(193, 46, 0, '2013-12-07 17:54:08', 'original_id', '', 0, '167', '', 0),
(194, 47, 0, '2013-12-07 20:10:09', 'title', 'base64', 1, 'R2V0dGluZyBUaGVyZQ==', 'Q29tbyBMbGVnYXI=', 1),
(195, 47, 0, '2013-12-07 20:10:09', 'body', 'base64', 1, 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5GdWxsIE1hcDogwqA8YSBzdHlsZT0iY29sb3I6ICMwMDAwZmY7IHRleHQtYWxpZ246IGxlZnQ7IiBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyIj5QdWVydG8gQmFyaWxsYXM8L2E+wqA8L3NtYWxsPg0KDQpXZSBhcmUgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMgSmlxdWlsaXNjbyBCYXkuIElmIHRyYXZlbGluZyBieSBsYW5kLCBjcm9zc2luZyBhdCBLbSAxMDguNSBDYXJyZXRlcmEgTGl0b3JhbCBDQTIgcm9hZCB0byB0aGUgSGFjaWVuZGEgTGEgQ2FycmVyYSAoZXhhY3RseSBhdCB0aGUgZW50cmFuY2UgaXMgcGxhY2VkIGEgdHJhY3RvciB0aXJlIHBhaW50ZWQgaW4gdmFyaW91cyBjb2xvcnMpIHJlZmVyIHRvIEJhcmlsbGFzIHNpZ25hbGluZyBvciB0aGUgbGF5aW5nIG9mIHRlbGVwaG9uZSBjYWJsZSBmcm9tIHRoZSBjb2FzdCB0byB0aGUgSGlnaHdheSBmYWNpbGl0aWVzIGluIFB1ZXJ0byBCYXJpbGxhcy4NCg0KSWYgdHJhdmVsaW5nIGJ5IHNlYSwgcGxlYXNlIGNhbGwgVkhGIGNoYW5uZWwgMTYgb25lIGhvdXIgYmVmb3JlIHJlYWNoaW5nIHRoZSBtZWV0aW5nIHBvaW50LCBhbmQgd2Ugd2lsbCBnbGFkbHkgc2VuZCB5b3UgYSBwYW5nYSB0byBndWlkZSB5b3UgdG8gdGhlIG1hcmluYS4gTWVldGluZyBQb2ludDogMTMgwrogMDcsMDE4ICdOIDg4IMKwIDI1LDE2NScgVyAzNSdkZSB3YXRlciwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgMDYwTSBCbHVlIEhpbGwuDQoNCk1lZXRpbmcgUG9pbnQ6IDEzIMK6IDA3LDAxOCAnTiA4OCDCsCAyNSwxNjUnIFcgMzUnZGUgd2F0ZXIsIFZvbGNhbiBTYW4gTWlndWVsIDAyNU0sIDA2ME0gQmx1ZSBIaWxsLg0KDQpJZiB0cmF2ZWxpbmcgYnkgYWlyLCB3ZSBoYXZlIGludGVybmF0aW9uYWwgbGFuZGluZyBydW53YXkgMSw3MDAgbWV0ZXJzIGxvbmcgYW5kIDUwIG1ldGVycyB3aWRlIHdpdGggcmFkaW8gY29udHJvbCBzdGF0aW9uLg0KDQpDb29yZGluYXRlczogTiA5NDIgMTMuMTUgMDg4IDI5IDU3N1cgT3JpZW50YXRpb246IDA4XzI2DQoNCkZyb20gU2FuIFNhbHZhZG9yIGFycml2aW5nIGJ5IGNhciBhcHByb3hpbWF0ZWx5IDEuNSB0byAyIGhvdXJzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSAgd3AtaW1hZ2UtNTk0IiBhbHQ9Im1hcGFQQiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi5qcGciIHdpZHRoPSI1NzUiIGhlaWdodD0iMzc0IiAvPjwvYT4=', 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5WZXIgPGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcy9tcz9tc2lkPTIxMjAzNzMwNTAxNzI4MTM0MTc0MC4wMDA0YjNjOWJiNzM4MjE0ZmVhY2UmYW1wO21zYT0wJmFtcDtpZT1VVEY4JmFtcDt0PWgmYW1wO3NvdXJjZT1lbWJlZCZhbXA7bGw9MTMuMjY0MjM2LC04OC40OTIzMiZhbXA7c3BuPTAuMDA3MzEsMC4wMDkxMiI+UHVlcnRvIEJhcmlsbGFzPC9hPiBlbiB1biBtYXBhIGFtcGxpYWRvPC9zbWFsbD4NCg0KRXN0YW1vcyB1YmljYWRvcyBlbiBlbCBDYW5hbCBCYXJpbGxhcyBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbywgc2kgdmlhamEgcG9yIHRpZXJyYSwgY3J1emFyIGVuIGVsIGtpbMOzbWV0cm8gMTA4LjUgQ0EyIENhcnJldGVyYSBMaXRvcmFsIGVuIGRlc3bDrW8gYSBsYSBIYWNpZW5kYSBMYSBDYXJyZXJhIChleGFjdGFtZW50ZSBlbiBsYSBlbnRyYWRhIHNlIGhhIGNvbG9jYWRvIHVuYSBsbGFudGEgZGUgdHJhY3RvciBwaW50YWRhIGRlIHZhcmlvcyBjb2xvcmVzKSwgdG9tYXIgY29tbyByZWZlcmVuY2lhIGxhIHNlw7FhbGl6YWNpw7NuIGRlIEJhcmlsbGFzIG8gZWwgdGVuZGlkbyBkZWwgY2FibGUgdGVsZWbDs25pY28gZGVzZGUgQ2FycmV0ZXJhIEVsIExpdG9yYWwgaGFzdGEgbGFzIGluc3RhbGFjaW9uZXMgZGUgUHVlcnRvIEJhcmlsbGFzLg0KDQpTaSB2aWFqYSBwb3IgbWFyLCBmYXZvciBsbGFtYXIgYWwgY2FuYWwgVkhGIDE2IHVuYSBob3JhIGFudGVzIGRlIGxsZWdhciBhbCBwdW50byBkZSBlbmN1ZW50cm8sIHkgY29uIG11Y2hvIGd1c3RvIGVudmlhcmVtb3MgdW5hIHBhbmdhIHBhcmEgcXVlIGxvIGd1w61lIGhhc3RhIGxhIG1hcmluYS4NCg0KUHVudG8gZGUgZW5jdWVudHJvOiAxMyBncmFkb3MgMDcuMDE4J04gODggZ3JhZG9zIDI1LjE2NcK0VyAzNcK0ZGUgYWd1YSwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgQ2Vycm8gQXrDumwgMDYwTS4NCg0KU2kgdmlhamEgcG9yIGFpcmUsIGNvbnRhbW9zIGNvbiBwaXN0YSBpbnRlcm5hY2lvbmFsIGRlIGF0ZXJyaXphamUgZGUgMSw3MDAgbWV0cm9zIGRlIGxhcmdvIHBvciA1MCBtZXRyb3MgZGUgYW5jaG8gY29uIHB1ZXN0byBkZSByYWRpbyBjb250cm9sLg0KDQpDb29yZGVuYWRhczogMTMuMTUgOTQyIE4gMDg4IDI5IDU3N1cgT3JpZW50YWNpw7NuOiAwOF8yNg0KDQpEZXNkZSBTYW4gU2FsdmFkb3IgbGxlZ2EgZW4gdmVow61jdWxvIGFwcm94aW1hZGFtZW50ZSBlbiAxLjUgYSAyIGhvcmFzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzExL21hcGEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTU4MiIgYWx0PSJtYXBhIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTEvbWFwYS5qcGciIHdpZHRoPSI2NDAiIGhlaWdodD0iMzY2IiAvPjwvYT4=', 1),
(196, 47, 0, '2013-12-07 20:10:09', 'original_id', '', 0, '43', '', 1),
(197, 48, 0, '2013-12-07 20:14:55', 'title', 'base64', 1, 'R2V0dGluZyBUaGVyZQ==', 'Q29tbyBMbGVnYXI=', 1),
(198, 48, 0, '2013-12-07 20:14:55', 'body', 'base64', 1, 'PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5GdWxsIE1hcDogwqA8YSBzdHlsZT0iY29sb3I6ICMwMDAwZmY7IHRleHQtYWxpZ246IGxlZnQ7IiBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyIj5QdWVydG8gQmFyaWxsYXM8L2E+wqA8L3NtYWxsPg0KDQpXZSBhcmUgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMgSmlxdWlsaXNjbyBCYXkuIElmIHRyYXZlbGluZyBieSBsYW5kLCBjcm9zc2luZyBhdCBLbSAxMDguNSBDYXJyZXRlcmEgTGl0b3JhbCBDQTIgcm9hZCB0byB0aGUgSGFjaWVuZGEgTGEgQ2FycmVyYSAoZXhhY3RseSBhdCB0aGUgZW50cmFuY2UgaXMgcGxhY2VkIGEgdHJhY3RvciB0aXJlIHBhaW50ZWQgaW4gdmFyaW91cyBjb2xvcnMpIHJlZmVyIHRvIEJhcmlsbGFzIHNpZ25hbGluZyBvciB0aGUgbGF5aW5nIG9mIHRlbGVwaG9uZSBjYWJsZSBmcm9tIHRoZSBjb2FzdCB0byB0aGUgSGlnaHdheSBmYWNpbGl0aWVzIGluIFB1ZXJ0byBCYXJpbGxhcy4NCg0KSWYgdHJhdmVsaW5nIGJ5IHNlYSwgcGxlYXNlIGNhbGwgVkhGIGNoYW5uZWwgMTYgb25lIGhvdXIgYmVmb3JlIHJlYWNoaW5nIHRoZSBtZWV0aW5nIHBvaW50LCBhbmQgd2Ugd2lsbCBnbGFkbHkgc2VuZCB5b3UgYSBwYW5nYSB0byBndWlkZSB5b3UgdG8gdGhlIG1hcmluYS4gTWVldGluZyBQb2ludDogMTMgwrogMDcsMDE4ICdOIDg4IMKwIDI1LDE2NScgVyAzNSdkZSB3YXRlciwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgMDYwTSBCbHVlIEhpbGwuDQoNCk1lZXRpbmcgUG9pbnQ6IDEzIMK6IDA3LDAxOCAnTiA4OCDCsCAyNSwxNjUnIFcgMzUnZGUgd2F0ZXIsIFZvbGNhbiBTYW4gTWlndWVsIDAyNU0sIDA2ME0gQmx1ZSBIaWxsLg0KDQpJZiB0cmF2ZWxpbmcgYnkgYWlyLCB3ZSBoYXZlIGludGVybmF0aW9uYWwgbGFuZGluZyBydW53YXkgMSw3MDAgbWV0ZXJzIGxvbmcgYW5kIDUwIG1ldGVycyB3aWRlIHdpdGggcmFkaW8gY29udHJvbCBzdGF0aW9uLg0KDQpDb29yZGluYXRlczogTiA5NDIgMTMuMTUgMDg4IDI5IDU3N1cgT3JpZW50YXRpb246IDA4XzI2DQoNCkZyb20gU2FuIFNhbHZhZG9yIGFycml2aW5nIGJ5IGNhciBhcHByb3hpbWF0ZWx5IDEuNSB0byAyIGhvdXJzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSAgd3AtaW1hZ2UtNTk2IiBhbHQ9Im1hcGFQQiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi0xMDI0eDY2NS5qcGciIHdpZHRoPSI1NjQiIGhlaWdodD0iMzY2IiAvPjwvYT4=', 'PHA+PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+PC9wPg0KPHA+PHNtYWxsPlZlciA8YSBzdHlsZT0iY29sb3I6ICMwMDAwZmY7IHRleHQtYWxpZ246IGxlZnQ7IiBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyIj5QdWVydG8gQmFyaWxsYXM8L2E+IGVuIHVuIG1hcGEgYW1wbGlhZG88L3NtYWxsPjwvcD4NCjxwPkVzdGFtb3MgdWJpY2Fkb3MgZW4gZWwgQ2FuYWwgQmFyaWxsYXMgZGUgbGEgQmFow61hIGRlIEppcXVpbGlzY28sIHNpIHZpYWphIHBvciB0aWVycmEsIGNydXphciBlbiBlbCBraWzDs21ldHJvIDEwOC41IENBMiBDYXJyZXRlcmEgTGl0b3JhbCBlbiBkZXN2w61vIGEgbGEgSGFjaWVuZGEgTGEgQ2FycmVyYSAoZXhhY3RhbWVudGUgZW4gbGEgZW50cmFkYSBzZSBoYSBjb2xvY2FkbyB1bmEgbGxhbnRhIGRlIHRyYWN0b3IgcGludGFkYSBkZSB2YXJpb3MgY29sb3JlcyksIHRvbWFyIGNvbW8gcmVmZXJlbmNpYSBsYSBzZcOxYWxpemFjacOzbiBkZSBCYXJpbGxhcyBvIGVsIHRlbmRpZG8gZGVsIGNhYmxlIHRlbGVmw7NuaWNvIGRlc2RlIENhcnJldGVyYSBFbCBMaXRvcmFsIGhhc3RhIGxhcyBpbnN0YWxhY2lvbmVzIGRlIFB1ZXJ0byBCYXJpbGxhcy48L3A+DQo8cD5TaSB2aWFqYSBwb3IgbWFyLCBmYXZvciBsbGFtYXIgYWwgY2FuYWwgVkhGIDE2IHVuYSBob3JhIGFudGVzIGRlIGxsZWdhciBhbCBwdW50byBkZSBlbmN1ZW50cm8sIHkgY29uIG11Y2hvIGd1c3RvIGVudmlhcmVtb3MgdW5hIHBhbmdhIHBhcmEgcXVlIGxvIGd1w61lIGhhc3RhIGxhIG1hcmluYS48L3A+DQo8cD5QdW50byBkZSBlbmN1ZW50cm86IDEzIGdyYWRvcyAwNy4wMTgnTiA4OCBncmFkb3MgMjUuMTY1wrRXIDM1wrRkZSBhZ3VhLCBWb2xjYW4gU2FuIE1pZ3VlbCAwMjVNLCBDZXJybyBBesO6bCAwNjBNLjwvcD4NCjxwPlNpIHZpYWphIHBvciBhaXJlLCBjb250YW1vcyBjb24gcGlzdGEgaW50ZXJuYWNpb25hbCBkZSBhdGVycml6YWplIGRlIDEsNzAwIG1ldHJvcyBkZSBsYXJnbyBwb3IgNTAgbWV0cm9zIGRlIGFuY2hvIGNvbiBwdWVzdG8gZGUgcmFkaW8gY29udHJvbC48L3A+DQo8cD5Db29yZGVuYWRhczogMTMuMTUgOTQyIE4gMDg4IDI5IDU3N1cgT3JpZW50YWNpw7NuOiAwOF8yNjwvcD4NCjxwPkRlc2RlIFNhbiBTYWx2YWRvciBsbGVnYSBlbiB2ZWjDrWN1bG8gYXByb3hpbWFkYW1lbnRlIGVuIDEuNSBhIDIgaG9yYXMuPC9wPg0KPHA+PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMS9tYXBhLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lICB3cC1pbWFnZS01ODIiIGFsdD0ibWFwYSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzExL21hcGEuanBnIiB3aWR0aD0iNjQwIiBoZWlnaHQ9IjM2NiIgLz48L2E+PC9wPg0K', 1),
(199, 48, 0, '2013-12-07 20:14:55', 'original_id', '', 0, '43', '', 1),
(200, 49, 0, '2013-12-07 21:20:48', 'title', 'base64', 1, 'QWN0aXZpdGllcw==', 'QWN0aXZpZGFkZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(201, 49, 0, '2013-12-07 21:20:48', 'body', 'base64', 1, 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQo8aDM+PHN0cm9uZz5BY3Rpdml0aWVzIEZvciBBbGwgQWdlcyBhdCBQdWVydG8gQmFyaWxsYXM8L3N0cm9uZz48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbmR1bGdlIGluIHRoZSBlbmRsZXNzIGNob2ljZXMgb2YgYWN0aXZpdGllcyBhdCB0aGlzIHRyb3BpY2FsIHBhcmFkaXNlLiBQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIGFuIGV4dGVuc2l2ZSBhcnJheSBvZiBlbnRlcnRhaW5pbmcgcHVyc3VpdHMgZm9yIHRoZSBlbnRpcmUgZmFtaWx5LiBMb3VuZ2UgYnkgdGhlIHBvb2wuIFJlbGF4IG9uIG9uZSBvZiB0aGUgYmF5IGlzbGFuZHMuIEJyb3dzZSBvdXIgY29udmVuaWVuY2Ugc3RvcmUgZm9yIHRoZSBwZXJmZWN0IHNvdXZlbmlyLiBBdHRlbmQgdGhlIG1vbmtleSBzYW5jdHVhcnkgYW5kIGhlYXIgaW50ZXJlc3RpbmcgYW5kIGZ1bm55IHN0b3JpZXMgb2YgdGhlc2UgZnJpZW5kbHkgc3BpZGVyIG1vbmtleXMsIHRhc3RlIG91ciBkZWxpY2lvdXMgZm9vZCB3aXRoIGxvdmVseSB2aWV3cyBvZiB0aGUgYmF5IGFuZCBpdHMgZGlmZmVyZW50IGNvbG91cnMuIFRoaXMgSGlkZGVuIFRyZWFzdXJlIG9mIHRoZSBQYWNpZmljIENvYXN0LCBQdWVydG8gQmFyaWxsYXMsIHByb3ZpZGVzIHVuZm9yZ2V0dGFibGUgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGZvciBhbnkgYWdlLjwvcD4NCjxzdHJvbmc+PGEgaWQ9ImJvYXR0b3VycyIgbmFtZT0iYm9hdHRvdXJzIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxLjE3ZW07Ij5Cb2F0IFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8aDQ+UGFuZ2EgQm9hdCBUb3Vycy48L2g0Pg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5UaGVyZSBhcmUgMjcgZGVzZXJ0ZWQgaXNsYW5kcyBpbiB0aGUgQmF5IG9mIEppcXVpbGlzY28uIE91ciBib2F0IHRvdXJzIHRha2UgYXBwcm94aW1hdGVseSAzMCBtaW51dGVzIHRvIHJlYWNoIGFuIGlzbGFuZCwgc3Vycm91bmRlZCBieSBiZWF1dGlmdWwgc2NlbmVyeS4gRXhwZWN0IHRvIHNlZTogYWxsaWdhdG9ycywgZXhvdGljIGJpcmRzIGFuZCBtYW5ncm92ZXMsIGFuZCBwaWN0dXJlLXBlcmZlY3Qgdm9sY2Fub2VzIGluIHRoZSBkaXN0YW5jZS4gT25jZSB5b3UgcmVhY2ggdGhlIGJlYWNoLCBiYXRoZSBhbmQgc3dpbSBpbiB0aGUgYmF54oCZcyBjYWxtIGFuZCB3YXJtIHdhdGVycy4gWW91IGNvdWxkIGFsc28gYmUgdGFrZW4gdG8gb25lIG9mIHRoZSB0d28gYmF5IGRlbHRhcyBhbmQgc3dpbSBpbiB0aGUgUGFjaWZpYyBPY2Vhbi4gV2UgaGF2ZSBldmVyeXRoaW5nIHByZXBhcmVkIGZvciB0aGlzIHRyaXA6IGEgYmlnIHVtYnJlbGxhIGlmIHRvbyBtdWNoIHN1biBib3RoZXJzLCBjaGFpcnMgZm9yIHJlc3RpbmcgYW5kIGJlc3Qgb2YgYWxs4oCmIHdlIGNhbiBwcmVwYXJlIGEgY29vbGVyIHdpdGggeW91ciBmYXZvcml0ZSBiZXZlcmFnZXMuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5FeHBlcmllbmNlIHRoZSBiZWF1dHkgb2YgbmF0dXJlIGFyb3VuZCBQdWVydG8gQmFyaWxsYXMuIER1cmluZyB0aGUgdG91ciB5b3Ugd2lsbCBlbmpveSB0aGUgbGFuZHNjYXBlIG9mIHRoZSB2b2xjYW5pYyByaWRnZSwgbWFuZ3JvdmUgZm9yZXN0cywgYmlyZCB3YXRjaGluZywgYW5kIGZpc2hlcm1lbiBpbiBmdWxsIG9wZXJhdGlvbi48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkluIHRoZSBCYXkgQXJlYSwgSmlxdWlsaXNjbywgYXJlIGhvdXNlZCBDdW1pY2jDrW4gaXNsYW5kLCBFc3Bpcml0dSBTYW50bywgU2FuIERpb25pc2lvIFRvcnR1Z2EsIEVsIFJlY29kbywgU2FuIFNlYmFzdGlhbiwgU3VtbWFyeSwgQm93LCBJc2xhIFBhamFyaXRvLCBDb3JyYWwgZGUgTXVsYXMsIFB1bnRhIFNhbiBKdWFuIGFuZCBvdGhlciBpc2xhbmRzLiBSaXZlciBtb3V0aHM6IHRoZSBkb3dudHVybiwgTGEgQ2hlcG9uYS4gQ2FyZ28gUG9ydHM6IFRoZSBUcml1bmZvIGFuZCBQdWVydG8gUGFyYWRhLjwvcD4NCg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPkJvYXQgLSBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kOTEuOTk8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij42LTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDExMy4wMDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQoqQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPkJvYXQgLSBJc2xhIExhIENoZXBvbmE8L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjEtMTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTk1LjUwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMj48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBvbnRvb24gVG91cnM8L3NwYW4+PC9zdHJvbmc+PC9oMj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTguMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPipBcHByb3hpbWF0ZWx5IDcwIG1pbnV0ZXMgb2YgbmF2aWdhdGlvbiBhbmQgMSBob3VyIHRvIGVuam95IFBhamFyaXRvIElzbGFuZCAoYmF0aGluZywgcmVsYXhpbmcsIHRha2luZyBwaWN0dXJlcykuPC9zcGFuPg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlRvdXIgdG8gTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QWRkaXRpb25hbCBIb3VyIGF0IHRoZSBkZXN0aW5hdGlvbjogJDU2LjAwPC9zcGFuPg0KDQo8c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBsZWFzZSBub3RlIHRoYXQgYWxsIHByaWNlcyBpbmNsdWRlICgxMyUgSVZBKS7CoCBQcmljZXMgZG8gbm90IGluY2x1ZGUgdGlwcy4NCjwvc3Bhbj48L3N0cm9uZz48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1lbWJlcnMgcmVjZWl2ZSAyMCUgZGlzY291bnQgb24gYm9hdCB0b3Vycy48L3NwYW4+PC9zdHJvbmc+DQoNCkZPUiBHUk9VUCBSRVNFUlZBVElPTlMsIFBsRUFTRSBDT05UQUNUIFVTIEFUIElORk9AUFVFUlRPQkFSSUxMQVMuQ09NDQoNCkZvciBHcm91cCBwYWNrYWdlcyBwbGVhc2UgY2xpY2sgb24gZ3JvdXAgcGFja2FnZXMNCjxoMz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BYm91dCBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Jc2xhIFBhamFyaXRvOjwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QSBzdHJhbmdlIGFuZCBtaXJhY3Vsb3VzIGltYWdlLCBtYWRlIOKAi+KAi29mIGxlYWQsIGlzIGZvdW5kIG9uIHRoZSBtYWluIGFsdGFyIG9mIHRoZSBjaHVyY2ggb2YgU2FudGEgTWFyaWEgaW4gVXN1bHV0YW4uIFRoZSByZXNpZGVudHMgaGFkIGEgZmlzaGVybWFuIG9mIHRoZSBiYXl3b3JraW5nIGluIHRoZSB3YXRlcnMgbmVhciBCaXJkIElzbGFuZCwgd2hlbiwgc3VkZGVubHksIHRoZSBzZWEgd2FzIGN1cmxlZCwgdGhlIGRlZ3JlZSB0byB3cmVjayBoaXMgYm9hdC4gU3VjaCB3YXMgdGhlIGFueGlldHkgYW5kIGZlYXIgdGhhdCB0aGUgZmlzaGVybWFuIGludm9rZWQgaGlzIHNhbHZhdGlvbiBmcm9tIFNhbiBBbnRvbmlvLiBXaGVuIGhlIGF3b2tlLCBoZSB3YXMgaW4gdGhlIEJpcmQgSXNsYW5kIGJlYWNoZXMgYW5kIGluIGhpcyBoYW5kIHRoZSBzYXZpbmcgaW1hZ2UuIEZyb20gdGhlcmUsIHRoZSBtYW4gcHJvbWlzZWQgdG8gYmUgdGhlIHByb3RlY3RvciBvZiB0aGUgc21hbGwgZWZmaWd5Ljwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRoZW4sIHdoZW4gbWFuIGFuZCBzdGF0dWUgd2VyZSBjYWxsZWQgdG8gdGhlIGJlZHNpZGUgb2YgYSBzaWNrLCBoZSBoZWFsZWQgdGhlbS4gVGhpcyBoYXBwZW5lZCBtYW55IHRpbWVzIHVudGlsIHRoZSBpbWFnZSB3YXMgcmVxdWlyZWQgYnkgdGhlIGNodXJjaCwgYnV0IHRoZSBtYW4gcmVmdXNlZCB0byBzdXJyZW5kZXIgaXQsIHRoZXJlZm9yZSwgdGhlIHBvbGljZSBhcnJlc3RlZCBoaW0gZm9yIHRoZSBwdXJwb3NlIG9mIGNvbmZpc2NhdGluZyB0aGUgaW1hZ2UuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VGhlIGZpc2hlcm1hbiBoYW5kZWQgb3ZlciB0aGUgaW1hZ2UgYW5kIHdhcyByZWxlYXNlZC4gQnV0LCB3aGVuIGhlIHdhcyBhbW9uZyBoaXMgcGVvcGxlLCBoZSBmb3VuZCwgc3VycHJpc2luZ2x5LCBpbiB0aGVpciBzcHJpdHNhaWwsIHRoZSBzYWludCB3cmFwcGVkIGluIGEgaGFuZGtlcmNoaWVmLiBTaW5jZSB0aGUgbmV3cyBvZiB0aGlzIG1pcmFjbGUgcmFuLCB0aGUgZmFpdGggb2YgdGhlIHBvcHVsYXRpb24gaW5jcmVhc2VkLCBzbyBpdCB3YXMgZGVjaWRlZCB0byBjZWxlYnJhdGUgdGhlIGZlYXN0IG9mIFNhbiBBbnRvbmlvIFBhamFyaXRvIGVhY2ggRmVicnVhcnkgMjAuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QW4gYWZ0ZXJub29uIG9uIHRoZSBpc2xhbmQgaXMgYSBzaWdodCB0byByZWNvbm5lY3Qgd2l0aCBuYXR1cmUuIFRoaXMgc21hbGwgc3BhY2UgaXMgb25lIG9mIHRoZSBmYXZvcml0ZSBwbGFjZXMgZm9yIHRoZSBiaXJkcyB0aGF0IGluaGFiaXQgdGhlIGJheS4gU28gYWxvbmcgd2l0aCB0aGUgc3Vuc2V0LCBCaXJkIElzbGFuZCBpcyB3cmFwcGVkIHdpdGggdGhlIHByZXNlbmNlIGFuZCB0aGUgdW5pcXVlIG1lbG9keSBvZiB2YXJpb3VzIHNwZWNpZXMgb2YgYmlyZHMuwqA8L3NwYW4+VGhpcyBkZXN0aW5hdGlvbiBpcyBjbG9zZSB0byBQdW50YSBTYW4gSnVhbi48L3A+DQoNCjxoMz48c3Ryb25nPlB1bnRhIFNhbiBKdWFuPC9zdHJvbmc+PC9oMz4NCjx1bD4NCgk8bGk+UGxhY2lkIHdhdGVycywgYSBwYXJhZGlzaWFjYWwgcGxhY2UgbG9jYXRlZCBvbiB0aGUgcGVuaW5zdWxhIG9mIFNhbiBKdWFuIGRlbCBHb3pvLjwvbGk+DQoJPGxpPkZvciBCb2F0IFRvdXJzIG9yIFRyYW5zcG9ydGF0aW9uIHRvOjwvbGk+DQoJPGxpPlBhbmdhIEJvYXQ8L2xpPg0KCTxsaT5Gb3IgUHVudGEgU2FuIEp1YW4gwqAoMyBob3VycyBtYXhpbXVtKcKgIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIExhIFBpcnJheWEgKDMgaG91cnMgbWF4aW11bSk6ICQxMTMuMDA8L2xpPg0KCTxsaT5Gb3IgRXNwaXJpdHUgU2FudG/CoCAoNCBob3VycyBtYXhpbXVtKTogJDE5NS4wMMKgwqDCoMKgIFZpc2l0IGEgQ29jb251dCBPaWwgUHJvZHVjdGlvbiBDZW50ZXIuPC9saT4NCgk8bGk+Rm9yIE1hZHJlc2FswqAgKDQgaG91cnMgbWF4aW11bSkgOiQxNTAuMDA8L2xpPg0KCTxsaT5Gb3IgRWwgRXNwaW5vICg0IGhvdXJzIG1heGltdW0pOiAkMjEzLjAwPC9saT4NCgk8bGk+Rm9yIFB1ZXJ0byBFbCBUcml1bmZvICg0IGhvdXJzIG1heGltdW0pOiAkMTc1LjAwPC9saT4NCgk8bGk+Rm9yIENvcnJhbCBkZSBNdWxhczogKDQgaG91cnMgbcOheGltdW06ICQxNTAuMDA8L2xpPg0KCTxsaT4qUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlL8KgIEFkZGl0aW9uYWwgaG91cjogJDU2LjAwPC9saT4NCjwvdWw+DQo8aDM+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Bhbj48L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlB1bnRhIFNhbiBKdWFuLCBDb3JyYWwgZGUgTXVsYXM8L3NwYW4+PC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjEuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxOS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Bhbj48L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlB1ZXJ0byBFbCBUcml1bmZvPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjIuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjwvaDM+DQo8aDM+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Bhbj48L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkVzcGlyaXR1IFNhbnRvPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzIuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQzMC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0K4oCiIFByaWNlcyBzdWJqZWN0IGNoYW5nZS9hZGRpdGlvbmFsIGhvdXIgZm9yIHBhY2s6ICQ2MiBwZXIgcG9udG9vbiAobm90IHNhbGlsaW5nKQ0KDQrigKIgUGxlYXNlIG5vdGUgdGhhdCB3ZSBvZmZlciBjb21wbGV0ZSBwYWNrYWdlcy4gUGxlYXNlIGVtYWlscyB1cyBhdCBpbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbSBmb3IgZ3JvdXAgcGFja2FnZSBpbmZvcm1hdGlvbi48YSBpZD0ibW9ua2V5cyIgbmFtZT0ibW9ua2V5cyI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+VmlzaXQgT3VyIE1vbmtleSBTYW5jdHVhcnk8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyBpbmNsdWRlZCBhIHByb3RlY3RlZCwgZW52aXJvbm1lbnRhbGx5IGNvbnNjaW91cyB6b28uIEFmdGVyIHRoZSBsYW5kIHJlZm9ybSB0aGF0IHRvb2sgcGxhY2UgaW4gbGF0ZSAxOTc5IG1hbnkgaW5ub2NlbnQgYW5pbWFscyB3ZXJlIGtpbGxlZCBvciBzb2xkLiBIb3dldmVyLCB0aGVyZSB3YXMgYSBjb21tdW5pdHkgb2YgY3VubmluZyBzcGlkZXIgbW9ua2V5cyB0aGF0IG1hbmFnZWQgdG8gc3Vydml2ZSBvdmVyIHRoZSB5ZWFycy4gVG9kYXksIG11Y2ggb2YgdGhlIHByb3BlcnR5IGF0IEhhY2llbmRhIExhIENhcnJlcmEgaGFzIGJlZW4gcmVwdXJjaGFzZWQgZm9yIGFncmljdWx0dXJhbCB1c2UuIE5ldmVydGhlbGVzcywgdGhlIHB1cmNoYXNpbmcgY29tcGFueSBoYXMgZ29uZSB0byBncmVhdCBlZmZvcnRzIHRvIHB1cmNoYXNlIOKAnGdyZWVuIGFyZWFz4oCdIHdpdGggYSBzdHJvbmcgY29tbWl0bWVudCB0byBwcmVzZXJ2ZSBhbmQgcHJvdGVjdCB0aGUgZmxvcmEgYW5kIGZhdW5hLiBBcyBhIHJlc3VsdCwgbmF0aXZlIHdpbGRsaWZlIGluIHRoZSBhcmVhIGhhcyBtYWRlIGFuIGltcHJlc3NpdmUgY29tZWJhY2suIFRoZSBtb25rZXkgcG9wdWxhdGlvbiBpcyBhbHNvIHRocml2aW5nLCBoYXZpbmcgcmVhY2hlZCBjbG9zZSB0byAzMC4gU3BpZGVyIG1vbmtleXMgYXJlIHF1aXRlIGN1cmlvdXMgYW5kIGZvbmQgb2YgdG91cmlzdHMuIFRoZXkgd2lsbCBoYXBwaWx5IGFjY2VwdCBiYW5hbmFzIGZyb20gdmlzaXRvcnMgYW5kIG1ha2UgZm9yIGEgd29uZGVyZnVsIGV4cGVyaWVuY2UuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JdCBpcyBpbXBvc3NpYmxlIHRvIHJlc2lzdCB0aGlzIHRvdXIuIFZpc2l0IERvbiBNaWd1ZWwgYW5kIGhpcyBzcGlkZXIgbW9ua2V5IHNhbmN0dWFyeSBjb21tdW5pdHkuIEJyaW5nIGFsb25nIGJhbmFuYXMgdG8gZmVlZCBQYW5jaG8gYW5kIE1hcmlhIGFuZCBzZWUgaG93IHRoaXMga2luZyBvZiB0aGUgYmFuYW5hcyByZWpvaWNlcyBpbiBoaXMgZm9yZXN0IChFbCBOYWNhc2NvbG8pLiBUaGlzIG9uZSBpcyB0aGUgbGFzdCBjb21tdW5pdGllcyBvZiBzcGlkZXIgbW9ua2V5cyB0aGF0IHRoYW5rcyB0byBEb24gTWlndWVsIHdlIGhhdmUgYmVlbiBhYmxlIHRvIHByb3RlY3QuIEhpZ2hsaWdodC0gV2FsayB0aHJvdWdoIHRoZSBzdWdhciBjYW5lIGZpZWxkcyBhbmQgZW5jbG9zZWQgc2VtaS10cm9waWNhbCBmb3Jlc3RzLiBXYXRjaCBhcyDigJxNaWd1ZWzigJ0gY2FsbHMgdGhlbSB0byB5b3VyIGZlZXQgbWFraW5nIGl0IGFuIGF3ZXNvbWUsIGNsb3NlLWVuY291bnRlciBuYXR1cmFsIGV4cGVyaWVuY2UgLjwvcD4NCkN1c3RvbWVycyBzdGF5aW5nIGF0IFB1ZXJ0byBCYXJpbGxhcw0KDQpQcmljZXM6DQokNS4wMCBwZXIgYWR1bHQvICQyLjUwIHBlciBjaGlsZCAobWluaW11bSAyIGFkdWx0cykuIFBhcmVudHMgc2hvdWxkIGFjY29tcGFueSB0aGVpciBjaGlsZHJlbiBhdCBhbGwgdGltZQ0KQ3VzdG9tZXIgdmlzaXRpbmcgUHVlcnRvIEJhcmlsbGFzIG9uIGEgZGF5IGVudHJ5IHZpc2l0IChtdXN0IHBheSBwYWNrYWdlKToNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyQyLjUwIHBlciBjaGlsZCAobWluaW11bSAyIGFkdWx0cykuIFBhcmVudHMgc2hvdWxkIGFjY29tcGFueSB0aGVpciBjaGlsZHJlbiBhdCBhbGwgdGltZQ0KDQrigKIgSWYgeW91IG9ubHkgcGxhbiB0byB2aXNpdCB0aGUgU2FuY3R1YXJ5IGFuZCBub3QgYWNxdWlyZSBvdGhlciBwYWNrYWdlOg0KUHJpY2VzIDogJDEwLjAwIHBlciBwZXJzb24gKCBtaW5pbXVtIDUgcGVvcGxlKS4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+TWVtYmVyczrCoDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5GcmVlPC9zcGFuPg0KDQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdWVydG8gQmFyaWxsYXMgc3VnZ2VzdCB0aGUgY3VzdG9tZXJzIHRvIGJyaW5nIGJhbmFuYXMgaW4gb3JkZXIgdG8gb3B0aW1pemUgdGhpcyBleHBlcmllbmNlPC9zcGFuPg0KDQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj7igKIgPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZvciBncm91cCBwYWNrYWdlcyBpbmNsdWRpbmcgdGhlIG1vbmtleSBzYW5jdHVhcnksIHBsZWFzZSBlbWFpbCB1c8KgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+PC9zcGFuPg0KPGEgaWQ9ImtheWFrIiBuYW1lPSJrYXlhayI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+S2F5YWsgUmVudGFsPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QcmljZXM6DQo8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VHdvIGhvdXIgS2F5YWsgcmVudGFsICh0byBnZXQgdXAtY2xvc2UgYW5kIHBlcnNvbmFsIGV4cGVyaWVuY2Ugd2l0aCB0aGlzIG5hdGlvbmFsIHRyZWFzdXJlKTo8L3NwYW4+DQo8dWw+DQoJPGxpPiQxMC4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDE4LjAwIGZvciBkb3VibGUgS2F5YWsgKDIgcGVvcGxlKcKgPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+Rml2ZSBIb3Vyczwvc3Bhbj48L2xpPg0KCTxsaT4kMTUuMDAgZm9yIHNpbmdsZSBLYXlhazwvbGk+DQoJPGxpPiQyNS4wMCBmb3IgZG91YmxlIEtheWFrPC9saT4NCjwvdWw+DQo8c3Ryb25nPjxhIGlkPSJmaXNoaW5nIiBuYW1lPSJmaXNoaW5nIj48L2E+PC9zdHJvbmc+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+wqA8c3Ryb25nPlNwb3J0LWZpc2hpbmc8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMDsiPkRlZXAgU2VhIEZpc2hpbmc8L3NwYW4+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij4gV2hvbGUgRGF5IFBhY2thZ2U8L3NwYW4+DQoNClRoaXMgcGFja2FnZSBpcyBhIGRhaWx5IHRvdXIgYW5kIG5lZWRzIHRvIGJlIGJvb2tlZCBhdCBsZWFzdCAxMCBkYXlzIGluIGFkdmFuY2UgKGNvbmZpcm1hdGlvbiBvbmx5L2FzIHJlcXVlc3QpDQpGaXNoaW5nIFNjaGVkdWxlOiBTYWlsaW5nIG91dCBvZiBQdWVydG8gQmFyaWxsYXMgNmFtIFJldHVybmluZzogNnBtDQoNCioyIGhvdXJzIGJvYXQgc2FpbGluZyBmcm9tIGlubGV0IHRvIGZpc2hpbmcgc3BvdC4NCg0KQSBmdWxsIGRheSBkZWVwLXNlYSBmaXNoaW5nIHdpdGggYSBwcm9mZXNzaW9uYWw6IENoaWEgQ2hpYW4gSnVhbmcgd2hvIGhhcyB3b24gc2V2ZXJhbCBmaXNoaW5nIHRvdXJuYW1lbnRzLg0KQm9hdDogMjIgUHJva2F0IHdpdGggMiBZYW1haGEgMTE1IDQgc3Ryb2tlIGVxdWlwcGVkIHdpdGggZnVzaW9uIHNvdW5kIHN5c3RlbSwgR2FybWluIEdQUyBhbmQgbG93cmFuY2UgZmlzaCBmaW5kZXIuDQoNCkdlYXI6IDcgVHJvbGxpbmcvIFNwaW5uaW5nIHJlZWxzIGFuZCByb2RzIHdpdGggcGxlYW50eSBvZiB0cm9sbGluZyAvc3ByeSBsdXJlcyAsIGxpZmUgdmVzdCBhbmQgYWxsIG9mIHRoZSBmaXNoaW5nIGVxdWlwbWVudCBuZWNlc3NhcnkgZm9yIGEgZ29vZCBkYXkgb2YgZmlzaGluZyAod2l0aCBHTyBQUk8gdmlkZW8gY2FtZXJhIGluY2x1ZGVkKQ0KDQpGaXNoaW5nIFRhcmdldDogQnVsbCBtYWhpIG1haGksIEJsdWUgTWFybGluLCBCbGFjayBNYXJsaW4sIFllbGxvd2ZpbiBUdW5hLCB3YWhvbywgc2FpbGZpc2gsIHJvb3N0ZXJmaXNoLCBqYWNrIGNyYXZhbGxlLg0KDQpUaGUgdG90YWwgcHJpY2UgZm9yIHlvdXIgRGVlcCBzZWEgZmlzaGluZyBwYWNrYWdlIGluY2x1ZGVzOg0KPHVsPg0KCTxsaT5UaGUgZXF1aXBtZW50PC9saT4NCgk8bGk+RmlzaGluZyB3aXRoIGEgUHJvPC9saT4NCgk8bGk+Qm9hdCByaWRlPC9saT4NCjwvdWw+DQpMdW5jaCBCb3g6DQpIYW1idXJnZXIgb3Igc2FuZHdpY2ggYW5kIGNoaXBzLyBncmFub2xhIGJhci8xIGRyaW5rDQoNClRheGVzDQoqQSBjb29sZXIgd2lsbCBiZSBpbiB0aGUgYm9hdCBhbmQgYXQgdGhlIGVuZCBvZiB0aGUgdHJpcCwgeW91IGNhbiBwYXkgZm9yIGFkZGl0aW9uYWwgZHJpbmtzLg0KPHRhYmxlIHdpZHRoPSI1ODciIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iMzIxIj48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1pbmltdW06IDMgcGVvcGxlLyBNYXhpbXVtIDcgcGVvcGxlPC9zcGFuPjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvc3Bhbj48L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5QcmljZSBwZXIgcGVyc29uwqAgKGJhc2Ugb24gNsKgIHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxODY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KJm5ic3A7DQoNCiZuYnNwOw0KDQoqIEEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuDQoqIFBsZWFzZSBub3RlIHRoYXQgb3VyIHJlc3RhdXJhbnQgY2xvc2VzIGF0IDY6MzBwbSBzbyBwbGVhc2Ugb3JkZXIgZGlubmVyIHRoZSBuaWdodCBiZWZvcmUgdGhlIGZpc2hpbmcgdG91ci4NCiogRG9lcyBub3QgaW5jbHVkZSBpbnRlcm5hdGlvbmFsIGFpcmZhcmUNCiogUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcykNCg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCjxzdHJvbmc+Qm9hdCBSZW50YWwgd2l0aCBQaWxvdDwvc3Ryb25nPg0KPHVsPg0KCTxsaT4kMTY5LjAwICg0IGhvcmFzKTwvbGk+DQoJPGxpPiQgMjExLjAwICg1IGhvcmFzKTwvbGk+DQoJPGxpPiQyNTMuMDAgKDYgaG9yYXMpPC9saT4NCjwvdWw+DQrigKIgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIGVxdWlwbWVudC4gVmlzaXRvcnMgbXVzdCBicmluZyB0aGVpciBvd24gZXF1aXBtZW50IDxhIGlkPSJhaXIiIG5hbWU9ImFpciI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+QWlyIFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkVuam95IEVsIFNhbHZhZG9yIGFuZCBKaXF1bGlzY28gQmF5IGJ5IGFpci4gUmVudCBvbmUgb2Ygb3VyIGFpcmNyYWZ0IHdpdGggYW4gZXhwZXJpZW5jZWQgY29tbWVyY2lhbCBwaWxvdCBhbmQgZ2V0IHRvIHNlZSBFbCBTYWx2YWRvciBmcm9tIGEgZGlmZmVyZW50IHBlcnNwZWN0aXZlLiBZb3UgbWF5IGFsc28gcmVudCB0aGUgYWlyY3JhZnQgdG8gdHJhdmVsIHRvIEd1YXRlbWFsYSBvciBIb25kdXJhcyBpbiBhIGNvbWZvcnRhYmxlIGFuZCBTdHlsaXNoIG1hbm5lci48L3A+DQpQcmVjaW9zDQo8dWw+DQoJPGxpPiQ1NTAuMDAgcGx1cyB0YXhlcyAoIElWQSktIEF6dGVjYSAoWVMtMTY0LVApIE1heGltdW0gOiA1IHBhc3NlbmdlcnM8L2xpPg0KCTxsaT4kNzAwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpIE5hdmFqbyAoWVMtMzExLVApLiBNYXhpbXVtIDogNyBwYXNzZW5nZXJzPC9saT4NCjwvdWw+DQpQbGVhc2Ugbm90ZSB0aGF0IHdlIG9ubHkgY2hhcmdlIHBlciBob3VyIHNvIGlmIHlvdSB0YWtlIGEgZmxpZ2h0IGZvciAyLjUgaG91cnMsIHdlIHdpbGwgY2hhcmdlIDMgaG91cnMgZmxpZ2h0DQoNCldlIGRvIG5vdCBjaGFyZ2UgdGhlIHRpbWUgdGhhdCB0aGUgZmxpZ2h0IGlzIG5vdCBpbiB1c2UuIEZvciBleGFtcGxlLCBpZiB5b3UgZmx5IGZyb20gSWxvcGFuZ28gdG8gUHVlcnRvIEJhcmlsbGFzIGFuZCB3YW50IHRvIHN0YXkgdGhlIHdob2xlIGRheSBpbiBCYXJpbGxhcywgd2Ugd2lsbCBvbmx5IGNoYXJnZSB5b3UgMS0yIGhvdXJzIGZvciB0aGUgZmxpZ2h0IGFuZCB5b3UgY2FuIGVuam95IHRoZSByZXN0IG9mIHRoZSBkYXkNCg0KRm9yIGludGVybmF0aW9uYWwgZmxpZ2h0cyBvciBvdGhlciBmbGlnaHRzOiBwYXNzZW5nZXJzIGFyZSByZXNwb25zaWJsZSBmb3IgYWxsIG90aGVyIGNoYXJnZXMgc3VjaCBhcyBhaXJwb3J0IGZlZXMsIGxhbmRpbmcgZmVlcywgcGlsb3QgbWVhbHMgYW5kIG90aGVyIGNoYXJnZXMgdGhhdCBtYXkgaW5jdXIgaW4gdGhlaXIgdHJpcC4NCg0K4oCiIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS48c3Ryb25nPjxhIGlkPSJoYXciIG5hbWU9ImhhdyI+PC9hPjwvc3Ryb25nPg0KPGgyPjwvaDI+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij5IYXdza2JpbGwgVHVydGxlPC9zcGFuPjwvc3Bhbj48L3N0cm9uZz48L2gyPg0KPHN0cm9uZyBzdHlsZT0iZm9udC1zaXplOiAxZW07Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4oTGF0ZSBBcHJpbC0gU2VwdGVtYmVyLSBCZXN0IHRpbWUtIEp1bHkpPC9zcGFuPjwvc3Ryb25nPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PGEgaHJlZj0iaHR0cDovL3d3dy5oYXdrc2JpbGwub3JnLyIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5oYXdrc2JpbGwub3JnPC9hPjwvc3Bhbj48L2VtPg0KDQo8ZW0+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VG91ciBvbiByZXF1ZXN0IG9ubHnigKY8L3NwYW4+PC9lbT4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XSEFUIFlPVSBTSE9VTEQgS05PVyBBQk9VVCBIQVdLU0JJTEwgU0VBIFRVUlRMRSBUT1VSPC9zcGFuPjwvc3Ryb25nPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklUSU5FUkFSWTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIGxvY2FsIGJvYXQgZHJpdmVyIHdpbGwgbWVldCB3aXRoIHlvdSBhdCB0aGUgaGFyYm91ciBvZiBQdWVydG8gQmFyaWxsYXMgbm9ybWFsbHnCoDxzdHJvbmc+YXQgMTk6MDBoIGhvd2V2ZXIgY291bGQgYmUgZmxleGlibGUgbm90aWZ5aW5nIGluIGFkdmFuY2U8L3N0cm9uZz4uIFRyYW5zcG9ydGF0aW9uIGluIHRoZSBlc3R1YXJ5IHdpbGwgYmUgYXJvdW5kIDMwIG1pbnV0ZXMgdG8gTGEgUGlycmF5YSBJc2xhbmQgd2hlcmUgeW914oCZbGwgcmVjZWl2ZSBhIGJyaWVmIGludHJvZHVjdGlvbiBhYm91dCB0aGUgcHJvamVjdCBhbmQgc2VhIHR1cnRsZXMgaW4gZ2VuZXJhbCBmb3IgMjAgbWludXRlcy4gQWZ0ZXIgdGhhdCB3ZcK0bGwgdmlzaXQgdGhlIGhhdGNoZXJ5IGFuZCB0aGVuIHdlwrRsbCB3YWxrwqA8c3Ryb25nPmFyb3VuZCBmb3VyIGtpbG9tZXRlcnPCoDwvc3Ryb25nPnRvIHRoZSBiZWFjaCBmb3LCoDxzdHJvbmc+YXBwcm94aW1hdGVseSAyIGhvdXJzPC9zdHJvbmc+LiBUaGXCoDxzdHJvbmc+d2hvbGUgdG91ciB3aWxsIHRha2UgYXBwcm94aW1hdGVseSAzLDUgaG91cnM8L3N0cm9uZz4uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JTVBPUlRBTkNFOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlBhdHJvbGxpbmcgYXQgbmlnaHQgZW5hYmxlcyB1cyB0byBvYnRhaW4gYSBsb3Qgb2YgaW5mb3JtYXRpb24gZnJvbSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBUdXJ0bGUgdG91cnMgaW52b2x2ZSBsb2NhbCBwZW9wbGUgaW4gc3VzdGFpbmFibGUgYWN0aXZpdGllcyB0aGF0IGxldCB0aGVtIHRvIGdldCBpbmNvbWVzIGhlbHBpbmcgdG8gdGhlIGNvbnNlcnZhdGlvbi4gVGhpcyBpcyB3aHkgeW91ciBwcmVzZW5jZSBvbiB0aGUgYmVhY2ggaXMgc28gaW1wb3J0YW50LiBUaGFuayB5b3UgdmVyeSBtdWNoIG9uY2UgbW9yZSB0aW1lIGZvciBiZWluZyBoZXJlIGFuZCBoZWxwaW5nIHVzIG9uIHRoaXMgcHJvamVjdC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkRFQ0lTSU9OIE1BS0lORzwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+T25lIG9mIHRoZSBsb2NhbCBndWlkZXMgd2lsbCBiZSBsZWFkaW5nIHRoZSB0dXJ0bGUgdG91ciwgcGxlYXNlIG9ubHkgd2FsayBiZWhpbmQgb3IgYWxvbmdzaWRlIGhpbS9oZXIsIG5ldmVyIGluIGZyb250LCBzaW5jZSB3ZSB3aWxsIGJlIGFibGUgdG8gc2hvdyB5b3UgaG93IHRvIGRpc3Rpbmd1aXNoIHRoZSB0dXJ0bGUgdHJhY2tzIGFuZCB3ZSB3aWxsIGJlIGFibGUgdG8gc3BvdCB0aGVtIG9uIHRpbWUgdG8gc3RvcCBhbmQgbm90IHNjYXJlIHRoZSBuZXN0aW5nIHR1cnRsZXMuIFdoZW4gd2Ugc2VlIGEgdHVydGxlLCB5b3Ugd2lsbCB3YWl0LiBUaGUgbG9jYWwgZ3VpZGUgd2lsbCBhcHByb2FjaCBoZXIgY2FyZWZ1bGx5IGFuZCBsZXQgeW91IGtub3cgd2hhdCBzaGUgaXMgZG9pbmcgYW5kIHdoYXQgeW91IHdpbGwgZG8uPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5XQUxLIFJJVEhNPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjrCoDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JZiBhdCBhbnkgbW9tZW50LCB5b3UgbmVlZCB0byBzdG9wIHRvIGhhdmUgYSByZXN0LCBhIGRyaW5rIG9mIHdhdGVyLCBvciB5b3XCtGQgcHJlZmVyIHRvIHdhbGsgYSBiaXQgc2xvd2VyLCBsZXQgdXMga25vdywgdGhlcmUgaXMgbm8gcHJvYmxlbTsgdGhlIG1vc3QgaW1wb3J0YW50IHRoaW5nIGlzIHdhbGsgdG9nZXRoZXIuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5MSUdIVFM6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+VHVydGxlcyBhcmUgdmVyeSBzZW5zaXRpdmUgdG8gbGlnaHQgYW5kIGZsYXNobGlnaHRzIGhhdmUgdG8gdXNlIG9ubHkgd2hlbiBhcmUgbmVjZXNzYXJ5LiBZb3UgbWlnaHQgd2FudCB0byBicmluZyB5b3VyIHdoaXRlwqA8c3Ryb25nPmZsYXNobGlnaHTCoDwvc3Ryb25nPmZvciB3YWxraW5nIG9uIHRoZSB0cmFpbCwgd2hpY2ggeW91IHdpbGwgbmVlZCB0byBkbyBpbiBjYXNlIHRoZXJlIGlzIG5vIGJlYWNoIGJlY2F1c2UgdGhlIHRpZGUgaXMgdG9vIGhpZ2gsIGJ1dCBpdCBzaG91bGQgYmUga2VwdCBhd2F5IGR1cmluZyB0aGUgcmVzdCBvZiB0aGUgcGF0cm9sLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBUTyBCUklORzrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BbHdheXMgdGFrZSBhwqA8c3Ryb25nPndhdGVyIGJvdHRsZcKgPC9zdHJvbmc+d2l0aCB5b3Ugc2luY2Ugd2Ugd2lsbCBiZSB3b3JraW5nIGFuZCB3YWxraW5nIGZvciBhIGxvbmcgdGltZS4gVGFrZSB5b3VywqA8c3Ryb25nPnJhaW4gZ2Vhcjwvc3Ryb25nPiwgaXQgcmFpbnMgYWxtb3N0IGV2ZXJ5IG5pZ2h0LCBldmVuIGlmIGl0wrRzIGp1c3QgZm9yIGEgbGl0dGxlIHdoaWxlLiBVc2XCoDxzdHJvbmc+Y2xvc2VkIHRvZWQgc2hvZXPCoDwvc3Ryb25nPmFuZCBsb25nIHRyb3VzZXJzLCBzaW5jZSB0aGVyZSBpcyBhIGxvdCBvZiBnYXJiYWdlLCBzcGluZXMgYW5kIHRpbWJlciBvbiB0aGUgYmVhY2ggdGhhdCBtaWdodCBodXJ0IHlvdSwgYW5kIHRoZXkgYXJlIG5lY2Vzc2FyeSBmb3Igd2hlbiB3YWxraW5nIG9uIHRoZSB0cmFpbC4gWW91IHdpbGwgYWxzbyBuZWVkIHRvIHVzZcKgPHN0cm9uZz5kYXJrIGNsb3RoZXPCoDwvc3Ryb25nPnNvIHRoYXQgeW91IGRvIG5vdCBzdGFuZCBvdXQgdG9vIG11Y2ggYXQgbmlnaHQgb24gdGhlIGJlYWNoLiBPdGhlcndpc2UswqA8c3Ryb25nPmluc2VjdCByZXBlbGxlbnTCoDwvc3Ryb25nPndpbGwgaGVscCB5b3UgdG8gZW5qb3kgdGhlIHNlYSB0dXJ0bGUgdG91ciBlYXNpbHnigKbigKYuPC9zcGFuPjwvcD4NCg0KPHRhYmxlIHdpZHRoPSI2MjIiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTYiPlVTJDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4xIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4yIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij4zIHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij40IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk0Ij41IHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPkNvc3QvcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj44MjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+NDM8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjMwPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4yNDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij43IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+OCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjkgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMCBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTg8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE2PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjEzPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzdHJvbmc+T3RoZXIgYWN0aXZpdGllcyB1bmRlciBkZXZlbG9wbWVudDwvc3Ryb25nPg0KDQrigKIgSG9yc2ViYWNrIHJpZGluZyB0b3Vycw0KDQrigKIgQmljeWNsZSBUb3Vycw0KDQrigKIgQ2FjYW8gVG91cnMNCg0KTGVhcm4gYWJvdXQgRWwgU2FsdmFkb3LigJlzIGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGNhY2FvDQoNCmh0dHA6Ly93d3cubGFwcmVuc2FncmFmaWNhLmNvbS9tYW5qYXItZGUtZGlvc2VzDQoNCuKAoiBDb2NvbnV0IG9pbCBwcm9kdWN0aW9uIHRvdXJzICggdmlzaXQgSXNsYSBFc3Bpcml0dSBTYW50bykNCg0KPHN0cm9uZz48YSBocmVmPSIjdG9wIj7CoFJldHVybiBUb3AgUGFnZTwvYT48L3N0cm9uZz4=', 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQo8dWw+DQoJPGxpPjxhIGhyZWY9IiNib2F0dG91cnMiPkJvYXQgVG91cnM8L2E+PC9saT4NCgk8bGk+PGEgaHJlZj0iI21vbmtleXMiPlZpc2l0IG91ciBNb25rZXkgU2FuY3R1YXJ5PC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNrYXlhayI+S2F5YWsgUmVudGFsPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNmaXNoaW5nIj5TcG9ydCBGaXNoaW5nPC9hPjwvbGk+DQoJPGxpPjxhIGhyZWY9IiNhaXIiPkFpciBUb3VyczwvYT48L2xpPg0KCTxsaT48YSBocmVmPSIjaGF3Ij5IYXdrc2JpbGwgVHVydGxlIFRvdXI8L2E+PC9saT4NCjwvdWw+DQpQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVlIHJlY3JlYXRpb25hbCBjaG9pY2VzIGFuZCBhIGhvc3Qgb2YgZ3Vlc3QgYWN0aXZpdGllcy4gRnJvbSBiYXkgdG91cnMgdG8gd2F0ZXIgc3BvcnRzLCBjaGlsZHJlbidzIHBsYXlncm91bmRzIHRvIGNvbnNlcnZhdGlvbiBwcm9ncmFtcyBhbmQgc2lnaHRzZWVlaW5nLCB0aGVyZSBpcyBzb21ldGhpbmcgaGVyZSBmb3IgZXZlcnlvbmUuDQoNCjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkluZHVsZ2UgaW4gdGhlIGVuZGxlc3MgY2hvaWNlcyBvZiBhY3Rpdml0aWVzIGF0IHRoaXMgdHJvcGljYWwgcGFyYWRpc2UuIFB1ZXJ0byBCYXJpbGxhcyBvZmZlcnMgYW4gZXh0ZW5zaXZlIGFycmF5IG9mIGVudGVydGFpbmluZyBwdXJzdWl0cyBmb3IgdGhlIGVudGlyZSBmYW1pbHkuIExvdW5nZSBieSB0aGUgcG9vbC4gUmVsYXggb24gb25lIG9mIHRoZSBiYXkgaXNsYW5kcy4gQnJvd3NlIG91ciBjb252ZW5pZW5jZSBzdG9yZSBmb3IgdGhlIHBlcmZlY3Qgc291dmVuaXIuIEF0dGVuZCB0aGUgbW9ua2V5IHNhbmN0dWFyeSBhbmQgaGVhciBpbnRlcmVzdGluZyBhbmQgZnVubnkgc3RvcmllcyBvZiB0aGVzZSBmcmllbmRseSBzcGlkZXIgbW9ua2V5cywgdGFzdGUgb3VyIGRlbGljaW91cyBmb29kIHdpdGggbG92ZWx5IHZpZXdzIG9mIHRoZSBiYXkgYW5kIGl0cyBkaWZmZXJlbnQgY29sb3Vycy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgdW5mb3JnZXR0YWJsZSBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgZm9yIGFueSBhZ2UuPC9wPg0KPHN0cm9uZz48YSBpZD0iYm9hdHRvdXJzIiBuYW1lPSJib2F0dG91cnMiPjwvYT48L3N0cm9uZz4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDEuMTdlbTsiPkJvYXQgVG91cnM8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxoND5QYW5nYSBCb2F0IFRvdXJzLjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZXJlIGFyZSAyNyBkZXNlcnRlZCBpc2xhbmRzIGluIHRoZSBCYXkgb2YgSmlxdWlsaXNjby4gT3VyIGJvYXQgdG91cnMgdGFrZSBhcHByb3hpbWF0ZWx5IDMwIG1pbnV0ZXMgdG8gcmVhY2ggYW4gaXNsYW5kLCBzdXJyb3VuZGVkIGJ5IGJlYXV0aWZ1bCBzY2VuZXJ5LiBFeHBlY3QgdG8gc2VlOiBhbGxpZ2F0b3JzLCBleG90aWMgYmlyZHMgYW5kIG1hbmdyb3ZlcywgYW5kIHBpY3R1cmUtcGVyZmVjdCB2b2xjYW5vZXMgaW4gdGhlIGRpc3RhbmNlLiBPbmNlIHlvdSByZWFjaCB0aGUgYmVhY2gsIGJhdGhlIGFuZCBzd2ltIGluIHRoZSBiYXnigJlzIGNhbG0gYW5kIHdhcm0gd2F0ZXJzLiBZb3UgY291bGQgYWxzbyBiZSB0YWtlbiB0byBvbmUgb2YgdGhlIHR3byBiYXkgZGVsdGFzIGFuZCBzd2ltIGluIHRoZSBQYWNpZmljIE9jZWFuLiBXZSBoYXZlIGV2ZXJ5dGhpbmcgcHJlcGFyZWQgZm9yIHRoaXMgdHJpcDogYSBiaWcgdW1icmVsbGEgaWYgdG9vIG11Y2ggc3VuIGJvdGhlcnMsIGNoYWlycyBmb3IgcmVzdGluZyBhbmQgYmVzdCBvZiBhbGzigKYgd2UgY2FuIHByZXBhcmUgYSBjb29sZXIgd2l0aCB5b3VyIGZhdm9yaXRlIGJldmVyYWdlcy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkV4cGVyaWVuY2UgdGhlIGJlYXV0eSBvZiBuYXR1cmUgYXJvdW5kIFB1ZXJ0byBCYXJpbGxhcy4gRHVyaW5nIHRoZSB0b3VyIHlvdSB3aWxsIGVuam95IHRoZSBsYW5kc2NhcGUgb2YgdGhlIHZvbGNhbmljIHJpZGdlLCBtYW5ncm92ZSBmb3Jlc3RzLCBiaXJkIHdhdGNoaW5nLCBhbmQgZmlzaGVybWVuIGluIGZ1bGwgb3BlcmF0aW9uLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Qb250b29uIFRvdXJzPC9zcGFuPjwvc3Ryb25nPjwvaDI+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj4qQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLjwvc3Bhbj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIHRvIExhIENoZXBvbmE8L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFkZGl0aW9uYWwgSG91ciBhdCB0aGUgZGVzdGluYXRpb246ICQ1Ni4wMDwvc3Bhbj4NCg0KPHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QbGVhc2Ugbm90ZSB0aGF0IGFsbCBwcmljZXMgaW5jbHVkZSAoMTMlIElWQSkuwqAgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIHRpcHMuDQo8L3NwYW4+PC9zdHJvbmc+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zcGFuPjwvc3Ryb25nPg0KPGgzPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFib3V0IElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPklzbGEgUGFqYXJpdG86PC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5BIHN0cmFuZ2UgYW5kIG1pcmFjdWxvdXMgaW1hZ2UsIG1hZGUg4oCL4oCLb2YgbGVhZCwgaXMgZm91bmQgb24gdGhlIG1haW4gYWx0YXIgb2YgdGhlIGNodXJjaCBvZiBTYW50YSBNYXJpYSBpbiBVc3VsdXRhbi4gVGhlIHJlc2lkZW50cyBoYWQgYSBmaXNoZXJtYW4gb2YgdGhlIGJheXdvcmtpbmcgaW4gdGhlIHdhdGVycyBuZWFyIEJpcmQgSXNsYW5kLCB3aGVuLCBzdWRkZW5seSwgdGhlIHNlYSB3YXMgY3VybGVkLCB0aGUgZGVncmVlIHRvIHdyZWNrIGhpcyBib2F0LiBTdWNoIHdhcyB0aGUgYW54aWV0eSBhbmQgZmVhciB0aGF0IHRoZSBmaXNoZXJtYW4gaW52b2tlZCBoaXMgc2FsdmF0aW9uIGZyb20gU2FuIEFudG9uaW8uIFdoZW4gaGUgYXdva2UsIGhlIHdhcyBpbiB0aGUgQmlyZCBJc2xhbmQgYmVhY2hlcyBhbmQgaW4gaGlzIGhhbmQgdGhlIHNhdmluZyBpbWFnZS4gRnJvbSB0aGVyZSwgdGhlIG1hbiBwcm9taXNlZCB0byBiZSB0aGUgcHJvdGVjdG9yIG9mIHRoZSBzbWFsbCBlZmZpZ3kuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5UaGVuLCB3aGVuIG1hbiBhbmQgc3RhdHVlIHdlcmUgY2FsbGVkIHRvIHRoZSBiZWRzaWRlIG9mIGEgc2ljaywgaGUgaGVhbGVkIHRoZW0uIFRoaXMgaGFwcGVuZWQgbWFueSB0aW1lcyB1bnRpbCB0aGUgaW1hZ2Ugd2FzIHJlcXVpcmVkIGJ5IHRoZSBjaHVyY2gsIGJ1dCB0aGUgbWFuIHJlZnVzZWQgdG8gc3VycmVuZGVyIGl0LCB0aGVyZWZvcmUsIHRoZSBwb2xpY2UgYXJyZXN0ZWQgaGltIGZvciB0aGUgcHVycG9zZSBvZiBjb25maXNjYXRpbmcgdGhlIGltYWdlLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkFuIGFmdGVybm9vbiBvbiB0aGUgaXNsYW5kIGlzIGEgc2lnaHQgdG8gcmVjb25uZWN0IHdpdGggbmF0dXJlLiBUaGlzIHNtYWxsIHNwYWNlIGlzIG9uZSBvZiB0aGUgZmF2b3JpdGUgcGxhY2VzIGZvciB0aGUgYmlyZHMgdGhhdCBpbmhhYml0IHRoZSBiYXkuIFNvIGFsb25nIHdpdGggdGhlIHN1bnNldCwgQmlyZCBJc2xhbmQgaXMgd3JhcHBlZCB3aXRoIHRoZSBwcmVzZW5jZSBhbmQgdGhlIHVuaXF1ZSBtZWxvZHkgb2YgdmFyaW91cyBzcGVjaWVzIG9mIGJpcmRzLsKgPC9zcGFuPlRoaXMgZGVzdGluYXRpb24gaXMgY2xvc2UgdG8gUHVudGEgU2FuIEp1YW4uPC9wPg0KDQo8aDM+PHN0cm9uZz5QdW50YSBTYW4gSnVhbjwvc3Ryb25nPjwvaDM+DQo8dWw+DQoJPGxpPlBsYWNpZCB3YXRlcnMsIGEgcGFyYWRpc2lhY2FsIHBsYWNlIGxvY2F0ZWQgb24gdGhlIHBlbmluc3VsYSBvZiBTYW4gSnVhbiBkZWwgR296by48L2xpPg0KCTxsaT5Gb3IgQm9hdCBUb3VycyBvciBUcmFuc3BvcnRhdGlvbiB0bzo8L2xpPg0KCTxsaT5QYW5nYSBCb2F0PC9saT4NCgk8bGk+Rm9yIFB1bnRhIFNhbiBKdWFuIMKgKDMgaG91cnMgbWF4aW11bSnCoCA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBMYSBQaXJyYXlhICgzIGhvdXJzIG1heGltdW0pOiAkMTEzLjAwPC9saT4NCgk8bGk+Rm9yIEVzcGlyaXR1IFNhbnRvwqAgKDQgaG91cnMgbWF4aW11bSk6ICQxOTUuMDDCoMKgwqDCoCBWaXNpdCBhIENvY29udXQgT2lsIFByb2R1Y3Rpb24gQ2VudGVyLjwvbGk+DQoJPGxpPkZvciBNYWRyZXNhbMKgICg0IGhvdXJzIG1heGltdW0pIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIEVsIEVzcGlubyAoNCBob3VycyBtYXhpbXVtKTogJDIxMy4wMDwvbGk+DQoJPGxpPkZvciBQdWVydG8gRWwgVHJpdW5mbyAoNCBob3VycyBtYXhpbXVtKTogJDE3NS4wMDwvbGk+DQoJPGxpPkZvciBDb3JyYWwgZGUgTXVsYXM6ICg0IGhvdXJzIG3DoXhpbXVtOiAkMTUwLjAwPC9saT4NCgk8bGk+KlByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS/CoCBBZGRpdGlvbmFsIGhvdXI6ICQ1Ni4wMDwvbGk+DQo8L3VsPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdW50YSBTYW4gSnVhbiwgQ29ycmFsIGRlIE11bGFzPC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QdWVydG8gRWwgVHJpdW5mbzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48L2gzPg0KPGgzPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3NwYW4+PC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Fc3Bpcml0dSBTYW50bzwvc3Bhbj48L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzAuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCuKAoiBQcmljZXMgc3ViamVjdCBjaGFuZ2UvYWRkaXRpb25hbCBob3VyIGZvciBwYWNrOiAkNjIgcGVyIHBvbnRvb24gKG5vdCBzYWxpbGluZykNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk1lbWJlcnM6wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+RnJlZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHVlcnRvIEJhcmlsbGFzIHN1Z2dlc3QgdGhlIGN1c3RvbWVycyB0byBicmluZyBiYW5hbmFzIGluIG9yZGVyIHRvIG9wdGltaXplIHRoaXMgZXhwZXJpZW5jZTwvc3Bhbj4NCg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+4oCiIDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5Gb3IgZ3JvdXAgcGFja2FnZXMgaW5jbHVkaW5nIHRoZSBtb25rZXkgc2FuY3R1YXJ5LCBwbGVhc2UgZW1haWwgdXPCoDxhIGhyZWY9Im1haWx0bzppbmZvQHB1ZXJ0b2JhcmlsbGFzLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmluZm9AcHVlcnRvYmFyaWxsYXMuY29tPC9hPjwvc3Bhbj4NCjxhIGlkPSJrYXlhayIgbmFtZT0ia2F5YWsiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPktheWFrIFJlbnRhbDwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+UHJpY2VzOg0KPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6PC9zcGFuPg0KPHVsPg0KCTxsaT4kMTAuMDAgZm9yIHNpbmdsZSBLYXlhazwvbGk+DQoJPGxpPiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSnCoDxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPkZpdmUgSG91cnM8L3NwYW4+PC9saT4NCgk8bGk+JDE1LjAwIGZvciBzaW5nbGUgS2F5YWs8L2xpPg0KCTxsaT4kMjUuMDAgZm9yIGRvdWJsZSBLYXlhazwvbGk+DQo8L3VsPg0KPHN0cm9uZz48YSBpZD0iZmlzaGluZyIgbmFtZT0iZmlzaGluZyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPsKgPHN0cm9uZz5TcG9ydC1maXNoaW5nPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8c3BhbiBzdHlsZT0iY29sb3I6ICMwMDAwMDA7Ij5EZWVwIFNlYSBGaXNoaW5nPC9zcGFuPg0KPHNwYW4gc3R5bGU9ImNvbG9yOiAjMDAwMDAwOyI+IFdob2xlIERheSBQYWNrYWdlPC9zcGFuPg0KDQpUaGlzIHBhY2thZ2UgaXMgYSBkYWlseSB0b3VyIGFuZCBuZWVkcyB0byBiZSBib29rZWQgYXQgbGVhc3QgMTAgZGF5cyBpbiBhZHZhbmNlIChjb25maXJtYXRpb24gb25seS9hcyByZXF1ZXN0KQ0KRmlzaGluZyBTY2hlZHVsZTogU2FpbGluZyBvdXQgb2YgUHVlcnRvIEJhcmlsbGFzIDZhbSBSZXR1cm5pbmc6IDZwbQ0KDQoqMiBob3VycyBib2F0IHNhaWxpbmcgZnJvbSBpbmxldCB0byBmaXNoaW5nIHNwb3QuDQoNCkEgZnVsbCBkYXkgZGVlcC1zZWEgZmlzaGluZyB3aXRoIGEgcHJvZmVzc2lvbmFsOiBDaGlhIENoaWFuIEp1YW5nIHdobyBoYXMgd29uIHNldmVyYWwgZmlzaGluZyB0b3VybmFtZW50cy4NCkJvYXQ6IDIyIFByb2thdCB3aXRoIDIgWWFtYWhhIDExNSA0IHN0cm9rZSBlcXVpcHBlZCB3aXRoIGZ1c2lvbiBzb3VuZCBzeXN0ZW0sIEdhcm1pbiBHUFMgYW5kIGxvd3JhbmNlIGZpc2ggZmluZGVyLg0KDQpHZWFyOiA3IFRyb2xsaW5nLyBTcGlubmluZyByZWVscyBhbmQgcm9kcyB3aXRoIHBsZWFudHkgb2YgdHJvbGxpbmcgL3NwcnkgbHVyZXMgLCBsaWZlIHZlc3QgYW5kIGFsbCBvZiB0aGUgZmlzaGluZyBlcXVpcG1lbnQgbmVjZXNzYXJ5IGZvciBhIGdvb2QgZGF5IG9mIGZpc2hpbmcgKHdpdGggR08gUFJPIHZpZGVvIGNhbWVyYSBpbmNsdWRlZCkNCg0KRmlzaGluZyBUYXJnZXQ6IEJ1bGwgbWFoaSBtYWhpLCBCbHVlIE1hcmxpbiwgQmxhY2sgTWFybGluLCBZZWxsb3dmaW4gVHVuYSwgd2Fob28sIHNhaWxmaXNoLCByb29zdGVyZmlzaCwgamFjayBjcmF2YWxsZS4NCg0KVGhlIHRvdGFsIHByaWNlIGZvciB5b3VyIERlZXAgc2VhIGZpc2hpbmcgcGFja2FnZSBpbmNsdWRlczoNCjx1bD4NCgk8bGk+VGhlIGVxdWlwbWVudDwvbGk+DQoJPGxpPkZpc2hpbmcgd2l0aCBhIFBybzwvbGk+DQoJPGxpPkJvYXQgcmlkZTwvbGk+DQo8L3VsPg0KTHVuY2ggQm94Og0KSGFtYnVyZ2VyIG9yIHNhbmR3aWNoIGFuZCBjaGlwcy8gZ3Jhbm9sYSBiYXIvMSBkcmluaw0KDQpUYXhlcw0KKkEgY29vbGVyIHdpbGwgYmUgaW4gdGhlIGJvYXQgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIHRyaXAsIHlvdSBjYW4gcGF5IGZvciBhZGRpdGlvbmFsIGRyaW5rcy4NCjx0YWJsZSB3aWR0aD0iNTg3IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjMyMSI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5NaW5pbXVtOiAzIHBlb3BsZS8gTWF4aW11bSA3IHBlb3BsZTwvc3Bhbj48L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSIyNjMiPjxzdHJvbmc+JDExMTcgVG90YWwgMS03IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA3IHBlb3BsZSk8L3NwYW4+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDbCoCBwZW9wbGUpPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTg2PC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCiZuYnNwOw0KDQombmJzcDsNCg0KKiBBIHJlYWwgdGltZSBFeHBlcmllbmNlLg0KKiBQbGVhc2Ugbm90ZSB0aGF0IG91ciByZXN0YXVyYW50IGNsb3NlcyBhdCA2OjMwcG0gc28gcGxlYXNlIG9yZGVyIGRpbm5lciB0aGUgbmlnaHQgYmVmb3JlIHRoZSBmaXNoaW5nIHRvdXIuDQoqIERvZXMgbm90IGluY2x1ZGUgaW50ZXJuYXRpb25hbCBhaXJmYXJlDQoqIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZSAoZHVlIHRvIGZ1ZWwgY29zdHMgYW5kIEVsIFNhbHZhZG9yIHRheGVzIGFuZCBmdWVsIHN1cmNoYXJnZXMpDQoNCkJheSBGaXNoaW5nL0lzbGFuZCBGaXNoaW5nL1N1cmYgRmlzaGluZw0KV2Ugb2ZmZXIgc3BlY2lhbCBwcmljZXMgZm9yIHRob3NlIHBhc3Npb25hdGUgYWJvdXQgRmlzaGluZw0KDQo8c3Ryb25nPkJvYXQgUmVudGFsIHdpdGggUGlsb3Q8L3N0cm9uZz4NCjx1bD4NCgk8bGk+JDE2OS4wMCAoNCBob3Jhcyk8L2xpPg0KCTxsaT4kIDIxMS4wMCAoNSBob3Jhcyk8L2xpPg0KCTxsaT4kMjUzLjAwICg2IGhvcmFzKTwvbGk+DQo8L3VsPg0K4oCiIFByaWNlcyBkbyBub3QgaW5jbHVkZSBlcXVpcG1lbnQuIFZpc2l0b3JzIG11c3QgYnJpbmcgdGhlaXIgb3duIGVxdWlwbWVudCA8YSBpZD0iYWlyIiBuYW1lPSJhaXIiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPkFpciBUb3Vyczwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5FbmpveSBFbCBTYWx2YWRvciBhbmQgSmlxdWxpc2NvIEJheSBieSBhaXIuIFJlbnQgb25lIG9mIG91ciBhaXJjcmFmdCB3aXRoIGFuIGV4cGVyaWVuY2VkIGNvbW1lcmNpYWwgcGlsb3QgYW5kIGdldCB0byBzZWUgRWwgU2FsdmFkb3IgZnJvbSBhIGRpZmZlcmVudCBwZXJzcGVjdGl2ZS4gWW91IG1heSBhbHNvIHJlbnQgdGhlIGFpcmNyYWZ0IHRvIHRyYXZlbCB0byBHdWF0ZW1hbGEgb3IgSG9uZHVyYXMgaW4gYSBjb21mb3J0YWJsZSBhbmQgU3R5bGlzaCBtYW5uZXIuPC9wPg0KUHJlY2lvcw0KPHVsPg0KCTxsaT4kNTUwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpLSBBenRlY2EgKFlTLTE2NC1QKSBNYXhpbXVtIDogNSBwYXNzZW5nZXJzPC9saT4NCgk8bGk+JDcwMC4wMCBwbHVzIHRheGVzICggSVZBKSBOYXZham8gKFlTLTMxMS1QKS4gTWF4aW11bSA6IDcgcGFzc2VuZ2VyczwvbGk+DQo8L3VsPg0KUGxlYXNlIG5vdGUgdGhhdCB3ZSBvbmx5IGNoYXJnZSBwZXIgaG91ciBzbyBpZiB5b3UgdGFrZSBhIGZsaWdodCBmb3IgMi41IGhvdXJzLCB3ZSB3aWxsIGNoYXJnZSAzIGhvdXJzIGZsaWdodA0KDQpXZSBkbyBub3QgY2hhcmdlIHRoZSB0aW1lIHRoYXQgdGhlIGZsaWdodCBpcyBub3QgaW4gdXNlLiBGb3IgZXhhbXBsZSwgaWYgeW91IGZseSBmcm9tIElsb3BhbmdvIHRvIFB1ZXJ0byBCYXJpbGxhcyBhbmQgd2FudCB0byBzdGF5IHRoZSB3aG9sZSBkYXkgaW4gQmFyaWxsYXMsIHdlIHdpbGwgb25seSBjaGFyZ2UgeW91IDEtMiBob3VycyBmb3IgdGhlIGZsaWdodCBhbmQgeW91IGNhbiBlbmpveSB0aGUgcmVzdCBvZiB0aGUgZGF5DQoNCkZvciBpbnRlcm5hdGlvbmFsIGZsaWdodHMgb3Igb3RoZXIgZmxpZ2h0czogcGFzc2VuZ2VycyBhcmUgcmVzcG9uc2libGUgZm9yIGFsbCBvdGhlciBjaGFyZ2VzIHN1Y2ggYXMgYWlycG9ydCBmZWVzLCBsYW5kaW5nIGZlZXMsIHBpbG90IG1lYWxzIGFuZCBvdGhlciBjaGFyZ2VzIHRoYXQgbWF5IGluY3VyIGluIHRoZWlyIHRyaXAuDQoNCuKAoiBQcmljZXMgc3ViamVjdCB0byBjaGFuZ2UuPHN0cm9uZz48YSBpZD0iaGF3IiBuYW1lPSJoYXciPjwvYT48L3N0cm9uZz4NCjxoMj48L2gyPg0KPGgyPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+SGF3c2tiaWxsIFR1cnRsZTwvc3Bhbj48L3NwYW4+PC9zdHJvbmc+PC9oMj4NCjxzdHJvbmcgc3R5bGU9ImZvbnQtc2l6ZTogMWVtOyI+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+KExhdGUgQXByaWwtIFNlcHRlbWJlci0gQmVzdCB0aW1lLSBKdWx5KTwvc3Bhbj48L3N0cm9uZz4NCg0KPGVtPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPjxhIGhyZWY9Imh0dHA6Ly93d3cuaGF3a3NiaWxsLm9yZy8iIHRhcmdldD0iX2JsYW5rIj53d3cuaGF3a3NiaWxsLm9yZzwvYT48L3NwYW4+PC9lbT4NCg0KPGVtPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlRvdXIgb24gcmVxdWVzdCBvbmx54oCmPC9zcGFuPjwvZW0+DQoNCjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0hBVCBZT1UgU0hPVUxEIEtOT1cgQUJPVVQgSEFXS1NCSUxMIFNFQSBUVVJUTEUgVE9VUjwvc3Bhbj48L3N0cm9uZz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5JVElORVJBUlk6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QSBsb2NhbCBib2F0IGRyaXZlciB3aWxsIG1lZXQgd2l0aCB5b3UgYXQgdGhlIGhhcmJvdXIgb2YgUHVlcnRvIEJhcmlsbGFzIG5vcm1hbGx5wqA8c3Ryb25nPmF0IDE5OjAwaCBob3dldmVyIGNvdWxkIGJlIGZsZXhpYmxlIG5vdGlmeWluZyBpbiBhZHZhbmNlPC9zdHJvbmc+LiBUcmFuc3BvcnRhdGlvbiBpbiB0aGUgZXN0dWFyeSB3aWxsIGJlIGFyb3VuZCAzMCBtaW51dGVzIHRvIExhIFBpcnJheWEgSXNsYW5kIHdoZXJlIHlvdeKAmWxsIHJlY2VpdmUgYSBicmllZiBpbnRyb2R1Y3Rpb24gYWJvdXQgdGhlIHByb2plY3QgYW5kIHNlYSB0dXJ0bGVzIGluIGdlbmVyYWwgZm9yIDIwIG1pbnV0ZXMuIEFmdGVyIHRoYXQgd2XCtGxsIHZpc2l0IHRoZSBoYXRjaGVyeSBhbmQgdGhlbiB3ZcK0bGwgd2Fsa8KgPHN0cm9uZz5hcm91bmQgZm91ciBraWxvbWV0ZXJzwqA8L3N0cm9uZz50byB0aGUgYmVhY2ggZm9ywqA8c3Ryb25nPmFwcHJveGltYXRlbHkgMiBob3Vyczwvc3Ryb25nPi4gVGhlwqA8c3Ryb25nPndob2xlIHRvdXIgd2lsbCB0YWtlIGFwcHJveGltYXRlbHkgMyw1IGhvdXJzPC9zdHJvbmc+Ljwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+SU1QT1JUQU5DRTrCoDwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5QYXRyb2xsaW5nIGF0IG5pZ2h0IGVuYWJsZXMgdXMgdG8gb2J0YWluIGEgbG90IG9mIGluZm9ybWF0aW9uIGZyb20gdGhlIG5lc3RpbmcgdHVydGxlcy4gVHVydGxlIHRvdXJzIGludm9sdmUgbG9jYWwgcGVvcGxlIGluIHN1c3RhaW5hYmxlIGFjdGl2aXRpZXMgdGhhdCBsZXQgdGhlbSB0byBnZXQgaW5jb21lcyBoZWxwaW5nIHRvIHRoZSBjb25zZXJ2YXRpb24uIFRoaXMgaXMgd2h5IHlvdXIgcHJlc2VuY2Ugb24gdGhlIGJlYWNoIGlzIHNvIGltcG9ydGFudC4gVGhhbmsgeW91IHZlcnkgbXVjaCBvbmNlIG1vcmUgdGltZSBmb3IgYmVpbmcgaGVyZSBhbmQgaGVscGluZyB1cyBvbiB0aGlzIHByb2plY3QuPC9zcGFuPjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj5ERUNJU0lPTiBNQUtJTkc8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+OsKgPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPk9uZSBvZiB0aGUgbG9jYWwgZ3VpZGVzIHdpbGwgYmUgbGVhZGluZyB0aGUgdHVydGxlIHRvdXIsIHBsZWFzZSBvbmx5IHdhbGsgYmVoaW5kIG9yIGFsb25nc2lkZSBoaW0vaGVyLCBuZXZlciBpbiBmcm9udCwgc2luY2Ugd2Ugd2lsbCBiZSBhYmxlIHRvIHNob3cgeW91IGhvdyB0byBkaXN0aW5ndWlzaCB0aGUgdHVydGxlIHRyYWNrcyBhbmQgd2Ugd2lsbCBiZSBhYmxlIHRvIHNwb3QgdGhlbSBvbiB0aW1lIHRvIHN0b3AgYW5kIG5vdCBzY2FyZSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBXaGVuIHdlIHNlZSBhIHR1cnRsZSwgeW91IHdpbGwgd2FpdC4gVGhlIGxvY2FsIGd1aWRlIHdpbGwgYXBwcm9hY2ggaGVyIGNhcmVmdWxseSBhbmQgbGV0IHlvdSBrbm93IHdoYXQgc2hlIGlzIGRvaW5nIGFuZCB3aGF0IHlvdSB3aWxsIGRvLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+V0FMSyBSSVRITTwvc3Bhbj48L3N0cm9uZz48c3BhbiBsYW5nPSJFTi1VUyIgeG1sOmxhbmc9IkVOLVVTIj46wqA8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+SWYgYXQgYW55IG1vbWVudCwgeW91IG5lZWQgdG8gc3RvcCB0byBoYXZlIGEgcmVzdCwgYSBkcmluayBvZiB3YXRlciwgb3IgeW91wrRkIHByZWZlciB0byB3YWxrIGEgYml0IHNsb3dlciwgbGV0IHVzIGtub3csIHRoZXJlIGlzIG5vIHByb2JsZW07IHRoZSBtb3N0IGltcG9ydGFudCB0aGluZyBpcyB3YWxrIHRvZ2V0aGVyLjwvc3Bhbj48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPjxzdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+TElHSFRTOsKgPC9zcGFuPjwvc3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPlR1cnRsZXMgYXJlIHZlcnkgc2Vuc2l0aXZlIHRvIGxpZ2h0IGFuZCBmbGFzaGxpZ2h0cyBoYXZlIHRvIHVzZSBvbmx5IHdoZW4gYXJlIG5lY2Vzc2FyeS4gWW91IG1pZ2h0IHdhbnQgdG8gYnJpbmcgeW91ciB3aGl0ZcKgPHN0cm9uZz5mbGFzaGxpZ2h0wqA8L3N0cm9uZz5mb3Igd2Fsa2luZyBvbiB0aGUgdHJhaWwsIHdoaWNoIHlvdSB3aWxsIG5lZWQgdG8gZG8gaW4gY2FzZSB0aGVyZSBpcyBubyBiZWFjaCBiZWNhdXNlIHRoZSB0aWRlIGlzIHRvbyBoaWdoLCBidXQgaXQgc2hvdWxkIGJlIGtlcHQgYXdheSBkdXJpbmcgdGhlIHJlc3Qgb2YgdGhlIHBhdHJvbC48L3NwYW4+PC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPjxzcGFuIGxhbmc9IkVOLVVTIiB4bWw6bGFuZz0iRU4tVVMiPldIQVQgVE8gQlJJTkc6wqA8L3NwYW4+PC9zdHJvbmc+PHNwYW4gbGFuZz0iRU4tVVMiIHhtbDpsYW5nPSJFTi1VUyI+QWx3YXlzIHRha2UgYcKgPHN0cm9uZz53YXRlciBib3R0bGXCoDwvc3Ryb25nPndpdGggeW91IHNpbmNlIHdlIHdpbGwgYmUgd29ya2luZyBhbmQgd2Fsa2luZyBmb3IgYSBsb25nIHRpbWUuIFRha2UgeW91csKgPHN0cm9uZz5yYWluIGdlYXI8L3N0cm9uZz4sIGl0IHJhaW5zIGFsbW9zdCBldmVyeSBuaWdodCwgZXZlbiBpZiBpdMK0cyBqdXN0IGZvciBhIGxpdHRsZSB3aGlsZS4gVXNlwqA8c3Ryb25nPmNsb3NlZCB0b2VkIHNob2VzwqA8L3N0cm9uZz5hbmQgbG9uZyB0cm91c2Vycywgc2luY2UgdGhlcmUgaXMgYSBsb3Qgb2YgZ2FyYmFnZSwgc3BpbmVzIGFuZCB0aW1iZXIgb24gdGhlIGJlYWNoIHRoYXQgbWlnaHQgaHVydCB5b3UsIGFuZCB0aGV5IGFyZSBuZWNlc3NhcnkgZm9yIHdoZW4gd2Fsa2luZyBvbiB0aGUgdHJhaWwuIFlvdSB3aWxsIGFsc28gbmVlZCB0byB1c2XCoDxzdHJvbmc+ZGFyayBjbG90aGVzwqA8L3N0cm9uZz5zbyB0aGF0IHlvdSBkbyBub3Qgc3RhbmQgb3V0IHRvbyBtdWNoIGF0IG5pZ2h0IG9uIHRoZSBiZWFjaC4gT3RoZXJ3aXNlLMKgPHN0cm9uZz5pbnNlY3QgcmVwZWxsZW50wqA8L3N0cm9uZz53aWxsIGhlbHAgeW91IHRvIGVuam95IHRoZSBzZWEgdHVydGxlIHRvdXIgZWFzaWx54oCm4oCmLjwvc3Bhbj48L3A+DQoNCjx0YWJsZSB3aWR0aD0iNjIyIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyIgd2lkdGg9Ijk2Ij5VUyQ8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MSBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MiBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+MyBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+NCBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NCI+NSBwZXJzb248L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj5Db3N0L3BlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+ODI8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjQzPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4zMDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MjQ8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjIwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+VVMkPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij42IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+NyBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjggcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij45IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTAgcGVyc29uPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+Q29zdC9wZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE4PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTU8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE0PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xMzwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8c3Ryb25nPk90aGVyIGFjdGl2aXRpZXMgdW5kZXIgZGV2ZWxvcG1lbnQ8L3N0cm9uZz4NCg0K4oCiIEhvcnNlYmFjayByaWRpbmcgdG91cnMNCg0K4oCiIEJpY3ljbGUgVG91cnMNCg0K4oCiIENhY2FvIFRvdXJzDQoNCkxlYXJuIGFib3V0IEVsIFNhbHZhZG9y4oCZcyBhbmQgSGFjaWVuZGEgTGEgQ2FycmVyYSBjYWNhbw0KDQpodHRwOi8vd3d3LmxhcHJlbnNhZ3JhZmljYS5jb20vbWFuamFyLWRlLWRpb3Nlcw0KDQrigKIgQ29jb251dCBvaWwgcHJvZHVjdGlvbiB0b3VycyAoIHZpc2l0IElzbGEgRXNwaXJpdHUgU2FudG8pDQoNCjxzdHJvbmc+PGEgaHJlZj0iI3RvcCI+wqBSZXR1cm4gVG9wIFBhZ2U8L2E+PC9zdHJvbmc+', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(312, 78, 0, '2014-01-05 03:40:12', 'title', 'base64', 1, 'QWN0aXZpdGllcw==', 'QWN0aXZpZGFkZXM=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(313, 78, 0, '2014-01-05 03:40:12', 'body', 'base64', 1, 'UHVlcnRvIEJhcmlsbGFzIG9mZmVycyBtYW55IHVuaXF1ZcKgIGd1ZXN0IGFjdGl2aXRpZXMuIEZyb20gYmF5IHRvdXJzIHRvIHdhdGVyIHNwb3J0cywgY2hpbGRyZW4ncyBwbGF5Z3JvdW5kcyB0byBjb25zZXJ2YXRpb24gcHJvZ3JhbXMgYW5kIHNpZ2h0c2VlZWluZywgdGhlcmUgaXMgc29tZXRoaW5nIGhlcmUgZm9yIGV2ZXJ5b25lLg0KDQombmJzcDsNCjx0YWJsZSBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPjxiPkJvYXQgVG91cnMgwqDCoCAoTcOheGltbyAxMCBwZXJzb25hcyk8L2I+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+VG90YWwgKCBwZXIgYm9hdCk8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+Qm9hdCBUb3VyIElzbGEgUGFqYXJpdG8gLyBEdXJhdGlvbiA6IDIgaG91cnPCoCAxLTUvNi0xMDwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQxMDEuMDAvJDExMy4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5CYXkgQm9hdCBUb3VycyAvIER1cmF0aW9uOiAyLTMgaG91cnM8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMTM3LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJvYXQgdG91ciBQdW50YSBTYW4gSnVhbiBvciBMYSBQaXJyYXlhPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEzMi4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BZGRpdGlvbmFsIGhvdXIgKEVzdGFjaW9uYWRvL1BhcmtlZCk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kNDUuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+QWRkaXRpb25hbCBob3VyIChtb3ZpbmcpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDU1LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkZvciBvdGhlciBib2F0IHJlbnRzwqAgZnJvbSBMYSBQaXJyYXksIFB1ZXJ0byBFbCBUcml1Zm8sIFB1ZXJ0byBQYXJhZGEvIFBsZWFzZSBsZXQgdXMgYm9vayBpdCBvciB5b3Ugd2lsbCBzdGlsbCBoYXZlIHRvIHBheTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPsKgJDI1LjAwIHBlciBib2F0IChzZXJ2aWNlIGNoYXJnZS9wb3J0IGZlZSk8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+VmlzaXQgdGhlIE1vbmtleSBTYW5jdHVhcnkgKHlvdSB3aWxsIGxvdmUgdGhpcyBtb25rZXkgZW5jb3VudGVyIGluIHRoZWlyIG5hdHVyYWwgaGFiaXRhdCkNCjwvYj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij5QZXIgUGVyc29uPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPldhbGtpbmcgb3IgeW91ciBvd24gdmVoaWNsZTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQ1LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJpa2UgdG91cjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQyMC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48Yj7CoDwvYj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+S2F5YWsgUmVudGFsDQo8L2I+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPlNpbmdsZTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQxMC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5Eb3VibGU8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMTguMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+V2l0aCBhIGd1aWRlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDMuMDAgcGVyIHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+RmlzaGluZyB0b3Vycw0KPC9iPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPlRvdGFsPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJheSBGaXNoaW5nICgzIGhvdXJzICkgbWF4LiA1wqAgcGVvcGxlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEwMjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BZGRpdGlvbmFsIGhvdXI8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMzAuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+RGVlcCBTZWEgRmlzaGluZyBpbiBwYW5nYSAoNTozMGFtLTFwbSkgbcOheC4gMyBwZXJzb25hcyB0cm9sbGluZzwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQyMjUtMzE1wqAgKHN1YmplY3QgdG8gcHJpY2UgY2hhbmdlKTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BcnRpc2FuIGZpc2hpbmcgRGVlcCBTZWEgb3IgQmF5wqAgKDMtNCBob3JhcykgbWF4LiA0IHBlcnNvbmFzPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEzNy4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+Q29jb2EgVG91cnMgwqAgTW9uZGF5LUZyaWRhecKgIDhhbS0zIHBtIFNhdHVyZGF5OiA4YW0tMXBtPC9iPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5XYWxraW5nIG9yIGJ5IG93biB2ZWhpY2xlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDcuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+QmlrZSB0b3VyPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDIwLjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPk91ciB2ZWhpY2xlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDkuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KJm5ic3A7DQoNCiZuYnNwOw0KPGgzPjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SW5kdWxnZSBpbiB0aGUgZW5kbGVzcyBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgYXQgdGhpcyB0cm9waWNhbCBwYXJhZGlzZS4gUHVlcnRvIEJhcmlsbGFzIG9mZmVycyBhbiBleHRlbnNpdmUgYXJyYXkgb2YgZW50ZXJ0YWluaW5nIHB1cnN1aXRzIGZvciB0aGUgZW50aXJlIGZhbWlseS4gTG91bmdlIGJ5IHRoZSBwb29sLiBSZWxheCBvbiBvbmUgb2YgdGhlIGJheSBpc2xhbmRzLiBCcm93c2Ugb3VyIGNvbnZlbmllbmNlIHN0b3JlIGZvciB0aGUgcGVyZmVjdCBzb3V2ZW5pci4gQXR0ZW5kIHRoZSBtb25rZXkgc2FuY3R1YXJ5IGFuZCBoZWFyIGludGVyZXN0aW5nIGFuZCBmdW5ueSBzdG9yaWVzIG9mIHRoZXNlIGZyaWVuZGx5IHNwaWRlciBtb25rZXlzLCB0YXN0ZSBvdXIgZGVsaWNpb3VzIGZvb2Qgd2l0aCBsb3ZlbHkgdmlld3Mgb2YgdGhlIGJheSBhbmQgaXRzIGRpZmZlcmVudCBjb2xvdXJzLiBQYXJ0aWNpcGF0ZSBpbiBQcm90ZWN0aW5nIHRoZSBTZWEgVHVydGxlcy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgYSBkaXZlcnNpdHkgb2YgYWN0aXZpdGllcyBmb3IgYW55IGFnZS48L3A+DQo8c3Ryb25nPjxhIGlkPSJib2F0dG91cnMiIG5hbWU9ImJvYXR0b3VycyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmcgc3R5bGU9ImZvbnQtc2l6ZTogMS4xN2VtOyI+Qm9hdCBUb3Vyczwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPGg0PlBhbmdhIEJvYXQgVG91cnMuPC9oND4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+VGhlcmUgYXJlIDI3IGRlc2VydGVkIGlzbGFuZHMgaW4gdGhlIEJheSBvZiBKaXF1aWxpc2NvLiBPdXIgYm9hdCB0b3VycyB0YWtlIGFwcHJveGltYXRlbHkgMzAgbWludXRlcyB0byByZWFjaCBvbmUgaXNsYW5kLCBQYWphcml0bywgTGFzIEVsZW5hcyBvciBMYSBQaXJyYXlhLMKgIHN1cnJvdW5kZWQgYnkgYmVhdXRpZnVsIHNjZW5lcnkuIEV4cGVjdCB0byBzZWU6IGFsbGlnYXRvcnMsIGV4b3RpYyBiaXJkcyBhbmQgbWFuZ3JvdmVzLCBhbmQgcGljdHVyZS1wZXJmZWN0IHZvbGNhbm9lcyBpbiB0aGUgZGlzdGFuY2UuIE9uY2UgeW91IHJlYWNoIHRoZSBiZWFjaCwgYmF0aGUgYW5kIHN3aW0gaW4gdGhlIGJheeKAmXMgY2FsbSBhbmQgd2FybSB3YXRlcnMuIFlvdSBjb3VsZCBhbHNvIGJlIHRha2VuIHRvIG9uZSBvZiB0aGUgdHdvIGJheSBkZWx0YXMgYW5kIHN3aW0gaW4gdGhlIFBhY2lmaWMgT2NlYW4uIFdlIGhhdmUgZXZlcnl0aGluZyBwcmVwYXJlZCBmb3IgdGhpcyB0cmlwOiBhIGJpZyB1bWJyZWxsYSBpZiB0b28gbXVjaCBzdW4gYm90aGVycywgY2hhaXJzIGZvciByZXN0aW5nIGFuZCBiZXN0IG9mIGFsbOKApiB3ZSBjYW4gcHJlcGFyZSBhIGNvb2xlciB3aXRoIHlvdXIgZmF2b3JpdGUgYmV2ZXJhZ2VzLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+RXhwZXJpZW5jZSB0aGUgYmVhdXR5IG9mIG5hdHVyZSBhcm91bmQgUHVlcnRvIEJhcmlsbGFzLiBEdXJpbmcgdGhlIHRvdXIgeW91IHdpbGwgZW5qb3kgdGhlIGxhbmRzY2FwZSBvZiB0aGUgdm9sY2FuaWMgcmlkZ2UsIG1hbmdyb3ZlIGZvcmVzdHMsIGJpcmQgd2F0Y2hpbmcsIGFuZCBmaXNoZXJtZW4gaW4gZnVsbCBvcGVyYXRpb24uPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz5Qb250b29uIFRvdXJzPC9zdHJvbmc+PC9oMj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTguMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCipBcHByb3hpbWF0ZWx5wqAgOTDCoCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlRvdXIgdG8gTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KQWRkaXRpb25hbCBIb3VyIGF0IHRoZSBkZXN0aW5hdGlvbjogJDU2LjAwDQoNCjxzdHJvbmc+UGxlYXNlIG5vdGUgdGhhdCBhbGwgcHJpY2VzIGluY2x1ZGUgKDEzJSBJVkEpLsKgIFByaWNlcyBkbyBub3QgaW5jbHVkZSB0aXBzLg0KPC9zdHJvbmc+PHN0cm9uZz5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zdHJvbmc+DQoNCkZPUiBHUk9VUCBSRVNFUlZBVElPTlMsIFBMRUFTRSBDT05UQUNUIFVTIEFUIElORk9AUFVFUlRPQkFSSUxMQVMuQ09NDQoNCkZvciBHcm91cCBwYWNrYWdlcyBwbGVhc2UgY2xpY2sgb24gZ3JvdXAgcGFja2FnZXMNCjxoMz5BYm91dCBJc2xhIFBhamFyaXRvPC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPklzbGEgUGFqYXJpdG86PC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkEgc3RyYW5nZSBhbmQgbWlyYWN1bG91cyBpbWFnZSwgbWFkZSDigIvigItvZiBsZWFkLCBpcyBmb3VuZCBvbiB0aGUgbWFpbiBhbHRhciBvZiB0aGUgY2h1cmNoIG9mIFNhbnRhIE1hcmlhIGluIFVzdWx1dGFuLiBUaGUgcmVzaWRlbnRzIGhhZCBhIGZpc2hlcm1hbiBvZiB0aGUgYmF5d29ya2luZyBpbiB0aGUgd2F0ZXJzIG5lYXIgQmlyZCBJc2xhbmQgKElzbGEgUGFqYXJpdG8pICwgd2hlbiwgc3VkZGVubHksIHRoZSBzZWEgd2FzIGN1cmxlZCwgdGhlIGRlZ3JlZSB0byB3cmVjayBoaXMgYm9hdC4gU3VjaCB3YXMgdGhlIGFueGlldHkgYW5kIGZlYXIgdGhhdCB0aGUgZmlzaGVybWFuIGludm9rZWQgaGlzIHNhbHZhdGlvbiBmcm9tIFNhbiBBbnRvbmlvLiBXaGVuIGhlIGF3b2tlLCBoZSB3YXMgaW4gdGhlIEJpcmQgSXNsYW5kIGJlYWNoZXMgYW5kIGluIGhpcyBoYW5kIHRoZSBzYXZpbmcgaW1hZ2UuIEZyb20gdGhlcmUsIHRoZSBtYW4gcHJvbWlzZWQgdG8gYmUgdGhlIHByb3RlY3RvciBvZiB0aGUgc21hbGwgZWZmaWd5LjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+VGhlbiwgd2hlbiBtYW4gYW5kIHN0YXR1ZSB3ZXJlIGNhbGxlZCB0byB0aGUgYmVkc2lkZSBvZiBhIHNpY2ssIGhlIGhlYWxlZCB0aGVtLiBUaGlzIGhhcHBlbmVkIG1hbnkgdGltZXMgdW50aWwgdGhlIGltYWdlIHdhcyByZXF1aXJlZCBieSB0aGUgY2h1cmNoLCBidXQgdGhlIG1hbiByZWZ1c2VkIHRvIHN1cnJlbmRlciBpdCwgdGhlcmVmb3JlLCB0aGUgcG9saWNlIGFycmVzdGVkIGhpbSBmb3IgdGhlIHB1cnBvc2Ugb2YgY29uZmlzY2F0aW5nIHRoZSBpbWFnZS48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+QW4gYWZ0ZXJub29uIG9uIHRoZSBpc2xhbmQgaXMgYSBzaWdodCB0byByZWNvbm5lY3Qgd2l0aCBuYXR1cmUuIFRoaXMgc21hbGwgc3BhY2UgaXMgb25lIG9mIHRoZSBmYXZvcml0ZSBwbGFjZXMgZm9yIHRoZSBiaXJkcyB0aGF0IGluaGFiaXQgdGhlIGJheS4gU28gYWxvbmcgd2l0aCB0aGUgc3Vuc2V0LCBCaXJkIElzbGFuZCBpcyB3cmFwcGVkIHdpdGggdGhlIHByZXNlbmNlIGFuZCB0aGUgdW5pcXVlIG1lbG9keSBvZiB2YXJpb3VzIHNwZWNpZXMgb2YgYmlyZHMuwqBUaGlzIGRlc3RpbmF0aW9uIGlzIGNsb3NlIHRvIFB1bnRhIFNhbiBKdWFuLjwvcD4NCg0KPGgzPjxzdHJvbmc+UHVudGEgU2FuIEp1YW48L3N0cm9uZz48L2gzPg0KPHVsPg0KCTxsaT5QbGFjaWQgd2F0ZXJzLCBhIHBhcmFkaXNpYWNhbCBwbGFjZSBsb2NhdGVkIG9uIHRoZSBwZW5pbnN1bGEgb2YgU2FuIEp1YW4gZGVsIEdvem8uPC9saT4NCgk8bGk+Rm9yIEJvYXQgVG91cnMgb3IgVHJhbnNwb3J0YXRpb24gdG86PC9saT4NCgk8bGk+UGFuZ2EgQm9hdDwvbGk+DQoJPGxpPkZvciBQdW50YSBTYW4gSnVhbiDCoCggM2hvdXJzIG1heGltdW0pwqAgOiQxMzIuMDA8L2xpPg0KCTxsaT5Gb3IgTGEgUGlycmF5YSAoMyBob3VycyBtYXhpbXVtKTogJDExMy4wMDwvbGk+DQoJPGxpPkZvciBFc3Bpcml0dSBTYW50b8KgICg0IGhvdXJzIG1heGltdW0pOiAkMTk1LjAwwqDCoMKgwqAgVmlzaXQgYSBDb2NvbnV0IE9pbCBQcm9kdWN0aW9uIENlbnRlci48L2xpPg0KCTxsaT5Gb3IgTWFkcmVzYWzCoCAoNCBob3VycyBtYXhpbXVtKSA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBFbCBFc3Bpbm8gKDQgaG91cnMgbWF4aW11bSk6ICQyMTMuMDA8L2xpPg0KCTxsaT5Gb3IgUHVlcnRvIEVsIFRyaXVuZm8gKDQgaG91cnMgbWF4aW11bSk6ICQxNzUuMDA8L2xpPg0KCTxsaT5Gb3IgQ29ycmFsIGRlIE11bGFzOiAoMyBob3VycyBtw6F4aW11bSk6ICQxMzIuMDA8L2xpPg0KCTxsaT4qUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlL8KgIEFkZGl0aW9uYWwgaG91cjo8L2xpPg0KCTxsaT5QYXJrZWQ6ICQ0NS4wMMKgIE1vdmluZzogJDU1LjAwPC9saT4NCjwvdWw+DQo8aDM+PHN0cm9uZz5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+UHVudGEgU2FuIEp1YW4sIENvcnJhbCBkZSBNdWxhczwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPlB1ZXJ0byBFbCBUcml1bmZvPC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyOS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+PC9oMz4NCjxoMz48c3Ryb25nPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5Fc3Bpcml0dSBTYW50bzwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzIuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQzMC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0K4oCiIFByaWNlcyBzdWJqZWN0IGNoYW5nZQ0KDQpQbGVhc2Ugbm90ZSB0aGF0IFB1ZXJ0byBCYXJpbGxhcyB3aWxsIGNoYXJnZSBhIGNvbW1pc2lvbiBmZWUvcG9ydCBmZWUgZm9yIGFueSBib2F0IHRvdXIgdGFrZW4gdGhhdCBkb2VzIG5vdCBiZWxvbmcgdG8gUHVlcnRvIEJhcmlsbGFzICQyNS4wMCBwZXIgYm9hdA0KDQombmJzcDsNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCk1lbWJlcnM6wqBGcmVlDQoNClB1ZXJ0byBCYXJpbGxhcyBzdWdnZXN0IHRoZSBjdXN0b21lcnMgdG8gYnJpbmcgYmFuYW5hcyBpbiBvcmRlciB0byBvcHRpbWl6ZSB0aGlzIGV4cGVyaWVuY2UNCg0K4oCiIEZvciBncm91cCBwYWNrYWdlcyBpbmNsdWRpbmcgdGhlIG1vbmtleSBzYW5jdHVhcnksIHBsZWFzZSBlbWFpbCB1c8KgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+DQo8YSBpZD0ia2F5YWsiIG5hbWU9ImtheWFrIj48L2E+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZz5LYXlhayBSZW50YWw8L3N0cm9uZz48L3NwYW4+PC9oMj4NClByaWNlczoNClR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6DQo8dWw+DQoJPGxpPiQxMC4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDE4LjAwIGZvciBkb3VibGUgS2F5YWsgKDIgcGVvcGxlKcKgRml2ZSBIb3VyczxzdHJvbmc+PGEgaWQ9ImZpc2hpbmciIG5hbWU9ImZpc2hpbmciPjwvYT48L3N0cm9uZz5XaXRoIEd1aWRlOiBhZGQgJDMuMDAgcGVyIHBlcnNvbjwvbGk+DQo8L3VsPg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCkJheSBGaXNoaW5nOiAkMTAyLjAwwqAgKG1heC4gMyBob3VycykNCg0KQXJ0aXNhbiBGaXNoaW5nL0RlZXAgU2VhIEZpc2hpbmcgKGluIHBhbmdhIHdpdGggbG9jYWwgZmlzaGVybWFuKToNCjxwIHN0eWxlPSJwYWRkaW5nLWxlZnQ6IDMwcHg7Ij40IHBlb3BsZTogJDEzNy4wMCAoMy00IGhvdXJzKTwvcD4NCjxwIHN0eWxlPSJwYWRkaW5nLWxlZnQ6IDMwcHg7Ij5Ucm9sbGluZyBpbiBwYW5nYXMgJDE5Ny4wMCAoNSBob3Vycyk8L3A+DQo8cCBzdHlsZT0icGFkZGluZy1sZWZ0OiAzMHB4OyI+UGxlYXNlIG5vdGUgdGhhdCBQdWVydG8gQmFyaWxsYXMgd2lsbCBjaGFyZ2UgYSBwb3J0IGZlZSBmb3IgdG91ciB0YWtlbiBvbiBib2F0cyB0aGF0IGRvZXMgbm90IGJlbG9uZyB0byBQdWVydG8gQmFyaWxsYXMuwqAgJDMtJDUgcGVyIHBlcnNvbi7CoMKgIE1heGltdW06ICQyNS4wMCBwZXIgYm9hdC48L3A+DQrCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIDxzdHJvbmc+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PGJyIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiIC8+PC9zcGFuPjwvc3Ryb25nPg==', 'PGEgaWQ9InRvcCIgbmFtZT0idG9wIj48L2E+DQoNClB1ZXJ0byBCYXJpbGxhcyBvZnJlY2UgdW5hIGRpdmVyc2lkYWQgZGUgYXRyYWN0aXZvcyB5IHRvdXJzIGRpc3BvbmlibGVzIHF1ZSBwdWVkZXMgcmVzZXJ2YXIganVudG8gYSB0dSBhbG9qYW1pZW50byBvIGEgdHJhdmVzIGRlIG51ZXN0cmEgcmVjZXBjacOzbjoNCjx1bD4NCgk8bGk+VmlzaXRhIGFsIFNhbnR1YXJpbyBkZSBNb25vczwvbGk+DQoJPGxpPlRvdXJzIGVuIEJpY2ljbGV0YTwvbGk+DQoJPGxpPlRvdXJzIGEgUGxhbnRhY2nDs24gZGUgY2FjYW88L2xpPg0KCTxsaT5Ub3VycyBlbiBLYXlhazwvbGk+DQoJPGxpPlBlc2NhIERlcG9ydGl2YTwvbGk+DQoJPGxpPlByb2dyYW1hcyBkZSBjb25zZXJ2YWNpw7NuIGRlIGxhIHRvcnR1Z2EgQ2FyZXk8L2xpPg0KPC91bD4NCjxzdHJvbmc+QWN0aXZpZGFkZXMgcGFyYSB0b2RhcyBsYXMgZWRhZGVzDQo8L3N0cm9uZz4NCjx0YWJsZSB3aWR0aD0iNTUyIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+PGNvbGdyb3VwPiA8Y29sIHdpZHRoPSI1OTgiIC8+IDxjb2wgd2lkdGg9Ijc4IiAvPiA8L2NvbGdyb3VwPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyIgd2lkdGg9IjU5OCIgaGVpZ2h0PSIxOSI+PHN0cm9uZz5TYW50dWFyaW8gZGUgTW9ub3PCoMKgIChQcmVjaW8gcG9yIHBlcnNvbmEpLWNvbiBhbG9qYW1pZW50bzwvc3Ryb25nPjwvdGQ+DQo8dGQgd2lkdGg9Ijc4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB3aWR0aD0iNTk4IiBoZWlnaHQ9IjE5Ij48c3Ryb25nPlRvdXIgZGUgTW9ub3MgQ2FtaW5hdGE8L3N0cm9uZz48L3RkPg0KPHRkPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHdpZHRoPSI1OTgiIGhlaWdodD0iMTkiPjEtMyBwZXJzb25hczwvdGQ+DQo8dGQgYWxpZ249InJpZ2h0Ij4kNzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHdpZHRoPSI1OTgiIGhlaWdodD0iMTkiPjQrPC90ZD4NCjx0ZCBhbGlnbj0icmlnaHQiPiQ1LjUwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgd2lkdGg9IjU5OCIgaGVpZ2h0PSIxOSI+PHN0cm9uZz5Ub3VyIGRlIE1vbm9zIGVuIFZlaMOtY3VsbyBQQjwvc3Ryb25nPjwvdGQ+DQo8dGQ+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgd2lkdGg9IjU5OCIgaGVpZ2h0PSIxOSI+MS0zIHBlcnNvbmFzPC90ZD4NCjx0ZCBhbGlnbj0icmlnaHQiPiQ5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgd2lkdGg9IjU5OCIgaGVpZ2h0PSIxOSI+NCsgcGVyc29uYXM8L3RkPg0KPHRkIGFsaWduPSJyaWdodCI+JDg8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB3aWR0aD0iNTk4IiBoZWlnaHQ9IjE5Ij5OacOxb3MgbWVub3JlcyBkZSAyIGHDsW9zIChhY29tcGHDsWFkb3MgY29uIDIgYWR1bHRvcyk8L3RkPg0KPHRkIGFsaWduPSJyaWdodCI+JDQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB3aWR0aD0iNTk4IiBoZWlnaHQ9IjE5Ij5Ub3VyIGRlIE1vbm9zIGVuIEJpY2ljbGV0YcKgwqAgMS0yPC90ZD4NCjx0ZCBhbGlnbj0icmlnaHQiPiQxODwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHdpZHRoPSI1OTgiIGhlaWdodD0iMTkiPlRvdXIgZGUgTW9ub3MgZW4gQmljaWNsZXRhwqDCoCAzKzwvdGQ+DQo8dGQgYWxpZ249InJpZ2h0Ij4kMTY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KJm5ic3A7DQoNCkhhY2llbmRhIExhIENhcnJlcmEgZW4gbG9zwqAgNjBzLTcwcyBpbmNsdXnDsyB1biBwcm90ZWdpZG8sIHpvb2zDs2dpY28gY29uIGNvbmNpZW5jaWEgYW1iaWVudGFsLiBEZXNwdcOpcyBkZSBsYSByZWZvcm1hIGFncmFyaWEgcXVlIHR1dm8gbHVnYXIgYSBmaW5hbGVzIGRlIDE5NzkgbXVjaG9zIGFuaW1hbGVzIGlub2NlbnRlcyBmdWVyb24gYXNlc2luYWRvcyBvIHZlbmRpZG9zLiBTaW4gZW1iYXJnbywgaGFiw61hIHVuYSBjb211bmlkYWQgZGUgbW9ub3MgYXJhw7FhIGFzdHV0b3MgcXVlIGxvZ3Jhcm9uIHNvYnJldml2aXIgZHVyYW50ZSBsb3MgYcOxb3MuIEhveSBlbiBkw61hLCBncmFuIHBhcnRlIGRlIGxhIHByb3BpZWRhZCBlbiBsYSBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhIHJlY29tcHJhZG8gcGFyYSB1c28gYWdyw61jb2xhLiBTaW4gZW1iYXJnbywgbGEgZW1wcmVzYSBjb21wcmFkb3JhIGhhIGhlY2hvIGdyYW5kZXMgZXNmdWVyem9zIHBhcmEgY29tcHJhciAiw6FyZWFzIHZlcmRlcyIgY29uIHVuIGZ1ZXJ0ZSBjb21wcm9taXNvIGRlIHByZXNlcnZhciB5IHByb3RlZ2VyIGxhIGZsb3JhIHkgbGEgZmF1bmEuIENvbW8gcmVzdWx0YWRvLCBsYSB2aWRhIHNpbHZlc3RyZSBuYXRpdmEgZW4gbGEgem9uYSBoYSBoZWNobyB1bmEgaW1wcmVzaW9uYW50ZSByZW1vbnRhZGEuIExhIHBvYmxhY2nDs24gZGUgbW9ub3MgdGFtYmnDqW4gZXMgcHLDs3NwZXJhLCBoYWJpZW5kbyBsbGVnYWRvIGEgY2VyY2EgZGUgMzAuIExvcyBtb25vcyBhcmHDsWEgc29uIG11eSBjdXJpb3NvcyB5IGFmaWNpb25hZG9zIGEgbG9zIHR1cmlzdGFzLiBFbGxvcyBlc3RhcsOhbiBlbmNhbnRhZG9zIGRlIGFjZXB0YXIgbG9zIGJhbmFub3MgZGUgbG9zIHZpc2l0YW50ZXMgeSBoYWNlciBwYXJhIHVuYSBleHBlcmllbmNpYSBtYXJhdmlsbG9zYS4NCg0KRXMgaW1wb3NpYmxlIHJlc2lzdGlyc2UgYSBlc3RhIHRvdXIuIFZpc2l0YSBEb24gTWlndWVsIHkgc3UgY29tdW5pZGFkIHNhbnR1YXJpbyBkZWwgbW9ubyBhcmHDsWFzLiBQb2Ryw6EgYWxpbWVudGFyIGEgUGFuY2hvIHkgTWFyw61hIHkgdmVyIGPDs21vIGVzdGUgcmV5IGRlIGxvcyBiYW5hbm9zwqAgc2UgcmVnb2NpamEgZW4gc3UgYm9zcXVlIChFbCBOYWNhc2NvbG8pLiDDiXN0ZSBlcyBsYXMgw7psdGltYXMgY29tdW5pZGFkZXMgZGUgbW9ub3MgYXJhw7FhIHF1ZSBncmFjaWFzIGEgZG9uIE1pZ3VlbCBxdWUgaGVtb3Mgc2lkbyBjYXBhY2VzIGRlIHByb3RlZ2VyLiBIaWdobGlnaHQtIENhbWluYXIgYSB0cmF2w6lzIGRlIGxvcyBjYW1wb3MgZGUgY2HDsWEgZGUgYXrDumNhciB5IGxvcyBib3NxdWVzIHNlbWktdHJvcGljYWwgY2VycmFkb3MuIE1pcmEgY29tbyAiTWlndWVsIiBsb3MgbGxhbWEgYSBzdXMgcGllcyBsbyBxdWUgZXMgdW5hIGV4cGVyaWVuY2lhIG5hdHVyYWxtZW50IGltcHJlc2lvbmFudGUsIHVuIGVuY3VlbnRybyB0b3RhbCBjb24gbG9zIG1vbm9zLg0KDQombmJzcDsNCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDEuMTdlbTsiPkJvYXQgVG91cnM8L3N0cm9uZz48L3NwYW4+PC9oMj4NCjxoND5QYW5nYSBCb2F0IFRvdXJzLjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZXJlIGFyZSAyNyBkZXNlcnRlZCBpc2xhbmRzIGluIHRoZSBCYXkgb2YgSmlxdWlsaXNjby4gT3VyIGJvYXQgdG91cnMgdGFrZSBhcHByb3hpbWF0ZWx5IDMwIG1pbnV0ZXMgdG8gcmVhY2ggYW4gaXNsYW5kLCBzdXJyb3VuZGVkIGJ5IGJlYXV0aWZ1bCBzY2VuZXJ5LiBFeHBlY3QgdG8gc2VlOiBhbGxpZ2F0b3JzLCBleG90aWMgYmlyZHMgYW5kIG1hbmdyb3ZlcywgYW5kIHBpY3R1cmUtcGVyZmVjdCB2b2xjYW5vZXMgaW4gdGhlIGRpc3RhbmNlLiBPbmNlIHlvdSByZWFjaCB0aGUgYmVhY2gsIGJhdGhlIGFuZCBzd2ltIGluIHRoZSBiYXnigJlzIGNhbG0gYW5kIHdhcm0gd2F0ZXJzLiBZb3UgY291bGQgYWxzbyBiZSB0YWtlbiB0byBvbmUgb2YgdGhlIHR3byBiYXkgZGVsdGFzIGFuZCBzd2ltIGluIHRoZSBQYWNpZmljIE9jZWFuLiBXZSBoYXZlIGV2ZXJ5dGhpbmcgcHJlcGFyZWQgZm9yIHRoaXMgdHJpcDogYSBiaWcgdW1icmVsbGEgaWYgdG9vIG11Y2ggc3VuIGJvdGhlcnMsIGNoYWlycyBmb3IgcmVzdGluZyBhbmQgYmVzdCBvZiBhbGzigKYgd2UgY2FuIHByZXBhcmUgYSBjb29sZXIgd2l0aCB5b3VyIGZhdm9yaXRlIGJldmVyYWdlcy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkV4cGVyaWVuY2UgdGhlIGJlYXV0eSBvZiBuYXR1cmUgYXJvdW5kIFB1ZXJ0byBCYXJpbGxhcy4gRHVyaW5nIHRoZSB0b3VyIHlvdSB3aWxsIGVuam95IHRoZSBsYW5kc2NhcGUgb2YgdGhlIHZvbGNhbmljIHJpZGdlLCBtYW5ncm92ZSBmb3Jlc3RzLCBiaXJkIHdhdGNoaW5nLCBhbmQgZmlzaGVybWVuIGluIGZ1bGwgb3BlcmF0aW9uLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SW4gdGhlIEJheSBBcmVhLCBKaXF1aWxpc2NvLCBhcmUgaG91c2VkIEN1bWljaMOtbiBpc2xhbmQsIEVzcGlyaXR1IFNhbnRvLCBTYW4gRGlvbmlzaW8gVG9ydHVnYSwgRWwgUmVjb2RvLCBTYW4gU2ViYXN0aWFuLCBTdW1tYXJ5LCBCb3csIElzbGEgUGFqYXJpdG8sIENvcnJhbCBkZSBNdWxhcywgUHVudGEgU2FuIEp1YW4gYW5kIG90aGVyIGlzbGFuZHMuIFJpdmVyIG1vdXRoczogdGhlIGRvd250dXJuLCBMYSBDaGVwb25hLiBDYXJnbyBQb3J0czogVGhlIFRyaXVuZm8gYW5kIFB1ZXJ0byBQYXJhZGEuPC9wPg0KDQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+Qm9hdCAtIElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjEtNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQ5MS45OTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjYtMTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTEzLjAwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCipBcHByb3hpbWF0ZWx5IDcwIG1pbnV0ZXMgb2YgbmF2aWdhdGlvbiBhbmQgMSBob3VyIHRvIGVuam95IFBhamFyaXRvIElzbGFuZCAoYmF0aGluZywgcmVsYXhpbmcsIHRha2luZyBwaWN0dXJlcykuDQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+Qm9hdCAtIElzbGEgTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxOTUuNTA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgyPjxzdHJvbmc+UG9udG9vbiBUb3Vyczwvc3Ryb25nPjwvaDI+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+VG91ciBJc2xhIFBhamFyaXRvPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQoqQXBwcm94aW1hdGVseSA3MCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlRvdXIgdG8gTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KQWRkaXRpb25hbCBIb3VyIGF0IHRoZSBkZXN0aW5hdGlvbjogJDU2LjAwDQoNCjxzdHJvbmc+UGxlYXNlIG5vdGUgdGhhdCBhbGwgcHJpY2VzIGluY2x1ZGUgKDEzJSBJVkEpLsKgIFByaWNlcyBkbyBub3QgaW5jbHVkZSB0aXBzLg0KPC9zdHJvbmc+PHN0cm9uZz5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zdHJvbmc+DQo8aDM+QWJvdXQgSXNsYSBQYWphcml0bzwvaDM+DQo8aDM+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5Jc2xhIFBhamFyaXRvOjwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5BIHN0cmFuZ2UgYW5kIG1pcmFjdWxvdXMgaW1hZ2UsIG1hZGUg4oCL4oCLb2YgbGVhZCwgaXMgZm91bmQgb24gdGhlIG1haW4gYWx0YXIgb2YgdGhlIGNodXJjaCBvZiBTYW50YSBNYXJpYSBpbiBVc3VsdXRhbi4gVGhlIHJlc2lkZW50cyBoYWQgYSBmaXNoZXJtYW4gb2YgdGhlIGJheXdvcmtpbmcgaW4gdGhlIHdhdGVycyBuZWFyIEJpcmQgSXNsYW5kLCB3aGVuLCBzdWRkZW5seSwgdGhlIHNlYSB3YXMgY3VybGVkLCB0aGUgZGVncmVlIHRvIHdyZWNrIGhpcyBib2F0LiBTdWNoIHdhcyB0aGUgYW54aWV0eSBhbmQgZmVhciB0aGF0IHRoZSBmaXNoZXJtYW4gaW52b2tlZCBoaXMgc2FsdmF0aW9uIGZyb20gU2FuIEFudG9uaW8uIFdoZW4gaGUgYXdva2UsIGhlIHdhcyBpbiB0aGUgQmlyZCBJc2xhbmQgYmVhY2hlcyBhbmQgaW4gaGlzIGhhbmQgdGhlIHNhdmluZyBpbWFnZS4gRnJvbSB0aGVyZSwgdGhlIG1hbiBwcm9taXNlZCB0byBiZSB0aGUgcHJvdGVjdG9yIG9mIHRoZSBzbWFsbCBlZmZpZ3kuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5UaGVuLCB3aGVuIG1hbiBhbmQgc3RhdHVlIHdlcmUgY2FsbGVkIHRvIHRoZSBiZWRzaWRlIG9mIGEgc2ljaywgaGUgaGVhbGVkIHRoZW0uIFRoaXMgaGFwcGVuZWQgbWFueSB0aW1lcyB1bnRpbCB0aGUgaW1hZ2Ugd2FzIHJlcXVpcmVkIGJ5IHRoZSBjaHVyY2gsIGJ1dCB0aGUgbWFuIHJlZnVzZWQgdG8gc3VycmVuZGVyIGl0LCB0aGVyZWZvcmUsIHRoZSBwb2xpY2UgYXJyZXN0ZWQgaGltIGZvciB0aGUgcHVycG9zZSBvZiBjb25maXNjYXRpbmcgdGhlIGltYWdlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+VGhlIGZpc2hlcm1hbiBoYW5kZWQgb3ZlciB0aGUgaW1hZ2UgYW5kIHdhcyByZWxlYXNlZC4gQnV0LCB3aGVuIGhlIHdhcyBhbW9uZyBoaXMgcGVvcGxlLCBoZSBmb3VuZCwgc3VycHJpc2luZ2x5LCBpbiB0aGVpciBzcHJpdHNhaWwsIHRoZSBzYWludCB3cmFwcGVkIGluIGEgaGFuZGtlcmNoaWVmLiBTaW5jZSB0aGUgbmV3cyBvZiB0aGlzIG1pcmFjbGUgcmFuLCB0aGUgZmFpdGggb2YgdGhlIHBvcHVsYXRpb24gaW5jcmVhc2VkLCBzbyBpdCB3YXMgZGVjaWRlZCB0byBjZWxlYnJhdGUgdGhlIGZlYXN0IG9mIFNhbiBBbnRvbmlvIFBhamFyaXRvIGVhY2ggRmVicnVhcnkgMjAuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5BbiBhZnRlcm5vb24gb24gdGhlIGlzbGFuZCBpcyBhIHNpZ2h0IHRvIHJlY29ubmVjdCB3aXRoIG5hdHVyZS4gVGhpcyBzbWFsbCBzcGFjZSBpcyBvbmUgb2YgdGhlIGZhdm9yaXRlIHBsYWNlcyBmb3IgdGhlIGJpcmRzIHRoYXQgaW5oYWJpdCB0aGUgYmF5LiBTbyBhbG9uZyB3aXRoIHRoZSBzdW5zZXQsIEJpcmQgSXNsYW5kIGlzIHdyYXBwZWQgd2l0aCB0aGUgcHJlc2VuY2UgYW5kIHRoZSB1bmlxdWUgbWVsb2R5IG9mIHZhcmlvdXMgc3BlY2llcyBvZiBiaXJkcy7CoFRoaXMgZGVzdGluYXRpb24gaXMgY2xvc2UgdG8gUHVudGEgU2FuIEp1YW4uPC9wPg0KDQo8aDM+PHN0cm9uZz5QdW50YSBTYW4gSnVhbjwvc3Ryb25nPjwvaDM+DQo8dWw+DQoJPGxpPlBsYWNpZCB3YXRlcnMsIGEgcGFyYWRpc2lhY2FsIHBsYWNlIGxvY2F0ZWQgb24gdGhlIHBlbmluc3VsYSBvZiBTYW4gSnVhbiBkZWwgR296by48L2xpPg0KCTxsaT5Gb3IgQm9hdCBUb3VycyBvciBUcmFuc3BvcnRhdGlvbiB0bzo8L2xpPg0KCTxsaT5QYW5nYSBCb2F0PC9saT4NCgk8bGk+Rm9yIFB1bnRhIFNhbiBKdWFuIMKgKDMgaG91cnMgbWF4aW11bSnCoCA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBMYSBQaXJyYXlhICgzIGhvdXJzIG1heGltdW0pOiAkMTEzLjAwPC9saT4NCgk8bGk+Rm9yIEVzcGlyaXR1IFNhbnRvwqAgKDQgaG91cnMgbWF4aW11bSk6ICQxOTUuMDDCoMKgwqDCoCBWaXNpdCBhIENvY29udXQgT2lsIFByb2R1Y3Rpb24gQ2VudGVyLjwvbGk+DQoJPGxpPkZvciBNYWRyZXNhbMKgICg0IGhvdXJzIG1heGltdW0pIDokMTUwLjAwPC9saT4NCgk8bGk+Rm9yIEVsIEVzcGlubyAoNCBob3VycyBtYXhpbXVtKTogJDIxMy4wMDwvbGk+DQoJPGxpPkZvciBQdWVydG8gRWwgVHJpdW5mbyAoNCBob3VycyBtYXhpbXVtKTogJDE3NS4wMDwvbGk+DQoJPGxpPkZvciBDb3JyYWwgZGUgTXVsYXM6ICg0IGhvdXJzIG3DoXhpbXVtOiAkMTUwLjAwPC9saT4NCgk8bGk+KlByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS/CoCBBZGRpdGlvbmFsIGhvdXI6ICQ1Ni4wMDwvbGk+DQo8L3VsPg0KPGgzPjxzdHJvbmc+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPlB1bnRhIFNhbiBKdWFuLCBDb3JyYWwgZGUgTXVsYXM8L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI2LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxoMz48c3Ryb25nPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5QdWVydG8gRWwgVHJpdW5mbzwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjIuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjwvaDM+DQo8aDM+PHN0cm9uZz5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+RXNwaXJpdHUgU2FudG88L3N0cm9uZz48L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDMyLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzAuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNy4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI1LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCuKAoiBQcmljZXMgc3ViamVjdCBjaGFuZ2UvYWRkaXRpb25hbCBob3VyIGZvciBwYWNrOiAkNjIgcGVyIHBvbnRvb24gKG5vdCBzYWxpbGluZykNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCk1lbWJlcnM6wqBGcmVlDQoNClB1ZXJ0byBCYXJpbGxhcyBzdWdnZXN0IHRoZSBjdXN0b21lcnMgdG8gYnJpbmcgYmFuYW5hcyBpbiBvcmRlciB0byBvcHRpbWl6ZSB0aGlzIGV4cGVyaWVuY2UNCg0K4oCiIEZvciBncm91cCBwYWNrYWdlcyBpbmNsdWRpbmcgdGhlIG1vbmtleSBzYW5jdHVhcnksIHBsZWFzZSBlbWFpbCB1c8KgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+DQo8YSBpZD0ia2F5YWsiIG5hbWU9ImtheWFrIj48L2E+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZz5LYXlhayBSZW50YWw8L3N0cm9uZz48L3NwYW4+PC9oMj4NClByaWNlczoNClR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6DQo8dWw+DQoJPGxpPiQxMC4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDE4LjAwIGZvciBkb3VibGUgS2F5YWsgKDIgcGVvcGxlKcKgRml2ZSBIb3VyczwvbGk+DQoJPGxpPiQxNS4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDI1LjAwIGZvciBkb3VibGUgS2F5YWs8L2xpPg0KPC91bD4NCjxzdHJvbmc+PGEgaWQ9ImZpc2hpbmciIG5hbWU9ImZpc2hpbmciPjwvYT48L3N0cm9uZz4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij7CoDxzdHJvbmc+U3BvcnQtZmlzaGluZzwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPHNwYW4gc3R5bGU9ImNvbG9yOiAjMDAwMDAwOyI+RGVlcCBTZWEgRmlzaGluZzwvc3Bhbj4NCjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwMDAwMDsiPiBXaG9sZSBEYXkgUGFja2FnZTwvc3Bhbj4NCg0KVGhpcyBwYWNrYWdlIGlzIGEgZGFpbHkgdG91ciBhbmQgbmVlZHMgdG8gYmUgYm9va2VkIGF0IGxlYXN0IDEwIGRheXMgaW4gYWR2YW5jZSAoY29uZmlybWF0aW9uIG9ubHkvYXMgcmVxdWVzdCkNCkZpc2hpbmcgU2NoZWR1bGU6IFNhaWxpbmcgb3V0IG9mIFB1ZXJ0byBCYXJpbGxhcyA2YW0gUmV0dXJuaW5nOiA2cG0NCg0KKjIgaG91cnMgYm9hdCBzYWlsaW5nIGZyb20gaW5sZXQgdG8gZmlzaGluZyBzcG90Lg0KDQpBIGZ1bGwgZGF5IGRlZXAtc2VhIGZpc2hpbmcgd2l0aCBhIHByb2Zlc3Npb25hbDogQ2hpYSBDaGlhbiBKdWFuZyB3aG8gaGFzIHdvbiBzZXZlcmFsIGZpc2hpbmcgdG91cm5hbWVudHMuDQpCb2F0OiAyMiBQcm9rYXQgd2l0aCAyIFlhbWFoYSAxMTUgNCBzdHJva2UgZXF1aXBwZWQgd2l0aCBmdXNpb24gc291bmQgc3lzdGVtLCBHYXJtaW4gR1BTIGFuZCBsb3dyYW5jZSBmaXNoIGZpbmRlci4NCg0KR2VhcjogNyBUcm9sbGluZy8gU3Bpbm5pbmcgcmVlbHMgYW5kIHJvZHMgd2l0aCBwbGVhbnR5IG9mIHRyb2xsaW5nIC9zcHJ5IGx1cmVzICwgbGlmZSB2ZXN0IGFuZCBhbGwgb2YgdGhlIGZpc2hpbmcgZXF1aXBtZW50IG5lY2Vzc2FyeSBmb3IgYSBnb29kIGRheSBvZiBmaXNoaW5nICh3aXRoIEdPIFBSTyB2aWRlbyBjYW1lcmEgaW5jbHVkZWQpDQoNCkZpc2hpbmcgVGFyZ2V0OiBCdWxsIG1haGkgbWFoaSwgQmx1ZSBNYXJsaW4sIEJsYWNrIE1hcmxpbiwgWWVsbG93ZmluIFR1bmEsIHdhaG9vLCBzYWlsZmlzaCwgcm9vc3RlcmZpc2gsIGphY2sgY3JhdmFsbGUuDQoNClRoZSB0b3RhbCBwcmljZSBmb3IgeW91ciBEZWVwIHNlYSBmaXNoaW5nIHBhY2thZ2UgaW5jbHVkZXM6DQo8dWw+DQoJPGxpPlRoZSBlcXVpcG1lbnQ8L2xpPg0KCTxsaT5GaXNoaW5nIHdpdGggYSBQcm88L2xpPg0KCTxsaT5Cb2F0IHJpZGU8L2xpPg0KPC91bD4NCkx1bmNoIEJveDoNCkhhbWJ1cmdlciBvciBzYW5kd2ljaCBhbmQgY2hpcHMvIGdyYW5vbGEgYmFyLzEgZHJpbmsNCg0KVGF4ZXMNCipBIGNvb2xlciB3aWxsIGJlIGluIHRoZSBib2F0IGFuZCBhdCB0aGUgZW5kIG9mIHRoZSB0cmlwLCB5b3UgY2FuIHBheSBmb3IgYWRkaXRpb25hbCBkcmlua3MuDQo8dGFibGUgd2lkdGg9IjU4NyIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSIzMjEiPjxzdHJvbmc+TWluaW11bTogMyBwZW9wbGUvIE1heGltdW0gNyBwZW9wbGU8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSIyNjMiPjxzdHJvbmc+JDExMTcgVG90YWwgMS03IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA3IHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNjA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij5QcmljZSBwZXIgcGVyc29uwqAgKGJhc2Ugb24gNsKgIHBlb3BsZSk8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxODY8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KJm5ic3A7DQoNCiZuYnNwOw0KDQoqIEEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuDQoqIFBsZWFzZSBub3RlIHRoYXQgb3VyIHJlc3RhdXJhbnQgY2xvc2VzIGF0IDY6MzBwbSBzbyBwbGVhc2Ugb3JkZXIgZGlubmVyIHRoZSBuaWdodCBiZWZvcmUgdGhlIGZpc2hpbmcgdG91ci4NCiogRG9lcyBub3QgaW5jbHVkZSBpbnRlcm5hdGlvbmFsIGFpcmZhcmUNCiogUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcykNCg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCjxzdHJvbmc+Qm9hdCBSZW50YWwgd2l0aCBQaWxvdDwvc3Ryb25nPg0KPHVsPg0KCTxsaT4kMTY5LjAwICg0IGhvcmFzKTwvbGk+DQoJPGxpPiQgMjExLjAwICg1IGhvcmFzKTwvbGk+DQoJPGxpPiQyNTMuMDAgKDYgaG9yYXMpPC9saT4NCjwvdWw+DQrigKIgUHJpY2VzIGRvIG5vdCBpbmNsdWRlIGVxdWlwbWVudC4gVmlzaXRvcnMgbXVzdCBicmluZyB0aGVpciBvd24gZXF1aXBtZW50IDxhIGlkPSJhaXIiIG5hbWU9ImFpciI+PC9hPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmc+QWlyIFRvdXJzPC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkVuam95IEVsIFNhbHZhZG9yIGFuZCBKaXF1bGlzY28gQmF5IGJ5IGFpci4gUmVudCBvbmUgb2Ygb3VyIGFpcmNyYWZ0IHdpdGggYW4gZXhwZXJpZW5jZWQgY29tbWVyY2lhbCBwaWxvdCBhbmQgZ2V0IHRvIHNlZSBFbCBTYWx2YWRvciBmcm9tIGEgZGlmZmVyZW50IHBlcnNwZWN0aXZlLiBZb3UgbWF5IGFsc28gcmVudCB0aGUgYWlyY3JhZnQgdG8gdHJhdmVsIHRvIEd1YXRlbWFsYSBvciBIb25kdXJhcyBpbiBhIGNvbWZvcnRhYmxlIGFuZCBTdHlsaXNoIG1hbm5lci48L3A+DQpQcmVjaW9zDQo8dWw+DQoJPGxpPiQ1NTAuMDAgcGx1cyB0YXhlcyAoIElWQSktIEF6dGVjYSAoWVMtMTY0LVApIE1heGltdW0gOiA1IHBhc3NlbmdlcnM8L2xpPg0KCTxsaT4kNzAwLjAwIHBsdXMgdGF4ZXMgKCBJVkEpIE5hdmFqbyAoWVMtMzExLVApLiBNYXhpbXVtIDogNyBwYXNzZW5nZXJzPC9saT4NCjwvdWw+DQpQbGVhc2Ugbm90ZSB0aGF0IHdlIG9ubHkgY2hhcmdlIHBlciBob3VyIHNvIGlmIHlvdSB0YWtlIGEgZmxpZ2h0IGZvciAyLjUgaG91cnMsIHdlIHdpbGwgY2hhcmdlIDMgaG91cnMgZmxpZ2h0DQoNCldlIGRvIG5vdCBjaGFyZ2UgdGhlIHRpbWUgdGhhdCB0aGUgZmxpZ2h0IGlzIG5vdCBpbiB1c2UuIEZvciBleGFtcGxlLCBpZiB5b3UgZmx5IGZyb20gSWxvcGFuZ28gdG8gUHVlcnRvIEJhcmlsbGFzIGFuZCB3YW50IHRvIHN0YXkgdGhlIHdob2xlIGRheSBpbiBCYXJpbGxhcywgd2Ugd2lsbCBvbmx5IGNoYXJnZSB5b3UgMS0yIGhvdXJzIGZvciB0aGUgZmxpZ2h0IGFuZCB5b3UgY2FuIGVuam95IHRoZSByZXN0IG9mIHRoZSBkYXkNCg0KRm9yIGludGVybmF0aW9uYWwgZmxpZ2h0cyBvciBvdGhlciBmbGlnaHRzOiBwYXNzZW5nZXJzIGFyZSByZXNwb25zaWJsZSBmb3IgYWxsIG90aGVyIGNoYXJnZXMgc3VjaCBhcyBhaXJwb3J0IGZlZXMsIGxhbmRpbmcgZmVlcywgcGlsb3QgbWVhbHMgYW5kIG90aGVyIGNoYXJnZXMgdGhhdCBtYXkgaW5jdXIgaW4gdGhlaXIgdHJpcC4NCg0K4oCiIFByaWNlcyBzdWJqZWN0IHRvIGNoYW5nZS48c3Ryb25nPjxhIGlkPSJoYXciIG5hbWU9ImhhdyI+PC9hPjwvc3Ryb25nPg0KPGgyPjwvaDI+DQo8aDI+PHN0cm9uZz48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij5IYXdza2JpbGwgVHVydGxlPC9zcGFuPjwvc3Ryb25nPjwvaDI+DQo8c3Ryb25nIHN0eWxlPSJmb250LXNpemU6IDFlbTsiPihMYXRlIEFwcmlsLSBTZXB0ZW1iZXItIEJlc3QgdGltZS0gSnVseSk8L3N0cm9uZz4NCg0KPGVtPjxhIGhyZWY9Imh0dHA6Ly93d3cuaGF3a3NiaWxsLm9yZy8iIHRhcmdldD0iX2JsYW5rIj53d3cuaGF3a3NiaWxsLm9yZzwvYT48L2VtPg0KDQo8ZW0+VG91ciBvbiByZXF1ZXN0IG9ubHnigKY8L2VtPg0KDQo8c3Ryb25nPldIQVQgWU9VIFNIT1VMRCBLTk9XIEFCT1VUIEhBV0tTQklMTCBTRUEgVFVSVExFIFRPVVI8L3N0cm9uZz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz5JVElORVJBUlk6wqA8L3N0cm9uZz5BIGxvY2FsIGJvYXQgZHJpdmVyIHdpbGwgbWVldCB3aXRoIHlvdSBhdCB0aGUgaGFyYm91ciBvZiBQdWVydG8gQmFyaWxsYXMgbm9ybWFsbHnCoDxzdHJvbmc+YXQgMTk6MDBoIGhvd2V2ZXIgY291bGQgYmUgZmxleGlibGUgbm90aWZ5aW5nIGluIGFkdmFuY2U8L3N0cm9uZz4uIFRyYW5zcG9ydGF0aW9uIGluIHRoZSBlc3R1YXJ5IHdpbGwgYmUgYXJvdW5kIDMwIG1pbnV0ZXMgdG8gTGEgUGlycmF5YSBJc2xhbmQgd2hlcmUgeW914oCZbGwgcmVjZWl2ZSBhIGJyaWVmIGludHJvZHVjdGlvbiBhYm91dCB0aGUgcHJvamVjdCBhbmQgc2VhIHR1cnRsZXMgaW4gZ2VuZXJhbCBmb3IgMjAgbWludXRlcy4gQWZ0ZXIgdGhhdCB3ZcK0bGwgdmlzaXQgdGhlIGhhdGNoZXJ5IGFuZCB0aGVuIHdlwrRsbCB3YWxrwqA8c3Ryb25nPmFyb3VuZCBmb3VyIGtpbG9tZXRlcnPCoDwvc3Ryb25nPnRvIHRoZSBiZWFjaCBmb3LCoDxzdHJvbmc+YXBwcm94aW1hdGVseSAyIGhvdXJzPC9zdHJvbmc+LiBUaGXCoDxzdHJvbmc+d2hvbGUgdG91ciB3aWxsIHRha2UgYXBwcm94aW1hdGVseSAzLDUgaG91cnM8L3N0cm9uZz4uPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPklNUE9SVEFOQ0U6wqA8L3N0cm9uZz5QYXRyb2xsaW5nIGF0IG5pZ2h0IGVuYWJsZXMgdXMgdG8gb2J0YWluIGEgbG90IG9mIGluZm9ybWF0aW9uIGZyb20gdGhlIG5lc3RpbmcgdHVydGxlcy4gVHVydGxlIHRvdXJzIGludm9sdmUgbG9jYWwgcGVvcGxlIGluIHN1c3RhaW5hYmxlIGFjdGl2aXRpZXMgdGhhdCBsZXQgdGhlbSB0byBnZXQgaW5jb21lcyBoZWxwaW5nIHRvIHRoZSBjb25zZXJ2YXRpb24uIFRoaXMgaXMgd2h5IHlvdXIgcHJlc2VuY2Ugb24gdGhlIGJlYWNoIGlzIHNvIGltcG9ydGFudC4gVGhhbmsgeW91IHZlcnkgbXVjaCBvbmNlIG1vcmUgdGltZSBmb3IgYmVpbmcgaGVyZSBhbmQgaGVscGluZyB1cyBvbiB0aGlzIHByb2plY3QuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPkRFQ0lTSU9OIE1BS0lORzwvc3Ryb25nPjrCoE9uZSBvZiB0aGUgbG9jYWwgZ3VpZGVzIHdpbGwgYmUgbGVhZGluZyB0aGUgdHVydGxlIHRvdXIsIHBsZWFzZSBvbmx5IHdhbGsgYmVoaW5kIG9yIGFsb25nc2lkZSBoaW0vaGVyLCBuZXZlciBpbiBmcm9udCwgc2luY2Ugd2Ugd2lsbCBiZSBhYmxlIHRvIHNob3cgeW91IGhvdyB0byBkaXN0aW5ndWlzaCB0aGUgdHVydGxlIHRyYWNrcyBhbmQgd2Ugd2lsbCBiZSBhYmxlIHRvIHNwb3QgdGhlbSBvbiB0aW1lIHRvIHN0b3AgYW5kIG5vdCBzY2FyZSB0aGUgbmVzdGluZyB0dXJ0bGVzLiBXaGVuIHdlIHNlZSBhIHR1cnRsZSwgeW91IHdpbGwgd2FpdC4gVGhlIGxvY2FsIGd1aWRlIHdpbGwgYXBwcm9hY2ggaGVyIGNhcmVmdWxseSBhbmQgbGV0IHlvdSBrbm93IHdoYXQgc2hlIGlzIGRvaW5nIGFuZCB3aGF0IHlvdSB3aWxsIGRvLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz5XQUxLIFJJVEhNPC9zdHJvbmc+OsKgSWYgYXQgYW55IG1vbWVudCwgeW91IG5lZWQgdG8gc3RvcCB0byBoYXZlIGEgcmVzdCwgYSBkcmluayBvZiB3YXRlciwgb3IgeW91wrRkIHByZWZlciB0byB3YWxrIGEgYml0IHNsb3dlciwgbGV0IHVzIGtub3csIHRoZXJlIGlzIG5vIHByb2JsZW07IHRoZSBtb3N0IGltcG9ydGFudCB0aGluZyBpcyB3YWxrIHRvZ2V0aGVyLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+PHN0cm9uZz5MSUdIVFM6wqA8L3N0cm9uZz5UdXJ0bGVzIGFyZSB2ZXJ5IHNlbnNpdGl2ZSB0byBsaWdodCBhbmQgZmxhc2hsaWdodHMgaGF2ZSB0byB1c2Ugb25seSB3aGVuIGFyZSBuZWNlc3NhcnkuIFlvdSBtaWdodCB3YW50IHRvIGJyaW5nIHlvdXIgd2hpdGXCoDxzdHJvbmc+Zmxhc2hsaWdodMKgPC9zdHJvbmc+Zm9yIHdhbGtpbmcgb24gdGhlIHRyYWlsLCB3aGljaCB5b3Ugd2lsbCBuZWVkIHRvIGRvIGluIGNhc2UgdGhlcmUgaXMgbm8gYmVhY2ggYmVjYXVzZSB0aGUgdGlkZSBpcyB0b28gaGlnaCwgYnV0IGl0IHNob3VsZCBiZSBrZXB0IGF3YXkgZHVyaW5nIHRoZSByZXN0IG9mIHRoZSBwYXRyb2wuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij48c3Ryb25nPldIQVQgVE8gQlJJTkc6wqA8L3N0cm9uZz5BbHdheXMgdGFrZSBhwqA8c3Ryb25nPndhdGVyIGJvdHRsZcKgPC9zdHJvbmc+d2l0aCB5b3Ugc2luY2Ugd2Ugd2lsbCBiZSB3b3JraW5nIGFuZCB3YWxraW5nIGZvciBhIGxvbmcgdGltZS4gVGFrZSB5b3VywqA8c3Ryb25nPnJhaW4gZ2Vhcjwvc3Ryb25nPiwgaXQgcmFpbnMgYWxtb3N0IGV2ZXJ5IG5pZ2h0LCBldmVuIGlmIGl0wrRzIGp1c3QgZm9yIGEgbGl0dGxlIHdoaWxlLiBVc2XCoDxzdHJvbmc+Y2xvc2VkIHRvZWQgc2hvZXPCoDwvc3Ryb25nPmFuZCBsb25nIHRyb3VzZXJzLCBzaW5jZSB0aGVyZSBpcyBhIGxvdCBvZiBnYXJiYWdlLCBzcGluZXMgYW5kIHRpbWJlciBvbiB0aGUgYmVhY2ggdGhhdCBtaWdodCBodXJ0IHlvdSwgYW5kIHRoZXkgYXJlIG5lY2Vzc2FyeSBmb3Igd2hlbiB3YWxraW5nIG9uIHRoZSB0cmFpbC4gWW91IHdpbGwgYWxzbyBuZWVkIHRvIHVzZcKgPHN0cm9uZz5kYXJrIGNsb3RoZXPCoDwvc3Ryb25nPnNvIHRoYXQgeW91IGRvIG5vdCBzdGFuZCBvdXQgdG9vIG11Y2ggYXQgbmlnaHQgb24gdGhlIGJlYWNoLiBPdGhlcndpc2UswqA8c3Ryb25nPmluc2VjdCByZXBlbGxlbnTCoDwvc3Ryb25nPndpbGwgaGVscCB5b3UgdG8gZW5qb3kgdGhlIHNlYSB0dXJ0bGUgdG91ciBlYXNpbHnigKbigKYuPC9wPg0KDQo8dGFibGUgd2lkdGg9IjYyMiIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciIHdpZHRoPSI5NiI+VVMkPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTQiPjEgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTQiPjIgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTQiPjMgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTQiPjQgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3IiB3aWR0aD0iOTQiPjUgcGVyc29uPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+Q29zdC9wZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjgyPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj40MzwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MzA8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjI0PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4yMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPlVTJDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+NiBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjcgcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij44IHBlcnNvbjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+OSBwZXJzb248L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjEwIHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPkNvc3QvcGVyc29uPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xODwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTY8L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiPjE1PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIj4xNDwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiI+MTM8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPHN0cm9uZz5PdGhlciBhY3Rpdml0aWVzIHVuZGVyIGRldmVsb3BtZW50PC9zdHJvbmc+DQoNCuKAoiBIb3JzZWJhY2sgcmlkaW5nIHRvdXJzDQoNCuKAoiBCaWN5Y2xlIFRvdXJzDQoNCuKAoiBDYWNhbyBUb3Vycw0KDQpMZWFybiBhYm91dCBFbCBTYWx2YWRvcuKAmXMgYW5kIEhhY2llbmRhIExhIENhcnJlcmEgY2FjYW8NCg0KaHR0cDovL3d3dy5sYXByZW5zYWdyYWZpY2EuY29tL21hbmphci1kZS1kaW9zZXMNCg0K4oCiIENvY29udXQgb2lsIHByb2R1Y3Rpb24gdG91cnMgKCB2aXNpdCBJc2xhIEVzcGlyaXR1IFNhbnRvKQ0KDQo8c3Ryb25nPjxhIGhyZWY9IiN0b3AiPsKgUmV0dXJuIFRvcCBQYWdlPC9hPjwvc3Ryb25nPg==', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(422, 104, 0, '2016-01-05 20:41:17', 'title', 'base64', 1, 'IEFwYXJ0bWVudHM=', 'QXBhcnRhbWVudG9z', 1),
(423, 104, 0, '2016-01-05 20:41:17', 'body', 'base64', 1, 'U3Vycm91bmRlZCBieSBjb2NvYSBhbmQgcGFsbSB0cmVlcyBhbmQganVzdCBhIGZldyBtaW51dGVzIHdhbGvCoCBmcm9tIHRoZSBQdWVydG8gQmFyaWxsYXMgY2FuYWwgYXJlIGxvY2F0ZWQgb3VyIGNvbWZvcnRhYmxlIGFwYXJ0bWVudHMuwqAgRWFjaCBhcGFydG1lbnQgaGFzIGJlaW5nIHBlcmZlY3RseSBkZXNpZ25lZCBzbyB0aGF0IG91ciBndWVzdHMgbWF5wqAgb2J0YWluIHByaXZhY3kuDQoNCkFwYXJ0bWVudHMgLSBtYXhpbXVtIG9jY3VwYW5jeTogNiBwZW9wbGUuIEl0IGhhcyB0d28gYmVkcm9vbXMuwqDCoCBPbiB0aGUgdG9wIGZsb29yIG9uZSBiZWRyb29tIHdpdGggQUMgYW5kIGZ1bGwgYmF0aHJvb20uwqAgT24gdGhlIGZpcnN0IGZsb29yIGFub3RoZXIgYmVkcm9vbSBlaXRoZXIgd2l0aCBhwqAgcXVlZW4gb3IgRG91YmxlIGJlZCBhbmQgYSBidW5rIGJlZCBvciB0d28gYnVuayBiZWRzIChzdWJqZWN0IHRvIGF2YWlsYWJpbGl0eSkuwqAgQWxsIGFwYXJ0bWVudHMgaGF2ZSBhIGZ1bGx5IGVxdWlwcGVkIGtpdGNoZW4sIGxpdmluZyByb29tIHdpdGggYSBzb2ZhIGJlZCBhbmQgZGluaW5nIGFyZWEuwqAgQWxsIG9mIHRoZSBhY2NvbW9kYXRpb24gaGF2ZSBnYXMgYmFyYmVjdWVzIGluIHRoZSB0ZXJyYWNlL3BhdGlvLg0KDQpQcmljZXMgYXJlIGFzIGZvbGxvd3MgYW5kIGRvZXMgTk9UIGluY2x1ZGUgYnJlYWtmYXN0ICggaW5jbHVkZXMgdGF4ZXMgKQ0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+PHN0cm9uZz5Mb3cgU2Vhc29uwqAgU2F0dXJkYXk8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij48c3Ryb25nPkxvdyBTZWFzb24gV2Vla2RheXM8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzM0Ij48c3Ryb25nPkhpZ2ggU2Vhc29uPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0NzciPiQyMTIuMDAgKDEtMyBwZW9wbGUpwqAgJDIyNC4wMCAoNC02IHBlb3BsZSk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij4kMTg5LjAwwqAgKDEg4oCTIDMgcGVvcGxlKSAxOTkuMDAgKDQtNiBwZW9wbGUpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+JDIzNi4wMDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQoqUHJpY2VzIGFyZSBwZXIgcm9vbSBwZXIgbmlnaHQNCg0KQ2hlY2sgaW46IDE1OjAwwqDCoMKgIENoZWNrIG91dDogMTI6MDANCg0KTG93IFNlYXNvbiA6IEphbnVhcnksIEZlYnJ1YXJ5LCAxLTE1IHRoIG9mIE1hcmNoLCAyMCAtMzB0aCBvZiBBcHJpbCwgSnVuZSzCoCBKdWx5LCAyMHRoLTMwdGggb2YgQXVndXN0LCBTZXB0ZW1iZXItTm92ZW1iZXIsIDEtMjR0aCBvZiBOb3ZlbWJlcg0KDQpIaWdoIFNlYXNvbjogU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvICgxLTd0aCBvZiBBdWd1c3QpLCAyNHRoIG9mIERlY2VtYmVyLTR0aCBvZiBKYW51YXJ5DQoNCkNhbmNlbGF0aW9uczoNCg0KMC0zIGRheXMgcHJpb3IgdG8gYXJyaXZhbCBub24gcmVmdW5kYWJsZQ0KDQpIaWdoIFNlYXNvbjogTm9uIHJlZnVuZGFibGUNCg0KJm5ic3A7DQoNCkFkZGl0aW9uYWwgZGVzY3JpcHRpb246DQoNCjxzdHJvbmc+VG9wIGxldmVsIGZsb29yOjwvc3Ryb25nPg0KPHVsPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+TWFpbiByb29tOjwvbGk+DQoJPGxpPkRvdWJsZSBiZWQ8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZDwvbGk+DQoJPGxpPlNwYWNpb3VzIGJhdGhyb29tPC9saT4NCgk8bGk+QWlyIENvbmRpdGlvbmluZzwvbGk+DQoJPGxpPkdyb3VuZCBmbG9vcjo8L2xpPg0KCTxsaT5MaXZpbmcgYW5kIGRpbmluZzwvbGk+DQoJPGxpPkZ1dG9uIChzb2ZhIGJlZCkgZm9yIDIgcGVvcGxlPC9saT4NCgk8bGk+RnVsbHkgZXF1aXBwZWQga2l0Y2hlbjogcmVmcmlnZXJhdG9yLCBzdG92ZSwgZGlzaHdhc2hlciwgdG9hc3RlciwgZGlzaGVzLCBzaWx2ZXJ3YXJlIGFuZCBtb3JlPC9saT4NCgk8bGk+VGVycmFjZTwvbGk+DQoJPGxpPkJhcmJlY3VlPC9saT4NCgk8bGk+RGlyZWN0IFRWPC9saT4NCjwvdWw+DQo8c3Ryb25nPlJvb20gMjwvc3Ryb25nPg0KPHVsPg0KCTxsaT5Eb3VibGUgQmVkPC9saT4NCgk8bGk+QnVuayBCZWQ8L2xpPg0KCTxsaT5CYXRocm9vbTwvbGk+DQo8L3VsPg0KJm5ic3A7DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvcG9saXRpY2FzLyI+UGxlYXNlIHJlYWQgY2FyZWZ1bGx5IHJ1bGVzIGFuZCByZWd1bGF0aW9ucy48L2E+', 'QVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA4IHBlcnNvbmFzIC4NCg0KQ3VlbnRhIGNvbiBkb3MgaGFiaXRhY2lvbmVzOnVuYSBlbiBsYSBwbGFudGEgYmFqYSBjb24gY2FtYcKgIHNlbWktbWF0cmltb25pYWwgeSBjYW1hcm90ZSwgc29mw6EgY2FtYSBlbiBsYSBzYWxhLCB5IGVuIGxhIHBsYW50YSBhbHRhIG90cmEgaGFiaXRhY2nDs24gY29uIGNhbWEgc2VtaS1tYXRyaW1vbmlhbCwgZG9zIGJhw7FvcyBjb24gYWd1YSBjYWxpZW50ZSwgYWlyZSBhY29uZGljaW9uYWRvIHkgZXF1aXBhZG9zIGNvbiBjb2NpbmEgY29uIGhvcm5vLCByZWZyaWdlcmFkb3JhLCBsYXZhdHJhc3RvcywgYWxhY2VuYSBjb24gdXRlbnNpbGlvcyBkZSBjb2NpbmEgeSBiYXJiYWNvYSBhIGdhcyBlbiBsYSB0ZXJyYXphLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzIHkgTk8gaW5jbHV5ZW4gZGVzYXl1bm9zICggaW5jbHV5ZW4gaW1wdWVzdG9zKQ0KDQombmJzcDsNCjx0YWJsZSBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0NzciPlRlbXBvcmFkYSBCYWphwqAgU8OhYmFkbzwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTQiPlRlbXBvcmFkYSBCYWphIChEw61hIGRlIHNlbWFuYSk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzM0Ij5UZW1wb3JhZGEgQWx0YTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNDc3Ij4kMjEyLjAwICgxLTMgcGVyc29uYXMpwqAgJDIyNC4wMCAoNC04IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTQiPiQxODkuMDDCoCAoMSDigJMgMyBwZXJzb25hcykgMTk5LjAwICg0LTggcGVyc29uYXMpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+JDIzNi4wMDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQombmJzcDsNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQmFqYSA6IEVuZXJvLCBGZWJyZXJvLCAxNSBkZSBBYnJpbC0sMjAgZGUgQWJyaWwsIE1heW8sIEp1bmlvLCBKdWxpbywgQWdvc3RvIDIwLTMwLCBTZXB0aWVtYnJlLU5vdmllbWJyZSwgMS0yNCBkZSBEaWNpZW1icmUNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQWx0YTogU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvICgxLTcgZGUgQWdvc3RvKSwgMjQgZGUgRGljaWVtYnJlLTUgZGUgRW5lcm8NCg0KJm5ic3A7DQoNCkFwYXJ0YW1lbnRvIHkgQ2FzYSBkZSDDoXJib2wgQ2hlY2sgaW46IDM6MDAgUE0NCg0KQXBhcnRhbWVudG8geSBDYXNhIGRlIMOhcmJvbCDCoENoZWNrIG91dDogMTI6MDAgTQ0KDQombmJzcDsNCg0KVG9kYSByZXNlcnZhIG5vIGVzIGdhcmFudGl6YWRhIGhhc3RhIHBhZ2FkYS4NCg0KJm5ic3A7DQoNCkNhbmNlbGFjaW9uZXM6DQoNClRlbXBvcmFkYSBBbHRhOiBObyByZWVtYm9sc2FibGUNCg0KJm5ic3A7DQoNCk90cmFzIFRlbXBvcmFkYXMtDQoNCjAtMyBkaWFzIGFudGVzIGRlIGxsZWdhZGEsIG5vIHJlZW1ib2xzYWJsZXMNCg0KJm5ic3A7DQoNCkFjZXB0YW1vcyBNYXNjb3RhcyAoIHBlcnJvcykNCg0KQWNlcHRhbW9zIG1hc2NvdGFzIHNpZW1wcmUgeSBjdWFuZG8gbm8gc2VhbiBhZ3Jlc2l2YXMuwqAgUGVzbyBtZW5vciBkZSA1MCBsaWJyYXMuIE5vIHNlIHBlcm1pdGVuIG1hc2NvdGFzIGRlbnRybyBkZWwgcmVzdGF1cmFudGUuwqBTaW4gZW1iYXJnbywgcG9kcsOhIHRlbmVybGEganVudG8gYSB1c3RlZCBlbiBlbCDDoXJlYSBkZSBwYWxhcGFzLsKgIExhcyBtYXNjb3RhcyBkZWJlbiBkZSB0ZW5lciBhbmRhciBzaWVtcHJlIGp1bnRvIGFsIGR1ZcOxbywgY29uIGNhZGVuYS7CoCBFbCBjbGllbnRlIGVzIHJlc3BvbnNhYmxlIGRlIGN1YWxxdWllciBkYcOxbyBoZWNobyBwb3Igc3UgbWFzY290YSB5IGRlIGxpbXBpYXIgc3VzIGV4Y3JlbWVudG9zLg0KDQpQcmVjaW8gZGUgRW50cmFkYSBkZSBtYXNjb3RhOiQxLjAwIChkZXNkZSAyMDE2KS7CoCBJbmNsdXllIHVuIHJvbGxpdG8gZGUgYm9sc2l0YXMgcGFyYSBleGNyZW1lbnRvcyBkZSBtYXNjb3Rhcy4NCg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iaHR0cDovL3d3dy5ib29raW5nLmNvbS9nZW5lcmFsLmh0bWw/dG1wbD1ib29raXQ7YWlkPTMzMDg0MztsYW5nPWVzO2hvdGVsX2lkPTEyNTE0NTc7Y2MxPXN2O2hvdGVsX3BhZ2U9cHVlcnRvLWJhcmlsbGFzIj48L3NjcmlwdD4NCgkJCQkNCgkJCQkNCgkJCQkNCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7', 1),
(401, 98, 0, '2015-04-13 20:34:16', 'title', 'base64', 1, 'UmVzZXJ2YXRpb25z', 'UmVzZXJ2YWNpb25lcw==', 1),
(402, 98, 0, '2015-04-13 20:34:16', 'body', 'base64', 1, 'W3ZmYiBpZD00XQ==', 'W3ZmYiBpZD01XQ==', 1),
(403, 98, 0, '2015-04-13 20:34:16', 'original_id', '', 0, '45', '', 1),
(404, 99, 0, '2015-04-16 16:30:25', 'title', 'base64', 1, 'Qm9vayBOb3c=', 'UmVzZXJ2YXI=', 1),
(405, 99, 0, '2015-04-16 16:30:25', 'body', 'base64', 1, 'PGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zODgiIGFsdD0idW5kZXItY29uc3RydWN0aW9uIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyIgd2lkdGg9IjMwMSIgaGVpZ2h0PSIzMjYiIC8+PC9hPjwvaDI+DQo8aDI+MjAxNCBQcm9tb3Rpb25zPC9oMj4NCjxoMz5KYW51YXJ5PC9oMz4NCjxoMz5GZWJydWFyeTwvaDM+DQo8aDM+TWFyY2g8L2gzPg0KPGgzPkFwcmlsPC9oMz4NCjxoMz5NYXk8L2gzPg0KPGgzPkp1bmU8L2gzPg0KPGgzPkp1bHk8L2gzPg==', 'PGgyPjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0zODgiIGFsdD0idW5kZXItY29uc3RydWN0aW9uIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvdW5kZXItY29uc3RydWN0aW9uLmpwZyIgd2lkdGg9IjMwMSIgaGVpZ2h0PSIzMjYiIC8+PC9hPjwvaDI+DQo8aDI+MjAxNCBQcm9tb3Rpb25zPC9oMj4NCjxoMz5KYW51YXJ5PC9oMz4NCjxoMz5GZWJydWFyeTwvaDM+DQo8aDM+TWFyY2g8L2gzPg0KPGgzPkFwcmlsPC9oMz4NCjxoMz5NYXk8L2gzPg0KPGgzPkp1bmU8L2gzPg0KPGgzPkp1bHk8L2gzPg==', 1),
(406, 99, 0, '2015-04-16 16:30:25', 'original_id', '', 0, '24', '', 1),
(407, 100, 0, '2015-04-16 17:52:14', 'title', 'base64', 1, 'Qm9vayBOb3c=', 'UmVzZXJ2YXI=', 1),
(408, 100, 0, '2015-04-16 17:52:14', 'body', 'base64', 1, 'W2lmcmFtZSBzcmM9Imh0dHA6Ly93d3cuYm9va2VyY2x1Yi5jb20vZW4vaG90ZWwvUHVlcnRvLUJhcmlsbGFzLUVsLVNhbHZhZG9yP2FpZD0yMCZhbXA7Y3VycmVuY3k9dXNkIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NTAiXQ==', 'W2lmcmFtZSBzcmM9Imh0dHA6Ly93d3cuYm9va2VyY2x1Yi5jb20vZXMvaG90ZWwvUHVlcnRvLUJhcmlsbGFzLUVsLVNhbHZhZG9yP2FpZD0yMCZhbXA7Y3VycmVuY3k9dXNkIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NTAiXQ==', 1),
(269, 64, 0, '2014-01-03 17:42:50', 'title', 'base64', 1, 'U2xpZGVzaG93IE1haW4=', 'U2xpZGVzaG93IE1haW4=', 1),
(254, 63, 0, '2014-01-03 15:32:52', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(255, 63, 0, '2014-01-03 15:32:52', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBbGwgcHJpY2VzIGFyZSBwZXIgcm9vbSB1bmxlc3Mgb3RoZXJ3aXNlIHN0YXRlZCBhbmQgZG8gbm90IGluY2x1ZGUgbWVhbHMuIEZvciBjdXJyZW50IG9mZmVycyzCoHBsZWFzZSBzZWUgb3VyIFNwZWNpYWwgb2ZmZXJzIHBhZ2UuDQpTZWUgb3VyIEFjY29tb2RhdGlvbiBHYWxsZXJ5IGZvciBtb3JlIHBpY3R1cmVzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2xvZGdlLmpwZyI+PGltZyBhbHQ9IkxvZGdlIGluIFB1ZXJ0byBCYXJpbGxhcyIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2xvZGdlLmpwZyIgd2lkdGg9IjE1NiIgaGVpZ2h0PSIyMTUiIC8+PC9hPg0KDQpBY2NvbW1vZGF0aW9uIGlzIHVzdWFsbHnCoHJlYWR5IHRvIGNoZWNrIGluIGFyb3VuZCAzcG0gYW5kIGNoZWNrIG91dCBpcyAxMnBtLiBCdXQgeW91IGNhbiBlbmpveSB0aGUgcHJvcGVydHkgc3RhcnRpbmcgYXQgNzMwYW0uIENvbnNpZGVyIHN0YXlpbmcgYSBtaW5pbXVtIG9mIHR3byBuaWdodHMgbmlnaHRzIHRvIGVuam95IGFsbCBQdWVydG8gQmFyaWxsYXMgaGFzIHRvIG9mZmVyIGFuZCB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgbWFueSBmdW4gYWN0aXZpdGllcyBpbiB0aGUgSmlxdWlsaXNjbyBCYXkgYW5kIEhhY2llbmRhIExhIENhcnJlcmEgYXJlYS4NCg0KTW9yZSBJbmZvcm1hdGlvbjoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvYXBhcnRtZW50cy8iPkFwYXJ0bWVudHM8L2E+wqBhbmTCoDxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvdHJlZWhvdXNlcy8iPlRyZWVob3VzZXM8L2E+', 'wqFQdWVydG8gQmFyaWxsYXMgZXMgbGEgYmFzZSBwZXJmZWN0YSBwYXJhIGV4cGxvcmFyIGxhIEJhaGlhIGRlIEppcXVpbGlzY28hwqAgT2ZyZWNlbW9zIDQgbWFqZXN0dW9zYXMgY2FzYXMgZGUgw6FyYm9sIHkgNiBjb21vZG9zIGFwYXJ0YW1lbnRvcyBxdWUgc2UgaW50ZWdyYW4gYSBsYSBuYXR1cmFsZXphLsKgIExhcyBpbnN0YWxhY2lvbmVzIHNlIGVuY3VlbnRyYW4gZXNwYXJjaWRhcyBlbiB1bmEgc2VsdmEgcm9kZWFkYSBkZSBwYWxtZXJhcyB5IMOhcmJvbGVzIGRlIGNhY2FvLCBicmluZGFuZG8gc2VndXJpZGFkLCBwcml2YWNpZGFkLCBjb21vZGlkYWQgeSB0cmFucXVpbGlkYWQuwqAgTm9zIGVzZm9yemFtb3MgZW4gcXVlIHN1IHNpbnRvbmlhIGNvbiBsYSBuYXR1cmFsZXphIHNlYSBhY29tcGHDsWFkYSBkZSB1biBidWVuIGRvcm1pciwgY29uIHVuYSBidWVuYSBjYW1hIHkgcmljYXMgc8OhYmFuYXMgZGUgcHJpbWVyYSBjbGFzZS4NCg0KRGlzZnJ1dGUgZGUgZXN0ZSByZW1hbnNvIGRlIHBheiBkb25kZSBjYWRhIGTDrWEgZXMgdW5hICJub2NoZSBtw6FnaWNhIGRlIGxhIG1hw7FhbmEiIGNvbiBsb3MgY2FudG9zIGRlIGxvcyBww6FqYXJvcyB5IGRpc2ZydXRlIGRlIGxhIGltcHJlc2lvbmFudGUgdmlzdGEgZGUgbGFzIHBsYW50YWNpb25lcyBkZSBsb3MgYWxyZWRlZG9yZXMuDQoNClRvZG9zIG51ZXN0cm9zIHByZWNpb3Mgc29uIHBvciBoYWJpdGFjacOzbsKgIGFtZW5vcyBxdWUgc2UgaW5kaXF1ZSBsbyBjb250cmFyaW8sIHkgbm8gaW5jbHV5ZW4gYWxpbWVudG9zLiBQYXJhIG9mZXJ0YXMgYWN0dWFsZXMsIHBvciBmYXZvciBjb25zdWx0ZSBudWVzdHJhIHDDoWdpbmEgZGUgb2ZlcnRhcyBlc3BlY2lhbGVzLiBWZWEgbnVlc3RyYSBnYWxlcsOtYSBkZSBhbG9qYW1pZW50byB2ZXIgaW1hZ2VuZXMgZGUgbnVlc3RyYXMgaW5zdGFsYWNpb25lcy4NCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciPjxpbWcgY2xhc3M9IndwLWltYWdlLTIwMSBhbGlnbm5vbmUiIGFsdD0iTG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFzIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiB3aWR0aD0iMTU2IiBoZWlnaHQ9IjIxNSIgLz48L2E+DQoNCkxhcyBoYWJpdGFjaW9uZXMgZXN0w6FuIGdlbmVyYWxtZW50ZSBsaXN0YXMgcGFyYSBlbCByZWdpc3RybyBhIGxhcyAzIHBtIHkgZWwgY2hlY2sgb3V0IGVzIGEgbGFzIDEyOjAwcC5tLiBQZXJvIHVzdGVkIHB1ZWRlIGRpc2ZydXRhciBkZSBsYSBwcm9waWVkYWQgYSBwYXJ0aXIgZGUgbGFzIDc6MzAgaC4gQ29uc2lkZXJlIGxhIHBvc2liaWxpZGFkIGRlIHBlcm1hbmVjZXIgdW4gbcOtbmltbyBkZSBkb3Mgbm9jaGVzIG5vY2hlcyBwYXJhIGRpc2ZydXRhciBkZSB0b2RvIGxvIHF1ZSBQdWVydG8gQmFyaWxsYXMgdGllbmUgcXVlIG9mcmVjZXIgeSB0b21hciB2ZW50YWphIGRlIHJlYWxpemFyIGxhcyBhY3RpdmlkYWRlcyBkaXZlcnRpZGFzIGVuIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIHnCoCB2aXNpdGFyIGxhIHpvbmEgZGUgSGFjaWVuZGEgTGEgQ2FycmVyYS4NCg0KTcOhcyBJbmZvcm1hY2nDs24NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvYXBhcnRtZW50cy8iPkFwYXJ0YW1lbnRvczwvYT4gYW5kIDxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvdHJlZWhvdXNlcy8iPkNhc2EgZGUgw4FyYm9sPC9hPg==', 1),
(202, 49, 0, '2013-12-07 21:20:48', 'original_id', '', 0, '18', '', 1),
(203, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_title', 'base64', 1, 'QWN0aXZpdGllcyBpbiBQdWVydG8gQmFyaWxsYXMgSmlxdWlsaXNjbyBFbCBTYWx2YWRvcg==', '', 1),
(204, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(205, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(206, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'Qm9hdCBUb3VycyBWaXNpdCBvdXIgTW9ua2V5IFNhbmN0dWFyeSBlY28gS2F5YWsgUmVudGFsIFNwb3J0IEZpc2hpbmcgQWlyIFRvdXJzIEhhd2tzYmlsbCBUdXJ0bGUgVG91ciBQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVl', '', 1),
(207, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(208, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(209, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'Q2FjYW8gVG91cnMgRWwgU2FsdmFkb3IsIEdyZWVuIFRvdXJpc20gRWwgU2FsdmFkb3IsIE1vbmtleSBTYW5jdHVhcnks', '', 1),
(210, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(211, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(212, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'UHVlcnRvIEJhcmlsbGFz', '', 1),
(213, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(214, 49, 0, '2013-12-07 21:20:48', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(215, 50, 0, '2013-12-07 21:25:24', 'title', 'base64', 1, 'UmVzdGF1cmFudC9CYXI=', 'UmVzdGF1cmFudGUvQmFy', 1),
(216, 50, 0, '2013-12-07 21:25:24', 'body', 'base64', 1, 'PGgyPkNsdWIgSG91c2UgRWwgQ29uYWNhc3RlDQpSZXN0YXVyYW50PC9oMj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzQ5NzkuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTYxMiIgYWx0PSJJTUdfNDk3OSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR180OTc5LTEwMjR4NjAyLmpwZyIgd2lkdGg9IjU2NCIgaGVpZ2h0PSIzMzEiIC8+PC9hPg0KDQpXZSBoYXZlIGluY2x1ZGVkIGluIG91ciBtZW51IGEgdmFyaWV0eSBvZiBkaXNoZXMgdG8gZGVsaWdodCB0aGUgcGFsYXRlIcKgIFNvbWUgb2YgdGhlIGRpc2hlcyBpbmNsdWRlIHNlYWZvb2QsIFNhbHZhZG9yZWFuIHR5cGljYWwgZm9vZCwgQW1lcmljYW4gZm9vZCBhbmQgaG9tZS1tYWRlIGRpc2hlcy4NCg0KPHN0cm9uZz48ZW0+WW91IGNhbiBjaGVjayBvdXIgb25saW5lIDxhIGhyZWY9Imh0dHA6Ly9wdWVydG9iYXJpbGxhcy5jb20vTWVudVBCLnBkZiI+bWVudTwvYT48L2VtPjwvc3Ryb25nPg0KDQo8c3BhbiBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyI+WW91IGNhbiBhbHNvIMKgZW5qb3kgeW91ciBmYXZvcml0ZSBnYW1lIG9yIHdhdGNoIGEgbW92aWUsIGxpc3RlbiB0byBtdXNpYywgZW5qb3kgd2l0aCBmYW1pbHkgb3IgZnJpZW5kcyBhIGdvb2QgY29udmVyc2F0aW9uLCB3aXRoIGJlYXV0aWZ1bCBzY2VuZXJpZXMsIGF0IG91ciBDb25hY2FzdGUgQ2x1YiBIb3VzZS48L3NwYW4+DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzUwMDMuanBnIj48aW1nIGFsdD0iSU1HXzUwMDMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9JTUdfNTAwMy0xMDI0eDY4Mi5qcGciIHdpZHRoPSIyMDMiIGhlaWdodD0iMTM2IiAvPjwvYT4NCg0KPGEgY2xhc3M9ImVQYXBlciIgaHJlZj0iaHR0cDovL3d3dy4xa2Nsb3VkLmNvbS93cDFOMU84OC8iIHRhcmdldD0iX2JsYW5rIj4gPGltZyBjbGFzcz0idGdfcHJldmlld19pbWFnZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvZXBhcGVyX3ByZXZpZXdfMzM5Mi5naWY/cm5kPTYxMzEiIC8+IDwvYT4NCg0KJm5ic3A7', 'PGgyPkNsdWIgSG91c2UgRWwgQ29uYWNhc3RlDQpSZXN0YXVyYW50PC9oMj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzQ5NzkuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTYxMiIgYWx0PSJJTUdfNDk3OSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR180OTc5LTEwMjR4NjAyLmpwZyIgd2lkdGg9IjU2NCIgaGVpZ2h0PSIzMzEiIC8+PC9hPg0KDQpXZSBoYXZlIGluY2x1ZGVkIGluIG91ciBtZW51IGEgdmFyaWV0eSBvZiBkaXNoZXMgdG8gZGVsaWdodCB0aGUgcGFsYXRlIcKgIFNvbWUgb2YgdGhlIGRpc2hlcyBpbmNsdWRlIHNlYWZvb2QsIFNhbHZhZG9yZWFuIHR5cGljYWwgZm9vZCwgQW1lcmljYW4gZm9vZCBhbmQgaG9tZS1tYWRlIGRpc2hlcy4NCg0KPHN0cm9uZz48ZW0+WW91IGNhbiBjaGVjayBvdXIgb25saW5lIDxhIGhyZWY9Imh0dHA6Ly9wdWVydG9iYXJpbGxhcy5jb20vTWVudVBCLnBkZiI+bWVudTwvYT48L2VtPjwvc3Ryb25nPg0KDQo8c3BhbiBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyI+WW91IGNhbiBhbHNvIMKgZW5qb3kgeW91ciBmYXZvcml0ZSBnYW1lIG9yIHdhdGNoIGEgbW92aWUsIGxpc3RlbiB0byBtdXNpYywgZW5qb3kgd2l0aCBmYW1pbHkgb3IgZnJpZW5kcyBhIGdvb2QgY29udmVyc2F0aW9uLCB3aXRoIGJlYXV0aWZ1bCBzY2VuZXJpZXMsIGF0IG91ciBDb25hY2FzdGUgQ2x1YiBIb3VzZS48L3NwYW4+DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzUwMDMuanBnIj48aW1nIGFsdD0iSU1HXzUwMDMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9JTUdfNTAwMy0xMDI0eDY4Mi5qcGciIHdpZHRoPSIyMDMiIGhlaWdodD0iMTM2IiAvPjwvYT4NCg0KPGEgY2xhc3M9ImVQYXBlciIgaHJlZj0iaHR0cDovL3d3dy4xa2Nsb3VkLmNvbS93cDFOMU84OC8iIHRhcmdldD0iX2JsYW5rIj4gPGltZyBjbGFzcz0idGdfcHJldmlld19pbWFnZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvZXBhcGVyX3ByZXZpZXdfMzM5Mi5naWY/cm5kPTYxMzEiIC8+IDwvYT4NCg0KJm5ic3A7', 1),
(217, 50, 0, '2013-12-07 21:25:24', 'original_id', '', 0, '20', '', 1),
(218, 51, 0, '2013-12-07 21:40:41', 'title', 'base64', 1, 'Q29uc2VydmF0aW9uIFByb2dyYW1z', 'UHJvZ3JhbWEgZGUgQ29uc2VydmFjacOzbg==', 1),
(219, 51, 0, '2013-12-07 21:40:41', 'body', 'base64', 1, 'PHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5Mb2NhdGVkIG9uIHRoZSBzb3V0aGVhc3QgUGFjaWZpYyBjb2FzdCBvZiBFbCBTYWx2YWRvciwgaW4gdGhlIERlcGFydG1lbnQgb2YgVXN1bHV0YW4sIEppcXVpbGlzY28gQmF5IGlzIGNvdW50cnnCtHMgbGFyZ2VzdCBjb2FzdGFsIGVzdHVhcnkgYW5kIGNvbnNpc3RzIG9mIGEgbGFyZ2VseSB1bmRldmVsb3BlZCBtYW5ncm92ZS1saW5lZCBzZXJpZXMgb2YgaW5sZXRzIGFuZCBjYW5hbHMuIFRoZSBhcmVhIHdhcyBkZXNpZ25hdGVkIGEgUkFNU0FSIHdldGxhbmQgb24gT2N0b2JlciAzMSwgMjAwNSBhbmQgbmFtZWQgYSBVTkVTQ08gQmlvc3BoZXJlIFJlc2VydmUgaW4gMjAwNy4gSXRzIDYzNyBzcXVhcmUga2lsb21ldGVycyBhbmQgNTAga2lsb21ldGVycyBvZiBjb2FzdGxpbmUgb2ZmZXJzIHNvbWUgb2YgRWwgU2FsdmFkb3LCtHMgbW9zdCB1bnRvdWNoZWQgbmF0dXJhbCBiZWF1dHkgYW5kIGhvc3RzIHRoZSBsYXJnZXN0IGFidW5kYW5jZSBvZiBjb2FzdGFsLW1hcmluZSBiaXJkcyBpbiB0aGUgY291bnRyeS4gSXQgaXMgYWxzbyBhIGNyaXRpY2FsbHkgaW1wb3J0YW50IGhhd2tzYmlsbCBuZXN0aW5nIHNpdGUsIGhvc3RpbmcgYXBwcm94aW1hdGVseSA0MC00NSUgb2YgdGhlIGtub3duIGhhd2tzYmlsbCBuZXN0aW5nIGluIHRoZSBlbnRpcmUgZWFzdGVybiBQYWNpZmljITwvcD4NCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC92SVVnVGxyQzNrTSIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZSBoYXdrc2JpbGwgY29uc2VydmF0aW9uIHByb2plY3QgaW4gQmFow61hIEppcXVpbGlzY28gaXMgcnVuIGJ5IGEgbG9jYWwgcmVzZWFyY2ggdGVhbSB0aGF0IGhhcyBiZWVuIGNvbmR1Y3RpbmcgaGF3a3NiaWxsIG1vbml0b3JpbmcgYW5kIGNvbnNlcnZhdGlvbiBzaW5jZSBBcHJpbCAyMDA4LiBPdXIgc3RhZmYgY2Fycnkgb3V0IG5pZ2h0bHkgcGF0cm9scywgZWdnIHByb3RlY3Rpb24sIHR1cnRsZSB0YWdnaW5nIGFuZCBvdGhlciBkYXRhIGdhdGhlcmluZyBhY3Rpdml0aWVzLiBOZXN0cyBhcmUgcHJvdGVjdGVkIHByaW1hcmlseSBpbiB0d28gcHJvamVjdCBoYXRjaGVyaWVzIGxvY2F0ZWQgb25lIGluIHRoZSBzdXJyb3VuZGluZ3Mgb2YgTGEgUGlycmF5YSBhbmQgdGhlIG90aGVyIG9uZSBvdXQgb2YgdGhlIGlzbGFuZCwgbmVhciBQdW50YSBTYW4gSnVhbi4gVGhlcmUgaXMgYWxzbyBhIHBvcnRpb24gb2YgdGhlIGVzdHVhcnkgd2hlcmUgbmVzdHMgYXJlIHByb3RlY3RlZCBpbi1zaXR1IGFuZCBpcyBsb2NhdGVkIGluIHRoZSBvdGhlciBzaWRlIG9mIHRoZSBTYW4gU2ViYXN0aWFuIGlzbGFuZCwgbmVhciB0aGUgY29tbXVuaXR5IG9mIEVsIENvam95w7NuLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+T3VyIHJlc2VhcmNoIGFuZCBjb25zZXJ2YXRpb24gaXMgaW1wbGVtZW50ZWQgdXNpbmcgaW5ub3ZhdGl2ZSBhbmQgZmFzY2luYXRpbmcgbWV0aG9kcy4gV2hlbiB3YWxraW5nIHRoZSBiZWFjaCwgcHJvamVjdCBzdGFmZiBvZnRlbiBwYXNzIGxvY2FsIGVnZyBjb2xsZWN0b3JzIG9uIGhvcnNlYmFjaywgYmlrZSBvciBmb290LCBidXQgZXZlcnlvbmUgaXMgbG9va2luZyBmb3IgdGhlIHNhbWUgdHVydGxlcy4gSWYgZWdnIGNvbGxlY3RvcnMgZmluZCBhIHR1cnRsZSBmaXJzdCwgdGhleSBjb21lIGFuZCBhbGVydCBwcm9qZWN0IHN0YWZmLCB3aG8gdGhlbiBhY2NvbXBhbnkgdGhlbSBiYWNrIHRvIHRoZSBuZXN0LiBUaGlzIGlzIGJlY2F1c2UgdGhlIGVnZyBjb2xsZWN0b3JzIHRoYXQgb25jZSBzb2xkIGVnZ3MgZm9yIGNvbnN1bXB0aW9uIGFyZSBub3cgd29ya2luZyB3aXRoIHRoZSBwcm9qZWN0IHRvIHByb3RlY3QgaGF3a3NiaWxscy4gVGhlIGNvbnNlcnZhdGlvbiB0ZWFtIHN1YnNlcXVlbnRseSBnYXRoZXJzIHVwIGFsbCB0aGUgZWdncyBhbmQgZXZlcnlvbmUgKGVnZyBjb2xsZWN0b3JzIGFuZCBjb25zZXJ2YXRpb25pc3RzKSBnbyBiYWNrIHRvIHRoZSBndWFyZGVkIGhhdGNoZXJ5IHdoZXJlIHRoZSBlZ2dzIGFyZSByZS1idXJpZWQuIEluIHRoaXMgbWFubmVyIHdlIGVuc3VyZSB0aGF0IHRoZSBtYXhpbXVtIG51bWJlciBvZiB0aGUgZWdncyBpcyBzdGF5aW5nIGluIHRoZSBzYW5kIGFuZCBoYXRjaGxpbmdzIGlzIGJlaW5nIHByb2R1Y2VkLCB3aGlsZSBhbHNvIGZpbmFuY2lhbGx5IHN1cHBvcnRpbmcgbG9jYWwgY29tbXVuaXR5IG1lbWJlcnMgdGhhdCBvZnRlbiBoYXZlIGxpbWl0ZWQgb3B0aW9ucyB0byBwcm92aWRlIGZvciB0aGVtc2VsdmVzIGFuZCB0aGVpciBmYW1pbGllcy48L3A+DQpUbyBkYXRlLCB2aWEgdGhpcyBwcm9qZWN0IHdlIGhhdmU6DQo8YmxvY2txdW90ZT7igKIgUHJvdGVjdGVkIG1vcmUgdGhhbiAzMDAgbmVzdHMNCuKAoiBQcm9kdWNlZCBtb3JlIHRoYW4gMzMsNTAwIGhhd2tzYmlsbCBoYXRjaGxpbmdzDQrigKIgRXF1aXBwZWQgMyBoYXdrc2JpbGxzIHdpdGggc2F0ZWxsaXRlIHRhZ3MNCuKAoiBCZW5lZml0ZWQgbW9yZSB0aGFuIDk1IGxvY2FsIGZhbWlsaWVzPC9ibG9ja3F1b3RlPg0KPGlmcmFtZSBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL19ZczRkYnh6S0pzIiBoZWlnaHQ9IjMxNSIgd2lkdGg9IjU2MCIgYWxsb3dmdWxsc2NyZWVuPSIiIGZyYW1lYm9yZGVyPSIwIj48L2lmcmFtZT4=', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 0),
(220, 51, 0, '2013-12-07 21:40:41', 'original_id', '', 0, '292', '', 0),
(221, 52, 0, '2013-12-07 22:07:33', 'title', 'base64', 1, 'VG91cmlzbSBhbmQgVHJhdmVsIE5ld3M=', 'VHVyaXNtbyB5IFZpYWplcyBOb3RpY2lhcw==', 1),
(222, 52, 0, '2013-12-07 22:07:33', 'body', 'base64', 1, 'PGgyPjxiPkVsIFNhbHZhZG9yIHByZXbDqSByZWNpYmlyIDEuOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbiAyMDE0PC9iPjwvaDI+DQo8aDY+PGI+NSBkZSBEaWNpZW1icmUgZGUgMjAxMyBhIGxhKHMpIDE0OjE5IC0gQUNBTi1FRkU8L2I+PC9oNj4NCjxpbWcgY2xhc3M9ImFsaWdubm9uZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5sYXByZW5zYWdyYWZpY2EuY29tL2dldGF0dGFjaG1lbnQvYWVjZWIzYmEtZWEzYi00Zjk5LWE2ZjUtNDhhYmE0Njk2NTFlP3dpZHRoPTMwMCZhbXA7aGVpZ2h0PUF1dG8iIHdpZHRoPSIzMDAiIGhlaWdodD0iMjM1IiAvPg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNC41JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbCBTYWx2YWRvciBwcmV0ZW5kZSByZWNpYmlyIDEsOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbCBwcsOzeGltbyBhw7FvLCBxdWUgZGVqYXLDoW4gdW5vcyAxLjAwNiw4MiBtaWxsb25lcyBkZSBkw7NsYXJlcyBlbiBlc3RlIHBhw61zIGNlbnRyb2FtZXJpY2FubywgaW5mb3Jtw7MgaG95IGVsIE1pbmlzdGVyaW8gZGUgVHVyaXNtbyAoTUlUVVIpLg0KDQpUYW1iacOpbiBlc3RhIMOhcmVhIGVjb27Ds21pY2EgZ2VuZXJhcsOhIGVuIDIwMTQgdW5vcyA0OS44MzEgZW1wbGVvcyBudWV2b3MgZW4gRWwgU2FsdmFkb3IsIGRldGFsbMOzIGVsIE1JVFVSIGEgdHJhdsOpcyBkZSB1biBjb211bmljYWRvLg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNCw1JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbiAyMDEyIEVsIFNhbHZhZG9yIHJlY2liacOzIDEuNzM4LjMxNyB2aXNpdGFudGVzIGludGVybmFjaW9uYWxlcywgbWllbnRyYXMgcXVlIGFsIGNpZXJyZSBkZSBlc3RlIGHDsW8gZXNwZXJhIGEgMS44MTYuMTE3IHR1cmlzdGEuDQoNCkVsIGHDsW8gcGFzYWRvIGVzdGUgcGHDrXMgY2VudHJvYW1lcmljYW5vIHJlZ2lzdHLDsyAibG9zIGluZ3Jlc29zIGVjb27Ds21pY29zIG3DoXMgYWx0b3MgZW4gbG9zIMO6bHRpbW9zIDMyIGHDsW9zLCBjb24gNzcxLDU1IG1pbGxvbmVzIGRlIGTDs2xhcmVzIiBlbiB0dXJpc21vLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KUGFyYSBlbCBjaWVycmUgZGUgZXN0ZSBhw7FvIHByb3llY3RhIHF1ZSBsb3MgaW5ncmVzb3MgYWxjYW5jZW4gbG9zIDg5MSw5MSBtaWxsb25lcyBkZSBkw7NsYXJlcywgbG9zIGN1YWxlcyBzZXLDoW4gY29tcGxldGFkb3MgY29uIGxvcyB0dXJpc3RhcyBkZSBOYXZpZGFkIHkgZGUgZmluIGRlIGHDsW8uDQoNCkVsIFNhbHZhZG9yIGVzcGVyYSByZWNpYmlyIGEgODQuMDAwIHZpc2l0YW50ZXMgaW50ZXJuYWNpb25hbGVzIGR1cmFudGUgbGFzIGZlc3RpdmlkYWRlcyBuYXZpZGXDsWFzIHkgZGUgZmluIGRlIGHDsW8sIGVzIGRlY2lyIDMsNiUgbcOhcyBxdWUgZWwgYcOxbyBwYXNhZG8sIGN1YW5kbyBzZSByZWNpYmllcm9uIDgxLjA3OCB0dXJpc3Rhcy4NCg0KU2UgcHJldsOpIHF1ZSBlc29zIHZpc2l0YW50ZXMgZGVqZW4gMzIsMTIgbWlsbG9uZXMgZGUgZMOzbGFyZXMsIHN1cGVyYW5kbyBhc8OtIGEgbG9zIDIyLDggbWlsbG9uZXMgZGUgZMOzbGFyZXMgY2FwdGFkb3MgZHVyYW50ZSBsYXMgbWlzbWFzIGZlc3RpdmlkYWRlcyBkZSAyMDEyLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KRW4gY3VhbnRvIGEgbGEgc2FsaWRhIGRlIHNhbHZhZG9yZcOxb3MgaGFjaWEgb3Ryb3MgcGHDrXNlcywgcGFyYSBlc3RhcyBmZXN0aXZpZGFkZXMgc2UgZXN0aW1hIHF1ZSBsYSBjaWZyYSBzZWEgZGUgNDguNzM2LCBlcyBkZWNpciAxLjQxOSBtw6FzIHF1ZSBsb3MgNDcuMzE3IGRlbCBhw7FvIGFudGVyaW9yLg==', 'PGgyPjxiPkVsIFNhbHZhZG9yIHByZXbDqSByZWNpYmlyIDEuOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbiAyMDE0PC9iPjwvaDI+DQo8aDY+PGI+NSBkZSBEaWNpZW1icmUgZGUgMjAxMyBhIGxhKHMpIDE0OjE5IC0gQUNBTi1FRkU8L2I+PC9oNj4NCjxpbWcgY2xhc3M9ImFsaWdubm9uZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5sYXByZW5zYWdyYWZpY2EuY29tL2dldGF0dGFjaG1lbnQvYWVjZWIzYmEtZWEzYi00Zjk5LWE2ZjUtNDhhYmE0Njk2NTFlP3dpZHRoPTMwMCZhbXA7aGVpZ2h0PUF1dG8iIHdpZHRoPSIzMDAiIGhlaWdodD0iMjM1IiAvPg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNC41JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbCBTYWx2YWRvciBwcmV0ZW5kZSByZWNpYmlyIDEsOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbCBwcsOzeGltbyBhw7FvLCBxdWUgZGVqYXLDoW4gdW5vcyAxLjAwNiw4MiBtaWxsb25lcyBkZSBkw7NsYXJlcyBlbiBlc3RlIHBhw61zIGNlbnRyb2FtZXJpY2FubywgaW5mb3Jtw7MgaG95IGVsIE1pbmlzdGVyaW8gZGUgVHVyaXNtbyAoTUlUVVIpLg0KDQpUYW1iacOpbiBlc3RhIMOhcmVhIGVjb27Ds21pY2EgZ2VuZXJhcsOhIGVuIDIwMTQgdW5vcyA0OS44MzEgZW1wbGVvcyBudWV2b3MgZW4gRWwgU2FsdmFkb3IsIGRldGFsbMOzIGVsIE1JVFVSIGEgdHJhdsOpcyBkZSB1biBjb211bmljYWRvLg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNCw1JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbiAyMDEyIEVsIFNhbHZhZG9yIHJlY2liacOzIDEuNzM4LjMxNyB2aXNpdGFudGVzIGludGVybmFjaW9uYWxlcywgbWllbnRyYXMgcXVlIGFsIGNpZXJyZSBkZSBlc3RlIGHDsW8gZXNwZXJhIGEgMS44MTYuMTE3IHR1cmlzdGEuDQoNCkVsIGHDsW8gcGFzYWRvIGVzdGUgcGHDrXMgY2VudHJvYW1lcmljYW5vIHJlZ2lzdHLDsyAibG9zIGluZ3Jlc29zIGVjb27Ds21pY29zIG3DoXMgYWx0b3MgZW4gbG9zIMO6bHRpbW9zIDMyIGHDsW9zLCBjb24gNzcxLDU1IG1pbGxvbmVzIGRlIGTDs2xhcmVzIiBlbiB0dXJpc21vLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KUGFyYSBlbCBjaWVycmUgZGUgZXN0ZSBhw7FvIHByb3llY3RhIHF1ZSBsb3MgaW5ncmVzb3MgYWxjYW5jZW4gbG9zIDg5MSw5MSBtaWxsb25lcyBkZSBkw7NsYXJlcywgbG9zIGN1YWxlcyBzZXLDoW4gY29tcGxldGFkb3MgY29uIGxvcyB0dXJpc3RhcyBkZSBOYXZpZGFkIHkgZGUgZmluIGRlIGHDsW8uDQoNCkVsIFNhbHZhZG9yIGVzcGVyYSByZWNpYmlyIGEgODQuMDAwIHZpc2l0YW50ZXMgaW50ZXJuYWNpb25hbGVzIGR1cmFudGUgbGFzIGZlc3RpdmlkYWRlcyBuYXZpZGXDsWFzIHkgZGUgZmluIGRlIGHDsW8sIGVzIGRlY2lyIDMsNiUgbcOhcyBxdWUgZWwgYcOxbyBwYXNhZG8sIGN1YW5kbyBzZSByZWNpYmllcm9uIDgxLjA3OCB0dXJpc3Rhcy4NCg0KU2UgcHJldsOpIHF1ZSBlc29zIHZpc2l0YW50ZXMgZGVqZW4gMzIsMTIgbWlsbG9uZXMgZGUgZMOzbGFyZXMsIHN1cGVyYW5kbyBhc8OtIGEgbG9zIDIyLDggbWlsbG9uZXMgZGUgZMOzbGFyZXMgY2FwdGFkb3MgZHVyYW50ZSBsYXMgbWlzbWFzIGZlc3RpdmlkYWRlcyBkZSAyMDEyLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KRW4gY3VhbnRvIGEgbGEgc2FsaWRhIGRlIHNhbHZhZG9yZcOxb3MgaGFjaWEgb3Ryb3MgcGHDrXNlcywgcGFyYSBlc3RhcyBmZXN0aXZpZGFkZXMgc2UgZXN0aW1hIHF1ZSBsYSBjaWZyYSBzZWEgZGUgNDguNzM2LCBlcyBkZWNpciAxLjQxOSBtw6FzIHF1ZSBsb3MgNDcuMzE3IGRlbCBhw7FvIGFudGVyaW9yLg==', 1),
(223, 52, 0, '2013-12-07 22:07:33', 'original_id', '', 0, '295', '', 1),
(224, 53, 0, '2013-12-07 23:11:50', 'title', 'base64', 1, 'QmxvZ3M=', 'QmxvZw==', 1),
(225, 53, 0, '2013-12-07 23:11:50', 'body', 'base64', 1, '', '', 1),
(227, 54, 0, '2013-12-09 00:05:16', 'title', 'base64', 1, 'UmVzZXJ2YXRpb25z', 'UmVzZXJ2YWNpb25lcw==', 1),
(228, 54, 0, '2013-12-09 00:05:16', 'body', 'base64', 1, 'W3ZmYiBpZD00XQ==', 'W3ZmYiBpZD01XQ==', 1),
(229, 54, 0, '2013-12-09 00:05:16', 'original_id', '', 0, '45', '', 1),
(230, 55, 0, '2013-12-11 21:16:49', 'title', 'base64', 1, 'VHJpcGFkdmlzb3I=', 'VHJpcGFkdmlzb3I=', 1),
(231, 55, 0, '2013-12-11 21:16:49', 'body', 'base64', 1, 'PGlmcmFtZSB0aXRsZT0iVGl0dWxvIiBzcmM9Imh0dHA6Ly93d3cudHJpcGFkdmlzb3IuZXMvSG90ZWxfUmV2aWV3LWc1NDE0Nzc1LWQyNDEwMDM0LVJldmlld3MtUHVlcnRvX0JhcmlsbGFzLUppcXVpbGlzY29fVXN1bHV0YW5fRGVwYXJ0bWVudC5odG1sIiBoZWlnaHQ9IjM1MDAiIHdpZHRoPSIxODAwIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 'PGlmcmFtZSB0aXRsZT0iVGl0dWxvIiBzcmM9Imh0dHA6Ly93d3cudHJpcGFkdmlzb3IuZXMvSG90ZWxfUmV2aWV3LWc1NDE0Nzc1LWQyNDEwMDM0LVJldmlld3MtUHVlcnRvX0JhcmlsbGFzLUppcXVpbGlzY29fVXN1bHV0YW5fRGVwYXJ0bWVudC5odG1sIiBoZWlnaHQ9IjM1MDAiIHdpZHRoPSIxMjAwIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 1),
(226, 53, 0, '2013-12-07 23:11:50', 'original_id', '', 0, '22', '', 1),
(233, 56, 0, '2013-12-11 22:16:22', 'title', 'base64', 1, 'RXZlbnRz', 'RXZlbnRvcw==', 1),
(234, 56, 0, '2013-12-11 22:16:22', 'body', 'base64', 1, 'V291bGQgeW91IGxpa2UgdG8gY2VsZWJyYXRlIGEgc3BlY2lhbCBvY2Nhc2lvbiBpbiBhIHBhcmFkaXNlIGluIEVsIFNhbHZhZG9yP8KgIFdlIGdvdCB0aGUgcmlnaHQgcGFja2FnZSBmb3IgdGhhdCBzcGVjaWFsIG9jY2FzaW9uLsKgwqAgV2UgY2FuIGV2ZW4gY3VzdG9taXplIGl0Lg0KDQpPdXIgcmVjb21tZW5kZWQgcGFja2FnZToNCjx1bD4NCgk8bGk+QSB3ZWxjb21pbmcgY29jb251dDwvbGk+DQoJPGxpPkppcXVpbGlzY28gQmF5IHRvdXItwqA8Yj48Yj5pbmNsdWRlcyBhIHN0b3AgaW4gSXNsYSBQYWphcml0bzwvYj48L2I+PC9saT4NCjwvdWw+DQpUaGVyZSBhcmUgMjcgZGVzZXJ0ZWQgaXNsYW5kcyBpbiB0aGUgQmF5IG9mIEppcXVpbGlzY28uIE91ciBib2F0IHRvdXJzIHRha2UgYXBwcm94aW1hdGVseSAzMCBtaW51dGVzIHRvIHJlYWNoIGFuIGlzbGFuZCwgc3Vycm91bmRlZCBieSBiZWF1dGlmdWwgc2NlbmVyeS4gRXhwZWN0IHRvIHNlZTogYWxsaWdhdG9ycywgZXhvdGljIGJpcmRzIGFuZCBtYW5ncm92ZXMsIGFuZCBwaWN0dXJlLXBlcmZlY3Qgdm9sY2Fub2VzIGluIHRoZSBkaXN0YW5jZS4gT25jZSB5b3UgcmVhY2ggdGhlIGJlYWNoLCBiYXRoZSBhbmQgc3dpbSBpbiB0aGUgYmF54oCZcyBjYWxtIGFuZCB3YXJtIHdhdGVycy4gWW91IGNvdWxkIGFsc28gYmUgdGFrZW4gdG8gb25lIG9mIHRoZSB0d28gYmF5IGRlbHRhcyBhbmQgc3dpbSBpbiB0aGUgUGFjaWZpYyBPY2Vhbi4gV2UgaGF2ZSBldmVyeXRoaW5nIHByZXBhcmVkIGZvciB0aGlzIHRyaXA6IGEgYmlnIHVtYnJlbGxhIGlmIHRvbyBtdWNoIHN1biBib3RoZXJzLCBjaGFpcnMgZm9yIHJlc3RpbmcgYW5kIGJlc3Qgb2YgYWxs4oCmIHdlIGNhbiBwcmVwYXJlIGEgY29vbGVyIHdpdGggeW91ciBmYXZvcml0ZSBiZXZlcmFnZXMuDQo8dWw+DQoJPGxpPkx1bmNoIGF0IG91ciBvbi1zaXRlIHJlc3RhdXJhbnQtIENvbmFjYXN0ZS4gQ2hlY2sgb3VyIGdyb3VwIG1lbnUgKGEgY29tcGxldGUgbHVuY2gpDQooUGxlYXNlIG5vdGUgdGhhdCBJY2UgY3JlYW0gaXMgc2VydmVkIGZvciBncm91cHMgZmV3ZXIgdGhhbiAzMCB2aXNpdG9ycyk8L2xpPg0KCTxsaT5WaXNpdCB0aGUgU3BpZGVyIG1vbmtleSBzYW5jdHVhcnktIEEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIHRoZSBtb3N0IG9mIGEgd29uZGVyZnVsIGV4cGVyaWVuY2UuPC9saT4NCjwvdWw+DQo8YmxvY2txdW90ZT48c3Ryb25nPlVzZSBvZiBmYWNpbGl0aWVzIFJhdGVzOjwvc3Ryb25nPg0KDQpHcm91cHMgMTEtMTU6ICQ0MS40MA0KPHN0cm9uZz5Hcm91cHMgMTYtMjA6wqAgJDwvc3Ryb25nPjQwLjIwDQo8c3Ryb25nPkdyb3VwcyAyMS0zMDrCoCAkMzUuNDA8L3N0cm9uZz4NCjxzdHJvbmc+R3JvdXBzIDMxLTUwOiAkMzEuMjA8L3N0cm9uZz4NCg0KPHN0cm9uZz48L3N0cm9uZz5Gb3IgYSBzbmFjazogYWRkICQzLjc1IHRvIHRoZSBwcmljZSpBbHNvIGZvciBiYW5hbmFzIGZvciB0aGUgbW9ua2V5cyBhZGQgYSB0b3RhbCBleHRyYSBmZWUgb2YgJDUuMDAgKHBsZWFzZSBpbmNsdWRlIGl0IHdpdGggYWR2YW5jZSBub3RpY2UpUHJpY2VzIGluY2x1ZGUgdGF4ZXMgYW5kIDEwJSByZXN0YXVyYW50IGdyYXR1aXRpZXMuwqBBZGRpdGlvbmFsIGdyYXR1aXRpZXMgYXJlIHdlbGNvbWUuPC9ibG9ja3F1b3RlPg0KJm5ic3A7', 'PGgyPjxzdHJvbmc+RXZlbnRvcywgR3J1cG9zLCBDdW1wbGVhw7FvcyBlIEluY2VudGl2b3M8L3N0cm9uZz48L2gyPg0KJm5ic3A7DQoNCkVuIFB1ZXJ0byBCYXJpbGxhcyBjb250YW1vcyBjb24gcGFxdWV0ZXMgZXNwZWNpYWxlcyBwYXJhIHF1ZSBzdSBldmVudG8gc2VhIGlub2x2aWRhYmxlLg0KDQpDb250YW1vcyBjb24gdW5hIHZhcmllZGFkIGRlIHBhcXVldGVzIGRlIHZpc2l0YSBkZSBkaWEgcGFyYSBncnVwb3MgZGUgbcOhcyBkZSAxMSBwZXJzb25hczoNCg0KT3BjacOzbiAxOsKgIFBhcXVldGUgQ29tcGxldG8gKFBvbnRvb24gKyBBbG11ZXJ6byArIE1vbm9zKToNCjx1bD4NCgk8bGk+MTAtMTIgcGVyc29uYXM6ICQzOC4zMzwvbGk+DQoJPGxpPjEzLTE1IHBlcnNvbmFzOiAkMzYuNzU8L2xpPg0KCTxsaT4xNi0yMCBwZXJzb25hczogJDMzLjA3PC9saT4NCgk8bGk+MjEtMzAgcGVyc29uYXM6ICQyOS40MDwvbGk+DQoJPGxpPjMxLTQwIHBlcnNvbmFzOiAkMjYuMjU8L2xpPg0KCTxsaT5OacOxb3MgbWVub3JlcyBkZSA3IGHDsW9zIC0gJDIwLjAwIGFsbXVlcnpvOiBoYW1idXJndWVzYSwgcGFwYXMgZnJpdGFzLCBoZWxhZG8geSBzb2RhICQyMC4wMCAobWluaW1vIGRlIGFkdWx0b3MgMTEpPC9saT4NCjwvdWw+DQpUYXJpZmFzIGRpc3BvbmlibGVzIGRlIEx1bmVzIC0gVmllcm5lcyAoZGVzY3VlbnRvIGVzcGVjaWFsKQ0KPHVsPg0KCTxsaT4xMC0xMiBwZXJzb25hcyAkMzYuMjM8L2xpPg0KCTxsaT4xMy0xNSBwZXJzb25hcyAkMzUuMTg8L2xpPg0KCTxsaT4xNi0yMCBwZXJzb25hcyAkMzAuNDU8L2xpPg0KCTxsaT4yMS0zMCBwZXJzb25hcyAkMjcuMzA8L2xpPg0KCTxsaT4zMS00MCBwZXJzb25hc8KgICQyNC42ODwvbGk+DQo8L3VsPg0KUGFxdWV0ZSBpbmNsdXllOg0KPHVsPg0KCTxsaT5Db2NvIGhlbGFkbyBkZSBiaWVudmVuaWRhIChzdWpldG8gYSBkaXNwb25pYmlsaWRhZCkgbyBjb2N0ZWw8L2xpPg0KCTxsaT5Ub3VyIGVuIHBvbnRvb24gcG9yIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIGEgaXNsYSBQYWphcml0by9FbGVuYXMgKGlzbG90ZSwgYmFuY28gZGUgYXJlbmEpOiBsb3MgdmlzaXRhbnRlcyBwb2Ryw6FuIGRpc2ZydXRhciBkZSBsYSBiZWxsZXphIGRlIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIGVuIHVuIHRvdXIgZW4gcG9udG9vbiwgZG9uZGUgcG9kcsOhbiBvYnNlcnZhciB1bmEgZGl2ZXJzaWRhZCBkZSBtYW5hZ2xhcmVzICwgYXZlcyBkZXBlbmRpZW5kbyBsYSB0ZW1wb3JhZGEgeSBvdHJhcyBlc3BlY2llcy7CoCBEdXJhY2nDs246IGFwcm94aW1hZGFtZW50ZSAzIGhvcmFzPC9saT4NCgk8bGk+QWxtdWVyem8gQ29tcGxldG86IHBvbGxvLCBjYXJuZSwgcGVzY2FkbyBvIGVuc2FsYWRhIGRlIHBhbG1pdG8sIDEgYmViaWRhIChhZ3VhLCBzb2RhIG8gY2VydmV6YSBuYWNpb25hbCksIHBvc3RyZSB5IGNhZsOpPC9saT4NCgk8bGk+VmlzaXRhIGFsIFNhbnR1YXJpbyBkZSBNb25vcy48L2xpPg0KPC91bD4NCiZuYnNwOw0KDQpQYXF1ZXRlIEVjb27Ds21pY28gZGlzcG9uaWJsZSBkZSBMdW5lcy1WaWVybmVzDQo8dWw+DQoJPGxpPjEwLTEyIHBlcnNvbmFzOiAkMzcuMjg8L2xpPg0KCTxsaT4xMy0xNSBwZXJzb25hczogJDM2LjIzPC9saT4NCgk8bGk+MTYtMjAgcGVyc29uYXM6ICQzMC4yNDwvbGk+DQoJPGxpPjIxLTMwIHBlcnNvbmFzOiAkMjcuODM8L2xpPg0KCTxsaT4zMS00MCBwZXJzb25hczogJDI0Ljk1PC9saT4NCgk8bGk+NDErIHBlcnNvbmFzOiAkMjMuODlOacOxb3MgbWVub3JlcyBkZSA3IGHDsW9zIChtaW5pbW8gZGUgMTEgYWR1bHRvcyk6ICQyMi4wMCBwb3IgbmnDsW8uPC9saT4NCjwvdWw+DQpQYXF1ZXRlIGluY2x1eWU6DQo8dWw+DQoJPGxpPkNvY28gaGVsYWRvIGRlIGJpZW52ZW5pZGEgKHN1amV0byBhIGRpc3BvbmliaWxpZGFkKSBvIGNvY3RlbDwvbGk+DQoJPGxpPlRvdXIgZW4gcG9udG9vbiBwb3IgbGEgQmFow61hIGRlIEppcXVpbGlzY28gYSBpc2xhIFBhamFyaXRvL0VsZW5hcyAoaXNsb3RlLCBiYW5jbyBkZSBhcmVuYSk6IGxvcyB2aXNpdGFudGVzIHBvZHLDoW4gZGlzZnJ1dGFyIGRlIGxhIGJlbGxlemEgZGUgbGEgQmFow61hIGRlIEppcXVpbGlzY28gZW4gdW4gdG91ciBlbiBwb250b29uLCBkb25kZSBwb2Ryw6FuIG9ic2VydmFyIHVuYSBkaXZlcnNpZGFkIGRlIG1hbmFnbGFyZXMgLCBhdmVzIGRlcGVuZGllbmRvIGxhIHRlbXBvcmFkYSB5IG90cmFzIGVzcGVjaWVzLsKgIER1cmFjacOzbjogYXByb3hpbWFkYW1lbnRlIDMgaG9yYXMuPC9saT4NCgk8bGk+QWxtdWVyem86IFNhbmR3aWNoLCBwYW5pbmkgbyBoYW1idXJndWVzYSwgcG9zdHJlLCAxIGJlYmlkYSAoc29kYSwgYWd1YSBvIGNlcnZlemEgbmFjaW9uYWwpPC9saT4NCgk8bGk+VmlzaXRhIGFsIFNhbnR1YXJpbyBkZSBNb25vcy48L2xpPg0KPC91bD4NCiZuYnNwOw0KDQpQYXJhIHBvZGVyIGNvbmZpcm1hciBldmVudG8gwqBzZSByZXF1aWVyZSB1biA1MCUgZGUgYW50aWNpcG8gcG9yIGxvIG1lbm9zIDcgZMOtYXMgYW50ZXMgZGVsIGV2ZW50bywgcXVlIHB1ZWRlIHNlciBkZXBvc2l0YWRvIGVuIGN1YWxxdWllcmEgZGUgbnVlc3RyYXMgY3VlbnRhcyBxdWUgZGV0YWxsbyBhYmFqbyBvIHNlciBjYW5jZWxhZG8gZW4gZWZlY3Rpdm8gwqBvIGNoZXF1ZSBlbiBudWVzdHJhcyBvZmljaW5hcyB1YmljYWRhcyBlbiA8Yj43OSBBdmUgTm9ydGUgeSA5wqogQ2FsbGUgUG9uaWVudGUgIyA0MDUwLCBDb2xvbmlhIEVzY2Fsw7NuLCA8L2I+Y29uIMKgVmVyw7NuaWNhIEppbcOpbmV6IHRlbMOpZm9ubyAyMjYzIDM2NTMuIEVsIGNvbXBsZW1lbnRvIMKgZGViZXLDoSBzZXIgY2FuY2VsYWRvIGVsIGTDrWEgZGVsIGV2ZW50byBlbiBlZmVjdGl2by4=', 1),
(232, 55, 0, '2013-12-11 21:16:49', 'original_id', '', 0, '162', '', 1),
(235, 56, 0, '2013-12-11 22:16:22', 'original_id', '', 0, '299', '', 1),
(237, 57, 0, '2013-12-11 23:09:41', 'body', 'base64', 1, 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyDQo8aW1nIGNsYXNzPSJuZ2dfZGlzcGxheWVkX2dhbGxlcnkgbWNlSXRlbSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9uZXh0Z2VuLWF0dGFjaF90b19wb3N0L3ByZXZpZXcvaWQtLTY2MiIgLz4NCjwvaT48L2g0Pg==', 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyDQo8aW1nIGNsYXNzPSJuZ2dfZGlzcGxheWVkX2dhbGxlcnkgbWNlSXRlbSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9uZXh0Z2VuLWF0dGFjaF90b19wb3N0L3ByZXZpZXcvaWQtLTY2MiIgLz4NCjwvaT48L2g0Pg==', 1),
(236, 57, 0, '2013-12-11 23:09:41', 'title', 'base64', 1, 'T3VyIFRlYW0=', 'T3VyIFRlYW0=', 1),
(239, 58, 0, '2013-12-11 23:12:03', 'title', 'base64', 1, 'T3VyIFRlYW0=', 'T3VyIFRlYW0=', 1),
(240, 58, 0, '2013-12-11 23:12:03', 'body', 'base64', 1, 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGk+DQo8L2k+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGk+DQo8L2k+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 1),
(238, 57, 0, '2013-12-11 23:09:41', 'original_id', '', 0, '137', '', 1),
(241, 58, 0, '2013-12-11 23:12:03', 'original_id', '', 0, '137', '', 1),
(242, 59, 0, '2013-12-11 23:13:06', 'title', 'base64', 1, 'T3VyIFRlYW0=', 'T3VyIFRlYW0=', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(243, 59, 0, '2013-12-11 23:13:06', 'body', 'base64', 1, 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KPGltZyBjbGFzcz0ic2l6ZS1mdWxsIHdwLWltYWdlLTU3OSBhbGlnbmxlZnQiIGFsdD0ic3RhZmY4IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvc3RhZmY4LmpwZyIgd2lkdGg9IjI1MCIgaGVpZ2h0PSIxODgiIC8+SWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 1),
(244, 59, 0, '2013-12-11 23:13:06', 'original_id', '', 0, '137', '', 1),
(245, 60, 0, '2013-12-14 15:04:08', 'title', 'base64', 1, 'T3VyIERpZmZlcmVuY2U=', 'TnVlc3RyYSBEaWZlcmVuY2lh', 1),
(246, 60, 0, '2013-12-14 15:04:08', 'body', 'base64', 1, 'PGgzPkluIFB1ZXJ0byBCYXJpbGxhcyB3ZSBkbyBtYWtlIHlvdSBmZWVsIGFzIGlmIHRoaXMgcGFyYWRpc2UgaXMgeW91ciBiZWFjaCBob3VzZSE8L2gzPg0KT3VyIGRpZmZlcmVuY2Ugd2l0aCBvdGhlciBsb2RnaW5nIHNlcnZpY2VzIGlzOg0KPHVsPg0KCTxsaT5XZSBoYXZlIGRldmVsb3BlZCBhbiBpbmZyYXN0cnVjdHVyZSBpbiB3aGljaCB0aGUgZ3Vlc3QgY2FuIGdldCBjb21wbGV0ZSBwcml2YWN5LjwvbGk+DQoJPGxpPldlIGJlbGlldmUgdGhhdCB0aGUgZGVzdGluYXRpb25zIHdoZXJlIG5hdHVyZSBpcyBraW5kIGFyZSB0byBlbmpveSBwZWFjZSwgdHJhbnF1aWxpdHkgYW5kIHJlbGF4YXRpb24uPC9saT4NCgk8bGk+V2Uga25vdyB0aGF0IHNvbWV0aW1lcyB3ZSBuZWVkIHRoaXMgcGVhY2UgdG8gcmV0dXJuIHdpdGggcmVuZXdlZCBzdHJlbmd0aCBhbmQgc2hpbmUgdG8gb3VyIGRhaWx5IHJvdXRpbmUuPC9saT4NCgk8bGk+V2Ugd29yayBpbiBjb25zZXJ2YXRpb24gcHJvZ3JhbXMgYmVjYXVzZSB3ZSBoYXZlIGNvbnNjaW91c25lc3MsIGxvdmUgYW5kIHJlc3BlY3QgZm9yIG5hdHVyZS48L2xpPg0KPC91bD4NCjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtNjc0IiBhbHQ9ImJhbm5lciIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2Jhbm5lcjEuanBnIiB3aWR0aD0iNjA5IiBoZWlnaHQ9Ijg0IiAvPg==', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 0),
(247, 60, 0, '2013-12-14 15:04:08', 'original_id', '', 0, '312', '', 0),
(248, 61, 0, '2013-12-14 15:38:48', 'title', 'base64', 1, 'SmlxdWlsaXNjbyBCYXk=', 'QmFow61hIGRlIEppcXVpbGlzY28=', 1),
(249, 61, 0, '2013-12-14 15:38:48', 'body', 'base64', 1, 'PGgzPkFib3V0IEppcXVpbGlzY28gQmF5PC9oMz4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbGFiYWhpYS5qcGciPjxpbWcgY2xhc3M9InNpemUtZnVsbCB3cC1pbWFnZS02ODQgYWxpZ25sZWZ0IiBhbHQ9ImxhYmFoaWEiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sYWJhaGlhLmpwZyIgd2lkdGg9IjE3MCIgaGVpZ2h0PSIxNjkiIC8+PC9hPkppcXVpbGlzY28gQmF5LCBhIHJlc2VydmUgYW5kIHRoZSBtb3N0IGltcG9ydGFudCBjb2FzdGFsIG1hcmluZSBlY29zeXN0ZW0gb2YgRWwgU2FsdmFkb3IuIGNvbXByaXNlcyA1NSBrbSBvZiBjb2FzdCBmcm9tIHRoZSBtb3V0aCBvZiB0aGUgTGVtcGEgUml2ZXIgdG8gdGhlIG1vdXRoIG9mIHRoZSBDaGVwb25hIGluIEp1Y3VhcsOhbjogY29udGFpbnMgMjcgaXNsYW5kcyBhbmQgaXNsZXRzIGFuZCAyMiwgOTEyIGhlY3RhcmVzIG9mIG1hbmdyb3Zlcy4gT24gT2N0b2JlciAzMSwgMjAwNSB3YXMgZGVjbGFyZWQgYSBSYW1zYXIgc2l0ZSB1bmRlciB0aGUgaW50ZXJuYXRpb25hbCBjb252ZW50aW9uIG9uIHdldGxhbmRzLCBiZWNhdXNlIG9mIGl0cyB1bmlxdWVuZXNzIGFuZCBmcmFnaWxpdHksIGJlY2F1c2UgaXQgaXMgdGhlIGhhYml0YXQgb2YgbW9zdCBjb2FzdGFsIG1hcmluZSBiaXJkcyBpbiB0aGUgY291bnRyeS4gSXQgaXMgdGhlIG9ubHkgbmVzdGluZyBzaXRlIGZvciBzb21lIG9mIHRoZW0sIGFuZCB0aGUNCnBsYWNlIG9mIGRlc3RpbmF0aW9uIG9yIHN0ZXAgKGZlZWRpbmcsIG1vdWx0aW5nIGFuZCByZXN0aW5nKSBvZiBlaWdodHktc2V2ZW4gbWlncmF0b3J5IGJpcmRzIG9mIGludGVybmF0aW9uYWwgaW1wb3J0YW5jZS4NCg0KVGhpcyBzaXRlIGlzIGhvbWUgdG8gYSBkaXZlcnNpdHkgb2YgdGVycmVzdHJpYWwgc3BlY2llcyBhc3NvY2lhdGVkIHdpdGggd2F0ZXIgYm9kaWVzIGFuZCBjb2FzdGFsIGFyZWFzLiBJdCBzaG91bGQgYmUgbm90ZWQgdGhhdCBpdCBoYXMgY29uZmlybWVkIHRoYXQgZm91ciBvZiB0aGUgc2V2ZW4gc2VhIHR1cnRsZSBzcGVjaWVzIGtub3duIHdvcmxkd2lkZSB2aXNpdCBKaXF1aWxpc2NvIEJheSBmb3IgbmVzdGluZy4gVGhlIHNwZWNpZXMgY29uY2VybmVkIGFyZTogdGhlIGJsYWNrIHR1cnRsZSwgSGF3a3NiaWxsLCBPbGl2ZSBSaWRsZXkgdHVydGxlIGFuZCB0b3J0b2lzZSBCYXVsZS4NCg0KUGVvcGxlIGxpdmluZyBvbiB0aGUgcGVyaW1ldGVyIG9mIHRoZSByZXNlcnZlIGlzIHdlbGwgYXdhcmUgb2YgdGhlIG5lZWQgdG8gcHJlc2VydmUgdGhlIHNpdGUgdGhyb3VnaCB0aGUgZXN0YWJsaXNobWVudCBvZiBwcm9kdWN0aW9uIHN5c3RlbXMgY29tcGF0aWJsZSB3aXRoIHRoZSBlbnZpcm9ubWVudCwgY28tbWFuYWdlbWVudCBvZiBwcm90ZWN0ZWQgYXJlYXMsIHJpc2sgbWFuYWdlbWVudCBhbmQgcmVzY3VlIHNraWxscyBURUsuIFRoZSBzdXN0YWluYWJsZSBkZXZlbG9wbWVudCBvZiB0aGUgYXJlYSBpcyBiYXNlZCBvbiB0b3VyaXNtLCBoYXJ2ZXN0aW5nIG9mIG1hbmdyb3ZlcyBhbmQgY29jb251dHMsIHRoZSBjdWx0aXZhdGlvbiBvZiBzdWdhciBjYW5lLCBmaXNoaW5nIGFuZCBsaXZlc3RvY2suDQoNCkZvciBhbGwgdGhhdCB0aGUgQmF54oCZcyBiZWF1dHkgYW5kIHdoYXQgaXQgb2ZmZXJzOiBpdHMgY2hhcmFjdGVyaXN0aWNzIGFuZCB1bmlxdWUgbGFuZHNjYXBlcywgd2UgaW52aXRlIHlvdSB0byB2aXNpdCB0aGlzIG5hdHVyYWwgcGFyYWRpc2Ugb2YgRWwgU2FsdmFkb3IuDQoNCjxpbWcgY2xhc3M9Im5nZ19kaXNwbGF5ZWRfZ2FsbGVyeSBtY2VJdGVtIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL25leHRnZW4tYXR0YWNoX3RvX3Bvc3QvcHJldmlldy9pZC0tNjk0IiAvPg==', 'PGRpdj4NCjxkaXYgaWQ9InR3LXRhcmdldCI+DQo8ZGl2IGlkPSJ0dy10YXJnZXQtdGV4dC1jb250YWluZXIiPg0KPHAgZGlyPSJsdHIiIGlkPSJ0dy10YXJnZXQtdGV4dCIgZGF0YS1wbGFjZWhvbGRlcj0iVHJhZHVjY2nDs24iPkxhIFJlc2VydmEgZGUgbGEgQmlvc2ZlcmEgQmFow61hIGRlIEppcXVpbGlzY28gc2UgZW5jdWVudHJhIGVuIGxhIGNvc3RhIGRlbCBQYWPDrWZpY28gYWwgc3VyZXN0ZSBkZSBFbCBTYWx2YWRvciwgZW4gZWwgZGVwYXJ0YW1lbnRvIGRlIFVzdWx1dMOhbi48L3A+DQo8cCBkaXI9Imx0ciIgZGF0YS1wbGFjZWhvbGRlcj0iVHJhZHVjY2nDs24iPkVuc2VuYWRhcyB5wqAgbG9zIGNhbmFsZXMgZGUgbWFuZ2xhcmVzIGRlIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIG9mcmVjZW4gdW5hIGJlbGxlemEgbmF0dXJhbCwgdmlyZ2VuIGRlIEVsIFNhbHZhZG9yLiBMYSBiYWjDrWEgYWxiZXJnYSBsYSBtYXlvciBhYnVuZGFuY2lhIGRlIGF2ZXMgbWFyaW5vLWNvc3RlcmFzIGVuIGVsIEVsIFNhbHZhZG9yLCBtdWNoYXMgZGUgbGFzIGN1YWxlcyBlc3TDoW4gYW1lbmF6YWRhcyBvIGVuIHBlbGlncm8gZGUgZXh0aW5jacOzbi4gTcOhcyBkZSA4MCBlc3BlY2llcyBkZSBhdmVzIG1pZ3JhdG9yaWFzIHZpc2l0YW4gbGEgem9uYSBwYXJhIGFsaW1lbnRhcnNlIGRlIGFidW5kYW50ZXPCoCBkZSBwZWNlcywgcXVlIGluY2x1eWVuIGVzcGVjaWVzIGNvbW8gZWwgcsOzYmFsbywgcGFyZ28geSBjb3J2aW5hLiBMYSBleHBsb3JhY2nDs24gZGUgbGFzIG11Y2hhcyBpc2xhcyBkZSBsYSBiYWjDrWEsIGNhbmFsZXMgZGUgbWFuZ2xhcmVzIHkgcGxheWFzIGRlc29sYWRhcyBlcyB2ZXJkYWRlcmFtZW50ZSBpbXByZXNpb25hbnRlLjwvcD4NCjxwIGRpcj0ibHRyIiBkYXRhLXBsYWNlaG9sZGVyPSJUcmFkdWNjacOzbiI+TGEgYmVsbGV6YSBuYXR1cmFsIGRlIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIGhhIGxsZXZhZG8gcmVjaWVudGVtZW50ZSBhIHVuIGF1bWVudG8gZW4gZWwgdHVyaXNtbyBlY29sw7NnaWNvIGVuIGxhIHpvbmEuPC9wPg0KPHAgZGlyPSJsdHIiIGRhdGEtcGxhY2Vob2xkZXI9IlRyYWR1Y2Npw7NuIj5MYSBSZXNlcnZhIGRlIGxhIEJpb3NmZXJhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIGZ1ZSBkZWNsYXJhZGEgc2l0aW8gUkFNU0FSLCBlbCAzMSBkZSBvY3R1YnJlIGRlIDIwMDUuIExhIFJlc2VydmEgY3VicmUgYXByb3hpbWFkYW1lbnRlIDQwMCBrbTIsIGluY2x1eWVuZG8gNTAga20gZGUgY29zdGEuIExhIFJlc2VydmEgY29udGllbmUgZWwgbWF5b3IgZXN0dWFyaW8gZGUgbWFuZ2xhcmVzIGVuIEVsIFNhbHZhZG9yIGUgaW5jbHV5ZSBudW1lcm9zYXMgYmFow61hcywgY2FuYWxlcywgcGxheWFzLCBpc2xhcywgYm9zcXVlcyB5IHVuIGNvbXBsZWpvIGRlIGxhZ3VuYXMgZGUgYWd1YSBkdWxjZS48L3A+DQo8cCBkaXI9Imx0ciIgZGF0YS1wbGFjZWhvbGRlcj0iVHJhZHVjY2nDs24iPkVudHJlIG90cmFzIGVzcGVjaWVzcXVlIGhhYml0YW4gbGEgQmFoaWEgZGUgSmlxdWlsaXNjbzogbGFnYXJ0b3MsIGNvY29kcmlsb3MsIHBleiBnYWxsbywgNCBlc3BlY2llcyBkZSB0b3J0dWdhcyBlbnRyZSBlbGxhcyBsYSBDYXJleSwgUHJpZXRhLCBCYXVsZSB5IEdvbGZpbmEuPC9wPg0KDQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQombmJzcDs=', 1),
(250, 61, 0, '2013-12-14 15:38:48', 'original_id', '', 0, '141', '', 1),
(251, 62, 0, '2013-12-21 15:45:23', 'title', 'base64', 1, 'VHJhdmVsIFBhcnRuZXJz', 'VG91cnMgeSBWaWFqZXM=', 0),
(252, 62, 0, '2013-12-21 15:45:23', 'body', 'base64', 1, 'UHVlcnRvIEJhcmlsbGFzIG9mZmVycyB0cmFuc3BvcnRhdGlvbsKgIHRvIHRoZSBmb2xsb3dpbmcgc2l0ZXMNCihGb3IgcHJpY2VzIHBsZWFzZSB2aXNpdCBvdXIgcmVjZXB0aW9uIG9mZmljZSk6DQo8dWw+DQoJPGxpPjxzdHJvbmc+Sm95YXMgZGUgQ2VyZW48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkFsZWdyaWE8L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPlN1Y2hpdG90bzwvc3Ryb25nPjwvbGk+DQo8L3VsPg0KTG9va2luZyBmb3IgbW9yZSB0b3Vycz8gTG9jYWwgVG91ciBPcGVyYXRvcnMgb2ZmZXIgdGhlIGZvbGxvd2luZyB0b3VyczrCoCAoUGxlYXNlIGNvbnRhY3Qgb3VyIEZyb250IMKgb2ZmaWNlIG9yIGVtYWlswqA8YSBocmVmPSJtYWlsdG86ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tPC9hPsKgZm9yIGJvb2tpbmcgYSB0b3VyKS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRpc2NvdmVyIHRoZSBtYWplc3RpYyB2b2xjYW5vZXMgb2YgRWwgU2FsdmFkb3IhDQo8L2I+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+PC9iPldvdWxkIHlvdSBsaWtlIHRvIHZpc2l0IG9uZSBvZiB0aGUgbW9zdCBkaXN0aW5jdGl2ZSBuYXR1cmFsIGF0dHJpYnV0ZXMgb2YgRWwgU2FsdmFkb3I/IFlvdSBtdXN0IHZpc2l0IHRoZSB2b2xjYW5vZXMgYW5kIGxha2VzIG9mIEVsIFNhbHZhZG9yLsKgSW4gdGhlIGxha2VzIGFuZCB2b2xjYW5vZXMgdG91ciB5b3Ugd2lsbCB0YWtlIGEgc2lnaHRzZWVpbmcgdG91ciB0byDigJxJemFsY28gVm9sY2Fub+KAnSwgYmVzdCBrbm93biBhcyB0aGUgTGlnaHRob3VzZSBvZiB0aGUgUGFjaWZpYyBiZWNhdXNlIHRoZSBib2F0cyB3ZXJlIG9yaWVudGVkIHdpdGggdGhlIHJlZCBnbG93IG9mIHRoZSBsYXZhIHRvIHJlYWNoIHRoZSBBY2FqdXRsYSBwb3J0LsKgQ2Vycm8gVmVyZGUgaXMgYW4gaW5hY3RpdmUgdm9sY2FubyBsb2NhdGVkIGF0IGFuIGFsdGl0dWRlIG9mIDIwMzUgbWV0ZXJzIGFuZCBsZW5ndGggb2YgNTAwIGhlY3RhcmVzIHRoZSBuYXR1cmUgcmVzZXJ2ZSBvZiBDZXJybyBWZXJkZSwgwqBJdCBoYXMgYSBjbG91ZCBmb3Jlc3QgaW4gYW5kIGFyb3VuZCB0aGUgY3JhdGVyIHdpdGggYSB0ZW1wZXJhdHVyZSBvZiBiZXR3ZWVuIDEyIGFuZCAxOCBkZWdyZWVzIGNlbnRpZ3JhZGUuPC9wPg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLiBXZWxjb21lIHRvIHRoZSBMYW5kIG9mIHRoZSBWb2xjYW5vZXMuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5TdWNoaXRvdG8gVG91cjwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkxvb2tpbmcgdG8gY29tYmluZSBoaXN0b3J5LCBjdWx0dXJlIGFuZCBuYXR1cmU/PC9iPjxiPjwvYj48L2gzPg0KVGhlIFN1Y2hpdG90byBkYXkgdG91ciBpcyBhIGJlYXV0aWZ1bCB2aXNpdCB0byB0aGUgZW5jaGFudGluZyBjaXR5IG9mIFN1Y2hpdG90bywgYWxzbyBrbm93biBhcyB0aGUg4oCcUGxhY2Ugb2YgRmxvd2VyIEJpcmTigJ0gZm9yIGl0cyBuYW1lIGluIE5haHVhdGwuwqBTdWNoaXRvdG8gb2ZmZXJzIGFuIGVzc2VuY2Ugb2YgYW5jaWVudCBjaXR5IHdpdGggY29sb25pYWwgYXJjaGl0ZWN0dXJlIHRoYXQgc2VlbXMgbGlrZSB0aGUgdGltZSBoYXMgc3RvcHBlZC4gVmlzaXQgaXRzIGJlYXV0aWZ1bCBjb2JibGVkIHN0cmVldHMsIGFydCBnYWxsZXJpZXMsIGNyYWZ0cyBhbmQgaG9tZSBvZiBvbmUgb2YgdGhlIG1haW4gYXR0cmFjdGlvbnMgb2YgdGhlIGNpdHkgZm9yIGl0cyBzdHJ1Y3R1cmUgYW5kIGhpc3RvcmljYWwgaW1wb3J0YW5jZTogdGhlIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1My7CoFRoZSBmb3VuZGluZyBvZiBTdWNoaXRvdG8gaXMgYXR0cmlidXRlZCB0byB0aGUgUGlwaWxlcywgd2hvIHNldHRsZWQgaW4gdGhlIHByZXNlbnQgU2FsdmFkb3JhbiB0ZXJyaXRvcnkgb2YgQ3VzY2F0bMOhbiBoYWxmd2F5IHRocm91Z2ggdGhlIDExIHRoIGNlbnR1cnkgYW5kIHdlcmUgb25lIG9mIHRoZSBtb3N0IHZldGVyYW4gaW5kaWdlbm91cyB0cmliZXMgdGhhdCBmb3VnaHQgYWdhaW5zdCB0aGUgU3BhbmlzaCBjb25xdWlzdGFkb3JzIGluIHRoZSBiZWdpbm5pbmcgb2YgdGhlIDE3IHRoIGNlbnR1cnkuwqBUaGUgY2l0eSBpcyBrbm93biBhcyB0aGUg4oCcQ3JhZGxlIG9mIEhpc3RvcnkgYW5kIEN1bHR1cmXigJ0gZm9yIGFsbCB0aGUgd2VhbHRoIGl0IGNvbnRhaW5zLg0KDQpMYXRlciwgaWYgeW91IGZlZWwgbGlrZSwgeW91IGNhbiBhbHNvIHZpc2l0IFN1Y2hpdGzDoW4gTGFrZSwgdGhlIGxhcmdlc3QgYXJ0aWZpY2lhbCBsYWtlIHN1cmZhY2Ugd2F0ZXIgaW4gdGhlIGNvdW50cnkuwqBJdHMgbmF0dXJhbCBzY2VuaWMgYmVhdXR5IG1ha2VzIGl0IGFuIGlkZWFsIGRlc3RpbmF0aW9uIHRvIGVuam95IGEgYXJ0aXNhbiBib2F0IHJpZGUgd2l0aCBvbmUgb2YgdGhlIGxvY2FsIGJvYXRlcnMuIER1cmluZyB0aGUgYm9hdCByaWRlIHlvdSB3aWxsIGJlIGFibGUgdG8gdmlzaXQgdGhlIGRpZmZlcmVudCBpc2xhbmRzIHRoYXQgc3Vycm91bmQgdGhlIGxha2UsIGhvbWUgb2YgbWlncmF0b3J5IGJpcmRzIGFuZCBuYXRpdmUgYW5pbWFscy7CoERvIHlvdSB3YW50IHRvIGRpc2NvdmVyIGEgY2l0eSB3aXRoIGVuY2hhbnRtZW50PyBUaGlzIGlzIHRoZSBwZXJmZWN0IHRvdXIgdG8gZXNjYXBlIG9mIHlvdXIgcm91dGluZS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkNpdHkgVG91ciBTYW4gU2FsdmFkb3IgQWxsIERheTwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRvIHlvdSB3YW50IHRvIGRpc2NvdmVyIHRoZSBjaXR5IG9mIFNhbiBTYWx2YWRvcj88L2I+PC9oMz4NClRoaXMgaXMgZGVmaW5pdGx5IHlvdXIgdG91ci4gVmlzaXQgdGhlIG1haW4gYXZlbnVlcyBhbmQgbW9udW1lbnRzIG9mIFNhbiBTYWx2YWRvciwgdGhlIHByaW1hcnkgcmVzaWRlbnRpYWwgem9uZXMgb2YgdGhlIENhcGl0YWwgQ2l0eSwgdGhlIEhpc3RvcmljYWwgQ2VudHJlIHdpdGggaXMgbWFqZXN0aWMgTWV0cm9wb2xpdGFuIENhdGhlZHJhbCwgYmVhdXRpZnVsIE5hdGlvbmFsIFBhbGFjZSBhbmQgY2hhcmF0ZXJpc3RpYyBOYXRpb25hbCBUaGVhdHJlIG9mIGEgRnJlbmNoIFJlbmFpc3NhbmNlIHN0eWxlIGRlY2xhcmVkIGEgbmF0aW9uYWwgbW9udW1lbnQgaW4gMTk3OS4gVGhlbiwgdmlzaXQgRWwgUm9zYXJpbyBDaHVyY2ggYW5kIFBsYXphIExpYmVydGFkLsKgSW4gdGhlIGFmdGVybm9vbiwgdmlzaXQgU2FuIFNhbHZhZG9ywrRzIFZvbGNhbm8gYXQgb25seSAyNSBrbXMgZnJvbSB0aGUgY2l0eS4gVGhpcyBWb2xjYW5vIGlzIGFsc28ga25vd24gYXMg4oCcRWwgQm9xdWVyw7Nu4oCdLiBIZXJlLCBlbmpveSBhIHJlZnJlc2hpbmcgZWNvIHdhbGsgdGhyb3VnaCB0aGUgbmF0dXJhbCB0cmFpbHMgYW5kIGEgcGFub3JhbWljIHZpZXcgdG8gdGhlIGNyYXRlciB3aXRoIGl0cyBwYXJ0aWN1bGFyIOKAnHZvbGNhbmNpdG/igJ0gb3Ig4oCcbGl0dGxlIHZvbGNhbm/igJ0gaW5zaWRlLiBUaGUgc2lnaHRzZWVpbmdzIGFyZSBqdXN0IEltcHJlc3NpdmUhwqBXaGVuIHJldHVybmluZywgeW91IHdpbGwgYmUgYWJsZSB0byBzZWUgdGhlIGJlYXV0aWZ1bCBjaXR5IG9mIFNhbiBTYWx2YWRvciBpbiB0aGUgbGF0ZSBhZnRlcm5vb24uIEF0IHRoZSBlbmQsIGRlbGlnaHQgeW91cnNlbGYgd2l0aCBhIHdhcm0gYW5kIHRhc3RpbmcgY3VwIG9mIGNvZmZlZSBvciBhIGRlbGljaW91cyB0eXBpY2FsIGVhcmx5IGRpbm5lciBhdCBhIGxvY2FsIHJlc3RhdXJhbnQgaW4gdGhlIGFyZWEsIHdoZXJlIHlvdSB3aWxsIGFsc28gYmUgYWJsZSB0byB0YXN0ZSB0aGUgZmFtb3VzIHNhbHZhZG9yZWFuIGRpc2hlczog4oCcTGFzIFB1cHVzYXPigJ0uIFRoaXMgdG91ciBpcyBhIHJlYWwgbmF0dXJhbCwgY3VsdHVyYWwgYW5kIGhpc3RvcmljIGFwcG9yYWNoIHRoYXQgY2hhcmFjdGVyaXplcyBFbCBTYWx2YWRvci4NCg0KPHN0cm9uZz5TZWU6wqA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2Jvb2tpbmctaG90ZWxzLyI+Qm9va2luZyBIb3RlbHM8L2E+PC9zdHJvbmc+DQoNCiZuYnNwOw==', 'UHVlcnRvIEJhcmlsbGFzIG9mZmVycyB0cmFuc3BvcnRhdGlvbsKgIHRvIHRoZSBmb2xsb3dpbmcgc2l0ZXMNCihGb3IgcHJpY2VzIHBsZWFzZSB2aXNpdCBvdXIgcmVjZXB0aW9uIG9mZmljZSk6DQo8dWw+DQoJPGxpPjxzdHJvbmc+Sm95YXMgZGUgQ2VyZW48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkFsZWdyaWE8L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPlN1Y2hpdG90bzwvc3Ryb25nPjwvbGk+DQo8L3VsPg0KTG9va2luZyBmb3IgbW9yZSB0b3Vycz8gTG9jYWwgVG91ciBPcGVyYXRvcnMgb2ZmZXIgdGhlIGZvbGxvd2luZyB0b3VyczrCoCAoUGxlYXNlIGNvbnRhY3Qgb3VyIEZyb250IMKgb2ZmaWNlIG9yIGVtYWlswqA8YSBocmVmPSJtYWlsdG86ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tPC9hPsKgZm9yIGJvb2tpbmcgYSB0b3VyKS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRpc2NvdmVyIHRoZSBtYWplc3RpYyB2b2xjYW5vZXMgb2YgRWwgU2FsdmFkb3IhDQo8L2I+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+PC9iPldvdWxkIHlvdSBsaWtlIHRvIHZpc2l0IG9uZSBvZiB0aGUgbW9zdCBkaXN0aW5jdGl2ZSBuYXR1cmFsIGF0dHJpYnV0ZXMgb2YgRWwgU2FsdmFkb3I/IFlvdSBtdXN0IHZpc2l0IHRoZSB2b2xjYW5vZXMgYW5kIGxha2VzIG9mIEVsIFNhbHZhZG9yLsKgSW4gdGhlIGxha2VzIGFuZCB2b2xjYW5vZXMgdG91ciB5b3Ugd2lsbCB0YWtlIGEgc2lnaHRzZWVpbmcgdG91ciB0byDigJxJemFsY28gVm9sY2Fub+KAnSwgYmVzdCBrbm93biBhcyB0aGUgTGlnaHRob3VzZSBvZiB0aGUgUGFjaWZpYyBiZWNhdXNlIHRoZSBib2F0cyB3ZXJlIG9yaWVudGVkIHdpdGggdGhlIHJlZCBnbG93IG9mIHRoZSBsYXZhIHRvIHJlYWNoIHRoZSBBY2FqdXRsYSBwb3J0LsKgQ2Vycm8gVmVyZGUgaXMgYW4gaW5hY3RpdmUgdm9sY2FubyBsb2NhdGVkIGF0IGFuIGFsdGl0dWRlIG9mIDIwMzUgbWV0ZXJzIGFuZCBsZW5ndGggb2YgNTAwIGhlY3RhcmVzIHRoZSBuYXR1cmUgcmVzZXJ2ZSBvZiBDZXJybyBWZXJkZSwgwqBJdCBoYXMgYSBjbG91ZCBmb3Jlc3QgaW4gYW5kIGFyb3VuZCB0aGUgY3JhdGVyIHdpdGggYSB0ZW1wZXJhdHVyZSBvZiBiZXR3ZWVuIDEyIGFuZCAxOCBkZWdyZWVzIGNlbnRpZ3JhZGUuPC9wPg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLiBXZWxjb21lIHRvIHRoZSBMYW5kIG9mIHRoZSBWb2xjYW5vZXMuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5TdWNoaXRvdG8gVG91cjwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkxvb2tpbmcgdG8gY29tYmluZSBoaXN0b3J5LCBjdWx0dXJlIGFuZCBuYXR1cmU/PC9iPjxiPjwvYj48L2gzPg0KVGhlIFN1Y2hpdG90byBkYXkgdG91ciBpcyBhIGJlYXV0aWZ1bCB2aXNpdCB0byB0aGUgZW5jaGFudGluZyBjaXR5IG9mIFN1Y2hpdG90bywgYWxzbyBrbm93biBhcyB0aGUg4oCcUGxhY2Ugb2YgRmxvd2VyIEJpcmTigJ0gZm9yIGl0cyBuYW1lIGluIE5haHVhdGwuwqBTdWNoaXRvdG8gb2ZmZXJzIGFuIGVzc2VuY2Ugb2YgYW5jaWVudCBjaXR5IHdpdGggY29sb25pYWwgYXJjaGl0ZWN0dXJlIHRoYXQgc2VlbXMgbGlrZSB0aGUgdGltZSBoYXMgc3RvcHBlZC4gVmlzaXQgaXRzIGJlYXV0aWZ1bCBjb2JibGVkIHN0cmVldHMsIGFydCBnYWxsZXJpZXMsIGNyYWZ0cyBhbmQgaG9tZSBvZiBvbmUgb2YgdGhlIG1haW4gYXR0cmFjdGlvbnMgb2YgdGhlIGNpdHkgZm9yIGl0cyBzdHJ1Y3R1cmUgYW5kIGhpc3RvcmljYWwgaW1wb3J0YW5jZTogdGhlIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1My7CoFRoZSBmb3VuZGluZyBvZiBTdWNoaXRvdG8gaXMgYXR0cmlidXRlZCB0byB0aGUgUGlwaWxlcywgd2hvIHNldHRsZWQgaW4gdGhlIHByZXNlbnQgU2FsdmFkb3JhbiB0ZXJyaXRvcnkgb2YgQ3VzY2F0bMOhbiBoYWxmd2F5IHRocm91Z2ggdGhlIDExIHRoIGNlbnR1cnkgYW5kIHdlcmUgb25lIG9mIHRoZSBtb3N0IHZldGVyYW4gaW5kaWdlbm91cyB0cmliZXMgdGhhdCBmb3VnaHQgYWdhaW5zdCB0aGUgU3BhbmlzaCBjb25xdWlzdGFkb3JzIGluIHRoZSBiZWdpbm5pbmcgb2YgdGhlIDE3IHRoIGNlbnR1cnkuwqBUaGUgY2l0eSBpcyBrbm93biBhcyB0aGUg4oCcQ3JhZGxlIG9mIEhpc3RvcnkgYW5kIEN1bHR1cmXigJ0gZm9yIGFsbCB0aGUgd2VhbHRoIGl0IGNvbnRhaW5zLg0KDQpMYXRlciwgaWYgeW91IGZlZWwgbGlrZSwgeW91IGNhbiBhbHNvIHZpc2l0IFN1Y2hpdGzDoW4gTGFrZSwgdGhlIGxhcmdlc3QgYXJ0aWZpY2lhbCBsYWtlIHN1cmZhY2Ugd2F0ZXIgaW4gdGhlIGNvdW50cnkuwqBJdHMgbmF0dXJhbCBzY2VuaWMgYmVhdXR5IG1ha2VzIGl0IGFuIGlkZWFsIGRlc3RpbmF0aW9uIHRvIGVuam95IGEgYXJ0aXNhbiBib2F0IHJpZGUgd2l0aCBvbmUgb2YgdGhlIGxvY2FsIGJvYXRlcnMuIER1cmluZyB0aGUgYm9hdCByaWRlIHlvdSB3aWxsIGJlIGFibGUgdG8gdmlzaXQgdGhlIGRpZmZlcmVudCBpc2xhbmRzIHRoYXQgc3Vycm91bmQgdGhlIGxha2UsIGhvbWUgb2YgbWlncmF0b3J5IGJpcmRzIGFuZCBuYXRpdmUgYW5pbWFscy7CoERvIHlvdSB3YW50IHRvIGRpc2NvdmVyIGEgY2l0eSB3aXRoIGVuY2hhbnRtZW50PyBUaGlzIGlzIHRoZSBwZXJmZWN0IHRvdXIgdG8gZXNjYXBlIG9mIHlvdXIgcm91dGluZS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkNpdHkgVG91ciBTYW4gU2FsdmFkb3IgQWxsIERheTwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRvIHlvdSB3YW50IHRvIGRpc2NvdmVyIHRoZSBjaXR5IG9mIFNhbiBTYWx2YWRvcj88L2I+PC9oMz4NClRoaXMgaXMgZGVmaW5pdGx5IHlvdXIgdG91ci4gVmlzaXQgdGhlIG1haW4gYXZlbnVlcyBhbmQgbW9udW1lbnRzIG9mIFNhbiBTYWx2YWRvciwgdGhlIHByaW1hcnkgcmVzaWRlbnRpYWwgem9uZXMgb2YgdGhlIENhcGl0YWwgQ2l0eSwgdGhlIEhpc3RvcmljYWwgQ2VudHJlIHdpdGggaXMgbWFqZXN0aWMgTWV0cm9wb2xpdGFuIENhdGhlZHJhbCwgYmVhdXRpZnVsIE5hdGlvbmFsIFBhbGFjZSBhbmQgY2hhcmF0ZXJpc3RpYyBOYXRpb25hbCBUaGVhdHJlIG9mIGEgRnJlbmNoIFJlbmFpc3NhbmNlIHN0eWxlIGRlY2xhcmVkIGEgbmF0aW9uYWwgbW9udW1lbnQgaW4gMTk3OS4gVGhlbiwgdmlzaXQgRWwgUm9zYXJpbyBDaHVyY2ggYW5kIFBsYXphIExpYmVydGFkLsKgSW4gdGhlIGFmdGVybm9vbiwgdmlzaXQgU2FuIFNhbHZhZG9ywrRzIFZvbGNhbm8gYXQgb25seSAyNSBrbXMgZnJvbSB0aGUgY2l0eS4gVGhpcyBWb2xjYW5vIGlzIGFsc28ga25vd24gYXMg4oCcRWwgQm9xdWVyw7Nu4oCdLiBIZXJlLCBlbmpveSBhIHJlZnJlc2hpbmcgZWNvIHdhbGsgdGhyb3VnaCB0aGUgbmF0dXJhbCB0cmFpbHMgYW5kIGEgcGFub3JhbWljIHZpZXcgdG8gdGhlIGNyYXRlciB3aXRoIGl0cyBwYXJ0aWN1bGFyIOKAnHZvbGNhbmNpdG/igJ0gb3Ig4oCcbGl0dGxlIHZvbGNhbm/igJ0gaW5zaWRlLiBUaGUgc2lnaHRzZWVpbmdzIGFyZSBqdXN0IEltcHJlc3NpdmUhwqBXaGVuIHJldHVybmluZywgeW91IHdpbGwgYmUgYWJsZSB0byBzZWUgdGhlIGJlYXV0aWZ1bCBjaXR5IG9mIFNhbiBTYWx2YWRvciBpbiB0aGUgbGF0ZSBhZnRlcm5vb24uIEF0IHRoZSBlbmQsIGRlbGlnaHQgeW91cnNlbGYgd2l0aCBhIHdhcm0gYW5kIHRhc3RpbmcgY3VwIG9mIGNvZmZlZSBvciBhIGRlbGljaW91cyB0eXBpY2FsIGVhcmx5IGRpbm5lciBhdCBhIGxvY2FsIHJlc3RhdXJhbnQgaW4gdGhlIGFyZWEsIHdoZXJlIHlvdSB3aWxsIGFsc28gYmUgYWJsZSB0byB0YXN0ZSB0aGUgZmFtb3VzIHNhbHZhZG9yZWFuIGRpc2hlczog4oCcTGFzIFB1cHVzYXPigJ0uIFRoaXMgdG91ciBpcyBhIHJlYWwgbmF0dXJhbCwgY3VsdHVyYWwgYW5kIGhpc3RvcmljIGFwcG9yYWNoIHRoYXQgY2hhcmFjdGVyaXplcyBFbCBTYWx2YWRvci4NCg0KPHN0cm9uZz5TZWU6wqA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2Jvb2tpbmctaG90ZWxzLyI+Qm9va2luZyBIb3RlbHM8L2E+PC9zdHJvbmc+DQoNCiZuYnNwOw==', 1),
(253, 62, 0, '2013-12-21 15:45:23', 'original_id', '', 0, '33', '', 0),
(270, 64, 0, '2014-01-03 17:42:50', 'body', 'base64', 1, '', '', 1),
(256, 63, 0, '2014-01-03 15:32:52', 'original_id', '', 0, '63', '', 1),
(257, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_title', 'base64', 1, 'TG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFz', 'SG90ZWxzIGluIEVsIFNhbHZhZG9y', 1),
(258, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(259, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(260, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4=', 'bG9kZ2luZyBFbCBTYWx2YWRvciBCYWhpYSBkZSBKaXF1aWxpc2NvIG5hdHVyZSBiYXNlZCBhbG9qYW1pZW50bw==', 1),
(261, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(262, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(263, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3I=', 'TG9kZ2luZyBpbiBFbCBTYWx2YWRvcg==', 1),
(264, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(265, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(266, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgUHVlcnRvIEJhcmlsbGFz', 'YWxvamFtaWVudG8=', 1),
(267, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(268, 63, 0, '2014-01-03 15:32:52', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(271, 64, 0, '2014-01-03 17:42:50', 'original_id', '', 0, '59', '', 1),
(272, 65, 0, '2014-01-03 17:44:25', 'title', 'base64', 1, 'SW1wdXQgeW91IFRleHQgMSBIZXJl', '', 0),
(273, 65, 0, '2014-01-03 17:44:25', 'body', 'base64', 1, '', '', 0),
(274, 65, 0, '2014-01-03 17:44:25', 'excerpt', 'base64', 1, 'TWFrZSBzdXJlIHRoYXQgdGhlIHNlbGVjdGVkIHN0YXRpYyBwYWdlIGhhcyBhdHRhY2hlZCBpbWFnZXMgdG8gaXQ=', '', 0),
(275, 65, 0, '2014-01-03 17:44:25', 'original_id', '', 0, '7', '', 0),
(279, 67, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU0', '', 0),
(280, 67, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 0),
(281, 67, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '117', '', 0),
(282, 68, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU3', '', 0),
(283, 68, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 0),
(284, 68, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '120', '', 0),
(285, 69, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2', '', 0),
(286, 69, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 0),
(287, 69, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '118', '', 0),
(288, 70, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'bW9ubw==', '', 0),
(289, 70, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 0),
(290, 70, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '625', '', 0),
(291, 71, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'UmVzdGF1cmFudA==', '', 0),
(292, 71, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 0),
(293, 71, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '626', '', 0),
(294, 72, 0, '2014-01-03 17:44:26', 'title', 'base64', 1, 'U2xpZGVzaG93IE1haW4=', 'U2xpZGVzaG93IE1haW4=', 1),
(295, 72, 0, '2014-01-03 17:44:26', 'body', 'base64', 1, '', '', 1),
(296, 72, 0, '2014-01-03 17:44:26', 'original_id', '', 0, '59', '', 1),
(297, 73, 0, '2014-01-03 17:45:05', 'title', 'base64', 1, 'SW1hZ2VuZXMgUHJpbmNpcGFsZXM=', 'SW1hZ2VuZXMgUHJpbmNpcGFsZXM=', 1),
(298, 73, 0, '2014-01-03 17:45:05', 'body', 'base64', 1, '', '', 1),
(299, 73, 0, '2014-01-03 17:45:05', 'original_id', '', 0, '59', '', 1),
(300, 74, 0, '2014-01-03 17:45:48', 'title', 'base64', 1, 'U2xpZGVzaG93IE1haW4=', 'U2xpZGVzaG93IE1haW4=', 1),
(301, 74, 0, '2014-01-03 17:45:48', 'body', 'base64', 1, '', '', 1),
(302, 74, 0, '2014-01-03 17:45:48', 'original_id', '', 0, '59', '', 1),
(303, 75, 0, '2014-01-03 17:47:17', 'title', 'base64', 1, 'SW1hZ2VuZXMgUHJpbmNpcGFsZXM=', 'U2xpZGVzaG93IE1haW4=', 1),
(304, 75, 0, '2014-01-03 17:47:17', 'body', 'base64', 1, '', '', 1),
(305, 75, 0, '2014-01-03 17:47:17', 'original_id', '', 0, '775', '', 1),
(306, 76, 0, '2014-01-03 17:48:57', 'title', 'base64', 1, '', 'Rm90b3MgUHJpbmNpcGFsZXM=', 1),
(307, 76, 0, '2014-01-03 17:48:57', 'body', 'base64', 1, '', '', 1),
(308, 76, 0, '2014-01-03 17:48:57', 'original_id', '', 0, '', '', 1),
(314, 78, 0, '2014-01-05 03:40:12', 'original_id', '', 0, '18', '', 1),
(315, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_title', 'base64', 1, 'QWN0aXZpdGllcyBpbiBFTCBTYWx2YWRvcg==', 'VG91cnMgaW4gRWwgU2FsdmFkb3IsIEFjdGl2aXRpZXMgS2F5YWssIENhY2FvLCBtb25rZXlzLCBiaWtl', 1),
(316, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(317, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(318, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'Qm9hdCBUb3VycyBWaXNpdCBvdXIgTW9ua2V5IFNhbmN0dWFyeSBlY28gS2F5YWsgUmVudGFsIFNwb3J0IEZpc2hpbmcgQWlyIFRvdXJzIEhhd2tzYmlsbCBUdXJ0bGUgVG91ciBQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVl', 'a2F5YWtzLCBtb25rZXlzLCBuYXR1cmUsIGJvYXRzLCBjYWNhbyBwbGFudGF0aW9uLCBiaWtlIHRvdXJz', 1),
(319, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(320, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(321, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'Q2FjYW8gVG91cnMgRWwgU2FsdmFkb3IsIEdyZWVuIFRvdXJpc20gRWwgU2FsdmFkb3IsIE1vbmtleSBTYW5jdHVhcnks', '', 1),
(322, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(323, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(324, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'YWN0aXZpdGllcw==', 'RWwgU2FsdmFkb3I=', 1),
(325, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(326, 78, 0, '2014-01-05 03:40:12', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(327, 79, 0, '2014-01-05 22:52:01', 'title', 'base64', 1, 'UGhvdG8gR2FsbGVyeQ==', 'R2FsZXLDrWEgZGUgRm90b3M=', 1),
(328, 79, 0, '2014-01-05 22:52:01', 'body', 'base64', 1, 'W25nZ2FsbGVyeSBpZD0xXQ==', '', 1),
(329, 79, 0, '2014-01-05 22:52:01', 'original_id', '', 0, '41', '', 1),
(372, 90, 0, '2014-03-04 15:18:39', 'title', 'base64', 1, 'Q29udGFjdCBVcw==', 'Q29udMOhY3Rlbm9z', 1),
(373, 90, 0, '2014-03-04 15:18:39', 'body', 'base64', 1, '', '', 1),
(375, 91, 0, '2014-03-04 15:27:39', 'title', 'base64', 1, 'Q29udGFjdCBVcw==', 'Q29udMOhY3Rlbm9z', 1),
(374, 90, 0, '2014-03-04 15:18:39', 'original_id', '', 0, '107', '', 1),
(376, 91, 0, '2014-03-04 15:27:39', 'body', 'base64', 1, 'W3ZmYiBpZD02XQ==', 'W3ZmYiBpZD02XQ==', 1),
(377, 91, 0, '2014-03-04 15:27:39', 'original_id', '', 0, '107', '', 1),
(378, 92, 0, '2014-03-04 15:49:34', 'title', 'base64', 1, 'Q29udGFjdCBVcw==', 'Q29udMOhY3Rlbm9z', 1),
(379, 92, 0, '2014-03-04 15:49:34', 'body', 'base64', 1, 'S20uIDEwOC41LSBDQTIgKENhcnJldGVyYWwgRWwgTGl0b3JhbCksIGRlc3bDrW8gSGFjaWVuZGEgTGEgQ2FycmVyYSwgVXN1bHV0w6FuIChCYWjDrWEgZGUgSmlxdWlsaXNjbykNClt2ZmIgaWQ9N10NCg0KJm5ic3A7', 'W3ZmYiBpZD02XQ==', 0),
(360, 86, 0, '2014-01-07 03:35:28', 'title', 'base64', 1, 'VHJlZWhvdXNlcw==', 'Q2FzYSBkZSDDgXJib2w=', 1),
(361, 86, 0, '2014-01-07 03:35:28', 'body', 'base64', 1, 'PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokNTkuMDA8L3N0cm9uZz48L3NwYW4+DQoNClRoYW5rIHlvdSBmb3IgY2hvb3NpbmcgdG8gc3RheSB3aXRoIHVzLiDCoEVuam95IHlvdXIgdmlzaXQuDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3BvbGl0aWNhcy8iPlBsZWFzZSByZWFkIGNhcmVmdWxseSBydWxlcyBhbmQgcmVndWxhdGlvbnMuPC9hPg==', 'Jm5ic3A7DQoNCjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPkFsb2phbWllbnRvOjwvc3Bhbj4NCg0KJm5ic3A7DQoNCjxzdHJvbmc+wqBDYXNhcyBkZSDDgXJib2wsPC9zdHJvbmc+IMKgcGFyYSB1bmEgb2N1cGFjacOzbiBtw6F4aW1hIGRlIDMgcGVyc29uYXMuwqAgVGllbmUgdW5hIGhhYml0YWNpw7NuIGNvbiBjYW1hIG1hdHJpbW9uaWFsIHkgY2FtYXJvdGUsIGFpcmUgYWNvbmRpY2lvbmFkbyB5IGFndWEgY2FsaWVudGUgZW4gbGEgc2VndW5kYSBwbGFudGEuIMOBcmVhIHNvY2lhbCBlbiBsYSBwcmltZXJhIHBsYW50YcKgIHnCoCB0b2RhcyBjdWVudGFuIGNvbiB1bmEgYmFyYmFjb2EgYSBnYXMuwqAgQmHDsW8gcHJpbmNpcGFsOiBwcmltZXJhIHBsYW50YSwgbWVkaW8gYmHDsW8gZW4gc2VndW5kYSBwbGFudGEuDQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcyAoaW5jbHV5ZW4gZGVzYXl1bm8gZSBpbXB1ZXN0b3MgKElWQSBZIHR1cmlzbW8pOg0KDQpUZW1wb3JhZGEgQmFqYToNCjEtMyBwZXJzb25hcy4uLi4uLi4uLi4uLi4uLi4uLi4uLi4kOTUuMDAgaW5jbHV5ZSBkZXNheXVubyBlIGltcHVlc3RvcyAoMTMlIElWQSArIDUlIHR1cmlzbW8pDQpQZXJzb25hIGFkaWNpb25hbCAobcOheGltbyAxIHBlcnNvbmEpOiAkMTAuMDANCg0KVGVtcG9yYWRhIEFsdGE6DQoxLTMgcGVyc29uYXMuLi4uLi4uLi4uLi4uLi4uLi4uLiQxMTguMDAgaW5jbHV5ZSBkZXNheXVubyBlIGltcHVlc3RvcyAoMTMlIElWQSArIDUlIHR1cmlzbW8pDQpQZXJzb25hIGFkaWNpb25hbCAobcOheGltbyAxIHBlcnNvbmEpOiAkMTAuMDANCg0KVGVtcG9yYWRhIEFsdGE6IFNlbWFuYSBTYW50YSwgU2VtYW5hIGRlIEFnb3N0bywgMjUgZGUgRGljaWVtYnJlLSA1IGRlIEVuZXJvDQoNCiZuYnNwOw0KDQpSZXNlcnZhcyBubyBnYXJhbnRpemFkYXMgaGFzdGEgcGFnYWRhcy4NCg0KUHVlZGUgcmVhbGl6YXIgc3UgcmVzZXJ2YSBwb3IgbWVkaW8gZGUgbnVlc3RyYSBww6FnaW5hIHdlYiBvIGxsYW1hbmRvIGFsIDI2NzUtMTEzMQ0KDQpDaGVjayBpbjogMzowMCBwbSBDaGVjayBvdXQ6IDEycG0NCg0KJm5ic3A7DQoNCkNhbmNlbGFjaW9uZXM6DQoNClRlbXBvcmFkYSBBbHRhOiBObyByZWVtYm9sc2FibGVzDQoNClRlbXBvcmFkYSBCYWphOiAwLTMgZGlhcyBhbnRlcyBkZSBsbGVnYWRhLCBubyByZWVtYm9sc2FibGVzLg0KDQpUw6lybWlub3MgeSBDb25kaWNpb25lczoNCg0KRmF2b3IgdG9tYXIgbm90YSBxdWUgcG9yIHJhem9uZXMgZGUgc2VndXJpZGFkIHkgc3UgZXhwZXJpZW5jaWEsIGVsIG3DoXhpbW8gbsO6bWVybyBkZSBwZXJzb25hcyBwZXJtaXRpZG9zIGVuIGxhcyBjYXNhcyBkZSDDoXJib2wgZXMgZGUgNCBwZXJzb25hcy7CoCBTaSBzZSBwcmVzZW50YSBjb24gbcOhcyBkZSA0IHBlcnNvbmFzLCBubyBoYWJyw6FuIGRldm9sdWNpb25lcy4NCg0KQWNlcHRhbW9zIE1hc2NvdGFzICggcGVycm9zKQ0KDQpBY2VwdGFtb3MgbWFzY290YXMgc2llbXByZSB5IGN1YW5kbyBubyBzZWFuIGFncmVzaXZhcy7CoCBQZXNvIG1lbm9yIGRlIDUwIGxpYnJhcy4gTm8gc2UgcGVybWl0ZW4gbWFzY290YXMgZGVudHJvIGRlbCByZXN0YXVyYW50ZS4gU2luIGVtYmFyZ28sIHBvZHLDoSB0ZW5lcmxhIGp1bnRvIGEgdXN0ZWQgZW4gZWwgw6FyZWEgZGUgcGFsYXBhcy7CoCBMYXMgbWFzY290YXMgZGViZW4gZGUgdGVuZXIgYW5kYXIgc2llbXByZSBqdW50byBhbCBkdWXDsW8sIGNvbiBjYWRlbmEuwqAgRWwgY2xpZW50ZSBlcyByZXNwb25zYWJsZSBkZSBjdWFscXVpZXIgZGHDsW8gaGVjaG8gcG9yIHN1IG1hc2NvdGEgeSBkZSBsaW1waWFyIHN1cyBleGNyZW1lbnRvcy4NCg0KUHJlY2lvIGRlIEVudHJhZGEgZGUgbWFzY290YTokMS4wMCAoZGVzZGUgMjAxNikuwqAgSW5jbHV5ZSB1biByb2xsaXRvIGRlIGJvbHNpdGFzIHBhcmEgZXhjcmVtZW50b3MgZGUgbWFzY290YXMNCg0KJm5ic3A7DQoNClBlcm1pdGltb3MgZWwgaW5ncmVzbyBkZSBhbGltZW50b3Mgc2llbXByZSB5IGN1YW5kbyBzZSBtYW50ZW5nYW4gZW4gZWwgw6FyZWEgZGUgYWxvamFtaWVudG8uDQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDs=', 1),
(362, 86, 0, '2014-01-07 03:35:28', 'original_id', '', 0, '209', '', 1),
(363, 87, 0, '2014-01-10 16:54:23', 'title', 'base64', 1, 'TWVtYmVyc2hpcHM=', 'TWllbWJyb3M=', 1),
(364, 87, 0, '2014-01-10 16:54:23', 'body', 'base64', 1, 'RmFtaWx5IEdyb3VwIE1lbWJlcnNoaXAgJDM4NS41MCAoVGF4IGluY2x1ZGVkKQ0KQ29wb3JhdGUgR3JvdXAgTWVtYmVyc2hpcDogJDMzOS4wMCAoIFRheCBpbmNsdWRlZCkgTWluaW11bSBvZiA1IG1lbWJlcnMgcmVxdWlyZWQuDQpUaGlzIG1lbWJlcnNoaXAgaW5jbHVkZXMgdGhlIGZvbGxvd2luZyBiZW5lZml0czoNCjx1bD4NCgk8bGk+NTAlIGRpc2NvdW50IG9uIEFwYXJ0bWVudCBvciBUcmVlSG91c2UgcmVudGFsICggQXBhcnRtZW50cyA6JCAxMTguMDAgb3IgVHJlZWhvdXNlczogJCA1OS4wMCk8L2xpPg0KCTxsaT5Qcmlvcml0eSByZXNlcnZhdGlvbiAoQWxsb2NhdGVkIHNwYWNlIHJlc2VydmUpPC9saT4NCgk8bGk+MiBBZHVsdHMgKG1hcnJpZWQgb3IgY291cGxlKSBhbmQgdW5tYXJyaWVkIGNoaWxkcmVuIHVuZGVyIDI1IHllYXJzPC9saT4NCgk8bGk+RnJlZSBEYWlseSB2aXNpdHM8L2xpPg0KCTxsaT5GcmllbmRzIGFyZSBhbGxvd2VkIGFzIGxvbmcgYXMgdGhleSBjb21lIHdpdGggdGhlIG1lbWJlciAobWF4aW11bSA4IGludml0ZWVzIHBlciB2aXNpdCk8L2xpPg0KCTxsaT4yMCUgb2ZmIOKAk0JvYXQgcmVudGFsICh3aXRoIHBpbG90KTwvbGk+DQoJPGxpPlZhbHVlIEFkZGVkOiAyIGNvbXBsaW1lbnRhcnkgYnJlYWtmYXN0cyBvbiB0aGUgZmlyc3QgbmlnaHQgc3RheTwvbGk+DQoJPGxpPk1lbWJlcnNoaXA6ICQgMzg1LjUwIChhbm51YWwpPC9saT4NCgk8bGk+TWVtYmVyc2hpcCBIYW5nYXIgd2l0aCB0eXBlIDEgKDE2IG0gWCA2IG0pIE1lbWJlcnNoaXAgJCAzODUuNTAgcGx1cyAkIDI5My44MCBtb250aGx5IHAvIEhhbmdhcjwvbGk+DQoJPGxpPk1lbWJlcnNoaXAgSGFuZ2FyIHdpdGggdHlwZSAyICgxMCBtIFggNiBtKSBNZW1iZXJzaGlwICQgMzg1LjUwIHBsdXMgJCAxNDYuOTAgbW9udGhseSBwL0hhbmdhcjwvbGk+DQoJPGxpPk1lbWJlcnNoaXAgd2l0aCBoYW5nYXIgdHlwZSAzICg2IG0gWCA0IG0pICQgMzg1LjUwIHBsdXMgJCA3NS4wMCBtb250aGx5IHAvSGFuZ2FyPC9saT4NCjwvdWw+DQpQcmljZXMgaW5jbHVkZSBWQVQuDQpUaGUgaGFuZ2FycyBmZWUgaXMgYW50aWNpcGF0ZWQgYW5kIHNob3VsZCBCZSBwYWlkIGJ5IHRoZSBmaXJzdCBkYXkgb2YgZXZlcnkgbW9udGg=', '', 0),
(365, 87, 0, '2014-01-10 16:54:23', 'original_id', '', 0, '364', '', 0),
(366, 88, 0, '2014-01-14 23:08:05', 'title', 'base64', 1, 'UG9saXRpY2Fz', 'UG9saXRpY2Fz', 1),
(367, 88, 0, '2014-01-14 23:08:06', 'body', 'base64', 1, 'PGgyPlBvbMOtdGljYXMgZGUgbGEgRW1wcmVzYTwvaDI+DQo8aDQ+UG9sw610aWNhIGRlIENhbmNlbGFjacOzbjwvaDQ+DQoxNCBvIG3DoXMgZMOtYXMgYW50ZXMgZGUgbGxlZ2FkYSwgMTAlDQoxMy00IGTDrWFzIGFudGVzIGRlIGxsZWdhZGEsIDUwJQ0KMy0wIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSwgbm8gcmVlbWJvbHNhYmxlDQoNClRhcmlmYXMgZGU6IEZlY2hhcyBmZXN0aXZhcywgQcOxbyBOdWV2bywgU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLCBObyByZW1ib2xzYWJsZQ0KDQpUb2RhIFByb21vY2nDs246DQpMYSB0YXJpZmEgTk8gZXMgcmVtYm9sc2FibGUsIGxhIHBlbmFsaWRhZCBkZSBjYW1iaW8gZGUgZmVjaGEgZXMgZGUgJDUwLjAwIHByZXBhZ2Fkb3MuDQo8aDQ+UG9sw610aWNhcyBkZWwgaG90ZWw8L2g0Pg0KUG9sw610aWNhIGRlIGNhbWJpbyBkZSBjaGVxdWVzOg0KRWwgaG90ZWwgbm8gb2ZyZWNlIHNlcnZpY2lvcyBkZSBjYW1iaW8gZGUgY2hlcXVlcy4NCg0KTm9ybWFzIGRlIHZlc3RpcjoNCk5vIGVzdMOhIHBlcm1pdGlkbyBlbCB1c28gZGUgdHJhamUgZGUgYmHDsW8gZW4gbGEgb2ZpY2luYSBhZG1pbmlzdHJhdGl2YS4NCg0KUG9saXRpY2FzIGRlIGxsZWdhZGFzIGFudGljaXBhZGFzOg0KU3VqZXRhIGEgZXNwYWNpby4NCg0KTWVub3JlcyBkZSBFZGFkOg0KTG9zIG5pw7FvcyAobWVub3JlcyBkZSAxOCBhw7FvcykgZGViZW4gaXIgYWNvbXBhw7FhZG9zIHBvciBzdXMgcGFkcmVzIG8gc3UgdHV0b3IuIE5vcyBleG9uZXJhbW9zIGRlIHRvZG8gYWNjaWRlbnRlIG9jdXJyaWRvIGEgbWVub3JlcyBkZSBlZGFkLg0KDQpMb3MgcGFkcmVzIHNlcsOhbiByZXNwb25zYWJsZXMgZGUgY3VhbHF1aWVyIGFjdG8gbyBjb21wb3J0YW1pZW50byBpbmFwcm9waWFkbyBkZSBzdXMgaGlqb3MgbWVub3JlcyBpbmNsdXllbmRvIHZhbmRhbGlzbW9zIChkZXN0cnVjY2nDs24gZGUgcHJvcGllZGFkKSB5IGFjY2lkZW50ZXMgYSBtZW5vcmVzLg0KDQpQb2zDrXRpY2EgZGUgc2VndXJvOg0KRWwgaG90ZWwgKHkgdG9kb3Mgc3VzIGVtcGxlYWRvcykgc2UgZXhvbmVyYW4gZGUgY3VhbHF1aWVyIHJlc3BvbnNhYmlsaWRhZCBkZSBhY2NpZGVudGVzIGVuIGxhcyBpbnN0YWxhY2lvbmVzLg0KDQpQb2zDrXRpY2EgZGUgc2FsaWRhIGRlc3B1w6lzIGRlIGxhIGhvcmEgZXN0YWJsZWNpZGE6DQoNCkxhIHNhbGlkYSBlcyBhIGxhcyAxMiBkIFNlIGFwbGljYXLDoSB1biBjYXJnbyBhIGxvcyBodcOpc3BlZGVzIHF1ZSBkZXNlZW4gcHJvbG9uZ2FyIHN1IGhvc3BlZGFqZS4gTG9zIHRyw6FtaXRlcyBlc3TDoW4gc3VqZXRvcyBhIGxhIGRpc3BvbmliaWxpZGFkIHkgZGViZW4gaGFjZXJzZSBhIHRyYXbDqXMgZGVsIGFzaXN0ZW50ZSBkZWwgamVmZSBkZSByZWNlcGNpw7NuLCBlbiBsYSByZWNlcGNpw7NuLg0KDQpQb2zDrXRpY2Egc29icmUgbWFzY290YXM6DQpTZSBwZXJtaXRlbiBtYXNjb3RhcyBjb24gdW4gcGVzbyBtw6F4aW1vIGRlIDI1bGJzLiBTaW4gZW1iYXJnbywgZWwgaHXDqXNwZWQgZXMgcmVzcG9uc2FibGUgZGUgbGltcGlhciBsb3MgZXhjcmVtZW50b3MgZGUgc3UgbWFzY290YS4gRGUgbm8gaGFjZXJsbywgaGFicsOhIHVuIGNhcmdvIGRlICQzMC4wMCBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uDQoNCkVsIGR1ZcOxbyBkZSBsYSBtYXNjb3RhIGVzIHJlc3BvbnNhYmxlIGRlIHRvZG8gZGHDsW8gY2F1c2FkbyBwb3Igc3UgbWFzY290YSBkZW50cm8gZGUgbGFzIGluc3RhbGFjaW9uZXMuDQoNClBvbMOtdGljYSBkZSBwYWdvDQpUb2RvcyBsb3MgY2FyZ29zIGFkaWNpb25hbGVzIGRlbCBob3RlbCBkZWJlbiBhYm9uYXJzZSBhbnRlcyBkZSBzdSBzYWxpZGEgc2luIGxpbWl0YXJzZSBhIHBlcmRpZGFzIGludGVybmFzIHRhbGVzIGNvbW8gdG9hbGxhcywgcGxhdG9zIG8gY3VhbHF1aWVyIG90cm8gYWN0aXZvIGRlIFB1ZXJ0byBCYXJpbGxhcy4NCg0KRWwgc2FsZG8gcXVlIHNlIGFkZXVkZSBhbCBob3RlbCB5IHF1ZSBubyBzZSBhYm9uZSBhbCBtb21lbnRvIGRlIGxhIHNhbGlkYSwgc2Vyw6Egc3VqZXRvIGEgc2VyIGNhcmdhZG8gYSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQpQYWdvIENvbiBUYXJqZXRhIERlIENyw6lkaXRvIERlIFRlcmNlcm9zOiB1bmEgcGVyc29uYSBxdWUgbm8gZXMgZWwNCg0KaHXDqXNwZWQgeSBxdWUgZGVzZWEgcGFnYXIgbG9zIGdhc3RvcyBkZSB1biBodcOpc3BlZCBkZWwgaG90ZWwgZGViZXLDoSBwcmVzZW50YXJzZSBwZXJzb25hbG1lbnRlIGEgbGFzIG9maWNpbmFzIGRlIFB1ZXJ0byBCYXJpbGxhcyBjb24gc3UgdGFyamV0YSBkZSBjcsOpZGl0byB5IGNvbXBsZXRhciB1biBmb3JtdWxhcmlvIGRlIGF1dG9yaXphY2nDs24gY29uIGFudGVyaW9yaWRhZCBhIGxhIGxsZWdhZGEgZGVsIGh1w6lzcGVkLiBFc3BlY2lmaXF1ZSBjdcOhbGVzIHNvbiBsb3MgZ2FzdG9zIHF1ZSBzZSBwdWVkZW4gY2FyZ2FyIGEgbGEgdGFyamV0YSBkZSBjcsOpZGl0by4NCjxoND5Qb2zDrXRpY2EgZGUgc2VndXJpZGFkPC9oND4NCk9iamV0b3MgcGVyc29uYWxlczoNCkVsIGhvdGVsIG5vIHNlIGhhY2UgcmVzcG9uc2FibGUgZGUgcMOpcmRpZGFzLCBkYcOxb3MgbyByb2JvcyBkZSBlZmVjdGl2bywgam95YXMgdSBvdHJvcyBhcnTDrWN1bG9zIGRlIHZhbG9yIHF1ZSBzZSBkZWplbiBlbiBsYXMgaGFiaXRhY2lvbmVzLiBTZSBkaXNwb25lIGRlIGNhamFzIGRlIHNlZ3VyaWRhZCBwYXJhIGd1YXJkYXIgZXN0b3MgYXJ0w61jdWxvcy4NCg0KVmlnaWxhbmNpYSBlbiBsYSBwbGF5YToNCkxhcyBwbGF5YXMgc29uIGVzcGFjaW9zIHDDumJsaWNvcy4gUG9yIGxvIHRhbnRvLCBubyBzZSBkZWJlbiBsbGV2YXIgYSBsYSBwbGF5YSBhcnTDrWN1bG9zIHBlcnNvbmFsZXMgbyBkZSB2YWxvciwgZGFkbyBxdWUgc3Ugc2VndXJpZGFkIG5vIHB1ZWRlIGdhcmFudGl6YXJzZSwgZWwgaG90ZWwgdGFtcG9jbyBhc3VtZSByZXNwb25zYWJpbGlkYWQgYWxndW5hIHBvciBlc3RvcyBhcnTDrWN1bG9zLg0KDQpEZXJlY2hvcyBkZSBhZG1pc2nDs246DQpFbCBob3RlbCB0aWVuZSBkZXJlY2hvIGEgc29saWNpdGFyIHF1ZSBsb3MgaHXDqXNwZWRlcyB5L28gdGVyY2Vyb3MgZGVzb2N1cGVuIGxhIGhhYml0YWNpw7NuIG8gc2UgcmV0aXJlbiBkZSBsYXMgaW5zdGFsYWNpb25lcyBkZWwgaG90ZWwsIGNhZGEgdmV6IHF1ZSBubyBlc3TDqW4gcmVzcGV0YW5kbyBhbGfDum4gcHVudG8gZGUgbGFzIG5vcm1hcyBpbnRlcm5hcyBkZWwgaG90ZWwsIG8gc2UgZXN0w6luIGNvbXBvcnRhbmRvIGRlIHVuYSBtYW5lcmEgaW5hZGVjdWFkYSBzZWfDum4gZWwgY3JpdGVyaW8gZGVsIGdlcmVudGUgZGUgaG90ZWwuDQoNClBvbMOtdGljYSBkZSB0ZWxlY29tdW5pY2FjaW9uZXM6DQpMb3MgaHXDqXNwZWRlcyBkZWJlcsOhbiBwYWdhciB1biBjYXJnbyBwb3IgbGxhbWFkYXMgYSBuw7ptZXJvcyBncmF0dWl0b3MuDQoNClBvbMOtdGljYSBkZSBsaXN0YSBkZSBlc3BlcmE6DQpFbCBob3RlbCBvZnJlY2UgbGlzdGEgZGUgZXNwZXJhLg0KDQpDb252ZXJzaW9uZXMgZGUgTW9uZWRhLSBQYXJhIGV4dHJhbmplcm9zOg0KTGFzIHRhcmlmYXMgY29uZmlybWFkYXMgc29uIGVuIGTDs2xhcmVzIGVzdGFkdW5pZGVuc2VzIHkgZXN0w6FuIHN1amV0b3MgYSBsYXMgZmx1Y3R1YWNpb25lcyBlbiBlbCB0aXBvIGRlIGNhbWJpby4gTG9zIGNhcmdvcyBoZWNob3MgcG9yIG1lZGlvIGRlIHRhcmpldGFzIGRlIGNyw6lkaXRvIGVzdMOhbiBzdWpldG9zIGEgY29udmVyc2lvbmVzIGRlIG1vbmVkYS4gUHVlZGVuIHRlbmVyIGNhcmdvcyBhZGljaW9uYWxlcyBwb3IgbG9zIGJhbmNvcyBvIGxhcyBjb21wYcOxw61hcyBkZSB0YXJqZXRhcyBkZSBjcsOpZGl0bywgbGFzIGN1YWxlcyBlbCBob3RlbCBubyBjb250cm9sYSB5IHBvZHLDrWEgaW1wYWN0YXIgbGEgY2FudGlkYWQgY2FyZ2FkYSBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uIENvbnN1bHRlIGNvbiBzdSBiYW5jbyBsYXMgdGFyaWZhcyBkZSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg==', 'PGgyPlBvbMOtdGljYXMgZGUgbGEgRW1wcmVzYTwvaDI+DQo8aDQ+UG9sw610aWNhIGRlIENhbmNlbGFjacOzbjwvaDQ+DQoxNCBvIG3DoXMgZMOtYXMgYW50ZXMgZGUgbGxlZ2FkYSwgMTAlDQoxMy00IGTDrWFzIGFudGVzIGRlIGxsZWdhZGEsIDUwJQ0KMy0wIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSwgbm8gcmVlbWJvbHNhYmxlDQoNClRhcmlmYXMgZGU6IEZlY2hhcyBmZXN0aXZhcywgQcOxbyBOdWV2bywgU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLCBObyByZW1ib2xzYWJsZQ0KDQpUb2RhIFByb21vY2nDs246DQpMYSB0YXJpZmEgTk8gZXMgcmVtYm9sc2FibGUsIGxhIHBlbmFsaWRhZCBkZSBjYW1iaW8gZGUgZmVjaGEgZXMgZGUgJDUwLjAwIHByZXBhZ2Fkb3MuDQo8aDQ+UG9sw610aWNhcyBkZWwgaG90ZWw8L2g0Pg0KUG9sw610aWNhIGRlIGNhbWJpbyBkZSBjaGVxdWVzOg0KRWwgaG90ZWwgbm8gb2ZyZWNlIHNlcnZpY2lvcyBkZSBjYW1iaW8gZGUgY2hlcXVlcy4NCg0KTm9ybWFzIGRlIHZlc3RpcjoNCk5vIGVzdMOhIHBlcm1pdGlkbyBlbCB1c28gZGUgdHJhamUgZGUgYmHDsW8gZW4gbGEgb2ZpY2luYSBhZG1pbmlzdHJhdGl2YS4NCg0KUG9saXRpY2FzIGRlIGxsZWdhZGFzIGFudGljaXBhZGFzOg0KU3VqZXRhIGEgZXNwYWNpby4NCg0KTWVub3JlcyBkZSBFZGFkOg0KTG9zIG5pw7FvcyAobWVub3JlcyBkZSAxOCBhw7FvcykgZGViZW4gaXIgYWNvbXBhw7FhZG9zIHBvciBzdXMgcGFkcmVzIG8gc3UgdHV0b3IuIE5vcyBleG9uZXJhbW9zIGRlIHRvZG8gYWNjaWRlbnRlIG9jdXJyaWRvIGEgbWVub3JlcyBkZSBlZGFkLg0KDQpMb3MgcGFkcmVzIHNlcsOhbiByZXNwb25zYWJsZXMgZGUgY3VhbHF1aWVyIGFjdG8gbyBjb21wb3J0YW1pZW50byBpbmFwcm9waWFkbyBkZSBzdXMgaGlqb3MgbWVub3JlcyBpbmNsdXllbmRvIHZhbmRhbGlzbW9zIChkZXN0cnVjY2nDs24gZGUgcHJvcGllZGFkKSB5IGFjY2lkZW50ZXMgYSBtZW5vcmVzLg0KDQpQb2zDrXRpY2EgZGUgc2VndXJvOg0KRWwgaG90ZWwgKHkgdG9kb3Mgc3VzIGVtcGxlYWRvcykgc2UgZXhvbmVyYW4gZGUgY3VhbHF1aWVyIHJlc3BvbnNhYmlsaWRhZCBkZSBhY2NpZGVudGVzIGVuIGxhcyBpbnN0YWxhY2lvbmVzLg0KDQpQb2zDrXRpY2EgZGUgc2FsaWRhIGRlc3B1w6lzIGRlIGxhIGhvcmEgZXN0YWJsZWNpZGE6DQoNCkxhIHNhbGlkYSBlcyBhIGxhcyAxMiBkIFNlIGFwbGljYXLDoSB1biBjYXJnbyBhIGxvcyBodcOpc3BlZGVzIHF1ZSBkZXNlZW4gcHJvbG9uZ2FyIHN1IGhvc3BlZGFqZS4gTG9zIHRyw6FtaXRlcyBlc3TDoW4gc3VqZXRvcyBhIGxhIGRpc3BvbmliaWxpZGFkIHkgZGViZW4gaGFjZXJzZSBhIHRyYXbDqXMgZGVsIGFzaXN0ZW50ZSBkZWwgamVmZSBkZSByZWNlcGNpw7NuLCBlbiBsYSByZWNlcGNpw7NuLg0KDQpQb2zDrXRpY2Egc29icmUgbWFzY290YXM6DQpTZSBwZXJtaXRlbiBtYXNjb3RhcyBjb24gdW4gcGVzbyBtw6F4aW1vIGRlIDI1bGJzLiBTaW4gZW1iYXJnbywgZWwgaHXDqXNwZWQgZXMgcmVzcG9uc2FibGUgZGUgbGltcGlhciBsb3MgZXhjcmVtZW50b3MgZGUgc3UgbWFzY290YS4gRGUgbm8gaGFjZXJsbywgaGFicsOhIHVuIGNhcmdvIGRlICQzMC4wMCBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uDQoNCkVsIGR1ZcOxbyBkZSBsYSBtYXNjb3RhIGVzIHJlc3BvbnNhYmxlIGRlIHRvZG8gZGHDsW8gY2F1c2FkbyBwb3Igc3UgbWFzY290YSBkZW50cm8gZGUgbGFzIGluc3RhbGFjaW9uZXMuDQoNClBvbMOtdGljYSBkZSBwYWdvDQpUb2RvcyBsb3MgY2FyZ29zIGFkaWNpb25hbGVzIGRlbCBob3RlbCBkZWJlbiBhYm9uYXJzZSBhbnRlcyBkZSBzdSBzYWxpZGEgc2luIGxpbWl0YXJzZSBhIHBlcmRpZGFzIGludGVybmFzIHRhbGVzIGNvbW8gdG9hbGxhcywgcGxhdG9zIG8gY3VhbHF1aWVyIG90cm8gYWN0aXZvIGRlIFB1ZXJ0byBCYXJpbGxhcy4NCg0KRWwgc2FsZG8gcXVlIHNlIGFkZXVkZSBhbCBob3RlbCB5IHF1ZSBubyBzZSBhYm9uZSBhbCBtb21lbnRvIGRlIGxhIHNhbGlkYSwgc2Vyw6Egc3VqZXRvIGEgc2VyIGNhcmdhZG8gYSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQpQYWdvIENvbiBUYXJqZXRhIERlIENyw6lkaXRvIERlIFRlcmNlcm9zOiB1bmEgcGVyc29uYSBxdWUgbm8gZXMgZWwNCg0KaHXDqXNwZWQgeSBxdWUgZGVzZWEgcGFnYXIgbG9zIGdhc3RvcyBkZSB1biBodcOpc3BlZCBkZWwgaG90ZWwgZGViZXLDoSBwcmVzZW50YXJzZSBwZXJzb25hbG1lbnRlIGEgbGFzIG9maWNpbmFzIGRlIFB1ZXJ0byBCYXJpbGxhcyBjb24gc3UgdGFyamV0YSBkZSBjcsOpZGl0byB5IGNvbXBsZXRhciB1biBmb3JtdWxhcmlvIGRlIGF1dG9yaXphY2nDs24gY29uIGFudGVyaW9yaWRhZCBhIGxhIGxsZWdhZGEgZGVsIGh1w6lzcGVkLiBFc3BlY2lmaXF1ZSBjdcOhbGVzIHNvbiBsb3MgZ2FzdG9zIHF1ZSBzZSBwdWVkZW4gY2FyZ2FyIGEgbGEgdGFyamV0YSBkZSBjcsOpZGl0by4NCjxoND5Qb2zDrXRpY2EgZGUgc2VndXJpZGFkPC9oND4NCk9iamV0b3MgcGVyc29uYWxlczoNCkVsIGhvdGVsIG5vIHNlIGhhY2UgcmVzcG9uc2FibGUgZGUgcMOpcmRpZGFzLCBkYcOxb3MgbyByb2JvcyBkZSBlZmVjdGl2bywgam95YXMgdSBvdHJvcyBhcnTDrWN1bG9zIGRlIHZhbG9yIHF1ZSBzZSBkZWplbiBlbiBsYXMgaGFiaXRhY2lvbmVzLiBTZSBkaXNwb25lIGRlIGNhamFzIGRlIHNlZ3VyaWRhZCBwYXJhIGd1YXJkYXIgZXN0b3MgYXJ0w61jdWxvcy4NCg0KVmlnaWxhbmNpYSBlbiBsYSBwbGF5YToNCkxhcyBwbGF5YXMgc29uIGVzcGFjaW9zIHDDumJsaWNvcy4gUG9yIGxvIHRhbnRvLCBubyBzZSBkZWJlbiBsbGV2YXIgYSBsYSBwbGF5YSBhcnTDrWN1bG9zIHBlcnNvbmFsZXMgbyBkZSB2YWxvciwgZGFkbyBxdWUgc3Ugc2VndXJpZGFkIG5vIHB1ZWRlIGdhcmFudGl6YXJzZSwgZWwgaG90ZWwgdGFtcG9jbyBhc3VtZSByZXNwb25zYWJpbGlkYWQgYWxndW5hIHBvciBlc3RvcyBhcnTDrWN1bG9zLg0KDQpEZXJlY2hvcyBkZSBhZG1pc2nDs246DQpFbCBob3RlbCB0aWVuZSBkZXJlY2hvIGEgc29saWNpdGFyIHF1ZSBsb3MgaHXDqXNwZWRlcyB5L28gdGVyY2Vyb3MgZGVzb2N1cGVuIGxhIGhhYml0YWNpw7NuIG8gc2UgcmV0aXJlbiBkZSBsYXMgaW5zdGFsYWNpb25lcyBkZWwgaG90ZWwsIGNhZGEgdmV6IHF1ZSBubyBlc3TDqW4gcmVzcGV0YW5kbyBhbGfDum4gcHVudG8gZGUgbGFzIG5vcm1hcyBpbnRlcm5hcyBkZWwgaG90ZWwsIG8gc2UgZXN0w6luIGNvbXBvcnRhbmRvIGRlIHVuYSBtYW5lcmEgaW5hZGVjdWFkYSBzZWfDum4gZWwgY3JpdGVyaW8gZGVsIGdlcmVudGUgZGUgaG90ZWwuDQoNClBvbMOtdGljYSBkZSB0ZWxlY29tdW5pY2FjaW9uZXM6DQpMb3MgaHXDqXNwZWRlcyBkZWJlcsOhbiBwYWdhciB1biBjYXJnbyBwb3IgbGxhbWFkYXMgYSBuw7ptZXJvcyBncmF0dWl0b3MuDQoNClBvbMOtdGljYSBkZSBsaXN0YSBkZSBlc3BlcmE6DQpFbCBob3RlbCBvZnJlY2UgbGlzdGEgZGUgZXNwZXJhLg0KDQpDb252ZXJzaW9uZXMgZGUgTW9uZWRhLSBQYXJhIGV4dHJhbmplcm9zOg0KTGFzIHRhcmlmYXMgY29uZmlybWFkYXMgc29uIGVuIGTDs2xhcmVzIGVzdGFkdW5pZGVuc2VzIHkgZXN0w6FuIHN1amV0b3MgYSBsYXMgZmx1Y3R1YWNpb25lcyBlbiBlbCB0aXBvIGRlIGNhbWJpby4gTG9zIGNhcmdvcyBoZWNob3MgcG9yIG1lZGlvIGRlIHRhcmpldGFzIGRlIGNyw6lkaXRvIGVzdMOhbiBzdWpldG9zIGEgY29udmVyc2lvbmVzIGRlIG1vbmVkYS4gUHVlZGVuIHRlbmVyIGNhcmdvcyBhZGljaW9uYWxlcyBwb3IgbG9zIGJhbmNvcyBvIGxhcyBjb21wYcOxw61hcyBkZSB0YXJqZXRhcyBkZSBjcsOpZGl0bywgbGFzIGN1YWxlcyBlbCBob3RlbCBubyBjb250cm9sYSB5IHBvZHLDrWEgaW1wYWN0YXIgbGEgY2FudGlkYWQgY2FyZ2FkYSBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uIENvbnN1bHRlIGNvbiBzdSBiYW5jbyBsYXMgdGFyaWZhcyBkZSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg==', 1),
(368, 88, 0, '2014-01-14 23:08:06', 'original_id', '', 0, '958', '', 1),
(369, 89, 0, '2014-01-14 23:09:18', 'title', 'base64', 1, 'UG9saXRpY2Fz', 'UG9saXRpY2Fz', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(370, 89, 0, '2014-01-14 23:09:18', 'body', 'base64', 1, 'PGgyPjwvaDI+DQo8aDQ+UG9sw610aWNhIGRlIENhbmNlbGFjacOzbjwvaDQ+DQpHcmF0dWl0YTogaGFzdGEgNCBkaWFzIGFudGVzIGRlIGxhIGxsZWdhZGEuwqAgU2luIGVtYmFyZ28sIGEgY29icm9zIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLCBlbCBiYW5jbyBub3MgY29icsOhIGNvbWlzacOzbiBwb3IgY2FyZ28gZGUgdGFyamV0YS7CoCBEZWJpZG8gYSBlc3RvLCBoYWJyw6EgdW4gY2FyZ28gYWRtaW5pc3RyYXRpdm8gZGUgJDI1LjAwIGEgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQowLTQgZGlhcyBhbnRlcyBkZSBsYSBsbGVnYWRhLCB0YXJpZmEgbm8gcmVlbWJvbHNhYmxlDQoNClRhcmlmYXMgZGU6IEZlY2hhcyBmZXN0aXZhcywgQcOxbyBOdWV2bywgU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLMKgIEV2ZW50b3MgTm8gcmVtYm9sc2FibGUNCg0KVG9kYSBQcm9tb2Npw7NuOg0KTGEgdGFyaWZhIE5PIGVzIHJlbWJvbHNhYmxlLCBsYSBwZW5hbGlkYWQgZGUgY2FtYmlvIGRlIGZlY2hhIGVzIGRlICQ1MC4wMCBwcmVwYWdhZG9zLg0KDQpQb3IgRW1lcmdlbmNpYXMgKCQyNS4wMCBjYW1iaW8gZGUgZmVjaGEpwqAgRGViZSBwcmVzZW50YXJzZSBjYXJ0YSBkZSBtw6lkaWNvIGNlcnRpZmljYWRhwqAgYSBhZG1pbmlzdHJhY2nDs24gYWwgY29ycmVvIGluZm9AcHVlcnRvYmFyaWxsYXMuY29tIHkgZ2VyZW5jaWEgZGUgc2VydmljaW8gYWwgY2xpZW50ZTogY2VzYW5jaGV6QHB1ZXJ0b2JhcmlsbGFzLmNvbQ0KRmF2b3IgdG9tYXIgbm90YSBxdWUgbm8gc2UgcG9kcsOhbiBoYWNlciBleGNlcGNpb25lcy4NCg0KRGV2b2x1Y2lvbmVzLUVuIGNhc28gZGUgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLCBmYXZvcsKgIHRvbWFyIGVuIGN1ZW50YSBxdWUgZWwgYmFuY28gY29icmEgY29taXNpw7NuIHBvciBlbCB1c28gZGUgdGFyamV0YXMgeSBubyBub3MgbG8gcmVlbWJvbHNhLsKgIEVuIGVzdGUgY2FzbyBzZSBjb2JyYXLDoSAkMjUuMDAgKHNlcnZpY2lvcyBhZG1pbmlzdHJhdGl2b3MpLg0KDQpMYXMgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvIHB1ZWRlbiB0YXJkYXIgZGVzZGUgMSBzZW1hbmEtMzAgZGlhcywgc2Vnw7puIHByb2NlZGltaWVudG9zIGRlbCBiYW5jby4NCg0KR3JhY2lhcyBwb3Igc3UgY29tcHJlbnNpw7NuLg0KDQombmJzcDsNCg0KJm5ic3A7DQo8aDQ+UG9sw610aWNhcyBkZWwgaG90ZWw8L2g0Pg0KUG9sw610aWNhIGRlIGNhbWJpbyBkZSBjaGVxdWVzOg0KRWwgaG90ZWwgbm8gb2ZyZWNlIHNlcnZpY2lvcyBkZSBjYW1iaW8gZGUgY2hlcXVlcy4NCg0KTm9ybWFzIGRlIHZlc3RpcjoNCk5vIGVzdMOhIHBlcm1pdGlkbyBlbCB1c28gZGUgdHJhamUgZGUgYmHDsW8gZW4gbGEgb2ZpY2luYSBhZG1pbmlzdHJhdGl2YS4NCg0KUG9saXRpY2FzIGRlIGxsZWdhZGFzIGFudGljaXBhZGFzOg0KU3VqZXRhIGEgZXNwYWNpby4NCg0KTWVub3JlcyBkZSBFZGFkOg0KTG9zIG5pw7FvcyAobWVub3JlcyBkZSAxOCBhw7FvcykgZGViZW4gaXIgYWNvbXBhw7FhZG9zIHBvciBzdXMgcGFkcmVzIG8gc3UgdHV0b3IuIE5vcyBleG9uZXJhbW9zIGRlIHRvZG8gYWNjaWRlbnRlIG9jdXJyaWRvIGEgbWVub3JlcyBkZSBlZGFkLg0KDQpMb3MgcGFkcmVzIHNlcsOhbiByZXNwb25zYWJsZXMgZGUgY3VhbHF1aWVyIGFjdG8gbyBjb21wb3J0YW1pZW50byBpbmFwcm9waWFkbyBkZSBzdXMgaGlqb3MgbWVub3JlcyBpbmNsdXllbmRvIHZhbmRhbGlzbW9zIChkZXN0cnVjY2nDs24gZGUgcHJvcGllZGFkKSB5IGFjY2lkZW50ZXMgYSBtZW5vcmVzLg0KDQpQb2zDrXRpY2EgZGUgc2VndXJvOg0KRWwgaG90ZWwgKHkgdG9kb3Mgc3VzIGVtcGxlYWRvcykgc2UgZXhvbmVyYW4gZGUgY3VhbHF1aWVyIHJlc3BvbnNhYmlsaWRhZCBkZSBhY2NpZGVudGVzIGVuIGxhcyBpbnN0YWxhY2lvbmVzLg0KDQpQb2zDrXRpY2EgZGUgc2FsaWRhIGRlc3B1w6lzIGRlIGxhIGhvcmEgZXN0YWJsZWNpZGE6DQoNCkxhIHNhbGlkYSBlcyBhIGxhcyAxMiBkIFNlIGFwbGljYXLDoSB1biBjYXJnbyBhIGxvcyBodcOpc3BlZGVzIHF1ZSBkZXNlZW4gcHJvbG9uZ2FyIHN1IGhvc3BlZGFqZS4gTG9zIHRyw6FtaXRlcyBlc3TDoW4gc3VqZXRvcyBhIGxhIGRpc3BvbmliaWxpZGFkIHkgZGViZW4gaGFjZXJzZSBhIHRyYXbDqXMgZGVsIGFzaXN0ZW50ZSBkZWwgamVmZSBkZSByZWNlcGNpw7NuLCBlbiBsYSByZWNlcGNpw7NuLg0KDQpQb2zDrXRpY2Egc29icmUgbWFzY290YXM6DQpTZSBwZXJtaXRlbiBtYXNjb3RhcyBjb24gdW4gcGVzbyBtw6F4aW1vIGRlIDI1bGJzLiBTaW4gZW1iYXJnbywgZWwgaHXDqXNwZWQgZXMgcmVzcG9uc2FibGUgZGUgbGltcGlhciBsb3MgZXhjcmVtZW50b3MgZGUgc3UgbWFzY290YS4gRGUgbm8gaGFjZXJsbywgaGFicsOhIHVuIGNhcmdvIGRlICQzMC4wMCBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uDQoNCkVsIGR1ZcOxbyBkZSBsYSBtYXNjb3RhIGVzIHJlc3BvbnNhYmxlIGRlIHRvZG8gZGHDsW8gY2F1c2FkbyBwb3Igc3UgbWFzY290YSBkZW50cm8gZGUgbGFzIGluc3RhbGFjaW9uZXMuDQoNClBvbMOtdGljYSBkZSBwYWdvDQpUb2RvcyBsb3MgY2FyZ29zIGFkaWNpb25hbGVzIGRlbCBob3RlbCBkZWJlbiBhYm9uYXJzZSBhbnRlcyBkZSBzdSBzYWxpZGEgc2luIGxpbWl0YXJzZSBhIHBlcmRpZGFzIGludGVybmFzIHRhbGVzIGNvbW8gdG9hbGxhcywgcGxhdG9zIG8gY3VhbHF1aWVyIG90cm8gYWN0aXZvIGRlIFB1ZXJ0byBCYXJpbGxhcy4NCg0KRWwgc2FsZG8gcXVlIHNlIGFkZXVkZSBhbCBob3RlbCB5IHF1ZSBubyBzZSBhYm9uZSBhbCBtb21lbnRvIGRlIGxhIHNhbGlkYSwgc2Vyw6Egc3VqZXRvIGEgc2VyIGNhcmdhZG8gYSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQpQYWdvIENvbiBUYXJqZXRhIERlIENyw6lkaXRvIERlIFRlcmNlcm9zOiB1bmEgcGVyc29uYSBxdWUgbm8gZXMgZWwNCg0KaHXDqXNwZWQgeSBxdWUgZGVzZWEgcGFnYXIgbG9zIGdhc3RvcyBkZSB1biBodcOpc3BlZCBkZWwgaG90ZWwgZGViZXLDoSBwcmVzZW50YXJzZSBwZXJzb25hbG1lbnRlIGEgbGFzIG9maWNpbmFzIGRlIFB1ZXJ0byBCYXJpbGxhcyBjb24gc3UgdGFyamV0YSBkZSBjcsOpZGl0byB5IGNvbXBsZXRhciB1biBmb3JtdWxhcmlvIGRlIGF1dG9yaXphY2nDs24gY29uIGFudGVyaW9yaWRhZCBhIGxhIGxsZWdhZGEgZGVsIGh1w6lzcGVkLiBFc3BlY2lmaXF1ZSBjdcOhbGVzIHNvbiBsb3MgZ2FzdG9zIHF1ZSBzZSBwdWVkZW4gY2FyZ2FyIGEgbGEgdGFyamV0YSBkZSBjcsOpZGl0by4NCjxoND5Qb2zDrXRpY2EgZGUgc2VndXJpZGFkPC9oND4NCk9iamV0b3MgcGVyc29uYWxlczoNCkVsIGhvdGVsIG5vIHNlIGhhY2UgcmVzcG9uc2FibGUgZGUgcMOpcmRpZGFzLCBkYcOxb3MgbyByb2JvcyBkZSBlZmVjdGl2bywgam95YXMgdSBvdHJvcyBhcnTDrWN1bG9zIGRlIHZhbG9yIHF1ZSBzZSBkZWplbiBlbiBsYXMgaGFiaXRhY2lvbmVzLiBTZSBkaXNwb25lIGRlIGNhamFzIGRlIHNlZ3VyaWRhZCBwYXJhIGd1YXJkYXIgZXN0b3MgYXJ0w61jdWxvcy4NCg0KVmlnaWxhbmNpYSBlbiBsYSBwbGF5YToNCkxhcyBwbGF5YXMgc29uIGVzcGFjaW9zIHDDumJsaWNvcy4gUG9yIGxvIHRhbnRvLCBubyBzZSBkZWJlbiBsbGV2YXIgYSBsYSBwbGF5YSBhcnTDrWN1bG9zIHBlcnNvbmFsZXMgbyBkZSB2YWxvciwgZGFkbyBxdWUgc3Ugc2VndXJpZGFkIG5vIHB1ZWRlIGdhcmFudGl6YXJzZSwgZWwgaG90ZWwgdGFtcG9jbyBhc3VtZSByZXNwb25zYWJpbGlkYWQgYWxndW5hIHBvciBlc3RvcyBhcnTDrWN1bG9zLg0KDQpEZXJlY2hvcyBkZSBhZG1pc2nDs246DQpFbCBob3RlbCB0aWVuZSBkZXJlY2hvIGEgc29saWNpdGFyIHF1ZSBsb3MgaHXDqXNwZWRlcyB5L28gdGVyY2Vyb3MgZGVzb2N1cGVuIGxhIGhhYml0YWNpw7NuIG8gc2UgcmV0aXJlbiBkZSBsYXMgaW5zdGFsYWNpb25lcyBkZWwgaG90ZWwsIGNhZGEgdmV6IHF1ZSBubyBlc3TDqW4gcmVzcGV0YW5kbyBhbGfDum4gcHVudG8gZGUgbGFzIG5vcm1hcyBpbnRlcm5hcyBkZWwgaG90ZWwsIG8gc2UgZXN0w6luIGNvbXBvcnRhbmRvIGRlIHVuYSBtYW5lcmEgaW5hZGVjdWFkYSBzZWfDum4gZWwgY3JpdGVyaW8gZGVsIGdlcmVudGUgZGUgaG90ZWwuDQoNClBvbMOtdGljYSBkZSB0ZWxlY29tdW5pY2FjaW9uZXM6DQpMb3MgaHXDqXNwZWRlcyBkZWJlcsOhbiBwYWdhciB1biBjYXJnbyBwb3IgbGxhbWFkYXMgYSBuw7ptZXJvcyBncmF0dWl0b3MuDQoNClBvbMOtdGljYSBkZSBsaXN0YSBkZSBlc3BlcmE6DQpFbCBob3RlbCBvZnJlY2UgbGlzdGEgZGUgZXNwZXJhLg0KDQpDb252ZXJzaW9uZXMgZGUgTW9uZWRhLSBQYXJhIGV4dHJhbmplcm9zOg0KTGFzIHRhcmlmYXMgY29uZmlybWFkYXMgc29uIGVuIGTDs2xhcmVzIGVzdGFkdW5pZGVuc2VzIHkgZXN0w6FuIHN1amV0b3MgYSBsYXMgZmx1Y3R1YWNpb25lcyBlbiBlbCB0aXBvIGRlIGNhbWJpby4gTG9zIGNhcmdvcyBoZWNob3MgcG9yIG1lZGlvIGRlIHRhcmpldGFzIGRlIGNyw6lkaXRvIGVzdMOhbiBzdWpldG9zIGEgY29udmVyc2lvbmVzIGRlIG1vbmVkYS4gUHVlZGVuIHRlbmVyIGNhcmdvcyBhZGljaW9uYWxlcyBwb3IgbG9zIGJhbmNvcyBvIGxhcyBjb21wYcOxw61hcyBkZSB0YXJqZXRhcyBkZSBjcsOpZGl0bywgbGFzIGN1YWxlcyBlbCBob3RlbCBubyBjb250cm9sYSB5IHBvZHLDrWEgaW1wYWN0YXIgbGEgY2FudGlkYWQgY2FyZ2FkYSBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uIENvbnN1bHRlIGNvbiBzdSBiYW5jbyBsYXMgdGFyaWZhcyBkZSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQo8c3Ryb25nPkxMYXZlczwvc3Ryb25nPg0KDQpFbiBjYXNvIGRlIHBlcmRlciBsbGF2ZXMsIHNlIGNvYnJhcsOhICQzMC4wMCAuDQoNCjxzdHJvbmc+QWxpbWVudG9zPC9zdHJvbmc+DQoNClNlIHBlcm1pdGVuIGFsaW1lbnRvcyBzaWVtcHJlIHF1ZSBzZSBjb25zdW1hbiBlbiBlbCDDoXJlYSBkZSBhbG9qYW1pZW50by7CoCDCoEVzIHByb2hpYmlkbyBsbGV2YXIgYWxpbWVudG9zIGFsIMOhcmVhIGRlIHBhbGFwYXMgeSByZXN0YXVyYW50ZS4NCg0KJm5ic3A7', 'PGgyPlBvbMOtdGljYXMgZGUgbGEgRW1wcmVzYTwvaDI+DQo8aDQ+UG9sw610aWNhIGRlIENhbmNlbGFjacOzbjwvaDQ+DQoxNCBvIG3DoXMgZMOtYXMgYW50ZXMgZGUgbGxlZ2FkYSwgMTAlDQoxMy00IGTDrWFzIGFudGVzIGRlIGxsZWdhZGEsIDUwJQ0KMy0wIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSwgbm8gcmVlbWJvbHNhYmxlDQoNClRhcmlmYXMgZGU6IEZlY2hhcyBmZXN0aXZhcywgQcOxbyBOdWV2bywgU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLCBObyByZW1ib2xzYWJsZQ0KDQpUb2RhIFByb21vY2nDs246DQpMYSB0YXJpZmEgTk8gZXMgcmVtYm9sc2FibGUsIGxhIHBlbmFsaWRhZCBkZSBjYW1iaW8gZGUgZmVjaGEgZXMgZGUgJDUwLjAwIHByZXBhZ2Fkb3MuDQo8aDQ+UG9sw610aWNhcyBkZWwgaG90ZWw8L2g0Pg0KUG9sw610aWNhIGRlIGNhbWJpbyBkZSBjaGVxdWVzOg0KRWwgaG90ZWwgbm8gb2ZyZWNlIHNlcnZpY2lvcyBkZSBjYW1iaW8gZGUgY2hlcXVlcy4NCg0KTm9ybWFzIGRlIHZlc3RpcjoNCk5vIGVzdMOhIHBlcm1pdGlkbyBlbCB1c28gZGUgdHJhamUgZGUgYmHDsW8gZW4gbGEgb2ZpY2luYSBhZG1pbmlzdHJhdGl2YS4NCg0KUG9saXRpY2FzIGRlIGxsZWdhZGFzIGFudGljaXBhZGFzOg0KU3VqZXRhIGEgZXNwYWNpby4NCg0KTWVub3JlcyBkZSBFZGFkOg0KTG9zIG5pw7FvcyAobWVub3JlcyBkZSAxOCBhw7FvcykgZGViZW4gaXIgYWNvbXBhw7FhZG9zIHBvciBzdXMgcGFkcmVzIG8gc3UgdHV0b3IuIE5vcyBleG9uZXJhbW9zIGRlIHRvZG8gYWNjaWRlbnRlIG9jdXJyaWRvIGEgbWVub3JlcyBkZSBlZGFkLg0KDQpMb3MgcGFkcmVzIHNlcsOhbiByZXNwb25zYWJsZXMgZGUgY3VhbHF1aWVyIGFjdG8gbyBjb21wb3J0YW1pZW50byBpbmFwcm9waWFkbyBkZSBzdXMgaGlqb3MgbWVub3JlcyBpbmNsdXllbmRvIHZhbmRhbGlzbW9zIChkZXN0cnVjY2nDs24gZGUgcHJvcGllZGFkKSB5IGFjY2lkZW50ZXMgYSBtZW5vcmVzLg0KDQpQb2zDrXRpY2EgZGUgc2VndXJvOg0KRWwgaG90ZWwgKHkgdG9kb3Mgc3VzIGVtcGxlYWRvcykgc2UgZXhvbmVyYW4gZGUgY3VhbHF1aWVyIHJlc3BvbnNhYmlsaWRhZCBkZSBhY2NpZGVudGVzIGVuIGxhcyBpbnN0YWxhY2lvbmVzLg0KDQpQb2zDrXRpY2EgZGUgc2FsaWRhIGRlc3B1w6lzIGRlIGxhIGhvcmEgZXN0YWJsZWNpZGE6DQoNCkxhIHNhbGlkYSBlcyBhIGxhcyAxMiBkIFNlIGFwbGljYXLDoSB1biBjYXJnbyBhIGxvcyBodcOpc3BlZGVzIHF1ZSBkZXNlZW4gcHJvbG9uZ2FyIHN1IGhvc3BlZGFqZS4gTG9zIHRyw6FtaXRlcyBlc3TDoW4gc3VqZXRvcyBhIGxhIGRpc3BvbmliaWxpZGFkIHkgZGViZW4gaGFjZXJzZSBhIHRyYXbDqXMgZGVsIGFzaXN0ZW50ZSBkZWwgamVmZSBkZSByZWNlcGNpw7NuLCBlbiBsYSByZWNlcGNpw7NuLg0KDQpQb2zDrXRpY2Egc29icmUgbWFzY290YXM6DQpTZSBwZXJtaXRlbiBtYXNjb3RhcyBjb24gdW4gcGVzbyBtw6F4aW1vIGRlIDI1bGJzLiBTaW4gZW1iYXJnbywgZWwgaHXDqXNwZWQgZXMgcmVzcG9uc2FibGUgZGUgbGltcGlhciBsb3MgZXhjcmVtZW50b3MgZGUgc3UgbWFzY290YS4gRGUgbm8gaGFjZXJsbywgaGFicsOhIHVuIGNhcmdvIGRlICQzMC4wMCBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uDQoNCkVsIGR1ZcOxbyBkZSBsYSBtYXNjb3RhIGVzIHJlc3BvbnNhYmxlIGRlIHRvZG8gZGHDsW8gY2F1c2FkbyBwb3Igc3UgbWFzY290YSBkZW50cm8gZGUgbGFzIGluc3RhbGFjaW9uZXMuDQoNClBvbMOtdGljYSBkZSBwYWdvDQpUb2RvcyBsb3MgY2FyZ29zIGFkaWNpb25hbGVzIGRlbCBob3RlbCBkZWJlbiBhYm9uYXJzZSBhbnRlcyBkZSBzdSBzYWxpZGEgc2luIGxpbWl0YXJzZSBhIHBlcmRpZGFzIGludGVybmFzIHRhbGVzIGNvbW8gdG9hbGxhcywgcGxhdG9zIG8gY3VhbHF1aWVyIG90cm8gYWN0aXZvIGRlIFB1ZXJ0byBCYXJpbGxhcy4NCg0KRWwgc2FsZG8gcXVlIHNlIGFkZXVkZSBhbCBob3RlbCB5IHF1ZSBubyBzZSBhYm9uZSBhbCBtb21lbnRvIGRlIGxhIHNhbGlkYSwgc2Vyw6Egc3VqZXRvIGEgc2VyIGNhcmdhZG8gYSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQpQYWdvIENvbiBUYXJqZXRhIERlIENyw6lkaXRvIERlIFRlcmNlcm9zOiB1bmEgcGVyc29uYSBxdWUgbm8gZXMgZWwNCg0KaHXDqXNwZWQgeSBxdWUgZGVzZWEgcGFnYXIgbG9zIGdhc3RvcyBkZSB1biBodcOpc3BlZCBkZWwgaG90ZWwgZGViZXLDoSBwcmVzZW50YXJzZSBwZXJzb25hbG1lbnRlIGEgbGFzIG9maWNpbmFzIGRlIFB1ZXJ0byBCYXJpbGxhcyBjb24gc3UgdGFyamV0YSBkZSBjcsOpZGl0byB5IGNvbXBsZXRhciB1biBmb3JtdWxhcmlvIGRlIGF1dG9yaXphY2nDs24gY29uIGFudGVyaW9yaWRhZCBhIGxhIGxsZWdhZGEgZGVsIGh1w6lzcGVkLiBFc3BlY2lmaXF1ZSBjdcOhbGVzIHNvbiBsb3MgZ2FzdG9zIHF1ZSBzZSBwdWVkZW4gY2FyZ2FyIGEgbGEgdGFyamV0YSBkZSBjcsOpZGl0by4NCjxoND5Qb2zDrXRpY2EgZGUgc2VndXJpZGFkPC9oND4NCk9iamV0b3MgcGVyc29uYWxlczoNCkVsIGhvdGVsIG5vIHNlIGhhY2UgcmVzcG9uc2FibGUgZGUgcMOpcmRpZGFzLCBkYcOxb3MgbyByb2JvcyBkZSBlZmVjdGl2bywgam95YXMgdSBvdHJvcyBhcnTDrWN1bG9zIGRlIHZhbG9yIHF1ZSBzZSBkZWplbiBlbiBsYXMgaGFiaXRhY2lvbmVzLiBTZSBkaXNwb25lIGRlIGNhamFzIGRlIHNlZ3VyaWRhZCBwYXJhIGd1YXJkYXIgZXN0b3MgYXJ0w61jdWxvcy4NCg0KVmlnaWxhbmNpYSBlbiBsYSBwbGF5YToNCkxhcyBwbGF5YXMgc29uIGVzcGFjaW9zIHDDumJsaWNvcy4gUG9yIGxvIHRhbnRvLCBubyBzZSBkZWJlbiBsbGV2YXIgYSBsYSBwbGF5YSBhcnTDrWN1bG9zIHBlcnNvbmFsZXMgbyBkZSB2YWxvciwgZGFkbyBxdWUgc3Ugc2VndXJpZGFkIG5vIHB1ZWRlIGdhcmFudGl6YXJzZSwgZWwgaG90ZWwgdGFtcG9jbyBhc3VtZSByZXNwb25zYWJpbGlkYWQgYWxndW5hIHBvciBlc3RvcyBhcnTDrWN1bG9zLg0KDQpEZXJlY2hvcyBkZSBhZG1pc2nDs246DQpFbCBob3RlbCB0aWVuZSBkZXJlY2hvIGEgc29saWNpdGFyIHF1ZSBsb3MgaHXDqXNwZWRlcyB5L28gdGVyY2Vyb3MgZGVzb2N1cGVuIGxhIGhhYml0YWNpw7NuIG8gc2UgcmV0aXJlbiBkZSBsYXMgaW5zdGFsYWNpb25lcyBkZWwgaG90ZWwsIGNhZGEgdmV6IHF1ZSBubyBlc3TDqW4gcmVzcGV0YW5kbyBhbGfDum4gcHVudG8gZGUgbGFzIG5vcm1hcyBpbnRlcm5hcyBkZWwgaG90ZWwsIG8gc2UgZXN0w6luIGNvbXBvcnRhbmRvIGRlIHVuYSBtYW5lcmEgaW5hZGVjdWFkYSBzZWfDum4gZWwgY3JpdGVyaW8gZGVsIGdlcmVudGUgZGUgaG90ZWwuDQoNClBvbMOtdGljYSBkZSB0ZWxlY29tdW5pY2FjaW9uZXM6DQpMb3MgaHXDqXNwZWRlcyBkZWJlcsOhbiBwYWdhciB1biBjYXJnbyBwb3IgbGxhbWFkYXMgYSBuw7ptZXJvcyBncmF0dWl0b3MuDQoNClBvbMOtdGljYSBkZSBsaXN0YSBkZSBlc3BlcmE6DQpFbCBob3RlbCBvZnJlY2UgbGlzdGEgZGUgZXNwZXJhLg0KDQpDb252ZXJzaW9uZXMgZGUgTW9uZWRhLSBQYXJhIGV4dHJhbmplcm9zOg0KTGFzIHRhcmlmYXMgY29uZmlybWFkYXMgc29uIGVuIGTDs2xhcmVzIGVzdGFkdW5pZGVuc2VzIHkgZXN0w6FuIHN1amV0b3MgYSBsYXMgZmx1Y3R1YWNpb25lcyBlbiBlbCB0aXBvIGRlIGNhbWJpby4gTG9zIGNhcmdvcyBoZWNob3MgcG9yIG1lZGlvIGRlIHRhcmpldGFzIGRlIGNyw6lkaXRvIGVzdMOhbiBzdWpldG9zIGEgY29udmVyc2lvbmVzIGRlIG1vbmVkYS4gUHVlZGVuIHRlbmVyIGNhcmdvcyBhZGljaW9uYWxlcyBwb3IgbG9zIGJhbmNvcyBvIGxhcyBjb21wYcOxw61hcyBkZSB0YXJqZXRhcyBkZSBjcsOpZGl0bywgbGFzIGN1YWxlcyBlbCBob3RlbCBubyBjb250cm9sYSB5IHBvZHLDrWEgaW1wYWN0YXIgbGEgY2FudGlkYWQgY2FyZ2FkYSBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uIENvbnN1bHRlIGNvbiBzdSBiYW5jbyBsYXMgdGFyaWZhcyBkZSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg==', 0),
(371, 89, 0, '2014-01-14 23:09:18', 'original_id', '', 0, '958', '', 0),
(380, 92, 0, '2014-03-04 15:49:34', 'original_id', '', 0, '107', '', 0),
(381, 93, 0, '2014-03-08 15:37:51', 'title', 'base64', 1, 'T3VyIFRlYW0=', 'TnVlc3RybyBFcXVpcG8=', 1),
(382, 93, 0, '2014-03-08 15:37:51', 'body', 'base64', 1, 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KSWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 'PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KSWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=', 1),
(384, 94, 0, '2014-03-08 15:59:21', 'title', 'base64', 1, 'QXBhcnRtZW50cw==', 'QXBhcnRhbWVudG9z', 1),
(385, 94, 0, '2014-03-08 15:59:21', 'body', 'base64', 1, 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQpUaGFuayB5b3UgZm9yIGNob29zaW5nIHRvIHN0YXkgd2l0aCB1cy4gwqBFbmpveSB5b3VyIHZpc2l0Lg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9wb2xpdGljYXMvIj5QbGVhc2UgcmVhZCBjYXJlZnVsbHkgcnVsZXMgYW5kIHJlZ3VsYXRpb25zLjwvYT4=', 'PHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogOCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMjM2LjAwIE1lbWJlcjogJDExOC4wMDwvc3Ryb25nPjwvc3Bhbj4NCkFsbCByYXRlcyBpbmNsdWRlIFZBVCAoMTMlKSBhbmQgdG91cmlzdCB0YXggKDUlKS4gQmVjb21lIGEgbWVtYmVyIGFuZCBzYXZlIGhhbGYgb2ZmLg0KDQpHcmFjaWFzIHBvciB2aXNpdGFybm9zLg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9wb2xpdGljYXMvIj5GYXZvciBsZWVyIGxhcyBwb2zDrXRpY2FzIGRlIGxhIGVtcHJlc2HCoDwvYT4NCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9wb2xpdGljYXMvIj7CoDwvYT4=', 1),
(383, 93, 0, '2014-03-08 15:37:51', 'original_id', '', 0, '137', '', 1),
(386, 94, 0, '2014-03-08 15:59:21', 'original_id', '', 0, '207', '', 1),
(387, 95, 0, '2014-03-26 20:57:27', 'title', 'base64', 1, 'UHJlc3MgUmVsZWFzZQ==', 'Q29tdW5pY2FkbyBkZSBQcmVuc2E=', 1),
(388, 95, 0, '2014-03-26 20:57:27', 'body', 'base64', 1, 'PGgzPjxzdHJvbmc+RmVicmVybzwvc3Ryb25nPjwvaDM+DQpFbiBGZWJyZXJvIFJldmlzdGEgRWplY3V0aXZhIGRlIExQRyByZWFsaXpvwqAgc2VzacOzbiBkZSBGb3RvZ3JhZmlhcyBlbiBQdWVydG8gQmFyaWxsYXMNCg0KPGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS0xMDc5IiAvPg==', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 0),
(389, 95, 0, '2014-03-26 20:57:27', 'original_id', '', 0, '158', '', 0),
(390, 96, 0, '2014-05-29 19:54:23', 'title', 'base64', 1, 'IEFwYXJ0bWVudHM=', 'QXBhcnRhbWVudG9z', 1),
(391, 96, 0, '2014-05-29 19:54:23', 'body', 'base64', 1, 'U3Vycm91bmRlZCBieSBjb2NvYSBhbmQgcGFsbSB0cmVlcyBhbmQganVzdCBhIGZldyBtaW51dGVzIHdhbGvCoCBmcm9tIHRoZSBQdWVydG8gQmFyaWxsYXMgY2FuYWwgYXJlIGxvY2F0ZWQgb3VyIGNvbWZvcnRhYmxlIGFwYXJ0bWVudHMuwqAgRWFjaCBhcGFydG1lbnQgaGFzIGJlaW5nIHBlcmZlY3RseSBkZXNpZ25lZCBzbyB0aGF0IG91ciBndWVzdHMgbWF5wqAgb2J0YWluIHByaXZhY3kuDQoNCkFwYXJ0bWVudHMgLSBtYXhpbXVtIG9jY3VwYW5jeTogNiBwZW9wbGUuIEl0IGhhcyB0d28gYmVkcm9vbXMuwqDCoCBPbiB0aGUgdG9wIGZsb29yIG9uZSBiZWRyb29tIHdpdGggQUMgYW5kIGZ1bGwgYmF0aHJvb20uwqAgT24gdGhlIGZpcnN0IGZsb29yIGFub3RoZXIgYmVkcm9vbSBlaXRoZXIgd2l0aCBhwqAgcXVlZW4gb3IgRG91YmxlIGJlZCBhbmQgYSBidW5rIGJlZCBvciB0d28gYnVuayBiZWRzIChzdWJqZWN0IHRvIGF2YWlsYWJpbGl0eSkuwqAgQWxsIGFwYXJ0bWVudHMgaGF2ZSBhIGZ1bGx5IGVxdWlwcGVkIGtpdGNoZW4sIGxpdmluZyByb29tIHdpdGggYSBzb2ZhIGJlZCBhbmQgZGluaW5nIGFyZWEuwqAgQWxsIG9mIHRoZSBhY2NvbW9kYXRpb24gaGF2ZSBnYXMgYmFyYmVjdWVzIGluIHRoZSB0ZXJyYWNlL3BhdGlvLg0KDQpQcmljZXMgYXJlIGFzIGZvbGxvd3MgYW5kIGRvZXMgTk9UIGluY2x1ZGUgYnJlYWtmYXN0ICggaW5jbHVkZXMgdGF4ZXMgKQ0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+PHN0cm9uZz5Mb3cgU2Vhc29uwqAgU2F0dXJkYXk8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij48c3Ryb25nPkxvdyBTZWFzb24gV2Vla2RheXM8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzM0Ij48c3Ryb25nPkhpZ2ggU2Vhc29uPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0NzciPiQyMTIuMDAgKDEtMyBwZW9wbGUpwqAgJDIyNC4wMCAoNC02IHBlb3BsZSk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij4kMTg5LjAwwqAgKDEg4oCTIDMgcGVvcGxlKSAxOTkuMDAgKDQtNiBwZW9wbGUpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+JDIzNi4wMDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQoqUHJpY2VzIGFyZSBwZXIgcm9vbSBwZXIgbmlnaHQNCg0KQ2hlY2sgaW46IDE1OjAwwqDCoMKgIENoZWNrIG91dDogMTI6MDANCg0KTG93IFNlYXNvbiA6IEphbnVhcnksIEZlYnJ1YXJ5LCAxLTE1IHRoIG9mIE1hcmNoLCAyMCAtMzB0aCBvZiBBcHJpbCwgSnVuZSzCoCBKdWx5LCAyMHRoLTMwdGggb2YgQXVndXN0LCBTZXB0ZW1iZXItTm92ZW1iZXIsIDEtMjR0aCBvZiBOb3ZlbWJlcg0KDQpIaWdoIFNlYXNvbjogU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLCAyN2ggb2YgRGVjZW1iZXItMnRoIG9mIEphbnVhcnkNCg0KJm5ic3A7DQoNCkFkZGl0aW9uYWwgZGVzY3JpcHRpb246DQoNCjxzdHJvbmc+VG9wIGxldmVsIGZsb29yOjwvc3Ryb25nPg0KPHVsPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+TWFpbiByb29tOjwvbGk+DQoJPGxpPkRvdWJsZSBiZWQ8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZDwvbGk+DQoJPGxpPlNwYWNpb3VzIGJhdGhyb29tPC9saT4NCgk8bGk+QWlyIENvbmRpdGlvbmluZzwvbGk+DQoJPGxpPkdyb3VuZCBmbG9vcjo8L2xpPg0KCTxsaT5MaXZpbmcgYW5kIGRpbmluZzwvbGk+DQoJPGxpPkZ1dG9uIChzb2ZhIGJlZCkgZm9yIDIgcGVvcGxlPC9saT4NCgk8bGk+RnVsbHkgZXF1aXBwZWQga2l0Y2hlbjogcmVmcmlnZXJhdG9yLCBzdG92ZSwgZGlzaHdhc2hlciwgdG9hc3RlciwgZGlzaGVzLCBzaWx2ZXJ3YXJlIGFuZCBtb3JlPC9saT4NCgk8bGk+VGVycmFjZTwvbGk+DQoJPGxpPkJhcmJlY3VlPC9saT4NCgk8bGk+RGlyZWN0IFRWPC9saT4NCjwvdWw+DQo8c3Ryb25nPlJvb20gMjwvc3Ryb25nPg0KPHVsPg0KCTxsaT5Eb3VibGUgQmVkPC9saT4NCgk8bGk+QnVuayBCZWQ8L2xpPg0KCTxsaT5CYXRocm9vbTwvbGk+DQo8L3VsPg0KJm5ic3A7DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvcG9saXRpY2FzLyI+UGxlYXNlIHJlYWQgY2FyZWZ1bGx5IHJ1bGVzIGFuZCByZWd1bGF0aW9ucy48L2E+', 'QVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA4IHBlcnNvbmFzIC4NCg0KQ3VlbnRhIGNvbiBkb3MgaGFiaXRhY2lvbmVzOnVuYSBlbiBsYSBwbGFudGEgYmFqYSBjb24gY2FtYcKgIHNlbWktbWF0cmltb25pYWwgeSBjYW1hcm90ZSwgc29mw6EgY2FtYSBlbiBsYSBzYWxhLCB5IGVuIGxhIHBsYW50YSBhbHRhIG90cmEgaGFiaXRhY2nDs24gY29uIGNhbWEgc2VtaS1tYXRyaW1vbmlhbCwgZG9zIGJhw7FvcyBjb24gYWd1YSBjYWxpZW50ZSwgYWlyZSBhY29uZGljaW9uYWRvIHkgZXF1aXBhZG9zIGNvbiBjb2NpbmEgY29uIGhvcm5vLCByZWZyaWdlcmFkb3JhLCBsYXZhdHJhc3RvcywgYWxhY2VuYSBjb24gdXRlbnNpbGlvcyBkZSBjb2NpbmEgeSBiYXJiYWNvYSBhIGdhcyBlbiBsYSB0ZXJyYXphLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzIHkgTk8gaW5jbHV5ZW4gZGVzYXl1bm9zICggaW5jbHV5ZW4gaW1wdWVzdG9zKQ0KDQombmJzcDsNCjx0YWJsZSBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0NzciPlRlbXBvcmFkYSBCYWphwqAgU8OhYmFkbzwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTQiPlRlbXBvcmFkYSBCYWphIChEw61hIGRlIHNlbWFuYSk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzM0Ij5UZW1wb3JhZGEgQWx0YTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNDc3Ij4kMjEyLjAwICgxLTMgcGVyc29uYXMpwqAgJDIyNC4wMCAoNC04IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTQiPiQxODkuMDDCoCAoMSDigJMgMyBwZXJzb25hcykgMTk5LjAwICg0LTggcGVyc29uYXMpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+JDIzNi4wMDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQombmJzcDsNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQmFqYSA6IEVuZXJvLCBGZWJyZXJvLCAxNSBkZSBBYnJpbC0sMjAgZGUgQWJyaWwsIE1heW8sIEp1bmlvLCBKdWxpbywgQWdvc3RvIDIwLTMwLCBTZXB0aWVtYnJlLU5vdmllbWJyZSwgMS0yNCBkZSBEaWNpZW1icmUNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQWx0YTogU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvICgxLTcgZGUgQWdvc3RvKSwgMjQgZGUgRGljaWVtYnJlLTUgZGUgRW5lcm8NCg0KJm5ic3A7DQoNCkFwYXJ0YW1lbnRvIHkgQ2FzYSBkZSDDoXJib2wgQ2hlY2sgaW46IDM6MDAgUE0NCg0KQXBhcnRhbWVudG8geSBDYXNhIGRlIMOhcmJvbCDCoENoZWNrIG91dDogMTI6MDAgTQ0KDQombmJzcDsNCg0KVG9kYSByZXNlcnZhIG5vIGVzIGdhcmFudGl6YWRhIGhhc3RhIHBhZ2FkYS4NCg0KJm5ic3A7DQoNCkNhbmNlbGFjaW9uZXM6DQoNClRlbXBvcmFkYSBBbHRhOiBObyByZWVtYm9sc2FibGUNCg0KMC0zIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSwgbm8gcmVlbWJvbHNhYmxlcw0KDQombmJzcDs=', 1),
(392, 96, 0, '2014-05-29 19:54:23', 'original_id', '', 0, '207', '', 1),
(393, 96, 0, '2014-05-29 19:54:23', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'QXBhcnRtZW50cw==', 'TG9kZ2luZyBFbCBTYWx2YWRvcg==', 1),
(394, 96, 0, '2014-05-29 19:54:23', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(395, 96, 0, '2014-05-29 19:54:23', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(396, 97, 0, '2014-07-18 02:50:46', 'title', 'base64', 1, 'TmljZSBBcHA=', 'TmljZSBBcHA=', 1),
(397, 97, 0, '2014-07-18 02:50:46', 'body', 'base64', 1, 'Q29udHJhcnkgdG8gcG9wdWxhciBiZWxpZWYsIExvcmVtIElwc3VtIGlzIG5vdCBzaW1wbHkgcmFuZG9tIHRleHQuIEl0IGhhcyByb290cyBpbiBhIHBpZWNlIG9mIGNsYXNzaWNhbCBMYXRpbiBsaXRlcmF0dXJlIGZyb20gNDUgQkMsIG1ha2luZyBpdCBvdmVyIDIwMDAgeWVhcnMgb2xkLiBSaWNoYXJkIE1jQ2xpbnRvY2ssIGEgTGF0aW4gcHJvZmVzc29yIGF0IEhhbXBkZW4tU3lkbmV5IENvbGxlZ2UgaW4gVmlyZ2luaWEsIGxvb2tlZCB1cCBvbmUgb2YgdGhlIG1vcmUgb2JzY3VyZSBMYXRpbiB3b3JkcywgY29uc2VjdGV0dXIsIGZyb20gYSBMb3JlbSBJcHN1bSBwYXNzYWdlLCBhbmQgZ29pbmcgdGhyb3VnaCB0aGUgY2l0ZXMgb2YgdGhlIHdvcmQgaW4gY2xhc3NpY2FsIGxpdGVyYXR1cmUsIGRpc2NvdmVyZWQgdGhlIHVuZG91YnRhYmxlIHNvdXJjZS4gTG9yZW0gSXBzdW0gY29tZXMgZnJvbSBzZWN0aW9ucyAxLjEwLjMyIGFuZCAxLjEwLjMzIG9mICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgKFRoZSBFeHRyZW1lcyBvZiBHb29kIGFuZCBFdmlsKSBieSBDaWNlcm8sIHdyaXR0ZW4gaW4gNDUgQkMuIFRoaXMgYm9vayBpcyBhIHRyZWF0aXNlIG9uIHRoZSB0aGVvcnkgb2YgZXRoaWNzLCB2ZXJ5IHBvcHVsYXIgZHVyaW5nIHRoZSBSZW5haXNzYW5jZS4gVGhlIGZpcnN0IGxpbmUgb2YgTG9yZW0gSXBzdW0sICJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldC4uIiwgY29tZXMgZnJvbSBhIGxpbmUgaW4gc2VjdGlvbiAxLjEwLjMyLg0KDQpUaGUgc3RhbmRhcmQgY2h1bmsgb2YgTG9yZW0gSXBzdW0gdXNlZCBzaW5jZSB0aGUgMTUwMHMgaXMgcmVwcm9kdWNlZCBiZWxvdyBmb3IgdGhvc2UgaW50ZXJlc3RlZC4gU2VjdGlvbnMgMS4xMC4zMiBhbmQgMS4xMC4zMyBmcm9tICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgYnkgQ2ljZXJvIGFyZSBhbHNvIHJlcHJvZHVjZWQgaW4gdGhlaXIgZXhhY3Qgb3JpZ2luYWwgZm9ybSwgYWNjb21wYW5pZWQgYnkgRW5nbGlzaCB2ZXJzaW9ucyBmcm9tIHRoZSAxOTE0IHRyYW5zbGF0aW9uIGJ5IEguIFJhY2toYW0uDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvMjQ0NmFiZmFkNzZlODI5MTM0YWJhZjgzZDg2MmQ1ZjcuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExMDMiIGFsdD0iwqFMZXMgZGVzZWFtb3MgdW4gZmVsaXogZMOtYSBhIHRvZG9zIGxvcyBwYWRyZXMhIEVzcGVyYW1vcyBsbyBkaXNmcnV0ZW4gY29uIHRvZG9zIHN1cyBhbWlnb3MgeSBmYW1pbGlhcmVzLiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2LzI0NDZhYmZhZDc2ZTgyOTEzNGFiYWY4M2Q4NjJkNWY3LmpwZyIgd2lkdGg9IjM4NCIgaGVpZ2h0PSIzODQiIC8+PC9hPg==', 'Q29udHJhcnkgdG8gcG9wdWxhciBiZWxpZWYsIExvcmVtIElwc3VtIGlzIG5vdCBzaW1wbHkgcmFuZG9tIHRleHQuIEl0IGhhcyByb290cyBpbiBhIHBpZWNlIG9mIGNsYXNzaWNhbCBMYXRpbiBsaXRlcmF0dXJlIGZyb20gNDUgQkMsIG1ha2luZyBpdCBvdmVyIDIwMDAgeWVhcnMgb2xkLiBSaWNoYXJkIE1jQ2xpbnRvY2ssIGEgTGF0aW4gcHJvZmVzc29yIGF0IEhhbXBkZW4tU3lkbmV5IENvbGxlZ2UgaW4gVmlyZ2luaWEsIGxvb2tlZCB1cCBvbmUgb2YgdGhlIG1vcmUgb2JzY3VyZSBMYXRpbiB3b3JkcywgY29uc2VjdGV0dXIsIGZyb20gYSBMb3JlbSBJcHN1bSBwYXNzYWdlLCBhbmQgZ29pbmcgdGhyb3VnaCB0aGUgY2l0ZXMgb2YgdGhlIHdvcmQgaW4gY2xhc3NpY2FsIGxpdGVyYXR1cmUsIGRpc2NvdmVyZWQgdGhlIHVuZG91YnRhYmxlIHNvdXJjZS4gTG9yZW0gSXBzdW0gY29tZXMgZnJvbSBzZWN0aW9ucyAxLjEwLjMyIGFuZCAxLjEwLjMzIG9mICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgKFRoZSBFeHRyZW1lcyBvZiBHb29kIGFuZCBFdmlsKSBieSBDaWNlcm8sIHdyaXR0ZW4gaW4gNDUgQkMuIFRoaXMgYm9vayBpcyBhIHRyZWF0aXNlIG9uIHRoZSB0aGVvcnkgb2YgZXRoaWNzLCB2ZXJ5IHBvcHVsYXIgZHVyaW5nIHRoZSBSZW5haXNzYW5jZS4gVGhlIGZpcnN0IGxpbmUgb2YgTG9yZW0gSXBzdW0sICJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldC4uIiwgY29tZXMgZnJvbSBhIGxpbmUgaW4gc2VjdGlvbiAxLjEwLjMyLg0KDQpUaGUgc3RhbmRhcmQgY2h1bmsgb2YgTG9yZW0gSXBzdW0gdXNlZCBzaW5jZSB0aGUgMTUwMHMgaXMgcmVwcm9kdWNlZCBiZWxvdyBmb3IgdGhvc2UgaW50ZXJlc3RlZC4gU2VjdGlvbnMgMS4xMC4zMiBhbmQgMS4xMC4zMyBmcm9tICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgYnkgQ2ljZXJvIGFyZSBhbHNvIHJlcHJvZHVjZWQgaW4gdGhlaXIgZXhhY3Qgb3JpZ2luYWwgZm9ybSwgYWNjb21wYW5pZWQgYnkgRW5nbGlzaCB2ZXJzaW9ucyBmcm9tIHRoZSAxOTE0IHRyYW5zbGF0aW9uIGJ5IEguIFJhY2toYW0uDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvMjQ0NmFiZmFkNzZlODI5MTM0YWJhZjgzZDg2MmQ1ZjcuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExMDMiIGFsdD0iwqFMZXMgZGVzZWFtb3MgdW4gZmVsaXogZMOtYSBhIHRvZG9zIGxvcyBwYWRyZXMhIEVzcGVyYW1vcyBsbyBkaXNmcnV0ZW4gY29uIHRvZG9zIHN1cyBhbWlnb3MgeSBmYW1pbGlhcmVzLiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2LzI0NDZhYmZhZDc2ZTgyOTEzNGFiYWY4M2Q4NjJkNWY3LmpwZyIgd2lkdGg9IjM4NCIgaGVpZ2h0PSIzODQiIC8+PC9hPg==', 1),
(398, 97, 0, '2014-07-18 02:50:46', 'original_id', '', 0, '1126', '', 1),
(399, 97, 0, '2014-07-18 02:50:46', 'categories', 'csv_base64', 1, '\"U2luIGNhdGVnb3LDrWEgQGVzIEBlbg==\"', '', 1),
(400, 97, 0, '2014-07-18 02:50:46', 'category_ids', '', 0, '35', '', 1),
(409, 100, 0, '2015-04-16 17:52:14', 'original_id', '', 0, '24', '', 1),
(410, 101, 0, '2015-07-23 16:28:01', 'title', 'base64', 1, 'Qm9vayBOb3c=', 'UmVzZXJ2YXI=', 1),
(411, 101, 0, '2015-07-23 16:28:01', 'body', 'base64', 1, 'W2lmcmFtZSBzcmM9Imh0dHBzOi8vd3d3LnRoZWJvb2tpbmdidXR0b24uY28udWsvcHJvcGVydGllcy9iYXJpbGxhc2RpcmVjdCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iNTUwIl0=', 'W2lmcmFtZSBzcmM9Imh0dHA6Ly93d3cuYm9va2VyY2x1Yi5jb20vZXMvaG90ZWwvUHVlcnRvLUJhcmlsbGFzLUVsLVNhbHZhZG9yP2FpZD0yMCZhbXA7Y3VycmVuY3k9dXNkIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NTAiXQ0KDQpodHRwOi8vcHVlcnRvYmFyaWxsYXMuY29tL3Jlc2VydmFyLw0KDQpodHRwOi8vcHVlcnRvYmFyaWxsYXMuY29tL2Jvb2tub3cv', 1),
(412, 101, 0, '2015-07-23 16:28:01', 'original_id', '', 0, '24', '', 1),
(413, 102, 0, '2015-12-17 08:58:06', 'title', 'base64', 1, 'Qm9vayBOb3c=', 'UmVzZXJ2YXI=', 1),
(414, 102, 0, '2015-12-17 08:58:06', 'body', 'base64', 1, '', '', 1),
(419, 103, 0, '2015-12-22 16:24:35', 'title', 'base64', 1, 'UmVzdGF1cmFudC9CYXI=', 'UmVzdGF1cmFudGUvQmFy', 1),
(420, 103, 0, '2015-12-22 16:24:35', 'body', 'base64', 1, 'PGgyPkNsdWIgSG91c2UgRWwgQ29uYWNhc3RlDQpSZXN0YXVyYW50PC9oMj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzQ5NzkuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTYxMiIgYWx0PSJJTUdfNDk3OSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR180OTc5LTEwMjR4NjAyLmpwZyIgd2lkdGg9IjU2NCIgaGVpZ2h0PSIzMzEiIC8+PC9hPg0KDQpXZSBoYXZlIGluY2x1ZGVkIGluIG91ciBtZW51IGEgdmFyaWV0eSBvZiBkaXNoZXMgdG8gZGVsaWdodCB0aGUgcGFsYXRlIcKgIFNvbWUgb2YgdGhlIGRpc2hlcyBpbmNsdWRlIHNlYWZvb2QsIFNhbHZhZG9yZWFuIHR5cGljYWwgZm9vZCwgQW1lcmljYW4gZm9vZCBhbmQgaG9tZS1tYWRlIGRpc2hlcy4NCg0KSG91cnMgb2YgT3BlcmF0aW9uOg0KDQpTdW5kYXktIEZyaWRheTogNzozMGFtLSA2OjAwcG3CoMKgwqAgU2F0dXJkYXk6IDc6MzBhbS02OjMwcG07IEZvciBncm91cHM6IHdlIGNhbiBvcGVuIGF0IDc6MDBhbQ0KDQo8c3Ryb25nPjxlbT5Zb3UgY2FuIGNoZWNrIG91ciBvbmxpbmUgPGEgaHJlZj0iaHR0cDovL3B1ZXJ0b2JhcmlsbGFzLmNvbS9NZW51UEIucGRmIj5tZW51PC9hPjwvZW0+PC9zdHJvbmc+DQoNCjxzcGFuIHN0eWxlPSJsaW5lLWhlaWdodDogMS41ZW07Ij5Zb3UgY2FuIGFsc28gwqBlbmpveSB5b3VyIGZhdm9yaXRlIGdhbWUgb3Igd2F0Y2ggYSBtb3ZpZSwgbGlzdGVuIHRvIG11c2ljLCBlbmpveSB3aXRoIGZhbWlseSBvciBmcmllbmRzIGEgZ29vZCBjb252ZXJzYXRpb24sIHdpdGggYmVhdXRpZnVsIHNjZW5lcmllcywgYXQgb3VyIENvbmFjYXN0ZSBDbHViIEhvdXNlLjwvc3Bhbj4NCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9JTUdfNTAwMy5qcGciPjxpbWcgYWx0PSJJTUdfNTAwMyIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR181MDAzLTEwMjR4NjgyLmpwZyIgd2lkdGg9IjIwMyIgaGVpZ2h0PSIxMzYiIC8+PC9hPg0KDQo8YSBjbGFzcz0iZVBhcGVyIiBocmVmPSJodHRwOi8vd3d3LjFrY2xvdWQuY29tL3dwMU4xTzg4LyIgdGFyZ2V0PSJfYmxhbmsiPiA8aW1nIGNsYXNzPSJ0Z19wcmV2aWV3X2ltYWdlIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy9lcGFwZXJfcHJldmlld18zMzkyLmdpZj9ybmQ9NjEzMSIgLz4gPC9hPg0KDQombmJzcDs=', 'PGgyPkNsdWIgSG91c2UgRWwgQ29uYWNhc3RlDQpSZXN0YXVyYW50PC9oMj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzQ5NzkuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTYxMiIgYWx0PSJJTUdfNDk3OSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR180OTc5LTEwMjR4NjAyLmpwZyIgd2lkdGg9IjU2NCIgaGVpZ2h0PSIzMzEiIC8+PC9hPg0KDQpXZSBoYXZlIGluY2x1ZGVkIGluIG91ciBtZW51IGEgdmFyaWV0eSBvZiBkaXNoZXMgdG8gZGVsaWdodCB0aGUgcGFsYXRlIcKgIFNvbWUgb2YgdGhlIGRpc2hlcyBpbmNsdWRlIHNlYWZvb2QsIFNhbHZhZG9yZWFuIHR5cGljYWwgZm9vZCwgQW1lcmljYW4gZm9vZCBhbmQgaG9tZS1tYWRlIGRpc2hlcy4NCg0KPHN0cm9uZz48ZW0+WW91IGNhbiBjaGVjayBvdXIgb25saW5lIDxhIGhyZWY9Imh0dHA6Ly9wdWVydG9iYXJpbGxhcy5jb20vTWVudVBCLnBkZiI+bWVudTwvYT48L2VtPjwvc3Ryb25nPg0KDQo8c3BhbiBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyI+WW91IGNhbiBhbHNvIMKgZW5qb3kgeW91ciBmYXZvcml0ZSBnYW1lIG9yIHdhdGNoIGEgbW92aWUsIGxpc3RlbiB0byBtdXNpYywgZW5qb3kgd2l0aCBmYW1pbHkgb3IgZnJpZW5kcyBhIGdvb2QgY29udmVyc2F0aW9uLCB3aXRoIGJlYXV0aWZ1bCBzY2VuZXJpZXMsIGF0IG91ciBDb25hY2FzdGUgQ2x1YiBIb3VzZS48L3NwYW4+DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzUwMDMuanBnIj48aW1nIGFsdD0iSU1HXzUwMDMiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9JTUdfNTAwMy0xMDI0eDY4Mi5qcGciIHdpZHRoPSIyMDMiIGhlaWdodD0iMTM2IiAvPjwvYT4NCg0KPGEgY2xhc3M9ImVQYXBlciIgaHJlZj0iaHR0cDovL3d3dy4xa2Nsb3VkLmNvbS93cDFOMU84OC8iIHRhcmdldD0iX2JsYW5rIj4gPGltZyBjbGFzcz0idGdfcHJldmlld19pbWFnZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvZXBhcGVyX3ByZXZpZXdfMzM5Mi5naWY/cm5kPTYxMzEiIC8+IDwvYT4NCg0KJm5ic3A7', 0),
(415, 102, 0, '2015-12-17 08:58:06', 'original_id', '', 0, '24', '', 1),
(416, 102, 0, '2015-12-17 08:58:06', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'UmVzZXJ2YSBlbiBsYSBXRUIgT0ZJQ0lBTMKuIGRlbCBIb3RlbCBQdWVydG8gQmFyaWxsYXM=', 'UmVzZXJ2YSBlbiBsYSBXRUIgT0ZJQ0lBTMKuIGRlbCBIb3RlbCBQdWVydG8gQmFyaWxsYXM=', 1),
(417, 102, 0, '2015-12-17 08:58:06', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(418, 102, 0, '2015-12-17 08:58:06', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(421, 103, 0, '2015-12-22 16:24:35', 'original_id', '', 0, '20', '', 0),
(424, 104, 0, '2016-01-05 20:41:17', 'original_id', '', 0, '207', '', 1),
(425, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_title', 'base64', 1, 'SG90ZWxzLCBsb2RnZXMsIGFwYXJ0bWVudHMsIGFjY29tb2RhdGlvbg==', 'SnVuZ2xlIExvZGdlIEVsIFNhbHZhZG9yIEJhaGlhIGRlIEppcXVpbGlzY28gYXBhcnRhbWVudG9z', 1),
(426, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(427, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(428, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'QXBhcnRtZW50cw==', 'SnVuZ2xlIExvZGdlIGFwYXJ0bWVudG9z', 1),
(429, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(430, 104, 0, '2016-01-05 20:41:17', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(476, 109, 0, '2016-05-01 16:40:20', 'body', 'base64', 1, '', '', 1),
(477, 109, 0, '2016-05-01 16:40:20', 'original_id', '', 0, '1301', '', 1),
(478, 110, 0, '2016-05-01 16:43:56', 'title', 'base64', 1, 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu', 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMuIChFUyk=', 1),
(479, 110, 0, '2016-05-01 16:43:56', 'body', 'base64', 1, '', '', 1),
(489, 113, 0, '2016-05-07 22:51:11', 'title', 'base64', 1, 'U2xpZGVzaG93IE1haW4=', 'U2xpZGVzaG93IE1haW4=', 1),
(490, 113, 0, '2016-05-07 22:51:11', 'body', 'base64', 1, '', '', 1),
(491, 113, 0, '2016-05-07 22:51:11', 'original_id', '', 0, '802', '', 1),
(447, 106, 0, '2016-03-30 01:09:51', 'title', 'base64', 1, 'IEFwYXJ0bWVudHM=', 'QXBhcnRhbWVudG9z', 1),
(431, 105, 0, '2016-02-16 02:48:00', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(432, 105, 0, '2016-02-16 02:48:00', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBbGwgcHJpY2VzIGFyZSBwZXIgcm9vbSB1bmxlc3Mgb3RoZXJ3aXNlIHN0YXRlZCBhbmQgZG8gbm90IGluY2x1ZGUgbWVhbHMuIEZvciBjdXJyZW50IG9mZmVycyzCoHBsZWFzZSBzZWUgb3VyIFNwZWNpYWwgb2ZmZXJzIHBhZ2UuDQpTZWUgb3VyIEFjY29tb2RhdGlvbiBHYWxsZXJ5IGZvciBtb3JlIHBpY3R1cmVzLg0KDQpBY2NvbW1vZGF0aW9uIGlzIHVzdWFsbHnCoHJlYWR5IHRvIGNoZWNrIGluIGFyb3VuZCAzcG0gYW5kIGNoZWNrIG91dCBpcyAxMnBtLiBCdXQgeW91IGNhbiBlbmpveSB0aGUgcHJvcGVydHkgc3RhcnRpbmcgYXQgNzMwYW0uIENvbnNpZGVyIHN0YXlpbmcgYSBtaW5pbXVtIG9mIHR3byBuaWdodHMgbmlnaHRzIHRvIGVuam95IGFsbCBQdWVydG8gQmFyaWxsYXMgaGFzIHRvIG9mZmVyIGFuZCB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgbWFueSBmdW4gYWN0aXZpdGllcyBpbiB0aGUgSmlxdWlsaXNjbyBCYXkgYW5kIEhhY2llbmRhIExhIENhcnJlcmEgYXJlYS4NCg0KTW9yZSBJbmZvcm1hdGlvbjoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvYXBhcnRtZW50cy8iPkFwYXJ0bWVudHMgUmF0ZXM8L2E+wqBhbmTCoDxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvdHJlZWhvdXNlcy8iPlRyZWVob3VzZXMgUmF0ZXM8L2E+', 'wqFQdWVydG8gQmFyaWxsYXMgZXMgbGEgYmFzZSBwZXJmZWN0YSBwYXJhIGV4cGxvcmFyIGxhIEJhaGlhIGRlIEppcXVpbGlzY28hwqAgT2ZyZWNlbW9zIDQgw6l4b3RpY2FzwqAgY2FzYXMgZGUgw6FyYm9sIHkgNiBjw7Ntb2RvcyBhcGFydGFtZW50b3MgcXVlIHNlIGludGVncmFuIGEgbGEgbmF0dXJhbGV6YS7CoCBMYXMgaW5zdGFsYWNpb25lcyBzZSBlbmN1ZW50cmFuIGVzcGFyY2lkYXMgZW4gdW4gYm9zcXVlIHJvZGVhZG8gZGUgcGFsbWVyYXMgeSDDoXJib2xlcyBkZSBjYWNhby4NCg0KQnJpbmRhbW9zIHNlZ3VyaWRhZCwgcHJpdmFjaWRhZCwgY29tb2RpZGFkIHkgdHJhbnF1aWxpZGFkLsKgIE5vcyBlc2ZvcnphbW9zIGVuIHF1ZSBzdSBzaW50b25pYSBjb24gbGEgbmF0dXJhbGV6YSBzZWEgYWNvbXBhw7FhZGEgZGUgdW4gYnVlbiBkb3JtaXIsIGNvbiB1bmEgYnVlbmEgY2FtYSB5IHJpY2FzIHPDoWJhbmFzIGRlIHByaW1lcmEgY2xhc2UuDQoNCkRpc2ZydXRlIGRlIGVzdGUgcmVtYW5zbyBkZSBwYXogZG9uZGUgY2FkYSBkw61hIGVzIHVuYSAibm9jaGUgeSBtYcOxYW5hIG3DoWdpY2EiIGNvbiBsb3MgY2FudG9zIGRlIGxvcyBww6FqYXJvcyB5IGRpc2ZydXRlIGRlIGxhIGltcHJlc2lvbmFudGUgdmlzdGEgZGUgbGFzIHBsYW50YWNpb25lcyBkZSBsb3MgYWxyZWRlZG9yZXMuDQoNClRvZG9zIG51ZXN0cm9zIHByZWNpb3Mgc29uIHBvciBoYWJpdGFjacOzbsKgIGEgbWVub3MgcXVlIHNlIGluZGlxdWUgbG8gY29udHJhcmlvLCB5IHNvbG8gbGFzIGNhc2FzIGRlIMOhcmJvbCBpbmNsdXllbiBkZXNheXVuby4gUGFyYSBvZmVydGFzIGFjdHVhbGVzLCBwb3IgZmF2b3IgY29uc3VsdGUgbnVlc3RyYSBww6FnaW5hIGRlIEZhY2Vib29rwqAgbyBpciBhIFJlc2VydmFyLsKgIFVzdGVkIHBvZHLDoSBoYWNlciBzdSByZXNlcnZhIGVuIGxpbmVhLg0KDQombmJzcDsNCg0KQ29udGFtb3MgY29uIGRvcyB0aXBvcyBkZSBhbG9qYW1pZW50bzoNCg0KQ0FTQSBERSDDgVJCT0wNCg0KQ2FzYXMgZGUgw4FyYm9sLCDCoHBhcmEgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA0IHBlcnNvbmFzICgzIGFkdWx0b3MgeSAxIG5pw7FvIG8gMiBhZHVsdG9zIHkgMiBuacOxb3MpLsKgIFRpZW5lIHVuYSBoYWJpdGFjacOzbiBjb24gY2FtYSBtYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBhaXJlIGFjb25kaWNpb25hZG8gKEludmVydGVyKSB5IGFndWEgY2FsaWVudGUuwqAgRW4gbGEgcHJpbWVyYSBwbGFudGEgdGllbmUgw6FyZWEgc29jaWFsLsKgIFRvZGFzIGxhcyBjYXNhcyBkZSDDoXJib2wgY3VlbnRhbiBjb24gdW5hIGJhcmJhY29hIGEgZ2FzLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzIChpbmNsdXllbiBkZXNheXVubyBlIGltcHVlc3RvcyAoSVZBIFkgdHVyaXNtbyk6DQoNCiZuYnNwOw0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+VGVtcG9yYWRhIEJhamHCoCBTw6FiYWRvPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+VGVtcG9yYWRhIEJhamEgKETDrWEgZGUgc2VtYW5hKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPlRlbXBvcmFkYSBBbHRhPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPiQ5NS4wMCAoMSBvIDLCoCBwZXJzb25hcyApwqAgJDEwNS4wMCAoMyBvIDQgcGVyc29uYXMpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+JDg2LjAwICgxIG8gMiBwZXJzb25hcykgJDk1LjAwwqAgKDMgbyA0IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPiQxMTguMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNiI+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTYiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQombmJzcDsNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQmFqYSA6IEVuZXJvLCBGZWJyZXJvLCBBYnJpbCAxNS0zMCwgTWF5bywgSnVuaW8sIEp1bGlvLCBBZ29zdG8gMjAtMzAsIFNlcHRpZW1icmUtTm92aWVtYnJlLCAxLTI0IGRlIERpY2llbWJyZQ0KDQrCt8KgwqDCoMKgwqDCoMKgIFRlbXBvcmFkYSBBbHRhOiBTZW1hbmEgU2FudGEsIFNlbWFuYSBkZSBBZ29zdG8sIDI1IGRlIERpY2llbWJyZS0xNSBkZSBFbmVybw0KDQombmJzcDsNCg0KQVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZcKgIDYgcGVyc29uYXMgLiDCoEN1ZW50YSBjb24gZG9zIGhhYml0YWNpb25lczogdW5hIGVuIGxhIHBsYW50YSBiYWphIGNvbiBjYW1hIG1hdHJpbW9uaWFsIHkgY2FtYXJvdGUsIHNvZsOhIGNhbWEgZW4gbGEgc2FsYSwgeSBlbiBsYSBwbGFudGEgYWx0YSBvdHJhIGhhYml0YWNpw7NuIGNvbiBjYW1hIG1hdHJpbW9uaWEsIGRvcyBiYcOxb3MgY29uIGFndWEgY2FsaWVudGUsIGFpcmUgYWNvbmRpY2lvbmFkbyB5IGVxdWlwYWRvcyBjb24gY29jaW5hIGRlIGhvcm5vLCByZWZyaWdlcmFkb3JhLCBsYXZhdHJhc3RvcywgYWxhY2VuYSBjb24gdXRlbnNpbGlvcyBkZSBjb2NpbmEgeSBiYXJiYWNvYSBhIGdhcy4NCg0KJm5ic3A7DQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcyB5IE5PIGluY2x1eWVuIGRlc2F5dW5vcyAoIGluY2x1eWVuIGltcHVlc3RvcykNCg0KJm5ic3A7DQo8dGFibGUgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNDc3Ij5UZW1wb3JhZGEgQmFqYcKgIFPDoWJhZG88L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij5UZW1wb3JhZGEgQmFqYSAoRMOtYSBkZSBzZW1hbmEpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+VGVtcG9yYWRhIEFsdGE8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+JDIxMi4wMCAoMS0zIHBlcnNvbmFzKcKgICQyMjQuMDAgKDQtOCBwZXJzb25hcyk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij4kMTg5LjAwwqAgKDEg4oCTIDMgcGVyc29uYXMpIDE5OS4wMCAoNC04IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzQiPiQyMzYuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+PC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCiZuYnNwOw0KDQpBcGFydGFtZW50byB5IENhc2EgZGUgw6FyYm9sIENoZWNrIGluOiAzOjAwIFBNDQoNCkFwYXJ0YW1lbnRvIHkgQ2FzYSBkZSDDoXJib2wgwqBDaGVjayBvdXQ6IDEyOjAwIE0NCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciPjxpbWcgY2xhc3M9IndwLWltYWdlLTIwMSBhbGlnbm5vbmUiIGFsdD0iTG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFzIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiB3aWR0aD0iMTU2IiBoZWlnaHQ9IjIxNSIgLz48L2E+DQoNCkxhcyBoYWJpdGFjaW9uZXMgZXN0w6FuIGxpc3RhcyBwYXJhIGVsIHJlZ2lzdHJvIGEgbGFzIDMgcG0geSBlbCBjaGVjayBvdXQgZXMgYSBsYXMgMTI6MDBwLm0uDQoNClNpbiBlbWJhcmdvLCBwdWVkZSBkaXNmcnV0YXIgZGUgbGFzIGluc3RhbGFjaW9uZXMgYSBwYXJ0aXIgZGUgbGFzIDc6MzAgaC7CoCBlbCBkaWEgZGUgbGxlZ2FkYS4gQ29uc2lkZXJlIGxhIHBvc2liaWxpZGFkIGRlIHBlcm1hbmVjZXIgdW4gbcOtbmltbyBkZSBkb3Mgbm9jaGVzIG5vY2hlcyBwYXJhIGRpc2ZydXRhciBkZSB0b2RvIGxvIHF1ZSBQdWVydG8gQmFyaWxsYXMgdGllbmUgcXVlIG9mcmVjZXIgeSB0b21hciB2ZW50YWphIGRlIHJlYWxpemFyIGxhcyBhY3RpdmlkYWRlcyBkaXZlcnRpZGFzIGVuIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIHnCoCB2aXNpdGFyIGxhIHpvbmEgZGUgSGFjaWVuZGEgTGEgQ2FycmVyYS4NCg0KUGFyYSBNw6FzIEluZm9ybWFjacOzbiBhY2VyY2EgZGVsIGFsb2phbWllbnRvLCB2aXNpdGU6DQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2FwYXJ0bWVudHMvIj5BcGFydGFtZW50b3M8L2E+IGFuZCA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3RyZWVob3VzZXMvIj5DYXNhIGRlIMOBcmJvbDwvYT4NCg0KJm5ic3A7', 1),
(433, 105, 0, '2016-02-16 02:48:00', 'excerpt', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd', '', 1),
(434, 105, 0, '2016-02-16 02:48:00', 'original_id', '', 0, '63', '', 1),
(435, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_title', 'base64', 1, 'QmVzdCBIb3RlbHMgaW4gQmFoaWEgZGUgSmlxdWlsaXNjbywgUHVlcnRvIEJhcmlsbGFz', '', 1),
(436, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(437, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(438, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l', '', 1),
(439, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(440, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(441, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==', '', 1),
(442, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(443, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(444, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgUHVlcnRvIEJhcmlsbGFz', '', 1),
(445, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(446, 105, 0, '2016-02-16 02:48:00', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(448, 106, 0, '2016-03-30 01:09:51', 'body', 'base64', 1, 'U3Vycm91bmRlZCBieSBjb2NvYSBhbmQgcGFsbSB0cmVlcyBhbmQganVzdCBhIGZldyBtaW51dGVzIHdhbGvCoCBmcm9tIHRoZSBQdWVydG8gQmFyaWxsYXMgY2FuYWwgYXJlIGxvY2F0ZWQgb3VyIGNvbWZvcnRhYmxlIGFwYXJ0bWVudHMuwqAgRWFjaCBhcGFydG1lbnQgaGFzIGJlaW5nIHBlcmZlY3RseSBkZXNpZ25lZCBzbyB0aGF0IG91ciBndWVzdHMgbWF5wqAgb2J0YWluIHByaXZhY3kuDQoNCkFwYXJ0bWVudHMgLSBtYXhpbXVtIG9jY3VwYW5jeTogNiBwZW9wbGUuIEl0IGhhcyB0d28gYmVkcm9vbXMuwqDCoCBPbiB0aGUgdG9wIGZsb29yIG9uZSBiZWRyb29tIHdpdGggQUMgYW5kIGZ1bGwgYmF0aHJvb20uwqAgT24gdGhlIGZpcnN0IGZsb29yIGFub3RoZXIgYmVkcm9vbSBlaXRoZXIgd2l0aCBhwqAgcXVlZW4gb3IgRG91YmxlIGJlZCBhbmQgYSBidW5rIGJlZCBvciB0d28gYnVuayBiZWRzIChzdWJqZWN0IHRvIGF2YWlsYWJpbGl0eSkuwqAgQWxsIGFwYXJ0bWVudHMgaGF2ZSBhIGZ1bGx5IGVxdWlwcGVkIGtpdGNoZW4sIGxpdmluZyByb29tIHdpdGggYSBzb2ZhIGJlZCBhbmQgZGluaW5nIGFyZWEuwqAgQWxsIG9mIHRoZSBhY2NvbW1vZGF0aW9uIGhhdmUgZ2FzIGJhcmJlY3VlcyBpbiB0aGUgdGVycmFjZS9wYXRpby4NCg0KUmF0ZXMgYXJlIGFzIGZvbGxvd3MgYW5kIGRvZXMgaW5jbHVkZSBicmVha2Zhc3QgKCBpbmNsdWRlcyB0YXhlcykNCg0KPHN0cm9uZz5Mb3cgU2Vhc29uPC9zdHJvbmc+DQpBbGwgV2Vlaw0KJDE5OS4wMCAxLTYgcGVvcGxlwqDCoMKgwqAgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCBwZXIgcGVyc29uIE1heGltdW0gT2NjdXBhbmN5OiA4IHBlb3BsZQ0KDQo8c3Ryb25nPkhpZ2ggU2Vhc29uPC9zdHJvbmc+DQokMjM2LjAwIDEtNiBwZW9wbGUgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCBwZXIgcGVyc29uLsKgIE1heGltdW0gT2NjdXBhbmN5OiA4IHBlb3BsZQ0KDQoqUHJpY2VzIGFyZSBwZXIgcm9vbSBwZXIgbmlnaHQNCg0KQ2hlY2sgaW46IDE1OjAwwqDCoMKgIENoZWNrIG91dDogMTI6MDANCg0KSGlnaCBTZWFzb246IFNlbWFuYSBTYW50YSwgU2VtYW5hIGRlIEFnb3N0byAoMS03dGggb2YgQXVndXN0KSwgMjR0aCBvZiBEZWNlbWJlci00dGggb2YgSmFudWFyeQ0KDQpDYW5jZWxsYXRpb25zOg0KDQowLTMgZGF5cyBwcmlvciB0byBhcnJpdmFsIG5vbiByZWZ1bmRhYmxlDQoNCkhpZ2ggU2Vhc29uOiBOb24gcmVmdW5kYWJsZQ0KDQpQbGVhc2Ugbm90ZSB0aGF0IG91ciBsb2RnaW5nIGhhcyBhIG1heGltdW0gY2FwYWNpdHkgYW5kIHdlIHdpbGwgbm90IGhvbm9yIHRoZSByb29tIGlmIG1vcmUgcGVvcGxlIHNob3dzIHVwLsKgIFlvdSB3aWxsIGhhdmUgdG8gcGF5IGZvciBhbm90aGVyIHJvb20uwqAgV2UgY2Fubm90IHJlZnVuZCBhbnkgcGFpZCByZXNlcnZhdGlvbnMgb24gdGhlIGRhdGUgb2YgYXJyaXZhbC4NCg0KQWRkaXRpb25hbCBkZXNjcmlwdGlvbjoNCg0KPHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQombmJzcDsNCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9wb2xpdGljYXMvIj5QbGVhc2UgcmVhZCBjYXJlZnVsbHkgcnVsZXMgYW5kIHJlZ3VsYXRpb25zLjwvDQoNCjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Imh0dHA6Ly93d3cuYm9va2luZy5jb20vZ2VuZXJhbC5odG1sP3RtcGw9Ym9va2l0O2FpZD0zMzA4NDM7bGFuZz1lbjtob3RlbF9pZD0xMjUxNDU3O2NjMT1zdjtob3RlbF9wYWdlPXB1ZXJ0by1iYXJpbGxhcyI+PC9zY3JpcHQ+DQoJCQkJ', 'QVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA2IHBlcnNvbmFzIC4NCg0KKlBlcm1pdGltb3MgdW4gbcOheGltbyBkZSAyIHBlcnNvbmFzIGFkaWNpb25hbGVzIHNvbGFtZW50ZS4gKmNvc3RvIGFkaWNpb25hbA0KDQpDdWVudGEgY29uIGRvcyBoYWJpdGFjaW9uZXM6dW5hIGVuIGxhIHBsYW50YSBiYWphIGNvbiBjYW1hwqAgc2VtaS1tYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBzb2bDoSBjYW1hIGVuIGxhIHNhbGEsIHkgZW4gbGEgcGxhbnRhIGFsdGEgb3RyYSBoYWJpdGFjacOzbiBjb24gY2FtYSBzZW1pLW1hdHJpbW9uaWFsLCBkb3MgYmHDsW9zIGNvbiBhZ3VhIGNhbGllbnRlLCBhaXJlIGFjb25kaWNpb25hZG8geSBlcXVpcGFkb3MgY29uIGNvY2luYSBjb24gaG9ybm8sIHJlZnJpZ2VyYWRvcmEsIGxhdmF0cmFzdG9zLCBhbGFjZW5hIGNvbiB1dGVuc2lsaW9zIGRlIGNvY2luYSB5IGJhcmJhY29hIGEgZ2FzIGVuIGxhIHRlcnJhemEuDQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcyBlIGluY2x1eWVuICBpbmNsdXllbiBpbXB1ZXN0b3MgeSBkZXNheXVub3M6DQoNClRFTVBPUkFEQSBCQUpBDQpBcGFydGFtZW50byBwYXJhIDYgcGVyc29uYXMuLi4uLi4uICQxOTkuMDDCoCAoaW5jbHV5ZcKgIGltcHVlc3RvczogMTMlIGRlIElWQSB5IDUgJSBkZSBUdXJpc21vKQ0KKlBlcnNvbmEgYWRpY2lvbmFsOiAkMTAuMDAgcG9yIHBlcnNvbmEgKE3DoXhpbW8gcGVtaXRpZG86IDIgcGVyc29uYXMgYWRpY2lvbmFsZXMpDQoNClRFTVBPUkFEQSBBTFRBDQoNCkFwYXJ0YW1lbnRvIHBhcmEgNiBwZXJzb25hcy4uLi4uLi4kMjM2LjAwIChpbmNsdXllIGltcHVlc3RvczogMTMlIGRlIElWQSB5IDUlIGRlIFR1cmlzbW8pDQoqUGVyc29uYSBhZGljaW9uYWw6ICQxMCBwb3IgcGVyc29uYSAoTcOheGltbyBwZXJtaXRpZG86IDIgcGVyc29uYXMgYWRpY2lvbmFsZXMpDQoNClRlbXBvcmFkYSBBbHRhOiBTZW1hbmEgU2FudGEsIFNlbWFuYSBkZSBBZ29zdG8gKDEtNyBkZSBBZ29zdG8pLCAyNiBkZSBEaWNpZW1icmUtNSBkZSBFbmVybw0KDQombmJzcDsNCg0KQXBhcnRhbWVudG8geSBDYXNhIGRlIMOhcmJvbCBDaGVjayBpbjogMzowMCBQTQ0KDQpBcGFydGFtZW50byB5IENhc2EgZGUgw6FyYm9sIMKgQ2hlY2sgb3V0OiAxMjowMCBNDQoNCiZuYnNwOw0KDQpUb2RhIHJlc2VydmEgbm8gZXMgZ2FyYW50aXphZGEgaGFzdGEgcGFnYWRhLg0KDQombmJzcDsNCg0KQ2FuY2VsYWNpb25lczoNCg0KVGVtcG9yYWRhIEFsdGE6IE5vIHJlZW1ib2xzYWJsZQ0KDQombmJzcDsNCg0KT3RyYXMgVGVtcG9yYWRhcy0NCg0KMC0zIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSwgbm8gcmVlbWJvbHNhYmxlcw0KDQoqUGFyYSBzdSBzZWd1cmlkYWQgeSBwYXJhIHVuYSBtZWpvciBleHBlcmllbmNpYSwgZmF2b3IgdG9tYXIgbm90YSBxdWUgbm8gYWNlcHRhcmVtb3MgbWFzIGRlIDggcGVyc29uYXMgZW4gbG9zIGFwYXJ0YW1lbnRvcy7CoMKgIE5vIGhhYnLDoW4gZGV2b2x1Y2lvbmVzLg0KDQombmJzcDsNCg0KQWNlcHRhbW9zIE1hc2NvdGFzICggcGVycm9zKQ0KDQpBY2VwdGFtb3MgbWFzY290YXMgc2llbXByZSB5IGN1YW5kbyBubyBzZWFuIGFncmVzaXZhcy7CoCBQZXNvIG1lbm9yIGRlIDUwIGxpYnJhcy4gTm8gc2UgcGVybWl0ZW4gbWFzY290YXMgZGVudHJvIGRlbCByZXN0YXVyYW50ZS7CoFNpbiBlbWJhcmdvLCBwb2Ryw6EgdGVuZXJsYSBqdW50byBhIHVzdGVkIGVuIGVsIMOhcmVhIGRlIHBhbGFwYXMuwqAgTGFzIG1hc2NvdGFzIGRlYmVuIGRlIHRlbmVyIGFuZGFyIHNpZW1wcmUganVudG8gYWwgZHVlw7FvLCBjb24gY2FkZW5hLsKgIEVsIGNsaWVudGUgZXMgcmVzcG9uc2FibGUgZGUgY3VhbHF1aWVyIGRhw7FvIGhlY2hvIHBvciBzdSBtYXNjb3RhIHkgZGUgbGltcGlhciBzdXMgZXhjcmVtZW50b3MuDQoNClByZWNpbyBkZSBFbnRyYWRhIGRlIG1hc2NvdGE6JDEuMDAgKGRlc2RlIDIwMTYpLsKgIEluY2x1eWUgdW4gcm9sbGl0byBkZSBib2xzaXRhcyBwYXJhIGV4Y3JlbWVudG9zIGRlIG1hc2NvdGFzLg0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7', 1),
(482, 111, 0, '2016-05-01 16:56:05', 'body', 'base64', 1, '', 'RXNwYcOxb2w=', 1),
(483, 111, 0, '2016-05-01 16:56:05', 'original_id', '', 0, '1301', '', 1),
(449, 106, 0, '2016-03-30 01:09:51', 'original_id', '', 0, '207', '', 1),
(450, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_title', 'base64', 1, 'SG90ZWxzLCBsb2RnZXMsIGFwYXJ0bWVudHMsIGFjY29tb2RhdGlvbg==', 'SnVuZ2xlIExvZGdlIEVsIFNhbHZhZG9yIEJhaGlhIGRlIEppcXVpbGlzY28gVXN1bHV0YW4=', 1),
(451, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(452, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(453, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'QXBhcnRtZW50cw==', 'SnVuZ2xlIExvZGdlIGhvdGVs', 1),
(454, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(455, 106, 0, '2016-03-30 01:09:51', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1),
(480, 110, 0, '2016-05-01 16:43:56', 'original_id', '', 0, '1301', '', 1),
(481, 111, 0, '2016-05-01 16:56:05', 'title', 'base64', 1, 'RlFBIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu', 'RlFBIC0gUHJlZ3VudGFzIEZyZWN1ZW50ZXM=', 1),
(456, 107, 0, '2016-03-30 01:35:35', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(457, 107, 0, '2016-03-30 01:35:35', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBY2NvbW1vZGF0aW9uIGlzwqByZWFkeSBmb3IgY2hlY2sgaW4gYXQgM3BtIGFuZCBjaGVjayBvdXQgaXMgMTJwbS4gQnV0IHlvdSBjYW4gZW5qb3kgdGhlIHByb3BlcnR5IHN0YXJ0aW5nIGF0IDczMGFtLiBDb25zaWRlciBzdGF5aW5nIGEgbWluaW11bSBvZiB0d28gbmlnaHRzIG5pZ2h0cyB0byBlbmpveSBhbGwgUHVlcnRvIEJhcmlsbGFzIGhhcyB0byBvZmZlciBhbmQgdG8gdGFrZSBhZHZhbnRhZ2Ugb2YgdGhlIG1hbnkgZnVuIGFjdGl2aXRpZXMgaW4gdGhlIEppcXVpbGlzY28gQmF5IGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGFyZWEuDQoNClJhdGVzIGFyZSBhcyBmb2xsb3c6DQoNClRSRUVIT1VTRVMgKE1heCBPY2N1cGFuY3kgMyBwZW9wbGUpDQpMT1cgU0VBU09ODQokOTUuMDAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb24gKDEgbW9yZSBwZXJzb24gT05MWSk6ICQxMC4wMA0KDQpISUdIIFNFQVNPTg0KJDExOC4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uICgxIG1vcmUgcGVyc29uIE9OTFkpOiAkMTAuMDANCg0KQVBBUlRNRU5UUw0KDQo8c3Ryb25nPkxPVyBTRUFTT048L3N0cm9uZz4NCjIgQmVkcm9vbSBBcGFydG1lbnRzLSBNYXhpbXVtIE9jY3VwYW5jeSA2IHBlb3BsZQ0KJDE5OS4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uOiQxMC4wMCAodXAgdG8gMiBPTkxZLCBtYXhpbXVtIG9jY3VwYW5jeTogOCkNCg0KSElHSCBTRUFTT04NCjIgQmVkcm9vbSBBcGFydG1lbnQtIE1heGltdW0gT2NjdXBhbmN5IDYgcGVvcGxlDQokMjM2LjAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCAodXAgdG8gMiBvbmx5LCBtYXhpbXVtIG9jY3VwYW5jeSA4IHBlb3BsZSkNCg0KSElHSCBTRUFTT046IFNlbWFuYSBTYW50YSwgMS03dGggb2YgQXVndXN0LCBEZWNlbWJlciAyNnRoLSBKYW51YXJ5IDN0aA0KDQpQcmljZXMgaW5jbHVkZSBicmVha2Zhc3QgKHR5cGljYWwgb3IgcGFuY2FrZXMpIGFuZCB0YXhlcyAoMTMlIElWQSBhbmQgNSUgdG91cmlzbSkNCg0KQ2FuY2VsYXRpb24gcGVuYWx0eQ0KMC0zIGRheXMgcHJpb3IgdG8gYXJyaXZhbCwgbm9uIHJlZnVuZGFibGUNCkhJR0ggU0VBU09OOiBOT05SRUZVTkRBQkxFDQpGb3Igc2VjdXJpdHkgcmVhc29ucywgYWxsIGxvZGdpbmcgaGFzIGEgbWF4aW11bSBjYXBhY2l0eS4gUGxlYXNlIG5vdGUgdGhhdCB3ZSB3aWxsIG5vdCBhY2NlcHQgYW55IGFkZGl0aW9uYWwgcGVyc29uIG9uIGEgbG9kZ2luZy4gTm8gcmVmdW5kcyBhbGxvd2VkLg0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw==', 'wqFQdWVydG8gQmFyaWxsYXMgZXMgbGEgYmFzZSBwZXJmZWN0YSBwYXJhIGV4cGxvcmFyIGxhIEJhaGlhIGRlIEppcXVpbGlzY28hwqAgT2ZyZWNlbW9zIDQgw6l4b3RpY2FzwqAgY2FzYXMgZGUgw6FyYm9sIHkgNiBjw7Ntb2RvcyBhcGFydGFtZW50b3MgcXVlIHNlIGludGVncmFuIGEgbGEgbmF0dXJhbGV6YS7CoCBMYXMgaW5zdGFsYWNpb25lcyBzZSBlbmN1ZW50cmFuIGVzcGFyY2lkYXMgZW4gdW4gYm9zcXVlIHJvZGVhZG8gZGUgcGFsbWVyYXMgeSDDoXJib2xlcyBkZSBjYWNhby4NCg0KQnJpbmRhbW9zIHNlZ3VyaWRhZCwgcHJpdmFjaWRhZCwgY29tb2RpZGFkIHkgdHJhbnF1aWxpZGFkLsKgIE5vcyBlc2ZvcnphbW9zIGVuIHF1ZSBzdSBzaW50b25pYSBjb24gbGEgbmF0dXJhbGV6YSBzZWEgYWNvbXBhw7FhZGEgZGUgdW4gYnVlbiBkb3JtaXIsIGNvbiB1bmEgYnVlbmEgY2FtYSB5IHJpY2FzIHPDoWJhbmFzIGRlIHByaW1lcmEgY2xhc2UuDQoNCkRpc2ZydXRlIGRlIGVzdGUgcmVtYW5zbyBkZSBwYXogZG9uZGUgY2FkYSBkw61hIGVzIHVuYSAibm9jaGUgeSBtYcOxYW5hIG3DoWdpY2EiIGNvbiBsb3MgY2FudG9zIGRlIGxvcyBww6FqYXJvcyB5IGRpc2ZydXRlIGRlIGxhIGltcHJlc2lvbmFudGUgdmlzdGEgZGUgbGFzIHBsYW50YWNpb25lcyBkZSBsb3MgYWxyZWRlZG9yZXMuDQoNClRvZG9zIG51ZXN0cm9zIHByZWNpb3Mgc29uIHBvciBoYWJpdGFjacOzbsKgIGEgbWVub3MgcXVlIHNlIGluZGlxdWUgbG8gY29udHJhcmlvLCB5IHNvbG8gbGFzIGNhc2FzIGRlIMOhcmJvbCBpbmNsdXllbiBkZXNheXVuby4gUGFyYSBvZmVydGFzIGFjdHVhbGVzLCBwb3IgZmF2b3IgY29uc3VsdGUgbnVlc3RyYSBww6FnaW5hIGRlIEZhY2Vib29rwqAgbyBpciBhIFJlc2VydmFyLsKgIFVzdGVkIHBvZHLDoSBoYWNlciBzdSByZXNlcnZhIGVuIGxpbmVhLg0KDQombmJzcDsNCg0KQ29udGFtb3MgY29uIGRvcyB0aXBvcyBkZSBhbG9qYW1pZW50bzoNCg0KQ0FTQSBERSDDgVJCT0wNCg0KQ2FzYXMgZGUgw4FyYm9sLCDCoHBhcmEgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSA0IHBlcnNvbmFzICgzIGFkdWx0b3MgeSAxIG5pw7FvIG8gMiBhZHVsdG9zIHkgMiBuacOxb3MpLsKgIFRpZW5lIHVuYSBoYWJpdGFjacOzbiBjb24gY2FtYSBtYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBhaXJlIGFjb25kaWNpb25hZG8gKEludmVydGVyKSB5IGFndWEgY2FsaWVudGUuwqAgRW4gbGEgcHJpbWVyYSBwbGFudGEgdGllbmUgw6FyZWEgc29jaWFsLsKgIFRvZGFzIGxhcyBjYXNhcyBkZSDDoXJib2wgY3VlbnRhbiBjb24gdW5hIGJhcmJhY29hIGEgZ2FzLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzIChpbmNsdXllbiBkZXNheXVubyBlIGltcHVlc3RvcyAoSVZBIFkgdHVyaXNtbyk6DQoNCiZuYnNwOw0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+VGVtcG9yYWRhIEJhamHCoCBTw6FiYWRvPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+VGVtcG9yYWRhIEJhamEgKETDrWEgZGUgc2VtYW5hKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPlRlbXBvcmFkYSBBbHRhPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPiQ5NS4wMCAoMSBvIDLCoCBwZXJzb25hcyApwqAgJDEwNS4wMCAoMyBvIDQgcGVyc29uYXMpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+JDg2LjAwICgxIG8gMiBwZXJzb25hcykgJDk1LjAwwqAgKDMgbyA0IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPiQxMTguMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ4MCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NiI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNiI+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI0ODAiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzOTYiPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzYiPjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQombmJzcDsNCg0KwrfCoMKgwqDCoMKgwqDCoCBUZW1wb3JhZGEgQmFqYSA6IEVuZXJvLCBGZWJyZXJvLCBBYnJpbCAxNS0zMCwgTWF5bywgSnVuaW8sIEp1bGlvLCBBZ29zdG8gMjAtMzAsIFNlcHRpZW1icmUtTm92aWVtYnJlLCAxLTI0IGRlIERpY2llbWJyZQ0KDQrCt8KgwqDCoMKgwqDCoMKgIFRlbXBvcmFkYSBBbHRhOiBTZW1hbmEgU2FudGEsIFNlbWFuYSBkZSBBZ29zdG8sIDI1IGRlIERpY2llbWJyZS0xNSBkZSBFbmVybw0KDQombmJzcDsNCg0KQVBBUlRBTUVOVE9TDQoNCkFwYXJ0YW1lbnRvcywgwqBwYXJhIMKgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZcKgIDYgcGVyc29uYXMgLiDCoEN1ZW50YSBjb24gZG9zIGhhYml0YWNpb25lczogdW5hIGVuIGxhIHBsYW50YSBiYWphIGNvbiBjYW1hIG1hdHJpbW9uaWFsIHkgY2FtYXJvdGUsIHNvZsOhIGNhbWEgZW4gbGEgc2FsYSwgeSBlbiBsYSBwbGFudGEgYWx0YSBvdHJhIGhhYml0YWNpw7NuIGNvbiBjYW1hIG1hdHJpbW9uaWEsIGRvcyBiYcOxb3MgY29uIGFndWEgY2FsaWVudGUsIGFpcmUgYWNvbmRpY2lvbmFkbyB5IGVxdWlwYWRvcyBjb24gY29jaW5hIGRlIGhvcm5vLCByZWZyaWdlcmFkb3JhLCBsYXZhdHJhc3RvcywgYWxhY2VuYSBjb24gdXRlbnNpbGlvcyBkZSBjb2NpbmEgeSBiYXJiYWNvYSBhIGdhcy4NCg0KJm5ic3A7DQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcyB5IE5PIGluY2x1eWVuIGRlc2F5dW5vcyAoIGluY2x1eWVuIGltcHVlc3RvcykNCg0KJm5ic3A7DQo8dGFibGUgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNDc3Ij5UZW1wb3JhZGEgQmFqYcKgIFPDoWJhZG88L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij5UZW1wb3JhZGEgQmFqYSAoRMOtYSBkZSBzZW1hbmEpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+VGVtcG9yYWRhIEFsdGE8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+JDIxMi4wMCAoMS0zIHBlcnNvbmFzKcKgICQyMjQuMDAgKDQtOCBwZXJzb25hcyk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzk0Ij4kMTg5LjAwwqAgKDEg4oCTIDMgcGVyc29uYXMpIDE5OS4wMCAoNC04IHBlcnNvbmFzKTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzMzQiPiQyMzYuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjQ3NyI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM5NCI+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjMzNCI+PC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCiZuYnNwOw0KDQpBcGFydGFtZW50byB5IENhc2EgZGUgw6FyYm9sIENoZWNrIGluOiAzOjAwIFBNDQoNCkFwYXJ0YW1lbnRvIHkgQ2FzYSBkZSDDoXJib2wgwqBDaGVjayBvdXQ6IDEyOjAwIE0NCg0KJm5ic3A7DQoNCiZuYnNwOw0KDQombmJzcDsNCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sb2RnZS5qcGciPjxpbWcgY2xhc3M9IndwLWltYWdlLTIwMSBhbGlnbm5vbmUiIGFsdD0iTG9kZ2UgaW4gUHVlcnRvIEJhcmlsbGFzIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiB3aWR0aD0iMTU2IiBoZWlnaHQ9IjIxNSIgLz48L2E+DQoNCkxhcyBoYWJpdGFjaW9uZXMgZXN0w6FuIGxpc3RhcyBwYXJhIGVsIHJlZ2lzdHJvIGEgbGFzIDMgcG0geSBlbCBjaGVjayBvdXQgZXMgYSBsYXMgMTI6MDBwLm0uDQoNClNpbiBlbWJhcmdvLCBwdWVkZSBkaXNmcnV0YXIgZGUgbGFzIGluc3RhbGFjaW9uZXMgYSBwYXJ0aXIgZGUgbGFzIDc6MzAgaC7CoCBlbCBkaWEgZGUgbGxlZ2FkYS4gQ29uc2lkZXJlIGxhIHBvc2liaWxpZGFkIGRlIHBlcm1hbmVjZXIgdW4gbcOtbmltbyBkZSBkb3Mgbm9jaGVzIG5vY2hlcyBwYXJhIGRpc2ZydXRhciBkZSB0b2RvIGxvIHF1ZSBQdWVydG8gQmFyaWxsYXMgdGllbmUgcXVlIG9mcmVjZXIgeSB0b21hciB2ZW50YWphIGRlIHJlYWxpemFyIGxhcyBhY3RpdmlkYWRlcyBkaXZlcnRpZGFzIGVuIGxhIEJhaMOtYSBkZSBKaXF1aWxpc2NvIHnCoCB2aXNpdGFyIGxhIHpvbmEgZGUgSGFjaWVuZGEgTGEgQ2FycmVyYS4NCg0KUGFyYSBNw6FzIEluZm9ybWFjacOzbiBhY2VyY2EgZGVsIGFsb2phbWllbnRvLCB2aXNpdGU6DQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2FwYXJ0bWVudHMvIj5BcGFydGFtZW50b3M8L2E+IGFuZCA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3RyZWVob3VzZXMvIj5DYXNhIGRlIMOBcmJvbDwvYT4NCg0KJm5ic3A7', 0),
(458, 107, 0, '2016-03-30 01:35:35', 'excerpt', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd', '', 1),
(459, 107, 0, '2016-03-30 01:35:35', 'original_id', '', 0, '63', '', 0),
(460, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_title', 'base64', 1, 'bG9kZ2UgRWwgU2FsdmFkb3I=', '', 0),
(461, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 0),
(462, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 0),
(463, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l', '', 1),
(464, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 0),
(465, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 0),
(466, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==', '', 1),
(467, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 0),
(468, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 0),
(469, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgRWwgU2FsdmFkb3I=', '', 1),
(470, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 0),
(471, 107, 0, '2016-03-30 01:35:35', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 0),
(472, 108, 0, '2016-05-01 16:39:48', 'title', 'base64', 1, 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMuIA==', 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMuIA==', 1),
(473, 108, 0, '2016-05-01 16:39:48', 'body', 'base64', 1, '', '', 1),
(474, 108, 0, '2016-05-01 16:39:48', 'original_id', '', 0, '1301', '', 1),
(475, 109, 0, '2016-05-01 16:40:20', 'title', 'base64', 1, 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMuIChFUyk=', 'RlFTIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMuIChFUyk=', 1),
(484, 112, 0, '2016-05-01 18:25:00', 'title', 'base64', 1, 'RGlzY292ZXIgdGhlIEJlYXV0eSBvZiBCYWhpYSBkZSBKaXF1aWxpc2Nv', 'RGVzY3VicmEgbGEgYmVsbGV6YSBkZSBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbw==', 1),
(485, 112, 0, '2016-05-01 18:25:00', 'body', 'base64', 1, 'SmlxdWlsaXNjbyBCYXksIGEgcmVzZXJ2ZSBhbmQgdGhlIG1vc3QgaW1wb3J0YW50IGNvYXN0YWwgbWFyaW5lIGVjb3N5c3RlbSBvZiBFbCBTYWx2YWRvci4gY29tcHJpc2VzIDU1IGttIG9mIGNvYXN0IGZyb20gdGhlIG1vdXRoIG9mIHRoZSBMZW1wYSBSaXZlciB0byB0aGUgbW91dGggb2YgdGhlIENoZXBvbmEgaW4gSnVjdWFyw6FuOiBjb250YWlucyAyNyBpc2xhbmRzIGFuZCBpc2xldHMgYW5kIDIyLCA5MTIgaGVjdGFyZXMgb2YgbWFuZ3JvdmVzLiBPbiBPY3RvYmVyIDMxLCAyMDA1IHdhcyBkZWNsYXJlZCBhIFJhbXNhciBzaXRlIHVuZGVyIHRoZSBpbnRlcm5hdGlvbmFsIGNvbnZlbnRpb24gb24gd2V0bGFuZHMsIGJlY2F1c2Ugb2YgaXRzIHVuaXF1ZW5lc3MgYW5kIGZyYWdpbGl0eSwgYmVjYXVzZSBpdCBpcyB0aGUgaGFiaXRhdCBvZiBtb3N0IGNvYXN0YWwgbWFyaW5lIGJpcmRzIGluIHRoZSBjb3VudHJ5LiBJdCBpcyB0aGUgb25seSBuZXN0aW5nIHNpdGUgZm9yIHNvbWUgb2YgdGhlbSwgYW5kIHRoZSBwbGFjZSBvZiBkZXN0aW5hdGlvbiBvciBzdGVwIChmZWVkaW5nLCBtb3VsdGluZyBhbmQgcmVzdGluZykgb2YgZWlnaHR5LXNldmVuIG1pZ3JhdG9yeSBiaXJkcyBvZiBpbnRlcm5hdGlvbmFsIGltcG9ydGFuY2UuDQoNClRoaXMgc2l0ZSBpcyBob21lIHRvIGEgZGl2ZXJzaXR5IG9mIHRlcnJlc3RyaWFsIHNwZWNpZXMgYXNzb2NpYXRlZCB3aXRoIHdhdGVyIGJvZGllcyBhbmQgY29hc3RhbCBhcmVhcy4gSXQgc2hvdWxkIGJlIG5vdGVkIHRoYXQgaXQgaGFzIGNvbmZpcm1lZCB0aGF0IGZvdXIgb2YgdGhlIHNldmVuIHNlYSB0dXJ0bGUgc3BlY2llcyBrbm93biB3b3JsZHdpZGUgdmlzaXQgSmlxdWlsaXNjbyBCYXkgZm9yIG5lc3RpbmcuIFRoZSBzcGVjaWVzIGNvbmNlcm5lZCBhcmU6IHRoZSBibGFjayB0dXJ0bGUsIEhhd2tzYmlsbCwgT2xpdmUgUmlkbGV5IHR1cnRsZSBhbmQgdG9ydG9pc2UgQmF1bGUuDQoNClBlb3BsZSBsaXZpbmcgb24gdGhlIHBlcmltZXRlciBvZiB0aGUgcmVzZXJ2ZSBpcyB3ZWxsIGF3YXJlIG9mIHRoZSBuZWVkIHRvIHByZXNlcnZlIHRoZSBzaXRlIHRocm91Z2ggdGhlIGVzdGFibGlzaG1lbnQgb2YgcHJvZHVjdGlvbiBzeXN0ZW1zIGNvbXBhdGlibGUgd2l0aCB0aGUgZW52aXJvbm1lbnQsIGNvLW1hbmFnZW1lbnQgb2YgcHJvdGVjdGVkIGFyZWFzLCByaXNrIG1hbmFnZW1lbnQgYW5kIHJlc2N1ZSBza2lsbHMgVEVLLiBUaGUgc3VzdGFpbmFibGUgZGV2ZWxvcG1lbnQgb2YgdGhlIGFyZWEgaXMgYmFzZWQgb24gdG91cmlzbSwgaGFydmVzdGluZyBvZiBtYW5ncm92ZXMgYW5kIGNvY29udXRzLCB0aGUgY3VsdGl2YXRpb24gb2Ygc3VnYXIgY2FuZSwgZmlzaGluZyBhbmQgbGl2ZXN0b2NrLg0KDQpGb3IgYWxsIHRoYXQgdGhlIEJheeKAmXMgYmVhdXR5IGFuZCB3aGF0IGl0IG9mZmVyczogaXRzIGNoYXJhY3RlcmlzdGljcyBhbmQgdW5pcXVlIGxhbmRzY2FwZXMsIHdlIGludml0ZSB5b3UgdG8gdmlzaXQgdGhpcyBuYXR1cmFsIHBhcmFkaXNlIG9mIEVsIFNhbHZhZG9yLg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExOCIgYWx0PSJQdWVydG9fQmFyaWxsYXNfUGljdHVyZTYiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIiB3aWR0aD0iOTgwIiBoZWlnaHQ9IjI4MCIgLz48L2E+', 'QmFow61hIGRlIEppcXVpbGlzY28gLCB1bmEgcmVzZXJ2YSB5IGVsIG3DoXMgaW1wb3J0YW50ZSBlY29zaXN0ZW1hIG1hcmlubyBjb3N0ZXJvIGRlIEVsIFNhbHZhZG9yLiB1biB0b3RhbCBkZSA1NSBrbSBkZSBjb3N0YSBkZXNkZSBsYSBkZXNlbWJvY2FkdXJhIGRlbCByw61vIExlbXBhIGhhc3RhIGxhIGRlc2VtYm9jYWR1cmEgZGVsIENoZXBvbmEgZW4gSnVjdWFyw6FuIDogY29udGllbmUgMjcgaXNsYXMgZSBpc2xvdGVzIHkgMjIgLCA5MTIgaGVjdMOhcmVhcyBkZSBtYW5nbGFyZXMgLiBFbCAzMSBkZSBvY3R1YnJlIGRlIDIwMDUgc2UgZGVjbGFyw7MgdW4gc2l0aW8gUmFtc2FyIGNvbiBhcnJlZ2xvIGEgbGEgY29udmVuY2nDs24gaW50ZXJuYWNpb25hbCBzb2JyZSBsb3MgaHVtZWRhbGVzICwgZGViaWRvIGEgc3Ugc2luZ3VsYXJpZGFkIHkgZnJhZ2lsaWRhZCAsIHlhIHF1ZSBlcyBlbCBow6FiaXRhdCBkZSBsYSBtYXlvcsOtYSBkZSBsYXMgYXZlcyBtYXJpbmFzIGNvc3RlcmFzIGRlbCBwYcOtcyAuIEVzIGVsIMO6bmljbyBzaXRpbyBkZSBhbmlkYWNpw7NuIGRlIGFsZ3VuYXMgZGUgZWxsYXMgLCB5IGVsIGx1Z2FyIGRlIGRlc3Rpbm8gbyBwYXNvIChhbGltZW50YWNpw7NuICwgbXVkYSB5IGRlIGRlc2NhbnNvKSBkZSBvY2hlbnRhIHkgc2lldGUgYXZlcyBtaWdyYXRvcmlhcyBkZSBpbXBvcnRhbmNpYSBpbnRlcm5hY2lvbmFsLg0KDQpFc3RlIHNpdGlvIGVzIGVsIGhvZ2FyIGRlIHVuYSBncmFuIGRpdmVyc2lkYWQgZGUgZXNwZWNpZXMgdGVycmVzdHJlcyBhc29jaWFkYXMgYSBjdWVycG9zIGRlIGFndWEgeSB6b25hcyBjb3N0ZXJhcy4gRGViZSB0ZW5lcnNlIGVuIGN1ZW50YSBxdWUgc2UgaGEgY29uZmlybWFkbyBxdWUgY3VhdHJvIGRlIGxhcyBzaWV0ZSBlc3BlY2llcyBkZSB0b3J0dWdhcyBtYXJpbmFzIGNvbm9jaWRhcyBlbiB0b2RvIGVsIG11bmRvIHZpc2l0YW4gbGEgQmFow61hIGRlIEppcXVpbGlzY28gcGFyYSBhbmlkYXIuIExhcyBlc3BlY2llcyBhZmVjdGFkYXMgc29uOiBsYSB0b3J0dWdhIG5lZ3JvICwgY2FyZXkgLCB0b3J0dWdhIGdvbGZpbmEgeSBsYSB0b3J0dWdhIEJhdWxlLg0KDQpMYXMgcGVyc29uYXMgcXVlIHZpdmVuIGVuIGVsIHBlcsOtbWV0cm8gZGUgbGEgcmVzZXJ2YSBlcyBtdXkgY29uc2NpZW50ZSBkZSBsYSBuZWNlc2lkYWQgZGUgcHJlc2VydmFyIGVsIHNpdGlvIGEgdHJhdsOpcyBkZWwgZXN0YWJsZWNpbWllbnRvIGRlIHNpc3RlbWFzIGRlIHByb2R1Y2Npw7NuIGNvbXBhdGlibGVzIGNvbiBlbCBtZWRpbyBhbWJpZW50ZSAsIGNvLSBtYW5lam8gZGUgw6FyZWFzIHByb3RlZ2lkYXMsIGxhIGdlc3Rpw7NuIGRlIHJpZXNnb3MgeSB0w6ljbmljYXMgZGUgcmVzY2F0ZSBURUsgLiBFbCBkZXNhcnJvbGxvIHNvc3RlbmlibGUgZGUgbGEgem9uYSBzZSBiYXNhIGVuIGVsIHR1cmlzbW8gLCBsYSByZWNvbGVjY2nDs24gZGUgbWFuZ2xhcmVzIHkgY29jb3Rlcm9zICwgZWwgY3VsdGl2byBkZSBsYSBjYcOxYSBkZSBhesO6Y2FyICwgbGEgcGVzY2EgeSBsYSBnYW5hZGVyw61hLg0KDQpQYXJhIHRvZG9zIGxvcyBxdWUgbGEgYmVsbGV6YSBkZSBsYSBiYWjDrWEgeSBsbyBxdWUgb2ZyZWNlIDogc3VzIGNhcmFjdGVyw61zdGljYXMgeSBwYWlzYWplcyDDum5pY29zICwgdGUgaW52aXRhbW9zIGEgdmlzaXRhciBlc3RlIHBhcmHDrXNvIG5hdHVyYWwgZGUgRWwgU2FsdmFkb3IuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2LmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lICB3cC1pbWFnZS0xMTgiIGFsdD0iUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2IiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvUHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2LmpwZyIgd2lkdGg9Ijk4MCIgaGVpZ2h0PSIyODAiIC8+PC9hPg==', 1),
(486, 112, 0, '2016-05-01 18:25:00', 'original_id', '', 0, '239', '', 0),
(487, 112, 0, '2016-05-01 18:25:00', 'categories', 'csv_base64', 1, '\"RWwgU2FsdmFkb3I=\",\"SmlxdWlsaXNjbyBCYXk=\"', '', 1),
(488, 112, 0, '2016-05-01 18:25:00', 'category_ids', '', 0, '24,23', '', 0),
(492, 114, 0, '2016-05-30 06:32:56', 'title', 'base64', 1, 'VHJhdmVsIEVsIFNhbHZhZG9y', 'VmlhamVzIGEgRWwgU2FsdmFkb3I=', 0);
INSERT INTO `wp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
(493, 114, 0, '2016-05-30 06:32:56', 'body', 'base64', 1, 'VGhlcmUgYXJlIHNldmVyYWwgdG91cnPCoCB5b3UgY2FuIGV4cGVyaWVuY2Ugd2hpbGUgdHJhdmVsbGluZyBpbiBFbCBTYWx2YWRvcjoNCg0KPHN0cm9uZz5EQVkgVE9VUlM8L3N0cm9uZz4NCg0KV2UgY2FuIG9mZmVyIHlvdSB0aGUgdHJhbnNwb3J0YXRpb24gdG8gYSBsb2NhdGlvbiB3aXRob3V0IGEgZ3VpZGUsIGp1c3Qgb3VyIGRyaXZlciBhbmQgeW91IGNhbiB2aXNpdCB0aGUgY2l0eSBvciBsYW5kbWFyayBhdCB5b3VyIG93biBwYWNlIG9yIHdlIGNhbiBoaXJlIGluIEVuZ2xpc2ggc3BlYWtpbmcgZ3VpZGUgdGhhdCB3aWxsIGV4cGxhaW4geW91IG1vcmUgb24gRWwgU2FsdmFkb3IncyBoaXN0b3J5IGFuZCBkaXZlcnNpdHkgbGFuZG1hcmtzICgzIGRheXMgYWR2YW5jZSBub3RpY2UsIHN1YmplY3QgdG8gYXZhaWxhYmlsaXR5KSBvciBvdXIgY3VzdG9tZXJzIGNhbiB0YWtlIGEgdG91ciB3aXRoIG91ciBjb3VudHJ5J3MgdG9wIHRvdXIgb3BlcmF0b3JzLg0KU29tZSBvZiBvdXIgdG91cnMgdGhhdCBpbmNsdWRlIG91ciB0cmFuc3BvcnRhdGlvbiBhbmQgb3Zlcm5pZ2h0IG1pZ2h0IHJlcXVpcmUgdGhhdCB0aGUgY3VzdG9tZXIgcGF5cyBmb3IgZHJpdmVyL2xvZGdpbmcgKHdlIGNhbiBsb29rIHVwIGF0IGJ1ZGdldCBwbGFjZXMpDQoNCldlIGhpZ2hseSByZWNvbW1lbmQgcmVzZXJ2aW5nIHRoZSB0b3VycyBhdCBsZWFzdCAyIGRheXMgcHJpb3IgdG8gdG91ciBhcyB3ZSBuZWVkIGEgcXVvdGUgYmFzZSBvbiBudW1iZXIgb2YgcGVvcGxlIHVubGVzcyB3ZSBjYW4gcHJvdmlkZSB0cmFuc3BvcnRhdGlvbiBhbmQgbm8gZ3VpZGUgaXMgbmVlZGVkOg0KDQo8c3Ryb25nPk91ciBUcmFuc3BvcnRhdGlvbjo8L3N0cm9uZz4NCk5pc3NhbiBVcnZhbiAyMDEyLSA4IHBhc3Nlbmdlcg0KTmlzc2FuIFBpY2sgVXAgMjAxNC0gMy00IHBhc3Nlbmdlcg0KPHN0cm9uZz4NClNVUkYgVE9VUlM8L3N0cm9uZz4NCg0KUExBWUEgTEFTIEZMT1JFUw0KVGhlIEVhc3QgQ29hc3Qgb2YgRWwgU2FsdmFkb3IsIGFsc28ga25vd24gYXMgdGhlIFdpbGQgRWFzdCwgaXQgaXMgYSBzdXJmZXJzIHBpZWNlIG9mIEhlYXZlbiBvbiBFYXJ0aCAsIHRvdGFsbHkgZGlmZmVyZW50IGZyb20gTGEgTGliZXJ0YWQuIEl0IGlzIGxvY2F0ZWQgaW4gYW4gaW1wcmVzc2l2ZSBqdW5nbGUgd2VyZSB5b3Ugd2lsbCBmaW5kIHRoZSBtb3N0IGJlYXV0aWZ1bCBiZWFjaCBicmVha3MgYW5kIGEgbG90IG9mIHJpZ2h0IHBvaW50IGJyZWFrcywgdHdvIG9mIHRoZW0gcXVhbGlmaWVkIGFzIFdvcmxkIENsYXNzIFdhdmVzLCBvbmx5IGFjY2Vzc2VkIGJ5IGJvYXQuDQoNCkluIExhcyBGbG9yZXMgeW91J2xsIGVuam95IG9uZSBvZiB0aGUgYmVzdCB3YXZlcyBvZiBFbCBTYWx2YWRvci4gTGFzIEZsb3JlcyByaWdodCBwb2ludCBicmVhayBpdCBpcyBhIGxvbmcsIGNvbnNpc3RlbnQsIGZ1biB3YXZlIHdpdGggYSBzYW5kIGJvdHRvbSBhbmQgdHVidWxhciBzZWN0aW9ucy4gYmVpbmcgaW4gTGFzIEZsb3JlcyB0aGUgbWFpbiBhY3Rpdml0eSBpcyBzdXJmaW5nLCBhbmQgb25lIG9mIHRoZSBhY3Rpdml0aWVzIGlzIHRvIHRha2UgYSBib2F0IGFuZCBzdXJmIFB1bnRhIE1hbmdvIHBvaW50IGJyZWFrIHRoZSBtb3N0IHR1YnVsYXIgd2F2ZSBpbiB0aGUgY291bnRyeS4gDQoNClB1bnRhIE1hbmdvIGlzIDE1IG1pbi4gV2VzdCBvZiBMYXMgRmxvcmVzLiBBY2Nlc3M6IGJvYXQgb25seS4gUG93ZXJmdWwgcmlnaHQgY29iYmxlc3RvbmUgcG9pbnQgYnJlYWsgdy8yMDBtIHJpZGVzIHdoZW4gb24sIG1hY2hpbmUtbGlrZS4gSXQgaXMgaGFzIGEgaG9sbG93IHRha2Ugb2ZmIHdpdGggYSBzZXJpb3VzIGJhcnJlbCBhdCBzaXplIEFORCBhIGhvbGxvdyBpbnNpZGUgc2VjdGlvbi4gSXQgd29ya3Mgb24gYSAzZnQrIHN3ZWxsIGFuZCBhbGwgdGlkZXMsIGJ1dCA0LTcgZnQgU1cgaXMgYmVzdC4gQ2xvc2VzIG91dCBvdmVyIDggZmVldC4gUmVlZiBib290aWVzIGFyZSByZWNvbW1lbmRlZCBidXQgbm90IG1hbmRhdG9yeS4NCg0KVGhlIGhvbGxvd2VzdCB3YXZlIGluIHRoZSByZWdpb24sIGJ1dCBhbHNvIHRoZSBtb3N0IHdpbmQgc2Vuc2l0aXZlLiBFeHBlcmllbmNlZCBzdXJmZXJzIG9ubHkgZXZlbiB3aGVuIHNtYWxsLCBkdWUgdG8gY3VycmVudHMgYW5kIHNoYWxsb3cgaW5zaWRlIHJvY2tzLiBUaGUgd2F2ZSBoYXMgYmVjb21lIHBvcHVsYXIgYW5kIGlzIHNvbWV0aW1lcyBzZW1pLWNyb3dkZWQgdy8zLTQgYm9hdHMgYW5kIDE1LTIwIHN1cmZlcnMgYXQgcGVhayBob3Vycy4NCg0KDQpMQSBMSUJFUlRBRA0KVGhlIFB1ZXJ0byBkZSBMYSBMaWJlcnRhZCB3YXMgZm91bmRlZCBpbiAxOTI3IGFuZCBpdCBpcyB0aGUgZmlyc3QgcG9ydCBvZiBFbCBTYWx2YWRvciwgYmFjayBpbiB0aGUgNTDigJlzIGl0IHdhcyBhbiBpbnRlcm5hdGlvbmFsIHRvdXJpc3QgZGVzdGluYXRpb247IGl0cyBtYWpvciBhdHRyYWN0aXZlIHdhcyBQdW50YSBSb2Nh4oCZcyB3YXZlLCBiYWNrIGluIHRoZSBkYXlzIHdhcyBrbm93IGFzIHRoZSBMYXRpbiBBbWVyaWNhbiBKIEJheSwgaXQgd2FzIHZpc2l0ZWQgbW9zdGx5IGJ5IG5vbWFkIHN1cmZlcnMgdGhhdCBhZHZlbnR1cmUgdGhlbXNlbHZlcyBsb29raW5nIGZvciBwZXJmZWN0IHdhdmVzIGhlcmUgaW4gdGhlIHNvdXRoLg0KDQpPbmUgb2YgdGhlc2Ugc3VyZmVycyB3YXMgQm9iIFJvdGhlcmhhbSwgd2hvIGhhcyBlc3RhYmxpc2hlZCBub3cgaW4gdGhlIHRvd24gb2YgTGEgTGliZXJ0YWQsIGhlIGlzIGEgTm9ydGggQW1lcmljYW4gbmF0aW9uYWxpemVkIGFzIGEgU2FsdmFkb3JpYW4uIEpvaW5lZCBieSBoaXMgc29uLCB0aGUgUXVpa3NpbHZlciBwcm8gc3VyZmVyIEppbW15IFJvdGhlcmhhbSB0aGV5IGFkbWluaXN0cmF0ZSB0aGUgc3VyZiBjYW1wIGFuZCByZXN0YXVyYW50IFB1bnRhIFJvY2EsIHdoaWNoIGhhcyBkZWNhZGVzIG9mIGhpc3RvcnkgYW5kIGl04oCZcyBhIG11c3QgYmUgdmlzaXRlZC4NCg0KVGhlIHBvcnQgYW5kIGl0cyBpbmZyYXN0cnVjdHVyZSB3YXMgZGFtYWdlZCBiYWNrIGluIHRoZSBjaXZpbCB3YXIgbGFzdCBkZWNhZGU7IGFuZCBub3csIHdpdGggdGhlIGhlbHAgb2YgdGhlIGdvdmVybm1lbnQsIHRoZSBtdW5pY2lwYWwgdGFibGUgYW5kIGRpZmZlcmVudCBwZW9wbGUgaW50ZXJlc3RlZCBpbiB0aGUgdG91cmlzdCBkZXZlbG9wbWVudCBvZiB0aGlzIHBhcnQgb2YgTGEgTGliZXJ0YWQgaXQgZm9ybXMgcGFydCBvZiBhbiBhbWJpdGlvdXMgcHJvamVjdCB3aGljaCBpcyBub3cgYSBmZXcgc3RlcHMgb2YgYmVpbmcgdG90YWxseSByZWNvbnN0cnVjdC4NCg0KVGhlIGRvY2sgaXMgYSBwcm91ZGx5IGljb24gb2YgdGhlIGhhYml0YW50cy4gVGhlIGNyYWZ0IGZpc2hpbmcgaXQgaXMgdGhlIG1haW5seSB1c2UgdGhhdCBpcyBnaXZlbiB0byB0aGUgcG9ydCBiZWNhdXNlIG9mIGhpc3RvcnkgYW5kIHRyYWRpdGlvbi4gQnkgd2Fsa2luZyBvbiB0aGUgZG9jayB5b3UgY291bGQgZW5qb3kgb2YgZnJlc2ggc2VhZm9vZCBiZWluZyBzb2xkIGluIHRoZSBkb2NrIG1hcmtldC4gTmVhciBieSB5b3UgY291bGQgYWxzbyBmaW5kIHJlc3RhdXJhbnRzIGFuZCBiYXJzIGF0IHRoZSBiZWFjaCBzaG9yZSB3aGVyZSB5b3UgY291bGQgZW5qb3kgb2YgdGhlIGxvY2FsIGdhc3Ryb25vbXkgYW5kIGV4cXVpc2l0ZSBwcmVwYXJhdGlvbiBiYXNlZCBvbiBkaWZmZXJlbnQgc2VhZm9vZCBvZiB0aGUgem9uZS4NCg0KDQpJbiBMYSBMaWJlcnRhZCB5b3UgY2FuIHN1cmYgZGlmZmVyZW50IHNwb3RzLCB0aGUgbWFpbiBicmVhayBpcyBQdW50YSBSb2NhIGFuZCBpdHMgbGFzdCBzZWN0aW9uIFBsYXlhIExhIFBheiwgYnV0IHlvdSB3aWxsIGZpbmQgZGZmZXJlbnQgYXJlYXMgYXJvdW5kIGxpa2UgQ29uY2hhbGlvIHBvaW50YnJlYWssIGJlYWNoIGJyZWFrIGFzIFBsYXlhIEVsIE9iaXNwby4NCg0KUHVudGEgUm9jYSBpcyB2ZXJ5IHBvcHVsYXIgc3BvdCBmb3IgdHJhdmVsZXJzIGFuZCBmb3IgbG9jYWxzIGlmIGtub3cgYXMgdGhlIExhdGluIEpCYXksIG9uZSBvZiB0aGUgYmVzdCByaWdodCBwb2ludGJyZWFrIGluIEFtZXJpY2EsIGlzIGEgc3Ryb25nIHdhdmUsIGxvbmcgYW5kIHBvd2VyZnVsbCwgdmVyeSBpbXByZXNpdmUgd2hlbiBpcyBiaWcgYW5kIGlzIHRoZSBzcG90IHRoYXQgYWxsIHRoZSBiZXN0IHN1cmZlcnMgd2lsbCBzdXJmIHdpdGggdGhlIGJlc3QgYW5kIGJpZ2dlciBzd2VsbHMNCg0KIA0KDQpISUdITElHSFRTDQo8c3Ryb25nPkhJR0hMWSBSRUNPTU1FTkRFRDwvc3Ryb25nPg0KPHN0cm9uZz4NCkxBUyBGTE9SRVMgUkVTT1JUIChMVVhVUlkgU1VSRinCoDwvc3Ryb25nPsKgwqAgd3d3Lmxhc2Zsb3Jlc3Jlc29ydC5jb20gICANClRyYW5zZmVyIGZyb20gUHVlcnRvIEJhcmlsbGFzIHRvIExhcyBGbG9yZXMgUmVzb3J0LiBMb2NhbCBsdW5jaC4gU3VyZiB0b3VyIGF0IFB1bnRhIE1hbmdvICh0cmFuc2Zlcg0KYnkgYm9hdCBmcm9tIExhcyBGbG9yZXMgUmVzb3J0LiBUcmFuc2ZlciB0byBIb3RlbC4gUmV0dXJuIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4gKEwpDQoNCkxhcyBGbG9yZXMgRGF5IFBhY2thZ2U6DQpJbmNsdWRlczoNCkFkdmFuY2UgU3VyZmVyOiAoMikgYm9hdCByaWRlcyBwZXIgZGF5DQpJbnRlcm1lZGlhdGUvQWR2YW5jZTooMSkgYm9hdCByaWRlIHBlciBkYXkNClN1cmYgQ29hY2hpbmcgZm9yIEJlZ2lubmVyczogOTAgbWludXRlIG9mIGluc3RydWN0aW9ucyBwZXIgZGF5DQpBbGwgb2YgdGhlIHRvdXIgcGFja2FnZXMgaW5jbHVkZTogc3VyZiBib2FyZCAqIChFeGNlcHQgRmlyZXdpcmUgYW5kIFN0ZXdhcnQqIEFkZGl0aW9uYWwgY29zdCBhdCBhIHNwZWNpYWwgcHJpY2UgKlNlY3VyaXR5IERlcG9zaXQgUmVxdWlyZWQpDQoqQSAoMSkgOTAgbWludXRlIHNlc3Npb24gb3IgYSAoMikgNDUgbWludXRlIHNlc3Npb24NCkluY2x1ZGVzIEx1bmNoOsKgIFNvdXAgKyBFbnRyZWUgKyBzb2RhIG9yIG5hdHVyYWwganVpY2UgKyBjb2ZmZWUgb3IgdGVhDQpVc2FnZSBvZiBsdXh1cnkgZmFjaWxpdGllcw0KUHJpY2VzIGFyZSBwZXIgcGVyc29uLyBkYXk6ICQxMjMuMDANCkEgMTAlIHRpcCBpcyBub3QgaW5jbHVkZWQgaW4gYmV2ZXJhZ2UgYW5kIHN1cmYgcGFja2FnZXMgdG8gYmUgcGFpZCBhdCB0aGUgcmVzb3J0DQpEb2VzIG5vdCBpbmNsdWRlIHRyYW5zcG9ydGlvbg0KVHJhbnNwb3J0YXRpb24gMS04IHBlb3BsZTogJDIwMC4wMDAgICAoTEZSKQ0KDQpGb3Igb3Zlcm5pZ2h0IHBhY2thZ2Ugc3RheXMgYXQgTGFzIEZsb3JlcyBSZXNvcnQsIHBsZWFzZSBjb250YWN0IG91ciBTZXJ2aWNlIE1hbmFnZXI6IEVtZXJpdGEgU2FuY2hleiBjZXNhbmNoZXpAcHVlcnRvYmFyaWxsYXMuY29tDQoNCg0KaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1DSE51SWZQamlqcyZmZWF0dXJlPXlvdXR1LmJlDQoNCiAgICAgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz5PdGhlciByZWNvbW1lbmRhdGlvbnM8L3N0cm9uZz4NClBMQVlBIExPUyBNQU5HT1MgKEhvdGVsIExvcyBNYW5nb3MpIHd3dy5wdW50YW1hbmdvaG90ZWwuY29tDQpUcmFuc2ZlcnRvIEhvdGVsIExvcyBNYW5nb3MNCkx1bmNoIGF0IHRoZSBob3RlbC0gQ2hpY2tlbiBvciBmaXNoIGFuZCBhIG5vbi1hbGNvaG9saWMgZHJpbmsNCiogU3VyZiBCb2FyZCByZW50YWw6ICQyMC4wMCBGdWxsIGRheQ0KJDEyLjAwIEhhbGYgZGF5ICAgKEVTVCkNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCg0KUExBWUEgRUwgQ09DQUwsIE1hbmRhbGEgRWNvIFZpbGxhcyAoTEEgTElCRVJUQUQpIA0KVHJhbnNwb3J0YXRpb24gdG8gTGEgTGliZXJ0YWQNClRvdXIgaW5jbHVkZXMgZW50cmFuY2UgdG8gRWNvIFZpbGxhcyBwcm9wZXJ0eQ0KVXNhZ2Ugb2YgZmFjaWxpdGllcw0KVG91ciB0byBhbnkgb2YgdGhlIHN1cmYgc3BvdHMgZGVwZW5kaW5nIG9uIHN1cmZpbmcgbGV2ZWwgYW5kIHdhdmVzIGR1cmluZyB0aGUgZGF5Lg0KUGxheWEgUHVudGEgUm9jYSwgUGxheWEgRWwgQ29jYWwsIFBsYXlhIEVsIFpvbnRlIG8gUGxheWEgRWwgU3VuemFsDQoNCipTdXJmIEJvYXJkIFJlbnRhbHMgYXBwcm94aW1hdGVseTogJDE1LjAwIHBlciBib2FyZCAgKE1hbmRhbGEpDQoNCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KDQpMQSBMSUJFUlRBRA0KQ0FGRSBTVU5aQUwNCkZVTEwgREFZIFRPVVIgLSBTVVJGIA0KUm91bmQgVHJpcCB0cmFuc3BvcnRhdGlvbiB3aXRoIGxpbWl0ZWQgbHVuY2gNCipTdXJmIGJvYXJkIHJlbnRhbHMgJDE1LkZ1bGwgRGF5DQokMTAuMDAgaGFsZiBkYXkgICAoRVNUMikNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQoNCjxzdHJvbmc+T1RIRVIgREFZIFRPVVJTPC9zdHJvbmc+DQoNCjxzdHJvbmc+SW5kaWdvIEJsdWUgYW5kIFN1Y2hpdG90byBjb2xvbmlhbCB0b3duPC9zdHJvbmc+IChPdXIgUmVjY29tZW5kYXRpb24pICANCg0KOCBIb3Vycw0KRGVwYXJ0dXJlOiA4LjMwIGFtDQpTZXJ2aWNlOiBQcml2YXRlDQpPcGVyYXRlczogRGFpbHkgKHN1YmplY3QgdG8gYXZhaWxhYmlsdHkpDQpEaWZmaWN1bHR5OiBFYXN5DQpQcmljZSBpbmNsdWRlczogUHJpdmF0ZSB2ZWhpY2xlIGFuZCBkcml2ZXIsIHByaXZhdGUgZ3VpZGUsIGx1bmNoLCBpbmRpZ28gd29ya3Nob3AsIHNhbGVzIHRheC4NCkNPREU6IE9EVDA0LUENClJFQ09NTUVOREFUSU9OUw0K4oCiIFdhbGtpbmcgc2hvZXMuDQrigKIgU3Vuc2NyZWVuLCBzdW5nbGFzc2VzLCBoYXQuDQrigKIgRnJlc2ggY2xvdGhlcy4NCg0KREVTQ1JJUFRJT04NCg0KSW4gdGhpcyB0b3VyIHdlIHdpbGwgdmlzaXQgU3VjaGl0b3RvLCBvbmUgb2YgRWwgU2FsdmFkb3IncyBjb2xvbmlhbCB0b3ducy4gSXRzIG5hbWUgbWVhbnMgdGhlIHBsYWNlIG9mIHRoZSBGbG93ZXIgQmlyZC4gV2FsayBhbG9uZyB0aGUgY2hhcm1pbmcgY29iYmxlc3RvbmUgc3RyZWV0cyBzdXJyb3VuZGVkIGJ5IGxvdmVseSBvbGQgY29sb25pYWwgaG9tZXMuIFN1Y2hpdG90byBpcyBob21lIHRvIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1MywgbWFqZXN0aWNhbGx5IHNpdHVhdGVkIGluIHRoZSB0b3duJ3MgY2VudHJhbCBzcXVhcmUuIFdlIHdpbGwgaGF2ZSBsdW5jaCBhdCBjaGFybWluZyBIb3RlbCBMb3MgQWxtZW5kcm9zIGRlIFNhbiBMb3JlbnpvLg0KDQpBZnRlciBsdW5jaCwgd2Ugd2lsbCBlbmpveSBhbiBJbmRpZ28gV29ya3Nob3AuIEluZGlnbyBpcyBhIG5hdHVyYWwgY29sb3JhbnQgZXh0cmFjdGVkIGZyb20gdGhlIFhpcXVpbGl0ZSBwbGFudC4gSXQgd2FzIGEgdmVyeSBpbXBvcnRhbnQgZWxlbWVudCBmb3IgdGhlIE1heWFucyBzaW5jZSB0aGV5IHVzZWQgaXQgZm9yIG1hZ2ljL3JlbGlnaW91cyByaXR1YWxzLCBhcyBhIG1lZGljYWwgcGxhbnQsIGZvciBwb3R0ZXJ5LCBhbmQgZm9yIHBhaW50aW5nLiBXaGVuIHRoZSBTcGFuaXNoIOKAnENvbnF1aXN0YWRvcmVz4oCdIGFycml2ZWQgdG8gRWwgU2FsdmFkb3IgaW4gMTUyNCwgSW5kaWdvIGJlY2FtZSB0aGUgbmV3IHNvdXJjZSBvZiB3ZWFsdGggaW4gdGhlIHJlZ2lvbi4NCg0KUGVkcm8gZGUgQWx2YXJhZG8gbm90aWNlZCBob3cgdGhlIEluZGlhbnMgdXNlZCBzZXZlcmFsIHNoYWRlcyBvZiBibHVlIGluIHRoZWlyIGNsb3RoZXMuIEluIDE1NTgsIHRoZSBIYWJzYnVyZyBLaW5nIENoYXJsZXMgSSBvcmRlcmVkIHRoZSB0ZXJyaXRvcmllcyBvZiBHdWF0ZW1hbGEgYW5kIEN1c2NhdGzDoW4gKEVsIFNhbHZhZG9yKSwgdG8gcHJvZHVjZSBpbmRpZ28gZm9yIFNwYWluLg0KVGhlIGNvbW1lcmNpYWwgcm91dGUgd2FzIHRocm91Z2ggR3JhbmFkYSwgdGhlbiB0byBDYXJ0YWdlbmEgZGUgSW5kaWFzIGZyb20gd2hlcmUgaXQgdHJhdmVsbGVkIHRvIFNwYWluLiBJbiB0aGUgWFZJSSBjZW50dXJ5LCB0aGUgb3VuY2Ugb2YgaW5kaWdvIHdhcyBhcyB2YWx1YWJsZSBhcyBnb2xkLiBFbCBTYWx2YWRvcuKAmXMgaW5kaWdvLCBoYXMgYWx3YXlzIGJlZW4gcmVjb2duaXplZCBhcyB0b3AgcXVhbGl0eSB3b3JsZHdpZGUuIFdlIHdpbGwgbGVhcm4gdGhlIHByb2Nlc3Mgb2YgaW5kaWdvIGFzIHdlbGwgYXMgYXJ0IHRlY2huaXF1ZXMgdXNlZCBvbiBjbG90aGluZyBhcyB3ZSBleHBlcmltZW50IGluIGRlc2lnbmluZyBvdXIgb3duIHNjYXJmLiAgKEdCUikNCiAgICAgICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz4NCkhpa2luZyB0aGUgIkxpZ2h0aG91c2Ugb2YgdGhlIFBhY2lmaWMiPC9zdHJvbmc+DQoNCjkgSG91cnMgDQpEZXBhcnR1cmU6IDguMDAgYW0gDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBNZWRpdW0gdG8gbWVkaXVtLSBIaWdoDQpQcmljZSBJbmNsdWRlczogIFByaXZhdGUgdmVoaWNsZSBhbmQgZHJpdmVyLCBwcml2YXRlIGd1aWRlLCBsdW5jaCwgZW50cmFuY2UgZmVlLCBzYWxlcyB0YXguDQpDT0RFOiBPRFQwMi1BIA0KUkVDT01NRU5EQVRJT05TDQpIaWtpbmcgY2xvdGhlcyAoaGlraW5nIHNob2VzLCBwYW50cywgbG9uZyBzbGVldmVzKS4NClN1bnNjcmVlbiwgc3VuZ2xhc3NlcywgaGF0Lg0KVGFrZSBlbm91Z2ggZHJpbmtpbmcgd2F0ZXIuDQoNCkRFU0NSSVBUSU9ODQoNClZvbGNhbm9lcyBOYXRpb25hbCBQYXJrIChkZXNjcmlwdGlvbiBpbiB0b3VyICMxKSBwcm92aWRlcyB0aGUgd29uZGVyZnVsIG9wcG9ydHVuaXR5IHRvIGhpa2UgdG8gdGhlIGNyYXRlciBvZiAyIGFtYXppbmcgdm9sY2Fub2VzLiBJemFsY28gVm9sY2FubyBpcyBhIGNvbmUgc2hhcGVkIHZvbGNhbm8gbWFkZSB1cCBvZiBzYW5kIGFuZCBsYXZhIHJvY2sgY3JlYXRpbmcgYSBjaGFsbGVuZ2luZyBidXQgcmV3YXJkaW5nIGhpa2UuIE9uY2UgYXQgdGhlIHN1bW1pdCwgeW91IHdpbGwgYmUgYWJsZSB0byB3YWxrIGFyb3VuZCB0aGUgY3JhdGVyIGV4cGVyaWVuY2luZyB0aGUgd2FybSBmdW1hcm9sZXMgYW5kIHRoZSBhbWF6aW5nIHZpZXdzLiBXaXRoIGEgcGVyc29uYWwgYW5kIGV4cGVyaWVuY2VkIGd1aWRlLCB0aGUgdG90YWwgaGlrZSB0YWtlcyBhYm91dCA1IGhvdXJzLg0KVGhlIG90aGVyIG9wdGlvbiBpcyBTYW50YSBBbmEgVm9sY2Fuby4gVGhpcyB2b2xjYW5vIHByb3ZpZGVzIGEgZGlmZmVyZW50IGhpa2Ugc2luY2UgaXQgaXMgYSBtb3JlIHNvbGlkIGFuZCBtYXNzaXZlIGJvZHkuIE9uY2UgYXQgdGhlIHRvcCwgdGhpcyB2b2xjYW5vIG9mZmVycyB0aGUgdmlldyBvZiBDb2F0ZXBlcXVlIExha2UgYXMgd2VsbCBhcyB0aGUgc3VsZnVyIGdyZWVuIGxhZ29vbiBpbnNpZGUgdGhlIGNyYXRlci4gVG90YWwgaGlrZSB0YWtlcyBhYm91dCA0IGhvdXJzLiBPbiBhIGNsZWFyIGRheSwgZXZlbiB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gY2FuIGJlIHNlZW4uICAoR0JSKQ0KDQogICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQo8c3Ryb25nPkNvZmZlZSBhbmQgRmxvd2VyIFJvdXRlPC9zdHJvbmc+DQoNCjkgSG91cnMNCkRlcGFydHVyZTogUHJpdmF0ZQ0KT3BlcmF0ZXM6IERhaWx5IChTdWJqZWN0IHRvDQpEaWZmaWN1bHR5OiBFYXN5DQpQcmljZSBJbmNsdWRlczogUHJpdmF0ZSB2ZWhpY2xlIGFuZCBkcml2ZXIsIHByaXZhdGUgZ3VpZGUsIGx1bmNoLCBjb2ZmZWUgdG91ciwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDMtQQ0KUkVDT01NRU5EQVRJT05TDQpObyBzcGVjaWZpYyByZWNvbW1lbmRhdGlvbnMuDQoNCkRFU0NSSVBUSU9ODQoNClRoZSBGbG93ZXIgUm91dGUgaXMgYSBjb2ZmZWUgcGxhbnRhdGlvbiBhcmVhIGluIHRoZSBXZXN0ZXJuIHNpZGUgb2YgRWwgU2FsdmFkb3IuIEl0IGlzIGNvbXBvc2VkIG9mIDQgbWFpbiB0b3ducyBhbmQgaXQgaGFzIGEgbmljZSB3ZWxjb21pbmcgd2VhdGhlciBkdWUgdG8gdGhlIGFsdGl0dWRlLiBUaGUgdG93bnMgYXJlIE5haHVpemFsY28sIEp1YXl1YSwgQXBhbmVjYSwgYW5kIEF0YWNvLiBUaGUgcmVnaW9uIG9mZmVycyBhbWF6aW5nIHZpZXdzIG9mIG1vdW50YWlucyBhbmQgdm9sY2Fub2VzLCBjcmFmdHMsIGNvZmZlZSB0b3VycywgY2hhcm1pbmcgdG93bnMsIG1hcmtldHMsIGFuZCBhZHZlbnR1cmUgb3B0aW9ucy4NCldlIHdpbGwgdmlzaXQgYSBjb2ZmZWUgcGxhbnRhdGlvbiBhbmQgaWYgdGhlIHRvdXIgdGFrZXMgcGxhY2Ugd2l0aGluIGNvZmZlZSBzZWFzb24gKERFQy1NQVIpLCB0cmF2ZWxlcnMgd2lsbCBiZSBhYmxlIHRvIGNvbGxlY3QgY29mZmVlIHRoZW1zZWx2ZXMgYWxvbmcgd2l0aCB0aGUgbG9jYWxzLg0KDQpBZnRlciB0aGlzIGV4cGVyaWVuY2UsIGEgZ3VpZGVkIHRvdXIgd2lsbCBleHBsYWluIGVhY2ggc3RlcCBvZiB0aGUgY29mZmVlIHByb2Nlc3MuIFRyYXZlbGVycyB3aWxsIGJlIGFibGUgdG8gYnV5IGNvZmZlZSBwcm9kdWN0cyBhbmQgY3JhZnRzIGFzIHNvdXZlbmlycy4gV2Ugd2lsbCBlbmpveSBsdW5jaCBpbiBhIGNoYXJtaW5nIHJlc3RhdXJhbnQgb2YgdGhlIGFyZWEuDQpPcHRpb25hbDogdHJhdmVsZXJzIG1heSBiZSBhYmxlIHRvIGVuam95IGFkdmVudHVyZSBvcHRpb25zIHN1Y2ggYXMgaG9yc2ViYWNrIHJpZGluZywgbW91bnRhaW4gYmlrZSwgQVRWIHRvdXIsIG9yIGEgemlwIGxpbmUgdG91ci4gIChHQlIpDQoNCg0KICAgICAgICAgICAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KDQo8c3Ryb25nPlZvbGNhbm9lcyBUb3VyIDwvc3Ryb25nPiANCg0KOCBIb3VycyANCkRlcGFydHVyZTogODozMCBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBFYXN5IA0KUHJpY2UgSW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERSA6IE9EVDAxLUEgDQpSRUNPTU1FTkRBVElPTlMNCldhbGtpbmcgc2hvZXMuDQpTdW5zY3JlZW4sIHN1bmdsYXNzZXMsIGhhdC4NCldlIHdpbGwgcmVhY2ggYW4gYWx0aXR1ZGUgb2YgMjMwMCBtdHMuIGFib3ZlIHNlYSBsZXZlbC4NCg0KDQpERVNDUklQVElPTg0KDQpFbCBTYWx2YWRvciBpcyB0aGUgY291bnRyeSB3aXRoIG1vcmUgdm9sY2Fub2VzIHBlciBzcXVhcmUga2lsb21ldGVycyBpbiB0aGUgd29ybGQuIFRoaXMgaXMgYmVjYXVzZSB0aGVyZSBhcmUgbWFueSB2b2xjYW5vZXMgaW4gYSB2ZXJ5IHNtYWxsIGNvdW50cnksICgyMCwwMDAgc3F1YXJlIGtpbG9tZXRlcnMpLiBGcm9tIFNhbiBTYWx2YWRvciB3ZSBoYXZlIGVhc3kgYWNjZXNzIHRvIHZpc2l0IHNvbWUgb2YgdGhlc2UgYmVhdXRpZnVsIHZvbGNhbm9lcy4gDQpPbiB0aGlzIHRyaXAsIHdlIHdpbGwgdmlzaXQgRWwgQm9xdWVyw7NuIGFuZCBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyayB3aGljaCBpcyBhIFVORVNDTyBCaW9zcGhlcmUgUmVzZXJ2ZS4gRWwgQm9xdWVyb24gaXMgdGhlIG5hbWUgb2YgdGhlIGNyYXRlciBvZiBTYW4gU2FsdmFkb3LigJlzIFZvbGNhbm8uIExvY2FscyBzYXkgdGhhdCBpdCBoYXMgdGhpcyBuYW1lIGdpdmVuIHRoYXQgdGhlIGNyYXRlciByZXNlbWJsZXMgYSBiaWcgbW91dGggKGJvcXVlcm9uID0gQmlnIE1vdXRoKS4NCkF0IGFwcHJveGltYXRlbHkgMSw3MDAgbWV0ZXJzIGFib3ZlIHNlYSBsZXZlbCwgaXQgcHJvdmlkZXMgYSBjb29sIGNsaW1hdGUgaW4gYmV0d2VlbiAxNSAtIDIzIMK6Qy4gV2Ugd2lsbCBiZSBhYmxlIHRvIHdhbGsgdG8gdGhlIGVkZ2Ugb2YgdGhlIGNyYXRlciBhbmQgYWRtaXJlIGl0cyBiZWF1dHkuDQoNClRoZW4gd2Ugd2lsbCBjb250aW51ZSB0byBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyaywgd2hlcmUgdGhyZWUgYW1hemluZyB2b2xjYW5vZXMgKEl6YWxjbyBWb2xjYW5vLCBTYW50YSBBbmEgVm9sY2FubyBhbmQgQ2Vycm8gVmVyZGUpIGVtYnJhY2UgYmVhdXRpZnVsIENvYXRlcGVxdWUgTGFrZSB3aGljaCBmaWxscyBhIGNyYXRlciBvZiBhbm90aGVyIHZvbGNhbm8uIA0KSXphbGNvIFZvbGNhbm8gaXMgb25lIG9mIHRoZSB5b3VuZ2VzdCB2b2xjYW5vZXMgaW4gQW1lcmljYSBiZWNhdXNlIGl0IHdhcyBib3JuIGluIHRoZSAxNzAwJ3MsIHdoZXJlYXMgU2FudGEgQW5hIFZvbGNhbm8gaXMgdGhvdXNhbmRzIG9mIHllYXJzIG9sZC4gSXphbGNvIFZvbGNhbm8gd2FzIGtub3duIGFzIHRoZSDigJxMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmlj4oCdIHNpbmNlIGl0cyBsYXZhIGd1aWRlZCB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gQ29hc3QuIE5vIGxhdmEgaXMgY3VycmVudGx5IGZsb3dpbmcsIGJ1dCBib3RoIHZvbGNhbm9lcyBhcmUgc3RpbGwgYWN0aXZlIHNpbmNlIGNvbnN0YW50IGZ1bWFyb2xlcyBhcmUgcHJlc2VudC4gSW4gQ2Vycm8gVmVyZGUsIGxvY2F0ZWQgaW4gdGhlIG1pZGRsZSBvZiB0aGUgb3RoZXIgdHdvIHZvbGNhbm9lcywgd2Ugd2lsbCB3YWxrIGFyb3VuZCBpdHMgZXh0aW5jdCBjcmF0ZXIgcHJvdmlkaW5nIGJyZWF0aHRha2luZyB2aWV3cyBvZiBJemFsY28gYW5kIFNhbnRhIEFuYSBhbmQgQ29hdGVwZXF1ZSBMYWtlLiBBIHR5cGljYWwgd29ybGQgLSBmYW1vdXMgcHVwdXNhcyBsdW5jaCB3aWxsIHdhaXQgZm9yIHVzIGF0IENlcnJvIFZlcmRlLiAgKEdCUikNCg0KDQogICAgICAgICAgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KPHN0cm9uZz5NYXlhbiBIaXN0b3J5IFRvdXI8L3N0cm9uZz4NCg0KOSBIb3VycyANCkRlcGFydHVyZTogOC4wMCBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgZXhjZXB0IE1vbmRheSANCkRpZmZpY3VsdHk6IGVhc3kgDQpQcmljZXMgaW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDUtQQ0KUkVDT01NRU5EQVRJT05TDQrigKIJV2Fsa2luZyBzaG9lcy4NCuKAoglTdW5zY3JlZW4sIHN1bmdsYXNzZXMsIGhhdC4NCuKAoglGcmVzaCBjbG90aGVzIGFuZCByZXBlbGxlbnQuDQoNCg0KREVTQ1JJUFRJT04NCg0KRWwgU2FsdmFkb3IgaXMgcGFydCBvZiB0aGUgTWF5YW4gV29ybGQsIGFuZCBpbiB0aGlzIHRvdXIgd2Ugd2lsbCB2aXNpdCBpdHMgbWFpbiBhcmNoYWVvbG9naWNhbCBzaXRlcy4gSm95YSBkZSBDZXLDqW4gd2FzIGRlY2xhcmVkIGEgV29ybGQgSGVyaXRhZ2UgU2l0ZSBieSBVTkVTQ08gaW4gMTk5MywgYW5kIGl0IGlzIGtub3duIGFzIHRoZSDigJxQb21wZWlpIG9mIHRoZSBBbWVyaWNhc+KAnS4gVGhpcyBhZ3JpY3VsdHVyYWwgY29tbXVuaXR5IHdhcyBidXJpZWQgYnkgdGhlIGFzaGVzIG9mIENhbGRlcmEgVm9sY2FubyBiYWNrIGluIDYwMCBBRC4gVGhhbmtzIHRvIHRoZSBleGNlbGxlbnQgcHJlc2VydmF0aW9uLCB0aGlzIHNpdGUgYWxsb3dzIHVzIHRvIHdpdG5lc3MgdGhlIGV2ZXJ5ZGF5IGxpdmVzIG9mIHRoZSBNZXNvYW1lcmljYW4gYWdyaWN1bHR1cmVzIG9mIHN1Y2ggdGltZSBwZXJpb2QuIFRoZXJlIGlzIGFsc28gYSBjb21wcmVoZW5zaXZlIG11c2V1bSBvbiBzaXRlLg0KDQpXZSB3aWxsIGFsc28gdmlzaXQgVGF6dW1hbCwgYSBjZXJlbW9uaWFsIHNpdGUgd2hpY2ggaGFzIHRoZSBoaWdoZXN0IGtub3duIHB5cmFtaWQgaW4gRWwgU2FsdmFkb3IgKDI0IG1ldGVycykuIFRoZXJlIGlzIGFuIGludGVyZXN0aW5nIGFyY2hhZW9sb2dpY2FsIG11c2V1bSB3aXRoIG1hbnkgamV3ZWxzIGFuZCA0LXNpZGVkIHN0b25lIHNjdWxwdHVyZXMgd2l0aCBlbWJvc3NlZCBmb3VuZCBpbiAxOTQyIGFuZCBkYXRpbmcgODAwIEJDIGFwcHJveC4gV2Ugd2lsbCBhbHNvIHZpc2l0IENhc2FibGFuY2EgKHdoaXRlIGhvdXNlKSBBcmNoYWVvbG9naWNhbCBQYXJrIHdpdGggYSBudW1iZXIgb2YgcHlyYW1pZHMsIGEgbXVzZXVtLCBhbmQgYW4gZXhjaXRpbmcgaW50ZXJhY3RpdmUgZHlpbmcgd29ya3Nob3AgKEluZGlnbykgYSBuYXR1cmFsIGJsdWUgY29sb3JhbnQgZXh0cmFjdGVkIGZyb20gdGhlIHhpcXVpbGl0ZSBwbGFudCBhbmQgdXNlZCBieSB0aGUgTWF5YW5zLiAoR0JSKQ0KCQ0KICAgICAgICAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz5TYW4gU2FsdmFkb3IgQ2l0eSBUb3VyPC9zdHJvbmc+DQoNCkR1cmF0aW9uIG9mIFRvdXI6IDQgaG91cnMgaW4gU2FuIFNhbHZhZG9yDQpEZXBhcnR1cmU6IDguMzBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBFYXN5IA0KUHJpY2UgSW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDctQSANClJlY29tbWVuZGF0aW9ucyANCuKAoglObyBzcGVjaWZpYyByZWNvbW1lbmRhdGlvbnMuDQoNCkRFU0NSSVBUSU9ODQoNClNhbiBTYWx2YWRvciBpcyB0aGUgc2Vjb25kIGxhcmdlc3QgY2l0eSBvZiBDZW50cmFsIEFtZXJpY2Egd2l0aCBhIHBvcHVsYXRpb24gb2YgYWJvdXQgMS44IG1pbGxpb24gcGVvcGxlLiBXZSB3aWxsIHZpc2l0IHRoZSBtYWluIGxhbmRtYXJrcyBvZiB0aGUgY2l0eSBpbmNsdWRpbmcgZG93bnRvd24gd2hlcmUgd2Ugd2lsbCBzZWUgdGhlIE5hdGlvbmFsIFBhbGFjZSwgYSBuZW9jbGFzc2ljIGJ1aWxkaW5nIGJ1aWx0IGluIDE5MDUuIEl0IGhhcyBhIGJlYXV0aWZ1bCBjZW50cmFsIHBhdGlvIGFzIHdlbGwgYXMgbW9yZSB0aGFuIDEwMCByb29tcy4gSXRzIGZpbGVzIGluY2x1ZGUgaW1wb3J0YW50IGRvY3VtZW50cyBmcm9tIHRoZSBjb2xvbmlhbCBwZXJpb2QuIA0KV2Ugd2lsbCBhbHNvIHZpc2l0IHRoZSBNZXRyb3BvbGl0YW4gQ2F0aGVkcmFsIHdoaWNoIHN1YnN0aXR1dGVzIHRoZSBwcmV2aW91cyBlZGlmaWNhdGlvbnMgZGVzdHJveWVkIGJ5IGVhcnRocXVha2VzIG9yIGZpcmVzLiBUaGUgQ2F0aGVkcmFsIGlzIHN1cnByaXNpbmdseSB3aWRlIGFuZCBsYXJnZSAoTmVvLVJvbWFuZXNxdWUgYW5kIEJ5emFudGluZSkgYW5kIGNlbGVzdGlhbCBkcmF3aW5ncyBhcmUgDQpQYWludGVkIG9uIGl0cyBjdXBvbGEuIEluc2lkZSBzdGFuZCBhIHdvb2RlbiBmaWd1cmUgb2YgdGhlIERpdmluZSBTYXZpb3Igb2YgdGhlIFdvcmxkIGFuZCB0aGUgdG9tYiBvZiBBcmNoYmlzaG9wIFJvbWVybywgYSBtYXJ0eXIgYW5kIGFuIGltcG9ydGFudCBmaWd1cmUgZm9yIEVsIFNhbHZhZG9yLiBSb3NhcmlvIGNodXJjaCBpcyBhbHNvIGFuIGludGVyZXN0aW5nIHN0b3AuIFdpdGggaXRzIGJpemFycmUgYnVpbGRpbmcsIGl0IGhvbGRzIHRoZSBncmF2ZSBvZiBGYXRoZXIgSm9zw6kgTWF0w61hcyBEZWxnYWRvLCBhIHZlcnkgaW1wb3J0YW50IGZpZ3VyZSBvZiB0aGUgQ2VudHJhbCBBbWVyaWNhIGluZGVwZW5kZW5jZS4gVGhlbiB3ZSB3aWxsIGFsc28gZHJpdmUgYnkgdGhlIG1haW4gYXZlbnVlcyBhbmQgc3RyZWV0cyB1bnRpbCB3ZSBhcnJpdmUgdG8gYSBsb2NhbCBjcmFmdHMgbWFya2V0IHdoZXJlIHlvdSB3aWxsIGJlIGFibGUgdG8gYnV5IHNvbWUgc291dmVuaXJzLiBGb3IgbHVuY2gsIHdlIHdpbGwgZW5qb3kgdGhlIHdvcmxkIGZhbW91cyBQdXB1c2FzIHdoaWNoIGFyZSB0b3J0aWxsYXMgc3R1ZmZlZCB3aXRoIGNoZWVzZSBvciBjaGVlc2UgYW5kIGJlYW5zIG9yIHBvcmsuICAoR0JSKQ0KDQogIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KVG91ciBTdWNoaXRvdG8gRnJvbSBQdWVydG8gQmFyaWxsYXMNCg0KRnVsbCBEYXkgU3VjaGl0b3RvIHkgU3VjaGl0bMOhbiBMYWtlDQpTdWNoaXRvdG8gY29tZXMgZnJvbSBwcmUtQ29sdW1iaWFuIHRpbWVzIHdoZXJlIHRoZSBTcGFuaXNoIGNvbmN1cnMgaGFkIGEgYmlnIGluZmx1ZW5jZS4gVGhpcyBoYXMgYmVlbiBtdWNoIGNvbnNlcnZlZCBhcyB5b3UgY2FuIHNlZSBkdXJpbmcgYSBjaXR5IHRvdXIgYnkgZm9vdC4gU3VjaGl0b3RvIGhhcyBncmVhdCBjb2xvbmlhbCBjaHVyY2ggU2FudGEgTHVjaWEsIGFydCBnYWxsZXJpZXMgYW5kIGFudGlxdWUgaG91c2VzLiBUaGUgdG93biBpcyBsb2NhdGVkIGF0IHRoZSBmb29kIG9mIExha2UgU3VjaGl0bGFuLCBhIGZvcm1lciByaXZlciB0aGF0IHdhcyBkYW1tZWQgYW5kIGhhcyBhbiBlY29zeXN0ZW0gdGhhdCBvZmZlcnMgbXVjaCBvcm5pdGhvbG9naWNhbCBpbnRlcmVzdCBmb3IgYWJ1bmRhbmNlIGFzIHdlbGwgYXMgZm9yIHRoZSB2YXJpZXR5IG9mIHNwZWNpZXMsIHBlbGljYW5zLCBoZXJvbnMgYW5kIHN0b3Jrcy4gSW5jbHVkZWQgYSBib2F0IHRyaXAgb24gdGhlIGxha2UgYW5kIHZpc2l0IHRvIHRoZSBpc2xhbmQgTG9zIFDDoWphcm9zLiAgKEVTVCkNCg0KICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQpGdWxsIERheSBoaWtlIFNhbnRhIEFuYSBWb2xjYW5vIENlcnJvVmVyZGUNCldlIHdpbGwgc3RhcnQgb3VyIHRyaXAgdG93YXJkcyBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyaywgd2hlcmUgdGhyZWUgdm9sY2Fub2VzIGNvbWUgdG9nZXRoZXI6IEl6YWxjbyBWb2xjYW5vLCBTYW50YSBBbmEgVm9sY2FubyAoYm90aCBvZiB3aGljaCBhY3RpdmUg4oCTIGJ1dCBub3QgZXJ1cHRpbmcpIGFuZCBDZXJybyBWZXJkZSwgYW4gZXh0aW5jdCB2b2xjYW5vLiBUaGUgdm9sY2Fub2VzIGFyZSBsb2NhdGVkIHdpdGhpbiBiZWF1dGlmdWwgc2NlbmVyeSBhbmQgaGF2ZSBhIHdpZGUgYmlvZGl2ZXJzaXR5LiBUaGVyZSBhcmUgbWFueSBzcGVjaWVzIG9mIGFuaW1hbHMgbGl2aW5nIGluc2lkZSB0aGUgcGFyazsgYW1vbmcgdGhlbSBhcmUgbWFueSB0eXBlcyBvZiBodW1taW5nYmlyZHMgYW5kIHRoZSBibGFjayBiaXJkcyBrbm93biBhcyAiY2hhcmEiIHdoaWNoIGZlZWQgb3RoZXIgYmlyZHMgc3VjaCBhcyB0b3VjYW5zLCBkdXJpbmcgdGhlaXIgbWF0aW5nIHNlYXNvbiBBdCBhIDExIGFtICB5b3Ugd2lsbCBoaWtlIHVwIFZvbGNhbm8gSWxhbWF0ZXBlYyAoU2FudGEgQW5hKSAyLDM4MSBtZXRlcnMgYWJvdmUgc2VhIGxldmVsLCB0aGUgdGFsbGVzdCB2b2xjYW5vIGluIEVsIFNhbHZhZG9yLiBUaGUgdm9sY2FubyBoYXMgZm91ciBjcmF0ZXJzIGFuZCBvbmUgb2YgdGhlbSBoZWxkIGEgc3VsZnVyIGxhZ29vbi4gSXQncyBtb3N0IHJlY2VudCBlcnVwdGlvbiB3YXMgb24gdGhlIG1vcm5pbmcgb2YgT2N0b2JlciAxc3QuIDIwMDUuIFRoZSB2b2xjYW5vIGlzIGxvY2F0ZWQgd2l0aGluIHRoZSBoaWxscyBvZiBBcGFuZWNhLCBzdXJyb3VuZGVkIGJ5IGNsb3VkIGZvcmVzdHMsIGluIHJlZ2lvbiBmdWxsIG9mIGNvZmZlZSBwbGFudGF0aW9ucy4gWW91IHdpbGwgaGF2ZSBhIGdyZWF0IHZpZXcgdG8gTGFrZSBDb2F0ZXBlcXVlLCBhIGJlYXV0aWZ1bCwgY2xlYW4sIGFuZCBzcGFya2xpbmcgYmx1ZSBjcmF0ZXItc2hhcGVkIGxha2UuICAoRVNUKQ0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQpGdWxsIERheSBUaGUgRmxvd2VycyBhbmQgQ29mZmVlICBSb3V0ZQ0KVG9kYXkgeW91IHdpbGwgZW5qb3kgYSBmdWxsIGRheSB0b3VyIGJlZ2lubmluZyB3aXRoIHRoZSBjb2xvcmZ1bCB0b3duIG9mIEF0YWNvLiBIZXJlIHlvdSB3aWxsIHZpc2l0IGEgbG9jYWwgY29mZmVlIGZhY3RvcnkgdG8gbGVhcm4gdGhlIHByb2R1Y3Rpb24gcHJvZ3Jlc3MgZnJvbSBncm93aW5nIGFuZCBoYXJ2ZXN0aW5nIHRvIHRoZSBkZWxpY2lvdXMgZmluYWwgcHJvZHVjdC4gDQpUaGlzIGFmdGVybm9vbiB5b3Ugd2lsbCBoYXZlIGF0IHlvdXIgbGVpc3VyZSB0byBleHBsb3JlIHRoZSBiZWF1dGlmdWwgY2l0eSBvZiBBdGFjbyBiZWZvcmUgY29udGludWluZyB0byBOYWh1aXphbGNvLiBBIHNtYWxsIHRvd24gd2l0aCBzdHJvbmcgaW5kaWdlbm91cyByb290cywgTmFodWl6YWNsbyBpcyBrbm93biBmb3IgaXRzIHdpY2tlciBhbmQgZmFtb3VzIGZvciBpdHMgZXZlbmluZyBtYXJrZXQgZGF0aW5nIGZyb20gYW5jaWVudCB0aW1lcy4gIChFU1QpDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCk9ORSBOSUdIVCBTVEFZICBIT1RFTFMgLSBSRUNDT01FTkRFRC0gKFdlIGhhdmUgYWdyZWVtZW50cyB3aXRoIHRoZSBmb2xsb3dpbmcgaG90ZWxzIHNvIHdlIGNhbiBtYWtlIHlvdXIgcmVzZXJ2YXRpb24gZGlyZWN0bHkNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCkVMIENVQ08vIFBMQVlBIExBUyBGTE9SRVMNCkxBUyBGTE9SRVMgUkVTT1JUICYgU1VSRiBDTFVCIEZVTEwgQk9BUkQgICAgDQoNClNVQ0hJVE9UTyAoQ09MT05JQUwgVE9XTikNCkxPUyBBTE1FTkRST1MgREUgU0FOIExPUkVOWk8gKEhPVEVMIEJPVVRJUVVFKQ0KDQpTQU4gU0FMVkFET1INCklOVEVSQ09OVEVOVEFMIEhPVEVMDQpISUxUT04gUFJJTkNFU1MNCiANCg0KTVVMVEkgREFZIFBBQ0tBR0VTDQpNSVggQU5EIE1BVENILi4uIEVpdGhlciB5b3UgY2FuIGdvIGZvciBvbmUgZGF5LCBzdGF5IHRoZSBuaWdodCBvIGNvbnRpbnVlIHRyYXZlbGxpbmcgdGhlIG5leHQgZGF5DQpUcmF2ZWwgZm9yIDEgZGF5LCAxIG5pZ2h0IHVwIHRvIDMgbmlnaHRzIGFuZCBsZWFybiBtb3JlIGFib3V0IEVsIFNhbHZhZG9yLg0KDQpEQVkgMTogVHJhbnNmZXIgZnJvbSBQdWVydG8gQmFyaWxsYXMgdG8gTGEgTGliZXJ0YWQuIFN1cmYgdG91ci4gTG9jYWwgbHVuY2guIFRyYW5zZmVyIHRvIEhvdGVsIGF0IExhIExpYmVydGFkLg0KTG9kZ2luZyBpbiBDYXNhIGRlIE1hciBob3RlbC4gKEwpDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gQ2FzYSBkZSBNYXIgaG90ZWwgd2l0aCBicmVha2Zhc3QsIGJhc2VkIG9uIHN0YW5kYXJkIGRvdWJsZSByb29tLg0K4oCiIEFsbCBQcmljZSBiYXNlZCBvbiBhbGwgUEFYIHRyYXZlbGluZyB0b2dldGhlci4gRXh0cmEgY29zdCBmb3IgZXh0cmEgdHJhbnNmZXJzIGFwcGxpZXMuDQrigKIgUHJpdmF0ZSB2ZWhpY2xlIGZvciBhbGwgdHJpcDogQ29hc3RlciAoMjIgc2VhdHMpOiBGb3IgYWxsIFBBWC4NCuKAoiBFbmdsaXNoIHNwZWFraW5nIGd1aWRlcyBmcm9tIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4NCuKAoiBMb2NhbCBndWlkZSBpbiBMYSBMaWJlcnRhZCBmb3Igc3VyZiB0b3VyLg0K4oCiIDEgbHVuY2ggcGVyIHBlcnNvbi4NCuKAoiBBbGwgZW50cmFuY2UgZmVlcyBhbmQgYWN0aXZpdGllcyBhcmUgaW5jbHVkZWQ6IFN1cmYgdG91ciB3aXRoIGxvY2FsIGd1aWRlLg0K4oCiIEJvdHRsZWQgd2F0ZXIgaW4gdGhlIHZlaGljbGUuDQrigKIgQWxsIGxvY2FsIHRheGVzIGFuZCBmZWVzIGFyZSBpbmNsdWRlZC4NCg0KUHJpY2UgZG9lcyBub3QgaW5jbHVkZToNCuKAoiBTdXJmYm9hcmQuIEV4dHJhIGNvc3QgcGVyIHBlcnNvbiAkMjANCuKAoiBEaW5uZXIuDQrigKIgVHJhdmVsIGluc3VyYW5jZS4NCuKAoiBUaXBzIGZvciBndWlkZSBhbmQgZHJpdmVycy4NCuKAoiBQZXJzb25hbCBleHBlbnNlcy4NCuKAoiBTZXJ2aWNlcyBub3Qgc3BlY2lmaWNhbGx5IG1lbnRpb25lZA0KDQpEQVkgMjogVHJhbnNmZXIgZnJvbSBMYSBMaWJlcnRhZCBIb3RlbC4gUGFub3JhbWljIENpdHkgdG91ciBTYW4gU2FsdmFkb3IuIEpveWEgZGUgQ2VyZW4gQXJjaGFlb2xvZ2ljYWwgc2l0ZS4NCkxvY2FsIGx1bmNoLiBUcmFuc2ZlciB0byBTdWNoaXRvdG8gYW5kIEluZGlnbyBXb3Jrc2hvcC4gVHJhbnNmZXIgdG8gaG90ZWwuIExvZGdpbmcgaW4gTG9zDQpBbG1lbmRyb3MgZGUgU2FuIExvcmVuem8gaG90ZWwgKEIsIEwpDQoNCk1vcm5pbmcgd2Ugd2lsbCBoYXZlIGEgcGFub3JhbWljIGNpdHkgdG91ciBmb3IgU2FuIFNhbHZhZG9yIGNpdHkuIFNhbiBTYWx2YWRvciBpcyB0aGUgc2Vjb25kIGxhcmdlc3QgY2l0eSBvZiBDZW50cmFsIEFtZXJpY2Egd2l0aCBhIHBvcHVsYXRpb24gb2YgYWJvdXQgMS44IG1pbGxpb24gcGVvcGxlLiBUaGVuIHdlIHdpbGwgY29udGludWUgdG8gdGhlIGFyY2hhZW9sb2dpY2FsIHNpdGUgb2YgSm95YSBkZSBDZXLDqW4sIGRlY2xhcmVkIGEgV29ybGQgSGVyaXRhZ2UgU2l0ZSBieSBVTkVTQ08gaW4gMTk5My4gVGhpcyBhZ3JpY3VsdHVyYWwgY29tbXVuaXR5IHdhcyBidXJpZWQgYnkgdGhlIGFzaGVzIG9mIFZvbGNhbm8gQ2FsZGVyYSBiYWNrIGluIDYwMCBBRCBmb3Igd2hpY2ggaXQgaXMgYWxzbyBrbm93biBhcyB0aGUg4oCcUG9tcGVpaSBvZiB0aGUgQW1lcmljYXPigJ0uIEFuZCBhbHRob3VnaCBubyBib2RpZXMgd2VyZSBmb3VuZCwgdGhlcmUgYXJlIHNpZ25zIHRoYXQgaXRzIGluaGFiaXRhbnRzIHJlY2VpdmVkIHByb21wdCB3YXJuaW5nIG9mIHRoZSBlcnVwdGlvbi4gVGhhbmtzIHRvIHRoZSBleGNlbGxlbnQgcHJlc2VydmF0aW9uLCB0aGlzIHNpdGUgYWxsb3dzIHVzIHRvIHdpdG5lc3MgdGhlIGV2ZXJ5ZGF5IGxpdmVzIG9mIHRoZSBNZXNvYW1lcmljYW4gYWdyaWN1bHR1cmVzIG9mIHN1Y2ggdGltZSBwZXJpb2Q7IHdlIGNhbiB3aXRuZXNzIHRoZWlyIGhvbWVzLCBiZWRzLCBjcm9wIGZpZWxkcyBhbmQgZXZlbiBzYXVuYXMuIFRoaXMgbWFrZXMgaXQgYSB1bmlxdWUgcGxhY2Ugd2l0aGluIHRoZSBNYXlhbiBXb3JsZC4gVGhlcmUgaXMgYWxzbyBhIGNvbXByZWhlbnNpdmUgbXVzZXVtIG9uIHNpdGUgd2hlcmUgeW91IGNhbiBzZWUgdGhlIG9sZGVzdCBjYWNhbyBzZWVkcyBrbm93biBpbiB0aGUgd29ybGQuIExvY2FsIEx1bmNoLg0KDQpBZnRlciBsdW5jaCwgdHJhbnNmZXIgdG8gU3VjaGl0b3RvLiBTdWNoaXRvdG8gdG93biBpcyBvbmUgb2YgRWwgU2FsdmFkb3Igb2xkZXN0IGNvbG9uaWFsIHRvd25zLiBJdHMgbmFtZSBtZWFucyB0aGUgcGxhY2Ugb2YgdGhlIEZsb3dlciBCaXJkLiBXZSB3aWxsIHdhbGsgYWxvbmcgdGhlIGNoYXJtaW5nIGNvYmJsZXN0b25lIHN0cmVldHMgc3Vycm91bmRlZCBieSBsb3ZlbHkgb2xkIGNvbG9uaWFsIGhvbWVzLiBTdWNoaXRvdG8gaXMgaG9tZSB0byBTYW50YSBMdWNpYSBDaHVyY2gsIGJ1aWx0IGluIDE4NTMsIG1hamVzdGljYWxseSBzaXR1YXRlZCBpbiB0aGUgdG93bidzIGNlbnRyYWwgc3F1YXJlLg0KDQpXZSB3aWxsIGV4cGVyaWVuY2UgYW4gSW5kaWdvIFdvcmtzaG9wLiBJbmRpZ28gaXMgYSBuYXR1cmFsIGNvbG9yYW50IGV4dHJhY3RlZCBmcm9tIHRoZSBYaXF1aWxpdGUgcGxhbnQuIEl0IHdhcyBhIHZlcnkgaW1wb3J0YW50IGVsZW1lbnQgZm9yIHRoZSBNYXlhbnMgc2luY2UgdGhleSB1c2VkIGl0IGZvciBtYWdpY2FsL3JlbGlnaW91cyByaXR1YWxzLCBhcyBhIG1lZGljYWwgcGxhbnQsIGZvciBwb3R0ZXJ5LCBhbmQgZm9yIHBhaW50aW5nLiBXaGVuIHRoZSBTcGFuaXNoIOKAnENvbnF1aXN0YWRvcmVz4oCdIGFycml2ZWQgdG8gRWwgU2FsdmFkb3IgaW4gMTUyNCwgSW5kaWdvIGJlY2FtZSB0aGUgbmV3IHNvdXJjZSBvZiB3ZWFsdGggaW4gdGhlIHJlZ2lvbi4gUGVkcm8gZGUgQWx2YXJhZG8gbm90aWNlZCBob3cgdGhlIEluZGlhbnMgdXNlZCBzZXZlcmFsIHNoYWRlcyBvZiBibHVlIGluIHRoZWlyIGNsb3RoZXMsIGFuZCBpbiAxNTU4LCB0aGUgSGFic2J1cmcgS2luZyBDaGFybGVzIEkgb3JkZXJlZCB0aGUgdGVycml0b3JpZXMgb2YgR3VhdGVtYWxhIGFuZCBDdXNjYXRsw6FuIChFbCBTYWx2YWRvciksIHRvIHByb2R1Y2UgaW5kaWdvIGZvciBTcGFpbi4gVGhlIGNvbW1lcmNpYWwgcm91dGUgd2FzIHRocm91Z2ggR3JhbmFkYSwgdGhlbiB0byBDYXJ0YWdlbmEgZGUgSW5kaWFzIGZyb20gd2hlcmUgaXQgdHJhdmVsbGVkIHRvIFNwYWluLiBJbiB0aGUgWFZJSSBjZW50dXJ5LCB0aGUgb3VuY2Ugb2YgaW5kaWdvIHdhcyBhcyB2YWx1YWJsZSBhcyBnb2xkLiBFbCBTYWx2YWRvciBpbmRpZ28sIGhhcyBhbHdheXMgYmVlbiByZWNvZ25pemVkIGFzIHRvcCBxdWFsaXR5IHdvcmxkd2lkZS4gV2Ugd2lsbCBsZWFybiB0aGUgcHJvY2VzcyBvZiBpbmRpZ28gYXMgd2VsbCBhcyBhcnQgdGVjaG5pcXVlcyB1c2VkIG9uIGNsb3RoaW5nIGFzIHdlIGV4cGVyaW1lbnQgaW4gZGVzaWduaW5nIG91ciBvd24gc2NhcmYuDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gTG9zIEFsbWVuZHJvcyBkZSBTYW4gTG9yZW56byBob3RlbCB3aXRoIGJyZWFrZmFzdCwgYmFzZWQgb24gc3RhbmRhcmQgZG91YmxlIHJvb20uDQrigKIgQWxsIFByaWNlIGJhc2VkIG9uIGFsbCBQQVggdHJhdmVsaW5nIHRvZ2V0aGVyLiBFeHRyYSBjb3N0IGZvciBleHRyYSB0cmFuc2ZlcnMgYXBwbGllcy4NCuKAoiBQcml2YXRlIHZlaGljbGUgZm9yIGFsbCB0cmlwOiBDb2FzdGVyICgyMiBzZWF0cyk6IEZvciBhbGwgUEFYLg0K4oCiIEVuZ2xpc2ggc3BlYWtpbmcgZ3VpZGVzIGZyb20gTGEgTGliZXJ0YWQgaG90ZWwuDQrigKIgMSBsdW5jaCBwZXIgcGVyc29uLg0K4oCiIEFsbCBlbnRyYW5jZSBmZWVzIGFuZCBhY3Rpdml0aWVzIGFyZSBpbmNsdWRlZDogUGFub3JhbWljIGNpdHkgdG91ciwgSm95YSBkZSBDZXJlbiBhcmNoYWVvbG9naWNhbCBzaXRlLCBpbmRpZ28gd29ya3Nob3AuDQrigKIgQm90dGxlZCB3YXRlciBpbiB0aGUgdmVoaWNsZS4NCuKAoiBBbGwgbG9jYWwgdGF4ZXMgYW5kIGZlZXMgYXJlIGluY2x1ZGVkLg0KDQpQcmljZSBkb2VzIG5vdCBpbmNsdWRlOg0K4oCiIERpbm5lci4NCuKAoiBUcmF2ZWwgaW5zdXJhbmNlLg0K4oCiIFRpcHMgZm9yIGd1aWRlIGFuZCBkcml2ZXJzLg0K4oCiIFBlcnNvbmFsIGV4cGVuc2VzLg0K4oCiIFNlcnZpY2VzIG5vdCBzcGVjaWZpY2FsbHkgbWVudGlvbmVkDQoNCkRBWSAzOiBUcmFuc2ZlciBmcm9tIFN1Y2hpdG90byB0byBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyay4gQ2xpbWIgdGhlIFNhbnRhIEFuYSB2b2xjYW5vLiBMb2NhbCBsdW5jaCBpbg0KQ29hdGVwZXF1ZSBMYWtlLiBUcmFuc2ZlciB0byBGbG93ZXIgUm91dGUuIExvZGdpbmcgaW4gTWlzacOzbiBkZSBBbmdlbGVzIGhvdGVsIChCLCBMKS4NCg0KSW4gdGhlIG1vcm5pbmcgd2Ugd2lsbCBoZWFkIHRvIFZvbGNhbm9lcyBOYXRpb25hbCBQYXJrLCBhIFVORVNDTyBCSU9TUEhFUkUgUkVTRVJWRSB3aGVyZSB0aHJlZSBhbWF6aW5nIHZvbGNhbm9lcyAoSXphbGNvIFZvbGNhbm8sIFNhbnRhIEFuYSBWb2xjYW5vIGFuZCBDZXJybyBWZXJkZSkgZW1icmFjZSBiZWF1dGlmdWwgQ29hdGVwZXF1ZSBMYWtlIHdoaWNoIGZpbGxzIGEgY3JhdGVyIG9mIGFub3RoZXIgdm9sY2Fuby4gSXphbGNvIFZvbGNhbm8gaXMgb25lIG9mIHRoZSB5b3VuZ2VzdCB2b2xjYW5vZXMgaW4gQW1lcmljYSBzaW5jZSBpdCB3YXMgYm9ybiBpbiB0aGUgMTcwMOKAmXMsIHdoZXJlYXMgU2FudGEgQW5hIFZvbGNhbm8gaXMgdGhvdXNhbmRzIG9mIHllYXJzIG9sZC4gSXphbGNvIFZvbGNhbm8gd2FzIGtub3duIGFzIHRoZSDigJxMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmlj4oCdIHNpbmNlIGl0cyBsYXZhIGd1aWRlZCB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gQ29hc3QuIE5vIGxhdmEgaXMgY3VycmVudGx5IGZsb3dpbmcsIGJ1dCBib3RoIHZvbGNhbm9lcyBhcmUgc3RpbGwgYWN0aXZlIHNpbmNlIGNvbnN0YW50IGZ1bWFyb2xlcyBhcmUgcHJlc2VudC4gVm9sY2Fub2VzIE5hdGlvbmFsIFBhcmsgb2ZmZXJzIGFtYXppbmcgaGlraW5nIGFuZCB0cmVra2luZywgaW4gdGhpcyB0cmlwIHdlIHdpbGwgY2xpbWIgdGhlIFNhbnRhIEFuYSB2b2xjYW5vLiBMb2NhbCBMdW5jaCBpbiBDb2F0ZXBlcXVlIExha2UuDQoNCkFmdGVybm9vbiBjb250aW51ZSB0byBGbG93ZXIgUm91dGUgZm9yIGxvZGdpbmcuDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gTWlzacOzbiBkZSBBbmdlbGVzIGhvdGVsIHdpdGggYnJlYWtmYXN0LCBiYXNlZCBvbiBzdGFuZGFyZCBkb3VibGUgcm9vbS4NCuKAoiBBbGwgUHJpY2UgYmFzZWQgb24gYWxsIFBBWCB0cmF2ZWxpbmcgdG9nZXRoZXIuIEV4dHJhIGNvc3QgZm9yIGV4dHJhIHRyYW5zZmVycyBhcHBsaWVzLg0K4oCiIFByaXZhdGUgdmVoaWNsZSBmb3IgYWxsIHRyaXA6IENvYXN0ZXIgKDIyIHNlYXRzKTogRm9yIGFsbCBQQVguDQrigKIgRW5nbGlzaCBzcGVha2luZyBndWlkZXMgZnJvbSBTdWNoaXRvdG8gaG90ZWwuDQrigKIgMSBsdW5jaCBwZXIgcGVyc29uLg0K4oCiIEFsbCBlbnRyYW5jZSBmZWVzIGFuZCBhY3Rpdml0aWVzIGFyZSBpbmNsdWRlZDogVm9sY2Fub2VzIE5hdGlvbmFsIFBhcmssIENsaW1iIHRoZSBTYW50YSBBbmEgdm9sY2Fuby4NCuKAoiBCb3R0bGVkIHdhdGVyIGluIHRoZSB2ZWhpY2xlLg0K4oCiIEFsbCBsb2NhbCB0YXhlcyBhbmQgZmVlcyBhcmUgaW5jbHVkZWQuDQoNClByaWNlIGRvZXMgbm90IGluY2x1ZGU6DQrigKIgRGlubmVyLg0K4oCiIFRyYXZlbCBpbnN1cmFuY2UuDQrigKIgVGlwcyBmb3IgZ3VpZGUgYW5kIGRyaXZlcnMuDQrigKIgUGVyc29uYWwgZXhwZW5zZXMuDQrigKIgU2VydmljZXMgbm90IHNwZWNpZmljYWxseSBtZW50aW9uZWQNCg0KREFZIDQ6IENvZmZlZSB0b3VyLiBaaXBsaW5lLiBMb2NhbCBsdW5jaC4gUmV0dXJuIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4gKEIsIEwpDQoNClRoZSBGbG93ZXIgUm91dGUsIGEgY29mZmVlIHBsYW50YXRpb24gYXJlYSBpbiBXZXN0ZXJuIEVsIFNhbHZhZG9yLCBpcyBjb25zaXN0cyBvZiA0IG1haW4gdG93bnMgYW5kIGhhcyBjb21mb3J0YWJsZSB3ZWF0aGVyIGR1ZSB0byB0aGUgYWx0aXR1ZGUuIFRoZSB0b3ducyBhcmUgTmFodWl6YWxjbywgSnVheXVhLCBBcGFuZWNhLCBhbmQgQXRhY28uIFRoZSByZWdpb24gb2ZmZXJzIGFtYXppbmcgdmlld3Mgb2YgbW91bnRhaW5zIGFuZCB2b2xjYW5vZXMgYW5kIG9mZmVycyBjcmFmdHMsIGNvZmZlZSB0b3VycywgY2hhcm1pbmcgdG93bnMsIG1hcmtldHMsIGFuZCBhZHZlbnR1cmUgb3B0aW9ucy4NCg0KV2Ugd2lsbCB2aXNpdCBhIGNvZmZlZSBwbGFudGF0aW9uIGFuZCBpZiB0aGUgdG91ciB0YWtlcyBwbGFjZSB3aXRoaW4gY29mZmVlIHNlYXNvbiAoREVDLU1BUiksIHRyYXZlbGVycyB3aWxsIGJlIGFibGUgdG8gY29sbGVjdCBjb2ZmZWUgdGhlbXNlbHZlcyBhbG9uZyB3aXRoIHRoZSBsb2NhbHMuIEFmdGVyIHRoaXMgZXhwZXJpZW5jZSwgYSBsb2NhbCBndWlkZSB3aWxsIGV4cGxhaW4gZWFjaCBzdGVwIG9mIHRoZSBjb2ZmZWUgcHJvY2VzcyBhdCB0aGUgbWlsbCwgZmluaXNoaW5nIGJ5IHRhc3RpbmcgYSBkZWxpY2lvdXMgY3VwIG9mIGNvZmZlZS4NCg0KVGhlbiB3ZSB3aWxsIGVuam95IGEgemlwbGluZSB0b3VyIGFuZCB0aGVuIHdlIGhhdmUgYSBsb2NhbCBsdW5jaC4gQWZ0ZXJub29uIHRyYW5zZmVyIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4NCg0KRU5EIE9GIFNFUlZJQ0VTDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIEFsbCBQcmljZSBiYXNlZCBvbiBhbGwgUEFYIHRyYXZlbGluZyB0b2dldGhlci4gRXh0cmEgY29zdCBmb3IgZXh0cmEgdHJhbnNmZXJzIGFwcGxpZXMuDQrigKIgUHJpdmF0ZSB2ZWhpY2xlIGZvciBhbGwgdHJpcDogQ29hc3RlciAoMjIgc2VhdHMpOiBGb3IgYWxsIFBBWC4NCuKAoiBFbmdsaXNoIHNwZWFraW5nIGd1aWRlcyBmcm9tIEZsb3dlciBSb3V0ZSBob3RlbC4NCuKAoiAxIGx1bmNoIHBlciBwZXJzb24uDQrigKIgQWxsIGVudHJhbmNlIGZlZXMgYW5kIGFjdGl2aXRpZXMgYXJlIGluY2x1ZGVkOiBDb2ZmZWUgdG91ciBhbmQgemlwbGluZS4NCuKAoiBCb3R0bGVkIHdhdGVyIGluIHRoZSB2ZWhpY2xlLg0K4oCiIEFsbCBsb2NhbCB0YXhlcyBhbmQgZmVlcyBhcmUgaW5jbHVkZWQuDQoNClByaWNlIGRvZXMgbm90IGluY2x1ZGU6DQrigKIgRGlubmVyLg0K4oCiIFRyYXZlbCBpbnN1cmFuY2UuDQrigKIgVGlwcyBmb3IgZ3VpZGUgYW5kIGRyaXZlcnMuDQrigKIgUGVyc29uYWwgZXhwZW5zZXMuDQrigKIgU2VydmljZXMgbm90IHNwZWNpZmljYWxseSBtZW50aW9uZWQNCg0KTk9URVM6DQrigKIgSG90ZWxzIGFyZSBub3QgY29uZmlybWVkLg0K4oCiIFdlIHJlc2VydmUgdGhlIHJpZ2h0IHRvIG1ha2UgY2hhbmdlcyBpbiB0aGUgaXRpbmVyYXJ5IGR1ZSB0byBzaXR1YXRpb25zIGJleW9uZCBvdXIgY29udHJvbC4NCuKAoiBJbmRpZ28gcHJvY2VzcyBpcyBzZWFzb25hbDogSnVuZSB0byBOb3ZlbWJlci4gQnV0IEluZGlnbyB3b3Jrc2hvcCAoZHllKSBjYW4gYmUgZG9uZSBhbGwgeWVhci4NCuKAoiBDb2ZmZWUgTWlsbCB0b3VyIG1heSBiZSBkb25lIGFsbCB5ZWFyOiBGcm9tIERlY2VtYmVyIHRvIE1heSB5b3Ugd2lsbCBiZSBhYmxlIHRvIHNlZSBpdCBvcGVyYXRpbmcuIChHQlIp', 'PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+', 0),
(494, 114, 0, '2016-05-30 06:32:56', 'original_id', '', 0, '153', '', 0),
(495, 115, 0, '2016-06-19 16:11:10', 'title', 'base64', 1, 'TE9ER0U=', 'QUxPSkFNSUVOVE8=', 1),
(496, 115, 0, '2016-06-19 16:11:10', 'body', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBY2NvbW1vZGF0aW9uIGlzwqByZWFkeSBmb3IgY2hlY2sgaW4gYXQgM3BtIGFuZCBjaGVjayBvdXQgaXMgMTJwbS4gQnV0IHlvdSBjYW4gZW5qb3kgdGhlIHByb3BlcnR5IHN0YXJ0aW5nIGF0IDczMGFtLiBDb25zaWRlciBzdGF5aW5nIGEgbWluaW11bSBvZiB0d28gbmlnaHRzIG5pZ2h0cyB0byBlbmpveSBhbGwgUHVlcnRvIEJhcmlsbGFzIGhhcyB0byBvZmZlciBhbmQgdG8gdGFrZSBhZHZhbnRhZ2Ugb2YgdGhlIG1hbnkgZnVuIGFjdGl2aXRpZXMgaW4gdGhlIEppcXVpbGlzY28gQmF5IGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGFyZWEuDQoNClJhdGVzIGFyZSBhcyBmb2xsb3c6DQoNClRSRUVIT1VTRVMgKE1heCBPY2N1cGFuY3kgMyBwZW9wbGUpDQpMT1cgU0VBU09ODQokOTUuMDAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb24gKDEgbW9yZSBwZXJzb24gT05MWSk6ICQxMC4wMA0KDQpISUdIIFNFQVNPTg0KJDExOC4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uICgxIG1vcmUgcGVyc29uIE9OTFkpOiAkMTAuMDANCg0KQVBBUlRNRU5UUw0KDQo8c3Ryb25nPkxPVyBTRUFTT048L3N0cm9uZz4NCjIgQmVkcm9vbSBBcGFydG1lbnRzLSBNYXhpbXVtIE9jY3VwYW5jeSA2IHBlb3BsZQ0KJDE5OS4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uOiQxMC4wMCAodXAgdG8gMiBPTkxZLCBtYXhpbXVtIG9jY3VwYW5jeTogOCkNCg0KSElHSCBTRUFTT04NCjIgQmVkcm9vbSBBcGFydG1lbnQtIE1heGltdW0gT2NjdXBhbmN5IDYgcGVvcGxlDQokMjM2LjAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCAodXAgdG8gMiBvbmx5LCBtYXhpbXVtIG9jY3VwYW5jeSA4IHBlb3BsZSkNCg0KSElHSCBTRUFTT046IFNlbWFuYSBTYW50YSwgMS03dGggb2YgQXVndXN0LCBEZWNlbWJlciAyNnRoLSBKYW51YXJ5IDN0aA0KDQpQcmljZXMgaW5jbHVkZSBicmVha2Zhc3QgKHR5cGljYWwgb3IgcGFuY2FrZXMpIGFuZCB0YXhlcyAoMTMlIElWQSBhbmQgNSUgdG91cmlzbSkNCg0KQ2FuY2VsYXRpb24gcGVuYWx0eQ0KMC0zIGRheXMgcHJpb3IgdG8gYXJyaXZhbCwgbm9uIHJlZnVuZGFibGUNCkhJR0ggU0VBU09OOiBOT05SRUZVTkRBQkxFDQpGb3Igc2VjdXJpdHkgcmVhc29ucywgYWxsIGxvZGdpbmcgaGFzIGEgbWF4aW11bSBjYXBhY2l0eS4gUGxlYXNlIG5vdGUgdGhhdCB3ZSB3aWxsIG5vdCBhY2NlcHQgYW55IGFkZGl0aW9uYWwgcGVyc29uIG9uIGEgbG9kZ2luZy4gTm8gcmVmdW5kcyBhbGxvd2VkLg0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw==', 'wqFQdWVydG8gQmFyaWxsYXMgZXMgbGEgYmFzZSBwZXJmZWN0YSBwYXJhIGV4cGxvcmFyIGxhIEJhaGlhIGRlIEppcXVpbGlzY28hwqAgT2ZyZWNlbW9zIDQgw6l4b3RpY2FzwqAgY2FzYXMgZGUgw6FyYm9sIHkgNiBjw7Ntb2RvcyBhcGFydGFtZW50b3MgcXVlIHNlIGludGVncmFuIGEgbGEgbmF0dXJhbGV6YS7CoCBMYXMgaW5zdGFsYWNpb25lcyBzZSBlbmN1ZW50cmFuIGVzcGFyY2lkYXMgZW4gdW4gYm9zcXVlIHJvZGVhZG8gZGUgcGFsbWVyYXMgeSDDoXJib2xlcyBkZSBjYWNhby4NCg0KQnJpbmRhbW9zIHNlZ3VyaWRhZCwgcHJpdmFjaWRhZCwgY29tb2RpZGFkIHkgdHJhbnF1aWxpZGFkLsKgIE5vcyBlc2ZvcnphbW9zIGVuIHF1ZSBzdSBzaW50b25pYSBjb24gbGEgbmF0dXJhbGV6YSBzZWEgYWNvbXBhw7FhZGEgZGUgdW4gYnVlbiBkb3JtaXIsIGNvbiB1bmEgYnVlbmEgY2FtYSB5IHJpY2FzIHPDoWJhbmFzIGRlIHByaW1lcmEgY2xhc2UuDQoNCkRpc2ZydXRlIGRlIGVzdGUgcmVtYW5zbyBkZSBwYXogZG9uZGUgY2FkYSBkw61hIGVzIHVuYSAibm9jaGUgeSBtYcOxYW5hIG3DoWdpY2EiIGNvbiBsb3MgY2FudG9zIGRlIGxvcyBww6FqYXJvcyB5IGRpc2ZydXRlIGRlIGxhIGltcHJlc2lvbmFudGUgdmlzdGEgZGUgbGFzIHBsYW50YWNpb25lcyBkZSBsb3MgYWxyZWRlZG9yZXMuDQoNClRvZG9zIG51ZXN0cm9zIHByZWNpb3Mgc29uIHBvciBhbG9ham1pZW50b8KgIGEgbWVub3MgcXVlIHNlIGluZGlxdWUgbG8gY29udHJhcmlvLCB5IHNvbG8gbGFzIGNhc2FzIGRlIMOhcmJvbCBpbmNsdXllbiBkZXNheXVuby4gUGFyYSBvZmVydGFzIGFjdHVhbGVzLCBwb3IgZmF2b3IgY29uc3VsdGUgbnVlc3RyYSBww6FnaW5hIGRlIEZhY2Vib29rwqAgbyBpciBhIFJlc2VydmFyLsKgIFVzdGVkIHBvZHLDoSBoYWNlciBzdSByZXNlcnZhIGVuIGxpbmVhLg0KDQpOdWVzdHJhIHRhcmlmYXMgc29uIHByZWNpb3MgcG9yIGhhYml0YWNpw7NuIHBvciBub2NoZS4NCg0KQ29udGFtb3MgY29uIGRvcyB0aXBvcyBkZSBhbG9qYW1pZW50bzoNCg0KQ0FTQSBERSDDgVJCT0wNCg0KQ2FzYXMgZGUgw4FyYm9sLCDCoHBhcmEgdW5hIG9jdXBhY2nDs24gbcOheGltYSBkZSAzIHBlcnNvbmFzLsKgIFRpZW5lIHVuYSBoYWJpdGFjacOzbiBjb24gY2FtYSBtYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBhaXJlIGFjb25kaWNpb25hZG8gKEludmVydGVyKSB5IGFndWEgY2FsaWVudGUuwqAgRW4gbGEgcHJpbWVyYSBwbGFudGEgdGllbmUgw6FyZWEgc29jaWFsLsKgIFRvZGFzIGxhcyBjYXNhcyBkZSDDoXJib2wgY3VlbnRhbiBjb24gdW5hIGJhcmJhY29hIGEgZ2FzLg0KDQombmJzcDsNCg0KTG9zIHByZWNpb3Mgc29uIGxvcyBzaWd1aWVudGVzLCBpbmNsdXllbiBkZXNheXVubyBlIGltcHVlc3Rvcyk6DQoNCjxzdHJvbmc+VGVtcG9yYWRhIEJhamE8L3N0cm9uZz4NCjEtMyBwZXJzb25hcy4uLi4uLi4uLi4uLi4uLi4uLi4uLi4kOTUuMDAgaW5jbHV5ZSBkZXNheXVubyBlIGltcHVlc3RvcyAoMTMlIElWQSArIDUlIHR1cmlzbW8pDQoxIFBlcnNvbmEgYWRpY2lvbmFsIGVzIHBlcm1pdGlkYTogJDEwLjAwIGFkaWNpb25hbGVzIChpbmNsdXllIGRlc2F5dW5vKQ0KDQo8c3Ryb25nPlRlbXBvcmFkYSBBbHRhOjwvc3Ryb25nPg0KMS0zIHBlcnNvbmFzLi4uLi4uLi4uLi4uLi4uLi4uLi4kMTE4LjAwIGluY2x1eWUgZGVzYXl1bm8gZSBpbXB1ZXN0b3MgKDEzJSBJVkEgKyA1JSB0dXJpc21vKQ0KMSBQZXJzb25hIGFkaWNpb25hbCBlcyBwZXJtaXRpZGEgJDEwLjAwIGFkaWNpb25hbGVzIChpbmNsdXllIGRlc2F5dW5vKQ0KDQpUZW1wb3JhZGEgQWx0YTogU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLCAyNiBkZSBEaWNpZW1icmUtIDUgZGUgRW5lcm8NCg0KUG9yIHNlZ3VyaWRhZCwgZmF2b3IgdG9tYXIgbm90YSBxdWUgZWwgbcOheGltbyBkZSBwZXJzb25hcyBwZXJtaXRpZGFzIGVuIHVuIGNhc2EgZGUgw6FyYm9sIGVzIGRlIDQgcGVyc29uYXMsIGluY2x1eWVuZG8gbmnDsW9zLiBEZSBsbGV2YXIgbcOhcyBwZXJzb25hcywgdGVuZHLDoSBxdWUgYWRxdWlyaXIgb3RybyBhbG9qYW1pZW50by4gRGUgbm8gZXN0YXIgZGlzcG9uaWJsZSwgc2VudGltb3MgbXVjaG8gcXVlIG5vIHBvZHJlbW9zIG90b3JnYXIgYWxvamFtaWVudG8gKG5pIHBhZ2FuZG8pLiBObyBoYWJyw6EgZGV2b2x1Y2nDs24uDQoNCkFQQVJUQU1FTlRPUw0KDQpBcGFydGFtZW50b3MsIMKgcGFyYSDCoHVuYSBvY3VwYWNpw7NuIG3DoXhpbWEgZGXCoCA2IHBlcnNvbmFzIC4gwqBDdWVudGEgY29uIGRvcyBoYWJpdGFjaW9uZXM6IHVuYSBlbiBsYSBwbGFudGEgYmFqYSBjb24gY2FtYSBtYXRyaW1vbmlhbCB5IGNhbWFyb3RlLCBzb2bDoSBjYW1hIGVuIGxhIHNhbGEsIHkgZW4gbGEgcGxhbnRhIGFsdGEgb3RyYSBoYWJpdGFjacOzbiBjb24gY2FtYSBtYXRyaW1vbmlhLCBkb3MgYmHDsW9zIGNvbiBhZ3VhIGNhbGllbnRlLCBhaXJlIGFjb25kaWNpb25hZG8geSBlcXVpcGFkb3MgY29uIGNvY2luYSBkZSBob3JubywgcmVmcmlnZXJhZG9yYSwgbGF2YXRyYXN0b3MsIGFsYWNlbmEgY29uIHV0ZW5zaWxpb3MgZGUgY29jaW5hIHkgYmFyYmFjb2EgYSBnYXMuDQoNCkxvcyBwcmVjaW9zIHNvbiBsb3Mgc2lndWllbnRlcywgaW5jbHV5ZW4gaW1wdWVzdG9zIHkgZGVzYXl1bm9zOg0KPHN0cm9uZz5UZW1wb3JhZGEgQmFqYSA8L3N0cm9uZz4NCjEtNiBwZXJzb25hcy4uLi4uLi4uLi4uLi4uLi4uLi4uLi4kIDE5OS4wMCBpbmNsdXllIGltcHVlc3RvcyAoMTMlIElWQSArIDUlIHR1cmlzbW8pDQpQZXJzb25hIGFkaWNpb25hbDogJDEwLjAwICgyIHNvbGFtZW50ZSkNCg0KPHN0cm9uZz5UZW1wb3JhZGEgQWx0YTwvc3Ryb25nPg0KMS02IHBlcnNvbmFzLi4uLi4uLi4uLi4uLi4uLi4uLi4uLiQgMjM2LjAwIGluY2x1eWUgaW1wdWVzdG9zICgxMyUgSVZBICs1JSB0dXJpc21vKQ0KUGVyc29uYSBBZGljaW9uYWw6ICQxMC4wMCAoMiBzb2xhbWVudGUpDQoNCkZhdm9yIHRvbWFyIG5vdGEgcXVlIG5vIGFjZXB0YXJlbW9zIG3DoXMgZGUgOCBwZXJzb25hcyBlbiBsb3MgYXBhcnRhbWVudG9zIGRlYmlkbyBhIHJhem9uZXMgZGUgc2VndXJpZGFkLsKgIExvcyBhcGFydGFtZW50b3MgdGllbmVuIGxhIGNhcGFjaWRhZCBtw6F4aW1hIHBhcmEgOCBwZXJzb25hcy4NCg0KQXBhcnRhbWVudG8geSBDYXNhIGRlIMOhcmJvbCBDaGVjayBpbjogMzowMCBQTQ0KDQpBcGFydGFtZW50byB5IENhc2EgZGUgw6FyYm9sIMKgQ2hlY2sgb3V0OiAxMjowMCBNDQoNClBhcmEgcmVzZXJ2YXI6DQpQdWVkZSBoYWNlcmxvIGEgdHJhdsOpcyBkZSBudWVzdHJhIHDDoWdpbmEgd2ViIChSRVNFUlZBUikgZW4gZWwgbWVuw7ogbyBwdWVkZSBsbGFtYXJub3MgZGlyZWN0YW1lbnRlIGFsIDUwMy0yNjc1LTExMzEuDQoNCiZuYnNwOw0KDQombmJzcDsNCg0KJm5ic3A7DQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIj48aW1nIGNsYXNzPSJ3cC1pbWFnZS0yMDEgYWxpZ25ub25lIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbG9kZ2UuanBnIiBhbHQ9IkxvZGdlIGluIFB1ZXJ0byBCYXJpbGxhcyIgd2lkdGg9IjE1NiIgaGVpZ2h0PSIyMTUiIC8+PC9hPg0KDQpMYXMgaGFiaXRhY2lvbmVzIGVzdMOhbiBsaXN0YXMgcGFyYSBlbCByZWdpc3RybyBhIGxhcyAzIHBtIHkgZWwgY2hlY2sgb3V0IGVzIGEgbGFzIDEyOjAwcC5tLg0KDQpQb2xpdGljYXMgZGUgQ2FuY2VsYWNpw7NuOg0KMC0zIGRpYXMgYW50ZXMgZGUgbGxlZ2FkYSAtIG5vIHJlZW1ib2xzYWJsZQ0KDQpUZW1wb3JhZGEgQWx0YS0gTm8gcmVlbWJvbHNhYmxlDQoNClNhYmVtb3MgcXVlIGEgdmVjZXMgcXVlIGEgdmVjZXMgaGF5IGVtZXJnZW5jaWFzLCBzaW4gZW1iYXJnbyBub3MgdGVuZW1vcyBxdWUgbWFudGVuZXIgY29uIGxhcyBwb2xpdGljYXMuwqAgU2kgdXN0ZWQgaGl6byBsYSByZXNlcnZhIGEgdHJhdmVzIG51ZXN0cm8geSB0aWVuZSB1biBlbWVyZ2VuY2lhLCBkZWJlcsOhIG1hbmRhciB1bmEgY2FydGEgZGVsIG3DqWRpY28gY2VydGlmaWNhZGEuwqAgUmVjYXJnbyBjb24gY2FydGE7ICQyNS4wMA0KDQpTaSBzdSByZXNlcnZhIGhhIHNpZG8gaGVjaGEgYSB0cmF2ZXMgZGUgdW4gcHJvdmVlZG9yLCBsYXMgcG9saXRpY2FzIHNlIG1hbnRlbmRyw6FuIHRhbCBjdWFsIGVzdGFuIGVzY3JpdGFzIGNvbiBlbCBwcm92ZWVkb3IgY29uIGVsIGN1YWwgaGl6byBzdSByZXNlcnZhLg0KDQpTaW4gZW1iYXJnbywgcHVlZGUgZGlzZnJ1dGFyIGRlIGxhcyBpbnN0YWxhY2lvbmVzIGEgcGFydGlyIGRlIGxhcyA3OjMwIGguwqAgZWwgZGlhIGRlIGxsZWdhZGEuIENvbnNpZGVyZSBsYSBwb3NpYmlsaWRhZCBkZSBwZXJtYW5lY2VyIHVuIG3DrW5pbW8gZGUgZG9zIG5vY2hlcyBub2NoZXMgcGFyYSBkaXNmcnV0YXIgZGUgdG9kbyBsbyBxdWUgUHVlcnRvIEJhcmlsbGFzIHRpZW5lIHF1ZSBvZnJlY2VyIHkgdG9tYXIgdmVudGFqYSBkZSByZWFsaXphciBsYXMgYWN0aXZpZGFkZXMgZGl2ZXJ0aWRhcyBlbiBsYSBCYWjDrWEgZGUgSmlxdWlsaXNjbyB5wqAgdmlzaXRhciBsYSB6b25hIGRlIEhhY2llbmRhIExhIENhcnJlcmEuDQoNClBhcmEgTcOhcyBJbmZvcm1hY2nDs24gYWNlcmNhIGRlbCBhbG9qYW1pZW50bywgdmlzaXRlOg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9hcGFydG1lbnRzLyI+QXBhcnRhbWVudG9zPC9hPiBhbmQgPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS90cmVlaG91c2VzLyI+Q2FzYSBkZSDDgXJib2w8L2E+DQoNCiZuYnNwOw0KDQombmJzcDs=', 1),
(497, 115, 0, '2016-06-19 16:11:10', 'excerpt', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd', '', 1),
(498, 115, 0, '2016-06-19 16:11:10', 'original_id', '', 0, '63', '', 1),
(499, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_title', 'base64', 1, 'bG9kZ2UgRWwgU2FsdmFkb3I=', '', 1),
(500, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_title-name', '', 0, '_yoast_wpseo_title', '', 1),
(501, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_title-type', '', 0, 'custom_field', '', 1),
(502, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metadesc', 'base64', 1, 'TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l', '', 1),
(503, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metadesc-name', '', 0, '_yoast_wpseo_metadesc', '', 1),
(504, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metadesc-type', '', 0, 'custom_field', '', 1),
(505, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metakeywords', 'base64', 1, 'TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==', '', 1),
(506, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metakeywords-name', '', 0, '_yoast_wpseo_metakeywords', '', 1),
(507, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_metakeywords-type', '', 0, 'custom_field', '', 1),
(508, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_focuskw', 'base64', 1, 'TG9kZ2UgRWwgU2FsdmFkb3I=', '', 1),
(509, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_focuskw-name', '', 0, '_yoast_wpseo_focuskw', '', 1),
(510, 115, 0, '2016-06-19 16:11:10', 'field-_yoast_wpseo_focuskw-type', '', 0, 'custom_field', '', 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_translate_job`
--

CREATE TABLE `wp_icl_translate_job` (
  `job_id` bigint(20) UNSIGNED NOT NULL,
  `rid` bigint(20) UNSIGNED NOT NULL,
  `translator_id` int(10) UNSIGNED NOT NULL,
  `translated` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `manager_id` int(10) UNSIGNED NOT NULL,
  `revision` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_translate_job`
--

INSERT INTO `wp_icl_translate_job` (`job_id`, `rid`, `translator_id`, `translated`, `manager_id`, `revision`) VALUES
(1, 1, 1, 1, 1, 1),
(2, 2, 1, 1, 1, 1),
(3, 3, 1, 1, 1, NULL),
(4, 4, 1, 1, 1, NULL),
(5, 5, 1, 1, 1, 1),
(6, 6, 1, 1, 1, 1),
(7, 7, 1, 1, 1, NULL),
(8, 8, 1, 1, 1, NULL),
(9, 6, 1, 1, 1, NULL),
(10, 9, 1, 1, 1, NULL),
(11, 10, 1, 1, 1, NULL),
(12, 11, 1, 1, 1, 1),
(13, 12, 1, 1, 1, 1),
(14, 13, 1, 1, 1, 1),
(15, 14, 1, 1, 1, 1),
(16, 15, 1, 1, 1, 1),
(17, 16, 1, 1, 1, NULL),
(18, 17, 1, 1, 1, 1),
(19, 18, 1, 1, 1, NULL),
(20, 19, 1, 1, 1, NULL),
(21, 20, 1, 1, 1, 1),
(22, 21, 1, 1, 1, 1),
(23, 22, 1, 1, 1, 1),
(24, 23, 1, 1, 1, 1),
(25, 24, 1, 1, 1, 1),
(26, 25, 1, 1, 1, 1),
(27, 26, 1, 1, 1, 1),
(28, 27, 1, 1, 1, NULL),
(29, 28, 1, 1, 1, 1),
(30, 29, 1, 1, 1, NULL),
(31, 30, 1, 1, 1, 1),
(32, 31, 1, 1, 1, 1),
(33, 32, 1, 1, 1, 1),
(34, 33, 1, 1, 1, NULL),
(35, 34, 1, 1, 1, NULL),
(36, 35, 1, 1, 1, 1),
(37, 36, 1, 1, 1, 1),
(38, 37, 1, 1, 1, 1),
(39, 38, 1, 1, 1, 1),
(40, 39, 1, 1, 1, 1),
(41, 11, 1, 1, 1, 2),
(42, 23, 1, 1, 1, NULL),
(43, 26, 1, 1, 1, 2),
(44, 11, 1, 1, 1, 3),
(45, 1, 1, 1, 1, 2),
(46, 32, 1, 0, 1, NULL),
(47, 11, 1, 1, 1, 4),
(48, 11, 1, 1, 1, NULL),
(49, 1, 1, 1, 1, 3),
(50, 30, 1, 1, 1, 2),
(51, 20, 1, 0, 1, NULL),
(52, 35, 1, 1, 1, NULL),
(53, 17, 1, 1, 1, 2),
(54, 13, 1, 1, 1, 2),
(55, 39, 1, 1, 1, NULL),
(56, 22, 1, 1, 1, NULL),
(57, 26, 1, 1, 1, 3),
(58, 26, 1, 1, 1, 4),
(59, 26, 1, 1, 1, 5),
(60, 25, 1, 0, 1, NULL),
(61, 24, 1, 1, 1, NULL),
(62, 36, 1, 0, 1, NULL),
(63, 2, 1, 1, 1, 2),
(64, 40, 1, 1, 1, 1),
(65, 41, 0, 0, 1, NULL),
(78, 1, 1, 1, 1, NULL),
(67, 43, 0, 0, 1, NULL),
(68, 44, 0, 0, 1, NULL),
(69, 45, 0, 0, 1, NULL),
(70, 46, 0, 0, 1, NULL),
(71, 47, 0, 0, 1, NULL),
(72, 40, 1, 1, 1, 2),
(73, 40, 1, 1, 1, 3),
(74, 40, 1, 1, 1, NULL),
(75, 48, 1, 1, 1, NULL),
(76, 49, 1, 1, 1, NULL),
(79, 51, 1, 1, 1, NULL),
(80, 17, 1, 0, 1, NULL),
(81, 2, 1, 1, 1, NULL),
(82, 15, 1, 1, 1, 2),
(83, 52, 0, 0, 1, NULL),
(84, 38, 1, 1, 1, 2),
(85, 14, 1, 1, 1, NULL),
(86, 38, 1, 1, 1, NULL),
(87, 12, 1, 0, 1, NULL),
(88, 53, 1, 1, 1, 1),
(89, 53, 1, 0, 1, NULL),
(90, 21, 1, 1, 1, 2),
(91, 21, 1, 1, 1, 3),
(92, 21, 1, 0, 1, NULL),
(93, 26, 1, 1, 1, NULL),
(94, 15, 1, 1, 1, 3),
(95, 28, 1, 0, 1, NULL),
(96, 15, 1, 1, 1, 4),
(97, 54, 1, 1, 1, NULL),
(98, 13, 1, 1, 1, NULL),
(99, 31, 1, 1, 1, 2),
(100, 31, 1, 1, 1, 3),
(101, 31, 1, 1, 1, 4),
(102, 31, 1, 1, 1, NULL),
(103, 30, 1, 0, 1, NULL),
(104, 15, 1, 1, 1, 5),
(105, 55, 1, 1, 1, 1),
(106, 15, 1, 1, 1, NULL),
(107, 55, 1, 0, 1, NULL),
(108, 56, 1, 1, 1, 1),
(109, 56, 1, 1, 1, 2),
(110, 56, 1, 1, 1, 3),
(111, 56, 1, 1, 1, NULL),
(112, 5, 1, 0, 1, NULL),
(113, 57, 1, 1, 1, NULL),
(114, 37, 1, 0, 1, NULL),
(115, 58, 1, 1, 1, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_translations`
--

CREATE TABLE `wp_icl_translations` (
  `translation_id` bigint(20) NOT NULL,
  `element_type` varchar(36) NOT NULL DEFAULT 'post_post',
  `element_id` bigint(20) DEFAULT NULL,
  `trid` bigint(20) NOT NULL,
  `language_code` varchar(7) NOT NULL,
  `source_language_code` varchar(7) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_translations`
--

INSERT INTO `wp_icl_translations` (`translation_id`, `element_type`, `element_id`, `trid`, `language_code`, `source_language_code`) VALUES
(1, 'post_displayed_gallery', 266, 266, 'en', NULL),
(2, 'post_displayed_gallery', 304, 304, 'en', NULL),
(3, 'post_displayed_gallery', 323, 323, 'en', NULL),
(4, 'post_displayed_gallery', 435, 435, 'en', NULL),
(5, 'post_displayed_gallery', 436, 436, 'en', NULL),
(6, 'post_display_type', 184, 184, 'en', NULL),
(7, 'post_display_type', 185, 185, 'en', NULL),
(8, 'post_display_type', 186, 186, 'en', NULL),
(9, 'post_display_type', 187, 187, 'en', NULL),
(10, 'post_display_type', 188, 188, 'en', NULL),
(11, 'post_display_type', 189, 189, 'en', NULL),
(12, 'post_display_type', 190, 190, 'en', NULL),
(13, 'post_gal_display_source', 172, 172, 'en', NULL),
(14, 'post_gal_display_source', 173, 173, 'en', NULL),
(15, 'post_gal_display_source', 174, 174, 'en', NULL),
(16, 'post_gal_display_source', 175, 175, 'en', NULL),
(17, 'post_gal_display_source', 176, 176, 'en', NULL),
(18, 'post_lightbox_library', 177, 177, 'en', NULL),
(19, 'post_lightbox_library', 178, 178, 'en', NULL),
(20, 'post_lightbox_library', 179, 179, 'en', NULL),
(21, 'post_lightbox_library', 180, 180, 'en', NULL),
(22, 'post_lightbox_library', 181, 181, 'en', NULL),
(23, 'post_lightbox_library', 182, 182, 'en', NULL),
(24, 'post_lightbox_library', 183, 183, 'en', NULL),
(186, 'tax_nav_menu', 37, 468, 'es', 'en'),
(1325, 'post_nav_menu_item', 12, 1618, 'en', NULL),
(1338, 'post_nav_menu_item', 26, 1631, 'en', NULL),
(1334, 'post_nav_menu_item', 28, 1627, 'en', NULL),
(1330, 'post_nav_menu_item', 29, 1623, 'en', NULL),
(1333, 'post_nav_menu_item', 30, 1626, 'en', NULL),
(1335, 'post_nav_menu_item', 31, 1628, 'en', NULL),
(1306, 'post_page', 1301, 1600, 'en', NULL),
(4823, 'post_nav_menu_item', 50, 4663, 'en', NULL),
(4821, 'post_nav_menu_item', 51, 4661, 'en', NULL),
(4824, 'post_displayed_gallery', 660, 4664, 'en', NULL),
(1339, 'post_nav_menu_item', 109, 1632, 'en', NULL),
(1218, 'post_nav_menu_item', 143, 1513, 'en', NULL),
(1216, 'post_nav_menu_item', 144, 1511, 'en', NULL),
(1215, 'post_nav_menu_item', 145, 1510, 'en', NULL),
(1214, 'post_nav_menu_item', 148, 1509, 'en', NULL),
(1224, 'post_nav_menu_item', 155, 1519, 'en', NULL),
(3170, 'post_attachment', 3106, 3191, 'es', NULL),
(1223, 'post_nav_menu_item', 157, 1518, 'en', NULL),
(45, 'post_nav_menu_item', 164, 164, 'en', NULL),
(46, 'post_nav_menu_item', 165, 165, 'en', NULL),
(47, 'post_nav_menu_item', 166, 166, 'en', NULL),
(1337, 'post_nav_menu_item', 169, 1630, 'en', NULL),
(1326, 'post_nav_menu_item', 206, 1619, 'en', NULL),
(1329, 'post_nav_menu_item', 211, 1622, 'en', NULL),
(1328, 'post_nav_menu_item', 212, 1621, 'en', NULL),
(1307, 'post_page', 1303, 1600, 'es', 'en'),
(1332, 'post_nav_menu_item', 301, 1625, 'en', NULL),
(1225, 'post_nav_menu_item', 1297, 1520, 'en', NULL),
(1227, 'post_nav_menu_item', 1296, 1522, 'en', NULL),
(1414, 'post_attachment', 1350, 1702, 'es', NULL),
(1217, 'post_nav_menu_item', 314, 1512, 'en', NULL),
(2856, 'post_attachment', 2792, 2877, 'es', NULL),
(4822, 'post_nav_menu_item', 367, 4662, 'en', NULL),
(60, 'post_page', 14, 14, 'en', NULL),
(61, 'post_page', 16, 16, 'en', NULL),
(62, 'post_page', 18, 18, 'en', NULL),
(1148, 'post_page', 20, 1452, 'en', NULL),
(64, 'post_page', 22, 22, 'en', NULL),
(65, 'post_page', 24, 24, 'en', NULL),
(66, 'post_page', 33, 33, 'en', NULL),
(67, 'post_page', 39, 39, 'en', NULL),
(68, 'post_page', 41, 41, 'en', NULL),
(69, 'post_page', 43, 43, 'en', NULL),
(70, 'post_page', 45, 45, 'en', NULL),
(813, 'post_attachment', 896, 1207, 'es', 'en'),
(934, 'post_attachment', 1012, 1294, 'es', NULL),
(73, 'post_page', 63, 63, 'en', NULL),
(74, 'post_page', 68, 68, 'en', NULL),
(75, 'post_page', 91, 91, 'en', NULL),
(76, 'post_page', 107, 107, 'en', NULL),
(77, 'post_page', 135, 135, 'en', NULL),
(78, 'post_page', 137, 137, 'en', NULL),
(79, 'post_page', 141, 141, 'en', NULL),
(80, 'post_page', 146, 146, 'en', NULL),
(81, 'post_page', 149, 149, 'en', NULL),
(82, 'post_page', 151, 151, 'en', NULL),
(83, 'post_page', 153, 153, 'en', NULL),
(84, 'post_page', 158, 158, 'en', NULL),
(85, 'post_page', 160, 160, 'en', NULL),
(86, 'post_page', 162, 162, 'en', NULL),
(87, 'post_page', 167, 167, 'en', NULL),
(88, 'post_page', 193, 193, 'en', NULL),
(89, 'post_page', 207, 207, 'en', NULL),
(90, 'post_page', 209, 209, 'en', NULL),
(91, 'post_page', 292, 292, 'en', NULL),
(92, 'post_page', 295, 295, 'en', NULL),
(93, 'post_page', 297, 297, 'en', NULL),
(94, 'post_page', 299, 299, 'en', NULL),
(95, 'post_page', 306, 306, 'en', NULL),
(96, 'post_page', 312, 312, 'en', NULL),
(97, 'post_page', 342, 342, 'en', NULL),
(98, 'post_page', 364, 364, 'en', NULL),
(99, 'post_post', 1, 1, 'en', NULL),
(100, 'post_post', 84, 84, 'en', NULL),
(101, 'post_post', 86, 86, 'en', NULL),
(102, 'post_post', 239, 239, 'en', NULL),
(103, 'post_testimonial', 88, 88, 'en', NULL),
(136, 'tax_category', 35, 438, 'en', ''),
(106, 'tax_category', 8, 445, 'en', NULL),
(107, 'tax_category', 9, 446, 'en', NULL),
(108, 'tax_category', 10, 447, 'en', NULL),
(109, 'tax_category', 11, 448, 'en', NULL),
(110, 'tax_category', 12, 449, 'en', NULL),
(111, 'tax_category', 13, 450, 'en', NULL),
(112, 'tax_category', 14, 451, 'en', NULL),
(113, 'tax_category', 15, 452, 'en', NULL),
(114, 'tax_category', 16, 453, 'en', NULL),
(115, 'tax_category', 17, 454, 'en', NULL),
(116, 'tax_category', 18, 455, 'en', NULL),
(117, 'tax_category', 19, 456, 'en', NULL),
(118, 'tax_category', 20, 457, 'en', NULL),
(119, 'tax_category', 21, 458, 'en', NULL),
(120, 'tax_category', 22, 459, 'en', NULL),
(121, 'tax_category', 23, 460, 'en', NULL),
(122, 'tax_category', 24, 461, 'en', NULL),
(123, 'tax_nav_menu', 7, 469, 'en', NULL),
(124, 'tax_nav_menu', 6, 468, 'en', NULL),
(125, 'tax_nav_menu', 25, 487, 'en', NULL),
(126, 'tax_nav_menu', 26, 488, 'en', NULL),
(127, 'tax_nav_menu', 27, 489, 'en', NULL),
(128, 'tax_ngg_tag', 28, 518, 'en', NULL),
(129, 'tax_ngg_tag', 29, 519, 'en', NULL),
(130, 'tax_ngg_tag', 30, 520, 'en', NULL),
(131, 'tax_ngg_tag', 31, 521, 'en', NULL),
(132, 'tax_ngg_tag', 32, 522, 'en', NULL),
(133, 'tax_ngg_tag', 33, 523, 'en', NULL),
(134, 'comment', 160, 684, 'en', NULL),
(135, 'tax_category', 34, 438, 'es', 'en'),
(1178, 'post_page', 449, 1481, 'es', NULL),
(4814, 'post_page', 452, 4656, 'es', NULL),
(1189, 'post_page', 454, 1485, 'es', NULL),
(141, 'post_page', 456, 68, 'es', 'en'),
(142, 'post_post', 458, 239, 'es', 'en'),
(143, 'post_post', 460, 86, 'es', 'en'),
(144, 'post_post', 462, 84, 'es', 'en'),
(146, 'post_testimonial', 466, 88, 'es', 'en'),
(147, 'post_page', 467, 39, 'es', 'en'),
(148, 'post_page', 469, 43, 'es', 'en'),
(149, 'post_page', 471, 364, 'es', 'en'),
(150, 'post_page', 473, 45, 'es', 'en'),
(151, 'tax_nav_menu', 36, 469, 'es', 'en'),
(159, 'post_nav_menu_item', 475, 692, 'es', NULL),
(158, 'post_nav_menu_item', 476, 691, 'es', NULL),
(157, 'post_nav_menu_item', 477, 690, 'es', NULL),
(156, 'post_nav_menu_item', 478, 689, 'es', NULL),
(160, 'post_page', 479, 16, 'es', 'en'),
(161, 'post_page', 481, 207, 'es', 'en'),
(162, 'post_page', 483, 342, 'es', 'en'),
(1411, 'post_page', 1346, 63, 'es', 'en'),
(164, 'post_page', 487, 306, 'es', 'en'),
(165, 'post_page', 489, 297, 'es', 'en'),
(166, 'post_page', 491, 292, 'es', 'en'),
(167, 'post_page', 493, 107, 'es', 'en'),
(168, 'post_page', 495, 299, 'es', 'en'),
(169, 'post_page', 497, 146, 'es', 'en'),
(170, 'post_page', 499, 141, 'es', 'en'),
(171, 'post_page', 502, 312, 'es', 'en'),
(172, 'post_page', 504, 137, 'es', 'en'),
(173, 'post_page', 506, 135, 'es', 'en'),
(174, 'post_page', 508, 158, 'es', 'en'),
(175, 'post_page', 509, 160, 'es', 'en'),
(176, 'post_page', 512, 20, 'es', NULL),
(177, 'post_page', 515, 24, 'es', 'en'),
(178, 'post_page', 517, 167, 'es', 'en'),
(179, 'post_page', 519, 149, 'es', 'en'),
(180, 'post_page', 521, 151, 'es', 'en'),
(181, 'post_page', 524, 295, 'es', 'en'),
(182, 'post_page', 526, 33, 'es', 'en'),
(183, 'post_page', 528, 153, 'es', 'en'),
(4815, 'post_page', 530, 4657, 'es', NULL),
(185, 'post_page', 532, 162, 'es', 'en'),
(1390, 'post_nav_menu_item', 534, 1683, 'es', NULL),
(1391, 'post_nav_menu_item', 535, 1684, 'es', NULL),
(1393, 'post_nav_menu_item', 536, 1686, 'es', NULL),
(1394, 'post_nav_menu_item', 537, 1687, 'es', NULL),
(1401, 'post_nav_menu_item', 538, 1694, 'es', NULL),
(1402, 'post_nav_menu_item', 539, 1695, 'es', NULL),
(1396, 'post_nav_menu_item', 540, 1689, 'es', NULL),
(1399, 'post_nav_menu_item', 541, 1692, 'es', NULL),
(1400, 'post_nav_menu_item', 542, 1693, 'es', NULL),
(1407, 'post_attachment', 1317, 1699, 'en', 'es'),
(1398, 'post_nav_menu_item', 544, 1691, 'es', NULL),
(1340, 'post_nav_menu_item', 1309, 1633, 'en', NULL),
(1289, 'post_nav_menu_item', 1300, 1584, 'es', NULL),
(1403, 'post_nav_menu_item', 548, 1696, 'es', NULL),
(1405, 'post_nav_menu_item', 1315, 1698, 'es', NULL),
(1406, 'post_attachment', 1316, 1699, 'es', NULL),
(1404, 'post_nav_menu_item', 552, 1697, 'es', NULL),
(225, 'tax_nav_menu', 38, 489, 'es', 'en'),
(229, 'post_nav_menu_item', 553, 734, 'es', NULL),
(230, 'post_nav_menu_item', 554, 735, 'es', NULL),
(231, 'post_nav_menu_item', 555, 736, 'es', NULL),
(232, 'tax_nav_menu', 39, 488, 'es', 'en'),
(1245, 'post_nav_menu_item', 556, 1540, 'es', NULL),
(1246, 'post_nav_menu_item', 557, 1541, 'es', NULL),
(1247, 'post_nav_menu_item', 558, 1542, 'es', NULL),
(239, 'tax_nav_menu', 40, 487, 'es', 'en'),
(1288, 'post_nav_menu_item', 559, 1583, 'es', NULL),
(1285, 'post_nav_menu_item', 560, 1580, 'es', NULL),
(1284, 'post_nav_menu_item', 561, 1579, 'es', NULL),
(1286, 'post_nav_menu_item', 562, 1581, 'es', NULL),
(1287, 'post_nav_menu_item', 563, 1582, 'es', NULL),
(1327, 'post_nav_menu_item', 615, 1620, 'en', NULL),
(1336, 'post_nav_menu_item', 616, 1629, 'en', NULL),
(1331, 'post_nav_menu_item', 617, 1624, 'en', NULL),
(1397, 'post_nav_menu_item', 618, 1690, 'es', NULL),
(1392, 'post_nav_menu_item', 619, 1685, 'es', NULL),
(1395, 'post_nav_menu_item', 620, 1688, 'es', NULL),
(754, 'post_attachment', 820, 1185, 'en', NULL),
(1249, 'post_nav_menu_item', 1299, 1544, 'es', NULL),
(1248, 'post_nav_menu_item', 1298, 1543, 'es', NULL),
(1226, 'post_nav_menu_item', 1295, 1521, 'en', NULL),
(1409, 'post_page', 1320, 1134, 'es', 'en'),
(570, 'comment', 161, 1073, 'en', NULL),
(966, 'post_attachment', 1044, 1310, 'es', NULL),
(776, 'post_attachment', 843, 1196, 'en', NULL),
(573, 'post_attachment', 74, 1076, 'en', NULL),
(574, 'post_attachment', 75, 1077, 'en', NULL),
(575, 'post_attachment', 76, 1078, 'en', NULL),
(576, 'post_attachment', 77, 1079, 'en', NULL),
(577, 'post_attachment', 78, 1080, 'en', NULL),
(770, 'post_attachment', 837, 1193, 'en', NULL),
(771, 'post_attachment', 838, 1194, 'en', NULL),
(769, 'post_page', 835, 41, 'es', 'en'),
(792, 'post_attachment', 865, 1197, 'en', NULL),
(793, 'post_attachment', 866, 1197, 'es', 'en'),
(930, 'post_attachment', 1008, 1292, 'es', NULL),
(948, 'post_attachment', 1026, 1301, 'es', NULL),
(587, 'post_attachment', 125, 1090, 'en', NULL),
(588, 'post_attachment', 126, 1091, 'en', NULL),
(589, 'post_attachment', 131, 1092, 'en', NULL),
(590, 'post_attachment', 132, 1093, 'en', NULL),
(591, 'post_attachment', 133, 1094, 'en', NULL),
(592, 'post_attachment', 201, 1095, 'en', NULL),
(593, 'post_attachment', 220, 1096, 'en', NULL),
(594, 'post_attachment', 225, 1097, 'en', NULL),
(595, 'post_attachment', 242, 1098, 'en', NULL),
(596, 'post_attachment', 275, 1099, 'en', NULL),
(804, 'post_attachment', 877, 1203, 'en', NULL),
(794, 'post_attachment', 867, 1198, 'en', NULL),
(795, 'post_attachment', 868, 1198, 'es', 'en'),
(796, 'post_attachment', 869, 1199, 'en', NULL),
(797, 'post_attachment', 870, 1199, 'es', 'en'),
(798, 'post_attachment', 871, 1200, 'en', NULL),
(604, 'post_attachment', 376, 1107, 'en', NULL),
(605, 'post_attachment', 380, 1108, 'en', NULL),
(606, 'post_attachment', 381, 1109, 'en', NULL),
(607, 'post_attachment', 382, 1110, 'en', NULL),
(608, 'post_attachment', 388, 1111, 'en', NULL),
(610, 'post_attachment', 577, 1113, 'en', NULL),
(611, 'post_attachment', 578, 1114, 'en', NULL),
(612, 'post_attachment', 579, 1115, 'en', NULL),
(613, 'post_attachment', 582, 1116, 'en', NULL),
(614, 'post_attachment', 596, 1117, 'en', NULL),
(615, 'post_attachment', 612, 1118, 'en', NULL),
(616, 'post_attachment', 613, 1119, 'en', NULL),
(755, 'post_attachment', 821, 1185, 'es', 'en'),
(619, 'post_attachment', 674, 1122, 'en', NULL),
(620, 'post_attachment', 684, 1123, 'en', NULL),
(750, 'post_attachment', 815, 1183, 'en', NULL),
(622, 'post_attachment', 716, 1074, 'es', NULL),
(777, 'post_attachment', 844, 1196, 'es', 'en'),
(624, 'post_attachment', 718, 1076, 'es', 'en'),
(625, 'post_attachment', 719, 1077, 'es', 'en'),
(626, 'post_attachment', 720, 1078, 'es', 'en'),
(627, 'post_attachment', 721, 1079, 'es', 'en'),
(628, 'post_attachment', 722, 1080, 'es', 'en'),
(772, 'post_attachment', 839, 1195, 'en', NULL),
(773, 'post_attachment', 840, 1193, 'es', 'en'),
(774, 'post_attachment', 841, 1194, 'es', 'en'),
(775, 'post_attachment', 842, 1195, 'es', 'en'),
(635, 'post_attachment', 729, 1087, 'es', NULL),
(636, 'post_attachment', 730, 1088, 'es', NULL),
(637, 'post_attachment', 731, 1089, 'es', NULL),
(638, 'post_attachment', 732, 1090, 'es', 'en'),
(639, 'post_attachment', 733, 1091, 'es', 'en'),
(640, 'post_attachment', 734, 1092, 'es', 'en'),
(641, 'post_attachment', 735, 1093, 'es', 'en'),
(642, 'post_attachment', 736, 1094, 'es', 'en'),
(643, 'post_attachment', 737, 1095, 'es', 'en'),
(644, 'post_attachment', 738, 1096, 'es', 'en'),
(645, 'post_attachment', 739, 1097, 'es', 'en'),
(646, 'post_attachment', 740, 1098, 'es', 'en'),
(647, 'post_attachment', 741, 1099, 'es', 'en'),
(805, 'post_attachment', 878, 1203, 'es', 'en'),
(799, 'post_attachment', 872, 1200, 'es', 'en'),
(800, 'post_attachment', 873, 1201, 'en', NULL),
(801, 'post_attachment', 874, 1201, 'es', 'en'),
(812, 'post_attachment', 895, 1207, 'en', NULL),
(803, 'post_attachment', 876, 1202, 'es', NULL),
(655, 'post_attachment', 749, 1107, 'es', 'en'),
(656, 'post_attachment', 750, 1108, 'es', 'en'),
(657, 'post_attachment', 751, 1109, 'es', 'en'),
(658, 'post_attachment', 752, 1110, 'es', 'en'),
(659, 'post_attachment', 753, 1111, 'es', 'en'),
(661, 'post_attachment', 755, 1113, 'es', 'en'),
(662, 'post_attachment', 756, 1114, 'es', 'en'),
(663, 'post_attachment', 757, 1115, 'es', 'en'),
(664, 'post_attachment', 758, 1116, 'es', 'en'),
(665, 'post_attachment', 759, 1117, 'es', 'en'),
(666, 'post_attachment', 760, 1118, 'es', 'en'),
(667, 'post_attachment', 761, 1119, 'es', 'en'),
(668, 'post_attachment', 762, 1120, 'es', NULL),
(669, 'post_attachment', 763, 1121, 'es', NULL),
(670, 'post_attachment', 764, 1122, 'es', 'en'),
(671, 'post_attachment', 765, 1123, 'es', 'en'),
(751, 'post_attachment', 816, 1183, 'es', 'en'),
(867, 'post_page', 960, 1235, 'es', 'en'),
(701, 'post_page', 802, 1134, 'en', NULL),
(688, 'post_attachment', 789, 1130, 'es', NULL),
(932, 'post_attachment', 1010, 1293, 'es', NULL),
(950, 'post_attachment', 1028, 1302, 'es', NULL),
(682, 'post_attachment', 783, 1128, 'es', NULL),
(753, 'post_attachment', 818, 1184, 'es', NULL),
(692, 'post_attachment', 794, 1132, 'es', NULL),
(756, 'post_attachment', 822, 1186, 'en', NULL),
(757, 'post_attachment', 823, 1186, 'es', 'en'),
(758, 'post_attachment', 824, 1187, 'en', NULL),
(759, 'post_attachment', 825, 1187, 'es', 'en'),
(760, 'post_attachment', 826, 1188, 'en', NULL),
(761, 'post_attachment', 827, 1188, 'es', 'en'),
(762, 'post_attachment', 828, 1189, 'en', NULL),
(763, 'post_attachment', 829, 1189, 'es', 'en'),
(764, 'post_attachment', 830, 1190, 'en', NULL),
(765, 'post_attachment', 831, 1190, 'es', 'en'),
(766, 'post_attachment', 832, 1191, 'en', NULL),
(767, 'post_attachment', 833, 1191, 'es', 'en'),
(866, 'post_page', 958, 1235, 'en', NULL),
(806, 'post_attachment', 879, 1204, 'en', NULL),
(807, 'post_attachment', 880, 1204, 'es', 'en'),
(808, 'post_attachment', 881, 1205, 'en', NULL),
(809, 'post_attachment', 882, 1205, 'es', 'en'),
(810, 'post_attachment', 883, 1206, 'en', NULL),
(811, 'post_attachment', 884, 1206, 'es', 'en'),
(814, 'post_attachment', 897, 1208, 'en', NULL),
(815, 'post_attachment', 898, 1208, 'es', 'en'),
(816, 'post_attachment', 899, 1209, 'en', NULL),
(817, 'post_attachment', 900, 1209, 'es', 'en'),
(818, 'post_attachment', 901, 1210, 'en', NULL),
(819, 'post_attachment', 902, 1210, 'es', 'en'),
(820, 'post_attachment', 903, 1211, 'en', NULL),
(821, 'post_attachment', 904, 1211, 'es', 'en'),
(822, 'post_attachment', 905, 1212, 'en', NULL),
(823, 'post_attachment', 906, 1212, 'es', 'en'),
(824, 'post_attachment', 907, 1213, 'en', NULL),
(825, 'post_attachment', 908, 1213, 'es', 'en'),
(826, 'post_attachment', 909, 1214, 'en', NULL),
(827, 'post_attachment', 910, 1214, 'es', 'en'),
(828, 'post_attachment', 911, 1215, 'en', NULL),
(829, 'post_attachment', 912, 1215, 'es', 'en'),
(830, 'post_attachment', 913, 1216, 'en', NULL),
(831, 'post_attachment', 914, 1216, 'es', 'en'),
(832, 'post_attachment', 915, 1217, 'en', NULL),
(833, 'post_attachment', 916, 1217, 'es', 'en'),
(834, 'post_attachment', 917, 1218, 'en', NULL),
(835, 'post_attachment', 918, 1218, 'es', 'en'),
(836, 'post_attachment', 919, 1219, 'en', NULL),
(837, 'post_attachment', 920, 1219, 'es', 'en'),
(838, 'post_attachment', 921, 1220, 'en', NULL),
(839, 'post_attachment', 922, 1220, 'es', 'en'),
(840, 'post_attachment', 925, 1221, 'en', NULL),
(841, 'post_attachment', 926, 1221, 'es', 'en'),
(842, 'post_attachment', 927, 1222, 'en', NULL),
(843, 'post_attachment', 928, 1222, 'es', 'en'),
(844, 'post_attachment', 929, 1223, 'en', NULL),
(845, 'post_attachment', 930, 1223, 'es', 'en'),
(846, 'post_attachment', 931, 1224, 'en', NULL),
(847, 'post_attachment', 932, 1224, 'es', 'en'),
(848, 'post_attachment', 933, 1225, 'en', NULL),
(849, 'post_attachment', 934, 1225, 'es', 'en'),
(850, 'post_attachment', 935, 1226, 'en', NULL),
(851, 'post_attachment', 936, 1226, 'es', 'en'),
(852, 'post_attachment', 937, 1227, 'en', NULL),
(853, 'post_attachment', 938, 1227, 'es', 'en'),
(854, 'post_attachment', 939, 1228, 'en', NULL),
(855, 'post_attachment', 940, 1228, 'es', 'en'),
(856, 'post_attachment', 941, 1229, 'en', NULL),
(857, 'post_attachment', 942, 1229, 'es', 'en'),
(858, 'post_attachment', 946, 1230, 'en', NULL),
(859, 'post_attachment', 947, 1230, 'es', 'en'),
(860, 'post_attachment', 948, 1231, 'en', NULL),
(861, 'post_attachment', 949, 1231, 'es', 'en'),
(872, 'comment', 162, 1237, 'en', NULL),
(868, 'post_attachment', 964, 1236, 'es', NULL),
(869, 'post_attachment', 965, 1236, 'en', 'es'),
(926, 'post_attachment', 1003, 1290, 'es', NULL),
(928, 'post_attachment', 1005, 1291, 'es', NULL),
(936, 'post_attachment', 1014, 1295, 'es', NULL),
(967, 'post_attachment', 1045, 1311, 'en', NULL),
(938, 'post_attachment', 1016, 1296, 'es', NULL),
(952, 'post_attachment', 1030, 1303, 'es', NULL),
(940, 'post_attachment', 1018, 1297, 'es', NULL),
(968, 'post_attachment', 1046, 1311, 'es', 'en'),
(942, 'post_attachment', 1020, 1298, 'es', NULL),
(954, 'post_attachment', 1032, 1304, 'es', NULL),
(944, 'post_attachment', 1022, 1299, 'es', NULL),
(969, 'post_attachment', 1047, 1312, 'en', NULL),
(946, 'post_attachment', 1024, 1300, 'es', NULL),
(956, 'post_attachment', 1034, 1305, 'es', NULL),
(970, 'post_attachment', 1048, 1312, 'es', 'en'),
(958, 'post_attachment', 1036, 1306, 'es', NULL),
(971, 'post_attachment', 1049, 1313, 'en', NULL),
(960, 'post_attachment', 1038, 1307, 'es', NULL),
(972, 'post_attachment', 1050, 1313, 'es', 'en'),
(962, 'post_attachment', 1040, 1308, 'es', NULL),
(973, 'post_attachment', 1051, 1314, 'en', NULL),
(964, 'post_attachment', 1042, 1309, 'es', NULL),
(974, 'post_attachment', 1052, 1314, 'es', 'en'),
(975, 'post_attachment', 1053, 1315, 'en', NULL),
(976, 'post_attachment', 1054, 1315, 'es', 'en'),
(977, 'post_attachment', 1055, 1316, 'en', NULL),
(978, 'post_attachment', 1056, 1316, 'es', 'en'),
(979, 'post_attachment', 1057, 1317, 'en', NULL),
(980, 'post_attachment', 1058, 1317, 'es', 'en'),
(981, 'post_attachment', 1059, 1318, 'en', NULL),
(982, 'post_attachment', 1060, 1318, 'es', 'en'),
(988, 'post_attachment', 1066, 1322, 'en', NULL),
(985, 'post_attachment', 1063, 1320, 'es', NULL),
(987, 'post_attachment', 1065, 1321, 'es', NULL),
(989, 'post_attachment', 1067, 1322, 'es', 'en'),
(993, 'post_attachment', 1087, 1324, 'en', NULL),
(994, 'post_attachment', 1088, 1324, 'es', 'en'),
(995, 'post_attachment', 1089, 1325, 'en', NULL),
(996, 'post_attachment', 1090, 1325, 'es', 'en'),
(997, 'post_attachment', 1091, 1326, 'en', NULL),
(998, 'post_attachment', 1092, 1326, 'es', 'en'),
(999, 'post_attachment', 1093, 1327, 'en', NULL),
(1000, 'post_attachment', 1094, 1327, 'es', 'en'),
(1001, 'post_attachment', 1095, 1328, 'en', NULL),
(1002, 'post_attachment', 1096, 1328, 'es', 'en'),
(1003, 'post_attachment', 1097, 1329, 'en', NULL),
(1004, 'post_attachment', 1098, 1329, 'es', 'en'),
(1005, 'post_attachment', 1099, 1330, 'en', NULL),
(1006, 'post_attachment', 1100, 1330, 'es', 'en'),
(1007, 'post_attachment', 1101, 1331, 'en', NULL),
(1008, 'post_attachment', 1102, 1332, 'en', NULL),
(1009, 'post_attachment', 1103, 1333, 'en', NULL),
(1010, 'post_attachment', 1104, 1334, 'en', NULL),
(1011, 'post_attachment', 1105, 1335, 'en', NULL),
(1012, 'post_attachment', 1106, 1336, 'en', NULL),
(1013, 'post_attachment', 1107, 1337, 'en', NULL),
(1014, 'post_attachment', 1108, 1338, 'en', NULL),
(1015, 'post_attachment', 1109, 1339, 'en', NULL),
(1016, 'post_attachment', 1110, 1340, 'en', NULL),
(1017, 'post_attachment', 1111, 1341, 'en', NULL),
(1018, 'post_attachment', 1112, 1342, 'en', NULL),
(1019, 'post_attachment', 1113, 1343, 'en', NULL),
(1020, 'post_attachment', 1114, 1344, 'en', NULL),
(1021, 'post_attachment', 1115, 1345, 'en', NULL),
(1022, 'post_attachment', 1116, 1346, 'en', NULL),
(1028, 'post_attachment', 1125, 1346, 'es', 'en'),
(1032, 'post_attachment', 1129, 1333, 'es', 'en'),
(1067, 'post_post', 1180, 1373, 'en', NULL),
(1038, 'post_attachment', 1141, 1347, 'es', NULL),
(1219, 'post_nav_menu_item', 1294, 1514, 'en', NULL),
(1416, 'post_attachment', 1352, 1704, 'es', NULL),
(1180, 'post_page', 1224, 1482, 'en', NULL),
(1182, 'post_page', 1226, 1483, 'en', NULL),
(1412, 'post_attachment', 1348, 1700, 'es', NULL),
(2854, 'post_attachment', 2790, 2875, 'es', NULL),
(1418, 'post_attachment', 1354, 1706, 'es', NULL),
(3356, 'post_attachment', 3292, 3377, 'es', NULL),
(1420, 'post_attachment', 1356, 1708, 'es', NULL),
(2852, 'post_attachment', 2788, 2873, 'es', NULL),
(1422, 'post_attachment', 1358, 1710, 'es', NULL),
(3172, 'post_attachment', 3108, 3193, 'es', NULL),
(1424, 'post_attachment', 1360, 1712, 'es', NULL),
(2850, 'post_attachment', 2786, 2871, 'es', NULL),
(1426, 'post_attachment', 1362, 1714, 'es', NULL),
(1428, 'post_attachment', 1364, 1716, 'es', NULL),
(2848, 'post_attachment', 2784, 2869, 'es', NULL),
(1430, 'post_attachment', 1366, 1718, 'es', NULL),
(3454, 'post_attachment', 3390, 3475, 'es', NULL),
(1432, 'post_attachment', 1368, 1720, 'es', NULL),
(2846, 'post_attachment', 2782, 2867, 'es', NULL),
(1434, 'post_attachment', 1370, 1722, 'es', NULL),
(3174, 'post_attachment', 3110, 3195, 'es', NULL),
(1436, 'post_attachment', 1372, 1724, 'es', NULL),
(2844, 'post_attachment', 2780, 2865, 'es', NULL),
(1438, 'post_attachment', 1374, 1726, 'es', NULL),
(3354, 'post_attachment', 3290, 3375, 'es', NULL),
(1440, 'post_attachment', 1376, 1728, 'es', NULL),
(2842, 'post_attachment', 2778, 2863, 'es', NULL),
(1442, 'post_attachment', 1378, 1730, 'es', NULL),
(3176, 'post_attachment', 3112, 3197, 'es', NULL),
(1444, 'post_attachment', 1380, 1732, 'es', NULL),
(2840, 'post_attachment', 2776, 2861, 'es', NULL),
(1446, 'post_attachment', 1382, 1734, 'es', NULL),
(1448, 'post_attachment', 1384, 1736, 'es', NULL),
(2838, 'post_attachment', 2774, 2859, 'es', NULL),
(1450, 'post_attachment', 1386, 1738, 'es', NULL),
(3178, 'post_attachment', 3114, 3199, 'es', NULL),
(1452, 'post_attachment', 1388, 1740, 'es', NULL),
(2836, 'post_attachment', 2772, 2857, 'es', NULL),
(1454, 'post_attachment', 1390, 1742, 'es', NULL),
(3350, 'post_attachment', 3286, 3371, 'es', NULL),
(1456, 'post_attachment', 1392, 1744, 'es', NULL),
(2834, 'post_attachment', 2770, 2855, 'es', NULL),
(1458, 'post_attachment', 1394, 1746, 'es', NULL),
(3180, 'post_attachment', 3116, 3201, 'es', NULL),
(1460, 'post_attachment', 1396, 1748, 'es', NULL),
(2832, 'post_attachment', 2768, 2853, 'es', NULL),
(1462, 'post_attachment', 1398, 1750, 'es', NULL),
(3352, 'post_attachment', 3288, 3373, 'es', NULL),
(1464, 'post_attachment', 1400, 1752, 'es', NULL),
(2830, 'post_attachment', 2766, 2851, 'es', NULL),
(1466, 'post_attachment', 1402, 1754, 'es', NULL),
(3182, 'post_attachment', 3118, 3203, 'es', NULL),
(1468, 'post_attachment', 1404, 1756, 'es', NULL),
(2828, 'post_attachment', 2764, 2849, 'es', NULL),
(1470, 'post_attachment', 1406, 1758, 'es', NULL),
(1472, 'post_attachment', 1408, 1760, 'es', NULL),
(2826, 'post_attachment', 2762, 2847, 'es', NULL),
(1474, 'post_attachment', 1410, 1762, 'es', NULL),
(3184, 'post_attachment', 3120, 3205, 'es', NULL),
(1476, 'post_attachment', 1412, 1764, 'es', NULL),
(2824, 'post_attachment', 2760, 2845, 'es', NULL),
(1478, 'post_attachment', 1414, 1766, 'es', NULL),
(3136, 'post_attachment', 3072, 3157, 'es', NULL),
(1480, 'post_attachment', 1416, 1768, 'es', NULL),
(2822, 'post_attachment', 2758, 2843, 'es', NULL),
(1482, 'post_attachment', 1418, 1770, 'es', NULL),
(3428, 'post_attachment', 3364, 3449, 'es', NULL),
(1484, 'post_attachment', 1420, 1772, 'es', NULL),
(2820, 'post_attachment', 2756, 2841, 'es', NULL),
(1486, 'post_attachment', 1422, 1774, 'es', NULL),
(3138, 'post_attachment', 3074, 3159, 'es', NULL),
(1488, 'post_attachment', 1424, 1776, 'es', NULL),
(2818, 'post_attachment', 2754, 2839, 'es', NULL),
(1490, 'post_attachment', 1426, 1778, 'es', NULL),
(3332, 'post_attachment', 3268, 3353, 'es', NULL),
(1492, 'post_attachment', 1428, 1780, 'es', NULL),
(2816, 'post_attachment', 2752, 2837, 'es', NULL),
(1494, 'post_attachment', 1430, 1782, 'es', NULL),
(3140, 'post_attachment', 3076, 3161, 'es', NULL),
(1496, 'post_attachment', 1432, 1784, 'es', NULL),
(2814, 'post_attachment', 2750, 2835, 'es', NULL),
(1498, 'post_attachment', 1434, 1786, 'es', NULL),
(3330, 'post_attachment', 3266, 3351, 'es', NULL),
(1500, 'post_attachment', 1436, 1788, 'es', NULL),
(2812, 'post_attachment', 2748, 2833, 'es', NULL),
(1502, 'post_attachment', 1438, 1790, 'es', NULL),
(3334, 'post_attachment', 3270, 3355, 'es', NULL),
(1504, 'post_attachment', 1440, 1792, 'es', NULL),
(2810, 'post_attachment', 2746, 2831, 'es', NULL),
(1506, 'post_attachment', 1442, 1794, 'es', NULL),
(3142, 'post_attachment', 3078, 3163, 'es', NULL),
(1508, 'post_attachment', 1444, 1796, 'es', NULL),
(2808, 'post_attachment', 2744, 2829, 'es', NULL),
(1510, 'post_attachment', 1446, 1798, 'es', NULL),
(1512, 'post_attachment', 1448, 1800, 'es', NULL),
(2806, 'post_attachment', 2742, 2827, 'es', NULL),
(1514, 'post_attachment', 1450, 1802, 'es', NULL),
(3144, 'post_attachment', 3080, 3165, 'es', NULL),
(1516, 'post_attachment', 1452, 1804, 'es', NULL),
(2804, 'post_attachment', 2740, 2825, 'es', NULL),
(1518, 'post_attachment', 1454, 1806, 'es', NULL),
(1520, 'post_attachment', 1456, 1808, 'es', NULL),
(2802, 'post_attachment', 2738, 2823, 'es', NULL),
(1522, 'post_attachment', 1458, 1810, 'es', NULL),
(3146, 'post_attachment', 3082, 3167, 'es', NULL),
(1524, 'post_attachment', 1460, 1812, 'es', NULL),
(2800, 'post_attachment', 2736, 2821, 'es', NULL),
(1526, 'post_attachment', 1462, 1814, 'es', NULL),
(3348, 'post_attachment', 3284, 3369, 'es', NULL),
(1528, 'post_attachment', 1464, 1816, 'es', NULL),
(2798, 'post_attachment', 2734, 2819, 'es', NULL),
(1530, 'post_attachment', 1466, 1818, 'es', NULL),
(3134, 'post_attachment', 3070, 3155, 'es', NULL),
(1532, 'post_attachment', 1468, 1820, 'es', NULL),
(2796, 'post_attachment', 2732, 2817, 'es', NULL),
(1534, 'post_attachment', 1470, 1822, 'es', NULL),
(3148, 'post_attachment', 3084, 3169, 'es', NULL),
(1536, 'post_attachment', 1472, 1824, 'es', NULL),
(2794, 'post_attachment', 2730, 2815, 'es', NULL),
(1538, 'post_attachment', 1474, 1826, 'es', NULL),
(1540, 'post_attachment', 1476, 1828, 'es', NULL),
(2792, 'post_attachment', 2728, 2813, 'es', NULL),
(1542, 'post_attachment', 1478, 1830, 'es', NULL),
(3150, 'post_attachment', 3086, 3171, 'es', NULL),
(1544, 'post_attachment', 1480, 1832, 'es', NULL),
(2790, 'post_attachment', 2726, 2811, 'es', NULL),
(1546, 'post_attachment', 1482, 1834, 'es', NULL),
(1548, 'post_attachment', 1484, 1836, 'es', NULL),
(2788, 'post_attachment', 2724, 2809, 'es', NULL),
(1550, 'post_attachment', 1486, 1838, 'es', NULL),
(3152, 'post_attachment', 3088, 3173, 'es', NULL),
(1552, 'post_attachment', 1488, 1840, 'es', NULL),
(2786, 'post_attachment', 2722, 2807, 'es', NULL),
(1554, 'post_attachment', 1490, 1842, 'es', NULL),
(3364, 'post_attachment', 3300, 3385, 'es', NULL),
(1556, 'post_attachment', 1492, 1844, 'es', NULL),
(2784, 'post_attachment', 2720, 2805, 'es', NULL),
(1558, 'post_attachment', 1494, 1846, 'es', NULL),
(1560, 'post_attachment', 1496, 1848, 'es', NULL),
(2782, 'post_attachment', 2718, 2803, 'es', NULL),
(1562, 'post_attachment', 1498, 1850, 'es', NULL),
(3112, 'post_attachment', 3048, 3133, 'es', NULL),
(1564, 'post_attachment', 1500, 1852, 'es', NULL),
(2780, 'post_attachment', 2716, 2801, 'es', NULL),
(1566, 'post_attachment', 1502, 1854, 'es', NULL),
(3114, 'post_attachment', 3050, 3135, 'es', NULL),
(1568, 'post_attachment', 1504, 1856, 'es', NULL),
(2778, 'post_attachment', 2714, 2799, 'es', NULL),
(1570, 'post_attachment', 1506, 1858, 'es', NULL),
(3342, 'post_attachment', 3278, 3363, 'es', NULL),
(1572, 'post_attachment', 1508, 1860, 'es', NULL),
(2776, 'post_attachment', 2712, 2797, 'es', NULL),
(1574, 'post_attachment', 1510, 1862, 'es', NULL),
(3116, 'post_attachment', 3052, 3137, 'es', NULL),
(1576, 'post_attachment', 1512, 1864, 'es', NULL),
(2774, 'post_attachment', 2710, 2795, 'es', NULL),
(1578, 'post_attachment', 1514, 1866, 'es', NULL),
(3426, 'post_attachment', 3362, 3447, 'es', NULL),
(1580, 'post_attachment', 1516, 1868, 'es', NULL),
(2772, 'post_attachment', 2708, 2793, 'es', NULL),
(1582, 'post_attachment', 1518, 1870, 'es', NULL),
(3344, 'post_attachment', 3280, 3365, 'es', NULL),
(1584, 'post_attachment', 1520, 1872, 'es', NULL),
(2770, 'post_attachment', 2706, 2791, 'es', NULL),
(1586, 'post_attachment', 1522, 1874, 'es', NULL),
(3118, 'post_attachment', 3054, 3139, 'es', NULL),
(1588, 'post_attachment', 1524, 1876, 'es', NULL),
(2768, 'post_attachment', 2704, 2789, 'es', NULL),
(1590, 'post_attachment', 1526, 1878, 'es', NULL),
(3328, 'post_attachment', 3264, 3349, 'es', NULL),
(1592, 'post_attachment', 1528, 1880, 'es', NULL),
(2766, 'post_attachment', 2702, 2787, 'es', NULL),
(1594, 'post_attachment', 1530, 1882, 'es', NULL),
(3120, 'post_attachment', 3056, 3141, 'es', NULL),
(1596, 'post_attachment', 1532, 1884, 'es', NULL),
(2764, 'post_attachment', 2700, 2785, 'es', NULL),
(1598, 'post_attachment', 1534, 1886, 'es', NULL),
(3340, 'post_attachment', 3276, 3361, 'es', NULL),
(1600, 'post_attachment', 1536, 1888, 'es', NULL),
(2762, 'post_attachment', 2698, 2783, 'es', NULL),
(1602, 'post_attachment', 1538, 1890, 'es', NULL),
(3122, 'post_attachment', 3058, 3143, 'es', NULL),
(1604, 'post_attachment', 1540, 1892, 'es', NULL),
(2760, 'post_attachment', 2696, 2781, 'es', NULL),
(1606, 'post_attachment', 1542, 1894, 'es', NULL),
(3110, 'post_attachment', 3046, 3131, 'es', NULL),
(1608, 'post_attachment', 1544, 1896, 'es', NULL),
(2758, 'post_attachment', 2694, 2779, 'es', NULL),
(1610, 'post_attachment', 1546, 1898, 'es', NULL),
(1612, 'post_attachment', 1548, 1900, 'es', NULL),
(2756, 'post_attachment', 2692, 2777, 'es', NULL),
(1614, 'post_attachment', 1550, 1902, 'es', NULL),
(3124, 'post_attachment', 3060, 3145, 'es', NULL),
(1616, 'post_attachment', 1552, 1904, 'es', NULL),
(2754, 'post_attachment', 2690, 2775, 'es', NULL),
(1618, 'post_attachment', 1554, 1906, 'es', NULL),
(3338, 'post_attachment', 3274, 3359, 'es', NULL),
(1620, 'post_attachment', 1556, 1908, 'es', NULL),
(2752, 'post_attachment', 2688, 2773, 'es', NULL),
(1622, 'post_attachment', 1558, 1910, 'es', NULL),
(3126, 'post_attachment', 3062, 3147, 'es', NULL),
(1624, 'post_attachment', 1560, 1912, 'es', NULL),
(2750, 'post_attachment', 2686, 2771, 'es', NULL),
(1626, 'post_attachment', 1562, 1914, 'es', NULL),
(1628, 'post_attachment', 1564, 1916, 'es', NULL),
(2748, 'post_attachment', 2684, 2769, 'es', NULL),
(1630, 'post_attachment', 1566, 1918, 'es', NULL),
(3422, 'post_attachment', 3358, 3443, 'es', NULL),
(1632, 'post_attachment', 1568, 1920, 'es', NULL),
(2746, 'post_attachment', 2682, 2767, 'es', NULL),
(1634, 'post_attachment', 1570, 1922, 'es', NULL),
(3128, 'post_attachment', 3064, 3149, 'es', NULL),
(1636, 'post_attachment', 1572, 1924, 'es', NULL),
(2744, 'post_attachment', 2680, 2765, 'es', NULL),
(1638, 'post_attachment', 1574, 1926, 'es', NULL),
(3306, 'post_attachment', 3242, 3327, 'es', NULL),
(1640, 'post_attachment', 1576, 1928, 'es', NULL),
(2742, 'post_attachment', 2678, 2763, 'es', NULL),
(1642, 'post_attachment', 1578, 1930, 'es', NULL),
(3086, 'post_attachment', 3022, 3107, 'es', NULL),
(1644, 'post_attachment', 1580, 1932, 'es', NULL),
(2740, 'post_attachment', 2676, 2761, 'es', NULL),
(1646, 'post_attachment', 1582, 1934, 'es', NULL),
(3084, 'post_attachment', 3020, 3105, 'es', NULL),
(1648, 'post_attachment', 1584, 1936, 'es', NULL),
(2738, 'post_attachment', 2674, 2759, 'es', NULL),
(1650, 'post_attachment', 1586, 1938, 'es', NULL),
(3082, 'post_attachment', 3018, 3103, 'es', NULL),
(1652, 'post_attachment', 1588, 1940, 'es', NULL),
(2736, 'post_attachment', 2672, 2757, 'es', NULL),
(1654, 'post_attachment', 1590, 1942, 'es', NULL),
(3316, 'post_attachment', 3252, 3337, 'es', NULL),
(1656, 'post_attachment', 1592, 1944, 'es', NULL),
(2734, 'post_attachment', 2670, 2755, 'es', NULL),
(1658, 'post_attachment', 1594, 1946, 'es', NULL),
(3438, 'post_attachment', 3374, 3459, 'es', NULL),
(1660, 'post_attachment', 1596, 1948, 'es', NULL),
(2732, 'post_attachment', 2668, 2753, 'es', NULL),
(1662, 'post_attachment', 1598, 1950, 'es', NULL),
(3088, 'post_attachment', 3024, 3109, 'es', NULL),
(1664, 'post_attachment', 1600, 1952, 'es', NULL),
(2730, 'post_attachment', 2666, 2751, 'es', NULL),
(1666, 'post_attachment', 1602, 1954, 'es', NULL),
(3308, 'post_attachment', 3244, 3329, 'es', NULL),
(1668, 'post_attachment', 1604, 1956, 'es', NULL),
(2728, 'post_attachment', 2664, 2749, 'es', NULL),
(1670, 'post_attachment', 1606, 1958, 'es', NULL),
(3420, 'post_attachment', 3356, 3441, 'es', NULL),
(1672, 'post_attachment', 1608, 1960, 'es', NULL),
(2726, 'post_attachment', 2662, 2747, 'es', NULL),
(1674, 'post_attachment', 1610, 1962, 'es', NULL),
(3090, 'post_attachment', 3026, 3111, 'es', NULL),
(1676, 'post_attachment', 1612, 1964, 'es', NULL),
(2724, 'post_attachment', 2660, 2745, 'es', NULL),
(1678, 'post_attachment', 1614, 1966, 'es', NULL),
(3434, 'post_attachment', 3370, 3455, 'es', NULL),
(1680, 'post_attachment', 1616, 1968, 'es', NULL),
(2722, 'post_attachment', 2658, 2743, 'es', NULL),
(1682, 'post_attachment', 1618, 1970, 'es', NULL),
(3092, 'post_attachment', 3028, 3113, 'es', NULL),
(1684, 'post_attachment', 1620, 1972, 'es', NULL),
(2720, 'post_attachment', 2656, 2741, 'es', NULL),
(1686, 'post_attachment', 1622, 1974, 'es', NULL),
(3314, 'post_attachment', 3250, 3335, 'es', NULL),
(1688, 'post_attachment', 1624, 1976, 'es', NULL),
(2718, 'post_attachment', 2654, 2739, 'es', NULL),
(1690, 'post_attachment', 1626, 1978, 'es', NULL),
(3094, 'post_attachment', 3030, 3115, 'es', NULL),
(1692, 'post_attachment', 1628, 1980, 'es', NULL),
(2716, 'post_attachment', 2652, 2737, 'es', NULL),
(1694, 'post_attachment', 1630, 1982, 'es', NULL),
(1696, 'post_attachment', 1632, 1984, 'es', NULL),
(2714, 'post_attachment', 2650, 2735, 'es', NULL),
(1698, 'post_attachment', 1634, 1986, 'es', NULL),
(3096, 'post_attachment', 3032, 3117, 'es', NULL),
(1700, 'post_attachment', 1636, 1988, 'es', NULL),
(2712, 'post_attachment', 2648, 2733, 'es', NULL),
(1702, 'post_attachment', 1638, 1990, 'es', NULL),
(3312, 'post_attachment', 3248, 3333, 'es', NULL),
(1704, 'post_attachment', 1640, 1992, 'es', NULL),
(2710, 'post_attachment', 2646, 2731, 'es', NULL),
(1706, 'post_attachment', 1642, 1994, 'es', NULL),
(3098, 'post_attachment', 3034, 3119, 'es', NULL),
(1708, 'post_attachment', 1644, 1996, 'es', NULL),
(2708, 'post_attachment', 2644, 2729, 'es', NULL),
(1710, 'post_attachment', 1646, 1998, 'es', NULL),
(1712, 'post_attachment', 1648, 2000, 'es', NULL),
(2706, 'post_attachment', 2642, 2727, 'es', NULL),
(1714, 'post_attachment', 1650, 2002, 'es', NULL),
(3100, 'post_attachment', 3036, 3121, 'es', NULL),
(1716, 'post_attachment', 1652, 2004, 'es', NULL),
(2704, 'post_attachment', 2640, 2725, 'es', NULL),
(1718, 'post_attachment', 1654, 2006, 'es', NULL),
(3286, 'post_attachment', 3222, 3307, 'es', NULL),
(1720, 'post_attachment', 1656, 2008, 'es', NULL),
(2702, 'post_attachment', 2638, 2723, 'es', NULL),
(1722, 'post_attachment', 1658, 2010, 'es', NULL),
(3062, 'post_attachment', 2998, 3083, 'es', NULL),
(1724, 'post_attachment', 1660, 2012, 'es', NULL),
(2700, 'post_attachment', 2636, 2721, 'es', NULL),
(1726, 'post_attachment', 1662, 2014, 'es', NULL),
(3064, 'post_attachment', 3000, 3085, 'es', NULL),
(1728, 'post_attachment', 1664, 2016, 'es', NULL),
(2698, 'post_attachment', 2634, 2719, 'es', NULL),
(1730, 'post_attachment', 1666, 2018, 'es', NULL),
(3324, 'post_attachment', 3260, 3345, 'es', NULL),
(1732, 'post_attachment', 1668, 2020, 'es', NULL),
(2696, 'post_attachment', 2632, 2717, 'es', NULL),
(1734, 'post_attachment', 1670, 2022, 'es', NULL),
(3066, 'post_attachment', 3002, 3087, 'es', NULL),
(1736, 'post_attachment', 1672, 2024, 'es', NULL),
(2694, 'post_attachment', 2630, 2715, 'es', NULL),
(1738, 'post_attachment', 1674, 2026, 'es', NULL),
(3402, 'post_attachment', 3338, 3423, 'es', NULL),
(1740, 'post_attachment', 1676, 2028, 'es', NULL),
(2692, 'post_attachment', 2628, 2713, 'es', NULL),
(1742, 'post_attachment', 1678, 2030, 'es', NULL),
(1744, 'post_attachment', 1680, 2032, 'es', NULL),
(2690, 'post_attachment', 2626, 2711, 'es', NULL),
(1746, 'post_attachment', 1682, 2034, 'es', NULL),
(3068, 'post_attachment', 3004, 3089, 'es', NULL),
(1748, 'post_attachment', 1684, 2036, 'es', NULL),
(2688, 'post_attachment', 2624, 2709, 'es', NULL),
(1750, 'post_attachment', 1686, 2038, 'es', NULL),
(3060, 'post_attachment', 2996, 3081, 'es', NULL),
(1752, 'post_attachment', 1688, 2040, 'es', NULL),
(2686, 'post_attachment', 2622, 2707, 'es', NULL),
(1754, 'post_attachment', 1690, 2042, 'es', NULL),
(3322, 'post_attachment', 3258, 3343, 'es', NULL),
(1756, 'post_attachment', 1692, 2044, 'es', NULL),
(2684, 'post_attachment', 2620, 2705, 'es', NULL),
(1758, 'post_attachment', 1694, 2046, 'es', NULL),
(3070, 'post_attachment', 3006, 3091, 'es', NULL),
(1760, 'post_attachment', 1696, 2048, 'es', NULL),
(2682, 'post_attachment', 2618, 2703, 'es', NULL),
(1762, 'post_attachment', 1698, 2050, 'es', NULL),
(3284, 'post_attachment', 3220, 3305, 'es', NULL),
(1764, 'post_attachment', 1700, 2052, 'es', NULL),
(2680, 'post_attachment', 2616, 2701, 'es', NULL),
(1766, 'post_attachment', 1702, 2054, 'es', NULL),
(1768, 'post_attachment', 1704, 2056, 'es', NULL),
(2678, 'post_attachment', 2614, 2699, 'es', NULL),
(1770, 'post_attachment', 1706, 2058, 'es', NULL),
(3288, 'post_attachment', 3224, 3309, 'es', NULL),
(1772, 'post_attachment', 1708, 2060, 'es', NULL),
(2676, 'post_attachment', 2612, 2697, 'es', NULL),
(1774, 'post_attachment', 1710, 2062, 'es', NULL),
(3056, 'post_attachment', 2992, 3077, 'es', NULL),
(1776, 'post_attachment', 1712, 2064, 'es', NULL),
(2674, 'post_attachment', 2610, 2695, 'es', NULL),
(1778, 'post_attachment', 1714, 2066, 'es', NULL),
(3058, 'post_attachment', 2994, 3079, 'es', NULL),
(1780, 'post_attachment', 1716, 2068, 'es', NULL),
(2672, 'post_attachment', 2608, 2693, 'es', NULL),
(1782, 'post_attachment', 1718, 2070, 'es', NULL),
(3432, 'post_attachment', 3368, 3453, 'es', NULL),
(1784, 'post_attachment', 1720, 2072, 'es', NULL),
(2670, 'post_attachment', 2606, 2691, 'es', NULL),
(1786, 'post_attachment', 1722, 2074, 'es', NULL),
(3054, 'post_attachment', 2990, 3075, 'es', NULL),
(1788, 'post_attachment', 1724, 2076, 'es', NULL),
(2668, 'post_attachment', 2604, 2689, 'es', NULL),
(1790, 'post_attachment', 1726, 2078, 'es', NULL),
(3072, 'post_attachment', 3008, 3093, 'es', NULL),
(1792, 'post_attachment', 1728, 2080, 'es', NULL),
(2666, 'post_attachment', 2602, 2687, 'es', NULL),
(1794, 'post_attachment', 1730, 2082, 'es', NULL),
(3320, 'post_attachment', 3256, 3341, 'es', NULL),
(1796, 'post_attachment', 1732, 2084, 'es', NULL),
(2664, 'post_attachment', 2600, 2685, 'es', NULL),
(1798, 'post_attachment', 1734, 2086, 'es', NULL),
(3298, 'post_attachment', 3234, 3319, 'es', NULL),
(1800, 'post_attachment', 1736, 2088, 'es', NULL),
(2662, 'post_attachment', 2598, 2683, 'es', NULL),
(1802, 'post_attachment', 1738, 2090, 'es', NULL),
(3030, 'post_attachment', 2966, 3051, 'es', NULL),
(1804, 'post_attachment', 1740, 2092, 'es', NULL),
(2660, 'post_attachment', 2596, 2681, 'es', NULL),
(1806, 'post_attachment', 1742, 2094, 'es', NULL),
(3028, 'post_attachment', 2964, 3049, 'es', NULL),
(1808, 'post_attachment', 1744, 2096, 'es', NULL),
(2658, 'post_attachment', 2594, 2679, 'es', NULL),
(1810, 'post_attachment', 1746, 2098, 'es', NULL),
(3404, 'post_attachment', 3340, 3425, 'es', NULL),
(1812, 'post_attachment', 1748, 2100, 'es', NULL),
(2656, 'post_attachment', 2592, 2677, 'es', NULL),
(1814, 'post_attachment', 1750, 2102, 'es', NULL),
(3032, 'post_attachment', 2968, 3053, 'es', NULL),
(1816, 'post_attachment', 1752, 2104, 'es', NULL),
(2654, 'post_attachment', 2590, 2675, 'es', NULL),
(1818, 'post_attachment', 1754, 2106, 'es', NULL),
(3466, 'post_attachment', 3402, 3487, 'es', NULL),
(1820, 'post_attachment', 1756, 2108, 'es', NULL),
(2652, 'post_attachment', 2588, 2673, 'es', NULL),
(1822, 'post_attachment', 1758, 2110, 'es', NULL),
(3296, 'post_attachment', 3232, 3317, 'es', NULL),
(1824, 'post_attachment', 1760, 2112, 'es', NULL),
(2650, 'post_attachment', 2586, 2671, 'es', NULL),
(1826, 'post_attachment', 1762, 2114, 'es', NULL),
(3026, 'post_attachment', 2962, 3047, 'es', NULL),
(1828, 'post_attachment', 1764, 2116, 'es', NULL),
(2648, 'post_attachment', 2584, 2669, 'es', NULL),
(1830, 'post_attachment', 1766, 2118, 'es', NULL),
(3034, 'post_attachment', 2970, 3055, 'es', NULL),
(1832, 'post_attachment', 1768, 2120, 'es', NULL),
(2646, 'post_attachment', 2582, 2667, 'es', NULL),
(1834, 'post_attachment', 1770, 2122, 'es', NULL),
(3408, 'post_attachment', 3344, 3429, 'es', NULL),
(1836, 'post_attachment', 1772, 2124, 'es', NULL),
(2644, 'post_attachment', 2580, 2665, 'es', NULL),
(1838, 'post_attachment', 1774, 2126, 'es', NULL),
(3036, 'post_attachment', 2972, 3057, 'es', NULL),
(1840, 'post_attachment', 1776, 2128, 'es', NULL),
(2642, 'post_attachment', 2578, 2663, 'es', NULL),
(1842, 'post_attachment', 1778, 2130, 'es', NULL),
(3294, 'post_attachment', 3230, 3315, 'es', NULL),
(1844, 'post_attachment', 1780, 2132, 'es', NULL),
(2640, 'post_attachment', 2576, 2661, 'es', NULL),
(1846, 'post_attachment', 1782, 2134, 'es', NULL),
(3038, 'post_attachment', 2974, 3059, 'es', NULL),
(1848, 'post_attachment', 1784, 2136, 'es', NULL),
(2638, 'post_attachment', 2574, 2659, 'es', NULL),
(1850, 'post_attachment', 1786, 2138, 'es', NULL),
(3464, 'post_attachment', 3400, 3485, 'es', NULL),
(1852, 'post_attachment', 1788, 2140, 'es', NULL),
(2636, 'post_attachment', 2572, 2657, 'es', NULL),
(1854, 'post_attachment', 1790, 2142, 'es', NULL),
(3040, 'post_attachment', 2976, 3061, 'es', NULL),
(1856, 'post_attachment', 1792, 2144, 'es', NULL),
(2634, 'post_attachment', 2570, 2655, 'es', NULL),
(1858, 'post_attachment', 1794, 2146, 'es', NULL),
(1860, 'post_attachment', 1796, 2148, 'es', NULL),
(2632, 'post_attachment', 2568, 2653, 'es', NULL),
(1862, 'post_attachment', 1798, 2150, 'es', NULL),
(3042, 'post_attachment', 2978, 3063, 'es', NULL),
(1864, 'post_attachment', 1800, 2152, 'es', NULL),
(2630, 'post_attachment', 2566, 2651, 'es', NULL),
(1866, 'post_attachment', 1802, 2154, 'es', NULL),
(3292, 'post_attachment', 3228, 3313, 'es', NULL),
(1868, 'post_attachment', 1804, 2156, 'es', NULL),
(2628, 'post_attachment', 2564, 2649, 'es', NULL),
(1870, 'post_attachment', 1806, 2158, 'es', NULL),
(3044, 'post_attachment', 2980, 3065, 'es', NULL),
(1872, 'post_attachment', 1808, 2160, 'es', NULL),
(2626, 'post_attachment', 2562, 2647, 'es', NULL),
(1874, 'post_attachment', 1810, 2162, 'es', NULL),
(1876, 'post_attachment', 1812, 2164, 'es', NULL),
(2624, 'post_attachment', 2560, 2645, 'es', NULL),
(1878, 'post_attachment', 1814, 2166, 'es', NULL),
(3006, 'post_attachment', 2942, 3027, 'es', NULL),
(1880, 'post_attachment', 1816, 2168, 'es', NULL),
(2622, 'post_attachment', 2558, 2643, 'es', NULL),
(1882, 'post_attachment', 1818, 2170, 'es', NULL),
(3004, 'post_attachment', 2940, 3025, 'es', NULL),
(1884, 'post_attachment', 1820, 2172, 'es', NULL),
(2620, 'post_attachment', 2556, 2641, 'es', NULL),
(1886, 'post_attachment', 1822, 2174, 'es', NULL),
(3002, 'post_attachment', 2938, 3023, 'es', NULL),
(1888, 'post_attachment', 1824, 2176, 'es', NULL),
(2618, 'post_attachment', 2554, 2639, 'es', NULL),
(1890, 'post_attachment', 1826, 2178, 'es', NULL),
(3270, 'post_attachment', 3206, 3291, 'es', NULL),
(1892, 'post_attachment', 1828, 2180, 'es', NULL),
(2616, 'post_attachment', 2552, 2637, 'es', NULL),
(1894, 'post_attachment', 1830, 2182, 'es', NULL),
(3416, 'post_attachment', 3352, 3437, 'es', NULL),
(1896, 'post_attachment', 1832, 2184, 'es', NULL),
(2614, 'post_attachment', 2550, 2635, 'es', NULL),
(1898, 'post_attachment', 1834, 2186, 'es', NULL),
(1900, 'post_attachment', 1836, 2188, 'es', NULL),
(2612, 'post_attachment', 2548, 2633, 'es', NULL),
(1902, 'post_attachment', 1838, 2190, 'es', NULL),
(3000, 'post_attachment', 2936, 3021, 'es', NULL),
(1904, 'post_attachment', 1840, 2192, 'es', NULL),
(2610, 'post_attachment', 2546, 2631, 'es', NULL),
(1906, 'post_attachment', 1842, 2194, 'es', NULL),
(3268, 'post_attachment', 3204, 3289, 'es', NULL),
(1908, 'post_attachment', 1844, 2196, 'es', NULL),
(2608, 'post_attachment', 2544, 2629, 'es', NULL),
(1910, 'post_attachment', 1846, 2198, 'es', NULL),
(3272, 'post_attachment', 3208, 3293, 'es', NULL),
(1912, 'post_attachment', 1848, 2200, 'es', NULL),
(2606, 'post_attachment', 2542, 2627, 'es', NULL),
(1914, 'post_attachment', 1850, 2202, 'es', NULL),
(2998, 'post_attachment', 2934, 3019, 'es', NULL),
(1916, 'post_attachment', 1852, 2204, 'es', NULL),
(2604, 'post_attachment', 2540, 2625, 'es', NULL),
(1918, 'post_attachment', 1854, 2206, 'es', NULL),
(3008, 'post_attachment', 2944, 3029, 'es', NULL),
(1920, 'post_attachment', 1856, 2208, 'es', NULL),
(2602, 'post_attachment', 2538, 2623, 'es', NULL),
(1922, 'post_attachment', 1858, 2210, 'es', NULL),
(1924, 'post_attachment', 1860, 2212, 'es', NULL),
(2600, 'post_attachment', 2536, 2621, 'es', NULL),
(1926, 'post_attachment', 1862, 2214, 'es', NULL),
(3274, 'post_attachment', 3210, 3295, 'es', NULL),
(1928, 'post_attachment', 1864, 2216, 'es', NULL),
(2598, 'post_attachment', 2534, 2619, 'es', NULL),
(1930, 'post_attachment', 1866, 2218, 'es', NULL),
(2994, 'post_attachment', 2930, 3015, 'es', NULL),
(1932, 'post_attachment', 1868, 2220, 'es', NULL),
(2596, 'post_attachment', 2532, 2617, 'es', NULL),
(1934, 'post_attachment', 1870, 2222, 'es', NULL),
(3414, 'post_attachment', 3350, 3435, 'es', NULL),
(1936, 'post_attachment', 1872, 2224, 'es', NULL),
(2594, 'post_attachment', 2530, 2615, 'es', NULL),
(1938, 'post_attachment', 1874, 2226, 'es', NULL),
(2992, 'post_attachment', 2928, 3013, 'es', NULL),
(1940, 'post_attachment', 1876, 2228, 'es', NULL),
(2592, 'post_attachment', 2528, 2613, 'es', NULL),
(1942, 'post_attachment', 1878, 2230, 'es', NULL),
(2996, 'post_attachment', 2932, 3017, 'es', NULL),
(1944, 'post_attachment', 1880, 2232, 'es', NULL),
(1945, 'post_attachment', 1881, 1701, 'es', NULL),
(1946, 'post_attachment', 1882, 1703, 'es', NULL),
(2590, 'post_attachment', 2526, 2611, 'es', NULL),
(1948, 'post_attachment', 1884, 1705, 'es', NULL),
(1949, 'post_attachment', 1885, 1707, 'es', NULL),
(1950, 'post_attachment', 1886, 1709, 'es', NULL),
(1951, 'post_attachment', 1887, 1711, 'es', NULL),
(1952, 'post_attachment', 1888, 1713, 'es', NULL),
(1953, 'post_attachment', 1889, 1715, 'es', NULL),
(1954, 'post_attachment', 1890, 1717, 'es', NULL),
(1955, 'post_attachment', 1891, 1719, 'es', NULL),
(1956, 'post_attachment', 1892, 1721, 'es', NULL),
(1957, 'post_attachment', 1893, 1723, 'es', NULL),
(1958, 'post_attachment', 1894, 1725, 'es', NULL),
(1959, 'post_attachment', 1895, 1727, 'es', NULL),
(1960, 'post_attachment', 1896, 1729, 'es', NULL),
(1961, 'post_attachment', 1897, 1731, 'es', NULL),
(1962, 'post_attachment', 1898, 1733, 'es', NULL),
(1963, 'post_attachment', 1899, 1735, 'es', NULL),
(1964, 'post_attachment', 1900, 1737, 'es', NULL),
(1965, 'post_attachment', 1901, 1739, 'es', NULL),
(1966, 'post_attachment', 1902, 1741, 'es', NULL),
(1967, 'post_attachment', 1903, 2234, 'es', NULL),
(1968, 'post_attachment', 1904, 1743, 'es', NULL),
(1969, 'post_attachment', 1905, 1745, 'es', NULL),
(1970, 'post_attachment', 1906, 1747, 'es', NULL),
(1971, 'post_attachment', 1907, 1749, 'es', NULL),
(1972, 'post_attachment', 1908, 1751, 'es', NULL),
(1973, 'post_attachment', 1909, 1753, 'es', NULL),
(1974, 'post_attachment', 1910, 1755, 'es', NULL),
(1975, 'post_attachment', 1911, 1757, 'es', NULL),
(1976, 'post_attachment', 1912, 1759, 'es', NULL),
(1977, 'post_attachment', 1913, 1761, 'es', NULL),
(1978, 'post_attachment', 1914, 1763, 'es', NULL),
(1979, 'post_attachment', 1915, 1765, 'es', NULL),
(1980, 'post_attachment', 1916, 1767, 'es', NULL),
(1981, 'post_attachment', 1917, 1769, 'es', NULL),
(1982, 'post_attachment', 1918, 1771, 'es', NULL),
(1983, 'post_attachment', 1919, 1773, 'es', NULL),
(1984, 'post_attachment', 1920, 1775, 'es', NULL),
(1985, 'post_attachment', 1921, 1777, 'es', NULL),
(1986, 'post_attachment', 1922, 1779, 'es', NULL),
(1987, 'post_attachment', 1923, 1781, 'es', NULL),
(3418, 'post_attachment', 3354, 3439, 'es', NULL),
(1989, 'post_attachment', 1925, 1783, 'es', NULL),
(1990, 'post_attachment', 1926, 1785, 'es', NULL),
(1991, 'post_attachment', 1927, 1787, 'es', NULL),
(1992, 'post_attachment', 1928, 1789, 'es', NULL),
(1993, 'post_attachment', 1929, 1791, 'es', NULL),
(1994, 'post_attachment', 1931, 2236, 'es', NULL),
(1995, 'post_attachment', 1930, 1793, 'es', NULL),
(2588, 'post_attachment', 2524, 2609, 'es', NULL),
(1997, 'post_attachment', 1933, 1795, 'es', NULL),
(1998, 'post_attachment', 1935, 2238, 'es', NULL),
(1999, 'post_attachment', 1934, 1797, 'es', NULL),
(3010, 'post_attachment', 2946, 3031, 'es', NULL),
(2001, 'post_attachment', 1937, 1799, 'es', NULL),
(2002, 'post_attachment', 1939, 2240, 'es', NULL),
(2003, 'post_attachment', 1938, 1801, 'es', NULL),
(2586, 'post_attachment', 2522, 2607, 'es', NULL),
(2005, 'post_attachment', 1941, 1803, 'es', NULL),
(2006, 'post_attachment', 1942, 2242, 'es', NULL),
(2007, 'post_attachment', 1943, 1805, 'es', NULL),
(3266, 'post_attachment', 3202, 3287, 'es', NULL),
(2009, 'post_attachment', 1945, 1807, 'es', NULL),
(2010, 'post_attachment', 1946, 2244, 'es', NULL),
(2011, 'post_attachment', 1947, 1809, 'es', NULL),
(2584, 'post_attachment', 2520, 2605, 'es', NULL),
(2013, 'post_attachment', 1949, 1811, 'es', NULL),
(2014, 'post_attachment', 1951, 2246, 'es', NULL),
(2015, 'post_attachment', 1950, 1813, 'es', NULL);
INSERT INTO `wp_icl_translations` (`translation_id`, `element_type`, `element_id`, `trid`, `language_code`, `source_language_code`) VALUES
(3394, 'post_attachment', 3330, 3415, 'es', NULL),
(2017, 'post_attachment', 1952, 1815, 'es', NULL),
(2018, 'post_attachment', 1955, 2248, 'es', NULL),
(2019, 'post_attachment', 1954, 1817, 'es', NULL),
(2582, 'post_attachment', 2518, 2603, 'es', NULL),
(2021, 'post_attachment', 1957, 1819, 'es', NULL),
(2022, 'post_attachment', 1959, 2250, 'es', NULL),
(2023, 'post_attachment', 1958, 1821, 'es', NULL),
(2974, 'post_attachment', 2910, 2995, 'es', NULL),
(2025, 'post_attachment', 1961, 1823, 'es', NULL),
(2026, 'post_attachment', 1963, 2252, 'es', NULL),
(2027, 'post_attachment', 1962, 1825, 'es', NULL),
(2580, 'post_attachment', 2516, 2601, 'es', NULL),
(2029, 'post_attachment', 1964, 1827, 'es', NULL),
(2030, 'post_attachment', 1967, 2254, 'es', NULL),
(2031, 'post_attachment', 1966, 1829, 'es', NULL),
(3246, 'post_attachment', 3182, 3267, 'es', NULL),
(2033, 'post_attachment', 1968, 1831, 'es', NULL),
(2034, 'post_attachment', 1970, 2256, 'es', NULL),
(2035, 'post_attachment', 1971, 1833, 'es', NULL),
(2578, 'post_attachment', 2514, 2599, 'es', NULL),
(2037, 'post_attachment', 1973, 1835, 'es', NULL),
(2038, 'post_attachment', 1974, 2258, 'es', NULL),
(2039, 'post_attachment', 1975, 1837, 'es', NULL),
(2976, 'post_attachment', 2912, 2997, 'es', NULL),
(2041, 'post_attachment', 1977, 1839, 'es', NULL),
(2042, 'post_attachment', 1979, 2260, 'es', NULL),
(2043, 'post_attachment', 1978, 1841, 'es', NULL),
(2576, 'post_attachment', 2512, 2597, 'es', NULL),
(2045, 'post_attachment', 1980, 1843, 'es', NULL),
(2046, 'post_attachment', 1983, 2262, 'es', NULL),
(2047, 'post_attachment', 1982, 1845, 'es', NULL),
(3384, 'post_attachment', 3320, 3405, 'es', NULL),
(2049, 'post_attachment', 1984, 1847, 'es', NULL),
(2050, 'post_attachment', 1986, 2264, 'es', NULL),
(2051, 'post_attachment', 1987, 1849, 'es', NULL),
(2574, 'post_attachment', 2510, 2595, 'es', NULL),
(2053, 'post_attachment', 1989, 1851, 'es', NULL),
(2054, 'post_attachment', 1990, 2266, 'es', NULL),
(2055, 'post_attachment', 1991, 1853, 'es', NULL),
(2978, 'post_attachment', 2914, 2999, 'es', NULL),
(2057, 'post_attachment', 1992, 1855, 'es', NULL),
(2058, 'post_attachment', 1995, 2268, 'es', NULL),
(2059, 'post_attachment', 1994, 1857, 'es', NULL),
(2572, 'post_attachment', 2508, 2593, 'es', NULL),
(2061, 'post_attachment', 1997, 1859, 'es', NULL),
(2062, 'post_attachment', 1998, 2270, 'es', NULL),
(2063, 'post_attachment', 1999, 1861, 'es', NULL),
(3244, 'post_attachment', 3180, 3265, 'es', NULL),
(2065, 'post_attachment', 2001, 1863, 'es', NULL),
(2066, 'post_attachment', 2003, 2272, 'es', NULL),
(2067, 'post_attachment', 2002, 1865, 'es', NULL),
(2570, 'post_attachment', 2506, 2591, 'es', NULL),
(2069, 'post_attachment', 2004, 1867, 'es', NULL),
(2070, 'post_attachment', 2007, 2274, 'es', NULL),
(2071, 'post_attachment', 2006, 1869, 'es', NULL),
(2980, 'post_attachment', 2916, 3001, 'es', NULL),
(2073, 'post_attachment', 2009, 1871, 'es', NULL),
(2074, 'post_attachment', 2010, 2276, 'es', NULL),
(2075, 'post_attachment', 2011, 1873, 'es', NULL),
(2568, 'post_attachment', 2504, 2589, 'es', NULL),
(2077, 'post_attachment', 2012, 1875, 'es', NULL),
(2078, 'post_attachment', 2015, 2278, 'es', NULL),
(2079, 'post_attachment', 2014, 1877, 'es', NULL),
(2972, 'post_attachment', 2908, 2993, 'es', NULL),
(2081, 'post_attachment', 2016, 1879, 'es', NULL),
(2082, 'post_attachment', 2019, 2280, 'es', NULL),
(2083, 'post_attachment', 2018, 1881, 'es', NULL),
(2566, 'post_attachment', 2502, 2587, 'es', NULL),
(2085, 'post_attachment', 2020, 1883, 'es', NULL),
(2086, 'post_attachment', 2023, 2282, 'es', NULL),
(2087, 'post_attachment', 2022, 1885, 'es', NULL),
(2089, 'post_attachment', 2024, 1887, 'es', NULL),
(2090, 'post_attachment', 2027, 2284, 'es', NULL),
(2091, 'post_attachment', 2026, 1889, 'es', NULL),
(2564, 'post_attachment', 2500, 2585, 'es', NULL),
(2093, 'post_attachment', 2028, 1891, 'es', NULL),
(2094, 'post_attachment', 2030, 2286, 'es', NULL),
(2095, 'post_attachment', 2031, 1893, 'es', NULL),
(2982, 'post_attachment', 2918, 3003, 'es', NULL),
(2097, 'post_attachment', 2033, 1895, 'es', NULL),
(2098, 'post_attachment', 2034, 2288, 'es', NULL),
(2099, 'post_attachment', 2035, 1897, 'es', NULL),
(2562, 'post_attachment', 2498, 2583, 'es', NULL),
(2101, 'post_attachment', 2037, 1899, 'es', NULL),
(2102, 'post_attachment', 2039, 2290, 'es', NULL),
(2103, 'post_attachment', 2038, 1901, 'es', NULL),
(3242, 'post_attachment', 3178, 3263, 'es', NULL),
(2105, 'post_attachment', 2041, 1903, 'es', NULL),
(2106, 'post_attachment', 2043, 2292, 'es', NULL),
(2107, 'post_attachment', 2042, 1905, 'es', NULL),
(2560, 'post_attachment', 2496, 2581, 'es', NULL),
(2109, 'post_attachment', 2044, 1907, 'es', NULL),
(2110, 'post_attachment', 2046, 2294, 'es', NULL),
(2111, 'post_attachment', 2047, 1909, 'es', NULL),
(2984, 'post_attachment', 2920, 3005, 'es', NULL),
(2113, 'post_attachment', 2048, 1911, 'es', NULL),
(2114, 'post_attachment', 2051, 2296, 'es', NULL),
(2115, 'post_attachment', 2050, 1913, 'es', NULL),
(2558, 'post_attachment', 2494, 2579, 'es', NULL),
(2117, 'post_attachment', 2052, 1915, 'es', NULL),
(2118, 'post_attachment', 2054, 2298, 'es', NULL),
(2119, 'post_attachment', 2055, 1917, 'es', NULL),
(3278, 'post_attachment', 3214, 3299, 'es', NULL),
(2121, 'post_attachment', 2057, 1919, 'es', NULL),
(2122, 'post_attachment', 2059, 2300, 'es', NULL),
(2123, 'post_attachment', 2058, 1921, 'es', NULL),
(2556, 'post_attachment', 2492, 2577, 'es', NULL),
(2125, 'post_attachment', 2061, 1923, 'es', NULL),
(2126, 'post_attachment', 2063, 2302, 'es', NULL),
(2127, 'post_attachment', 2062, 1925, 'es', NULL),
(2986, 'post_attachment', 2922, 3007, 'es', NULL),
(2129, 'post_attachment', 2064, 1927, 'es', NULL),
(2130, 'post_attachment', 2067, 2304, 'es', NULL),
(2131, 'post_attachment', 2066, 1929, 'es', NULL),
(2554, 'post_attachment', 2490, 2575, 'es', NULL),
(2133, 'post_attachment', 2068, 1931, 'es', NULL),
(2134, 'post_attachment', 2071, 2306, 'es', NULL),
(2135, 'post_attachment', 2070, 1933, 'es', NULL),
(3388, 'post_attachment', 3324, 3409, 'es', NULL),
(2137, 'post_attachment', 2072, 1935, 'es', NULL),
(2138, 'post_attachment', 2075, 2308, 'es', NULL),
(2139, 'post_attachment', 2074, 1937, 'es', NULL),
(2552, 'post_attachment', 2488, 2573, 'es', NULL),
(2141, 'post_attachment', 2077, 1939, 'es', NULL),
(2142, 'post_attachment', 2079, 2310, 'es', NULL),
(2143, 'post_attachment', 2078, 1941, 'es', NULL),
(2988, 'post_attachment', 2924, 3009, 'es', NULL),
(2145, 'post_attachment', 2081, 1943, 'es', NULL),
(2146, 'post_attachment', 2083, 2312, 'es', NULL),
(2147, 'post_attachment', 2082, 1945, 'es', NULL),
(2550, 'post_attachment', 2486, 2571, 'es', NULL),
(2149, 'post_attachment', 2085, 1947, 'es', NULL),
(2150, 'post_attachment', 2087, 2314, 'es', NULL),
(2151, 'post_attachment', 2086, 1949, 'es', NULL),
(3462, 'post_attachment', 3398, 3483, 'es', NULL),
(2153, 'post_attachment', 2088, 1951, 'es', NULL),
(2154, 'post_attachment', 2091, 2316, 'es', NULL),
(2155, 'post_attachment', 2090, 1953, 'es', NULL),
(2548, 'post_attachment', 2484, 2569, 'es', NULL),
(2157, 'post_attachment', 2093, 1955, 'es', NULL),
(2158, 'post_attachment', 2095, 2318, 'es', NULL),
(2159, 'post_attachment', 2094, 1957, 'es', NULL),
(2990, 'post_attachment', 2926, 3011, 'es', NULL),
(2161, 'post_attachment', 2096, 1959, 'es', NULL),
(2162, 'post_attachment', 2098, 2320, 'es', NULL),
(2163, 'post_attachment', 2099, 1961, 'es', NULL),
(2546, 'post_attachment', 2482, 2567, 'es', NULL),
(2165, 'post_attachment', 2100, 1963, 'es', NULL),
(2166, 'post_attachment', 2103, 2322, 'es', NULL),
(2167, 'post_attachment', 2102, 1965, 'es', NULL),
(3276, 'post_attachment', 3212, 3297, 'es', NULL),
(2169, 'post_attachment', 2105, 1967, 'es', NULL),
(2170, 'post_attachment', 2106, 2324, 'es', NULL),
(2171, 'post_attachment', 2107, 1969, 'es', NULL),
(2544, 'post_attachment', 2480, 2565, 'es', NULL),
(2173, 'post_attachment', 2108, 1971, 'es', NULL),
(2174, 'post_attachment', 2110, 2326, 'es', NULL),
(2175, 'post_attachment', 2111, 1973, 'es', NULL),
(2906, 'post_attachment', 2842, 2927, 'es', NULL),
(2177, 'post_attachment', 2113, 1975, 'es', NULL),
(2178, 'post_attachment', 2114, 2328, 'es', NULL),
(2179, 'post_attachment', 2115, 1977, 'es', NULL),
(2542, 'post_attachment', 2478, 2563, 'es', NULL),
(2181, 'post_attachment', 2116, 1979, 'es', NULL),
(2182, 'post_attachment', 2119, 2330, 'es', NULL),
(2183, 'post_attachment', 2118, 1981, 'es', NULL),
(2185, 'post_attachment', 2121, 1983, 'es', NULL),
(2186, 'post_attachment', 2123, 2332, 'es', NULL),
(2187, 'post_attachment', 2122, 1985, 'es', NULL),
(2540, 'post_attachment', 2476, 2561, 'es', NULL),
(2189, 'post_attachment', 2124, 1987, 'es', NULL),
(2190, 'post_attachment', 2127, 2334, 'es', NULL),
(2191, 'post_attachment', 2126, 1989, 'es', NULL),
(2908, 'post_attachment', 2844, 2929, 'es', NULL),
(2193, 'post_attachment', 2128, 1991, 'es', NULL),
(2194, 'post_attachment', 2131, 2336, 'es', NULL),
(2195, 'post_attachment', 2130, 1993, 'es', NULL),
(2538, 'post_attachment', 2474, 2559, 'es', NULL),
(2197, 'post_attachment', 2132, 1995, 'es', NULL),
(2198, 'post_attachment', 2135, 2338, 'es', NULL),
(2199, 'post_attachment', 2134, 1997, 'es', NULL),
(3220, 'post_attachment', 3156, 3241, 'es', NULL),
(2201, 'post_attachment', 2137, 1999, 'es', NULL),
(2202, 'post_attachment', 2138, 2340, 'es', NULL),
(2203, 'post_attachment', 2139, 2001, 'es', NULL),
(2536, 'post_attachment', 2472, 2557, 'es', NULL),
(2205, 'post_attachment', 2140, 2003, 'es', NULL),
(2206, 'post_attachment', 2142, 2342, 'es', NULL),
(2207, 'post_attachment', 2143, 2005, 'es', NULL),
(2910, 'post_attachment', 2846, 2931, 'es', NULL),
(2209, 'post_attachment', 2145, 2007, 'es', NULL),
(2210, 'post_attachment', 2146, 2344, 'es', NULL),
(2211, 'post_attachment', 2147, 2009, 'es', NULL),
(2534, 'post_attachment', 2470, 2555, 'es', NULL),
(2213, 'post_attachment', 2149, 2011, 'es', NULL),
(2214, 'post_attachment', 2150, 2346, 'es', NULL),
(2215, 'post_attachment', 2151, 2013, 'es', NULL),
(3370, 'post_attachment', 3306, 3391, 'es', NULL),
(2217, 'post_attachment', 2152, 2015, 'es', NULL),
(2218, 'post_attachment', 2154, 2348, 'es', NULL),
(2219, 'post_attachment', 2155, 2017, 'es', NULL),
(2532, 'post_attachment', 2468, 2553, 'es', NULL),
(2221, 'post_attachment', 2156, 2019, 'es', NULL),
(2222, 'post_attachment', 2158, 2350, 'es', NULL),
(2223, 'post_attachment', 2159, 2021, 'es', NULL),
(2912, 'post_attachment', 2848, 2933, 'es', NULL),
(2225, 'post_attachment', 2160, 2023, 'es', NULL),
(2226, 'post_attachment', 2162, 2352, 'es', NULL),
(2227, 'post_attachment', 2163, 2025, 'es', NULL),
(2530, 'post_attachment', 2466, 2551, 'es', NULL),
(2229, 'post_attachment', 2164, 2027, 'es', NULL),
(2230, 'post_attachment', 2167, 2354, 'es', NULL),
(2231, 'post_attachment', 2166, 2029, 'es', NULL),
(3446, 'post_attachment', 3382, 3467, 'es', NULL),
(2233, 'post_attachment', 2169, 2031, 'es', NULL),
(2234, 'post_attachment', 2170, 2356, 'es', NULL),
(2235, 'post_attachment', 2171, 2033, 'es', NULL),
(2528, 'post_attachment', 2464, 2549, 'es', NULL),
(2237, 'post_attachment', 2173, 2035, 'es', NULL),
(2238, 'post_attachment', 2175, 2358, 'es', NULL),
(2239, 'post_attachment', 2174, 2037, 'es', NULL),
(2914, 'post_attachment', 2850, 2935, 'es', NULL),
(2241, 'post_attachment', 2177, 2039, 'es', NULL),
(2242, 'post_attachment', 2179, 2360, 'es', NULL),
(2243, 'post_attachment', 2178, 2041, 'es', NULL),
(2526, 'post_attachment', 2462, 2547, 'es', NULL),
(2245, 'post_attachment', 2181, 2043, 'es', NULL),
(2246, 'post_attachment', 2182, 2362, 'es', NULL),
(2247, 'post_attachment', 2183, 2045, 'es', NULL),
(3218, 'post_attachment', 3154, 3239, 'es', NULL),
(2249, 'post_attachment', 2185, 2047, 'es', NULL),
(2250, 'post_attachment', 2187, 2364, 'es', NULL),
(2251, 'post_attachment', 2186, 2049, 'es', NULL),
(2524, 'post_attachment', 2460, 2545, 'es', NULL),
(2253, 'post_attachment', 2189, 2051, 'es', NULL),
(2254, 'post_attachment', 2191, 2366, 'es', NULL),
(2255, 'post_attachment', 2190, 2053, 'es', NULL),
(2916, 'post_attachment', 2852, 2937, 'es', NULL),
(2257, 'post_attachment', 2193, 2055, 'es', NULL),
(2258, 'post_attachment', 2194, 2368, 'es', NULL),
(2259, 'post_attachment', 2195, 2057, 'es', NULL),
(2522, 'post_attachment', 2458, 2543, 'es', NULL),
(2261, 'post_attachment', 2197, 2059, 'es', NULL),
(2262, 'post_attachment', 2199, 2370, 'es', NULL),
(2263, 'post_attachment', 2198, 2061, 'es', NULL),
(3222, 'post_attachment', 3158, 3243, 'es', NULL),
(2265, 'post_attachment', 2200, 2063, 'es', NULL),
(2266, 'post_attachment', 2202, 2372, 'es', NULL),
(2267, 'post_attachment', 2203, 2065, 'es', NULL),
(2520, 'post_attachment', 2456, 2541, 'es', NULL),
(2269, 'post_attachment', 2204, 2067, 'es', NULL),
(2270, 'post_attachment', 2206, 2374, 'es', NULL),
(2271, 'post_attachment', 2207, 2069, 'es', NULL),
(3442, 'post_attachment', 3378, 3463, 'es', NULL),
(2273, 'post_attachment', 2209, 2071, 'es', NULL),
(2274, 'post_attachment', 2211, 2376, 'es', NULL),
(2275, 'post_attachment', 2210, 2073, 'es', NULL),
(2518, 'post_attachment', 2454, 2539, 'es', NULL),
(2277, 'post_attachment', 2213, 2075, 'es', NULL),
(2278, 'post_attachment', 2215, 2378, 'es', NULL),
(2279, 'post_attachment', 2214, 2077, 'es', NULL),
(2918, 'post_attachment', 2854, 2939, 'es', NULL),
(2281, 'post_attachment', 2217, 2079, 'es', NULL),
(2282, 'post_attachment', 2219, 2380, 'es', NULL),
(2283, 'post_attachment', 2218, 2081, 'es', NULL),
(2516, 'post_attachment', 2452, 2537, 'es', NULL),
(2285, 'post_attachment', 2220, 2083, 'es', NULL),
(2286, 'post_attachment', 2222, 2382, 'es', NULL),
(2287, 'post_attachment', 2223, 2085, 'es', NULL),
(3216, 'post_attachment', 3152, 3237, 'es', NULL),
(2289, 'post_attachment', 2225, 2087, 'es', NULL),
(2290, 'post_attachment', 2227, 2384, 'es', NULL),
(2291, 'post_attachment', 2226, 2089, 'es', NULL),
(2514, 'post_attachment', 2450, 2535, 'es', NULL),
(2293, 'post_attachment', 2228, 2091, 'es', NULL),
(2294, 'post_attachment', 2231, 2386, 'es', NULL),
(2295, 'post_attachment', 2230, 2093, 'es', NULL),
(2920, 'post_attachment', 2856, 2941, 'es', NULL),
(2297, 'post_attachment', 2232, 2095, 'es', NULL),
(2298, 'post_attachment', 2235, 2388, 'es', NULL),
(2299, 'post_attachment', 2234, 2097, 'es', NULL),
(2512, 'post_attachment', 2448, 2533, 'es', NULL),
(2301, 'post_attachment', 2237, 2099, 'es', NULL),
(2302, 'post_attachment', 2239, 2390, 'es', NULL),
(2303, 'post_attachment', 2238, 2101, 'es', NULL),
(3372, 'post_attachment', 3308, 3393, 'es', NULL),
(2305, 'post_attachment', 2240, 2103, 'es', NULL),
(2306, 'post_attachment', 2242, 2392, 'es', NULL),
(2307, 'post_attachment', 2243, 2105, 'es', NULL),
(2510, 'post_attachment', 2446, 2531, 'es', NULL),
(2309, 'post_attachment', 2245, 2107, 'es', NULL),
(2310, 'post_attachment', 2246, 2394, 'es', NULL),
(2311, 'post_attachment', 2247, 2109, 'es', NULL),
(2922, 'post_attachment', 2858, 2943, 'es', NULL),
(2313, 'post_attachment', 2249, 2111, 'es', NULL),
(2314, 'post_attachment', 2251, 2396, 'es', NULL),
(2315, 'post_attachment', 2250, 2113, 'es', NULL),
(2508, 'post_attachment', 2444, 2529, 'es', NULL),
(2317, 'post_attachment', 2252, 2115, 'es', NULL),
(2318, 'post_attachment', 2254, 2398, 'es', NULL),
(2319, 'post_attachment', 2255, 2117, 'es', NULL),
(3214, 'post_attachment', 3150, 3235, 'es', NULL),
(2321, 'post_attachment', 2256, 2119, 'es', NULL),
(2322, 'post_attachment', 2259, 2400, 'es', NULL),
(2323, 'post_attachment', 2258, 2121, 'es', NULL),
(2506, 'post_attachment', 2442, 2527, 'es', NULL),
(2325, 'post_attachment', 2261, 2123, 'es', NULL),
(2326, 'post_attachment', 2262, 2402, 'es', NULL),
(2327, 'post_attachment', 2263, 2125, 'es', NULL),
(2924, 'post_attachment', 2860, 2945, 'es', NULL),
(2329, 'post_attachment', 2264, 2127, 'es', NULL),
(2330, 'post_attachment', 2267, 2404, 'es', NULL),
(2331, 'post_attachment', 2266, 2129, 'es', NULL),
(2504, 'post_attachment', 2440, 2525, 'es', NULL),
(2333, 'post_attachment', 2269, 2131, 'es', NULL),
(2334, 'post_attachment', 2270, 2406, 'es', NULL),
(2335, 'post_attachment', 2271, 2133, 'es', NULL),
(3444, 'post_attachment', 3380, 3465, 'es', NULL),
(2337, 'post_attachment', 2273, 2135, 'es', NULL),
(2338, 'post_attachment', 2275, 2408, 'es', NULL),
(2339, 'post_attachment', 2274, 2137, 'es', NULL),
(2502, 'post_attachment', 2438, 2523, 'es', NULL),
(2341, 'post_attachment', 2276, 2139, 'es', NULL),
(2342, 'post_attachment', 2278, 2410, 'es', NULL),
(2343, 'post_attachment', 2279, 2141, 'es', NULL),
(2888, 'post_attachment', 2824, 2909, 'es', NULL),
(2345, 'post_attachment', 2280, 2143, 'es', NULL),
(2346, 'post_attachment', 2282, 2412, 'es', NULL),
(2347, 'post_attachment', 2283, 2145, 'es', NULL),
(2500, 'post_attachment', 2436, 2521, 'es', NULL),
(2349, 'post_attachment', 2284, 2147, 'es', NULL),
(2350, 'post_attachment', 2287, 2414, 'es', NULL),
(2351, 'post_attachment', 2286, 2149, 'es', NULL),
(3194, 'post_attachment', 3130, 3215, 'es', NULL),
(2353, 'post_attachment', 2288, 2151, 'es', NULL),
(2354, 'post_attachment', 2291, 2416, 'es', NULL),
(2355, 'post_attachment', 2290, 2153, 'es', NULL),
(2498, 'post_attachment', 2434, 2519, 'es', NULL),
(2357, 'post_attachment', 2292, 2155, 'es', NULL),
(2358, 'post_attachment', 2295, 2418, 'es', NULL),
(2359, 'post_attachment', 2294, 2157, 'es', NULL),
(2890, 'post_attachment', 2826, 2911, 'es', NULL),
(2361, 'post_attachment', 2296, 2159, 'es', NULL),
(2362, 'post_attachment', 2299, 2420, 'es', NULL),
(2363, 'post_attachment', 2298, 2161, 'es', NULL),
(2496, 'post_attachment', 2432, 2517, 'es', NULL),
(2365, 'post_attachment', 2301, 2163, 'es', NULL),
(2366, 'post_attachment', 2302, 2422, 'es', NULL),
(2367, 'post_attachment', 2303, 2165, 'es', NULL),
(3382, 'post_attachment', 3318, 3403, 'es', NULL),
(2369, 'post_attachment', 2304, 2167, 'es', NULL),
(2370, 'post_attachment', 2307, 2424, 'es', NULL),
(2371, 'post_attachment', 2306, 2169, 'es', NULL),
(2494, 'post_attachment', 2430, 2515, 'es', NULL),
(2373, 'post_attachment', 2308, 2171, 'es', NULL),
(2374, 'post_attachment', 2311, 2426, 'es', NULL),
(2375, 'post_attachment', 2310, 2173, 'es', NULL),
(2892, 'post_attachment', 2828, 2913, 'es', NULL),
(2377, 'post_attachment', 2313, 2175, 'es', NULL),
(2378, 'post_attachment', 2315, 2428, 'es', NULL),
(2379, 'post_attachment', 2314, 2177, 'es', NULL),
(2492, 'post_attachment', 2428, 2513, 'es', NULL),
(2381, 'post_attachment', 2317, 2179, 'es', NULL),
(2382, 'post_attachment', 2318, 2430, 'es', NULL),
(2383, 'post_attachment', 2319, 2181, 'es', NULL),
(3192, 'post_attachment', 3128, 3213, 'es', NULL),
(2385, 'post_attachment', 2321, 2183, 'es', NULL),
(2386, 'post_attachment', 2323, 2432, 'es', NULL),
(2387, 'post_attachment', 2322, 2185, 'es', NULL),
(2490, 'post_attachment', 2426, 2511, 'es', NULL),
(2389, 'post_attachment', 2324, 2187, 'es', NULL),
(2390, 'post_attachment', 2327, 2434, 'es', NULL),
(2391, 'post_attachment', 2326, 2189, 'es', NULL),
(2894, 'post_attachment', 2830, 2915, 'es', NULL),
(2393, 'post_attachment', 2328, 2191, 'es', NULL),
(2394, 'post_attachment', 2331, 2436, 'es', NULL),
(2395, 'post_attachment', 2330, 2193, 'es', NULL),
(2488, 'post_attachment', 2424, 2509, 'es', NULL),
(2397, 'post_attachment', 2332, 2195, 'es', NULL),
(2398, 'post_attachment', 2335, 2438, 'es', NULL),
(2399, 'post_attachment', 2334, 2197, 'es', NULL),
(2886, 'post_attachment', 2822, 2907, 'es', NULL),
(2401, 'post_attachment', 2337, 2199, 'es', NULL),
(2402, 'post_attachment', 2338, 2440, 'es', NULL),
(2403, 'post_attachment', 2339, 2201, 'es', NULL),
(2486, 'post_attachment', 2422, 2507, 'es', NULL),
(2405, 'post_attachment', 2340, 2203, 'es', NULL),
(2406, 'post_attachment', 2343, 2442, 'es', NULL),
(2407, 'post_attachment', 2342, 2205, 'es', NULL),
(2409, 'post_attachment', 2345, 2207, 'es', NULL),
(2410, 'post_attachment', 2347, 2444, 'es', NULL),
(2411, 'post_attachment', 2346, 2209, 'es', NULL),
(2484, 'post_attachment', 2420, 2505, 'es', NULL),
(2413, 'post_attachment', 2349, 2211, 'es', NULL),
(2414, 'post_attachment', 2351, 2446, 'es', NULL),
(2415, 'post_attachment', 2350, 2213, 'es', NULL),
(2896, 'post_attachment', 2832, 2917, 'es', NULL),
(2417, 'post_attachment', 2352, 2215, 'es', NULL),
(2418, 'post_attachment', 2355, 2448, 'es', NULL),
(2419, 'post_attachment', 2354, 2217, 'es', NULL),
(2482, 'post_attachment', 2418, 2503, 'es', NULL),
(2421, 'post_attachment', 2357, 2219, 'es', NULL),
(2422, 'post_attachment', 2358, 2450, 'es', NULL),
(2423, 'post_attachment', 2359, 2221, 'es', NULL),
(2425, 'post_attachment', 2361, 2223, 'es', NULL),
(2426, 'post_attachment', 2362, 2452, 'es', NULL),
(2427, 'post_attachment', 2363, 2225, 'es', NULL),
(2480, 'post_attachment', 2416, 2501, 'es', NULL),
(2429, 'post_attachment', 2365, 2227, 'es', NULL),
(2430, 'post_attachment', 2366, 2454, 'es', NULL),
(2431, 'post_attachment', 2367, 2229, 'es', NULL),
(2898, 'post_attachment', 2834, 2919, 'es', NULL),
(2433, 'post_attachment', 2368, 2231, 'es', NULL),
(2434, 'post_attachment', 2370, 2456, 'es', NULL),
(2478, 'post_attachment', 2414, 2499, 'es', NULL),
(2436, 'post_attachment', 2372, 2458, 'es', NULL),
(3190, 'post_attachment', 3126, 3211, 'es', NULL),
(2438, 'post_attachment', 2374, 2460, 'es', NULL),
(2476, 'post_attachment', 2412, 2497, 'es', NULL),
(2440, 'post_attachment', 2376, 2462, 'es', NULL),
(2900, 'post_attachment', 2836, 2921, 'es', NULL),
(2442, 'post_attachment', 2378, 2464, 'es', NULL),
(2474, 'post_attachment', 2410, 2495, 'es', NULL),
(2444, 'post_attachment', 2380, 2466, 'es', NULL),
(2446, 'post_attachment', 2382, 2468, 'es', NULL),
(2472, 'post_attachment', 2408, 2493, 'es', NULL),
(2448, 'post_attachment', 2384, 2470, 'es', NULL),
(2902, 'post_attachment', 2838, 2923, 'es', NULL),
(2450, 'post_attachment', 2386, 2472, 'es', NULL),
(2470, 'post_attachment', 2406, 2491, 'es', NULL),
(2452, 'post_attachment', 2388, 2474, 'es', NULL),
(3188, 'post_attachment', 3124, 3209, 'es', NULL),
(2454, 'post_attachment', 2390, 2476, 'es', NULL),
(2468, 'post_attachment', 2404, 2489, 'es', NULL),
(2456, 'post_attachment', 2392, 2478, 'es', NULL),
(3196, 'post_attachment', 3132, 3217, 'es', NULL),
(2458, 'post_attachment', 2394, 2480, 'es', NULL),
(2466, 'post_attachment', 2402, 2487, 'es', NULL),
(2460, 'post_attachment', 2396, 2482, 'es', NULL),
(2904, 'post_attachment', 2840, 2925, 'es', NULL),
(2462, 'post_attachment', 2398, 2484, 'es', NULL),
(2464, 'post_attachment', 2400, 2485, 'es', NULL),
(2858, 'post_attachment', 2794, 2879, 'es', NULL),
(3168, 'post_attachment', 3104, 3189, 'es', NULL),
(2860, 'post_attachment', 2796, 2881, 'es', NULL),
(3358, 'post_attachment', 3294, 3379, 'es', NULL),
(2862, 'post_attachment', 2798, 2883, 'es', NULL),
(3166, 'post_attachment', 3102, 3187, 'es', NULL),
(2864, 'post_attachment', 2800, 2885, 'es', NULL),
(2866, 'post_attachment', 2802, 2887, 'es', NULL),
(3224, 'post_attachment', 3160, 3245, 'es', NULL),
(2868, 'post_attachment', 2804, 2889, 'es', NULL),
(3368, 'post_attachment', 3304, 3389, 'es', NULL),
(2870, 'post_attachment', 2806, 2891, 'es', NULL),
(3202, 'post_attachment', 3138, 3223, 'es', NULL),
(2872, 'post_attachment', 2808, 2893, 'es', NULL),
(3378, 'post_attachment', 3314, 3399, 'es', NULL),
(2874, 'post_attachment', 2810, 2895, 'es', NULL),
(3200, 'post_attachment', 3136, 3221, 'es', NULL),
(2876, 'post_attachment', 2812, 2897, 'es', NULL),
(3186, 'post_attachment', 3122, 3207, 'es', NULL),
(2878, 'post_attachment', 2814, 2899, 'es', NULL),
(2880, 'post_attachment', 2816, 2901, 'es', NULL),
(3198, 'post_attachment', 3134, 3219, 'es', NULL),
(2882, 'post_attachment', 2818, 2903, 'es', NULL),
(3380, 'post_attachment', 3316, 3401, 'es', NULL),
(2884, 'post_attachment', 2820, 2905, 'es', NULL),
(3448, 'post_attachment', 3384, 3469, 'es', NULL),
(2926, 'post_attachment', 2862, 2947, 'es', NULL),
(3212, 'post_attachment', 3148, 3233, 'es', NULL),
(2928, 'post_attachment', 2864, 2949, 'es', NULL),
(3374, 'post_attachment', 3310, 3395, 'es', NULL),
(2930, 'post_attachment', 2866, 2951, 'es', NULL),
(3210, 'post_attachment', 3146, 3231, 'es', NULL),
(2932, 'post_attachment', 2868, 2953, 'es', NULL),
(2934, 'post_attachment', 2870, 2955, 'es', NULL),
(3208, 'post_attachment', 3144, 3229, 'es', NULL),
(2936, 'post_attachment', 2872, 2957, 'es', NULL),
(3204, 'post_attachment', 3140, 3225, 'es', NULL),
(2938, 'post_attachment', 2874, 2959, 'es', NULL),
(3376, 'post_attachment', 3312, 3397, 'es', NULL),
(2940, 'post_attachment', 2876, 2961, 'es', NULL),
(3206, 'post_attachment', 3142, 3227, 'es', NULL),
(2942, 'post_attachment', 2878, 2963, 'es', NULL),
(3450, 'post_attachment', 3386, 3471, 'es', NULL),
(2944, 'post_attachment', 2880, 2965, 'es', NULL),
(3280, 'post_attachment', 3216, 3301, 'es', NULL),
(2946, 'post_attachment', 2882, 2967, 'es', NULL),
(3412, 'post_attachment', 3348, 3433, 'es', NULL),
(2948, 'post_attachment', 2884, 2969, 'es', NULL),
(3258, 'post_attachment', 3194, 3279, 'es', NULL),
(2950, 'post_attachment', 2886, 2971, 'es', NULL),
(2952, 'post_attachment', 2888, 2973, 'es', NULL),
(3256, 'post_attachment', 3192, 3277, 'es', NULL),
(2954, 'post_attachment', 2890, 2975, 'es', NULL),
(3390, 'post_attachment', 3326, 3411, 'es', NULL),
(2956, 'post_attachment', 2892, 2977, 'es', NULL),
(3254, 'post_attachment', 3190, 3275, 'es', NULL),
(2958, 'post_attachment', 2894, 2979, 'es', NULL),
(3456, 'post_attachment', 3392, 3477, 'es', NULL),
(2960, 'post_attachment', 2896, 2981, 'es', NULL),
(3252, 'post_attachment', 3188, 3273, 'es', NULL),
(2962, 'post_attachment', 2898, 2983, 'es', NULL),
(3392, 'post_attachment', 3328, 3413, 'es', NULL),
(2964, 'post_attachment', 2900, 2985, 'es', NULL),
(3250, 'post_attachment', 3186, 3271, 'es', NULL),
(2966, 'post_attachment', 2902, 2987, 'es', NULL),
(2968, 'post_attachment', 2904, 2989, 'es', NULL),
(3248, 'post_attachment', 3184, 3269, 'es', NULL),
(2970, 'post_attachment', 2906, 2991, 'es', NULL),
(3012, 'post_attachment', 2948, 3033, 'es', NULL),
(3460, 'post_attachment', 3396, 3481, 'es', NULL),
(3014, 'post_attachment', 2950, 3035, 'es', NULL),
(3264, 'post_attachment', 3200, 3285, 'es', NULL),
(3016, 'post_attachment', 2952, 3037, 'es', NULL),
(3018, 'post_attachment', 2954, 3039, 'es', NULL),
(3260, 'post_attachment', 3196, 3281, 'es', NULL),
(3020, 'post_attachment', 2956, 3041, 'es', NULL),
(3262, 'post_attachment', 3198, 3283, 'es', NULL),
(3022, 'post_attachment', 2958, 3043, 'es', NULL),
(3386, 'post_attachment', 3322, 3407, 'es', NULL),
(3024, 'post_attachment', 2960, 3045, 'es', NULL),
(3300, 'post_attachment', 3236, 3321, 'es', NULL),
(3046, 'post_attachment', 2982, 3067, 'es', NULL),
(3282, 'post_attachment', 3218, 3303, 'es', NULL),
(3048, 'post_attachment', 2984, 3069, 'es', NULL),
(3290, 'post_attachment', 3226, 3311, 'es', NULL),
(3050, 'post_attachment', 2986, 3071, 'es', NULL),
(3410, 'post_attachment', 3346, 3431, 'es', NULL),
(3052, 'post_attachment', 2988, 3073, 'es', NULL),
(3400, 'post_attachment', 3336, 3421, 'es', NULL),
(3074, 'post_attachment', 3010, 3095, 'es', NULL),
(3076, 'post_attachment', 3012, 3097, 'es', NULL),
(3078, 'post_attachment', 3014, 3099, 'es', NULL),
(3318, 'post_attachment', 3254, 3339, 'es', NULL),
(3080, 'post_attachment', 3016, 3101, 'es', NULL),
(3436, 'post_attachment', 3372, 3457, 'es', NULL),
(3102, 'post_attachment', 3038, 3123, 'es', NULL),
(3310, 'post_attachment', 3246, 3331, 'es', NULL),
(3104, 'post_attachment', 3040, 3125, 'es', NULL),
(3346, 'post_attachment', 3282, 3367, 'es', NULL),
(3106, 'post_attachment', 3042, 3127, 'es', NULL),
(3108, 'post_attachment', 3044, 3129, 'es', NULL),
(3430, 'post_attachment', 3366, 3451, 'es', NULL),
(3130, 'post_attachment', 3066, 3151, 'es', NULL),
(3336, 'post_attachment', 3272, 3357, 'es', NULL),
(3132, 'post_attachment', 3068, 3153, 'es', NULL),
(3424, 'post_attachment', 3360, 3445, 'es', NULL),
(3154, 'post_attachment', 3090, 3175, 'es', NULL),
(3452, 'post_attachment', 3388, 3473, 'es', NULL),
(3156, 'post_attachment', 3092, 3177, 'es', NULL),
(3362, 'post_attachment', 3298, 3383, 'es', NULL),
(3158, 'post_attachment', 3094, 3179, 'es', NULL),
(3160, 'post_attachment', 3096, 3181, 'es', NULL),
(3360, 'post_attachment', 3296, 3381, 'es', NULL),
(3162, 'post_attachment', 3098, 3183, 'es', NULL),
(3440, 'post_attachment', 3376, 3461, 'es', NULL),
(3164, 'post_attachment', 3100, 3185, 'es', NULL),
(3366, 'post_attachment', 3302, 3387, 'es', NULL),
(3226, 'post_attachment', 3162, 3247, 'es', NULL),
(3228, 'post_attachment', 3164, 3249, 'es', NULL),
(3230, 'post_attachment', 3166, 3251, 'es', NULL),
(3232, 'post_attachment', 3168, 3253, 'es', NULL),
(3398, 'post_attachment', 3334, 3419, 'es', NULL),
(3234, 'post_attachment', 3170, 3255, 'es', NULL),
(3236, 'post_attachment', 3172, 3257, 'es', NULL),
(3396, 'post_attachment', 3332, 3417, 'es', NULL),
(3238, 'post_attachment', 3174, 3259, 'es', NULL),
(3240, 'post_attachment', 3176, 3261, 'es', NULL),
(3302, 'post_attachment', 3238, 3323, 'es', NULL),
(3406, 'post_attachment', 3342, 3427, 'es', NULL),
(3304, 'post_attachment', 3240, 3325, 'es', NULL),
(3458, 'post_attachment', 3394, 3479, 'es', NULL),
(3326, 'post_attachment', 3262, 3347, 'es', NULL),
(4390, 'post_attachment', 3699, 4410, 'en', NULL),
(4389, 'post_attachment', 3698, 4409, 'en', NULL),
(4388, 'post_attachment', 3697, 4408, 'en', NULL),
(4387, 'post_attachment', 3696, 4407, 'en', NULL),
(4386, 'post_attachment', 3695, 4406, 'en', NULL),
(4385, 'post_attachment', 3694, 4405, 'en', NULL),
(4384, 'post_attachment', 3693, 4404, 'en', NULL),
(4383, 'post_attachment', 3692, 4403, 'en', NULL),
(4381, 'post_attachment', 3690, 4401, 'en', NULL),
(4380, 'post_attachment', 3689, 4400, 'en', NULL),
(4382, 'post_attachment', 3691, 4402, 'en', NULL),
(4634, 'post_attachment', 3749, 4654, 'en', NULL),
(4633, 'post_attachment', 3748, 4653, 'en', NULL),
(4632, 'post_attachment', 3747, 4652, 'en', NULL),
(4631, 'post_attachment', 3746, 4651, 'en', NULL),
(4630, 'post_attachment', 3745, 4650, 'en', NULL),
(4629, 'post_attachment', 3744, 4649, 'en', NULL),
(4635, 'post_attachment', 3750, 4655, 'en', NULL),
(4828, 'post_displayed_gallery', 1079, 4668, 'en', NULL),
(4827, 'post_displayed_gallery', 712, 4667, 'en', NULL),
(4826, 'post_displayed_gallery', 694, 4666, 'en', NULL),
(4825, 'post_displayed_gallery', 662, 4665, 'en', NULL),
(4820, 'post_nav_menu_item', 4736, 4660, 'en', NULL),
(4818, 'post_post', 4735, 4659, 'en', NULL),
(4817, 'post_page', 4733, 4658, 'en', NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_icl_translation_status`
--

CREATE TABLE `wp_icl_translation_status` (
  `rid` bigint(20) NOT NULL,
  `translation_id` bigint(20) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `translator_id` bigint(20) NOT NULL,
  `needs_update` tinyint(4) NOT NULL,
  `md5` varchar(32) NOT NULL,
  `translation_service` varchar(16) NOT NULL,
  `translation_package` text NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  `links_fixed` tinyint(4) NOT NULL DEFAULT 0,
  `_prevstate` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_icl_translation_status`
--

INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(1, 138, 10, 1, 0, '29b17a5a6d68a9fdc84ad527ccfcc259', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=18\";s:8:\"contents\";a:15:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QWN0aXZpdGllcw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:22960:\"UHVlcnRvIEJhcmlsbGFzIG9mZmVycyBtYW55IHVuaXF1ZcKgIGd1ZXN0IGFjdGl2aXRpZXMuIEZyb20gYmF5IHRvdXJzIHRvIHdhdGVyIHNwb3J0cywgY2hpbGRyZW4ncyBwbGF5Z3JvdW5kcyB0byBjb25zZXJ2YXRpb24gcHJvZ3JhbXMgYW5kIHNpZ2h0c2VlZWluZywgdGhlcmUgaXMgc29tZXRoaW5nIGhlcmUgZm9yIGV2ZXJ5b25lLg0KDQombmJzcDsNCjx0YWJsZSBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPjxiPkJvYXQgVG91cnMgwqDCoCAoTcOheGltbyAxMCBwZXJzb25hcyk8L2I+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+VG90YWwgKCBwZXIgYm9hdCk8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+Qm9hdCBUb3VyIElzbGEgUGFqYXJpdG8gLyBEdXJhdGlvbiA6IDIgaG91cnPCoCAxLTUvNi0xMDwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQxMDEuMDAvJDExMy4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5CYXkgQm9hdCBUb3VycyAvIER1cmF0aW9uOiAyLTMgaG91cnM8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMTM3LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJvYXQgdG91ciBQdW50YSBTYW4gSnVhbiBvciBMYSBQaXJyYXlhPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEzMi4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BZGRpdGlvbmFsIGhvdXIgKEVzdGFjaW9uYWRvL1BhcmtlZCk8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kNDUuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+QWRkaXRpb25hbCBob3VyIChtb3ZpbmcpPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDU1LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkZvciBvdGhlciBib2F0IHJlbnRzwqAgZnJvbSBMYSBQaXJyYXksIFB1ZXJ0byBFbCBUcml1Zm8sIFB1ZXJ0byBQYXJhZGEvIFBsZWFzZSBsZXQgdXMgYm9vayBpdCBvciB5b3Ugd2lsbCBzdGlsbCBoYXZlIHRvIHBheTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPsKgJDI1LjAwIHBlciBib2F0IChzZXJ2aWNlIGNoYXJnZS9wb3J0IGZlZSk8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+VmlzaXQgdGhlIE1vbmtleSBTYW5jdHVhcnkgKHlvdSB3aWxsIGxvdmUgdGhpcyBtb25rZXkgZW5jb3VudGVyIGluIHRoZWlyIG5hdHVyYWwgaGFiaXRhdCkNCjwvYj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij5QZXIgUGVyc29uPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPldhbGtpbmcgb3IgeW91ciBvd24gdmVoaWNsZTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQ1LjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJpa2UgdG91cjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQyMC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48Yj7CoDwvYj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+S2F5YWsgUmVudGFsDQo8L2I+PC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPlNpbmdsZTwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQxMC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5Eb3VibGU8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMTguMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+V2l0aCBhIGd1aWRlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDMuMDAgcGVyIHBlcnNvbjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+RmlzaGluZyB0b3Vycw0KPC9iPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPlRvdGFsPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPkJheSBGaXNoaW5nICgzIGhvdXJzICkgbWF4LiA1wqAgcGVvcGxlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEwMjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BZGRpdGlvbmFsIGhvdXI8L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij4kMzAuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+RGVlcCBTZWEgRmlzaGluZyBpbiBwYW5nYSAoNTozMGFtLTFwbSkgbcOheC4gMyBwZXJzb25hcyB0cm9sbGluZzwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPiQyMjUtMzE1wqAgKHN1YmplY3QgdG8gcHJpY2UgY2hhbmdlKTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5BcnRpc2FuIGZpc2hpbmcgRGVlcCBTZWEgb3IgQmF5wqAgKDMtNCBob3JhcykgbWF4LiA0IHBlcnNvbmFzPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDEzNy4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj48L3RkPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iMzY4Ij48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+PGI+Q29jb2EgVG91cnMgwqAgTW9uZGF5LUZyaWRhecKgIDhhbS0zIHBtIFNhdHVyZGF5OiA4YW0tMXBtPC9iPjwvdGQ+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSIzNjgiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNjEyIj5XYWxraW5nIG9yIGJ5IG93biB2ZWhpY2xlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDcuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjYxMiI+QmlrZSB0b3VyPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDIwLjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI2MTIiPk91ciB2ZWhpY2xlPC90ZD4NCjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjM2OCI+JDkuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KJm5ic3A7DQoNCiZuYnNwOw0KPGgzPjxzdHJvbmc+QWN0aXZpdGllcyBGb3IgQWxsIEFnZXMgYXQgUHVlcnRvIEJhcmlsbGFzPC9zdHJvbmc+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SW5kdWxnZSBpbiB0aGUgZW5kbGVzcyBjaG9pY2VzIG9mIGFjdGl2aXRpZXMgYXQgdGhpcyB0cm9waWNhbCBwYXJhZGlzZS4gUHVlcnRvIEJhcmlsbGFzIG9mZmVycyBhbiBleHRlbnNpdmUgYXJyYXkgb2YgZW50ZXJ0YWluaW5nIHB1cnN1aXRzIGZvciB0aGUgZW50aXJlIGZhbWlseS4gTG91bmdlIGJ5IHRoZSBwb29sLiBSZWxheCBvbiBvbmUgb2YgdGhlIGJheSBpc2xhbmRzLiBCcm93c2Ugb3VyIGNvbnZlbmllbmNlIHN0b3JlIGZvciB0aGUgcGVyZmVjdCBzb3V2ZW5pci4gQXR0ZW5kIHRoZSBtb25rZXkgc2FuY3R1YXJ5IGFuZCBoZWFyIGludGVyZXN0aW5nIGFuZCBmdW5ueSBzdG9yaWVzIG9mIHRoZXNlIGZyaWVuZGx5IHNwaWRlciBtb25rZXlzLCB0YXN0ZSBvdXIgZGVsaWNpb3VzIGZvb2Qgd2l0aCBsb3ZlbHkgdmlld3Mgb2YgdGhlIGJheSBhbmQgaXRzIGRpZmZlcmVudCBjb2xvdXJzLiBQYXJ0aWNpcGF0ZSBpbiBQcm90ZWN0aW5nIHRoZSBTZWEgVHVydGxlcy4gVGhpcyBIaWRkZW4gVHJlYXN1cmUgb2YgdGhlIFBhY2lmaWMgQ29hc3QsIFB1ZXJ0byBCYXJpbGxhcywgcHJvdmlkZXMgYSBkaXZlcnNpdHkgb2YgYWN0aXZpdGllcyBmb3IgYW55IGFnZS48L3A+DQo8c3Ryb25nPjxhIGlkPSJib2F0dG91cnMiIG5hbWU9ImJvYXR0b3VycyI+PC9hPjwvc3Ryb25nPg0KPGgyPjxzcGFuIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiPjxzdHJvbmcgc3R5bGU9ImZvbnQtc2l6ZTogMS4xN2VtOyI+Qm9hdCBUb3Vyczwvc3Ryb25nPjwvc3Bhbj48L2gyPg0KPGg0PlBhbmdhIEJvYXQgVG91cnMuPC9oND4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+VGhlcmUgYXJlIDI3IGRlc2VydGVkIGlzbGFuZHMgaW4gdGhlIEJheSBvZiBKaXF1aWxpc2NvLiBPdXIgYm9hdCB0b3VycyB0YWtlIGFwcHJveGltYXRlbHkgMzAgbWludXRlcyB0byByZWFjaCBvbmUgaXNsYW5kLCBQYWphcml0bywgTGFzIEVsZW5hcyBvciBMYSBQaXJyYXlhLMKgIHN1cnJvdW5kZWQgYnkgYmVhdXRpZnVsIHNjZW5lcnkuIEV4cGVjdCB0byBzZWU6IGFsbGlnYXRvcnMsIGV4b3RpYyBiaXJkcyBhbmQgbWFuZ3JvdmVzLCBhbmQgcGljdHVyZS1wZXJmZWN0IHZvbGNhbm9lcyBpbiB0aGUgZGlzdGFuY2UuIE9uY2UgeW91IHJlYWNoIHRoZSBiZWFjaCwgYmF0aGUgYW5kIHN3aW0gaW4gdGhlIGJheeKAmXMgY2FsbSBhbmQgd2FybSB3YXRlcnMuIFlvdSBjb3VsZCBhbHNvIGJlIHRha2VuIHRvIG9uZSBvZiB0aGUgdHdvIGJheSBkZWx0YXMgYW5kIHN3aW0gaW4gdGhlIFBhY2lmaWMgT2NlYW4uIFdlIGhhdmUgZXZlcnl0aGluZyBwcmVwYXJlZCBmb3IgdGhpcyB0cmlwOiBhIGJpZyB1bWJyZWxsYSBpZiB0b28gbXVjaCBzdW4gYm90aGVycywgY2hhaXJzIGZvciByZXN0aW5nIGFuZCBiZXN0IG9mIGFsbOKApiB3ZSBjYW4gcHJlcGFyZSBhIGNvb2xlciB3aXRoIHlvdXIgZmF2b3JpdGUgYmV2ZXJhZ2VzLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+RXhwZXJpZW5jZSB0aGUgYmVhdXR5IG9mIG5hdHVyZSBhcm91bmQgUHVlcnRvIEJhcmlsbGFzLiBEdXJpbmcgdGhlIHRvdXIgeW91IHdpbGwgZW5qb3kgdGhlIGxhbmRzY2FwZSBvZiB0aGUgdm9sY2FuaWMgcmlkZ2UsIG1hbmdyb3ZlIGZvcmVzdHMsIGJpcmQgd2F0Y2hpbmcsIGFuZCBmaXNoZXJtZW4gaW4gZnVsbCBvcGVyYXRpb24uPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5JbiB0aGUgQmF5IEFyZWEsIEppcXVpbGlzY28sIGFyZSBob3VzZWQgQ3VtaWNow61uIGlzbGFuZCwgRXNwaXJpdHUgU2FudG8sIFNhbiBEaW9uaXNpbyBUb3J0dWdhLCBFbCBSZWNvZG8sIFNhbiBTZWJhc3RpYW4sIFN1bW1hcnksIEJvdywgSXNsYSBQYWphcml0bywgQ29ycmFsIGRlIE11bGFzLCBQdW50YSBTYW4gSnVhbiBhbmQgb3RoZXIgaXNsYW5kcy4gUml2ZXIgbW91dGhzOiB0aGUgZG93bnR1cm4sIExhIENoZXBvbmEuIENhcmdvIFBvcnRzOiBUaGUgVHJpdW5mbyBhbmQgUHVlcnRvIFBhcmFkYS48L3A+DQoNCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBQYWphcml0bzwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MS01IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDkxLjk5PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+Ni0xMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxMTMuMDA8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KKkFwcHJveGltYXRlbHkgNzAgbWludXRlcyBvZiBuYXZpZ2F0aW9uIGFuZCAxIGhvdXIgdG8gZW5qb3kgUGFqYXJpdG8gSXNsYW5kIChiYXRoaW5nLCByZWxheGluZywgdGFraW5nIHBpY3R1cmVzKS4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Cb2F0IC0gSXNsYSBMYSBDaGVwb25hPC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xLTEwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE5NS41MDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDI+PHN0cm9uZz5Qb250b29uIFRvdXJzPC9zdHJvbmc+PC9oMj4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij5Ub3VyIElzbGEgUGFqYXJpdG88L3NwYW4+PC9oMz4NCjx0YWJsZSB3aWR0aD0iMjUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk2Ij48c3Ryb25nPlRvdXI8L3N0cm9uZz48L3RkPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NCI+PHN0cm9uZz5QcmljZTwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjExLTE1IHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTYtMjAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTguMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4yMS0zMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQxNi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjMxLTUwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE0LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCipBcHByb3hpbWF0ZWx5wqAgOTDCoCBtaW51dGVzIG9mIG5hdmlnYXRpb24gYW5kIDEgaG91ciB0byBlbmpveSBQYWphcml0byBJc2xhbmQgKGJhdGhpbmcsIHJlbGF4aW5nLCB0YWtpbmcgcGljdHVyZXMpLg0KPGgzPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlRvdXIgdG8gTGEgQ2hlcG9uYTwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjcuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KQWRkaXRpb25hbCBIb3VyIGF0IHRoZSBkZXN0aW5hdGlvbjogJDU2LjAwDQoNCjxzdHJvbmc+UGxlYXNlIG5vdGUgdGhhdCBhbGwgcHJpY2VzIGluY2x1ZGUgKDEzJSBJVkEpLsKgIFByaWNlcyBkbyBub3QgaW5jbHVkZSB0aXBzLg0KPC9zdHJvbmc+PHN0cm9uZz5NZW1iZXJzIHJlY2VpdmUgMjAlIGRpc2NvdW50IG9uIGJvYXQgdG91cnMuPC9zdHJvbmc+DQoNCkZPUiBHUk9VUCBSRVNFUlZBVElPTlMsIFBMRUFTRSBDT05UQUNUIFVTIEFUIElORk9AUFVFUlRPQkFSSUxMQVMuQ09NDQoNCkZvciBHcm91cCBwYWNrYWdlcyBwbGVhc2UgY2xpY2sgb24gZ3JvdXAgcGFja2FnZXMNCjxoMz5BYm91dCBJc2xhIFBhamFyaXRvPC9oMz4NCjxoMz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPklzbGEgUGFqYXJpdG86PC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkEgc3RyYW5nZSBhbmQgbWlyYWN1bG91cyBpbWFnZSwgbWFkZSDigIvigItvZiBsZWFkLCBpcyBmb3VuZCBvbiB0aGUgbWFpbiBhbHRhciBvZiB0aGUgY2h1cmNoIG9mIFNhbnRhIE1hcmlhIGluIFVzdWx1dGFuLiBUaGUgcmVzaWRlbnRzIGhhZCBhIGZpc2hlcm1hbiBvZiB0aGUgYmF5d29ya2luZyBpbiB0aGUgd2F0ZXJzIG5lYXIgQmlyZCBJc2xhbmQgKElzbGEgUGFqYXJpdG8pICwgd2hlbiwgc3VkZGVubHksIHRoZSBzZWEgd2FzIGN1cmxlZCwgdGhlIGRlZ3JlZSB0byB3cmVjayBoaXMgYm9hdC4gU3VjaCB3YXMgdGhlIGFueGlldHkgYW5kIGZlYXIgdGhhdCB0aGUgZmlzaGVybWFuIGludm9rZWQgaGlzIHNhbHZhdGlvbiBmcm9tIFNhbiBBbnRvbmlvLiBXaGVuIGhlIGF3b2tlLCBoZSB3YXMgaW4gdGhlIEJpcmQgSXNsYW5kIGJlYWNoZXMgYW5kIGluIGhpcyBoYW5kIHRoZSBzYXZpbmcgaW1hZ2UuIEZyb20gdGhlcmUsIHRoZSBtYW4gcHJvbWlzZWQgdG8gYmUgdGhlIHByb3RlY3RvciBvZiB0aGUgc21hbGwgZWZmaWd5LjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+VGhlbiwgd2hlbiBtYW4gYW5kIHN0YXR1ZSB3ZXJlIGNhbGxlZCB0byB0aGUgYmVkc2lkZSBvZiBhIHNpY2ssIGhlIGhlYWxlZCB0aGVtLiBUaGlzIGhhcHBlbmVkIG1hbnkgdGltZXMgdW50aWwgdGhlIGltYWdlIHdhcyByZXF1aXJlZCBieSB0aGUgY2h1cmNoLCBidXQgdGhlIG1hbiByZWZ1c2VkIHRvIHN1cnJlbmRlciBpdCwgdGhlcmVmb3JlLCB0aGUgcG9saWNlIGFycmVzdGVkIGhpbSBmb3IgdGhlIHB1cnBvc2Ugb2YgY29uZmlzY2F0aW5nIHRoZSBpbWFnZS48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZSBmaXNoZXJtYW4gaGFuZGVkIG92ZXIgdGhlIGltYWdlIGFuZCB3YXMgcmVsZWFzZWQuIEJ1dCwgd2hlbiBoZSB3YXMgYW1vbmcgaGlzIHBlb3BsZSwgaGUgZm91bmQsIHN1cnByaXNpbmdseSwgaW4gdGhlaXIgc3ByaXRzYWlsLCB0aGUgc2FpbnQgd3JhcHBlZCBpbiBhIGhhbmRrZXJjaGllZi4gU2luY2UgdGhlIG5ld3Mgb2YgdGhpcyBtaXJhY2xlIHJhbiwgdGhlIGZhaXRoIG9mIHRoZSBwb3B1bGF0aW9uIGluY3JlYXNlZCwgc28gaXQgd2FzIGRlY2lkZWQgdG8gY2VsZWJyYXRlIHRoZSBmZWFzdCBvZiBTYW4gQW50b25pbyBQYWphcml0byBlYWNoIEZlYnJ1YXJ5IDIwLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+QW4gYWZ0ZXJub29uIG9uIHRoZSBpc2xhbmQgaXMgYSBzaWdodCB0byByZWNvbm5lY3Qgd2l0aCBuYXR1cmUuIFRoaXMgc21hbGwgc3BhY2UgaXMgb25lIG9mIHRoZSBmYXZvcml0ZSBwbGFjZXMgZm9yIHRoZSBiaXJkcyB0aGF0IGluaGFiaXQgdGhlIGJheS4gU28gYWxvbmcgd2l0aCB0aGUgc3Vuc2V0LCBCaXJkIElzbGFuZCBpcyB3cmFwcGVkIHdpdGggdGhlIHByZXNlbmNlIGFuZCB0aGUgdW5pcXVlIG1lbG9keSBvZiB2YXJpb3VzIHNwZWNpZXMgb2YgYmlyZHMuwqBUaGlzIGRlc3RpbmF0aW9uIGlzIGNsb3NlIHRvIFB1bnRhIFNhbiBKdWFuLjwvcD4NCg0KPGgzPjxzdHJvbmc+UHVudGEgU2FuIEp1YW48L3N0cm9uZz48L2gzPg0KPHVsPg0KCTxsaT5QbGFjaWQgd2F0ZXJzLCBhIHBhcmFkaXNpYWNhbCBwbGFjZSBsb2NhdGVkIG9uIHRoZSBwZW5pbnN1bGEgb2YgU2FuIEp1YW4gZGVsIEdvem8uPC9saT4NCgk8bGk+Rm9yIEJvYXQgVG91cnMgb3IgVHJhbnNwb3J0YXRpb24gdG86PC9saT4NCgk8bGk+UGFuZ2EgQm9hdDwvbGk+DQoJPGxpPkZvciBQdW50YSBTYW4gSnVhbiDCoCggM2hvdXJzIG1heGltdW0pwqAgOiQxMzIuMDA8L2xpPg0KCTxsaT5Gb3IgTGEgUGlycmF5YSAoMyBob3VycyBtYXhpbXVtKTogJDExMy4wMDwvbGk+DQoJPGxpPkZvciBFc3Bpcml0dSBTYW50b8KgICg0IGhvdXJzIG1heGltdW0pOiAkMTk1LjAwwqDCoMKgwqAgVmlzaXQgYSBDb2NvbnV0IE9pbCBQcm9kdWN0aW9uIENlbnRlci48L2xpPg0KCTxsaT5Gb3IgTWFkcmVzYWzCoCAoNCBob3VycyBtYXhpbXVtKSA6JDE1MC4wMDwvbGk+DQoJPGxpPkZvciBFbCBFc3Bpbm8gKDQgaG91cnMgbWF4aW11bSk6ICQyMTMuMDA8L2xpPg0KCTxsaT5Gb3IgUHVlcnRvIEVsIFRyaXVuZm8gKDQgaG91cnMgbWF4aW11bSk6ICQxNzUuMDA8L2xpPg0KCTxsaT5Gb3IgQ29ycmFsIGRlIE11bGFzOiAoMyBob3VycyBtw6F4aW11bSk6ICQxMzIuMDA8L2xpPg0KCTxsaT4qUHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlL8KgIEFkZGl0aW9uYWwgaG91cjo8L2xpPg0KCTxsaT5QYXJrZWQ6ICQ0NS4wMMKgIE1vdmluZzogJDU1LjAwPC9saT4NCjwvdWw+DQo8aDM+PHN0cm9uZz5Qb250b29uIFRvdXJzIChvciBSaWRlcykNCjwvc3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPjxzdHJvbmc+UHVudGEgU2FuIEp1YW4sIENvcnJhbCBkZSBNdWxhczwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjYuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyNC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDIxLjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMTkuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0KPGgzPjxzdHJvbmc+UG9udG9vbiBUb3VycyAob3IgUmlkZXMpDQo8L3N0cm9uZz48c3BhbiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij48c3Ryb25nPlB1ZXJ0byBFbCBUcml1bmZvPC9zdHJvbmc+PC9zcGFuPjwvaDM+DQo8dGFibGUgd2lkdGg9IjI1MCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIGJnY29sb3I9IiNENkUxRTIiIHdpZHRoPSI5NiI+PHN0cm9uZz5Ub3VyPC9zdHJvbmc+PC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTQiPjxzdHJvbmc+UHJpY2U8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xMS0xNSBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyOS4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjE2LTIwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MjEtMzAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjQuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4zMS01MCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQyMi4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+PC9oMz4NCjxoMz48c3Ryb25nPlBvbnRvb24gVG91cnMgKG9yIFJpZGVzKQ0KPC9zdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5Fc3Bpcml0dSBTYW50bzwvc3Ryb25nPjwvc3Bhbj48L2gzPg0KPHRhYmxlIHdpZHRoPSIyNTAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIwIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDZFMUUyIiB3aWR0aD0iOTYiPjxzdHJvbmc+VG91cjwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9Ijk0Ij48c3Ryb25nPlByaWNlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MTEtMTUgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMzIuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4xNi0yMCBwZW9wbGU8L3RkPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPiQzMC4wMCBwZXIgaGVhZDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPjIxLTMwIHBlb3BsZTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDI3LjAwIHBlciBoZWFkPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+MzEtNTAgcGVvcGxlPC90ZD4NCjx0ZCBiZ2NvbG9yPSIjRERFRkY3Ij4kMjUuMDAgcGVyIGhlYWQ8L3RkPg0KPC90cj4NCjwvdGJvZHk+DQo8L3RhYmxlPg0K4oCiIFByaWNlcyBzdWJqZWN0IGNoYW5nZQ0KDQpQbGVhc2Ugbm90ZSB0aGF0IFB1ZXJ0byBCYXJpbGxhcyB3aWxsIGNoYXJnZSBhIGNvbW1pc2lvbiBmZWUvcG9ydCBmZWUgZm9yIGFueSBib2F0IHRvdXIgdGFrZW4gdGhhdCBkb2VzIG5vdCBiZWxvbmcgdG8gUHVlcnRvIEJhcmlsbGFzICQyNS4wMCBwZXIgYm9hdA0KDQombmJzcDsNCg0K4oCiIFBsZWFzZSBub3RlIHRoYXQgd2Ugb2ZmZXIgY29tcGxldGUgcGFja2FnZXMuIFBsZWFzZSBlbWFpbHMgdXMgYXQgaW5mb0BwdWVydG9iYXJpbGxhcy5jb20gZm9yIGdyb3VwIHBhY2thZ2UgaW5mb3JtYXRpb24uPGEgaWQ9Im1vbmtleXMiIG5hbWU9Im1vbmtleXMiPjwvYT4NCjxoMj48c3BhbiBzdHlsZT0iY29sb3I6ICMwMDgwMDA7Ij48c3Ryb25nPlZpc2l0IE91ciBNb25rZXkgU2FuY3R1YXJ5PC9zdHJvbmc+PC9zcGFuPjwvaDI+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPkhhY2llbmRhIExhIENhcnJlcmEgaW4gdGhlIDYwcy03MHMgaW5jbHVkZWQgYSBwcm90ZWN0ZWQsIGVudmlyb25tZW50YWxseSBjb25zY2lvdXMgem9vLiBBZnRlciB0aGUgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC4gSG93ZXZlciwgdGhlcmUgd2FzIGEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYS4gQXMgYSByZXN1bHQsIG5hdGl2ZSB3aWxkbGlmZSBpbiB0aGUgYXJlYSBoYXMgbWFkZSBhbiBpbXByZXNzaXZlIGNvbWViYWNrLiBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+SXQgaXMgaW1wb3NzaWJsZSB0byByZXNpc3QgdGhpcyB0b3VyLiBWaXNpdCBEb24gTWlndWVsIGFuZCBoaXMgc3BpZGVyIG1vbmtleSBzYW5jdHVhcnkgY29tbXVuaXR5LiBCcmluZyBhbG9uZyBiYW5hbmFzIHRvIGZlZWQgUGFuY2hvIGFuZCBNYXJpYSBhbmQgc2VlIGhvdyB0aGlzIGtpbmcgb2YgdGhlIGJhbmFuYXMgcmVqb2ljZXMgaW4gaGlzIGZvcmVzdCAoRWwgTmFjYXNjb2xvKS4gVGhpcyBvbmUgaXMgdGhlIGxhc3QgY29tbXVuaXRpZXMgb2Ygc3BpZGVyIG1vbmtleXMgdGhhdCB0aGFua3MgdG8gRG9uIE1pZ3VlbCB3ZSBoYXZlIGJlZW4gYWJsZSB0byBwcm90ZWN0LiBIaWdobGlnaHQtIFdhbGsgdGhyb3VnaCB0aGUgc3VnYXIgY2FuZSBmaWVsZHMgYW5kIGVuY2xvc2VkIHNlbWktdHJvcGljYWwgZm9yZXN0cy4gV2F0Y2ggYXMg4oCcTWlndWVs4oCdIGNhbGxzIHRoZW0gdG8geW91ciBmZWV0IG1ha2luZyBpdCBhbiBhd2Vzb21lLCBjbG9zZS1lbmNvdW50ZXIgbmF0dXJhbCBleHBlcmllbmNlIC48L3A+DQpDdXN0b21lcnMgc3RheWluZyBhdCBQdWVydG8gQmFyaWxsYXMNCg0KUHJpY2VzOg0KJDUuMDAgcGVyIGFkdWx0LyAkMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCkN1c3RvbWVyIHZpc2l0aW5nIFB1ZXJ0byBCYXJpbGxhcyBvbiBhIGRheSBlbnRyeSB2aXNpdCAobXVzdCBwYXkgcGFja2FnZSk6DQoNClByaWNlczoNCiQ1LjAwIHBlciBhZHVsdC8kMi41MCBwZXIgY2hpbGQgKG1pbmltdW0gMiBhZHVsdHMpLiBQYXJlbnRzIHNob3VsZCBhY2NvbXBhbnkgdGhlaXIgY2hpbGRyZW4gYXQgYWxsIHRpbWUNCg0K4oCiIElmIHlvdSBvbmx5IHBsYW4gdG8gdmlzaXQgdGhlIFNhbmN0dWFyeSBhbmQgbm90IGFjcXVpcmUgb3RoZXIgcGFja2FnZToNClByaWNlcyA6ICQxMC4wMCBwZXIgcGVyc29uICggbWluaW11bSA1IHBlb3BsZSkuDQoNCk1lbWJlcnM6wqBGcmVlDQoNClB1ZXJ0byBCYXJpbGxhcyBzdWdnZXN0IHRoZSBjdXN0b21lcnMgdG8gYnJpbmcgYmFuYW5hcyBpbiBvcmRlciB0byBvcHRpbWl6ZSB0aGlzIGV4cGVyaWVuY2UNCg0K4oCiIEZvciBncm91cCBwYWNrYWdlcyBpbmNsdWRpbmcgdGhlIG1vbmtleSBzYW5jdHVhcnksIHBsZWFzZSBlbWFpbCB1c8KgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+DQo8YSBpZD0ia2F5YWsiIG5hbWU9ImtheWFrIj48L2E+DQo8aDI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PHN0cm9uZz5LYXlhayBSZW50YWw8L3N0cm9uZz48L3NwYW4+PC9oMj4NClByaWNlczoNClR3byBob3VyIEtheWFrIHJlbnRhbCAodG8gZ2V0IHVwLWNsb3NlIGFuZCBwZXJzb25hbCBleHBlcmllbmNlIHdpdGggdGhpcyBuYXRpb25hbCB0cmVhc3VyZSk6DQo8dWw+DQoJPGxpPiQxMC4wMCBmb3Igc2luZ2xlIEtheWFrPC9saT4NCgk8bGk+JDE4LjAwIGZvciBkb3VibGUgS2F5YWsgKDIgcGVvcGxlKcKgRml2ZSBIb3VyczxzdHJvbmc+PGEgaWQ9ImZpc2hpbmciIG5hbWU9ImZpc2hpbmciPjwvYT48L3N0cm9uZz5XaXRoIEd1aWRlOiBhZGQgJDMuMDAgcGVyIHBlcnNvbjwvbGk+DQo8L3VsPg0KQmF5IEZpc2hpbmcvSXNsYW5kIEZpc2hpbmcvU3VyZiBGaXNoaW5nDQpXZSBvZmZlciBzcGVjaWFsIHByaWNlcyBmb3IgdGhvc2UgcGFzc2lvbmF0ZSBhYm91dCBGaXNoaW5nDQoNCkJheSBGaXNoaW5nOiAkMTAyLjAwwqAgKG1heC4gMyBob3VycykNCg0KQXJ0aXNhbiBGaXNoaW5nL0RlZXAgU2VhIEZpc2hpbmcgKGluIHBhbmdhIHdpdGggbG9jYWwgZmlzaGVybWFuKToNCjxwIHN0eWxlPSJwYWRkaW5nLWxlZnQ6IDMwcHg7Ij40IHBlb3BsZTogJDEzNy4wMCAoMy00IGhvdXJzKTwvcD4NCjxwIHN0eWxlPSJwYWRkaW5nLWxlZnQ6IDMwcHg7Ij5Ucm9sbGluZyBpbiBwYW5nYXMgJDE5Ny4wMCAoNSBob3Vycyk8L3A+DQo8cCBzdHlsZT0icGFkZGluZy1sZWZ0OiAzMHB4OyI+UGxlYXNlIG5vdGUgdGhhdCBQdWVydG8gQmFyaWxsYXMgd2lsbCBjaGFyZ2UgYSBwb3J0IGZlZSBmb3IgdG91ciB0YWtlbiBvbiBib2F0cyB0aGF0IGRvZXMgbm90IGJlbG9uZyB0byBQdWVydG8gQmFyaWxsYXMuwqAgJDMtJDUgcGVyIHBlcnNvbi7CoMKgIE1heGltdW06ICQyNS4wMCBwZXIgYm9hdC48L3A+DQrCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIDxzdHJvbmc+PHNwYW4gc3R5bGU9ImNvbG9yOiAjMDA4MDAwOyI+PGJyIHN0eWxlPSJjb2xvcjogIzAwODAwMDsiIC8+PC9zcGFuPjwvc3Ryb25nPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:18;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"QWN0aXZpdGllcyBpbiBFTCBTYWx2YWRvcg==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:180:\"Qm9hdCBUb3VycyBWaXNpdCBvdXIgTW9ua2V5IFNhbmN0dWFyeSBlY28gS2F5YWsgUmVudGFsIFNwb3J0IEZpc2hpbmcgQWlyIFRvdXJzIEhhd2tzYmlsbCBUdXJ0bGUgVG91ciBQdWVydG8gQmFyaWxsYXMgb2ZmZXJzIG1hbnkgdW5pcXVl\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:92:\"Q2FjYW8gVG91cnMgRWwgU2FsdmFkb3IsIEdyZWVuIFRvdXJpc20gRWwgU2FsdmFkb3IsIE1vbmtleSBTYW5jdHVhcnks\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"YWN0aXZpdGllcw==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-25 19:56:55', 0, NULL),
(55, 1187, 10, 1, 1, '8ff323c26fd5cca774845c88757737d2', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=63\";s:8:\"contents\";a:16:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"TE9ER0U=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2164:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBY2NvbW1vZGF0aW9uIGlzwqByZWFkeSBmb3IgY2hlY2sgaW4gYXQgM3BtIGFuZCBjaGVjayBvdXQgaXMgMTJwbS4gQnV0IHlvdSBjYW4gZW5qb3kgdGhlIHByb3BlcnR5IHN0YXJ0aW5nIGF0IDczMGFtLiBDb25zaWRlciBzdGF5aW5nIGEgbWluaW11bSBvZiB0d28gbmlnaHRzIG5pZ2h0cyB0byBlbmpveSBhbGwgUHVlcnRvIEJhcmlsbGFzIGhhcyB0byBvZmZlciBhbmQgdG8gdGFrZSBhZHZhbnRhZ2Ugb2YgdGhlIG1hbnkgZnVuIGFjdGl2aXRpZXMgaW4gdGhlIEppcXVpbGlzY28gQmF5IGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGFyZWEuDQoNClJhdGVzIGFyZSBhcyBmb2xsb3c6DQoNClRSRUVIT1VTRVMgKE1heCBPY2N1cGFuY3kgMyBwZW9wbGUpDQpMT1cgU0VBU09ODQokOTUuMDAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb24gKDEgbW9yZSBwZXJzb24gT05MWSk6ICQxMC4wMA0KDQpISUdIIFNFQVNPTg0KJDExOC4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uICgxIG1vcmUgcGVyc29uIE9OTFkpOiAkMTAuMDANCg0KQVBBUlRNRU5UUw0KDQo8c3Ryb25nPkxPVyBTRUFTT048L3N0cm9uZz4NCjIgQmVkcm9vbSBBcGFydG1lbnRzLSBNYXhpbXVtIE9jY3VwYW5jeSA2IHBlb3BsZQ0KJDE5OS4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uOiQxMC4wMCAodXAgdG8gMiBPTkxZLCBtYXhpbXVtIG9jY3VwYW5jeTogOCkNCg0KSElHSCBTRUFTT04NCjIgQmVkcm9vbSBBcGFydG1lbnQtIE1heGltdW0gT2NjdXBhbmN5IDYgcGVvcGxlDQokMjM2LjAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCAodXAgdG8gMiBvbmx5LCBtYXhpbXVtIG9jY3VwYW5jeSA4IHBlb3BsZSkNCg0KSElHSCBTRUFTT046IFNlbWFuYSBTYW50YSwgMS03dGggb2YgQXVndXN0LCBEZWNlbWJlciAyNnRoLSBKYW51YXJ5IDN0aA0KDQpQcmljZXMgaW5jbHVkZSBicmVha2Zhc3QgKHR5cGljYWwgb3IgcGFuY2FrZXMpIGFuZCB0YXhlcyAoMTMlIElWQSBhbmQgNSUgdG91cmlzbSkNCg0KQ2FuY2VsYXRpb24gcGVuYWx0eQ0KMC0zIGRheXMgcHJpb3IgdG8gYXJyaXZhbCwgbm9uIHJlZnVuZGFibGUNCkhJR0ggU0VBU09OOiBOT05SRUZVTkRBQkxFDQpGb3Igc2VjdXJpdHkgcmVhc29ucywgYWxsIGxvZGdpbmcgaGFzIGEgbWF4aW11bSBjYXBhY2l0eS4gUGxlYXNlIG5vdGUgdGhhdCB3ZSB3aWxsIG5vdCBhY2NlcHQgYW55IGFkZGl0aW9uYWwgcGVyc29uIG9uIGEgbG9kZ2luZy4gTm8gcmVmdW5kcyBhbGxvd2VkLg0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw==\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:320:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:63;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"bG9kZ2UgRWwgU2FsdmFkb3I=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:132:\"TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"TG9kZ2UgRWwgU2FsdmFkb3I=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2016-02-16 02:48:00', 0, NULL),
(51, 769, 10, 1, 0, '14964d2d9d5ad0073de2a18f550547ff', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=41\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"UGhvdG8gR2FsbGVyeQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"W25nZ2FsbGVyeSBpZD0xXQ==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:41;}}}', '2014-01-05 22:52:01', 0, NULL),
(40, 675, 10, 1, 0, 'a6bc7af7d5baa0fa1b9984aefbb9e795', 'local', 'a:2:{s:3:\"url\";s:40:\"http://www.puertobarillas.com/welcome?p=\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";N;}}}', '2014-01-03 17:42:50', 0, NULL),
(41, 622, 0, 0, 1, '67d14f3a751adf674f326b5fc7176909', '', 'a:2:{s:3:\"url\";s:41:\"http://www.puertobarillas.com/welcome?p=7\";s:8:\"contents\";a:4:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SW1wdXQgeW91IFRleHQgMSBIZXJl\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:88:\"TWFrZSBzdXJlIHRoYXQgdGhlIHNlbGVjdGVkIHN0YXRpYyBwYWdlIGhhcyBhdHRhY2hlZCBpbWFnZXMgdG8gaXQ=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:7;}}}', '2014-01-03 17:44:25', 0, NULL),
(43, 635, 0, 0, 1, '87b06c5a5441db69ff035d9b892f46ca', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=117\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU0\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:117;}}}', '2014-01-03 17:44:26', 0, NULL),
(44, 637, 0, 0, 1, '445a4c6cc68bccbadf9e7d117055fa3d', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=120\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU3\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:120;}}}', '2014-01-03 17:44:26', 0, NULL),
(2, 139, 10, 1, 0, 'a39ceaf2aa5ecd557ae1baad7cde15d4', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=63\";s:8:\"contents\";a:16:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"TE9ER0U=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1308:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBbGwgcHJpY2VzIGFyZSBwZXIgcm9vbSB1bmxlc3Mgb3RoZXJ3aXNlIHN0YXRlZCBhbmQgZG8gbm90IGluY2x1ZGUgbWVhbHMuIEZvciBjdXJyZW50IG9mZmVycyzCoHBsZWFzZSBzZWUgb3VyIFNwZWNpYWwgb2ZmZXJzIHBhZ2UuDQpTZWUgb3VyIEFjY29tb2RhdGlvbiBHYWxsZXJ5IGZvciBtb3JlIHBpY3R1cmVzLg0KDQpBY2NvbW1vZGF0aW9uIGlzIHVzdWFsbHnCoHJlYWR5IHRvIGNoZWNrIGluIGFyb3VuZCAzcG0gYW5kIGNoZWNrIG91dCBpcyAxMnBtLiBCdXQgeW91IGNhbiBlbmpveSB0aGUgcHJvcGVydHkgc3RhcnRpbmcgYXQgNzMwYW0uIENvbnNpZGVyIHN0YXlpbmcgYSBtaW5pbXVtIG9mIHR3byBuaWdodHMgbmlnaHRzIHRvIGVuam95IGFsbCBQdWVydG8gQmFyaWxsYXMgaGFzIHRvIG9mZmVyIGFuZCB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgbWFueSBmdW4gYWN0aXZpdGllcyBpbiB0aGUgSmlxdWlsaXNjbyBCYXkgYW5kIEhhY2llbmRhIExhIENhcnJlcmEgYXJlYS4NCg0KTW9yZSBJbmZvcm1hdGlvbjoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvYXBhcnRtZW50cy8iPkFwYXJ0bWVudHMgUmF0ZXM8L2E+wqBhbmTCoDxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvdHJlZWhvdXNlcy8iPlRyZWVob3VzZXMgUmF0ZXM8L2E+\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:320:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:63;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:68:\"QmVzdCBIb3RlbHMgaW4gQmFoaWEgZGUgSmlxdWlsaXNjbywgUHVlcnRvIEJhcmlsbGFz\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:132:\"TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TG9kZ2UgUHVlcnRvIEJhcmlsbGFz\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-25 21:31:01', 0, NULL);
INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(3, 140, 10, 1, 0, 'ac26f4a3bf07055d2c7b2ffa7e679e8d', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=14\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"TUFSSU5B\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:13360:\"UHVlcnRvIEJhcmlsbGFzIGlzIGEgZnVsbCBzZXJ2aWNlICJtYXJpbmEiIHRoYXQgY2F0ZXJzIHRvIGxvY2FsIGFuZCBpbnRlcm5hdGlvbmFsIHNhaWxib2F0cyBhbmQgeWFjaHRzLiBPdXIgZmFjaWxpdGllcyBhbmQgc2VydmljZXMgYXJlIGNvbXBldGl0aXZlbHkgcHJpY2VkIGFuZCBvdXIgc3RhZmYgZ28gdGhlIGV4dHJhIG1pbGUgdG8gbWFrZSB5b3UgZmVlbCBhdCBlYXNlIGR1cmluZyB5b3VyIHN0YXkuDQoNCldoZW4gYXJyaXZpbmcgYnkgc2VhIGNhbGwgb24gVkhGIDE2IHdoZW4gb25lIGhvdXIgZnJvbSBmaXJzdCB3YXlwb2ludCBhbmQgd2Ugd2lsbCBzZW5kIGEgcGlsb3QgcGFuZ2EgdG8gZ3VpZGUgeW91IHRocm91Z2ggdGhlIEJheSBpbnRvIEJhcmlsbGFzIE1hcmluYSBDbHViLg0KPHRhYmxlIHdpZHRoPSIzNjAiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjEiIGNlbGxwYWRkaW5nPSIxIj4NCjx0Ym9keT4NCjx0cj4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0Q5RjJGRiIgd2lkdGg9IjE2MCI+PHN0cm9uZz5OYW1lPC9zdHJvbmc+PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCIgd2lkdGg9IjEwMCI+PHN0cm9uZz5MYXQ8L3N0cm9uZz48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIiB3aWR0aD0iMTAwIj48c3Ryb25nPkxvbjwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkJhcmlsbGFzIFBpbG90PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDcuMDE4IE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNS4xNjUgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkJhciAzPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDguMzE0IE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNC4yNjkgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPkxlbXBhIFNob2FsIFR1cm48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4wOC4zNzEgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI0LjI1MSBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+MDA0PC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMDguNTExIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNC4zMjcgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAwNTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA4Ljg4NSBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjQuNzU2IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj5TYW5kIElzbGFuZDwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA5LjA1MyBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjUuMDczIFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIiBoZWlnaHQ9IjI0Ij5CYXIgNDwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjA5LjY3MCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjYuMDkyIFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj5TYW4gU2ViYXN0aWFuPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTAuMTIyIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNi42NDAgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAwOTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjEwLjUxNCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjYuOTM2IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTA8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMC45ODcgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI3LjE4MyBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+VmlsbGFnZTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjExLjU0OCBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjcuMTM3IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTI8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMi40NzIgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI2LjUyNCBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+U2hvYWw8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xMi42MDQgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI2LjU0NyBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+V2VzdCBWaWxsYWdlPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTIuOTgzIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yNi44NDcgVzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEOUYyRkYiPjAxNTwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNDREUzRTQiPjEzLjE0LjE2NyBOPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0FCQ0ZEMSI+ODguMjcuMjc3IFc8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCBiZ2NvbG9yPSIjRDlGMkZGIj4wMTY8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xNS4wMzMgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI4LjM4MiBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+RmluYWwgUmVhY2g8L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQ0RFM0U0Ij4xMy4xNS42MjYgTjwvdGQ+DQo8dGQgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiIGJnY29sb3I9IiNBQkNGRDEiPjg4LjI4LjUyMCBXPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q5RjJGRiI+RnVlbCBEb2NrPC90ZD4NCjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyIgYmdjb2xvcj0iI0NERTNFNCI+MTMuMTUuNzIyIE48L3RkPg0KPHRkIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IiBiZ2NvbG9yPSIjQUJDRkQxIj44OC4yOS40MzkgVzwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8aDM+TW9vcmluZyBSYXRlczwvaDM+DQo8YmxvY2txdW90ZT5PbmUgZGF5IEZlZSAkNDUuMDANClNob3J0IFRlcm0gUmF0ZSAyLTE0IGRheXMpICQxNi45NQ0KTG9uZyB0ZXJtIFJhdGVzKG1vcmUgdGhhbiAxNSBkYXlzKSAkMTEuOTUNClBsZWFzZSBub3RlIHRoYXQgRWwgU2FsdmFkb3LigJlzIGN1cnJlbmN5IGlzIHRoZSBVU0QuDQoNCldlIGRvIG5vdCBvZmZlciBib2F0IHNsaXBzIG9yIGRvY2tzLiBIb3dldmVyLCBvdXIgbW9vcmluZyBidW95cyBhcmUgZXh0cmVtZWx5IHJlbGlhYmxlIGFuZCBzdHJvbmcuIFlhY2h0cyB1cCB0byAxOTAgZnQgaGF2ZSBiZWVuIHNhZmVseSBoZWxkIGJ5IG91ciBidW95cy48L2Jsb2NrcXVvdGU+DQo8aDM+TWFyaXRpbWUgcG9ydCBhdXRob3JpdHkgZmVlczwvaDM+DQpFdmVyeSB2ZXNzZWwgYXJyaXZpbmcgYXQgYW55IHBvcnQgaW4gRWwgU2FsdmFkb3IgbXVzdCBwYXkgYSBmZWUgaW4gYWNjb3JkYW5jZSB3aXRoIHRoZWlyIGxlbmd0aCBvZiBzdGF5LiBUaGlzIGZlZSBpcyBwYWlkIGluIGFkdmFuY2UsIHVwb24gYXJyaXZhbCwgYW5kIGJyZWFrcyBkb3duIGFzIGZvbGxvd3M6DQo8dWw+DQoJPGxpPjAxIHRvIDMwIGRheSBzdGF5ICQzMC4wMDwvbGk+DQoJPGxpPjMxIHRvIDYwIGRheSBzdGF5ICQ2MC4wMDwvbGk+DQoJPGxpPjYxIHRvIDkwIGRheSBzdGF5ICQ5MC4wMDwvbGk+DQo8L3VsPg0KQWRkaXRpb25hbGx5LCBhIFphcnBlIChvdXRib3VuZCBjbGVhcmFuY2UpIGZlZSBvZiAkNDAuMDAgaXMgZHVlIG9uIHRoZSBkYXkgb2YgZGVwYXJ0dXJlLg0KPGgzPkNoZWNrIGluIGFuZCBjaGVjayBvdXQgcHJvY2VkdXJlczwvaDM+DQpXZSBkbyB0aGUgYmVzdCB3ZSBjYW4gdG8gcHJvdmlkZSBhIGhhc3NsZSBmcmVlIGNoZWNrLWluIGFuZCBjaGVjay1vdXQgZXhwZXJpZW5jZS4gV2XigJl2ZSBnb25lIHRvIGdyZWF0IGxlbmd0aHMgdG8gaGF2ZSB0aGUgZGlmZmVyZW50IGdvdmVybm1lbnQgYWdlbmNpZXMgaW52b2x2ZWQsIHJlcHJlc2VudGVkIGF0IG91ciBNYXJpbmEuDQoNCkVudHJ5IGRvY3VtZW50cyByZXF1aXJlZCBpbmNsdWRlOiBQYXNzcG9ydCwgWmFycGUgb3Igb3V0Ym91bmQgY2xlYXJhbmNlIChmcm9tIHByZXZpb3VzIHBvcnQgdmlzaXRlZCksIGNyZXcgbGlzdCwgYW5kIHZlc3NlbCByZWdpc3RyYXRpb24uDQoNCklmIHlvdXIgbmF0aW9uYWxpdHkgZG9lcyBub3QgcmVxdWlyZSB5b3UgdG8gcG9zc2VzIGEgdmlzYSAob2J0YWluZWQgaW4gY291bnRyeSBvZiBvcmlnaW4pIHByaW9yIHRvIGVudHJ5IGludG8gRWwgU2FsdmFkb3IsIHlvdSBtYXkgcHVyY2hhc2UgYSBDQTQgdG91cmlzdCBjYXJkIGZyb20gdGhlIEltbWlncmF0aW9uIG9mZmljZXIuIFRoZSBjb3N0IGlzICQxMC4wMCBhbmQgaXMgdmFsaWQgZm9yIGdyb3VuZCB0cmF2ZWwgYmV0d2VlbiBHdWF0ZW1hbGEsIEhvbmR1cmFzLCBOaWNhcmFndWEgYW5kIEVsIFNhbHZhZG9yIGZvciBhIG1heGltdW0gb2YgOTAgZGF5cy4NCjxoMz5Ub3VyaW5nIEVsIFNhbHZhZG9yIGFuZCBDZW50cmFsIEFtZXJpY2E8L2gzPg0KV2UgYXJlIGEgdW5pcXVlIGRlc3RpbmF0aW9uLCBzdHJhdGVnaWNhbGx5IGxvY2F0ZWQgd2l0aGluIENlbnRyYWwgQW1lcmljYS4gSWYgeW91ciBwbGFucyBpbmNsdWRlIGV4cGxvcmluZyBDZW50cmFsIEFtZXJpY2EsIHdlIGNhbiBmYWNpbGl0YXRlIHRyYXZlbCBhbGwgYWNyb3NzIHRoaXMgYmVhdXRpZnVsIHJlZ2lvbi4gRnVydGhlcm1vcmUsIGlmIHlvdSB3aXNoIHRvIHRyYXZlbCBhbnl3aGVyZSBlbHNlIGluIHRoZSB3b3JsZCwgRWwgU2FsdmFkb3LigJlzIENvbWFsYXBhIEludGVybmF0aW9uYWwgQWlycG9ydCBpcyBhcHByb3hpbWF0ZWx5IDQ1IHRvIDYwIG1pbnV0ZXMgYXdheS4gQSBicm9hZCByYW5nZSBvZiBhaXJsaW5lIGNvbXBhbmllcyBmbHkgaW4gYW5kIG91dCBvZiB0aGUgYWlycG9ydDsgdG8gaW5jbHVkZTogQW1lcmljYW4sIEFtZXJpamV0LCBBdmlhbmNhLCBDb250aW5lbnRhbCwgQ29wYSwgRGVsdGEsIEliZXJpYSwgTGl2aW5nc3RvbiwgYW5kIE1leGljYW5hLiBUaGUgYWlycG9ydCBhbHNvIHNlcnZlcyBhcyBhIGh1YiBmb3IgVEFDQSBhaXJsaW5lcywgd2hpY2ggZmxpZXMgdG8gMjIgZGlmZmVyZW50IGNvdW50cmllcyBpbiB0aGUgQW1lcmljYXMhDQoNCjxzdHJvbmc+U2VjdXJpdHk6wqA8L3N0cm9uZz5Zb3VyIGJvYXTigJlzIHNhZmV0eSB3aGlsZSBhdCBCYXJpbGxhcyBpcyBvZiBvdXIgdXBtb3N0IGNvbmNlcm4uIFdoZXRoZXIgeW91IHJlbWFpbiBhdCBCYXJpbGxhcyBhbmQgZW5qb3kgb3VyIGZhY2lsaXRpZXMsIG9yIHlvdSBnbyBhd2F5IGFuZCB0cmF2ZWwsIHlvdXIgYm9hdCBpcyBzYWZlIHdpdGggdXMuIFdlIHdpbGwgaW5zcGVjdCB5b3VyIHZlc3NlbCBkYWlseSB0byBlbnN1cmUgbGluZXMgYXJlIE9LLCBhbmQgd2F0ZXIgZHJhaW5zIHByb3Blcmx5IGR1cmluZyByYWluZmFsbC4gSW4geW91ciBhYnNlbmNlLCBvdGhlciBtYWludGVuYW5jZSByZXF1ZXN0cyBjYW4gYmUgYXJyYW5nZWQgYXMgd2VsbC4gSW4gdGhlIGV2ZW50IG9mIGFuIGVtZXJnZW5jeSwgeW91IHNoYWxsIGJlIGNvbnRhY3RlZCBpbW1lZGlhdGVseS4NCg0KQmFyaWxsYXMgYWxzbyBoYXMgc2VjdXJpdHkgZ3VhcmRzIG9uIGR1dHkgMjQvNywgMzY1IGRheXMgYSB5ZWFyLiBPdXIgcHJlbWlzZXMgYXJlIG1vbml0b3JlZCBhdCBhbGwgdGltZXMsIGRheSBhbmQgbmlnaHQuIE91ciBtb29yaW5nIGJ1b3kgY2FuYWwgaXMgcGF0cm9sbGVkIGR1cmluZyBkYXlsaWdodCBob3VycyBhbmQgYXQgZGFyayBhcyB3ZWxsLiBGdXJ0aGVybW9yZS4uLiBQb3J0IENhcHRhaW4sIEN1c3RvbXMsIEltbWlncmF0aW9uIGFuZCBOYXRpb25hbCBQb2xpY2Ugb2ZmaWNlcyBhcmUgYWxsIG9uLXNpdGUuIFRoZSBTYWx2YWRvcmFuIE5hdnkgYWxzbyBwYXRyb2xzIHRoZSB3YXRlcnMgaW4gb3VyIHZpY2luaXR5Lg0KDQo8c3Ryb25nPkZ1ZWwgYW5kIHdhdGVyOsKgPC9zdHJvbmc+T3VyIGZ1ZWwgZG9jayBkaXNwZW5zZXMgY2xlYW4gVGV4YWNvIGZ1ZWwgcmVmaW5lZCBpbiB0aGUgVW5pdGVkIFN0YXRlcy4gV2UgY3VycmVudGx5IGhhdmUgb24tc2l0ZSBhdmFpbGFiaWxpdHkgb2YgNyw1MDAgZ2FsbG9ucyAoVS5TLikgb2YgZ2Fzb2xpbmUgYW5kIDEyLDUwMCBnYWxsb25zIChVLlMuKSBvZiBkaWVzZWwgZnVlbC4NCg0KT3VyIHdhdGVyIGlzIG5hdHVyYWxseSBmaWx0ZXJlZCBhcyBvdXIgc291cmNlIGlzIG91ciBvd24gYXJ0ZXNpYW4gd2VsbC4NCjxoMz5Ib3cgdG8gZ2V0IGhlcmU8L2gzPg0KV2hlbiBhcnJpdmluZyBieSBzZWEsIHBsZWFzZSByYWRpbyB1cyBvbiBDaGFubmVsIDE2IFZIRiBhbiBob3VyIHByaW9yIHRvIGFycml2aW5nIGF0IHRoZSBCYXJpbGxhcyBQaWxvdCB3YXkgcG9pbnQ7IHdoaWNoIGlzIDEzLjA3LjAxOCBOIDg4LjI1LjE2NSBXLg0KDQpBIGJpbGluZ3VhbCAoRW5nbGlzaC9TcGFuaXNoKSByYWRpbyBvcGVyYXRvciBpcyBhdmFpbGFibGUgdG8gYW5zd2VyIHlvdXIgY2FsbCBiZXR3ZWVuIDA3MDAgYW5kIDE5MDAgaG91cnMuIFRob3VnaCBmcmVxdWVuY3kgbW9uaXRvcmluZyBpcyBvbmdvaW5nIGF0IGFsbCBob3VycywgRW5nbGlzaCBzcGVha2VycyBhcmUgb25seSBhdmFpbGFibGUgZHVyaW5nIHRoaXMgdGltZSBmcmFtZS4gV2UgYWxzbyBtb25pdG9yIE1hcmluZSBTU0IoOC4xMjIwIE1IeiBVU0IpLg0KDQpBZnRlciB3ZSBoYXZlIG1hZGUgY29udGFjdCB3aXRoIHlvdSwgd2Ugd2lsbCBkaXNwYXRjaCBvdXIgcGlsb3QgYm9hdCBzZXJ2aWNlIHRvIHNhZmVseSBndWlkZSB5b3UgdGhyb3VnaCB0aGUgZW50cmFuY2UgdG8gSmlxdWlsaXNjbyBCYXkuDQoNCjxzdHJvbmc+UGV0IFBvbGljeTrCoDwvc3Ryb25nPlBldHMgYXJlIHdlbGNvbWUgYXQgQmFyaWxsYXMhIERvZ3MsIGhvd2V2ZXIsIHNob3VsZCBiZSBrZXB0IG9uIGEgbGVhc2ggYXQgYWxsIHRpbWVzLiBUaGUgaXMgb3duZXIgYWxzbyByZXNwb25zaWJsZSBmb3IgcGlja2luZyB1cCBhZnRlciBoaXMvaGVyIHBldC4NCg0KUGV0cyBhcmUgbm90IGFsbG93ZWQgaW4gcmVzdGF1cmFudCBhcmVhcywgaW5zaWRlIG91ciBjb252ZW5pZW5jZSBzdG9yZSwgb3IgaW4gYW5kIGFyb3VuZCB0aGUgcG9vbC4NCjxoMz5PdGhlciBzZXJ2aWNlczwvaDM+DQo8c3Ryb25nPlByaXZhdGUgbGFuZGluZyBzdHJpcDo8L3N0cm9uZz7CoE92ZXIgNSw1MDAgZnQuIGxvbmcgYW5kIDE2NCBmdC4gd2lkZSwgZ3Jhc3MgcnVud2F5LiBMaWNlbnNlZCBmb3Igbm9uLWNvbW1lcmNpYWwsIGludGVybmF0aW9uYWwgZmxpZ2h0cyB3aXRoaW4gQ2VudHJhbCBBbWVyaWNhLg0KDQo8c3Ryb25nPlByaXZhdGUgYWlyY3JhZnQgcmVudGFsOsKgPC9zdHJvbmc+Rm9yIHNpZ2h0LXNlZWluZyBvciB0cmF2ZWwgaW4gQ2VudHJhbCBBbWVyaWNhLg0KDQo8c3Ryb25nPkNvbW11bmljYXRpb25zOsKgPC9zdHJvbmc+RnJlZSBXaS1GaSBjb25uZWN0aXZpdHksIFNhdGVsbGl0ZSBUViBhdCBDbHViIEhvdXNlIGFuZCBpbiBidW5nYWxvd3MsIEludGVybmF0aW9uYWwgUGF5IFBob25lcw0KDQo8c3Ryb25nPkhvdGVsIGFjY29tbW9kYXRpb25zOsKgPC9zdHJvbmc+QWNjb21vZGF0aW9uIHJlbnRhbCBpcyBhdmFpbGFibGUuDQoNCjxzdHJvbmc+TGF1bmRyeSBzZXJ2aWNlOsKgPC9zdHJvbmc+TGV0IHVzIGRvIHRoZSB3YXNoaW5nIGFuZCBmb2xkaW5nIGF0IGEgdmVyeSBhZmZvcmRhYmxlIHByaWNlIQ0KDQo8c3Ryb25nPkR1dHkgZnJlZSBwYXJ0cyBvcmRlcmluZzrCoDwvc3Ryb25nPlBhcnRzIGZvciB5b3VyIGJvYXQgY2FuIGJlIG9yZGVyZWQgZnJvbSB0aGUgVVNBIHRheCBmcmVlLg0KDQo8c3Ryb25nPkJvYXQgbWFpbnRlbmFuY2U6wqA8L3N0cm9uZz5IdWxsIHNjcmFwaW5nLCBib2F0IHdhc2hpbmcvY2xlYW5pbmcuIEFkZGl0aW9uYWxseSwgb3VyIG5leHQgZG9vciBuZWlnaGJvciwgUFJFU1RPTUFSIGlzIGEgc2hyaW1waW5nIGJ1c2luZXNzIHdpdGggaGF1bC1vdXQgZmFjaWxpdGllcyBmb3IgdGhlaXIgZmxlZXQuIFdpdGggYSBwcmV2aW91cyBhcHBvaW50bWVudCwgdGhleSBjYW4gYXJyYW5nZSBoYXVsaW5nIG91dCB2ZXNzZWxzIHVwIHRvIDEwMGZ0LiBsb25nIGFuZCB3ZWlnaGluZyAyMDB0b25zLg0KDQpTZXJ2aWNlcyBvZmZlcmVkIHRoZXJlIGluY2x1ZGUgbWFyaW5lIGVsZWN0cm9uaWNzIHNhbGVzIGFuZCBpbnN0YWxsYXRpb25zLCBhbGwga2luZHMgb2Ygd2VsZGluZyB3b3JrLCBzaGFmdCBhbmQgcHJvcCByZXBhaXJzLCBodWxsIHBhaW50aW5nLCBhbmQgb3RoZXIgbWVjaGFuaWNhbCB3b3JrIGFzIHdlbGwuIElmIHlvdeKAmWQgbGlrZSB0byBjb250YWN0IHRoZW0sIHdl4oCZZCBiZSBoYXBweSB0byBhcnJhbmdlIHRoYXQgZm9yIHlvdS4NCg0KPHN0cm9uZz5Ub3VycyBhbmQgdHJhbnNwb3J0YXRpb246wqA8L3N0cm9uZz5XZSB3b3JrIHdpdGggc2V2ZXJhbCDCoGxvY2FsIHRvdXIgb3BlcmF0b3JzIMKgdGhhdCBvZmZlciBhIHZhcmlldHkgb2YgdG91cnMgaW4gRWwgU2FsdmFkb3IgYW5kIHRoZSByZWdpb24sIGlmIHRoYXQgaXMgc29tZXRoaW5nIG9mIGludGVyZXN0IHRvIHlvdS4gQmFyaWxsYXMgYWxzbyBoYXMgdHJhbnNwb3J0YXRpb24gc2VydmljZXMgd2hpY2ggYXJlIGF2YWlsYWJsZSB0byB0YWtlIHlvdSB0byB0aGUgSW50ZXJuYXRpb25hbCBBaXJwb3J0IG9yIGEgcG9pbnQgb2YgaW50ZXJlc3QuDQoNCkFsc28sIHRoZSBNYXJpbmEgcHJvdmlkZXMgYSBiaS13ZWVrbHkgY291cnRlc3kgc2h1dHRsZSBzZXJ2aWNlIGludG8gdG93biBpbiBvdXIgYWlyIGNvbmRpdGlvbmVkIHBhc3NlbmdlciB2YW5zLiBUaGVyZSwgaW4gVXN1bHV0w6FuLCBvdXIgZ3Vlc3RzIGNhbiBwcm9jdXJlIGZvb2QgYW5kIG90aGVyIGdvb2RzIHdoaWxlIGF0IHRoZSBsb2NhbCBtYXJrZXQgb3Igc3VwZXJtYXJrZXQu\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:14;}}}', '2013-11-25 21:33:10', 0, NULL),
(4, 141, 10, 1, 0, '92a36c7fe66e57fd9a0162f4adc6386b', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=68\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"REFZIFRSSVBT\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:4460:\"WW91ciDigJhEYXkgQXdheeKAmSBhdCBQdWVydG8gQmFyaWxsYXMsIGxvY2F0ZWQgaW4gQ2FuYWwgQmFyaWxsYXMgYXQgSmlxdWlsaXNjbyBCYXkgb2ZmZXJzIHBsZW50eSBvZiBhY3Rpdml0aWVzIHRvIGNob29zZSBmcm9tIGluY2x1ZGluZyBhIGxhbmNoYSBwYW5nYSB0b3VyIG9yIHBvbnRvb24gdG91ciBpbiB0aGUgSmlxdWxpc2NvIEJheSwgYSBkZWxpY2lvdXMgbWVhbCBhbmQgYSB2aXNpdCB0byBvdXIgbW9ua2V5IHNhbmN0dWFyeSBpbiB0aGVpciBuYXR1cmFsIGhhYml0YXQuIEJ1dCBpZiB5b3UgcHJlZmVyIG1vcmUgYWR2ZW50dXJvdXMgdG91cnMsIHN1Y2ggYXMga2F5YWtpbmcgaW4gdGhlIGJheSBvciBvdGhlciBjdXN0b21pemVkIGdyb3VwIHRvdXIsIHdlIHdpbGwgYmUgbW9yZSB0aGFuIGhhcHB5IHRvIHByZXBhcmUgYSBkYXkgZnVsbCBvZiBhZHZlbnR1cmUuDQoNCklmIHlvdSBkZWNpZGUgdG8gdGFrZSB0aGUgYm9hdCB0b3VyLCB5b3Ugd2lsbCBiZSB2aXNpdGluZyBhIGhlYXZlbmx5IOKAk21hZGUgaXNsYW5kIHdoZXJlIHlvdSBjYW4gYmUgZW5qb3kgdGhlIGNhbG0gd2F0ZXJzIG9mIHRoZSBKaXF1aWxpc2NvIEJheSB3aGljaCBhcmUgc2FmZSBmb3IgdGhlIGZhbWlseSB0byBzd2ltIGFuZCBmaXNoLiBJbiBvdXIgZmFjaWxpdGllcyB3ZSBvZmZlciBzd2luZ3MgYW5kIHNsaWRlcyBmb3IgdGhlIGNoaWxkcmVuIChhIGxvdmVseSBwbGF5Z3JvdW5kKSBhbmQgYWxzbyBhIHN3aW1taW5nIHBvb2wgYW5kIEphY3V6emkgZm9yIGFsbCBhZ2VzIENvbWUgYW5kIGVuam95IHRoZSBkYXkgd2l0aCB1c+KApi4NCg0KRm9yIGRheSB0cmlwcyB3ZSBvZmZlciB0aGUgZm9sbG93aW5nIHBhY2thZ2VzOg0KPHN0cm9uZz5PcHRpb24gMSAtIHdpdGggTHVuY2g8L3N0cm9uZz4NCjx1bD4NCgk8bGk+MS0zIHBlb3BsZSAkIDMxLjUwUFA8L2xpPg0KCTxsaT40LTYgcGVvcGxlICQgMzAuNTBQUDwvbGk+DQoJPGxpPjctOSBwZW9wbGUgJCAyOS41MFBQPC9saT4NCjwvdWw+DQoqIEluY2x1ZGVzIHdlbGNvbWUgY29jb251dCB3YXRlciAuDQoqIEx1bmNoIGFuZCBhIGRyaW5rIDoNCi0gQSBsYSBDYXJ0ZSAoaW5jbHVkZXMgKSA6DQphKSBNYWluIERpc2ggOiBNZWF0LCBwb3VsdHJ5LCBmaXNoICwgY29ja3RhaWxzLCBzYW5kd2ljaCBpcyBjb25zaWRlcmVkIGEgbWFpbiBkaXNoIC4NCmIgKSBEcmluayA6IDEgZG9tZXN0aWMgYmVlciAsIGJvdHRsZWQgd2F0ZXIsIENvY29udXQgd2F0ZXINCiogVXNlIG9mIGZhY2lsaXRpZXMNCiogVGF4ICggVkFUICkgYW5kIHNlcnZpY2VzDQpQUCA9IFBlciBQZXJzb24NCiogQ2hpbGRyZW4gdW5kZXIgNyB5ZWFycyA6ICQgMjAuMDAgLiBLaWRzIG1lYWwgOiBoYW1idXJnZXIgb3Igc2FuZHdpY2ggLCBjaGlwcyAsIGljZSBjcmVhbSBhbmQgc29kYS4NCg0KPHN0cm9uZz5PcHRpb24gMiAtIFdpdGggUGFuZ2EgQm9hdCBUb3VyIOKAkyBJc2xhIFBhamFyaXRvPC9zdHJvbmc+ICggMiBob3VycyBBZGRpdGlvbmFsIEhvdXIgJCA1Ni4wMCApDQo8dWw+DQoJPGxpPjEtMiBwZW9wbGUgOiAkIDEzMC41MCB0b3RhbDwvbGk+DQoJPGxpPjMtNCBwZW9wbGUgJCAzNC41MFBQPC9saT4NCgk8bGk+NS02IHBlb3BsZSAkIDMyLjUwUFA8L2xpPg0KCTxsaT43LTkgcGVvcGxlICQgMzAuNTBQUDwvbGk+DQo8L3VsPg0KKiA3LTkgcGVyc29uczogYWxsb3cgMiBjaGlsZHJlbiB1bmRlciA3IHllYXJzIHBheWluZyB0aGUgZmVlIG9mICQyNS4wMA0KKiBJbmNsdWRlcyB3ZWxjb21pbmcgZHJpbms6IGNvY29udXQgd2F0ZXINCiogVXNlIG9mIGZhY2lsaXRpZXMgYW5kIHNlcnZpY2VzIGFuZCB0YXhlcw0KDQo8c3Ryb25nPk9wdGlvbiAzIC0gQm9hdCBUb3VyIGFuZCBMdW5jaDwvc3Ryb25nPiAoIDIgaG91cnMgdG91ciApDQo8dWw+DQoJPGxpPjMgcGVvcGxlICQgNDcuNTBQUDwvbGk+DQoJPGxpPjQtNiBwZW9wbGUgJCA0My41MDBQUDwvbGk+DQoJPGxpPjctOSBwZW9wbGUgJCA0Mi41MFBQPC9saT4NCjwvdWw+DQpJbmNsdWRlcyBwYW5nYSBib2F0IHRvdXIgLCB3ZWxjb21lIGNvY29udXQgd2F0ZXIgLCBsdW5jaCBhbmQgYSBkcmluayAoIGRvbWVzdGljIGJlZXIgLCBnbGFzcyB3YXRlciAsIGNvY29udXQgd2F0ZXIgb3IgZ2FzICkNClVzZSBvZiBGYWNpbGl0aWVzDQoNCjxzdHJvbmc+T3B0aW9uYWwgdG91cnM6PC9zdHJvbmc+DQpTcGlkZXIgTW9ua2V5cyBTYW5jdHVhcnkNCjx1bD4NCgk8bGk+MS0yIHBlb3BsZTogJDEwLjAwIHBwPC9saT4NCgk8bGk+My05IHBlb3BsZTogJDUuMDAgcHA8L2xpPg0KCTxsaT5DaGlsZHJlbjogJDIuNTAgcHAgKGFzIGxvbmcgYXMgdGhlcmUgYXJlIDIgYWR1bHRzIGluIHRoZSBncm91cCk8L2xpPg0KPC91bD4NClRoZSBib2F0IHRvdXIgaXMgYXBwcm94aW1hdGVseSB0d28gaG91cnMgLCB3ZSBtYWRlIHRoZSB0cmlwIG92ZXIgdGhlIG1haW4gY2hhbm5lbCBvZiBKaXF1aWxpc2NvIEJheSB3aGVyZSBvdXIgdmlzaXRvcnMgY2FuIGFwcHJlY2lhdGUgdGhlIGJlbmVmaXRzIG9mZmVyZWQgYnkgdGhlIEJheSAsIGluY2x1ZGluZyBtYW5ncm92ZSBkaXZlcnNpdHkgLCBwYW5vcmFtaWMgdmlldyBvZiBtb3VudGFpbnMgYW5kIHZvbGNhbm9lcyAsIHRoZW4gd2UgcmVhY2ggSXNsYSBQYWphcml0byB3aGVyZSB5b3UgY2FuIGVuam95IHRoZSBiZWF1dGlmdWwgYmVhY2ggd2l0aCBhIGJlYXV0aWZ1bCBhbmQgcmVsYXhpbmcgdmlldyBvZiB0aGUgc2VhLiBZb3UgbWF5IGFsc28gaGF2ZSB0aGUgb3Bwb3J0dW5pdHkgdG8gc2VlIG1pZ3JhdG9yeSBiaXJkcy4NCg0K4oCiIE91ciByZWNvbW1lbmRhdGlvbiBpcyB0byB0YWtlIGx1bmNoIGFuZCB0b3VyIG9mIHRoZSBiYXkuIEl0J3MgYmVhdXRpZnVsIQ0KRG8gbm90IGZvcmdldCB0byBicmluZyB5b3VyIGNhbWVyYSBiZWNhdXNlIHlvdSB1c3VhbGx5IHNlZSBleG90aWMgYmlyZHMsIG1hbmdyb3ZlcywgYSBuaWNlIHZpZXcgb2Ygdm9sY2Fub2VzICwgY3JvY3MgYW5kIGdhdG9ycyBkZXBlbmRpbmcgb24gdGhlIHRpZGUgLiBBbHNvIHRoZSB0b3VyIHRvIHNlZSB0aGUgbW9ua2V5cyBpcyBmdW4uIFRoZXNlIHNwaWRlciBtb25rZXlzIGFyZSBwbGF5ZnVsIGFuZCBtaXNjaGlldm91cywgZXNwZWNpYWxseSB3aGVuIHRoZXkgdGFrZSBiYW5hbmFzLg0KPGg0PldlIGhvcGUgeW91IHZpc2l0IHRoaXMgd29uZGVyZnVsIHBhcmFkaXNlIGluIEppcXVpbGlzY28gQmF5ICE8L2g0Pg0KPGJsb2NrcXVvdGU+Rm9yIGdyb3VwIHJlc2VydmF0aW9ucywgcGxlYXNlIGNvbnRhY3Q6IGluZm9AcHVlcnRvYmFyaWxsYXMuY29tDQpGb3IgZ3JvdXAgcmF0ZXMgcGxlYXNlIHZpc2l0IGdyb3VwIEZ1bGwgcGFja2FnZSByYXRlczwvYmxvY2txdW90ZT4=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:68;}}}', '2013-11-25 21:34:28', 0, NULL),
(5, 142, 10, 1, 1, 'd954f15eb3e8d3cd94d7e32452792070', 'local', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=239\";s:8:\"contents\";a:5:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:56:\"RGlzY292ZXIgdGhlIEJlYXV0eSBvZiBCYWhpYSBkZSBKaXF1aWxpc2Nv\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2456:\"SmlxdWlsaXNjbyBCYXksIGEgcmVzZXJ2ZSBhbmQgdGhlIG1vc3QgaW1wb3J0YW50IGNvYXN0YWwgbWFyaW5lIGVjb3N5c3RlbSBvZiBFbCBTYWx2YWRvci4gY29tcHJpc2VzIDU1IGttIG9mIGNvYXN0IGZyb20gdGhlIG1vdXRoIG9mIHRoZSBMZW1wYSBSaXZlciB0byB0aGUgbW91dGggb2YgdGhlIENoZXBvbmEgaW4gSnVjdWFyw6FuOiBjb250YWlucyAyNyBpc2xhbmRzIGFuZCBpc2xldHMgYW5kIDIyLCA5MTIgaGVjdGFyZXMgb2YgbWFuZ3JvdmVzLiBPbiBPY3RvYmVyIDMxLCAyMDA1IHdhcyBkZWNsYXJlZCBhIFJhbXNhciBzaXRlIHVuZGVyIHRoZSBpbnRlcm5hdGlvbmFsIGNvbnZlbnRpb24gb24gd2V0bGFuZHMsIGJlY2F1c2Ugb2YgaXRzIHVuaXF1ZW5lc3MgYW5kIGZyYWdpbGl0eSwgYmVjYXVzZSBpdCBpcyB0aGUgaGFiaXRhdCBvZiBtb3N0IGNvYXN0YWwgbWFyaW5lIGJpcmRzIGluIHRoZSBjb3VudHJ5LiBJdCBpcyB0aGUgb25seSBuZXN0aW5nIHNpdGUgZm9yIHNvbWUgb2YgdGhlbSwgYW5kIHRoZSBwbGFjZSBvZiBkZXN0aW5hdGlvbiBvciBzdGVwIChmZWVkaW5nLCBtb3VsdGluZyBhbmQgcmVzdGluZykgb2YgZWlnaHR5LXNldmVuIG1pZ3JhdG9yeSBiaXJkcyBvZiBpbnRlcm5hdGlvbmFsIGltcG9ydGFuY2UuDQoNClRoaXMgc2l0ZSBpcyBob21lIHRvIGEgZGl2ZXJzaXR5IG9mIHRlcnJlc3RyaWFsIHNwZWNpZXMgYXNzb2NpYXRlZCB3aXRoIHdhdGVyIGJvZGllcyBhbmQgY29hc3RhbCBhcmVhcy4gSXQgc2hvdWxkIGJlIG5vdGVkIHRoYXQgaXQgaGFzIGNvbmZpcm1lZCB0aGF0IGZvdXIgb2YgdGhlIHNldmVuIHNlYSB0dXJ0bGUgc3BlY2llcyBrbm93biB3b3JsZHdpZGUgdmlzaXQgSmlxdWlsaXNjbyBCYXkgZm9yIG5lc3RpbmcuIFRoZSBzcGVjaWVzIGNvbmNlcm5lZCBhcmU6IHRoZSBibGFjayB0dXJ0bGUsIEhhd2tzYmlsbCwgT2xpdmUgUmlkbGV5IHR1cnRsZSBhbmQgdG9ydG9pc2UgQmF1bGUuDQoNClBlb3BsZSBsaXZpbmcgb24gdGhlIHBlcmltZXRlciBvZiB0aGUgcmVzZXJ2ZSBpcyB3ZWxsIGF3YXJlIG9mIHRoZSBuZWVkIHRvIHByZXNlcnZlIHRoZSBzaXRlIHRocm91Z2ggdGhlIGVzdGFibGlzaG1lbnQgb2YgcHJvZHVjdGlvbiBzeXN0ZW1zIGNvbXBhdGlibGUgd2l0aCB0aGUgZW52aXJvbm1lbnQsIGNvLW1hbmFnZW1lbnQgb2YgcHJvdGVjdGVkIGFyZWFzLCByaXNrIG1hbmFnZW1lbnQgYW5kIHJlc2N1ZSBza2lsbHMgVEVLLiBUaGUgc3VzdGFpbmFibGUgZGV2ZWxvcG1lbnQgb2YgdGhlIGFyZWEgaXMgYmFzZWQgb24gdG91cmlzbSwgaGFydmVzdGluZyBvZiBtYW5ncm92ZXMgYW5kIGNvY29udXRzLCB0aGUgY3VsdGl2YXRpb24gb2Ygc3VnYXIgY2FuZSwgZmlzaGluZyBhbmQgbGl2ZXN0b2NrLg0KDQpGb3IgYWxsIHRoYXQgdGhlIEJheeKAmXMgYmVhdXR5IGFuZCB3aGF0IGl0IG9mZmVyczogaXRzIGNoYXJhY3RlcmlzdGljcyBhbmQgdW5pcXVlIGxhbmRzY2FwZXMsIHdlIGludml0ZSB5b3UgdG8gdmlzaXQgdGhpcyBuYXR1cmFsIHBhcmFkaXNlIG9mIEVsIFNhbHZhZG9yLg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExOCIgYWx0PSJQdWVydG9fQmFyaWxsYXNfUGljdHVyZTYiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9QdWVydG9fQmFyaWxsYXNfUGljdHVyZTYuanBnIiB3aWR0aD0iOTgwIiBoZWlnaHQ9IjI4MCIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:239;}s:10:\"categories\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:41:\"\"RWwgU2FsdmFkb3I=\",\"SmlxdWlsaXNjbyBCYXk=\"\";s:6:\"format\";s:10:\"csv_base64\";}s:12:\"category_ids\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:5:\"24,23\";}}}', '2013-11-25 21:43:40', 0, NULL),
(6, 143, 10, 1, 0, 'b5c6fa8f79d3eb76ddbc0f31dde86eed', 'local', 'a:2:{s:3:\"url\";s:42:\"http://www.puertobarillas.com/welcome?p=86\";s:8:\"contents\";a:5:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"S2F5YWtpbmcgaW4gSmlxdWlsaXNjbyBCYXk=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1520:\"V2l0aCAzNjUgZGF5cyBvZiBzdW5ueSBhbmQgd2FybWluZyBkYXlzLCBnZXQgcmVhZHkgZm9yIGEga2F5YWsgYW5kIGdyYWIgdGhlIHBhZGRsZXMgYW5kIGEgbGlmZSB2ZXN0IHRvIGV4cGxvcmUgdGhlIEppcXVpbGlzY28gQmF5IGNoYW5uZWxzLiBQYWRkbGUgYXdheSB3aXRoIHRoZSB3aG9sZSBmYW1pbHkuwqBJZiB5b3UgYXJlIGFuIGFkdmVudHVyb3VzIHR5cGUsIHBhZGRsZSBhdCB5b3VyIG93biBwYWNlIHRocm91Z2ggdGhlIG1hemVsaWtlIG1hbmdyb3ZlIHR1bm5lbHPCoCBhbmQgZXhwZXJpZW5jZSB0aGUgYmVhdXR5IG9mIHRoZSBsYW5kc2NhcGVzLg0KDQpXaGF0IGJldHRlciB3YXkgdG8gZ2V0IGEgZmlyc3RoYW5kIGxvb2sgb2Ygb3VyIGZhbnRhc3RpY2FsbHkgZmFidWxvdXMgbGFuZHNjYXBlcywgZmxvcmEsIGZhdW5hOiB2b2xjYW5vZXMsIGFsbGlnYXRvcnMsIGV4b3RpYyBiaXJkcywgbWFuZ3JvdmVzIGFuZCBpZiB5b3UgZ2V0IGx1Y2t5LCB5b3UgbWlnaHQgZ2V0IHRvIHNlZSBhwqAgaGF3a3NiaWxsIHR1cnRsZS4NCg0KQWxzbywgaWYgeW91IGxpa2UgZmlzaGluZyAsIHRyeSBmaXNoaW5nIHdoaWxlIGtheWFraW5nLg0KPGJsb2NrcXVvdGU+UHJpY2VzOg0KDQpUd28gaG91ciBLYXlhayByZW50YWwgKHRvIGdldCB1cC1jbG9zZSBhbmQgcGVyc29uYWwgZXhwZXJpZW5jZSB3aXRoIHRoaXMgbmF0aW9uYWwgdHJlYXN1cmUpOg0KJDEwLjAwIGZvciBzaW5nbGUgS2F5YWsNCiQxOC4wMCBmb3IgZG91YmxlIEtheWFrICgyIHBlb3BsZSkNCg0KRml2ZSBIb3Vycw0KJDE1LjAwIGZvciBzaW5nbGUgS2F5YWsNCiQyNS4wMCBmb3IgZG91YmxlIEtheWFrPC9ibG9ja3F1b3RlPg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9LYXlha2luZy1pbi10aGUtQmF5LmpwZyI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xMzMiIGFsdD0iS2F5YWtpbmcgaW4gdGhlIEJheSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0theWFraW5nLWluLXRoZS1CYXkuanBnIiB3aWR0aD0iNDE4IiBoZWlnaHQ9IjQxOCIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:86;}s:10:\"categories\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:122:\"\"RWwgU2FsdmFkb3I=\",\"SXNsYW5kIGhvcHBpbmc=\",\"TWFuZ3JvdmVz\",\"TWFyaW5hIGluIEVsIFNhbHZhZG9y\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\"\";s:6:\"format\";s:10:\"csv_base64\";}s:12:\"category_ids\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:13:\"24,13,12,8,19\";}}}', '2013-11-25 21:45:21', 0, NULL),
(7, 144, 10, 1, 0, '7796742c24c35a5dd0d3942e041d01bd', 'local', 'a:2:{s:3:\"url\";s:42:\"http://www.puertobarillas.com/welcome?p=84\";s:8:\"contents\";a:5:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36:\"VmlzaXQgdGhlIE1vbmtleSBTYW5jdHVhcnk=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1456:\"SGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyBpbmNsdWRlZCBhIHByb3RlY3RlZCwgZW52aXJvbm1lbnRhbGx5IGNvbnNjaW91cyB6b28uIEFmdGVyIHRoZcKgwqAgbGFuZCByZWZvcm0gdGhhdCB0b29rIHBsYWNlIGluIGxhdGUgMTk3OSBtYW55IGlubm9jZW50IGFuaW1hbHMgd2VyZSBraWxsZWQgb3Igc29sZC7CoCBIb3dldmVyLCB0aGVyZSB3YXMgYSBjb21tdW5pdHkgb2YgY3VubmluZyBzcGlkZXIgbW9ua2V5cyB0aGF0IG1hbmFnZWQgdG8gc3Vydml2ZSBvdmVyIHRoZSB5ZWFycy7CoCBUb2RheSwgbXVjaCBvZiB0aGUgcHJvcGVydHkgYXQgSGFjaWVuZGEgTGEgQ2FycmVyYSBoYXMgYmVlbiByZXB1cmNoYXNlZCBmb3IgYWdyaWN1bHR1cmFsIHVzZS4gTmV2ZXJ0aGVsZXNzLCB0aGUgcHVyY2hhc2luZyBjb21wYW55IGhhcyBnb25lIHRvIGdyZWF0IGVmZm9ydHMgdG8gcHVyY2hhc2Ug4oCcZ3JlZW4gYXJlYXPigJ0gd2l0aCBhIHN0cm9uZyBjb21taXRtZW50IHRvIHByZXNlcnZlIGFuZCBwcm90ZWN0IHRoZSBmbG9yYSBhbmQgZmF1bmEuIEFzIGEgcmVzdWx0LCBuYXRpdmUgd2lsZGxpZmUgaW4gdGhlIGFyZWEgaGFzIG1hZGUgYW4gaW1wcmVzc2l2ZSBjb21lYmFjay7CoCBUaGUgbW9ua2V5IHBvcHVsYXRpb24gaXMgYWxzbyB0aHJpdmluZywgaGF2aW5nIHJlYWNoZWQgY2xvc2UgdG8gMzAuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIGZvciBhIHdvbmRlcmZ1bCBleHBlcmllbmNlLsKgIElmIHlvdSBhcmUgbHVja3ksIHlvdSB3aWxsIGJlIGhvc3RlZCBieSBQYW5jaG8gYW5kIE1hcmlhLCB0aGUgbGVhZGVycyBvZiB0aGUgbW9ua2V5IGNvbW11bml0eSAob3IgdGhlIG1vc3QgcG9wdWxhciBtb25rZXlzKS4NCg0KPGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS0zMjMiIC8+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:84;}s:10:\"categories\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:99:\"\"RmF1bmEgaW4gRWwgU2FsdmFkb3I=\",\"SXNsYW5kIGhvcHBpbmc=\",\"TmF0dXJl\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\"\";s:6:\"format\";s:10:\"csv_base64\";}s:12:\"category_ids\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:11:\"20,13,14,19\";}}}', '2013-11-25 21:46:43', 0, NULL),
(8, 145, 10, 1, 0, 'ea7175ce1c04bc1eb59c563b54ccb680', 'local', 'a:2:{s:3:\"url\";s:41:\"http://www.puertobarillas.com/welcome?p=1\";s:8:\"contents\";a:5:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U3BvcnQgRmlzaGluZw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:3900:\"QmFoaWEgZGUgSmlxdWlsaXNjbyBpcyBwaWN0dXJlIHBlcmZlY3QtIHNjZW5lcnkgZm9yIGZpc2hpbmcgYWxsLXllYXIgcm91bmQuIEl0J3MgYWx3YXlzIGFuIGFkdmVudHVyZSB0byBzcGVuZCB0aGUgZGF5IGVuam95aW5nIHRoZSBiYXkgYW5kIHRoZSBtYW55IHNwZWNpZXMgb2YgbWFyaW5lIGxpZmUgaW4gb3VyIGFyZWEuIFB1ZXJ0byBCYXJpbGxhcyBjYW4gbWFrZSBhbGwgb2YgdGhlIGFycmFuZ2VtZW50cyBmb3IgYSB2ZXJ5IGdvb2QgZmlzaGluZyBleHBlcmllbmNlLg0KV2hlbiBpdCdzIHRpbWUgZm9yIHRoYXQgZ2V0LWEtd2F5IG9yIGZpc2hpbmcgdHJpcCwgY29udGFjdCBQdWVydG8gQmFyaWxsYXMgZm9yIGFuIGFkdmVudHVyZSBvZiBhIGxpZmV0aW1lLg0KVGhlIEJhaGlhIGRlIEppcXVpbGlzY28gcmVnaW9uIG9mZmVycyBleGNlbGxlbnQgaW5zaG9yZSBhbmQgb2Zmc2hvcmUgZmlzaGluZyB0aHJvdWdob3V0IHRoZSB5ZWFyLiBGaXJzdCBDbGFzIFNwb3J0LWZpc2hpbmcgZm9yIHNhaWxmaXNoLCBCbHVlIE1hcmxpbiwgcm9vc3RlcmZpc2gsIFllbGxvdyBmaW4gdHVuYSwgQnVsbCBtYWhpIG1haGksIHdhaG9vLCBhbm9vayBhbmQgSmFjayBjcmF2YWxsZSBhcmUganVzdCBzb21lIG9mIHRoZSBtYW55IGRpZmZlcmVudCBmaXNoIGNhdWdodCBoZXJlLg0KDQpEZWVwIFNlYSBGaXNoaW5nDQpXaG9sZSBEYXkgUGFja2FnZQ0KDQpUaGlzIHBhY2thZ2UgaXMgYSBkYWlseSB0b3VyIGFuZCBuZWVkcyB0byBiZSBib29rZWQgYXQgbGVhc3QgMTAgZGF5cyBpbiBhZHZhbmNlIChjb25maXJtYXRpb24gb25seS9hcyByZXF1ZXN0KQ0KRmlzaGluZyBTY2hlZHVsZTogU2FpbGluZyBvdXQgb2YgUHVlcnRvIEJhcmlsbGFzIDZhbSBSZXR1cm5pbmc6IDZwbQ0KDQoqMiBob3VycyBib2F0IHNhaWxpbmcgZnJvbSBpbmxldCB0byBmaXNoaW5nIHNwb3QuDQoNCkEgZnVsbCBkYXkgZGVlcC1zZWEgZmlzaGluZyB3aXRoIGEgcHJvZmVzc2lvbmFsOiBDaGlhIENoaWFuIEp1YW5nIHdobyBoYXMgd29uIHNldmVyYWwgZmlzaGluZyB0b3VybmFtZW50cy4NCkJvYXQ6IDIyIFByb2thdCB3aXRoIDIgWWFtYWhhIDExNSA0IHN0cm9rZSBlcXVpcHBlZCB3aXRoIGZ1c2lvbiBzb3VuZCBzeXN0ZW0sIEdhcm1pbiBHUFMgYW5kIGxvd3JhbmNlIGZpc2ggZmluZGVyLg0KDQpHZWFyOiA3IFRyb2xsaW5nLyBTcGlubmluZyByZWVscyBhbmQgcm9kcyB3aXRoIHBsZWFudHkgb2YgdHJvbGxpbmcgL3NwcnkgbHVyZXMgLCBsaWZlIHZlc3QgYW5kIGFsbCBvZiB0aGUgZmlzaGluZyBlcXVpcG1lbnQgbmVjZXNzYXJ5IGZvciBhIGdvb2QgZGF5IG9mIGZpc2hpbmcgKHdpdGggR08gUFJPIHZpZGVvIGNhbWVyYSBpbmNsdWRlZCkNCg0KRmlzaGluZyBUYXJnZXQ6IEJ1bGwgbWFoaSBtYWhpLCBCbHVlIE1hcmxpbiwgQmxhY2sgTWFybGluLCBZZWxsb3dmaW4gVHVuYSwgd2Fob28sIHNhaWxmaXNoLCByb29zdGVyZmlzaCwgamFjayBjcmF2YWxsZS4NCg0KVGhlIHRvdGFsIHByaWNlIGZvciB5b3VyIERlZXAgc2VhIGZpc2hpbmcgcGFja2FnZSBpbmNsdWRlczoNCjx1bD4NCgk8bGk+VGhlIGVxdWlwbWVudDwvbGk+DQoJPGxpPkZpc2hpbmcgd2l0aCBhIFBybzwvbGk+DQoJPGxpPkJvYXQgcmlkZTwvbGk+DQo8L3VsPg0KTHVuY2ggQm94Og0KSGFtYnVyZ2VyIG9yIHNhbmR3aWNoIGFuZCBjaGlwcy8gZ3Jhbm9sYSBiYXIvMSBkcmluaw0KDQpUYXhlcw0KKkEgY29vbGVyIHdpbGwgYmUgaW4gdGhlIGJvYXQgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIHRyaXAsIHlvdSBjYW4gcGF5IGZvciBhZGRpdGlvbmFsIGRyaW5rcy4NCjx0YWJsZSB3aWR0aD0iNTg3IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCI+DQo8dGJvZHk+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjMyMSI+PHN0cm9uZz5NaW5pbXVtOiAzIHBlb3BsZS8gTWF4aW11bSA3IHBlb3BsZTwvc3Ryb25nPjwvdGQ+DQo8dGQgYmdjb2xvcj0iI0Q2RTFFMiIgd2lkdGg9IjI2MyI+PHN0cm9uZz4kMTExNyBUb3RhbCAxLTcgcGVvcGxlPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+UHJpY2UgcGVyIHBlcnNvbsKgIChiYXNlIG9uIDcgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE2MDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIGJnY29sb3I9IiNEREVGRjciPlByaWNlIHBlciBwZXJzb27CoCAoYmFzZSBvbiA2wqAgcGVvcGxlKTwvdGQ+DQo8dGQgYmdjb2xvcj0iI0RERUZGNyI+JDE4NjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8dWw+DQoJPGxpPkEgcmVhbCB0aW1lIEV4cGVyaWVuY2UuPC9saT4NCgk8bGk+UGxlYXNlIG5vdGUgdGhhdCBvdXIgcmVzdGF1cmFudCBjbG9zZXMgYXQgNjozMHBtIHNvIHBsZWFzZSBvcmRlciBkaW5uZXIgdGhlIG5pZ2h0IGJlZm9yZSB0aGUgZmlzaGluZyB0b3VyLjwvbGk+DQoJPGxpPkRvZXMgbm90IGluY2x1ZGUgaW50ZXJuYXRpb25hbCBhaXJmYXJlPC9saT4NCgk8bGk+UHJpY2VzIHN1YmplY3QgdG8gY2hhbmdlIChkdWUgdG8gZnVlbCBjb3N0cyBhbmQgRWwgU2FsdmFkb3IgdGF4ZXMgYW5kIGZ1ZWwgc3VyY2hhcmdlcyk8L2xpPg0KPC91bD4NCkJheSBGaXNoaW5nL0lzbGFuZCBGaXNoaW5nL1N1cmYgRmlzaGluZw0KV2Ugb2ZmZXIgc3BlY2lhbCBwcmljZXMgZm9yIHRob3NlIHBhc3Npb25hdGUgYWJvdXQgRmlzaGluZw0KDQpCb2F0IFJlbnRhbCB3aXRoIFBpbG90DQo8dWw+DQoJPGxpPiQxNjkuMDAgKDQgaG9yYXMpPC9saT4NCgk8bGk+JCAyMTEuMDAgKDUgaG9yYXMpPC9saT4NCgk8bGk+JDI1My4wMCAoNiBob3Jhcyk8L2xpPg0KPC91bD4NClByaWNlcyBkbyBub3QgaW5jbHVkZSBlcXVpcG1lbnQuIFZpc2l0b3JzIG11c3QgYnJpbmcgdGhlaXIgb3duIGVxdWlwbWVudC4=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1;}s:10:\"categories\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:133:\"\"QmlyZHdhdGNoaW5n\",\"SG90ZWwgZGUgcGxheWE=\",\"SmlxdWlsaXNjbyBCYXk=\",\"TmF0dXJl\",\"UGFyYWRpc2UgaW4gRWwgU2FsdmFkb3I=\",\"U3BvcnRzZmlzaGluZw==\"\";s:6:\"format\";s:10:\"csv_base64\";}s:12:\"category_ids\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:16:\"9,11,23,14,19,18\";}}}', '2013-11-25 21:47:52', 0, NULL),
(9, 146, 10, 1, 0, '7edb7f7d66a2ad73f010e70bb0cbffd5', 'local', 'a:2:{s:3:\"url\";s:42:\"http://www.puertobarillas.com/welcome?p=88\";s:8:\"contents\";a:12:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"QSBUYXN0ZSBvZiBQYXJhZGlzZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1740:\"SGF2aW5nIHRyYXZlbGVkIHRvIG1hbnkgY291bnRyaWVzIGluIHRoZSB3b3JsZCBsb29raW5nIGZvciBhZHZlbnR1cmUgYW5kIHNvbWV0aGluZyBkaWZmZXJlbnQgLCBJIGZvdW5kIHRoZSBTYXZpb3IgLSBQdWVydG8gQmFycmlsYXMgIU5vdCBmYW5jeSwgYnV0IHZlcnkgY29tZm9ydGFibGUgYW5kIG5pY2UgKCBub3QgbGlrZSA1IHN0YXJzIGFueXdheSkgdGhlIHN0YWZmIGlzIHdvbmRlcmZ1bCAsIHZlcnkgZnJpZW5kbHkgYW5kIGhlbHBmdWwsIG5vdGhpbmcgaXMgdG9vIG11Y2ggZm9yIHRoZW0gLsKgPCEtLW1vcmUtLT4NCg0KSSBmaXJzdCB2aXNpdGVkIGluIE5vdmVtYmVyIDIwMTEgYW5kIHRoZSBpbXBhY3QgbWFkZSDigIvigIttZSB3cml0ZSBhIGJsb2cgZm9yIG15IGNvbXBhbnkgd2Vic2l0ZSBmaXZlIHBhZ2UgbWFnYXppbmUgZmVhdHVyZSBzZWEgZmlzaGluZyBJIHdvcmsgb24gLiBUaGUgYmxvZyBvbmx5IGF0dHJhY3RlZCBtdWNoIGF0dGVudGlvbiBhbmQgaW50ZXJlc3QsIHRoYXQgbGVhZCB0byBtZSBoYXZpbmcgdG8gb3JnYW5pemUgYW5vdGhlciB0cmlwIHRvIGd1aWRlIHR3byBndXlzIGZyb20gRW5nbGFuZCwgQW5keWcxMDAwIHdhcyBvbmUgb2YgdGhlbSAuDQoNCkl0IGlzIGEgam91cm5leSBvZiB2ZXJyeSBsb29vb25nIEVuZ2xhbmQgdGhyb3VnaCBIb3VzdG9uICwgVGV4YXMsIGJ1dCB3b3JodCBldmVyeSBtaW51dGUgZm9yIHRoZSBleHBlcmllbmNlLiBXaGVyZSBkbyB5b3Ugc2VlIHRvIHNhbHR3YXRlciBjcm9jb2RpbGVzICwgY2F0Y2ggYSBodWdlIGZpc2ggZnJvbSB0aGUgc2hvcmUgcm9vc3RlciBzcGlkZXIgbW9ua2V5cyBhbmQgaGFuZCBmZWVkID8gSWYgeW91IHZpc2l0ICwgeW91IGhhdmUgdG8gZ28gYW5kIHNlZSB0aGUgbW9ua2V5cyAsIHRoZXkgYXJlIGFtYXppbmcgY3JlYXR1cmVzIC0gdG90YWxseSB3aWxkIGJ1dCBJIGtub3cgdGhhdCB2aXNpdG9ycyBjYXJyeSBiYW5hbmFzLCBtYWtlIHN1cmUgeW91IGhhdmUgc29tZSENCg0KSXQncyBhIGdyZWF0IGJhc2UgZm9yIGV4cGxvcmluZyBvdGhlciB0b3ducyBhbmQgYXJlYXMgLCB3ZSBtYWRlIGEgZmV3IHRyaXBzIHRvIFB1ZXJ0byBQYXJhZGEgYW5kIHRoZSBsb2NhbCB2aWxsYWdlIFVzdWx1dGFuIHdvcnRoIGEgdmlzaXQgdG8gZ2V0IGEgcmVhbCBmbGF2b3Igb2YgQ2VudHJhbCBBbWVyaWNhIC4NCg0KSSBoYXZlIGxpbWl0ZWQgdGltZSBhbmQgdmVyeSBidXN5IGRheSB0aGlzIHllYXIgYnV0IEknbGwgc3VyZSBhcyB0aGVyZSBpcyBubyBiZXR0ZXIgcGxhY2UgdG8gc2l0ICwgcmVsYXggYW5kIGp1c3QgY2hpbGwgIQ==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:88;}s:31:\"field-hermes_testimonial_author\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Um9nZXIgTW9ydGltb3Jl\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-hermes_testimonial_author-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"hermes_testimonial_author\";}s:36:\"field-hermes_testimonial_author-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:32:\"field-hermes_testimonial_country\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"TG9uZHJlcywgUmVpbm8gVW5pZG8=\";s:6:\"format\";s:6:\"base64\";}s:37:\"field-hermes_testimonial_country-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:26:\"hermes_testimonial_country\";}s:37:\"field-hermes_testimonial_country-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:29:\"field-hermes_testimonial_date\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"MTYgbWFyem8gMjAxMg==\";s:6:\"format\";s:6:\"base64\";}s:34:\"field-hermes_testimonial_date-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:23:\"hermes_testimonial_date\";}s:34:\"field-hermes_testimonial_date-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-25 21:55:28', 0, NULL),
(10, 147, 10, 1, 0, '4015cecd60e140ba14481c276fa517de', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=39\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"RXNwYcOxb2w=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:39;}}}', '2013-11-25 22:00:57', 0, NULL),
(11, 148, 10, 1, 0, '16b089b97e1d9eeb1b43f5387c2e3312', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=43\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"R2V0dGluZyBUaGVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2472:\"PGlmcmFtZSBzdHlsZT0ibGluZS1oZWlnaHQ6IDEuNWVtOyIgc3JjPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyJmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQoNCjxzbWFsbD5GdWxsIE1hcDogwqA8YSBzdHlsZT0iY29sb3I6ICMwMDAwZmY7IHRleHQtYWxpZ246IGxlZnQ7IiBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS5zdi9tYXBzL21zP21zaWQ9MjEyMDM3MzA1MDE3MjgxMzQxNzQwLjAwMDRiM2M5YmI3MzgyMTRmZWFjZSZhbXA7bXNhPTAmYW1wO2llPVVURjgmYW1wO3Q9aCZhbXA7c291cmNlPWVtYmVkJmFtcDtsbD0xMy4yNjQyMzYsLTg4LjQ5MjMyJmFtcDtzcG49MC4wMDczMSwwLjAwOTEyIj5QdWVydG8gQmFyaWxsYXM8L2E+wqA8L3NtYWxsPg0KDQpXZSBhcmUgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMgSmlxdWlsaXNjbyBCYXkuIElmIHRyYXZlbGluZyBieSBsYW5kLCBjcm9zc2luZyBhdCBLbSAxMDguNSBDYXJyZXRlcmEgTGl0b3JhbCBDQTIgcm9hZCB0byB0aGUgSGFjaWVuZGEgTGEgQ2FycmVyYSAoZXhhY3RseSBhdCB0aGUgZW50cmFuY2UgaXMgcGxhY2VkIGEgdHJhY3RvciB0aXJlIHBhaW50ZWQgaW4gdmFyaW91cyBjb2xvcnMpIHJlZmVyIHRvIEJhcmlsbGFzIHNpZ25hbGluZyBvciB0aGUgbGF5aW5nIG9mIHRlbGVwaG9uZSBjYWJsZSBmcm9tIHRoZSBjb2FzdCB0byB0aGUgSGlnaHdheSBmYWNpbGl0aWVzIGluIFB1ZXJ0byBCYXJpbGxhcy4NCg0KSWYgdHJhdmVsaW5nIGJ5IHNlYSwgcGxlYXNlIGNhbGwgVkhGIGNoYW5uZWwgMTYgb25lIGhvdXIgYmVmb3JlIHJlYWNoaW5nIHRoZSBtZWV0aW5nIHBvaW50LCBhbmQgd2Ugd2lsbCBnbGFkbHkgc2VuZCB5b3UgYSBwYW5nYSB0byBndWlkZSB5b3UgdG8gdGhlIG1hcmluYS4gTWVldGluZyBQb2ludDogMTMgwrogMDcsMDE4ICdOIDg4IMKwIDI1LDE2NScgVyAzNSdkZSB3YXRlciwgVm9sY2FuIFNhbiBNaWd1ZWwgMDI1TSwgMDYwTSBCbHVlIEhpbGwuDQoNCk1lZXRpbmcgUG9pbnQ6IDEzIMK6IDA3LDAxOCAnTiA4OCDCsCAyNSwxNjUnIFcgMzUnZGUgd2F0ZXIsIFZvbGNhbiBTYW4gTWlndWVsIDAyNU0sIDA2ME0gQmx1ZSBIaWxsLg0KDQpJZiB0cmF2ZWxpbmcgYnkgYWlyLCB3ZSBoYXZlIGludGVybmF0aW9uYWwgbGFuZGluZyBydW53YXkgMSw3MDAgbWV0ZXJzIGxvbmcgYW5kIDUwIG1ldGVycyB3aWRlIHdpdGggcmFkaW8gY29udHJvbCBzdGF0aW9uLg0KDQpDb29yZGluYXRlczogTiA5NDIgMTMuMTUgMDg4IDI5IDU3N1cgT3JpZW50YXRpb246IDA4XzI2DQoNCkZyb20gU2FuIFNhbHZhZG9yIGFycml2aW5nIGJ5IGNhciBhcHByb3hpbWF0ZWx5IDEuNSB0byAyIGhvdXJzLg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSAgd3AtaW1hZ2UtNTk2IiBhbHQ9Im1hcGFQQiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL21hcGFQQi0xMDI0eDY2NS5qcGciIHdpZHRoPSI1NjQiIGhlaWdodD0iMzY2IiAvPjwvYT4=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:43;}}}', '2013-11-25 22:02:45', 0, NULL),
(12, 149, 10, 1, 1, '9c199665cc79ace59c8c6a4176d99a1e', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=364\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"TWVtYmVyc2hpcHM=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1508:\"RmFtaWx5IEdyb3VwIE1lbWJlcnNoaXAgJDM4NS41MCAoVGF4IGluY2x1ZGVkKQ0KQ29wb3JhdGUgR3JvdXAgTWVtYmVyc2hpcDogJDMzOS4wMCAoIFRheCBpbmNsdWRlZCkgTWluaW11bSBvZiA1IG1lbWJlcnMgcmVxdWlyZWQuDQpUaGlzIG1lbWJlcnNoaXAgaW5jbHVkZXMgdGhlIGZvbGxvd2luZyBiZW5lZml0czoNCjx1bD4NCgk8bGk+NTAlIGRpc2NvdW50IG9uIEFwYXJ0bWVudCBvciBUcmVlSG91c2UgcmVudGFsICggQXBhcnRtZW50cyA6JCAxMTguMDAgb3IgVHJlZWhvdXNlczogJCA1OS4wMCk8L2xpPg0KCTxsaT5Qcmlvcml0eSByZXNlcnZhdGlvbiAoQWxsb2NhdGVkIHNwYWNlIHJlc2VydmUpPC9saT4NCgk8bGk+MiBBZHVsdHMgKG1hcnJpZWQgb3IgY291cGxlKSBhbmQgdW5tYXJyaWVkIGNoaWxkcmVuIHVuZGVyIDI1IHllYXJzPC9saT4NCgk8bGk+RnJlZSBEYWlseSB2aXNpdHM8L2xpPg0KCTxsaT5GcmllbmRzIGFyZSBhbGxvd2VkIGFzIGxvbmcgYXMgdGhleSBjb21lIHdpdGggdGhlIG1lbWJlciAobWF4aW11bSA4IGludml0ZWVzIHBlciB2aXNpdCk8L2xpPg0KCTxsaT4yMCUgb2ZmIOKAk0JvYXQgcmVudGFsICh3aXRoIHBpbG90KTwvbGk+DQoJPGxpPlZhbHVlIEFkZGVkOiAyIGNvbXBsaW1lbnRhcnkgYnJlYWtmYXN0cyBvbiB0aGUgZmlyc3QgbmlnaHQgc3RheTwvbGk+DQoJPGxpPk1lbWJlcnNoaXA6ICQgMzg1LjUwIChhbm51YWwpPC9saT4NCgk8bGk+TWVtYmVyc2hpcCBIYW5nYXIgd2l0aCB0eXBlIDEgKDE2IG0gWCA2IG0pIE1lbWJlcnNoaXAgJCAzODUuNTAgcGx1cyAkIDI5My44MCBtb250aGx5IHAvIEhhbmdhcjwvbGk+DQoJPGxpPk1lbWJlcnNoaXAgSGFuZ2FyIHdpdGggdHlwZSAyICgxMCBtIFggNiBtKSBNZW1iZXJzaGlwICQgMzg1LjUwIHBsdXMgJCAxNDYuOTAgbW9udGhseSBwL0hhbmdhcjwvbGk+DQoJPGxpPk1lbWJlcnNoaXAgd2l0aCBoYW5nYXIgdHlwZSAzICg2IG0gWCA0IG0pICQgMzg1LjUwIHBsdXMgJCA3NS4wMCBtb250aGx5IHAvSGFuZ2FyPC9saT4NCjwvdWw+DQpQcmljZXMgaW5jbHVkZSBWQVQuDQpUaGUgaGFuZ2FycyBmZWUgaXMgYW50aWNpcGF0ZWQgYW5kIHNob3VsZCBCZSBwYWlkIGJ5IHRoZSBmaXJzdCBkYXkgb2YgZXZlcnkgbW9udGg=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:364;}}}', '2013-11-25 22:03:51', 0, NULL),
(13, 150, 10, 1, 0, '202bf9e1926f001df7432e2866b5fa9f', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=45\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"UmVzZXJ2YXRpb25z\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"W3ZmYiBpZD00XQ==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:45;}}}', '2013-11-25 22:04:50', 0, NULL),
(14, 160, 10, 1, 0, '568b1e9245e3e29522c8f8bd3d006919', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=16\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"RmFjaWxpdGllcw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1156:\"PGgzPlBvb2w8L2gzPg0KQmVmb3JlIG9yIGFmdGVyIHRha2luZyBhIGJvYXQgdG91ciwgZW5qb3kgdGhlIHBvb2wuDQpUaGUgcG9vbCBpcyBzdXJyb3VuZGVkIGJ5IHBhbGFwYXMgd2hlcmUgeW91IGNhbiByZWxheCBvciBoYW5nIG91dCB3aXRoIGZyaWVuZHMgYW5kIGZhbWlseSB3aGlsZSB3YXRjaGluZyB0aGUgY2hpbGRyZW4gZW5qb3kgdGhlIHBvb2wuDQpUaGVyZSBpcyBhbHNvIGEgSmFjdXp6aSBpbiBjYXNlIHlvdSB3YW50IHRvIHJlbGF4IGJlZm9yZSBoZWFkaW5nIGJhY2sgdG8geW91ciBhY2NvbW1vZGF0aW9uLg0KPGgzPkNvbnZlbmllbmNlIFN0b3JlPC9oMz4NClRoZSBjb252ZW5pZW50IHN0b3JlLCBjbG9zZSB0byB0aGUgcmVjZXB0aW9uIG9mZmljZSBoYXMgYWxsIG9mIHRoZSBiYXNpYyBuZWVkcyA6IHN1bnNjcmVlbiwgZHJpbmtzLCBzdW5nbGFzc2VzLCBoYXRzLCB0b290aGJydXNoZXMgYW5kIHRvb3RocGFzdGUsIGNob2NvbGF0ZXMsIGljZSBjcmVhbSwgdG93ZWxzLCBzaGlydHMgYW5kIG90aGVyIHN1cHBsaWVzLg0KRG9u4oCZdCBmb3JnZXQgdG8gdGFrZSBhIGJlYXV0aWZ1bCBCYXJpbGxhcyBzb3V2ZW5pciBzdWNoIGFzIGEgdC1zaGlydCBvciBhIGNhcCBvciBhIGJhZyBvZiBvdXIgZGVsaWNpb3VzIGhvdCBjaG9jb2xhdGUuDQo8aDM+SGFuZ2FyczwvaDM+DQpOaW5lIGhhbmdhcnMgZm9yIGJvYXRzIDE2IHggNiBtZXRlcnMNCjIwIHNwYWNlcyBmb3IgYm9hdHMgMTAgeCA2IG1ldGVycw0KMjAgc3BhY2VzIGZvciBzbWFsbCBib2F0cyBvciBqZXQgc2tpcyBmcm9tIDYuMyB4IDMuOSBtZXRlcnMuDQoNClBhbGFwYSBBcmVhcyAoU29jaWFsIGFyZWFzIHdpdGggV0lGSSBhdmFpbGFibGUpDQoNCiZuYnNwOw==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:16;}}}', '2013-11-30 18:17:04', 0, NULL),
(53, 867, 10, 1, 1, '8cfcc724837d7aab1d123306c507a87d', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=958\";s:8:\"contents\";a:6:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"UG9saXRpY2Fz\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:6808:\"PGgyPjwvaDI+DQo8aDQ+UG9sw610aWNhIGRlIENhbmNlbGFjacOzbjwvaDQ+DQpHcmF0dWl0YTogaGFzdGEgNCBkaWFzIGFudGVzIGRlIGxhIGxsZWdhZGEuwqAgU2luIGVtYmFyZ28sIGEgY29icm9zIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLCBlbCBiYW5jbyBub3MgY29icsOhIGNvbWlzacOzbiBwb3IgY2FyZ28gZGUgdGFyamV0YS7CoCBEZWJpZG8gYSBlc3RvLCBoYWJyw6EgdW4gY2FyZ28gYWRtaW5pc3RyYXRpdm8gZGUgJDI1LjAwIGEgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQowLTQgZGlhcyBhbnRlcyBkZSBsYSBsbGVnYWRhLCB0YXJpZmEgbm8gcmVlbWJvbHNhYmxlDQoNClRhcmlmYXMgZGU6IEZlY2hhcyBmZXN0aXZhcywgQcOxbyBOdWV2bywgU2VtYW5hIFNhbnRhLCBTZW1hbmEgZGUgQWdvc3RvLMKgIEV2ZW50b3MgTm8gcmVtYm9sc2FibGUNCg0KVG9kYSBQcm9tb2Npw7NuOg0KTGEgdGFyaWZhIE5PIGVzIHJlbWJvbHNhYmxlLCBsYSBwZW5hbGlkYWQgZGUgY2FtYmlvIGRlIGZlY2hhIGVzIGRlICQ1MC4wMCBwcmVwYWdhZG9zLg0KDQpQb3IgRW1lcmdlbmNpYXMgKCQyNS4wMCBjYW1iaW8gZGUgZmVjaGEpwqAgRGViZSBwcmVzZW50YXJzZSBjYXJ0YSBkZSBtw6lkaWNvIGNlcnRpZmljYWRhwqAgYSBhZG1pbmlzdHJhY2nDs24gYWwgY29ycmVvIGluZm9AcHVlcnRvYmFyaWxsYXMuY29tIHkgZ2VyZW5jaWEgZGUgc2VydmljaW8gYWwgY2xpZW50ZTogY2VzYW5jaGV6QHB1ZXJ0b2JhcmlsbGFzLmNvbQ0KRmF2b3IgdG9tYXIgbm90YSBxdWUgbm8gc2UgcG9kcsOhbiBoYWNlciBleGNlcGNpb25lcy4NCg0KRGV2b2x1Y2lvbmVzLUVuIGNhc28gZGUgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvLCBmYXZvcsKgIHRvbWFyIGVuIGN1ZW50YSBxdWUgZWwgYmFuY28gY29icmEgY29taXNpw7NuIHBvciBlbCB1c28gZGUgdGFyamV0YXMgeSBubyBub3MgbG8gcmVlbWJvbHNhLsKgIEVuIGVzdGUgY2FzbyBzZSBjb2JyYXLDoSAkMjUuMDAgKHNlcnZpY2lvcyBhZG1pbmlzdHJhdGl2b3MpLg0KDQpMYXMgZGV2b2x1Y2lvbmVzIGNvbiB0YXJqZXRhIGRlIGNyw6lkaXRvIHB1ZWRlbiB0YXJkYXIgZGVzZGUgMSBzZW1hbmEtMzAgZGlhcywgc2Vnw7puIHByb2NlZGltaWVudG9zIGRlbCBiYW5jby4NCg0KR3JhY2lhcyBwb3Igc3UgY29tcHJlbnNpw7NuLg0KDQombmJzcDsNCg0KJm5ic3A7DQo8aDQ+UG9sw610aWNhcyBkZWwgaG90ZWw8L2g0Pg0KUG9sw610aWNhIGRlIGNhbWJpbyBkZSBjaGVxdWVzOg0KRWwgaG90ZWwgbm8gb2ZyZWNlIHNlcnZpY2lvcyBkZSBjYW1iaW8gZGUgY2hlcXVlcy4NCg0KTm9ybWFzIGRlIHZlc3RpcjoNCk5vIGVzdMOhIHBlcm1pdGlkbyBlbCB1c28gZGUgdHJhamUgZGUgYmHDsW8gZW4gbGEgb2ZpY2luYSBhZG1pbmlzdHJhdGl2YS4NCg0KUG9saXRpY2FzIGRlIGxsZWdhZGFzIGFudGljaXBhZGFzOg0KU3VqZXRhIGEgZXNwYWNpby4NCg0KTWVub3JlcyBkZSBFZGFkOg0KTG9zIG5pw7FvcyAobWVub3JlcyBkZSAxOCBhw7FvcykgZGViZW4gaXIgYWNvbXBhw7FhZG9zIHBvciBzdXMgcGFkcmVzIG8gc3UgdHV0b3IuIE5vcyBleG9uZXJhbW9zIGRlIHRvZG8gYWNjaWRlbnRlIG9jdXJyaWRvIGEgbWVub3JlcyBkZSBlZGFkLg0KDQpMb3MgcGFkcmVzIHNlcsOhbiByZXNwb25zYWJsZXMgZGUgY3VhbHF1aWVyIGFjdG8gbyBjb21wb3J0YW1pZW50byBpbmFwcm9waWFkbyBkZSBzdXMgaGlqb3MgbWVub3JlcyBpbmNsdXllbmRvIHZhbmRhbGlzbW9zIChkZXN0cnVjY2nDs24gZGUgcHJvcGllZGFkKSB5IGFjY2lkZW50ZXMgYSBtZW5vcmVzLg0KDQpQb2zDrXRpY2EgZGUgc2VndXJvOg0KRWwgaG90ZWwgKHkgdG9kb3Mgc3VzIGVtcGxlYWRvcykgc2UgZXhvbmVyYW4gZGUgY3VhbHF1aWVyIHJlc3BvbnNhYmlsaWRhZCBkZSBhY2NpZGVudGVzIGVuIGxhcyBpbnN0YWxhY2lvbmVzLg0KDQpQb2zDrXRpY2EgZGUgc2FsaWRhIGRlc3B1w6lzIGRlIGxhIGhvcmEgZXN0YWJsZWNpZGE6DQoNCkxhIHNhbGlkYSBlcyBhIGxhcyAxMiBkIFNlIGFwbGljYXLDoSB1biBjYXJnbyBhIGxvcyBodcOpc3BlZGVzIHF1ZSBkZXNlZW4gcHJvbG9uZ2FyIHN1IGhvc3BlZGFqZS4gTG9zIHRyw6FtaXRlcyBlc3TDoW4gc3VqZXRvcyBhIGxhIGRpc3BvbmliaWxpZGFkIHkgZGViZW4gaGFjZXJzZSBhIHRyYXbDqXMgZGVsIGFzaXN0ZW50ZSBkZWwgamVmZSBkZSByZWNlcGNpw7NuLCBlbiBsYSByZWNlcGNpw7NuLg0KDQpQb2zDrXRpY2Egc29icmUgbWFzY290YXM6DQpTZSBwZXJtaXRlbiBtYXNjb3RhcyBjb24gdW4gcGVzbyBtw6F4aW1vIGRlIDI1bGJzLiBTaW4gZW1iYXJnbywgZWwgaHXDqXNwZWQgZXMgcmVzcG9uc2FibGUgZGUgbGltcGlhciBsb3MgZXhjcmVtZW50b3MgZGUgc3UgbWFzY290YS4gRGUgbm8gaGFjZXJsbywgaGFicsOhIHVuIGNhcmdvIGRlICQzMC4wMCBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uDQoNCkVsIGR1ZcOxbyBkZSBsYSBtYXNjb3RhIGVzIHJlc3BvbnNhYmxlIGRlIHRvZG8gZGHDsW8gY2F1c2FkbyBwb3Igc3UgbWFzY290YSBkZW50cm8gZGUgbGFzIGluc3RhbGFjaW9uZXMuDQoNClBvbMOtdGljYSBkZSBwYWdvDQpUb2RvcyBsb3MgY2FyZ29zIGFkaWNpb25hbGVzIGRlbCBob3RlbCBkZWJlbiBhYm9uYXJzZSBhbnRlcyBkZSBzdSBzYWxpZGEgc2luIGxpbWl0YXJzZSBhIHBlcmRpZGFzIGludGVybmFzIHRhbGVzIGNvbW8gdG9hbGxhcywgcGxhdG9zIG8gY3VhbHF1aWVyIG90cm8gYWN0aXZvIGRlIFB1ZXJ0byBCYXJpbGxhcy4NCg0KRWwgc2FsZG8gcXVlIHNlIGFkZXVkZSBhbCBob3RlbCB5IHF1ZSBubyBzZSBhYm9uZSBhbCBtb21lbnRvIGRlIGxhIHNhbGlkYSwgc2Vyw6Egc3VqZXRvIGEgc2VyIGNhcmdhZG8gYSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQpQYWdvIENvbiBUYXJqZXRhIERlIENyw6lkaXRvIERlIFRlcmNlcm9zOiB1bmEgcGVyc29uYSBxdWUgbm8gZXMgZWwNCg0KaHXDqXNwZWQgeSBxdWUgZGVzZWEgcGFnYXIgbG9zIGdhc3RvcyBkZSB1biBodcOpc3BlZCBkZWwgaG90ZWwgZGViZXLDoSBwcmVzZW50YXJzZSBwZXJzb25hbG1lbnRlIGEgbGFzIG9maWNpbmFzIGRlIFB1ZXJ0byBCYXJpbGxhcyBjb24gc3UgdGFyamV0YSBkZSBjcsOpZGl0byB5IGNvbXBsZXRhciB1biBmb3JtdWxhcmlvIGRlIGF1dG9yaXphY2nDs24gY29uIGFudGVyaW9yaWRhZCBhIGxhIGxsZWdhZGEgZGVsIGh1w6lzcGVkLiBFc3BlY2lmaXF1ZSBjdcOhbGVzIHNvbiBsb3MgZ2FzdG9zIHF1ZSBzZSBwdWVkZW4gY2FyZ2FyIGEgbGEgdGFyamV0YSBkZSBjcsOpZGl0by4NCjxoND5Qb2zDrXRpY2EgZGUgc2VndXJpZGFkPC9oND4NCk9iamV0b3MgcGVyc29uYWxlczoNCkVsIGhvdGVsIG5vIHNlIGhhY2UgcmVzcG9uc2FibGUgZGUgcMOpcmRpZGFzLCBkYcOxb3MgbyByb2JvcyBkZSBlZmVjdGl2bywgam95YXMgdSBvdHJvcyBhcnTDrWN1bG9zIGRlIHZhbG9yIHF1ZSBzZSBkZWplbiBlbiBsYXMgaGFiaXRhY2lvbmVzLiBTZSBkaXNwb25lIGRlIGNhamFzIGRlIHNlZ3VyaWRhZCBwYXJhIGd1YXJkYXIgZXN0b3MgYXJ0w61jdWxvcy4NCg0KVmlnaWxhbmNpYSBlbiBsYSBwbGF5YToNCkxhcyBwbGF5YXMgc29uIGVzcGFjaW9zIHDDumJsaWNvcy4gUG9yIGxvIHRhbnRvLCBubyBzZSBkZWJlbiBsbGV2YXIgYSBsYSBwbGF5YSBhcnTDrWN1bG9zIHBlcnNvbmFsZXMgbyBkZSB2YWxvciwgZGFkbyBxdWUgc3Ugc2VndXJpZGFkIG5vIHB1ZWRlIGdhcmFudGl6YXJzZSwgZWwgaG90ZWwgdGFtcG9jbyBhc3VtZSByZXNwb25zYWJpbGlkYWQgYWxndW5hIHBvciBlc3RvcyBhcnTDrWN1bG9zLg0KDQpEZXJlY2hvcyBkZSBhZG1pc2nDs246DQpFbCBob3RlbCB0aWVuZSBkZXJlY2hvIGEgc29saWNpdGFyIHF1ZSBsb3MgaHXDqXNwZWRlcyB5L28gdGVyY2Vyb3MgZGVzb2N1cGVuIGxhIGhhYml0YWNpw7NuIG8gc2UgcmV0aXJlbiBkZSBsYXMgaW5zdGFsYWNpb25lcyBkZWwgaG90ZWwsIGNhZGEgdmV6IHF1ZSBubyBlc3TDqW4gcmVzcGV0YW5kbyBhbGfDum4gcHVudG8gZGUgbGFzIG5vcm1hcyBpbnRlcm5hcyBkZWwgaG90ZWwsIG8gc2UgZXN0w6luIGNvbXBvcnRhbmRvIGRlIHVuYSBtYW5lcmEgaW5hZGVjdWFkYSBzZWfDum4gZWwgY3JpdGVyaW8gZGVsIGdlcmVudGUgZGUgaG90ZWwuDQoNClBvbMOtdGljYSBkZSB0ZWxlY29tdW5pY2FjaW9uZXM6DQpMb3MgaHXDqXNwZWRlcyBkZWJlcsOhbiBwYWdhciB1biBjYXJnbyBwb3IgbGxhbWFkYXMgYSBuw7ptZXJvcyBncmF0dWl0b3MuDQoNClBvbMOtdGljYSBkZSBsaXN0YSBkZSBlc3BlcmE6DQpFbCBob3RlbCBvZnJlY2UgbGlzdGEgZGUgZXNwZXJhLg0KDQpDb252ZXJzaW9uZXMgZGUgTW9uZWRhLSBQYXJhIGV4dHJhbmplcm9zOg0KTGFzIHRhcmlmYXMgY29uZmlybWFkYXMgc29uIGVuIGTDs2xhcmVzIGVzdGFkdW5pZGVuc2VzIHkgZXN0w6FuIHN1amV0b3MgYSBsYXMgZmx1Y3R1YWNpb25lcyBlbiBlbCB0aXBvIGRlIGNhbWJpby4gTG9zIGNhcmdvcyBoZWNob3MgcG9yIG1lZGlvIGRlIHRhcmpldGFzIGRlIGNyw6lkaXRvIGVzdMOhbiBzdWpldG9zIGEgY29udmVyc2lvbmVzIGRlIG1vbmVkYS4gUHVlZGVuIHRlbmVyIGNhcmdvcyBhZGljaW9uYWxlcyBwb3IgbG9zIGJhbmNvcyBvIGxhcyBjb21wYcOxw61hcyBkZSB0YXJqZXRhcyBkZSBjcsOpZGl0bywgbGFzIGN1YWxlcyBlbCBob3RlbCBubyBjb250cm9sYSB5IHBvZHLDrWEgaW1wYWN0YXIgbGEgY2FudGlkYWQgY2FyZ2FkYSBhIHN1IHRhcmpldGEgZGUgY3LDqWRpdG8uIENvbnN1bHRlIGNvbiBzdSBiYW5jbyBsYXMgdGFyaWZhcyBkZSBzdSB0YXJqZXRhIGRlIGNyw6lkaXRvLg0KDQo8c3Ryb25nPkxMYXZlczwvc3Ryb25nPg0KDQpFbiBjYXNvIGRlIHBlcmRlciBsbGF2ZXMsIHNlIGNvYnJhcsOhICQzMC4wMCAuDQoNCjxzdHJvbmc+QWxpbWVudG9zPC9zdHJvbmc+DQoNClNlIHBlcm1pdGVuIGFsaW1lbnRvcyBzaWVtcHJlIHF1ZSBzZSBjb25zdW1hbiBlbiBlbCDDoXJlYSBkZSBhbG9qYW1pZW50by7CoCDCoEVzIHByb2hpYmlkbyBsbGV2YXIgYWxpbWVudG9zIGFsIMOhcmVhIGRlIHBhbGFwYXMgeSByZXN0YXVyYW50ZS4NCg0KJm5ic3A7\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:958;}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"RnJlZSBjYW5jZWxsYXRpb24gNCBkYXlz\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2014-01-14 23:08:05', 0, NULL);
INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(15, 161, 10, 1, 0, '9527d4f1720879e6abee80c436bd3171', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=207\";s:8:\"contents\";a:9:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"IEFwYXJ0bWVudHM=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:3096:\"U3Vycm91bmRlZCBieSBjb2NvYSBhbmQgcGFsbSB0cmVlcyBhbmQganVzdCBhIGZldyBtaW51dGVzIHdhbGvCoCBmcm9tIHRoZSBQdWVydG8gQmFyaWxsYXMgY2FuYWwgYXJlIGxvY2F0ZWQgb3VyIGNvbWZvcnRhYmxlIGFwYXJ0bWVudHMuwqAgRWFjaCBhcGFydG1lbnQgaGFzIGJlaW5nIHBlcmZlY3RseSBkZXNpZ25lZCBzbyB0aGF0IG91ciBndWVzdHMgbWF5wqAgb2J0YWluIHByaXZhY3kuDQoNCkFwYXJ0bWVudHMgLSBtYXhpbXVtIG9jY3VwYW5jeTogNiBwZW9wbGUuIEl0IGhhcyB0d28gYmVkcm9vbXMuwqDCoCBPbiB0aGUgdG9wIGZsb29yIG9uZSBiZWRyb29tIHdpdGggQUMgYW5kIGZ1bGwgYmF0aHJvb20uwqAgT24gdGhlIGZpcnN0IGZsb29yIGFub3RoZXIgYmVkcm9vbSBlaXRoZXIgd2l0aCBhwqAgcXVlZW4gb3IgRG91YmxlIGJlZCBhbmQgYSBidW5rIGJlZCBvciB0d28gYnVuayBiZWRzIChzdWJqZWN0IHRvIGF2YWlsYWJpbGl0eSkuwqAgQWxsIGFwYXJ0bWVudHMgaGF2ZSBhIGZ1bGx5IGVxdWlwcGVkIGtpdGNoZW4sIGxpdmluZyByb29tIHdpdGggYSBzb2ZhIGJlZCBhbmQgZGluaW5nIGFyZWEuwqAgQWxsIG9mIHRoZSBhY2NvbW1vZGF0aW9uIGhhdmUgZ2FzIGJhcmJlY3VlcyBpbiB0aGUgdGVycmFjZS9wYXRpby4NCg0KUmF0ZXMgYXJlIGFzIGZvbGxvd3MgYW5kIGRvZXMgaW5jbHVkZSBicmVha2Zhc3QgKCBpbmNsdWRlcyB0YXhlcykNCg0KPHN0cm9uZz5Mb3cgU2Vhc29uPC9zdHJvbmc+DQpBbGwgV2Vlaw0KJDE5OS4wMCAxLTYgcGVvcGxlwqDCoMKgwqAgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCBwZXIgcGVyc29uIE1heGltdW0gT2NjdXBhbmN5OiA4IHBlb3BsZQ0KDQo8c3Ryb25nPkhpZ2ggU2Vhc29uPC9zdHJvbmc+DQokMjM2LjAwIDEtNiBwZW9wbGUgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCBwZXIgcGVyc29uLsKgIE1heGltdW0gT2NjdXBhbmN5OiA4IHBlb3BsZQ0KDQoqUHJpY2VzIGFyZSBwZXIgcm9vbSBwZXIgbmlnaHQNCg0KQ2hlY2sgaW46IDE1OjAwwqDCoMKgIENoZWNrIG91dDogMTI6MDANCg0KSGlnaCBTZWFzb246IFNlbWFuYSBTYW50YSwgU2VtYW5hIGRlIEFnb3N0byAoMS03dGggb2YgQXVndXN0KSwgMjR0aCBvZiBEZWNlbWJlci00dGggb2YgSmFudWFyeQ0KDQpDYW5jZWxsYXRpb25zOg0KDQowLTMgZGF5cyBwcmlvciB0byBhcnJpdmFsIG5vbiByZWZ1bmRhYmxlDQoNCkhpZ2ggU2Vhc29uOiBOb24gcmVmdW5kYWJsZQ0KDQpQbGVhc2Ugbm90ZSB0aGF0IG91ciBsb2RnaW5nIGhhcyBhIG1heGltdW0gY2FwYWNpdHkgYW5kIHdlIHdpbGwgbm90IGhvbm9yIHRoZSByb29tIGlmIG1vcmUgcGVvcGxlIHNob3dzIHVwLsKgIFlvdSB3aWxsIGhhdmUgdG8gcGF5IGZvciBhbm90aGVyIHJvb20uwqAgV2UgY2Fubm90IHJlZnVuZCBhbnkgcGFpZCByZXNlcnZhdGlvbnMgb24gdGhlIGRhdGUgb2YgYXJyaXZhbC4NCg0KQWRkaXRpb25hbCBkZXNjcmlwdGlvbjoNCg0KPHN0cm9uZz5Ub3AgbGV2ZWwgZmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPlRlcnJhY2U8L2xpPg0KCTxsaT5NYWluIHJvb206PC9saT4NCgk8bGk+RG91YmxlIGJlZDwvbGk+DQoJPGxpPkZ1bGx5IGVxdWlwcGVkPC9saT4NCgk8bGk+U3BhY2lvdXMgYmF0aHJvb208L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+R3JvdW5kIGZsb29yOjwvbGk+DQoJPGxpPkxpdmluZyBhbmQgZGluaW5nPC9saT4NCgk8bGk+RnV0b24gKHNvZmEgYmVkKSBmb3IgMiBwZW9wbGU8L2xpPg0KCTxsaT5GdWxseSBlcXVpcHBlZCBraXRjaGVuOiByZWZyaWdlcmF0b3IsIHN0b3ZlLCBkaXNod2FzaGVyLCB0b2FzdGVyLCBkaXNoZXMsIHNpbHZlcndhcmUgYW5kIG1vcmU8L2xpPg0KCTxsaT5UZXJyYWNlPC9saT4NCgk8bGk+QmFyYmVjdWU8L2xpPg0KCTxsaT5EaXJlY3QgVFY8L2xpPg0KPC91bD4NCjxzdHJvbmc+Um9vbSAyPC9zdHJvbmc+DQo8dWw+DQoJPGxpPkRvdWJsZSBCZWQ8L2xpPg0KCTxsaT5CdW5rIEJlZDwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCjwvdWw+DQombmJzcDsNCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS9wb2xpdGljYXMvIj5QbGVhc2UgcmVhZCBjYXJlZnVsbHkgcnVsZXMgYW5kIHJlZ3VsYXRpb25zLjwvDQoNCjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Imh0dHA6Ly93d3cuYm9va2luZy5jb20vZ2VuZXJhbC5odG1sP3RtcGw9Ym9va2l0O2FpZD0zMzA4NDM7bGFuZz1lbjtob3RlbF9pZD0xMjUxNDU3O2NjMT1zdjtob3RlbF9wYWdlPXB1ZXJ0by1iYXJpbGxhcyI+PC9zY3JpcHQ+DQoJCQkJ\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:207;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:56:\"SG90ZWxzLCBsb2RnZXMsIGFwYXJ0bWVudHMsIGFjY29tb2RhdGlvbg==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"QXBhcnRtZW50cw==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-30 18:19:02', 0, NULL),
(52, 807, 0, 0, 1, 'a8676fd628602ee9ee99e85e6266490d', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=879\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Q29tb2RpZGFk\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:879;}}}', '2014-01-06 03:52:25', 0, NULL),
(16, 162, 10, 1, 0, 'fc9a89e275e7b355ecc597667b393826', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=342\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Qm9vayBhIEZsaWdodA==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:236:\"PGEgaHJlZj0iaHR0cDovL3d3dy50a3FsaGNlLmNvbS9jbGljay03MzA0MTczLTEwODcyMDI4IiB0YXJnZXQ9Il90b3AiPg0KPGltZyBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnRxbGtnLmNvbS9pbWFnZS03MzA0MTczLTEwODcyMDI4IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjkwIiBib3JkZXI9IjAiIC8+PC9hPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:342;}}}', '2013-11-30 18:20:28', 0, NULL),
(17, 163, 10, 1, 1, 'e4285002a9dba49b3a13012d7c21bc33', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=22\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"QmxvZw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:22;}}}', '2013-11-30 18:21:18', 0, NULL),
(18, 164, 10, 1, 0, 'be01a450d3de7c35faece356b06559ad', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=306\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"Qm9va2luZyBIb3RlbHM=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:306;}}}', '2013-11-30 18:23:09', 0, NULL),
(19, 165, 10, 1, 0, '7a6e4e0abeb1eb139ea30b6e6fb46f34', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=297\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Q29tbXVuaXR5IEludm9sdmVtZW50\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:392:\"PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:297;}}}', '2013-11-30 18:24:02', 0, NULL),
(20, 166, 10, 1, 1, 'c199811a09eceb0d278359d1088a1f14', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=292\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"Q29uc2VydmF0aW9uIFByb2dyYW1z\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:3680:\"PHAgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnk7Ij5Mb2NhdGVkIG9uIHRoZSBzb3V0aGVhc3QgUGFjaWZpYyBjb2FzdCBvZiBFbCBTYWx2YWRvciwgaW4gdGhlIERlcGFydG1lbnQgb2YgVXN1bHV0YW4sIEppcXVpbGlzY28gQmF5IGlzIGNvdW50cnnCtHMgbGFyZ2VzdCBjb2FzdGFsIGVzdHVhcnkgYW5kIGNvbnNpc3RzIG9mIGEgbGFyZ2VseSB1bmRldmVsb3BlZCBtYW5ncm92ZS1saW5lZCBzZXJpZXMgb2YgaW5sZXRzIGFuZCBjYW5hbHMuIFRoZSBhcmVhIHdhcyBkZXNpZ25hdGVkIGEgUkFNU0FSIHdldGxhbmQgb24gT2N0b2JlciAzMSwgMjAwNSBhbmQgbmFtZWQgYSBVTkVTQ08gQmlvc3BoZXJlIFJlc2VydmUgaW4gMjAwNy4gSXRzIDYzNyBzcXVhcmUga2lsb21ldGVycyBhbmQgNTAga2lsb21ldGVycyBvZiBjb2FzdGxpbmUgb2ZmZXJzIHNvbWUgb2YgRWwgU2FsdmFkb3LCtHMgbW9zdCB1bnRvdWNoZWQgbmF0dXJhbCBiZWF1dHkgYW5kIGhvc3RzIHRoZSBsYXJnZXN0IGFidW5kYW5jZSBvZiBjb2FzdGFsLW1hcmluZSBiaXJkcyBpbiB0aGUgY291bnRyeS4gSXQgaXMgYWxzbyBhIGNyaXRpY2FsbHkgaW1wb3J0YW50IGhhd2tzYmlsbCBuZXN0aW5nIHNpdGUsIGhvc3RpbmcgYXBwcm94aW1hdGVseSA0MC00NSUgb2YgdGhlIGtub3duIGhhd2tzYmlsbCBuZXN0aW5nIGluIHRoZSBlbnRpcmUgZWFzdGVybiBQYWNpZmljITwvcD4NCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC92SVVnVGxyQzNrTSIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsiPlRoZSBoYXdrc2JpbGwgY29uc2VydmF0aW9uIHByb2plY3QgaW4gQmFow61hIEppcXVpbGlzY28gaXMgcnVuIGJ5IGEgbG9jYWwgcmVzZWFyY2ggdGVhbSB0aGF0IGhhcyBiZWVuIGNvbmR1Y3RpbmcgaGF3a3NiaWxsIG1vbml0b3JpbmcgYW5kIGNvbnNlcnZhdGlvbiBzaW5jZSBBcHJpbCAyMDA4LiBPdXIgc3RhZmYgY2Fycnkgb3V0IG5pZ2h0bHkgcGF0cm9scywgZWdnIHByb3RlY3Rpb24sIHR1cnRsZSB0YWdnaW5nIGFuZCBvdGhlciBkYXRhIGdhdGhlcmluZyBhY3Rpdml0aWVzLiBOZXN0cyBhcmUgcHJvdGVjdGVkIHByaW1hcmlseSBpbiB0d28gcHJvamVjdCBoYXRjaGVyaWVzIGxvY2F0ZWQgb25lIGluIHRoZSBzdXJyb3VuZGluZ3Mgb2YgTGEgUGlycmF5YSBhbmQgdGhlIG90aGVyIG9uZSBvdXQgb2YgdGhlIGlzbGFuZCwgbmVhciBQdW50YSBTYW4gSnVhbi4gVGhlcmUgaXMgYWxzbyBhIHBvcnRpb24gb2YgdGhlIGVzdHVhcnkgd2hlcmUgbmVzdHMgYXJlIHByb3RlY3RlZCBpbi1zaXR1IGFuZCBpcyBsb2NhdGVkIGluIHRoZSBvdGhlciBzaWRlIG9mIHRoZSBTYW4gU2ViYXN0aWFuIGlzbGFuZCwgbmVhciB0aGUgY29tbXVuaXR5IG9mIEVsIENvam95w7NuLjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyI+T3VyIHJlc2VhcmNoIGFuZCBjb25zZXJ2YXRpb24gaXMgaW1wbGVtZW50ZWQgdXNpbmcgaW5ub3ZhdGl2ZSBhbmQgZmFzY2luYXRpbmcgbWV0aG9kcy4gV2hlbiB3YWxraW5nIHRoZSBiZWFjaCwgcHJvamVjdCBzdGFmZiBvZnRlbiBwYXNzIGxvY2FsIGVnZyBjb2xsZWN0b3JzIG9uIGhvcnNlYmFjaywgYmlrZSBvciBmb290LCBidXQgZXZlcnlvbmUgaXMgbG9va2luZyBmb3IgdGhlIHNhbWUgdHVydGxlcy4gSWYgZWdnIGNvbGxlY3RvcnMgZmluZCBhIHR1cnRsZSBmaXJzdCwgdGhleSBjb21lIGFuZCBhbGVydCBwcm9qZWN0IHN0YWZmLCB3aG8gdGhlbiBhY2NvbXBhbnkgdGhlbSBiYWNrIHRvIHRoZSBuZXN0LiBUaGlzIGlzIGJlY2F1c2UgdGhlIGVnZyBjb2xsZWN0b3JzIHRoYXQgb25jZSBzb2xkIGVnZ3MgZm9yIGNvbnN1bXB0aW9uIGFyZSBub3cgd29ya2luZyB3aXRoIHRoZSBwcm9qZWN0IHRvIHByb3RlY3QgaGF3a3NiaWxscy4gVGhlIGNvbnNlcnZhdGlvbiB0ZWFtIHN1YnNlcXVlbnRseSBnYXRoZXJzIHVwIGFsbCB0aGUgZWdncyBhbmQgZXZlcnlvbmUgKGVnZyBjb2xsZWN0b3JzIGFuZCBjb25zZXJ2YXRpb25pc3RzKSBnbyBiYWNrIHRvIHRoZSBndWFyZGVkIGhhdGNoZXJ5IHdoZXJlIHRoZSBlZ2dzIGFyZSByZS1idXJpZWQuIEluIHRoaXMgbWFubmVyIHdlIGVuc3VyZSB0aGF0IHRoZSBtYXhpbXVtIG51bWJlciBvZiB0aGUgZWdncyBpcyBzdGF5aW5nIGluIHRoZSBzYW5kIGFuZCBoYXRjaGxpbmdzIGlzIGJlaW5nIHByb2R1Y2VkLCB3aGlsZSBhbHNvIGZpbmFuY2lhbGx5IHN1cHBvcnRpbmcgbG9jYWwgY29tbXVuaXR5IG1lbWJlcnMgdGhhdCBvZnRlbiBoYXZlIGxpbWl0ZWQgb3B0aW9ucyB0byBwcm92aWRlIGZvciB0aGVtc2VsdmVzIGFuZCB0aGVpciBmYW1pbGllcy48L3A+DQpUbyBkYXRlLCB2aWEgdGhpcyBwcm9qZWN0IHdlIGhhdmU6DQo8YmxvY2txdW90ZT7igKIgUHJvdGVjdGVkIG1vcmUgdGhhbiAzMDAgbmVzdHMNCuKAoiBQcm9kdWNlZCBtb3JlIHRoYW4gMzMsNTAwIGhhd2tzYmlsbCBoYXRjaGxpbmdzDQrigKIgRXF1aXBwZWQgMyBoYXdrc2JpbGxzIHdpdGggc2F0ZWxsaXRlIHRhZ3MNCuKAoiBCZW5lZml0ZWQgbW9yZSB0aGFuIDk1IGxvY2FsIGZhbWlsaWVzPC9ibG9ja3F1b3RlPg0KPGlmcmFtZSBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL19ZczRkYnh6S0pzIiBoZWlnaHQ9IjMxNSIgd2lkdGg9IjU2MCIgYWxsb3dmdWxsc2NyZWVuPSIiIGZyYW1lYm9yZGVyPSIwIj48L2lmcmFtZT4=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:292;}}}', '2013-11-30 18:24:41', 0, NULL),
(21, 167, 10, 1, 1, '6ac1d30362379c3c7c25a3d157637b74', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=107\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"Q29udGFjdCBVcw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:164:\"S20uIDEwOC41LSBDQTIgKENhcnJldGVyYWwgRWwgTGl0b3JhbCksIGRlc3bDrW8gSGFjaWVuZGEgTGEgQ2FycmVyYSwgVXN1bHV0w6FuIChCYWjDrWEgZGUgSmlxdWlsaXNjbykNClt2ZmIgaWQ9N10NCg0KJm5ic3A7\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:107;}}}', '2013-11-30 18:25:27', 0, NULL),
(22, 168, 10, 1, 0, '8605e5a0cbb755202139b1cfc6feccd8', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=299\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"RXZlbnRz\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2436:\"V291bGQgeW91IGxpa2UgdG8gY2VsZWJyYXRlIGEgc3BlY2lhbCBvY2Nhc2lvbiBpbiBhIHBhcmFkaXNlIGluIEVsIFNhbHZhZG9yP8KgIFdlIGdvdCB0aGUgcmlnaHQgcGFja2FnZSBmb3IgdGhhdCBzcGVjaWFsIG9jY2FzaW9uLsKgwqAgV2UgY2FuIGV2ZW4gY3VzdG9taXplIGl0Lg0KDQpPdXIgcmVjb21tZW5kZWQgcGFja2FnZToNCjx1bD4NCgk8bGk+QSB3ZWxjb21pbmcgY29jb251dDwvbGk+DQoJPGxpPkppcXVpbGlzY28gQmF5IHRvdXItwqA8Yj48Yj5pbmNsdWRlcyBhIHN0b3AgaW4gSXNsYSBQYWphcml0bzwvYj48L2I+PC9saT4NCjwvdWw+DQpUaGVyZSBhcmUgMjcgZGVzZXJ0ZWQgaXNsYW5kcyBpbiB0aGUgQmF5IG9mIEppcXVpbGlzY28uIE91ciBib2F0IHRvdXJzIHRha2UgYXBwcm94aW1hdGVseSAzMCBtaW51dGVzIHRvIHJlYWNoIGFuIGlzbGFuZCwgc3Vycm91bmRlZCBieSBiZWF1dGlmdWwgc2NlbmVyeS4gRXhwZWN0IHRvIHNlZTogYWxsaWdhdG9ycywgZXhvdGljIGJpcmRzIGFuZCBtYW5ncm92ZXMsIGFuZCBwaWN0dXJlLXBlcmZlY3Qgdm9sY2Fub2VzIGluIHRoZSBkaXN0YW5jZS4gT25jZSB5b3UgcmVhY2ggdGhlIGJlYWNoLCBiYXRoZSBhbmQgc3dpbSBpbiB0aGUgYmF54oCZcyBjYWxtIGFuZCB3YXJtIHdhdGVycy4gWW91IGNvdWxkIGFsc28gYmUgdGFrZW4gdG8gb25lIG9mIHRoZSB0d28gYmF5IGRlbHRhcyBhbmQgc3dpbSBpbiB0aGUgUGFjaWZpYyBPY2Vhbi4gV2UgaGF2ZSBldmVyeXRoaW5nIHByZXBhcmVkIGZvciB0aGlzIHRyaXA6IGEgYmlnIHVtYnJlbGxhIGlmIHRvbyBtdWNoIHN1biBib3RoZXJzLCBjaGFpcnMgZm9yIHJlc3RpbmcgYW5kIGJlc3Qgb2YgYWxs4oCmIHdlIGNhbiBwcmVwYXJlIGEgY29vbGVyIHdpdGggeW91ciBmYXZvcml0ZSBiZXZlcmFnZXMuDQo8dWw+DQoJPGxpPkx1bmNoIGF0IG91ciBvbi1zaXRlIHJlc3RhdXJhbnQtIENvbmFjYXN0ZS4gQ2hlY2sgb3VyIGdyb3VwIG1lbnUgKGEgY29tcGxldGUgbHVuY2gpDQooUGxlYXNlIG5vdGUgdGhhdCBJY2UgY3JlYW0gaXMgc2VydmVkIGZvciBncm91cHMgZmV3ZXIgdGhhbiAzMCB2aXNpdG9ycyk8L2xpPg0KCTxsaT5WaXNpdCB0aGUgU3BpZGVyIG1vbmtleSBzYW5jdHVhcnktIEEgY29tbXVuaXR5IG9mIGN1bm5pbmcgc3BpZGVyIG1vbmtleXMgdGhhdCBtYW5hZ2VkIHRvIHN1cnZpdmUgb3ZlciB0aGUgeWVhcnMuIFNwaWRlciBtb25rZXlzIGFyZSBxdWl0ZSBjdXJpb3VzIGFuZCBmb25kIG9mIHRvdXJpc3RzLiBUaGV5IHdpbGwgaGFwcGlseSBhY2NlcHQgYmFuYW5hcyBmcm9tIHZpc2l0b3JzIGFuZCBtYWtlIHRoZSBtb3N0IG9mIGEgd29uZGVyZnVsIGV4cGVyaWVuY2UuPC9saT4NCjwvdWw+DQo8YmxvY2txdW90ZT48c3Ryb25nPlVzZSBvZiBmYWNpbGl0aWVzIFJhdGVzOjwvc3Ryb25nPg0KDQpHcm91cHMgMTEtMTU6ICQ0MS40MA0KPHN0cm9uZz5Hcm91cHMgMTYtMjA6wqAgJDwvc3Ryb25nPjQwLjIwDQo8c3Ryb25nPkdyb3VwcyAyMS0zMDrCoCAkMzUuNDA8L3N0cm9uZz4NCjxzdHJvbmc+R3JvdXBzIDMxLTUwOiAkMzEuMjA8L3N0cm9uZz4NCg0KPHN0cm9uZz48L3N0cm9uZz5Gb3IgYSBzbmFjazogYWRkICQzLjc1IHRvIHRoZSBwcmljZSpBbHNvIGZvciBiYW5hbmFzIGZvciB0aGUgbW9ua2V5cyBhZGQgYSB0b3RhbCBleHRyYSBmZWUgb2YgJDUuMDAgKHBsZWFzZSBpbmNsdWRlIGl0IHdpdGggYWR2YW5jZSBub3RpY2UpUHJpY2VzIGluY2x1ZGUgdGF4ZXMgYW5kIDEwJSByZXN0YXVyYW50IGdyYXR1aXRpZXMuwqBBZGRpdGlvbmFsIGdyYXR1aXRpZXMgYXJlIHdlbGNvbWUuPC9ibG9ja3F1b3RlPg0KJm5ic3A7\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:299;}}}', '2013-11-30 18:26:40', 0, NULL),
(23, 169, 10, 1, 0, 'e34f3329ebf46689a39c9f2e8672cfd1', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=146\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"SGlzdG9yeQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:3404:\"PGgzPkkuIEJhY2tncm91bmQvIEhpc3Rvcnk8L2gzPg0KSGFjaWVuZGEgTGEgQ2FycmVyYSBpbiB0aGUgNjBzLTcwcyB3YXMgb24gdGhlIHRvcCBsaXN0IG9mIHByb2R1Y3RpdmUgZmFybXMgaW4gTGF0aW4gQW1lcmljYSwgYmVmb3JlIHRoZSBsYW5kIHJlZm9ybSBpbiB0aGUgbGF0ZSA3MOKAmXMuwqAgSXQgd2FzIGFuIGljb24gZm9yIHRoZSBhZ3JpY3VsdHVyZSBhbmQgcHJvZ3Jlc3MgaW4gRWwgU2FsdmFkb3IuwqAgVGhlcmVmb3JlLCBiZWNhdXNlIG9mIHRoaXMgaGFjaWVuZGEgdGhlIGFyZWEgaGFkIGEgaGlnaCBlbXBsb3ltZW50IHJhdGUuDQoNClRoZSB0b3AgcmVzb3VyY2VzIGJlZm9yZSB0aGUgbGFuZCByZWZvcm0gaW4gdGhlIDcw4oCZcw0KPHVsPg0KCTxsaT5Db3R0b248L2xpPg0KCTxsaT5DYXR0bGU8L2xpPg0KCTxsaT5HcmVlbiBQbGFudGFpbnMgYW5kIGJhbmFuYXM8L2xpPg0KCTxsaT5DYWNhbyAoIGhpZ2hlc3QgcXVhbGl0eS90b3AgbWFya2V0IHByaWNlLSByZW1lbWJlciB0aGUgY2hvY29sYXRlIHlvdSB0cmllZCBhdCB0aGUgdHJhdmVsIG1hcmtldCBhbmQgaXRzIGFyb21hLSBzaW1wbHkgZGVsaWNpb3VzKTwvbGk+DQoJPGxpPsKgQ29jb251dCBvaWw8L2xpPg0KCTxsaT5NdWNoIG1vcmUgbmF0dXJhbCBwcm9kdWN0cyAoZnJ1aXRzIGFuZCB2ZWdldGFibGVzKTwvbGk+DQo8L3VsPg0KT3VyIGVudHJhbmNlIHRvIFB1ZXJ0byBCYXJpbGxhcyBpcyBpbiB0aGUgbWlkc3Qgb2YgdGhpcyBiZWF1dGlmdWwgZmFybSAoc3VnYXIgY2FuZSwgY2FjYW8sIHRyb3BpY2FsIHZlZ2V0YXRpb24gYW5kIHNwbGVuZG9yb3VzIHZvbGNhbm9lcykgYXJlIGp1c3QgYSBmZXcgb2YgdGhlIHNpZ2h0c2VlaW5nIGl0ZW1zIGluIHRoZSBhcmVhDQoNClB1ZXJ0byBCYXJpbGxhcywgbG9jYXRlZCBpbiB0aGUgQ2FuYWwgQmFyaWxsYXMsIG9wZW5lZCBpdHMgZG9vcnMgaW4geWVhciAyMDAwIHdpdGggYSBkcmVhbSBpbiBtaW5kOiB0cmFuc2Zvcm1pbmcgdGhlIG1lbW9yeSBvZiB0aGUgaGlzdG9yeSBvZiBTYWx2YWRvcmFuIGFncmljdWx0dXJlIGZyb20gYW4gSGFjaWVuZGHCoCAoTGEgQ2FycmVyYSkgdG8gYW4gYXR0cmFjdGl2ZSwgZW5jaGFudGVkIHRvdXJpc3QgZGVzdGluYXRpb24swqAgd2l0aCBpdHMgYWJ1bmRhbmNlIGFuZCBmZXJ0aWxlIG5hdHVyZSAoZmxvcmEgYW5kIGZhdW5hKSwgaXRzIGdsYW1vcm91cy1waWN0dXJlIHBlcmZlY3Qgc2NlbmVyaWVzLCBpdHMgZGl2ZXJzZSBhbmQgZXhjaXRpbmcgYWN0aXZpdGllcyBhbmQgbXVjaCBtb3Jl4oCmIGFuZCBieSB0aGlzIG1lYW5zLCBzaGFyaW5nIHRoZSBiZWF1dHkgd2l0aCBpdHMgdmlzaXRvcnMuDQoNClRvZGF5LCBtdWNoIG9mIHRoZSBwcm9wZXJ0eSBhdCBIYWNpZW5kYSBMYSBDYXJyZXJhIGhhcyBiZWVuIHJlcHVyY2hhc2VkIGZvciBhZ3JpY3VsdHVyYWwgdXNlLiBOZXZlcnRoZWxlc3MsIHRoZSBwdXJjaGFzaW5nIGNvbXBhbnkgaGFzIGdvbmUgdG8gZ3JlYXQgZWZmb3J0cyB0byBwdXJjaGFzZSDigJxncmVlbiBhcmVhc+KAnSB3aXRoIGEgc3Ryb25nIGNvbW1pdG1lbnQgdG8gcHJlc2VydmUgYW5kIHByb3RlY3QgdGhlIGZsb3JhIGFuZCBmYXVuYQ0KPGgzPjxiPkhpc3Rvcnkgb2YgSmlxdWlsaXNjbyBCYXkgwqA8L2I+PC9oMz4NCjxiPlByZS1Db2x1bWJpYW4gZXJhPC9iPg0KDQpPbiB0aGUgc291dGggY29hc3Qgb2YgVXN1bHV0YW4sIHRoZSBQYWNpZmljIE9jZWFuIGZvcm1zIGEgcGljdHVyZXNxdWUgc2VhIGVudHJhbmNlLCBmb3JtZXJseSBYaXJpdWFsdGlxdWUsIGxhdGVyIGNhbGxlZCB0aGUgSG9seSBTcGlyaXQgYW5kIG5vdyBKaXF1aWxpc2NvLiBYaXJpdWFsdGlxdWUgd2hpY2ggaW4gUG90b24gbGFuZ3VhZ2UgbWVhbnMgInBsYWNlIGluIHRoZSBiYXkgb2YgdGhlIHN0YXJzLiIgSXQgY29tZXMgZnJvbSBYaXJpYSwgc3RhciwgdWFsLCB3YXRlciwgcml2ZXIsIGJheSwgYW5kIHRpY2tldCwgY2xvc2VkLCBzdWZmaXggb2YgcGxhY2UuDQoNCkluIHRoZSBsYW5ndWFnZSBQb3RvbiBzcG9rZW4gYnkgdGhlIExlbmNhcyB0cmliZXMgWGlxdWlsaXNjbyBtZWFucyAibWVuIG9mIHhpcXVpbGl0ZSIsIGNvbWluZyBmcm9tIHRoZSByb290cyB4aXF1aWxpdGUsIGluZGlnbywgamlxdWlsaXRlIChwbGFudCBmcm9tIHdoaWNoIHRoZSBpbmsgaXMgZXh0cmFjdGVkIGFubnVhbGx5IG9yIGluZGlnbyBpbmspIGFuZCBpeGNvLCBtYW4uIEluIG90aGVyIHdvcmRzLCBKaXF1aWxpc2NvIGJlY29tZXMgdGhlICJwZW9wbGUgb2YgdGhlIG1lbiB3aG8gY3VsdGl2YXRlIGluZGlnbywgaW5kaWdvIGFuZCBiZW5lZml0LiINCg0KPGI+MTUwMDwvYj4NCg0KSmlxdWlsaXNjbyBCYXkgd2FzIGRpc2NvdmVyZWQgaW4gMTUyMiBieSBBbmRyw6lzIE5pw7FvLCBDaGllZiBQaWxvdCBvZiB0aGUgZXhwZWRpdGlvbiBvZiBHaWwgR29uemFsZXogRGF2aWxhLCB3aG8gc2FpbGVkIGZyb20gUGVhcmwgSXNsYW5kcywgR3VsZiBvZiBQYW5hbWEgdG8gdGhlIEd1bGYgb2YgVGVodWFudGVwZWMsIGluIE1leGljbywgc2Vla2luZyBhbiBpbnRlci1vY2VhbmljIHJvdXRlLg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:146;}}}', '2013-11-30 18:27:20', 0, NULL),
(24, 170, 10, 1, 0, 'd838bce4624222bd9268d9e861f45eec', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=141\";s:8:\"contents\";a:15:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"SmlxdWlsaXNjbyBCYXk=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2628:\"PGgzPkFib3V0IEppcXVpbGlzY28gQmF5PC9oMz4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvbGFiYWhpYS5qcGciPjxpbWcgY2xhc3M9InNpemUtZnVsbCB3cC1pbWFnZS02ODQgYWxpZ25sZWZ0IiBhbHQ9ImxhYmFoaWEiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9sYWJhaGlhLmpwZyIgd2lkdGg9IjE3MCIgaGVpZ2h0PSIxNjkiIC8+PC9hPkppcXVpbGlzY28gQmF5LCBhIHJlc2VydmUgYW5kIHRoZSBtb3N0IGltcG9ydGFudCBjb2FzdGFsIG1hcmluZSBlY29zeXN0ZW0gb2YgRWwgU2FsdmFkb3IuIGNvbXByaXNlcyA1NSBrbSBvZiBjb2FzdCBmcm9tIHRoZSBtb3V0aCBvZiB0aGUgTGVtcGEgUml2ZXIgdG8gdGhlIG1vdXRoIG9mIHRoZSBDaGVwb25hIGluIEp1Y3VhcsOhbjogY29udGFpbnMgMjcgaXNsYW5kcyBhbmQgaXNsZXRzIGFuZCAyMiwgOTEyIGhlY3RhcmVzIG9mIG1hbmdyb3Zlcy4gT24gT2N0b2JlciAzMSwgMjAwNSB3YXMgZGVjbGFyZWQgYSBSYW1zYXIgc2l0ZSB1bmRlciB0aGUgaW50ZXJuYXRpb25hbCBjb252ZW50aW9uIG9uIHdldGxhbmRzLCBiZWNhdXNlIG9mIGl0cyB1bmlxdWVuZXNzIGFuZCBmcmFnaWxpdHksIGJlY2F1c2UgaXQgaXMgdGhlIGhhYml0YXQgb2YgbW9zdCBjb2FzdGFsIG1hcmluZSBiaXJkcyBpbiB0aGUgY291bnRyeS4gSXQgaXMgdGhlIG9ubHkgbmVzdGluZyBzaXRlIGZvciBzb21lIG9mIHRoZW0sIGFuZCB0aGUNCnBsYWNlIG9mIGRlc3RpbmF0aW9uIG9yIHN0ZXAgKGZlZWRpbmcsIG1vdWx0aW5nIGFuZCByZXN0aW5nKSBvZiBlaWdodHktc2V2ZW4gbWlncmF0b3J5IGJpcmRzIG9mIGludGVybmF0aW9uYWwgaW1wb3J0YW5jZS4NCg0KVGhpcyBzaXRlIGlzIGhvbWUgdG8gYSBkaXZlcnNpdHkgb2YgdGVycmVzdHJpYWwgc3BlY2llcyBhc3NvY2lhdGVkIHdpdGggd2F0ZXIgYm9kaWVzIGFuZCBjb2FzdGFsIGFyZWFzLiBJdCBzaG91bGQgYmUgbm90ZWQgdGhhdCBpdCBoYXMgY29uZmlybWVkIHRoYXQgZm91ciBvZiB0aGUgc2V2ZW4gc2VhIHR1cnRsZSBzcGVjaWVzIGtub3duIHdvcmxkd2lkZSB2aXNpdCBKaXF1aWxpc2NvIEJheSBmb3IgbmVzdGluZy4gVGhlIHNwZWNpZXMgY29uY2VybmVkIGFyZTogdGhlIGJsYWNrIHR1cnRsZSwgSGF3a3NiaWxsLCBPbGl2ZSBSaWRsZXkgdHVydGxlIGFuZCB0b3J0b2lzZSBCYXVsZS4NCg0KUGVvcGxlIGxpdmluZyBvbiB0aGUgcGVyaW1ldGVyIG9mIHRoZSByZXNlcnZlIGlzIHdlbGwgYXdhcmUgb2YgdGhlIG5lZWQgdG8gcHJlc2VydmUgdGhlIHNpdGUgdGhyb3VnaCB0aGUgZXN0YWJsaXNobWVudCBvZiBwcm9kdWN0aW9uIHN5c3RlbXMgY29tcGF0aWJsZSB3aXRoIHRoZSBlbnZpcm9ubWVudCwgY28tbWFuYWdlbWVudCBvZiBwcm90ZWN0ZWQgYXJlYXMsIHJpc2sgbWFuYWdlbWVudCBhbmQgcmVzY3VlIHNraWxscyBURUsuIFRoZSBzdXN0YWluYWJsZSBkZXZlbG9wbWVudCBvZiB0aGUgYXJlYSBpcyBiYXNlZCBvbiB0b3VyaXNtLCBoYXJ2ZXN0aW5nIG9mIG1hbmdyb3ZlcyBhbmQgY29jb251dHMsIHRoZSBjdWx0aXZhdGlvbiBvZiBzdWdhciBjYW5lLCBmaXNoaW5nIGFuZCBsaXZlc3RvY2suDQoNCkZvciBhbGwgdGhhdCB0aGUgQmF54oCZcyBiZWF1dHkgYW5kIHdoYXQgaXQgb2ZmZXJzOiBpdHMgY2hhcmFjdGVyaXN0aWNzIGFuZCB1bmlxdWUgbGFuZHNjYXBlcywgd2UgaW52aXRlIHlvdSB0byB2aXNpdCB0aGlzIG5hdHVyYWwgcGFyYWRpc2Ugb2YgRWwgU2FsdmFkb3IuDQoNCjxpbWcgY2xhc3M9Im5nZ19kaXNwbGF5ZWRfZ2FsbGVyeSBtY2VJdGVtIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL25leHRnZW4tYXR0YWNoX3RvX3Bvc3QvcHJldmlldy9pZC0tNjk0IiAvPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:141;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"UHVlcnRvIEJhcmlsbGFzIE1hcmluYSBhbmQgTG9kZ2luZywgQmFoaWEgZGUgSmlxdWlsaXNjbw==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"UHVlcnRvIEJhcmlsbGFzIE1hcmluYSBhbmQgTG9kZ2luZw==\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:48:\"UHVlcnRvIEJhcmlsbGFzIE1hcmluYSBhbmQgTG9kZ2luZw==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"UHVlcnRvIEJhcmlsbGFzIE1hcmluYSBhbmQgTG9kZ2luZywgQmFoaWEgZGUgSmlxdWlsaXNjbw==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-30 18:29:35', 0, NULL),
(25, 171, 10, 1, 1, '6b5ae0722f22ef7679dbbbafad530677', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=312\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"T3VyIERpZmZlcmVuY2U=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:996:\"PGgzPkluIFB1ZXJ0byBCYXJpbGxhcyB3ZSBkbyBtYWtlIHlvdSBmZWVsIGFzIGlmIHRoaXMgcGFyYWRpc2UgaXMgeW91ciBiZWFjaCBob3VzZSE8L2gzPg0KT3VyIGRpZmZlcmVuY2Ugd2l0aCBvdGhlciBsb2RnaW5nIHNlcnZpY2VzIGlzOg0KPHVsPg0KCTxsaT5XZSBoYXZlIGRldmVsb3BlZCBhbiBpbmZyYXN0cnVjdHVyZSBpbiB3aGljaCB0aGUgZ3Vlc3QgY2FuIGdldCBjb21wbGV0ZSBwcml2YWN5LjwvbGk+DQoJPGxpPldlIGJlbGlldmUgdGhhdCB0aGUgZGVzdGluYXRpb25zIHdoZXJlIG5hdHVyZSBpcyBraW5kIGFyZSB0byBlbmpveSBwZWFjZSwgdHJhbnF1aWxpdHkgYW5kIHJlbGF4YXRpb24uPC9saT4NCgk8bGk+V2Uga25vdyB0aGF0IHNvbWV0aW1lcyB3ZSBuZWVkIHRoaXMgcGVhY2UgdG8gcmV0dXJuIHdpdGggcmVuZXdlZCBzdHJlbmd0aCBhbmQgc2hpbmUgdG8gb3VyIGRhaWx5IHJvdXRpbmUuPC9saT4NCgk8bGk+V2Ugd29yayBpbiBjb25zZXJ2YXRpb24gcHJvZ3JhbXMgYmVjYXVzZSB3ZSBoYXZlIGNvbnNjaW91c25lc3MsIGxvdmUgYW5kIHJlc3BlY3QgZm9yIG5hdHVyZS48L2xpPg0KPC91bD4NCjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtNjc0IiBhbHQ9ImJhbm5lciIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2Jhbm5lcjEuanBnIiB3aWR0aD0iNjA5IiBoZWlnaHQ9Ijg0IiAvPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:312;}}}', '2013-11-30 18:31:34', 0, NULL),
(26, 172, 10, 1, 0, '1fd0bc75e5ba73846988e5e8ed6afdc8', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=137\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"T3VyIFRlYW0=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2192:\"PGgzPldlbGNvbWUgdG8gUHVlcnRvIEJhcmlsbGFzLCBpbiB0aGUgaGVhcnQgb2YgSmlxdWlsaXNjbyBCYXk8L2gzPg0KUHVlcnRvIEJhcmlsbGFzIGlzIGNlbnRyYWxseSBsb2NhdGVkIGJldHdlZW4gdm9sY2Fub2VzIGFuZCBjYWNhbyBwbGFudGF0aW9ucywgc3Vycm91bmRlZCBieSB0cm9waWNhbCB2ZWdldGF0aW9uIGFuZCBvY2VhbiB2aWV3cy4NCg0KSWYgeW91IGFyZSBhIG1lbWJlciwgdmlzaXRlZCBvdXIgRmFjZWJvb2sgcGFnZSwgb3IgaGVhcmQgYWJvdXQgUHVlcnRvIEJhcmlsbGFzLCBiZSBzdXJlIHRvIHZpc2l0IHVzLiBFbmpveSB3YXJtIGhvc3BpdGFsaXR5IGFuZCBmaXJzdCBjbGFzcyBhY2NvbW1vZGF0aW9uIGZhY2lsaXRpZXMuIE91ciBkZWRpY2F0ZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIHlvdXIgdmlzaXQgYXMgY29tZm9ydGFibGUsIHJlbGF4aW5nIGFuZCBlbmpveWFibGUuDQoNClRoZXJlIGFyZSBzb21lIG91dHN0YW5kaW5nIHRoaW5ncyBJIHdvdWxkIG5vdCB3YW50IHlvdSB0byBtaXNzISBUaGVzZSBzaG91bGQgYmUgaGlnaGxpZ2h0ZWQsIGFuZCBpbmNsdWRlOiBvdXIgYmVhdXRpZnVsIGdhcmRlbnMsIG91ciBDbHViIEhvdXNlIHJlc3RhdXJhbnQgb3Zlcmxvb2tpbmcgdGhlIGJheSwgdGhlIGNvbnZlbmllbmNlIHN0b3JlLCBhIHN3aW1taW5nIHBvb2wsIGhpa2luZyB0cmFpbHMgdG8gdmlzaXQgb25lIG9mIHRoZSBsYXN0IGNvbW11bml0aWVzIG9mIHNwaWRlciBtb25rZXlzIGFuZCBib2F0IHRvdXJzIHRvIGJlYXV0aWZ1bCBzZWNsdWRlZCBiZWFjaGVzLg0KDQpXZSB3aWxsIGRvIGV2ZXJ5dGhpbmcgdG8gZW5zdXJlIHRoYXQgeW91ciBzdGF5IGluIFB1ZXJ0byBCYXJpbGxhcyBpcyBhIHBsZWFzYW50IGFuZCBtZW1vcmFibGUgZXhwZXJpZW5jZS4gV2UgYXJlIGNvbW1pdHRlZCB0byBpbXByb3ZlIGFuZCBmdXJ0aGVyIGRldmVsb3AgdGhpcyAiaGlkZGVuIGdlbSIgaW4gdGhlIFBhY2lmaWMsIGFuZCBvZmZlciBzb21ldGhpbmcgc3BlY2lhbCBhdCBldmVyeSB2aXNpdC4NCg0KVGhpcyBOZXcgWWVhciAyMDEyIHdlIGFyZSBjb21taXR0ZWQgdG8gaW5ub3ZhdGUgbmV3IHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBmb3Igb3VyIG1lbWJlcnMsIHRoZWlyIGZhbWlsaWVzIGFuZCB2aXNpdG9ycy4gV2UgaW52aXRlIHlvdSB0byBjb250aW51b3VzbHkgdmlzaXQgdXMgYXQgb3VyIHdlYnNpdGUgd2hlcmUgeW91IGNhbiBtYWtlIHJlc2VydmF0aW9ucywgdmlldyBuZXcgdmlkZW9zIG9uIFlvdXR1YmUsIGNvbW11bmljYXRlIHZpYSBGYWNlYm9vayBvciBkb3dubG9hZCBwaG90b3Mgb2YgYmVhdXRpZnVsIGxhbmRzY2FwZXMgb2Ygb3VyIGZhY2lsaXRpZXMgYW5kIHRoZSBCYXkgb2YgSmlxdWlsaXNjbyBvbiBGbGlja3IuDQoNCkkgaG9wZSB0byBtZWV0IHlvdSBwZXJzb25hbGx5Lg0KDQpSZWdhcmRzLA0KPGg0PkFyZWx5IENhbGRlcsOzbg0KPGk+T3BlcmF0aW9ucyBNYW5hZ2VyPC9pPjwvaDQ+DQo8aDQ+PGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS02NjIiIC8+PGk+DQo8L2k+PC9oND4=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:137;}}}', '2013-11-30 18:32:05', 0, NULL),
(27, 173, 10, 1, 0, '14350808fd0f97d0db621474c97124b4', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=135\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"UGhpbG9zb3BoeQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:392:\"PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:135;}}}', '2013-11-30 18:32:41', 0, NULL),
(28, 174, 10, 1, 1, '58f91130228ff500d42930b7a8814998', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=158\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"UHJlc3MgUmVsZWFzZQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:352:\"PGgzPjxzdHJvbmc+RmVicmVybzwvc3Ryb25nPjwvaDM+DQpFbiBGZWJyZXJvIFJldmlzdGEgRWplY3V0aXZhIGRlIExQRyByZWFsaXpvwqAgc2VzacOzbiBkZSBGb3RvZ3JhZmlhcyBlbiBQdWVydG8gQmFyaWxsYXMNCg0KPGltZyBjbGFzcz0ibmdnX2Rpc3BsYXllZF9nYWxsZXJ5IG1jZUl0ZW0iIGFsdD0iIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvbmV4dGdlbi1hdHRhY2hfdG9fcG9zdC9wcmV2aWV3L2lkLS0xMDc5IiAvPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:158;}}}', '2013-11-30 18:34:01', 0, NULL),
(29, 175, 10, 1, 0, '78e24da3d92093ec42d081462a53a6a6', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=160\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"UmVsYXRlZCBNZWRpYQ==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:392:\"PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:160;}}}', '2013-11-30 18:34:26', 0, NULL),
(30, 176, 10, 1, 1, '112524b9eb04765a1042016484834a1a', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=20\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"UmVzdGF1cmFudC9CYXI=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1876:\"PGgyPkNsdWIgSG91c2UgRWwgQ29uYWNhc3RlDQpSZXN0YXVyYW50PC9oMj4NCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvSU1HXzQ5NzkuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTYxMiIgYWx0PSJJTUdfNDk3OSIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR180OTc5LTEwMjR4NjAyLmpwZyIgd2lkdGg9IjU2NCIgaGVpZ2h0PSIzMzEiIC8+PC9hPg0KDQpXZSBoYXZlIGluY2x1ZGVkIGluIG91ciBtZW51IGEgdmFyaWV0eSBvZiBkaXNoZXMgdG8gZGVsaWdodCB0aGUgcGFsYXRlIcKgIFNvbWUgb2YgdGhlIGRpc2hlcyBpbmNsdWRlIHNlYWZvb2QsIFNhbHZhZG9yZWFuIHR5cGljYWwgZm9vZCwgQW1lcmljYW4gZm9vZCBhbmQgaG9tZS1tYWRlIGRpc2hlcy4NCg0KSG91cnMgb2YgT3BlcmF0aW9uOg0KDQpTdW5kYXktIEZyaWRheTogNzozMGFtLSA2OjAwcG3CoMKgwqAgU2F0dXJkYXk6IDc6MzBhbS02OjMwcG07IEZvciBncm91cHM6IHdlIGNhbiBvcGVuIGF0IDc6MDBhbQ0KDQo8c3Ryb25nPjxlbT5Zb3UgY2FuIGNoZWNrIG91ciBvbmxpbmUgPGEgaHJlZj0iaHR0cDovL3B1ZXJ0b2JhcmlsbGFzLmNvbS9NZW51UEIucGRmIj5tZW51PC9hPjwvZW0+PC9zdHJvbmc+DQoNCjxzcGFuIHN0eWxlPSJsaW5lLWhlaWdodDogMS41ZW07Ij5Zb3UgY2FuIGFsc28gwqBlbmpveSB5b3VyIGZhdm9yaXRlIGdhbWUgb3Igd2F0Y2ggYSBtb3ZpZSwgbGlzdGVuIHRvIG11c2ljLCBlbmpveSB3aXRoIGZhbWlseSBvciBmcmllbmRzIGEgZ29vZCBjb252ZXJzYXRpb24sIHdpdGggYmVhdXRpZnVsIHNjZW5lcmllcywgYXQgb3VyIENvbmFjYXN0ZSBDbHViIEhvdXNlLjwvc3Bhbj4NCg0KPGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9JTUdfNTAwMy5qcGciPjxpbWcgYWx0PSJJTUdfNTAwMyIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0lNR181MDAzLTEwMjR4NjgyLmpwZyIgd2lkdGg9IjIwMyIgaGVpZ2h0PSIxMzYiIC8+PC9hPg0KDQo8YSBjbGFzcz0iZVBhcGVyIiBocmVmPSJodHRwOi8vd3d3LjFrY2xvdWQuY29tL3dwMU4xTzg4LyIgdGFyZ2V0PSJfYmxhbmsiPiA8aW1nIGNsYXNzPSJ0Z19wcmV2aWV3X2ltYWdlIiBhbHQ9IiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy9lcGFwZXJfcHJldmlld18zMzkyLmdpZj9ybmQ9NjEzMSIgLz4gPC9hPg0KDQombmJzcDs=\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:20;}}}', '2013-11-30 18:35:01', 0, NULL),
(31, 177, 10, 1, 0, '849fe32e1b32aa2103cb4b7fa16b2162', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=24\";s:8:\"contents\";a:15:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"Qm9vayBOb3c=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:24;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"Qm9vayBvbiB0aGUgT0ZGSUNJQUwgV0VCU0lURcKuIG9mIEhvdGVsIFB1ZXJ0byBCYXJpbGxhcw==\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"Qm9vayBub3cgZGlyZWN0bHkgb24gdGhlIE9GRklDSUFMIFdFQlNJVEUgb2YgSG90ZWwgUHVlcnRvIEJhcmlsbGFzIGluIEVsIFNhbHZhZG9yIHdpdGhvdXQgaW50ZXJtZWRpYXJpZXMgd2l0aCBzcGVjaWFsIGRpc2NvdW50cyB0aGUgYmVzdCBwcmljZSBndWFyYW50ZWVkLg==\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"Qm9vayBvbiB0aGUgT0ZGSUNJQUwgV0VCU0lURcKuIG9mIEhvdGVsIFB1ZXJ0byBCYXJpbGxhcw==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:76:\"Qm9vayBvbiB0aGUgT0ZGSUNJQUwgV0VCU0lURcKuIG9mIEhvdGVsIFB1ZXJ0byBCYXJpbGxhcw==\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2013-11-30 18:35:47', 0, NULL);
INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(32, 178, 10, 1, 1, '1a35e9a525f5595c9470f6ecf68419b5', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=167\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:64:\"U3RldmXigJlzIGFuc3dlcnMgdG8gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32300:\"PGgyPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPldFTENPTUU8L3NwYW4+PC9oMj4NCkFmdGVyIGV4cGxvcmluZyB0aGUgcmVtb3RlIGFuZCBiZWF1dGlmdWwgSXNsYW5kcyBpbiBQYW5hbWEsIGFuZCB0aGUgQ2VudHJhbCBBbWVyaWNhbiBDb3VudHJpZXMgdG8gdGhlIFNvdXRoIG9mIHVzLCBvciBjb21pbmcgZnJvbSB0aGUgamV0LXNldCBwYWNlIG9mIENhYm8gc2FuIEx1Y2FzIGFuZCBoZXIgc2lzdGVyIE1leGljYW4gcG9ydHMsIHlvdSB3aWxsIGZpbmQgeW91ciBzdGF5IGF0IHRoZSBQdWVydG8gQmFyaWxsYXMsIHRvIGJlIHVuaXF1ZSBhbmQgZW5yaWNoaW5nLiBXZSBob3BlIHRoYXQgdGhpcyBjcnVpc2Vy4oCZcyBndWlkZSB3aWxsIGFzc2lzdCB5b3UgZHVyaW5nIHlvdXIgc3RheSBpbiBFbCBTYWx2YWRvci4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkFycml2YWw8L2I+PC9oMz4NCkNoZWNraW5nIGluOiBEb2N1bWVudHMgeW91IHdpbGwgcmVjZWl2ZSAoYWxsIHByb3ZpZGVkIGJ5IGF1dGhvcml0aWVzIGF0IEJhcmlsbGFzKQ0KPG9sPg0KCTxsaT7CoDxzdHJvbmc+QWN0YSBkZSBWaXNpdGEuPC9zdHJvbmc+DQpJbml0aWFsIGFja25vd2xlZGdlbWVudCBvZiB5b3VyIGFycml2YWwgcHJvdmlkZWQgYnkgdGhlIFBvcnQgQ2FwdGFpbidzIG9mZmljZS48L2xpPg0KCTxsaT48c3Ryb25nPkltcG9ydGFjaW9uIFRlbXBvcmFswqA8L3N0cm9uZz4NCk9uIGFycml2YWwsIHlvdXIgd2lsbCBuZWVkIHRvIGFwcGx5IGZvciBhIHRlbXBvcmFyeSBpbXBvcnRhdGlvbiBwZXJtaXQgZm9yIHlvdXIgdmVzc2VsLjwvbGk+DQoJPGxpPjxzdHJvbmc+Q3VzdG9tcyBkb2N1bWVudC48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkNlcnRpZmljYWRvIGRlIFBlcm1hbmVuY2lhLsKgPC9zdHJvbmc+KGFraW4gdG8gYSBjcnVpc2luZyBwZXJtaXQgYnV0IGFwcGxpY2FibGUgdG8gc3RvcmVkIGJvYXRzIGFzIHdlbGwpLCBpcyBhbm90aGVyIGRvY3VtZW50IHJlcXVpcmVkIGJ5IHRoZSBQb3J0IENhcHRhaW4sIHZhbGlkIGluaXRpYWxseSBmb3IgMiBtb250aHMgZnJvbSBpc3N1ZSBhbmQgcmVwcmVzZW50aW5nIGFkZGl0aW9uYWwgY29uZmlybWF0aW9uIG9mIHRoZSB2ZXNzZWxzJyByaWdodCB0byBzdGF5IGluIEVsIFNhbHZhZG9yIHRlcnJpdG9yeSBhbmQgYXBwbGllZCB0byBhbGwgdmVzc2VscyBzdGF5aW5nIG1vcmUgdGhhbiA4IGRheXMuPC9saT4NCjwvb2w+DQpJZiBkZXBhcnRpbmcgRWwgU2FsdmFkb3Igb24geW91ciB2ZXNzZWwgaW50ZW5kaW5nIHRvIHJldHVybiBiZSBBV0FSRSB0aGF0IHlvdXIgcGFwZXJ3b3JrIHdpbGwgbmVlZCB0byBiZSByZW5ld2VkIGVudGlyZWx5IHdoZW4geW91IHJldHVybi4gUGV0IG93bmVycyBzaG91bGQgYWxzbyBiZSBhd2FyZSBvZiBjaGVjay1pbiByZWd1bGF0aW9ucy4NCjxoMz5HZW5lcmFsIEluZm9ybWF0aW9uPC9oMz4NCldlbGNvbWUgdG8gb3VyIG1hcmluYS4gT3VyIG1hcmluYSBpcyBkZWRpY2F0ZWQgdG8gdGhlIG5lZWRzIG9mIGNydWlzZXJzIGFuZCB3ZSBkZXBlbmQgb24geW91ciBnb29kd2lsbCBhbmQgZ29vZC1zZW5zZS4gU29tZSBkb+KAmXMgYW5kIGRvbid0czoNCg0KUExFQVNFIGtlZXAgeW91ciBwZXRzIG9uIGEgbGVhc2ggd2hpbGUgaW4gdGhlIHJlc3RhdXJhbnQgYXJlYTogdGhleSBjYW4gcHJlc2lkZSBvbmx5IHdpdGggdGFjaXQgYWdyZWVtZW50IG9mIHRoZSBvdGhlciByZXN0YXVyYW50IHVzZXJzLg0KRE8gTk9UIHdlYXIgZXhwZW5zaXZlIGpld2Vscnkgd2hpbGUgd2Fsa2luZyBhcm91bmQgdG93bi4NCkxFQVZJTkcgWU9VUiBCT0FUIElmIGxlYXZpbmcgeW91ciBib2F0IHVuYXR0ZW5kZWQgbWFrZSBhcnJhbmdlbWVudCB3aXRoIHNvbWVvbmUgKGFwcHJvdmVkIGJ5IHRoZSBtYXJpbmEpIHRvIGxvb2sgYWZ0ZXIgaXQuIFdlIHdpbGwgYmUgaGFwcHkgdG8gcmVjb21tZW5kIHN1aXRhYmxlIGNhcmV0YWtlcnMuIElmIGxlYXZpbmcgdGhlIGNvdW50cnkgZ2V0IGEgbGV0dGVyIGZyb20gdGhlIE1hcmluYSBkZWNsYXJpbmcgdGhhdCB5b3VyIHZlc3NlbCBpcyBoZXJlIHNvIHlvdSB3aWxsIG5vdCByZXF1aXJlIGFuIG91dGJvdW5kIHRpY2tldCBvbiB5b3VyIHJldHVybiB0byBFbCBTYWx2YWRvci4NCkdFTkVSQUwgTk9URVM6IFdoaWxlIHdlIGRvIHByb3ZpZGUgc2VjdXJpdHkgaW4ga2VlcGluZyB3aXRoIG91ciBkZXNpcmUgdG8gbWFpbnRhaW4gdGhlIGluZm9ybWFsIGZhbWlseSBhbWJpZW50LCB0aGUgJ0NsdWInIChCYXJpbGxhcyBNYXJpbmEgQ2x1Yikgd2lsbCBub3QgYmUgaGVsZCByZXNwb25zaWJsZSBmb3IgeW91IHBlcnNvbmFsbHksIG5vciB5b3VyIGNyZXcvZ3Vlc3RzLiBOZWl0aGVyIHdpbGwgdGhlIENsdWIgYmUgcmVzcG9uc2libGUgZm9yIHlvdXIgcHJvcGVydHkgZHVyaW5nIHlvdXIgc3RheSBoZXJlLiBBdCBhbGwgdGltZXMgdGhlIENhcHRhaW4vT3duZXIgcmVtYWlucyByZXNwb25zaWJsZSBmb3IgYWxsIG1hdHRlcnMgY29uY2VybmluZyBoaXMgdmVzc2VsIGFuZCBwcm9wZXJ0eSAodGhlIENsdWIgaXMgYWx3YXlzIHJlYWR5IHRvIG9mZmVyIGFzc2lzdGFuY2UpLg0KUEFZSU5HIFRIRSBCSUxMOiBPbiBhcnJpdmFsIHdlIHdpbGwgc2V0IHVwIGFuIGFjY291bnQgd2hpY2ggc2hvdWxkIGJlIHBhaWQgb24gdGhlIEZpcnN0IG9mIHRoZSBNb250aCBvciBwcmlvciB0byBkZXBhcnR1cmUuDQo8aDM+VHJhbnNwb3J0YXRpb248L2gzPg0KVG8gVXN1bHV0YW46IEEgZnJlZSByaWRlIGJ5IEJhcmlsbGFzIE1pbmktVmFuLCBkZXBhcnRzIHRoZSBNYXJpbmEgb24gVHVlc2RheSBhbmQgRnJpZGF5IGF0IDA5MDAgZm9yIERpc3BlbnNhIERvbiBKdWFuLCBhbmQgZGVwYXJ0cyB0aGUgRGlzcGVuc2EgYXQgMTIzMCBmb3IgQmFyaWxsYXM7IGFsc28gYXZhaWxhYmxlIGZvciBzaG9ydCBkZXRvdXJzIHRvIHNwZWNpYWx0eSBzaG9wcy4NCg0KVG8gU2FuIFNhbHZhZG9yOiBWaWEgQmFyaWxsYXMgTWluaS1WYW4sIGFzIHJlcXVlc3RlZDsgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hIE9mZmljZS4NCg0KVG8gdGhlIEFpcnBvcnQ6IFZpYSBCYXJpbGxhcyBNaW5pLVZhbiwgYXMgcmVxdWVzdGVkOyBtYWtlIGFycmFuZ2VtZW50cyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlLg0KDQpUYXhpIENhYiBJbmZvcm1hdGlvbjsgVXN1bHV0YW4gaXMgZnVsbCBvZiB5ZWxsb3cgdGF4aWNhYnM7IHRyYW5zcG9ydCBmcm9tIHRvd24gdG8gQmFyaWxsYXMgY29zdHMgYWJvdXQgJDE1VVM7IGJlIHN1cmUgdG8gbmVnb3RpYXRlIGEgcHJpY2UgdXAgZnJvbnQuDQoNCkJ1czogQWxsIGtpbmRzIG9mIGJ1cyB0cmFuc3BvcnRhdGlvbiBpcyBhdmFpbGFibGUsIHRvIFNhbiBTYWx2YWRvciwgU2FuIE1pZ3VlbCBhbmQg4oCcb3RoZXLigJ0gbG9jYXRpb25zIGZvciB0aGUgYWR2ZW50dXJvdXMuIEJ1c2VzIGFyZSBtb3JlIG9yIGxlc3MgY2xlYXJseSBtYXJrZWQsIGFuZCBkZXBhcnQgZnJvbSBhIG51bWJlciBvZiBsb2NhdGlvbnMgbmVhciBEaXNwZW5zYSBEb24gSnVhbi4NCjxoMz5TZXJ2aWNlcywgZXRjPC9oMz4NCjxibG9ja3F1b3RlPk5vdGU6IGZvciBlYXNlIG9mIGRlc2NyaXB0aW9uLCB3ZSBoYXZlIHVzZWQgdGhlIHRlcm1zIOKAnFNvdXRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgY29taW5nIGludG8gVXN1bHV0YW4gZnJvbSBCYXJpbGxhcywgYW5kIOKAnE5vcnRoIE1haW7igJ0gZm9yIHRoZSBzdHJlZXQgbGVhdmluZyBmb3IgQmFyaWxsYXMuDQpBbHNvLCBkdWUgdG8gbWlzc2luZywgaWxsZWdpYmxlLCBldGMgc3RyZWV0IHNpZ25zLCB3ZeKAmXZlIHVzZWQgdGhlIOKAnG51bWJlciBvZiBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbuKAnSBvciDigJxTY290aWEgQmFua+KAnSBmb3IgZGlyZWN0aW9uc+KApih0aGV54oCZcmUgc3RpbGwg4oCcYXBwcm94aW1hdGUsIGJ1dCBiYWxscGFya+KAnSkuPC9ibG9ja3F1b3RlPg0KPHN0cm9uZz5BdXRvIFBhcnRzPC9zdHJvbmc+DQpFY29ub1BhcnRlcywgYWNyb3NzIGZyb20gUHVlcnRhIE9yaWVudGUgUGxhemEgKGEgZmV3IGJsb2NrcyBlYXN0IG9mIERpc3BlbnNhIERvbiBKdWFuKTsganVzdCBhYm91dCBldmVyeXRoaW5nIHlvdeKAmWQgZXhwZWN0IHRvIGZpbmQgaW4gYW4gYXV0byBwYXJ0cyBzdG9yZSBpbiB0aGUgU3RhdGVzDQoNCjxzdHJvbmc+QmFua3MvQVRNczwvc3Ryb25nPg0KVGhlcmUgYXJlIGEgbnVtYmVyIG9mIEFUTXMgKENhamVyb3MgQXV0b21hdGljb3MpIGluIHRoZSBlbnRyYW5jZSB0byBEaXNwZW5zYSBEb24gSnVhbjsgQWRkaXRpb25hbGx5IHRoZXJlIGEgbnVtYmVyIG9mIGxhcmdlIGJhbmtzIGFyb3VuZCB0aGUgYnVzaW5lc3MgZGlzdHJpY3QgaW4gVXN1bHV0YW46DQoNCjxlbT48c3Ryb25nPjxzcGFuIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPlNjb3RpYUJhbms8L3NwYW4+PC9zdHJvbmc+PC9lbT4gNCBCbG9ja3Mgd2VzdCBvZiBEaXNwZW5zYSBEb24gSnVhbiwgb24gTm9ydGggTWFpbg0KPGVtPjxzdHJvbmc+PHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+RGEgVml2aWVuZGE8L3NwYW4+PC9zdHJvbmc+PC9lbT4gKGZvcm1lcmx5IEhTQkMpIDIgQmxvY2tzIGZ1cnRoZXIgb24gZnJvbSBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluLCAoYWNyb3NzIGZyb20gdGhlIFBhcnF1ZSBDZW50cmFsKQ0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PGVtPjxzdHJvbmc+QmFuY28gZGUgQW1lcmljYSBDZW50cmE8L3N0cm9uZz48c3Ryb25nPmw8L3N0cm9uZz48L2VtPjwvc3Bhbj4gMyBCbG9ja3MgZnVydGhlciBvbiBmcm9tIFNjb3RpYUJhbmssIChUaGUgb3RoZXIgc2lkZSBvZiB0aGUgUGFycXVlIENlbnRyYWwpOyB2ZXJ5IGhlbHBmdWwgd2l0aCDigJxjYXJkIHByb2JsZW1z4oCdIG9yIHByb2JsZW1zIHVuZGVyc3RhbmRpbmcgd2hhdCB0aGUgQVRNIGlzIGFza2luZyB5b3UgKG9yIHdoYXQgeW914oCZcmUgdHJ5aW5nIHRvIHRlbGwgaXQpLg0KQW5kIG1hbnkgb3RoZXIgYmFua3MgaW4gdGhlIGdlbmVyYWwgdmljaW5pdHkuDQoNCjxzdHJvbmc+QmF0dGVyaWVzPC9zdHJvbmc+DQpTbWFsbCBCYXR0ZXJpZXM6IEltcHJlc3NhIFJlcHVlc3RvcyBpbiBtaWQtdG93biwgdGhlIEJhcmlsbGFzIGRyaXZlciB3aWxsIHRha2UgeW91IHRoZXJlLg0KTGFyZ2UgQmF0dGVyaWVzOiBDYXNhIGRlIGxhcyBCYXR0ZXJpYXMsIDI5IENhbGxlIFBvaW5lbnRlIHkgMjEgQXZlIE5vcnRlLCBTYW4gU2FsdmFkb3INClNyLiDCoEpvc2UgR2FyY2lhIDIyMzUgNjk0NA0KDQo8c3Ryb25nPkJlYXJpbmdzLCAoTy1yaW5ncywgZ2Fza2V0cywgaG9zZSBmaXR0aW5ncyk8L3N0cm9uZz4NClNlZSBPeGdhc2EgKEluIEhhcmR3YXJlKSBmb3IgTy1SaW5ncw0KDQo8c3Ryb25nPkJvYXR5YXJkL0hhdWxvdXQgRmFjaWxpdGllczwvc3Ryb25nPg0KUHJlc3RvbWFyIE5lZWQgaW5mb3JtYXRpb24sIFJhaWx3YXkgdXAgdG8gX19fIFRvbnMsIFdpZHRoLCDigKZJbmNsdWRlIENhdGFtYXJhbnM7IHRoZXkgcHJvdmlkZSBib3R0b20gcGFpbnRpbmcsIHRvcHNpZGUgcGFpbnRpbmcsIGdlbmVyYWwgbWFyaW5lIHJlcGFpcnMNCg0KPHN0cm9uZz5Cb2F0IENsZWFuaW5nLCBldGMgKHNlZSBhbHNvIEdlbmVyYWwgSGFuZHMpPC9zdHJvbmc+DQpDQVJQRVQgQ0xFQU5JTkcNCkRSWSBDTEVBTklORw0KDQo8c3Ryb25nPkNvcGllczwvc3Ryb25nPg0KVGhlcmUgYXJlIG1hbnkgcGxhY2VzIHRvIGdldCBjb3BpZXMgbWFkZSBpbiBVc3VsdXRhbjsganVzdCB3YWxrIHVwIG9yIGRvd24gTm9ydGggb3IgU291dGggTWFpbg0KDQo8c3Ryb25nPkNvbXB1dGVyIFJlcGFpci9TdXBwbGllczwvc3Ryb25nPg0KDQo8c3Ryb25nPkRJRVNFTCBFTkdJTkUgQU5EIFRSQU5TTUlTU0lPTiBSRVBBSVI8L3N0cm9uZz4NCg0KRElFU0VMIFBBUlRTDQpZYW5tYXIgcGFydHMuDQpWb2x2byBwYXJ0cy4NCkN1bW1pbnMsIENhdGVycGlsbGFyLA0KUGVya2lucyBwYXJ0cy4NCg0KPHN0cm9uZz5EaXZlIFRhbmtzPC9zdHJvbmc+DQoNCkVtYWlsLCBXaUZpLCBhbmQgSW50ZXJuZXQ6DQpGcmVlIFdpLUZpIGF0IHRoZSBNYXJpbmE7IGFzIHlvdSBnZXQgZmFydGhlciBkb3duIHRoZSBhbmNob3JhZ2UsIHRoZSBjb3ZlcmFnZSBnZXRzIHBvb3JlcjsgcmVjZXB0aW9uIGlzIGdyZWF0IGluIHRoZSBzd2ltbWluZyBwb29sIGFyZWEgYW5kIHRoZSByZXN0YXVyYW50OyB0aGVyZSBhcmUgMTE1ViBvdXRsZXRzIGF0IGVhY2ggdGFibGUgaW4gdGhlIHBhbGFwYXMuDQoNCjxiPkVsZWN0cmljYWwgPC9iPg0KDQpTVEFSVEVSIE1PVE9SUyAmYW1wOyBBTFRFUk5BVE9SUw0KDQo8Yj5Tb2xhciBQYW5lbHM8L2I+IGNhbiBiZSBmb3VuZCBhdCA8Yj5GZXJyZXRlcmlhIEVsIENvbmVjdGU8L2I+LCB3aGljaCBpcyBqdXN0IG9uZSBibG9jayBiZXlvbmQgdGhlIFNoZXJ3aW4gV2lsbGlhbXMgUGFpbnQgU3RvcmUgb24gTm9ydGggTWFpbiAoanVzdCBiZXlvbmQgUGFycXVlIENlbnRyYWwpOyB0aGV5IGhhdmUgYSA3NS13YXR0IG1vZGVsIG9uIGRpc3BsYXksIGJ1dCBjYW4gZ2V0IGFueSBzaXplIHBhbmVsIGRvd24gZnJvbSBTYW4gU2FsdmFkb3IuDQoNCjxiPkZpYmVyZ2xhc3MsIE1pbm9yIFJlcGFpcnMgJmFtcDsgTWF0ZXJpYWxzwqAgKFNlZSBhbHNvOldvb2R3b3JraW5nKSA8L2I+DQoNCjxiPk1hcmluc2EgPC9iPihzZWUg4oCcQ2hhbmRsZXJpZXMsIGJlbG93KSBoYXMgYSBnb29kIHN1cHBseSBvZiBQb2x5ZXN0ZXIgUmVzaW4gYW5kIEZpbGxlcg0KDQooPGI+UHJlc3RvTWFyPC9iPj8/PykgSHVsbCByZXBhaXIsIG1vZGlmeWluZyBjaGFpbmxvY2tlcnMsIHByb3BhbmUgdGFuayBib3hlcywgZXRjLg0KDQo8Yj5GaWx0ZXJzPC9iPg0KDQo8Yj5GaXJlIEV4dGluZ3Vpc2hlciBSZWNoYXJnaW5nPC9iPg0KDQo8Yj7CoCBPeGdhc2E8L2I+IChTZWUgSGFyZHdhcmUpDQoNCjxiPkZ1ZWwgKERpZXNlbCBhbmQgR2Fzb2xpbmUpIDwvYj4NCg0KQmFyaWxsYXMgRnVlbCBEb2NrDQoNCkNoZWNrIHdpdGggdGhlIE9mZmljZSBmb3IgY3VycmVudCBwcmljaW5nDQoNCjxiPkdlbmVyYWwgSGFuZHMgPC9iPg0KDQpGb3IgYm9hdCBjbGVhbmluZywgdmFybmlzaGluZywgaGVhZCBvdmVyaGF1bCwgcnVubmluZyBlcnJhbmRzLCBwaWxvdGluZywgdW5kZXJ3YXRlciB3b3JrLCBvYnRhaW5pbmcgcGFydHMgYW5kIGdlbmVyYWwgcmVwYWlycywgdGhlcmUgYXJlIGxvY2FsIHdvcmtlcnMgcmVhZHksIHdpbGxpbmcgYW5kIGFibGUgdG8gPGI+PC9iPg0KDQpIZWxwOyBhc2sgYXQgdGhlIE1hcmluYSBPZmZpY2UNCg0KPGI+SGFpcmN1dHMsIE1hbmljdXJlcywgUGVkaWN1cmVzIDwvYj4NCg0KPGI+wqAgQmVhdXR5IFNob3A8L2I+IGxvY2F0ZWQgaW4gRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+wqAgUGVsdXF1ZXJvIFJpY2hhcmQ8L2I+LCB3YWxrIHRvIFNjb3RpYUJhbmssIHR1cm4gbGVmdCB3YWxrIG9uZSBibG9jaywgbG9jYXRlZCBvbiB0aGUgY29ybmVyLg0KDQpOdW1lcm91cyBvdGhlciBiYXJiZXIvYmVhdXR5IHNob3BzIGxvY2F0ZWQgYWxvbmcgYm90aCBtYWluIHN0cmVldHMNCg0KPGI+SGFyZHdhcmUgYW5kIENoYW5kbGVyaWVzIDwvYj4NCg0KPGI+TWFyaW5zYTwvYj46IE9ubHkg4oCcTWFyaW5lIFN0b3Jl4oCdIGluIFVzdWx1dGFuLCBjYXRlcnMgbW9zdGx5IHRvIGZpc2hlcm1lbiwgYnV0IHdvcnRoIGEgdmlzaXQ7IHdhbGsgYSBibG9jayBmcm9tIERpc3BlbnNhIERvbiBKdWFuIHdlc3R3YXJkIG9uIFNvdXRoIE1haW4sIHRha2UgYSBsZWZ0LCB3YWxrIDIgYmxvY2tzLCB0YWtlIGEgcmlnaHQsIHdhbGsgMiBibG9ja3MgYW5kIE1hcmluc2EgaXMgb24gdGhlIGNvcm5lcjsgYWxzbyBoYXMgbWVjaGFuaWNzIHdobyB3b3JrIG9uIE91dGJvYXJkIE1vdG9ycyAoc2VlIGJlbG93KQ0KDQo8Yj4yTSBGZXJyZXRlcmlhOiA8L2I+VGhleSBoYXZlIG1vc3QgZXZlcnl0aGluZywgaW5jbHVkaW5nPGI+IDwvYj5zbWFsbCBnYWx2YW5pemVkIGNoYWluLCBzdGFpbmxlc3MgaG9zZSBjbGFtcHMsIGxvdHMgb2Ygb3RoZXIgc3R1ZmYsIHNvbWUgRW5nbGlzaCBzcG9rZW4uIEJpZyBGZXJyZXRlcmlhLCBMb2NhdGVkIGFib3V0IDMgYmxvY2tzIGVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIGFjcm9zcyB0aGUgcm9hZCB0byBQdWVydG8gUGFyYWRhLCBuZWFyIHRoZSBQdWVydGEgT3JpZW50ZSBwbGF6YTxiPjwvYj4NCg0KPGI+RmVycml0ZXJpYSBFbCBCYXJhdGlsbG8gKE9yYW5nZSBCdWlsZGluZyk8L2I+IGFib3V0IDIgYmxvY2tzIEVhc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW47IHRoZXkgaGF2ZSBtb3N0IGV2ZXJ5dGhpbmcNCg0KPGI+RmVycmV0ZXJpYSBBdmlsYSwgYmV0d2VlbiBMYSBQaXJyYXlhIGFuZCBFY29ub1BhcnRlcywgPC9iPmFjcm9zcyBmcm9tIFB1ZXJ0YSBPcmllbnRlPGI+OyA8L2I+dGhlcmUgaXMgYW4gRW5nbGlzaCBTcGVha2VyIGhlcmUuDQoNCjxiPkZlcnJldGVyaWEgU2FuIFJhZmFlbDsgPC9iPmxvY2F0ZWQgb3V0c2lkZSBvZiB0b3duLCBuZWFyIHRoZSBIb3NwaXRhbDsgTGFyZ2UsIGNvbnN0cnVjdGlvbi1vcmllbnRlZCBoYXJkd2FyZSBzdG9yZTsgQmFyaWxsYXMgZHJpdmVyIHdpbGwgc3RvcCB0aGVyZSBvbiB0aGUgd2F5IGJhY2sgdG8gQmFyaWxsYXMgaWYgcmVxdWVzdGVkDQoNCjxiPk94Z2FzYTo8L2I+IFdhbGsgcGFzdCBTY290aWFCYW5rIHRvIDxiPlBvbGxvIENhbXBlcm8vRGEgVml2aWVuZGE8L2I+LCBUdXJuIGxlZnQgYW5kIHdhbGsgdHdvIGJsb2NrcyB0byA8Yj5PeGdhc2E8L2I+OyB5b3Ugd2lsbCBmaW5kIG1lZGljYWwgc3VwcGxpZXMsIFN0YW5sZXksIFNraWwgYW5kIEJvc2NoIGhhbmQgYW5kIHBvd2VyIHRvb2xzLCBzYWZldHkgZ2VhciBhbmQgc2hvZXMsIHdlbGRpbmcgbWFjaGluZXMsIGN1dHRpbmcgYW5kIGJ1cm5pbmcgcmlncywgbW90b3JzLCBnZW5lcmF0b3JzLCBwdW1wcywgTy1SaW5ncywgdGhlIGxpc3QgZ29lcyBvbiBhbmQgb27igKZhbmQsIHRoZXkgd2lsbCBzZWxsIHlvdSBhIG5ldyBmaXJlIGV4dGluZ3Vpc2hlciwgb3IgcmVjaGFyZ2UgeW91ciBvbGQgb25lLg0KDQo8Yj5PdGhlcnPigKY8L2I+DQoNCjxiPkltcG9ydGluZyBQYXJ0cyBpbnRvIEVsIFNhbHZhZG9yDQo8L2I+PGI+RmVkZXgNCjwvYj48Yj5ESEwNCjwvYj48Yj5UcmFucyBFeHByZXNzIChtYWlsIGZvcndhcmRlcik6IDwvYj5TaGlwcGluZyBldmVyeSBGcmlkYXkgZnJvbSBNaWFtaSAoMyBkYXlzIHRvIFNhbiBTYWx2YWRvcikuDQo8Yj5DbGVhciBGcmVpZ2h0IChDYXJnbyBGb3J3YXJkZXIpOiA8L2I+U2hpcHBpbmcgZXZlcnkgRnJpZGF5IGZyb20gTWlhbWkgKDcgZGF5cyB0byBTYW4gU2FsdmFkb3IpOyBDbGVhckZyZWlnaHQgY29udGFjdCBpbmZvOg0KPGI+S2F0dGlhIEUuIEZhbmRpbm8NCjwvYj48Yj5PY2VhbiBFeHBvcnQ8L2I+DQoNCkNsZWFyZnJlaWdodCBJbmMuDQo5NzA0IE5XIDE3dGggU3QuDQpNaWFtaSwgRkwgMzMxNzINClBoLjMwNS01OTItNDQ0NiBleHQuMTMxMQ0KRmF4LjMwNS01OTItMzEzOQ0Kd3d3LmNsZWFyZnJlaWdodC5jb20NCmUtbWFpbDrCoGthdHRpYUBjbGVhcmZyZWlnaHQuY29tDQoNCjxiPkNvb3JkaW5hdGUgeW91ciBzaGlwcGluZyB3aXRoIHRoZSBNYXJpbmEgT2ZmaWNlPC9iPg0KDQo8Yj5MaWZlcmFmdCBJbnNwZWN0aW9uPC9iPg0KDQo8Yj5NYWNoaW5lIFNob3AgPC9iPg0KDQo8Yj5UYWxsZXIgTWVyY2VkPC9iPiwgYSBmdWxsLXNlcnZpY2UgbWFjaGluZSBzaG9wIGNvbXBsZXRlIHdpdGggbGF0aGVzLCBtaWxsaW5nIG1hY2hpbmVzLCBwcmVzc2VzLCBldGMuOyB2ZXJ5IGdvb2QgcXVhbGl0eSB3b3JrLiBUaGVyZSBpcyBhIHdlbGQgc2hvcCBhc3NvY2lhdGVkIHdpdGggdGhpcyBzaG9wIChzZWUgYmVsb3cpDQoNCjxiPk1BUklORSBFTEVDVFJJQ0lBTlMgPC9iPg0KDQo8Yj5NZWNoYW5pY3M8L2I+DQoNCjxiPk1lZGljYWwgPC9iPg0KDQo8Yj5QaGFybWFjaWVzPC9iPiBhcmUgZXZlcnl3aGVyZSBhbmQgeW91IHdpbGwgZmluZCBtb3N0IG9mIHlvdXIgcHJlc2NyaXB0aW9uIG5lZWRzIGF2YWlsYWJsZSBhbmQgcmVhc29uYWJseSBwcmljZWQuIFByaWNlcyB2YXJ5IGNvbnNpZGVyYWJseSBhbW9uZyB0aGUgcGhhcm1hY2llcywgYW5kIGV2ZW4gYW1vbmcgYnJhbmNoZXMgb2YgdGhlIHNhbWUgcGhhcm1hY3kuwqAgSXQgcGF5cyB0byBzaG9wIGFyb3VuZC7CoCBNYW55IGRydWdzIHRoYXQgYXJlIHByZXNjcmlwdGlvbiBvbmx5IGluIG90aGVyIGNvdW50cmllcyBjYW4gYmUgcHVyY2hhc2VkIG92ZXItdGhlLWNvdW50ZXIgaW4gRWwgU2FsdmFkb3IuwqAgTW9zdCBwaGFybWFjaWVzIGhhdmUgcmVmZXJlbmNlIGJvb2tzIHRvIGZpbmQgYSBnZW5lcmljIGVxdWl2YWxlbnQgb2YgbmFtZS1icmFuZCBkcnVncy4NCg0KPGI+UGhhcm1hY2lhIEJyYXNpbDo8L2I+IFRoZXJlIGFyZSBhIG51bWJlciBvZiB0aGVzZSBhcm91bmQgdG93biwgb25lIGlzIG5leHQgdG8gRGlzcGVuc2EgRG9uIEp1YW47IHRoZSBzdGFmZiBpbiB0aGlzIG9uZSBhcmUgdmVyeSBmcmllbmRseSBhbmQgaGVscGZ1bCwgYW5kIGFjY3VzdG9tZWQgdG8gZGVhbGluZyB3aXRoIENydWlzZXJzDQo8aDQ+PGI+SE9TUElUQUxTICZhbXA7IEVNRVJHRU5DWSAoU2FsYSBkZSBVcmdlbmNpYXMpOsKgPC9iPjwvaDQ+DQo8dGFibGUgd2lkdGg9IjU4OSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KPHRib2R5Pg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5ET0NUT1JTIFVTVUxVVEFOPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBJTlRFUk5BPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkFMVkFSQURPIFZJTExFREEgTUFOVUVMIEFOVE9OSU88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+MkEgQ0FMTEUgT1JJRU5URSAjMTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5NRURJQ0lOQSBHRU5FUkFMPC9zdHJvbmc+PC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjxzdHJvbmc+wqA8L3N0cm9uZz48L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPk1BUlRFTEwgUlVJWiBCRU5KQU1JTiBBTlRPTklPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPkNBIEdSSU1BTERJIE0gMjI8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkZGRkYiIHdpZHRoPSIyNTkiPkNBU1RJTExPIFBFUkRPTU8gUEVEUk8gQU5UT05JTzwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIFBURSBOUiAxMzwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+RFVBTkVTIFBBTE9NTyBMVUNJQSBDTEFSSUJFTDwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj40QSBDIE9URSAyMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+TE9QRVogVkVHQSBFREdBUkRPIEFSTUFORE88L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+Q0FMTEUgRFIuIEZFREVSSUNPIFBFTkFETyAjIDQgRURJRklDSU8gQU5EQTwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+PHN0cm9uZz5FQVIgTk9TRSBUSFJPQVQ8L3N0cm9uZz48L3RkPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RUVGRiIgd2lkdGg9IjMzMSI+PHN0cm9uZz7CoDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkIHZhbGlnbj0iYm90dG9tIiBub3dyYXA9Im5vd3JhcCIgYmdjb2xvcj0iI0U2RkZGRiIgd2lkdGg9IjI1OSI+R0FSQVkgQ0FDRVJFUyBKT1NFIFZJUkdJTElPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjFBIENBIFBPTklFTlRFIDEzPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij48c3Ryb25nPlVST0xPR0lTVDwvc3Ryb25nPjwvdGQ+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZFRUZGIiB3aWR0aD0iMzMxIj48c3Ryb25nPsKgPC9zdHJvbmc+PC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQgdmFsaWduPSJib3R0b20iIG5vd3JhcD0ibm93cmFwIiBiZ2NvbG9yPSIjRTZGRkZGIiB3aWR0aD0iMjU5Ij5CRVJOQUJFTCBDQcORQVMgTFVJUyBHRVJBUkRPPC90ZD4NCjx0ZCB2YWxpZ249ImJvdHRvbSIgbm93cmFwPSJub3dyYXAiIGJnY29sb3I9IiNFNkVFRkYiIHdpZHRoPSIzMzEiPjZBIENMIE9URSBOIDEwPC90ZD4NCjwvdHI+DQo8L3Rib2R5Pg0KPC90YWJsZT4NCjxiPlNhbiBTYWx2YWRvcjwvYj4NCg0KQ0FSRElPVkFTQ1VMQVINCkRFUk1BVE9MT0dJU1QNCkRFTlRJU1QNCkVBUiBOT1NFIEFORCBUSFJPQVQNCkdZTk9DT0xPR1kNCk9QVE9NRVRSWQ0KT1JUSE9QRURJQw0KUExBU1RJQyBTVVJHRVJZDQpVUk9MT0dZDQpQSFlTSUNBTCBUSEVSQVANCg0KPGI+TGFib3JhdG9yaWVzOjwvYj4NCg0KVGhlcmUgYXJlIG1hbnkgbGFicyBmcm9tIHdoaWNoIHRvIGNob29zZS7CoCBIZXJlIGFyZSBzb21lIHN1Z2dlc3Rpb25zOg0KDQo8Yj5IZW1vIFBsdXM8L2I+IEJsb29kIFRlc3RpbmcsIG5leHQgdG8gdGhlIEJhbmNvIGRlIEFtZXJpY2EgQ2VudHJhbCwgYWNyb3NzIGZyb20gdGhlIENlbnRyYWwgUGFyaw0KDQo8Yj5PdGhlcnM6PC9iPg0KDQo8Yj5PdXRib2FyZCBNb3RvcnMsIHNhbGVzLCBwYXJ0cywgcmVwYWlyczwvYj4NCg0KPGI+TWFyaW5zYTo8L2I+IChHZXQgaW5mbyBmcm9tIEdhYnJpZWwpX19fX19fX19fDQoNCjxiPlRhbGxlciBMaXphbWE6IDwvYj5Qcm9wZWxsZXIgUmVwYWlyOyByZXBsYWNlIHdvcm4gb3V0IHJ1YmJlciBpbnNlcnQgd2l0aCBhIGJ1c2hpbmcgYW5kIHNldCBzY3Jld3MuIExvY2F0ZWQgYWJvdXQgYSBibG9jayBXZXN0IG9mIEZlcnJldGVyaWEgPGI+U2FuIFJhZmFlbDwvYj4sIG5lYXIgdGhlIEhvc3BpdGFs4oCmQmFyaWxsYXMgZHJpdmVyIHdpbGwgdGFrZSB5b3UgdGhlcmUNCg0KVGhlcmUgaXMgYWxzbyBhbiBvdXRib2FyZCBNZWNoYW5pYyBpbiA8Yj5QdWVydG8gUGFyYWRhPC9iPg0KDQo8Yj5QYWludCAmYW1wOyBQYWludGVycyA8L2I+DQoNCjxiPlNoZXJtYW4gV2lsbGlhbXMgPC9iPihTb3VyY2Ugb2YgQW50aWZvdWxpbmcgQm90dG9tIFBhaW50KTogTG9jYXRlZDxiPiA8L2I+YSBibG9jayBXZXN0IG9mIHRoZSBQYXJxdWUgQ2VudHJhbCwgb24gTm9ydGggTWFpbiAoY2xvc2VkIGZvciBzaWVzdGEpDQoNCjxiPkNvbWV4PC9iPjsgQWNyb3NzIHRoZSBTdHJlZXQgZnJvbSBTY290aWFCYW5rOyBFbmdsaXNoIFNwb2tlbiBIZXJlDQoNCjxiPk90aGVyPzwvYj4NCg0KPGI+UGFpbnRlcnM6IDwvYj4NCg0KS2VlcCBhIGNsb3NlIGV5ZSBvbiB5b3VyIHByb2plY3QgYW5kIGFuIGV4Y2VsbGVudCBqb2Igc2hvdWxkIGJlIHlvdXIgcmV3YXJkIGF0IGxlc3MgdGhhbiBVUyBwcmljZXMuIFRoZXNlIG1lbiBjYW4gZG8gZXhjZWxsZW50IGZpbmlzaGluZyB3b3JrIChhbHRob3VnaCBhdCB0aW1lcyBtYXkgaW5kdWxnZSBpbiBzaG9ydCBjdXRzIHNvIGJlIHdhcm5lZCkuWW91IG1heSBoYXZlIHRvIGV4cGxhaW4g4oCcY3V0dGluZyBpbuKAnSBhbmQgbWFza2luZyB0byB0aGUgcGFpbnRlcnMNCg0KUGxlYXNlIGRyYXcgdXAgYSB3cml0dGVuIGFncmVlbWVudCBiZWZvcmUgc3RhcnRpbmcgYW55IG1ham9yIHByb2plY3QuIEJlIHdhcnkgb2YgdGhlIGxvd2VzdCBxdW90YXRpb24gc2luY2Ugd2hlbiBhIHByb2plY3Qgc3RhcnRzIGl0IG1heSBiZSBkaWZmaWN1bHQgdG8gbWFpbnRhaW4gdGhlIG9yaWdpbmFsIGFncmVlbWVudC4NCg0KUmVtZW1iZXIsIHlvdSBnZXQgd2hhdCB5b3UgPGI+SU48L2I+c3BlY3QsIG5vdCB3aGF0IHlvdSA8Yj5FWDwvYj5wZWN04oCmDQoNCkFzayB0aGUgTWFyaW5hIE9mZmljZSBmb3IgbW9yZSBpbmZvcm1hdGlvbg0KDQo8Yj5QaG90byBTaG9wwqAgPC9iPg0KDQo8Yj5QaG90byBFeHBvLCA8L2I+QSBIYWxmLUJsb2NrIGJleW9uZCBTY290aWFCYW5rLCBvbiBOb3J0aCBNYWluOyBwaG90byBhbmQgY2FtZXJhIHN1cHBsaWVzLCDCoHBhc3Nwb3J0IHBob3RvcywgZXRjDQoNCjxiPlBvc3QgT2ZmaWNlPC9iPg0KDQo8Yj5Qcm9wYW5lIDwvYj4NCg0KTWFrZSBhcnJhbmdlbWVudHMgd2l0aCB0aGUgTWFyaW5hDQoNClVTLXR5cGUgdmFsdmVzIGNhbiBiZSBmaWxsZWQNCg0KPGI+UHJvdmlzaW9uaW5nPC9iPg0KDQo8Yj5EaXNwZW5zYSBEb24gSnVhbjwvYj46IFRoZSBCYXJpbGxhcyBNaW5pLUJ1cyBkZXN0aW5hdGlvbiwg4oCcVVMtU3R5bGXigJ0gU3VwZXJtYXJrZXQsIGlzIHF1aXRlIGZ1bGx5IHN0b2NrZWQuDQoNCjxiPlN1cGVyIFNlbGVjdG9zPC9iPjogVHdvIGxvY2F0aW9ucywgb25lIGEgZmV3IGJsb2NrcyBFYXN0IG9mIERpc3BlbnNhIERvbiwgaW4gUHVlcnRhIE9yaWVudGUgc2hvcHBpbmcgY2VudGVyIChqdXN0IGJleW9uZCB0aGUgRmVycml0ZXJpYSAyTSksIGFuZCBvbmUgYSBmZXcgYmxvY2tzIGJhY2sgdG93YXJkIEJhcmlsbGFzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4gb24g4oCcU291dGggTWFpbuKAnSwganVzdCBiZXlvbmQgPGI+RGlzcGVuc2E8L2I+IDxiPkZhbWlsaWFyPC9iPjsgVGhlc2UgYXJlIGFsc28g4oCcVVMgU3R5bGXigJ0sIGFuZCB5b3UgbWF5IGZpbmQgaXRlbXMgaGVyZSB0aGF0IGFyZSBub3QgYXZhaWxhYmxlIGluIERvbiBKdWFuDQoNCjxiPkRpc3BlbnNhIEZhbWlsaWFyPC9iPjsgb24g4oCcU291dGggTWFpbuKAnSwganVzdCBhY3Jvc3MgZnJvbSB0aGUgbmV3IHZlZ2V0YWJsZSBtYXJrZXQ7IHZldGVyYW5zIG9mIHRoZSBSaW8gRHVsY2Ugd2lsbCByZWNvZ25pemUgdGhpcyBzdG9yZS4NCg0KPGI+VGllbmRhIEdBTE88L2I+OiBTaW1pbGFyIHRvIERpc3BlbnNhIEZhbWlsaWFyLCBPbmUgaXMgYWNyb3NzIHRoZSBzdHJlZXQgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiwgYW5vdGhlciBpcyBhIGZldyBibG9ja3MgZnVydGhlciBFYXN0LCBzb3J0IG9mIGFjcm9zcyBmcm9tIHRoZSBGZXJyZXRlcmlhIDJNDQoNCjxiPkNlbnRyYWwgTWFya2V0PC9iPjogSW1wb3NzaWJsZSB0byBtaXNzOyB0aGUgb2xkZXIgc2VjdGlvbiBnb2VzIG9uIGZvciBibG9ja3MgYWxvbmcgYW5kIE5vcnRoIG9mIE5vcnRoIE1haW4sIGFuZCB0aGUg4oCcbmV34oCdIHNlY3Rpb24sIGVuY2xvc2VkIGJ5IGNoYWluIGxpbmsgZmVuY2VzLCBpcyBiZXR3ZWVuIE5vcnRoIGFuZCBTb3V0aCBNYWluLCBuZWFyIDxiPlBpenphIEh1dCwgV2VuZHnigJlzIGFuZCBQb2xsbyBDYW1wZXN0cm88L2I+DQoNClRoZXJlIGFyZSBhbHNvIDxiPldhbG1hcnQsIFNlYXJzLCBSYWRpbyBTaGFjaywgT2ZmaWNlIGRlcG90LCBQcmljZSBDbHViPC9iPiwgYW5kIG90aGVyIGxpa2Ugc3RvcmVzIGluIFNhbiBTYWx2YWRvcg0KDQo8Yj5SZWZyaWdlcmF0aW9uICZhbXA7IEFpciBDb25kaXRpb25pbmc8L2I+DQo8aDQ+PGI+UmVzdGF1cmFudHMgPC9iPjwvaDQ+DQo8Yj5XZW5keeKAmXMsPC9iPiA8Yj5CdXJnZXIgS2luZzwvYj4gYW5kIDxiPlBvbGxvIENhbXBlc3RyZTwvYj4gYXJlIG5lYXIgRGlzcGVuc2EgRG9uIEp1YW4NCg0KPGI+4oCcQmlnZ2VzdOKAnTwvYj4gSGFtYnVyZ2VyIGlzIGFib3V0IGEgYmxvY2sgYW5kIGEgaGFsZiBiZXlvbmQgU2NvdGlhQmFuaw0KDQpUaGVyZSBpcyBhIDxiPnNtYWxsIGNhZmV0ZXJpYTwvYj4gaW5zaWRlIG9mIERpc3BlbnNhIERvbiBKdWFuDQoNCjxiPsKgTGEgUGlycmF5YTwvYj4gUmVzdGF1cmFudCBhbmQgSG90ZWwgaXMgbG9jYXRlZCBhY3Jvc3MgZnJvbSB0aGUgUHVlcnRhIE9yaWVudGUgUGxhemENCg0KVGhlcmUgYXJlIG51bWVyb3VzIHNtYWxsIOKAnDxiPkNvbWVkb3JzPC9iPuKAnSBpbiB0aGUgYXJlYSwgYXMgd2VsbCBhcyBzaWRld2FsayB2ZW5kb3JzDQoNCjxiPlJpZ2dpbmcgPC9iPg0KDQpUaGVyZSBpcyBubyBwcm9mZXNzaW9uYWwgcmlnZ2luZyBzaG9wIGluIFVzdWx1dGFuDQoNCjxiPlNhaWwgUmVwYWlyLCBDYW52YXMsIFVwaG9sc3RlcnkgJmFtcDsgRmFicmljczwvYj4NCg0KPGI+RGlzcGVuc2EgZGUgVGVsYXM8L2I+OiBIZXJl4oCZcyBvbmUgZm9yIHRoZSBMYWRpZXM6IExhcmdlIGZhYnJpYyBzdG9yZSwgYWNyb3NzIGZyb20gRGlzcGVuc2EgRG9uIEp1YW4sIGFuZCBhbm90aGVyIG9uZSBvZiB0aGUgc2FtZSBuYW1lIGFib3V0IGEgYmxvY2sgdXAgZnJvbSBEaXNwZW5zYSBEb24gSnVhbiBvbiBOb3J0aCBNYWluLiBBIGh1Z2Ugc2VsZWN0aW9uIG9mIGZhYnJpY3MsIGFuZCAz4oCdIGZvYW0gZm9yIGN1c2hpb25zDQoNCjxiPk5vIGluZm8sIHlldCwgb24gU2FpbCBSZXBhaXI8L2I+4oCmDQo8aDQ+PGI+U0VXSU5HIE1BQ0hJTkUgUkVQQUlSUyBBTkQgU0VSVklDRSA8L2I+PC9oND4NCjxiPkNvbmZlY2Npb25lcyBHcmFuYWRvczwvYj4gKGl0IHNheXMg4oCcPGI+QWxtYWNlbmVzIEdyYW5hZG9zPC9iPuKAnSBvbiB0aGUgcG9ydGljbyksIDMgQmxvY2tzIHdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIE5vcnRoIE1haW47IGluIGFkZGl0aW9uIHRvIGZhYnJpY3MsIGN1c2hpb24gZm9hbSwgYW5kIG90aGVyIGl0ZW1zLCB0aGV5IHJlcGFpciBzZXdpbmcgbWFjaGluZXMsIGFuZCBoYXZlIGEgbGFyZ2Ugc3VwcGx5IG9mIFBvbHllc3RlciB0aHJlYWQsIGluIGFuIGFzc29ydG1lbnQgb2YgY29sb3JzLg0KPGg0PjxiPlNob3BwaW5nIDwvYj48L2g0Pg0KQSB3YWxrIGRvd24gZWl0aGVyIG9mIHRoZSDigJxtYWlu4oCdIHN0cmVldHMsIGFuZCB0aGUgc2lkZSBzdHJlZXRzIHdpbGwgZXhwb3NlIHlvdSB0byBhbGwga2luZHMgb2Ygc2hvcHBpbmcgb3Bwb3J0dW5pdGllcywgZnJvbSBmdXJuaXR1cmUgc3RvcmVzLCB0byBzcG9ydGluZyBnb29kcywgY2xvdGhpbmcsIGhhcmR3YXJlLCBob3VzZWhvbGQgZ29vZHMsIGFuZCB0aGUgbGlrZTsgdGhlIGNlbnRyYWwgbWFya2V0IGlzIGh1Z2UsIHdpdGggd2F5IHRvbyBtYW55IGl0ZW1zIGF2YWlsYWJsZSB0byBiZSBsaXN0ZWQgaGVyZSwgYnV0IGhlcmUgYXJlIHNvbWUgY2hvaWNlczoNCg0KPGI+QXJ0ZXNlbmlhcyBIZWxlbjogPC9iPkZsYWdzIG9mIGFsbCBzaXplcywgVC1TaGlydHMsIEJhbGwgQ2FwcywgYW5kIGhhbmQtbWFkZSBzb3V2ZW5pciBjcmFmdHMgYnkgbG9jYWwgQXJ0aXNhbnM7IHdhbGsgdG8gU2NvdGlhQmFuayBvbiBOb3J0aCBNYWluLCB0YWtlIGEgcmlnaHQsIHdhbGsgdHdvIGJsb2NrcywgdGFrZSBhIGxlZnQsIHRoZSBzaG9wIGlzIGp1c3QgYSBjb3VwbGUgb2YgZG9vcnMgZG93biBvbiB5b3VyIGxlZnTigKYNCg0KPGI+UGF5bGVzcyBTaG9lIFNvdXJjZTwvYj46IEFub3RoZXIgb25lIGZvciB0aGUgTGFkaWVz4oCmb25lIGJsb2NrIGZ1cnRoZXIgZG93biB0aGUgc3RyZWV0IGZyb20gU2NvdGlhQmFuaw0KDQo8Yj5MaWJyZXJpYSBNb250ZW5lZ3JvOiA8L2I+QWxsIGtpbmRzIG9mIHBhcGVyIGFuZCBvZmZpY2Ugc3VwcGxpZXM7IGFib3V0IDUgYmxvY2tzIFdlc3Qgb2YgRGlzcGVuc2EgRG9uIEp1YW4sIG9uIFNvdXRoIE1haW4uDQoNCjxiPkljZSBDcmVhbSBQYXJsb3I6IDwvYj5UaGVyZSBhcmUgYSBudW1iZXIgb2YgdGhlc2UgYXJvdW5kIHRvd24sIHRoZSBIZWxlcmlhIE5pdmVyaWEgcmlnaHQgbmV4dCBkb29yIHRvIERpc3BlbnNhIERvbiBKdWFuIGlzIGEgd2VsY29tZSBwbGFjZSB0byB3YWl0IG9uIHRoZSBkZXBhcnR1cmUgb2YgdGhlIE1pbmlCdXMuDQoNCjxiPlNwYW5pc2ggTGVzc29uczwvYj4NCg0KPGI+U3RhaW5sZXNzIFN0ZWVsICZhbXA7IEFsdW1pbnVtIDwvYj4NCg0KU2VlIOKAnFdlbGRpbmcgU2hvcOKAnSwgYmVsb3cNCg0KPGI+VGFpbG9yaW5nIC8gU2V3aW5nOjwvYj4NCg0KPGI+QmF6YXIgTmVsc29uOyA8L2I+cGFzcyBieSBTY290aWEgQmFuaywgdGFrZSBhIHJpZ2h0IGF0IFBheWxlc3MgU2hvZSBTb3VyY2UsIHdhbGsgYSBmZXcgZG9vcnMgdXAgdGhlIHN0cmVldCwgdGhlIEJhemFyIGlzIG9uIHRoZSByaWdodDsgQWx0ZXJhdGlvbnMsIGV0YywgU2luZ2VyIHRyZWFkbGUgc2V3aW5nIG1hY2hpbmUsIHByaWNlcyB2ZXJ5IHJlYXNvbmFibGUuDQo8aDQ+PGI+VGVsZXBob25lczwvYj48L2g0Pg0KVGhlIG1haW4gPGI+VElHTzwvYj4gc3RvcmUgYW5kIHRoZSBtYWluIDxiPkRpZ2ljZWw8L2I+IHN0b3JlIGFyZSBsb2NhdGVkIG9uIFNvdXRoIE1haW4gYWJvdXQgMyBibG9ja3MgZnJvbSB0aGUgRGlzcGVuc2EgRG9uIEp1YW4sIGp1c3QgZG93biB0aGUgc3RyZWV0IGZyb20gPGI+UGVsdXF1ZXJpYSBSaWNoYXJkPC9iPg0KDQpUaGUgbWFpbiA8Yj5DTEFSTyA8L2I+c3RvcmUgaXMgb24gTm9ydGggTWFpbiwgYWJvdXQgNCDCvSBibG9ja3MgZnJvbSBEaXNwZW5zYSBEb24gSnVhbg0KDQpUaGVyZSBhcmUgbnVtZXJvdXMga2lvc2tzIHRoYXQgY2FuIHNlbGwgeW91IG1pbnV0ZXMsIGJ1dCBmb3IgZnVsbCBzZXJ2aWNlLCBjb21wdXRlciBtb2RlbSDigJxzdGlja3PigJ0sIGV0YywgZ28gdG8gdGhlIG1haW4gc3RvcmUuDQoNClBob25lIGNhcmRzIGNhbiBiZSBwdXJjaGFzZWQgaW4gUGhhcm1hY2llcywgZ3JvY2VyeSBzdG9yZXMgYW5kIGZyb20gc3RyZWV0IHZlbmRvcnMgd2VhcmluZyBhZHZlcnRpc2VtZW50IGFwcm9ucy4NCg0KPGI+VGhlIGZvbGxvd2luZyBuZWVkcyB0byBiZSByZXZpZXdlZCwgY2hhbmdlZCwgZXRjOjwvYj4NCg0KRWwgU2FsdmFkb3IgQ291bnRyeSBDb2RlOiBfX19fwqDCoCAuDQoNCkEgY2FsbCBjYW4gYmUgbWFkZSB0byB0aGUgVS5TLiBvciBvdGhlciBjb3VudHJpZXMgdXNpbmcgb25lIG9mIEVsIFNhbHZhZG9y4oCZcyBsb25nIGRpc3RhbmNlIGRpcmVjdC1kaWFsIGNvbXBhbmllcyAoMDA1KzErYXJlYSBjb2RlK251bWJlcikuDQoNCkEgY2VsbCBwaG9uZSBjYW4gYmUgcHVyY2hhc2VkIGF0IG1hbnkgcGxhY2VzLg0KDQpZb3UgY2FuIG1ha2UgaW50ZXJuYXRpb25hbCBjYWxscyB1c2luZyB0aGUgaW50ZXJuZXQgdGhyb3VnaCB0aGUgU2t5cGUgc2VydmljZS4NCg0KRWFjaCBjZWxsIHBob25lIGNvbXBhbnkgaGFzIGEgZGlmZmVyZW50IGFjY2VzcyBjb2RlIGZvciBpbnTigJlsIGNhbGxzOg0KDQpUSUdPOsKgwqDCoCAwMCA0MTQgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQoNCk1vdmlzdGFyOsKgIDAwIDkgKHRoZW4gY291bnRyeSBjb2RlIGFuZCBudW1iZXIpDQo8aDQ+PGI+VGhlYXRlciAmYW1wOyBNb3ZpZXM8L2I+PC9oND4NCjxiPlRyYXZlbCBBZ2VuY2llcyAmYW1wOyBBaXJsaW5lczwvYj4NCg0KPGI+T3V0LW9mLXRvd248L2I+DQoNCklmIHlvdSBhcmUgcGxhbm5pbmcgdG8gdHJhdmVsIHdpdGhpbiBFbCBTYWx2YWRvciwgaXQgaXMgaW1wb3J0YW50IHRvIGtlZXAgaW4gbWluZCB0aGF0IHdoaWxlIHNlY3VyaXR5IGhhcyBncmVhdGx5IGltcHJvdmVkIHRocm91Z2hvdXQgbXVjaCBvZiB0aGUgY291bnRyeSwgc29tZSBqb3VybmV5cyBieSByb2FkIGNvbnRpbnVlIHRvIHByZXNlbnQgYSByaXNrISBJdCBtYXkgYmUgc2FmZXIgdG8gZmx5LCBhbmQvb3IgbWFrZSBhcnJhbmdlbWVudHMgd2l0aCBhIHRvdXIgb3BlcmF0b3IuDQoNCjxiPlZldGVyaW5hcnkgQ2xpbmljczwvYj4NCg0KPGI+V2VsZGluZyBTaG9wOjwvYj4NCg0KTG9jYXRlZCBhZGphY2VudCB0bywgYW5kIGFmZmlsaWF0ZWQgd2l0aCwgPGI+VGFsbGVyIE1lcmNlZDwvYj4gKHRoZSBtYWNoaW5lIHNob3ApLCB0aGlzIHNob3AgY2FuIHdlbGQgbWlsZCBzdGVlbCwgc3RhaW5sZXNzLCBhbHVtaW51bSwgYW5kIGFsc28gd29yayB3aXRoIGJyYXNzIG9yIGJyb256ZS4NCg0KPGI+UHJlc3RvbWFyOjwvYj4gQm9hdHlhcmQgbmV4dCB0byBCYXJpbGxhcw0KDQo8Yj5Xb29kd29ya2luZzwvYj4NCg0KPGI+V29vZCBTdXBwbGllcyAoSSBzYXcgYSBzbWFsbCDigJxsdW1iZXIgeWFyZCkgdXAgdGhlIHN0cmVldCBhY3Jvc3MgZnJvbSB0aGUgRGlzcGVuc2HigKY8L2I+DQo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5CYXJpbGxhcyBBY3Rpdml0aWVzPC9iPjwvaDQ+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiPlN3aW1taW5nPC9iPjogVGhlcmUgYXJlIHRocmVlIHBvb2xzIGF0IEJhcmlsbGFzIE1hcmluYSBDbHViOyB0aGUgbWFpbiBwb29sIGlzIGFib3V0IDUgwr0gZmVldCBkZWVwIGF0IHRoZSBmYXIgZW5kLCB0aGVyZSBpcyBhIHNoYWxsb3cgS2lkZGllIFBvb2wsIGFuZCBhIEphY3V6emllLXN0eWxlIHBvb2wsPC9wPg0KPGI+SG9yc2ViYWNrIFJpZGluZzwvYj4NCg0KPGI+TmF0dXJlIFdhbGtzPC9iPg0KDQo8Yj5Nb25rZXlzPC9iPg0KDQo8Yj5CZWFjaCBFeGN1cnNpb25zPC9iPg0KDQo8Yj5GbG9hdGluZyBSZXN0YXVyYW50PC9iPg0KDQo8Yj5QdWVydG8gUGFyYWRhPC9iPiBpcyBhbiBpbnRlcmVzdGluZyBzaWRlIHRyaXAgYnkgZGluZ2h5IGZyb20gQmFyaWxsYXM7IGl04oCZcyBhIDUtbWlsZSwgMjAtbWludXRlIHRyaXAgaW4gYSBwbGFubmluZyBkaW5naHksIGFuZCBzaG91bGQgYmUgc2NoZWR1bGVkIGFyb3VuZCBoaWdoIHRpZGUsIGFzIHRoZSB3YXRlciBnZXRzIHByZXR0eSBzaGFsbG93IG9uIGVhY2ggc2lkZSBvZiB0aGUgTG93czsgc2VlIHRoZSBtYXAsIGJlbG93DQoNClB1ZXJ0byBQYXJhZGEgaXMgYWJvdXQgNSBtaWxlcyBzb3V0aCBvZiBVc3VsdXRhbiAodGhlIHJvYWQgc3RhcnRzIGF0IHRoZSBpbnRlcnNlY3Rpb24gbmVhciBGZXJyZXRlcmlhIDJNIGFuZCB0ZXJtaW5hdGVzIGF0IFB1ZXJ0byBQYXJhZGEpLg0KDQpBdCB0aGUgUG9ydCwgeW91IHdpbGwgZmluZCBhIHJhbXAgd2l0aCAxNSBvciBzbyBwYW5nYXMsIHdoaWNoIGZlcnJ5IHBlb3BsZSBhbmQgbWF0ZXJpYWwgdG8gYW5kIGZyb20gdGhlIHZhcmlvdXMgaXNsYW5kcyBpbiBCYWhpYSBKaXF1aWxpc2NvOyBpbiBhZGRpdGlvbiB0byB0aGUgdHJhbnNwb3J0YXRpb24gYWN0aXZpdHksIHRoZXJlIGlzIGEgc21hbGwgdGllbmRhLCBhIGNvdXBsZSBvZiBzbWFsbCByZXN0YXVyYW50cywgYW5kIHNvbWUgdmVyeSBmcmllbmRseSBsb2NhbCBmb2xrczsgc29tZSBFbmdsaXNoIHNwb2tlbiBoZXJlLiBMYW5kIHlvdXIgZGluZ2h5IG9uIHRoZSBzbWFsbCByYW1wIGJleW9uZCB0aGUgbmVzdCBvZiBtb29yZWQgcGFuZ2FzLg0KDQpBcyBhbiBhZGRpdGlvbmFsIGF0dHJhY3Rpb24sIHdoZW4gcmV0dXJuaW5nIGZyb20gdGhlIFBvcnQsIHRoZSBmaXJzdCBsYXJnZSByaXZlciwgb24gdGhlIHdlc3Qgc2lkZSBvZiB0aGUgbWFpbiByaXZlciB0byBCYXJpbGxhcywgY3V0cyB0aHJvdWdoIHRoZSBtYW5ncm92ZXMgU291dGggb2YgdGhlIE1hcmluYSBhbmQgY29tZXMgb3V0IG9uIHRoZSDigJxzaHJpbXAgYm9hdCBzaWRl4oCdIG9mIHRoZSBlc3R1YXJ5OyBpdCBpcyBhIHZlcnkgc2NlbmljIHJpZGUuIFRoaXMgcml2ZXIgY2FuIGJlIGlkZW50aWZpZWQgYnkgYSBsYXJnZSBmaXNoaW5nIHNoYWNrIG9uIHRoZSBOb3J0aCBzaWRlIG9mIHRoZSBlbnRyYW5jZTsgdGhlIHJpdmVyIGlzIHdpZGUsIGRlZXAgYW5kIHdpbmRpbmcuDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlVTVUxVVEFOIENJVFkgU1RSRUVUIE1BUDwvYj48L3A+DQo8aWZyYW1lIHNyYz0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1zX3EmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9VXN1bHV0YW4mYW1wO3NsbD0xMy43NzQ1MjgsLTg5LjE1NzM5OSZhbXA7c3Nwbj0wLjgxMjI3NCwxLjM1MjY5MiZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4zNDYwNCwtODguNDMxNTg3JmFtcDtzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDt6PTE0JmFtcDtvdXRwdXQ9ZW1iZWQiIGhlaWdodD0iMzUwIiB3aWR0aD0iNDI1IiBmcmFtZWJvcmRlcj0iMCIgbWFyZ2lud2lkdGg9IjAiIG1hcmdpbmhlaWdodD0iMCIgc2Nyb2xsaW5nPSJubyI+PC9pZnJhbWU+DQo8c21hbGw+PGEgc3R5bGU9ImNvbG9yOiAjMDAwMGZmOyB0ZXh0LWFsaWduOiBsZWZ0OyIgaHJlZj0iaHR0cHM6Ly9tYXBzLmdvb2dsZS5jb20uc3YvbWFwcz9mPXEmYW1wO3NvdXJjZT1lbWJlZCZhbXA7aGw9ZXMtNDE5JmFtcDtnZW9jb2RlPSZhbXA7cT1Vc3VsdXRhbiZhbXA7c2xsPTEzLjc3NDUyOCwtODkuMTU3Mzk5JmFtcDtzc3BuPTAuODEyMjc0LDEuMzUyNjkyJmFtcDtpZT1VVEY4JmFtcDtocT0mYW1wO2huZWFyPVVzdWx1dCVDMyVBMW4mYW1wO2xsPTEzLjM0NjA0LC04OC40MzE1ODcmYW1wO3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO3o9MTQiPlZlciBtYXBhIG3DoXMgZ3JhbmRlPC9hPjwvc21hbGw+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPlBVRVJUTyBQQVJBREE8L2I+PC9wPg0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lcy00MTkmYW1wO2dlb2NvZGU9JmFtcDtxPVB1ZXJ0bytQYXJhZGEsK1VzdWx1dCVDMyVBMW4mYW1wO2FxPTAmYW1wO29xPVB1ZXJ0bytQYVVzdWx1dGFuJmFtcDtzbGw9MTMuMzQxOTM4LC04OC40MzgzNTQmYW1wO3NzcG49MC4wMjU0MywwLjA0MjI3MiZhbXA7dD1oJmFtcDtpZT1VVEY4JmFtcDtocT1QdWVydG8rUGFyYWRhLCZhbXA7aG5lYXI9VXN1bHV0JUMzJUExbiZhbXA7bGw9MTMuMjUwNzAyLC04OC40MzkxNjkmYW1wO3Nwbj0wLjIwOTc0NCwwLjAxNjY4MSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjM1MCIgd2lkdGg9IjQyNSIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjxhIHN0eWxlPSJjb2xvcjogIzAwMDBmZjsgdGV4dC1hbGlnbjogbGVmdDsiIGhyZWY9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tLnN2L21hcHM/Zj1xJmFtcDtzb3VyY2U9ZW1iZWQmYW1wO2hsPWVzLTQxOSZhbXA7Z2VvY29kZT0mYW1wO3E9UHVlcnRvK1BhcmFkYSwrVXN1bHV0JUMzJUExbiZhbXA7YXE9MCZhbXA7b3E9UHVlcnRvK1BhVXN1bHV0YW4mYW1wO3NsbD0xMy4zNDE5MzgsLTg4LjQzODM1NCZhbXA7c3Nwbj0wLjAyNTQzLDAuMDQyMjcyJmFtcDt0PWgmYW1wO2llPVVURjgmYW1wO2hxPVB1ZXJ0bytQYXJhZGEsJmFtcDtobmVhcj1Vc3VsdXQlQzMlQTFuJmFtcDtsbD0xMy4yNTA3MDIsLTg4LjQzOTE2OSZhbXA7c3BuPTAuMjA5NzQ0LDAuMDE2NjgxIj5WZXIgbWFwYSBtw6FzIGdyYW5kZTwvYT48L3NtYWxsPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:167;}}}', '2013-11-30 18:36:43', 0, NULL),
(33, 179, 10, 1, 0, '67e6ffcc048dcc1991548d46ca750f63', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=149\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"VGhlIFdlYXRoZXI=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:392:\"PGEgaHJlZj0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4OCIgYWx0PSJ1bmRlci1jb25zdHJ1Y3Rpb24iIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC91bmRlci1jb25zdHJ1Y3Rpb24uanBnIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMyNiIgLz48L2E+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:149;}}}', '2013-11-30 18:37:56', 0, NULL),
(34, 180, 10, 1, 0, 'f57ff5c11e3d4183bd8a2fe81e9e51df', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=151\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"VG91ciBPcGVyYXRvcnM=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:11488:\"PGJsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2ltYWdlMDAxMi5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzc2IiBhbHQ9ImltYWdlMDAxIiBzcmM9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvaW1hZ2UwMDEyLmpwZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSI4NSIgLz48L2E+PC9oMz4NCkNlbnRybyBDb21lcmNpYWwgRmVyaWEgUm9zYSBMb2NhbCBCLTExOA0KPGI+RW1haWw6wqA8L2I+PGEgaHJlZj0ibWFpbHRvOmJvb2tpbmdzQHNhbHZhZG9yZWFudG91cnMuY29tIiB0YXJnZXQ9Il9ibGFuayI+Ym9va2luZ3NAc2FsdmFkb3JlYW50b3Vycy5jb208L2E+DQpvciDCoGVtYWlsOsKgPGEgaHJlZj0ibWFpbHRvOmluZm9AcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+aW5mb0BwdWVydG9iYXJpbGxhcy5jb208L2E+wqBvciBhc2sgdXMgQXJlbHkgQ2FsZGVyb24vIE1lcmkgZm9yIGJvb2tpbmdzLg0KPGI+UGhvbmU6wqA8L2I+PGEgaHJlZj0idGVsOiUyQjUwMyUyMDIyNDMtNjExMyIgdGFyZ2V0PSJfYmxhbmsiPis1MDMgMjI0My02MTEzDQo8L2E+VG91cnMgKE1vc3QgUG9wdWxhcik8L2Jsb2NrcXVvdGU+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EaXNjb3ZlciB0aGUgbWFqZXN0aWMgdm9sY2Fub2VzIG9mIEVsIFNhbHZhZG9yITwvYj48L2gzPg0KV291bGQgeW91IGxpa2UgdG8gdmlzaXQgb25lIG9mIHRoZSBtb3N0IGRpc3RpbmN0aXZlIG5hdHVyYWwgYXR0cmlidXRlcyBvZiBFbCBTYWx2YWRvcj8gWW91IG11c3QgdmlzaXQgdGhlIHZvbGNhbm9lcyBhbmQgbGFrZXMgb2YgRWwgU2FsdmFkb3IuwqBJbiB0aGUgbGFrZXMgYW5kIHZvbGNhbm9lcyB0b3VyIHlvdSB3aWxsIHRha2UgYSBzaWdodHNlZWluZyB0b3VyIHRvIOKAnEl6YWxjbyBWb2xjYW5v4oCdLCBiZXN0IGtub3duIGFzIHRoZSBMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmljIGJlY2F1c2UgdGhlIGJvYXRzIHdlcmUgb3JpZW50ZWQgd2l0aCB0aGUgcmVkIGdsb3cgb2YgdGhlIGxhdmEgdG8gcmVhY2ggdGhlIEFjYWp1dGxhIHBvcnQuwqBDZXJybyBWZXJkZSBpcyBhbiBpbmFjdGl2ZSB2b2xjYW5vIGxvY2F0ZWQgYXQgYW4gYWx0aXR1ZGUgb2YgMjAzNSBtZXRlcnMgYW5kIGxlbmd0aCBvZiA1MDAgaGVjdGFyZXMgdGhlIG5hdHVyZSByZXNlcnZlIG9mIENlcnJvIFZlcmRlLCDCoEl0IGhhcyBhIGNsb3VkIGZvcmVzdCBpbiBhbmQgYXJvdW5kIHRoZSBjcmF0ZXIgd2l0aCBhIHRlbXBlcmF0dXJlIG9mIGJldHdlZW4gMTIgYW5kIDE4IGRlZ3JlZXMgY2VudGlncmFkZS4NCg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLsKgV2VsY29tZSB0byB0aGUgTGFuZCBvZiB0aGUgVm9sY2Fub2VzLg0KPGgzIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+U3VjaGl0b3RvIFRvdXI8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5Mb29raW5nIHRvIGNvbWJpbmUgaGlzdG9yeSwgY3VsdHVyZSBhbmQgbmF0dXJlPzwvYj48Yj48L2I+PC9oMz4NClRoZSBTdWNoaXRvdG8gZGF5IHRvdXIgaXMgYSBiZWF1dGlmdWwgdmlzaXQgdG8gdGhlIGVuY2hhbnRpbmcgY2l0eSBvZiBTdWNoaXRvdG8sIGFsc28ga25vd24gYXMgdGhlIOKAnFBsYWNlIG9mIEZsb3dlciBCaXJk4oCdIGZvciBpdHMgbmFtZSBpbiBOYWh1YXRsLsKgU3VjaGl0b3RvIG9mZmVycyBhbiBlc3NlbmNlIG9mIGFuY2llbnQgY2l0eSB3aXRoIGNvbG9uaWFsIGFyY2hpdGVjdHVyZSB0aGF0IHNlZW1zIGxpa2UgdGhlIHRpbWUgaGFzIHN0b3BwZWQuIFZpc2l0IGl0cyBiZWF1dGlmdWwgY29iYmxlZCBzdHJlZXRzLCBhcnQgZ2FsbGVyaWVzLCBjcmFmdHMgYW5kIGhvbWUgb2Ygb25lIG9mIHRoZSBtYWluIGF0dHJhY3Rpb25zIG9mIHRoZSBjaXR5IGZvciBpdHMgc3RydWN0dXJlIGFuZCBoaXN0b3JpY2FsIGltcG9ydGFuY2U6IHRoZSBTYW50YSBMdWNpYSBDaHVyY2gsIGJ1aWx0IGluIDE4NTMuwqBUaGUgZm91bmRpbmcgb2YgU3VjaGl0b3RvIGlzIGF0dHJpYnV0ZWQgdG8gdGhlIFBpcGlsZXMsIHdobyBzZXR0bGVkIGluIHRoZSBwcmVzZW50IFNhbHZhZG9yYW4gdGVycml0b3J5IG9mIEN1c2NhdGzDoW4gaGFsZndheSB0aHJvdWdoIHRoZSAxMSB0aCBjZW50dXJ5IGFuZCB3ZXJlIG9uZSBvZiB0aGUgbW9zdCB2ZXRlcmFuIGluZGlnZW5vdXMgdHJpYmVzIHRoYXQgZm91Z2h0IGFnYWluc3QgdGhlIFNwYW5pc2ggY29ucXVpc3RhZG9ycyBpbiB0aGUgYmVnaW5uaW5nIG9mIHRoZSAxNyB0aCBjZW50dXJ5LsKgVGhlIGNpdHkgaXMga25vd24gYXMgdGhlIOKAnENyYWRsZSBvZiBIaXN0b3J5IGFuZCBDdWx0dXJl4oCdIGZvciBhbGwgdGhlIHdlYWx0aCBpdCBjb250YWlucy4NCg0KTGF0ZXIsIGlmIHlvdSBmZWVsIGxpa2UsIHlvdSBjYW4gYWxzbyB2aXNpdCBTdWNoaXRsw6FuIExha2UsIHRoZSBsYXJnZXN0IGFydGlmaWNpYWwgbGFrZSBzdXJmYWNlIHdhdGVyIGluIHRoZSBjb3VudHJ5LsKgSXRzIG5hdHVyYWwgc2NlbmljIGJlYXV0eSBtYWtlcyBpdCBhbiBpZGVhbCBkZXN0aW5hdGlvbiB0byBlbmpveSBhIGFydGlzYW4gYm9hdCByaWRlIHdpdGggb25lIG9mIHRoZSBsb2NhbCBib2F0ZXJzLiBEdXJpbmcgdGhlIGJvYXQgcmlkZSB5b3Ugd2lsbCBiZSBhYmxlIHRvIHZpc2l0IHRoZSBkaWZmZXJlbnQgaXNsYW5kcyB0aGF0IHN1cnJvdW5kIHRoZSBsYWtlLCBob21lIG9mIG1pZ3JhdG9yeSBiaXJkcyBhbmQgbmF0aXZlIGFuaW1hbHMuwqBEbyB5b3Ugd2FudCB0byBkaXNjb3ZlciBhIGNpdHkgd2l0aCBlbmNoYW50bWVudD8gVGhpcyBpcyB0aGUgcGVyZmVjdCB0b3VyIHRvIGVzY2FwZSBvZiB5b3VyIHJvdXRpbmUuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5DaXR5IFRvdXIgU2FuIFNhbHZhZG9yIEFsbCBEYXk8L2I+PGI+PC9iPjwvaDM+DQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5EbyB5b3Ugd2FudCB0byBkaXNjb3ZlciB0aGUgY2l0eSBvZiBTYW4gU2FsdmFkb3I/PC9iPjwvaDM+DQpUaGlzIGlzIGRlZmluaXRseSB5b3VyIHRvdXIuIFZpc2l0IHRoZSBtYWluIGF2ZW51ZXMgYW5kIG1vbnVtZW50cyBvZiBTYW4gU2FsdmFkb3IsIHRoZSBwcmltYXJ5IHJlc2lkZW50aWFsIHpvbmVzIG9mIHRoZSBDYXBpdGFsIENpdHksIHRoZSBIaXN0b3JpY2FsIENlbnRyZSB3aXRoIGlzIG1hamVzdGljIE1ldHJvcG9saXRhbiBDYXRoZWRyYWwsIGJlYXV0aWZ1bCBOYXRpb25hbCBQYWxhY2UgYW5kIGNoYXJhdGVyaXN0aWMgTmF0aW9uYWwgVGhlYXRyZSBvZiBhIEZyZW5jaCBSZW5haXNzYW5jZSBzdHlsZSBkZWNsYXJlZCBhIG5hdGlvbmFsIG1vbnVtZW50IGluIDE5NzkuIFRoZW4sIHZpc2l0IEVsIFJvc2FyaW8gQ2h1cmNoIGFuZCBQbGF6YSBMaWJlcnRhZC7CoEluIHRoZSBhZnRlcm5vb24sIHZpc2l0IFNhbiBTYWx2YWRvcsK0cyBWb2xjYW5vIGF0IG9ubHkgMjUga21zIGZyb20gdGhlIGNpdHkuIFRoaXMgVm9sY2FubyBpcyBhbHNvIGtub3duIGFzIOKAnEVsIEJvcXVlcsOzbuKAnS4gSGVyZSwgZW5qb3kgYSByZWZyZXNoaW5nIGVjbyB3YWxrIHRocm91Z2ggdGhlIG5hdHVyYWwgdHJhaWxzIGFuZCBhIHBhbm9yYW1pYyB2aWV3IHRvIHRoZSBjcmF0ZXIgd2l0aCBpdHMgcGFydGljdWxhciDigJx2b2xjYW5jaXRv4oCdIG9yIOKAnGxpdHRsZSB2b2xjYW5v4oCdIGluc2lkZS4gVGhlIHNpZ2h0c2VlaW5ncyBhcmUganVzdCBJbXByZXNzaXZlIcKgV2hlbiByZXR1cm5pbmcsIHlvdSB3aWxsIGJlIGFibGUgdG8gc2VlIHRoZSBiZWF1dGlmdWwgY2l0eSBvZiBTYW4gU2FsdmFkb3IgaW4gdGhlIGxhdGUgYWZ0ZXJub29uLiBBdCB0aGUgZW5kLCBkZWxpZ2h0IHlvdXJzZWxmIHdpdGggYSB3YXJtIGFuZCB0YXN0aW5nIGN1cCBvZiBjb2ZmZWUgb3IgYSBkZWxpY2lvdXMgdHlwaWNhbCBlYXJseSBkaW5uZXIgYXQgYSBsb2NhbCByZXN0YXVyYW50IGluIHRoZSBhcmVhLCB3aGVyZSB5b3Ugd2lsbCBhbHNvIGJlIGFibGUgdG8gdGFzdGUgdGhlIGZhbW91cyBzYWx2YWRvcmVhbiBkaXNoZXM6IOKAnExhcyBQdXB1c2Fz4oCdLiBUaGlzIHRvdXIgaXMgYSByZWFsIG5hdHVyYWwsIGN1bHR1cmFsIGFuZCBoaXN0b3JpYyBhcHBvcmFjaCB0aGF0IGNoYXJhY3Rlcml6ZXMgRWwgU2FsdmFkb3IuDQoNCjxzdHJvbmc+U1VSRiBUT1VSUzwvc3Ryb25nPg0KDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMzgwIiBhbHQ9ImFib3V0IHVzLmNkciIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL0dyZWVuLUJsdWUtUmVkLTFhMS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iNjkiIC8+DQo8L2E+Q29udGFjdHMNCjxhIGhyZWY9Ind3dy5ncmVlbmJsdWVyZWQuY29tIj53d3cuZ3JlZW5ibHVlcmVkLmNvbTwvYT4NCmluZm9AZ3JlZW5ibHVlcmVkLmNvbQ0KPGgzPkFib3V0IFVzLi4uPC9oMz4NCldlIGFyZSBhIHRvdXIgb3BlcmF0b3IgYmFzZWQgaW4gRWwgU2FsdmFkb3IsIHByb3ZpZGluZyBpbmNvbWluZyB0b3VyaXNtIHNlcnZpY2VzIGZvciBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KV2Ugb3BlcmF0ZSB0aHJlZSBkaWZmZXJlbnQgYnJhbmRzLg0KT3VyIG1pc3Npb24gZXZvbHZlcyBhcm91bmQgdGhlIGNvbmNlcHQgb2YgcHJvdmlkaW5nIGFtYXppbmcgdHJhdmVsIGV4cGVyaWVuY2VzIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgZ2l2aW5nIGJhY2sgdG8gbG9jYWwgY29tbXVuaXRpZXMuDQo8aDM+T3VyIE1pc3Npb248L2gzPg0KV2l0aGluIGVhY2ggaW5jb21pbmcgYnJhbmQ6IHRvIGltcHJvdmUgdGhlIHF1YWxpdHkgb2YgbGlmZSBvZiBvdXIgQ2VudHJhbCBBbWVyaWNhbiBjb21tdW5pdGllcyBieSBwcm92aWRpbmcgZWNvbm9taWMgb3Bwb3J0dW5pdGllcyB0aHJvdWdoIHRvdXJpc20sIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgcHJvdmlkaW5nIGV4Y2VsbGVudCBzZXJ2aWNlIGFuZCBwcm9kdWN0IHF1YWxpdHkgdG8gb3VyIHRyYXZlbGVycy4NCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+V2h5IGdyZWVuYmx1ZXJlZD88L3NwYW4+DQoNCkl0IHJlcHJlc2VudHMgdGhlIGNvbG9ycyBvZiBDZW50cmFsIEFtZXJpY2EuIFRoZSBncmVlbiBvZiBvdXIgZm9yZXN0czogZnJvbSByYWluZm9yZXN0cyB0byBjbG91ZCBmb3Jlc3RzIHRvIHRyb3BpY2FsIGRyeSBmb3Jlc3RzOyB0aGUgYmx1ZSBvZiBvdXIgbGFrZXMsIHJpdmVycyBhbmQgb2NlYW5zOyBhbmQgdGhlIHJlZCBvZiBvdXIgY3VsdHVyZTogZnJvbSBvdXIgTWF5YSBIaXN0b3J5LCB0byBvdXIgY29mZmVlIGhlcml0YWdlLCBjcmFmdHMgYW5kIHRyYWRpdGlvbnMgYW5kIG91ciBmcmllbmRseSBwZW9wbGUuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtMmEuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MSIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0yYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iOTMiIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cubGVhcm5hbmR0cmF2ZWwuY29tIj53d3cubGVhcm5hbmR0cmF2ZWwuY29tPC9hPg0KaW5mb0BsZWFybmFuZHRyYXZlbC5jb20NCjxoMz5BdXRoZW50aWMsIG1lYW5pbmdmdWwgYW5kIGNvbG9yZnVsIHRyYXZlbDwvaDM+DQrigKJTaW5nbGUgY291bnRyeSBvciBtdWx0aXBsZSBkZXN0aW5hdGlvbiBsZWlzdXJlIHBhY2thZ2VzLg0K4oCiTWluaW11bSAzIHN0YXIgaG90ZWwgcHJvcGVydGllcy4NCuKAolByaXZhdGUgdmVoaWNsZXMsIGRyaXZlcnMgYW5kIGd1aWRlcy4NCuKAokVtcGhhc2lzIG9uIGhhbmRzIG9uIGFjdGl2aXRpZXMuDQrigKJFbXBoYXNpcyBvbiBhdXRoZW50aWMgZXhwZXJpZW5jZXMuDQrigKJFbXBoYXNpcyBvbiBnaXZpbmcgYmFjayB0byB0aGUgY29tbXVuaXRpZXMgd2UgdmlzaXQuDQoNClRoZSBncmVlbiwgYmx1ZSBhbmQgcmVkIHJlcHJlc2VudCB0aGUgY29sb3JzIG9mIENlbnRyYWwgQW1lcmljYTogZm9yZXN0cywgYmVhY2hlcywgbGl2ZSBNYXlhIGN1bHR1cmUuIFdlIG9mZmVyIGxlaXN1cmUgcGFja2FnZXMgZm9yIEVsIFNhbHZhZG9yIGFuZCBtdWx0aSBkZXN0aW5hdGlvbiBwYWNrYWdlcyBvZiAyIG9yIG1vcmUgQ2VudHJhbCBBbWVyaWNhbiBjb3VudHJpZXMuDQoNCkVkdWNhdGlvbmFsLCBtZWFuaW5nZnVsIGFuZCBmdW4gZ3JvdXAgdHJhdmVsDQoNCuKAoiBQcm9ncmFtcyBhcm91bmQ6IGFyY2hhZW9sb2d5LCBoaXN0b3J5LCBTcGFuaXNoIGxhbmd1YWdlLCBhcnQsIHNwb3J0cywgYnVzaW5lc3MsIG5hdHVyZSwgZXRjLg0K4oCiIFRlYWNoZXIgbGVkIHByb2dyYW1zLg0K4oCiIFByb2dyYW1zIGluY2x1ZGUgMSBvciAyIGRheXMgb2YgY29tbXVuaXR5IHNlcnZpY2UgcHJvamVjdC4NCuKAoiBTaW5nbGUgb3IgbXVsdGlwbGUgY291bnRyeSBwcm9ncmFtcy4NCg0KTGVhcm4gYW5kVHJhdmVsIGlzIGFuIGVkdWNhdGlvbmFsIHRvdXIgb3BlcmF0b3IgdGhhdCBzcGVjaWFsaXplcyBpbiBzdHVkZW50L3lvdXRoIGdyb3VwIHRyYXZlbCB0byBFbCBTYWx2YWRvciBhbmQgQ2VudHJhbCBBbWVyaWNhLg0KVGhlIHRyaXBzIGFyZSBwcmVwYXJlZCBhcm91bmQgYSBzcGVjaWZpYyBlZHVjYXRpb25hbCBpbnRlcmVzdCBvZiB0aGUgZ3JvdXAuDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvR3JlZW4tQmx1ZS1SZWQtM2EuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTM4MiIgYWx0PSJhYm91dCB1cy5jZHIiIHNyYz0iaHR0cDovL3d3dy5wdWVydG9iYXJpbGxhcy5jb20vd2VsY29tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9HcmVlbi1CbHVlLVJlZC0zYS5qcGciIHdpZHRoPSIyNTAiIGhlaWdodD0iODciIC8+PC9hPg0KDQo8YSBocmVmPSJ3d3cuc2hhcmVhbmR0cmF2ZWwub3JnIj53d3cuc2hhcmVhbmR0cmF2ZWwub3JnPC9hPg0KaW5mb0BzaGFyZWFuZHRyYXZlbC5vcmcNCjxoMz5UcmF2ZWwgYW5kIEdpdmUgQmFjazwvaDM+DQrigKJWb2x1bnRlZXIgdHJhdmVsIHByb2dyYW1zIGZyb20gMSB3ZWVrIHRvIHVwIHRvIDEgeWVhci4NCuKAoldlIG9mZmVyIG91ciBvd24gcHJvZ3JhbXMgdGhyb3VnaCBvdXIgb3duIG5vbuKAkHByb2ZpdC4NCuKAoldlIGFsc28gb2ZmZXIgcHJvZ3JhbXMgdGhyb3VnaCBvdGhlciBvcmdhbml6YXRpb25zLg0K4oCiRXhwZXJpZW5jZSBjb21wbGVtZW50ZWQgd2l0aCBsYW5ndWFnZSBzY2hvb2xzIGFuZCB0cmF2ZWwuDQrigKJMb2RnaW5nIGF0IGhvc3RlbCB0eXBlIHByb3BlcnRpZXMgb3IgaG9tZSBzdGF5Lg0K4oCiRWR1Y2F0aW9uYWwgYW5kIGNvbnNlcnZhdGlvbiBhY3Rpdml0aWVzLg0KDQpTaGFyZSBhbmQgVHJhdmVsIGlzIGEgbm9u4oCQcHJvZml0IHRvdXIgb3BlcmF0b3IgdGhhdCBwcm92aWRlcyB2b2x1bnRlZXIgcHJvZ3JhbXMgdG8gRWwgU2FsdmFkb3IgYW5kIENlbnRyYWwgQW1lcmljYS4NClRocm91Z2ggb3VyIG93biBub24gcHJvZml0IG9yZ2FuaXphdGlvbiwgd2Ugb2ZmZXIgcHJvZ3JhbXMgYXQgcnVyYWwgc2Nob29scyB0aGF0IGFyZSBsb2NhdGVkIGluIGJlYXV0aWZ1bCBwbGFjZXMgc3VjaCBhcyBpbiB0aGUgbWlkZGxlIG9mIHRocmVlIHZvbGNhbm9lcyBhbmQgb24gYSBwcmlzdGluZSBiZWFjaC4NCg0KJm5ic3A7\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:151;}}}', '2013-11-30 18:38:21', 0, NULL),
(35, 181, 10, 1, 0, '6029f20d900f71454d620e6835e019a1', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=295\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"VG91cmlzbSBhbmQgVHJhdmVsIE5ld3M=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2636:\"PGgyPjxiPkVsIFNhbHZhZG9yIHByZXbDqSByZWNpYmlyIDEuOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbiAyMDE0PC9iPjwvaDI+DQo8aDY+PGI+NSBkZSBEaWNpZW1icmUgZGUgMjAxMyBhIGxhKHMpIDE0OjE5IC0gQUNBTi1FRkU8L2I+PC9oNj4NCjxpbWcgY2xhc3M9ImFsaWdubm9uZSIgYWx0PSIiIHNyYz0iaHR0cDovL3d3dy5sYXByZW5zYWdyYWZpY2EuY29tL2dldGF0dGFjaG1lbnQvYWVjZWIzYmEtZWEzYi00Zjk5LWE2ZjUtNDhhYmE0Njk2NTFlP3dpZHRoPTMwMCZhbXA7aGVpZ2h0PUF1dG8iIHdpZHRoPSIzMDAiIGhlaWdodD0iMjM1IiAvPg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNC41JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbCBTYWx2YWRvciBwcmV0ZW5kZSByZWNpYmlyIDEsOSBtaWxsb25lcyBkZSB0dXJpc3RhcyBlbCBwcsOzeGltbyBhw7FvLCBxdWUgZGVqYXLDoW4gdW5vcyAxLjAwNiw4MiBtaWxsb25lcyBkZSBkw7NsYXJlcyBlbiBlc3RlIHBhw61zIGNlbnRyb2FtZXJpY2FubywgaW5mb3Jtw7MgaG95IGVsIE1pbmlzdGVyaW8gZGUgVHVyaXNtbyAoTUlUVVIpLg0KDQpUYW1iacOpbiBlc3RhIMOhcmVhIGVjb27Ds21pY2EgZ2VuZXJhcsOhIGVuIDIwMTQgdW5vcyA0OS44MzEgZW1wbGVvcyBudWV2b3MgZW4gRWwgU2FsdmFkb3IsIGRldGFsbMOzIGVsIE1JVFVSIGEgdHJhdsOpcyBkZSB1biBjb211bmljYWRvLg0KDQpUdXJpc21vIHByZXRlbmRlIGNlcnJhciAyMDEzIGNvbiB1biBjcmVjaW1pZW50byBkZWwgNCw1JSBjb24gcmVzcGVjdG8gYSAyMDEyIGVuIGxhIGxsZWdhZGEgZGUgdmlzaXRhbnRlcywgcHJlY2lzw7MgZWwgZG9jdW1lbnRvLg0KDQpFbiAyMDEyIEVsIFNhbHZhZG9yIHJlY2liacOzIDEuNzM4LjMxNyB2aXNpdGFudGVzIGludGVybmFjaW9uYWxlcywgbWllbnRyYXMgcXVlIGFsIGNpZXJyZSBkZSBlc3RlIGHDsW8gZXNwZXJhIGEgMS44MTYuMTE3IHR1cmlzdGEuDQoNCkVsIGHDsW8gcGFzYWRvIGVzdGUgcGHDrXMgY2VudHJvYW1lcmljYW5vIHJlZ2lzdHLDsyAibG9zIGluZ3Jlc29zIGVjb27Ds21pY29zIG3DoXMgYWx0b3MgZW4gbG9zIMO6bHRpbW9zIDMyIGHDsW9zLCBjb24gNzcxLDU1IG1pbGxvbmVzIGRlIGTDs2xhcmVzIiBlbiB0dXJpc21vLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KUGFyYSBlbCBjaWVycmUgZGUgZXN0ZSBhw7FvIHByb3llY3RhIHF1ZSBsb3MgaW5ncmVzb3MgYWxjYW5jZW4gbG9zIDg5MSw5MSBtaWxsb25lcyBkZSBkw7NsYXJlcywgbG9zIGN1YWxlcyBzZXLDoW4gY29tcGxldGFkb3MgY29uIGxvcyB0dXJpc3RhcyBkZSBOYXZpZGFkIHkgZGUgZmluIGRlIGHDsW8uDQoNCkVsIFNhbHZhZG9yIGVzcGVyYSByZWNpYmlyIGEgODQuMDAwIHZpc2l0YW50ZXMgaW50ZXJuYWNpb25hbGVzIGR1cmFudGUgbGFzIGZlc3RpdmlkYWRlcyBuYXZpZGXDsWFzIHkgZGUgZmluIGRlIGHDsW8sIGVzIGRlY2lyIDMsNiUgbcOhcyBxdWUgZWwgYcOxbyBwYXNhZG8sIGN1YW5kbyBzZSByZWNpYmllcm9uIDgxLjA3OCB0dXJpc3Rhcy4NCg0KU2UgcHJldsOpIHF1ZSBlc29zIHZpc2l0YW50ZXMgZGVqZW4gMzIsMTIgbWlsbG9uZXMgZGUgZMOzbGFyZXMsIHN1cGVyYW5kbyBhc8OtIGEgbG9zIDIyLDggbWlsbG9uZXMgZGUgZMOzbGFyZXMgY2FwdGFkb3MgZHVyYW50ZSBsYXMgbWlzbWFzIGZlc3RpdmlkYWRlcyBkZSAyMDEyLCBwcmVjaXPDsyBlbCBib2xldMOtbi4NCg0KRW4gY3VhbnRvIGEgbGEgc2FsaWRhIGRlIHNhbHZhZG9yZcOxb3MgaGFjaWEgb3Ryb3MgcGHDrXNlcywgcGFyYSBlc3RhcyBmZXN0aXZpZGFkZXMgc2UgZXN0aW1hIHF1ZSBsYSBjaWZyYSBzZWEgZGUgNDguNzM2LCBlcyBkZWNpciAxLjQxOSBtw6FzIHF1ZSBsb3MgNDcuMzE3IGRlbCBhw7FvIGFudGVyaW9yLg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:295;}}}', '2013-11-30 18:39:22', 0, NULL);
INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(36, 182, 10, 1, 1, 'f76bf7627564e7f4de27c12db480c9ea', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=33\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"VHJhdmVsIFBhcnRuZXJz\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:6260:\"UHVlcnRvIEJhcmlsbGFzIG9mZmVycyB0cmFuc3BvcnRhdGlvbsKgIHRvIHRoZSBmb2xsb3dpbmcgc2l0ZXMNCihGb3IgcHJpY2VzIHBsZWFzZSB2aXNpdCBvdXIgcmVjZXB0aW9uIG9mZmljZSk6DQo8dWw+DQoJPGxpPjxzdHJvbmc+Sm95YXMgZGUgQ2VyZW48L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPkFsZWdyaWE8L3N0cm9uZz48L2xpPg0KCTxsaT48c3Ryb25nPlN1Y2hpdG90bzwvc3Ryb25nPjwvbGk+DQo8L3VsPg0KTG9va2luZyBmb3IgbW9yZSB0b3Vycz8gTG9jYWwgVG91ciBPcGVyYXRvcnMgb2ZmZXIgdGhlIGZvbGxvd2luZyB0b3VyczrCoCAoUGxlYXNlIGNvbnRhY3Qgb3VyIEZyb250IMKgb2ZmaWNlIG9yIGVtYWlswqA8YSBocmVmPSJtYWlsdG86ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZWxlbmFAcHVlcnRvYmFyaWxsYXMuY29tPC9hPsKgZm9yIGJvb2tpbmcgYSB0b3VyKS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRpc2NvdmVyIHRoZSBtYWplc3RpYyB2b2xjYW5vZXMgb2YgRWwgU2FsdmFkb3IhDQo8L2I+PC9oMz4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyIgYWxpZ249ImNlbnRlciI+PGI+PC9iPldvdWxkIHlvdSBsaWtlIHRvIHZpc2l0IG9uZSBvZiB0aGUgbW9zdCBkaXN0aW5jdGl2ZSBuYXR1cmFsIGF0dHJpYnV0ZXMgb2YgRWwgU2FsdmFkb3I/IFlvdSBtdXN0IHZpc2l0IHRoZSB2b2xjYW5vZXMgYW5kIGxha2VzIG9mIEVsIFNhbHZhZG9yLsKgSW4gdGhlIGxha2VzIGFuZCB2b2xjYW5vZXMgdG91ciB5b3Ugd2lsbCB0YWtlIGEgc2lnaHRzZWVpbmcgdG91ciB0byDigJxJemFsY28gVm9sY2Fub+KAnSwgYmVzdCBrbm93biBhcyB0aGUgTGlnaHRob3VzZSBvZiB0aGUgUGFjaWZpYyBiZWNhdXNlIHRoZSBib2F0cyB3ZXJlIG9yaWVudGVkIHdpdGggdGhlIHJlZCBnbG93IG9mIHRoZSBsYXZhIHRvIHJlYWNoIHRoZSBBY2FqdXRsYSBwb3J0LsKgQ2Vycm8gVmVyZGUgaXMgYW4gaW5hY3RpdmUgdm9sY2FubyBsb2NhdGVkIGF0IGFuIGFsdGl0dWRlIG9mIDIwMzUgbWV0ZXJzIGFuZCBsZW5ndGggb2YgNTAwIGhlY3RhcmVzIHRoZSBuYXR1cmUgcmVzZXJ2ZSBvZiBDZXJybyBWZXJkZSwgwqBJdCBoYXMgYSBjbG91ZCBmb3Jlc3QgaW4gYW5kIGFyb3VuZCB0aGUgY3JhdGVyIHdpdGggYSB0ZW1wZXJhdHVyZSBvZiBiZXR3ZWVuIDEyIGFuZCAxOCBkZWdyZWVzIGNlbnRpZ3JhZGUuPC9wPg0KSWxhbWF0ZXBlYyBWb2xjYW5vIG9yIFZvbGPDoW4gZGUgU2FudGEgQW5hLCBpcyBvbmUgb2YgdGhlIG1vc3QgYmVhdXRpZnVsIHdhbGtzIHlvdSBjYW4gZG8gaW4gRWwgU2FsdmFkb3IuIMKgSXQgaXMgYSBwbGFjZSB3aGVyZSB5b3Ugd2lsbCBiZSBzdXJyb3VuZGVkIGJ5IHRoZSB3aWxkZXJuZXNzIG9yIOKAnGR3YXJmIGZvcmVzdOKAnSwgd2hlcmUgeW91IGNhbiBmaW5kIHBhc3R1cmUgYW5kIHNvbWUgbG93LWx5aW5nIGJ1c2hlcywgZ2lhbnQgYWdhdmVzLCBhbW9uZyBvdGhlcnMuIFRoZSBsYW5kc2NhcGUgaXMgdW5pcXVlIGluIE1lc29hbWVyaWNhLsKgTmV4dCwgdmlzaXQgdG8gdGhlIHZvbGNhbmljIGxha2Ug4oCcQ29hdGVwZXF1ZeKAnSwgY2F0YWxvZ2VkIGFtb25nc3QgdGhlIG1vc3QgYmVhdXRpZnVsIG9mIHRoZSB3b3JsZCB3aGVyZSB5b3UgY2FuIGVuam95IGEgYm9hdCByaWRlLiBXZWxjb21lIHRvIHRoZSBMYW5kIG9mIHRoZSBWb2xjYW5vZXMuDQo8aDMgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7IiBhbGlnbj0iY2VudGVyIj48Yj5TdWNoaXRvdG8gVG91cjwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkxvb2tpbmcgdG8gY29tYmluZSBoaXN0b3J5LCBjdWx0dXJlIGFuZCBuYXR1cmU/PC9iPjxiPjwvYj48L2gzPg0KVGhlIFN1Y2hpdG90byBkYXkgdG91ciBpcyBhIGJlYXV0aWZ1bCB2aXNpdCB0byB0aGUgZW5jaGFudGluZyBjaXR5IG9mIFN1Y2hpdG90bywgYWxzbyBrbm93biBhcyB0aGUg4oCcUGxhY2Ugb2YgRmxvd2VyIEJpcmTigJ0gZm9yIGl0cyBuYW1lIGluIE5haHVhdGwuwqBTdWNoaXRvdG8gb2ZmZXJzIGFuIGVzc2VuY2Ugb2YgYW5jaWVudCBjaXR5IHdpdGggY29sb25pYWwgYXJjaGl0ZWN0dXJlIHRoYXQgc2VlbXMgbGlrZSB0aGUgdGltZSBoYXMgc3RvcHBlZC4gVmlzaXQgaXRzIGJlYXV0aWZ1bCBjb2JibGVkIHN0cmVldHMsIGFydCBnYWxsZXJpZXMsIGNyYWZ0cyBhbmQgaG9tZSBvZiBvbmUgb2YgdGhlIG1haW4gYXR0cmFjdGlvbnMgb2YgdGhlIGNpdHkgZm9yIGl0cyBzdHJ1Y3R1cmUgYW5kIGhpc3RvcmljYWwgaW1wb3J0YW5jZTogdGhlIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1My7CoFRoZSBmb3VuZGluZyBvZiBTdWNoaXRvdG8gaXMgYXR0cmlidXRlZCB0byB0aGUgUGlwaWxlcywgd2hvIHNldHRsZWQgaW4gdGhlIHByZXNlbnQgU2FsdmFkb3JhbiB0ZXJyaXRvcnkgb2YgQ3VzY2F0bMOhbiBoYWxmd2F5IHRocm91Z2ggdGhlIDExIHRoIGNlbnR1cnkgYW5kIHdlcmUgb25lIG9mIHRoZSBtb3N0IHZldGVyYW4gaW5kaWdlbm91cyB0cmliZXMgdGhhdCBmb3VnaHQgYWdhaW5zdCB0aGUgU3BhbmlzaCBjb25xdWlzdGFkb3JzIGluIHRoZSBiZWdpbm5pbmcgb2YgdGhlIDE3IHRoIGNlbnR1cnkuwqBUaGUgY2l0eSBpcyBrbm93biBhcyB0aGUg4oCcQ3JhZGxlIG9mIEhpc3RvcnkgYW5kIEN1bHR1cmXigJ0gZm9yIGFsbCB0aGUgd2VhbHRoIGl0IGNvbnRhaW5zLg0KDQpMYXRlciwgaWYgeW91IGZlZWwgbGlrZSwgeW91IGNhbiBhbHNvIHZpc2l0IFN1Y2hpdGzDoW4gTGFrZSwgdGhlIGxhcmdlc3QgYXJ0aWZpY2lhbCBsYWtlIHN1cmZhY2Ugd2F0ZXIgaW4gdGhlIGNvdW50cnkuwqBJdHMgbmF0dXJhbCBzY2VuaWMgYmVhdXR5IG1ha2VzIGl0IGFuIGlkZWFsIGRlc3RpbmF0aW9uIHRvIGVuam95IGEgYXJ0aXNhbiBib2F0IHJpZGUgd2l0aCBvbmUgb2YgdGhlIGxvY2FsIGJvYXRlcnMuIER1cmluZyB0aGUgYm9hdCByaWRlIHlvdSB3aWxsIGJlIGFibGUgdG8gdmlzaXQgdGhlIGRpZmZlcmVudCBpc2xhbmRzIHRoYXQgc3Vycm91bmQgdGhlIGxha2UsIGhvbWUgb2YgbWlncmF0b3J5IGJpcmRzIGFuZCBuYXRpdmUgYW5pbWFscy7CoERvIHlvdSB3YW50IHRvIGRpc2NvdmVyIGEgY2l0eSB3aXRoIGVuY2hhbnRtZW50PyBUaGlzIGlzIHRoZSBwZXJmZWN0IHRvdXIgdG8gZXNjYXBlIG9mIHlvdXIgcm91dGluZS4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkNpdHkgVG91ciBTYW4gU2FsdmFkb3IgQWxsIERheTwvYj48Yj48L2I+PC9oMz4NCjxoMyBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiIGFsaWduPSJjZW50ZXIiPjxiPkRvIHlvdSB3YW50IHRvIGRpc2NvdmVyIHRoZSBjaXR5IG9mIFNhbiBTYWx2YWRvcj88L2I+PC9oMz4NClRoaXMgaXMgZGVmaW5pdGx5IHlvdXIgdG91ci4gVmlzaXQgdGhlIG1haW4gYXZlbnVlcyBhbmQgbW9udW1lbnRzIG9mIFNhbiBTYWx2YWRvciwgdGhlIHByaW1hcnkgcmVzaWRlbnRpYWwgem9uZXMgb2YgdGhlIENhcGl0YWwgQ2l0eSwgdGhlIEhpc3RvcmljYWwgQ2VudHJlIHdpdGggaXMgbWFqZXN0aWMgTWV0cm9wb2xpdGFuIENhdGhlZHJhbCwgYmVhdXRpZnVsIE5hdGlvbmFsIFBhbGFjZSBhbmQgY2hhcmF0ZXJpc3RpYyBOYXRpb25hbCBUaGVhdHJlIG9mIGEgRnJlbmNoIFJlbmFpc3NhbmNlIHN0eWxlIGRlY2xhcmVkIGEgbmF0aW9uYWwgbW9udW1lbnQgaW4gMTk3OS4gVGhlbiwgdmlzaXQgRWwgUm9zYXJpbyBDaHVyY2ggYW5kIFBsYXphIExpYmVydGFkLsKgSW4gdGhlIGFmdGVybm9vbiwgdmlzaXQgU2FuIFNhbHZhZG9ywrRzIFZvbGNhbm8gYXQgb25seSAyNSBrbXMgZnJvbSB0aGUgY2l0eS4gVGhpcyBWb2xjYW5vIGlzIGFsc28ga25vd24gYXMg4oCcRWwgQm9xdWVyw7Nu4oCdLiBIZXJlLCBlbmpveSBhIHJlZnJlc2hpbmcgZWNvIHdhbGsgdGhyb3VnaCB0aGUgbmF0dXJhbCB0cmFpbHMgYW5kIGEgcGFub3JhbWljIHZpZXcgdG8gdGhlIGNyYXRlciB3aXRoIGl0cyBwYXJ0aWN1bGFyIOKAnHZvbGNhbmNpdG/igJ0gb3Ig4oCcbGl0dGxlIHZvbGNhbm/igJ0gaW5zaWRlLiBUaGUgc2lnaHRzZWVpbmdzIGFyZSBqdXN0IEltcHJlc3NpdmUhwqBXaGVuIHJldHVybmluZywgeW91IHdpbGwgYmUgYWJsZSB0byBzZWUgdGhlIGJlYXV0aWZ1bCBjaXR5IG9mIFNhbiBTYWx2YWRvciBpbiB0aGUgbGF0ZSBhZnRlcm5vb24uIEF0IHRoZSBlbmQsIGRlbGlnaHQgeW91cnNlbGYgd2l0aCBhIHdhcm0gYW5kIHRhc3RpbmcgY3VwIG9mIGNvZmZlZSBvciBhIGRlbGljaW91cyB0eXBpY2FsIGVhcmx5IGRpbm5lciBhdCBhIGxvY2FsIHJlc3RhdXJhbnQgaW4gdGhlIGFyZWEsIHdoZXJlIHlvdSB3aWxsIGFsc28gYmUgYWJsZSB0byB0YXN0ZSB0aGUgZmFtb3VzIHNhbHZhZG9yZWFuIGRpc2hlczog4oCcTGFzIFB1cHVzYXPigJ0uIFRoaXMgdG91ciBpcyBhIHJlYWwgbmF0dXJhbCwgY3VsdHVyYWwgYW5kIGhpc3RvcmljIGFwcG9yYWNoIHRoYXQgY2hhcmFjdGVyaXplcyBFbCBTYWx2YWRvci4NCg0KPHN0cm9uZz5TZWU6wqA8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL2Jvb2tpbmctaG90ZWxzLyI+Qm9va2luZyBIb3RlbHM8L2E+PC9zdHJvbmc+DQoNCiZuYnNwOw==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:33;}}}', '2013-11-30 18:40:56', 0, NULL),
(37, 183, 10, 1, 1, 'af1aecaa8dacbb7ea6cbd3752e700a20', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=153\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"VHJhdmVsIEVsIFNhbHZhZG9y\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:36104:\"VGhlcmUgYXJlIHNldmVyYWwgdG91cnPCoCB5b3UgY2FuIGV4cGVyaWVuY2Ugd2hpbGUgdHJhdmVsbGluZyBpbiBFbCBTYWx2YWRvcjoNCg0KPHN0cm9uZz5EQVkgVE9VUlM8L3N0cm9uZz4NCg0KV2UgY2FuIG9mZmVyIHlvdSB0aGUgdHJhbnNwb3J0YXRpb24gdG8gYSBsb2NhdGlvbiB3aXRob3V0IGEgZ3VpZGUsIGp1c3Qgb3VyIGRyaXZlciBhbmQgeW91IGNhbiB2aXNpdCB0aGUgY2l0eSBvciBsYW5kbWFyayBhdCB5b3VyIG93biBwYWNlIG9yIHdlIGNhbiBoaXJlIGluIEVuZ2xpc2ggc3BlYWtpbmcgZ3VpZGUgdGhhdCB3aWxsIGV4cGxhaW4geW91IG1vcmUgb24gRWwgU2FsdmFkb3IncyBoaXN0b3J5IGFuZCBkaXZlcnNpdHkgbGFuZG1hcmtzICgzIGRheXMgYWR2YW5jZSBub3RpY2UsIHN1YmplY3QgdG8gYXZhaWxhYmlsaXR5KSBvciBvdXIgY3VzdG9tZXJzIGNhbiB0YWtlIGEgdG91ciB3aXRoIG91ciBjb3VudHJ5J3MgdG9wIHRvdXIgb3BlcmF0b3JzLg0KU29tZSBvZiBvdXIgdG91cnMgdGhhdCBpbmNsdWRlIG91ciB0cmFuc3BvcnRhdGlvbiBhbmQgb3Zlcm5pZ2h0IG1pZ2h0IHJlcXVpcmUgdGhhdCB0aGUgY3VzdG9tZXIgcGF5cyBmb3IgZHJpdmVyL2xvZGdpbmcgKHdlIGNhbiBsb29rIHVwIGF0IGJ1ZGdldCBwbGFjZXMpDQoNCldlIGhpZ2hseSByZWNvbW1lbmQgcmVzZXJ2aW5nIHRoZSB0b3VycyBhdCBsZWFzdCAyIGRheXMgcHJpb3IgdG8gdG91ciBhcyB3ZSBuZWVkIGEgcXVvdGUgYmFzZSBvbiBudW1iZXIgb2YgcGVvcGxlIHVubGVzcyB3ZSBjYW4gcHJvdmlkZSB0cmFuc3BvcnRhdGlvbiBhbmQgbm8gZ3VpZGUgaXMgbmVlZGVkOg0KDQo8c3Ryb25nPk91ciBUcmFuc3BvcnRhdGlvbjo8L3N0cm9uZz4NCk5pc3NhbiBVcnZhbiAyMDEyLSA4IHBhc3Nlbmdlcg0KTmlzc2FuIFBpY2sgVXAgMjAxNC0gMy00IHBhc3Nlbmdlcg0KPHN0cm9uZz4NClNVUkYgVE9VUlM8L3N0cm9uZz4NCg0KUExBWUEgTEFTIEZMT1JFUw0KVGhlIEVhc3QgQ29hc3Qgb2YgRWwgU2FsdmFkb3IsIGFsc28ga25vd24gYXMgdGhlIFdpbGQgRWFzdCwgaXQgaXMgYSBzdXJmZXJzIHBpZWNlIG9mIEhlYXZlbiBvbiBFYXJ0aCAsIHRvdGFsbHkgZGlmZmVyZW50IGZyb20gTGEgTGliZXJ0YWQuIEl0IGlzIGxvY2F0ZWQgaW4gYW4gaW1wcmVzc2l2ZSBqdW5nbGUgd2VyZSB5b3Ugd2lsbCBmaW5kIHRoZSBtb3N0IGJlYXV0aWZ1bCBiZWFjaCBicmVha3MgYW5kIGEgbG90IG9mIHJpZ2h0IHBvaW50IGJyZWFrcywgdHdvIG9mIHRoZW0gcXVhbGlmaWVkIGFzIFdvcmxkIENsYXNzIFdhdmVzLCBvbmx5IGFjY2Vzc2VkIGJ5IGJvYXQuDQoNCkluIExhcyBGbG9yZXMgeW91J2xsIGVuam95IG9uZSBvZiB0aGUgYmVzdCB3YXZlcyBvZiBFbCBTYWx2YWRvci4gTGFzIEZsb3JlcyByaWdodCBwb2ludCBicmVhayBpdCBpcyBhIGxvbmcsIGNvbnNpc3RlbnQsIGZ1biB3YXZlIHdpdGggYSBzYW5kIGJvdHRvbSBhbmQgdHVidWxhciBzZWN0aW9ucy4gYmVpbmcgaW4gTGFzIEZsb3JlcyB0aGUgbWFpbiBhY3Rpdml0eSBpcyBzdXJmaW5nLCBhbmQgb25lIG9mIHRoZSBhY3Rpdml0aWVzIGlzIHRvIHRha2UgYSBib2F0IGFuZCBzdXJmIFB1bnRhIE1hbmdvIHBvaW50IGJyZWFrIHRoZSBtb3N0IHR1YnVsYXIgd2F2ZSBpbiB0aGUgY291bnRyeS4gDQoNClB1bnRhIE1hbmdvIGlzIDE1IG1pbi4gV2VzdCBvZiBMYXMgRmxvcmVzLiBBY2Nlc3M6IGJvYXQgb25seS4gUG93ZXJmdWwgcmlnaHQgY29iYmxlc3RvbmUgcG9pbnQgYnJlYWsgdy8yMDBtIHJpZGVzIHdoZW4gb24sIG1hY2hpbmUtbGlrZS4gSXQgaXMgaGFzIGEgaG9sbG93IHRha2Ugb2ZmIHdpdGggYSBzZXJpb3VzIGJhcnJlbCBhdCBzaXplIEFORCBhIGhvbGxvdyBpbnNpZGUgc2VjdGlvbi4gSXQgd29ya3Mgb24gYSAzZnQrIHN3ZWxsIGFuZCBhbGwgdGlkZXMsIGJ1dCA0LTcgZnQgU1cgaXMgYmVzdC4gQ2xvc2VzIG91dCBvdmVyIDggZmVldC4gUmVlZiBib290aWVzIGFyZSByZWNvbW1lbmRlZCBidXQgbm90IG1hbmRhdG9yeS4NCg0KVGhlIGhvbGxvd2VzdCB3YXZlIGluIHRoZSByZWdpb24sIGJ1dCBhbHNvIHRoZSBtb3N0IHdpbmQgc2Vuc2l0aXZlLiBFeHBlcmllbmNlZCBzdXJmZXJzIG9ubHkgZXZlbiB3aGVuIHNtYWxsLCBkdWUgdG8gY3VycmVudHMgYW5kIHNoYWxsb3cgaW5zaWRlIHJvY2tzLiBUaGUgd2F2ZSBoYXMgYmVjb21lIHBvcHVsYXIgYW5kIGlzIHNvbWV0aW1lcyBzZW1pLWNyb3dkZWQgdy8zLTQgYm9hdHMgYW5kIDE1LTIwIHN1cmZlcnMgYXQgcGVhayBob3Vycy4NCg0KDQpMQSBMSUJFUlRBRA0KVGhlIFB1ZXJ0byBkZSBMYSBMaWJlcnRhZCB3YXMgZm91bmRlZCBpbiAxOTI3IGFuZCBpdCBpcyB0aGUgZmlyc3QgcG9ydCBvZiBFbCBTYWx2YWRvciwgYmFjayBpbiB0aGUgNTDigJlzIGl0IHdhcyBhbiBpbnRlcm5hdGlvbmFsIHRvdXJpc3QgZGVzdGluYXRpb247IGl0cyBtYWpvciBhdHRyYWN0aXZlIHdhcyBQdW50YSBSb2Nh4oCZcyB3YXZlLCBiYWNrIGluIHRoZSBkYXlzIHdhcyBrbm93IGFzIHRoZSBMYXRpbiBBbWVyaWNhbiBKIEJheSwgaXQgd2FzIHZpc2l0ZWQgbW9zdGx5IGJ5IG5vbWFkIHN1cmZlcnMgdGhhdCBhZHZlbnR1cmUgdGhlbXNlbHZlcyBsb29raW5nIGZvciBwZXJmZWN0IHdhdmVzIGhlcmUgaW4gdGhlIHNvdXRoLg0KDQpPbmUgb2YgdGhlc2Ugc3VyZmVycyB3YXMgQm9iIFJvdGhlcmhhbSwgd2hvIGhhcyBlc3RhYmxpc2hlZCBub3cgaW4gdGhlIHRvd24gb2YgTGEgTGliZXJ0YWQsIGhlIGlzIGEgTm9ydGggQW1lcmljYW4gbmF0aW9uYWxpemVkIGFzIGEgU2FsdmFkb3JpYW4uIEpvaW5lZCBieSBoaXMgc29uLCB0aGUgUXVpa3NpbHZlciBwcm8gc3VyZmVyIEppbW15IFJvdGhlcmhhbSB0aGV5IGFkbWluaXN0cmF0ZSB0aGUgc3VyZiBjYW1wIGFuZCByZXN0YXVyYW50IFB1bnRhIFJvY2EsIHdoaWNoIGhhcyBkZWNhZGVzIG9mIGhpc3RvcnkgYW5kIGl04oCZcyBhIG11c3QgYmUgdmlzaXRlZC4NCg0KVGhlIHBvcnQgYW5kIGl0cyBpbmZyYXN0cnVjdHVyZSB3YXMgZGFtYWdlZCBiYWNrIGluIHRoZSBjaXZpbCB3YXIgbGFzdCBkZWNhZGU7IGFuZCBub3csIHdpdGggdGhlIGhlbHAgb2YgdGhlIGdvdmVybm1lbnQsIHRoZSBtdW5pY2lwYWwgdGFibGUgYW5kIGRpZmZlcmVudCBwZW9wbGUgaW50ZXJlc3RlZCBpbiB0aGUgdG91cmlzdCBkZXZlbG9wbWVudCBvZiB0aGlzIHBhcnQgb2YgTGEgTGliZXJ0YWQgaXQgZm9ybXMgcGFydCBvZiBhbiBhbWJpdGlvdXMgcHJvamVjdCB3aGljaCBpcyBub3cgYSBmZXcgc3RlcHMgb2YgYmVpbmcgdG90YWxseSByZWNvbnN0cnVjdC4NCg0KVGhlIGRvY2sgaXMgYSBwcm91ZGx5IGljb24gb2YgdGhlIGhhYml0YW50cy4gVGhlIGNyYWZ0IGZpc2hpbmcgaXQgaXMgdGhlIG1haW5seSB1c2UgdGhhdCBpcyBnaXZlbiB0byB0aGUgcG9ydCBiZWNhdXNlIG9mIGhpc3RvcnkgYW5kIHRyYWRpdGlvbi4gQnkgd2Fsa2luZyBvbiB0aGUgZG9jayB5b3UgY291bGQgZW5qb3kgb2YgZnJlc2ggc2VhZm9vZCBiZWluZyBzb2xkIGluIHRoZSBkb2NrIG1hcmtldC4gTmVhciBieSB5b3UgY291bGQgYWxzbyBmaW5kIHJlc3RhdXJhbnRzIGFuZCBiYXJzIGF0IHRoZSBiZWFjaCBzaG9yZSB3aGVyZSB5b3UgY291bGQgZW5qb3kgb2YgdGhlIGxvY2FsIGdhc3Ryb25vbXkgYW5kIGV4cXVpc2l0ZSBwcmVwYXJhdGlvbiBiYXNlZCBvbiBkaWZmZXJlbnQgc2VhZm9vZCBvZiB0aGUgem9uZS4NCg0KDQpJbiBMYSBMaWJlcnRhZCB5b3UgY2FuIHN1cmYgZGlmZmVyZW50IHNwb3RzLCB0aGUgbWFpbiBicmVhayBpcyBQdW50YSBSb2NhIGFuZCBpdHMgbGFzdCBzZWN0aW9uIFBsYXlhIExhIFBheiwgYnV0IHlvdSB3aWxsIGZpbmQgZGZmZXJlbnQgYXJlYXMgYXJvdW5kIGxpa2UgQ29uY2hhbGlvIHBvaW50YnJlYWssIGJlYWNoIGJyZWFrIGFzIFBsYXlhIEVsIE9iaXNwby4NCg0KUHVudGEgUm9jYSBpcyB2ZXJ5IHBvcHVsYXIgc3BvdCBmb3IgdHJhdmVsZXJzIGFuZCBmb3IgbG9jYWxzIGlmIGtub3cgYXMgdGhlIExhdGluIEpCYXksIG9uZSBvZiB0aGUgYmVzdCByaWdodCBwb2ludGJyZWFrIGluIEFtZXJpY2EsIGlzIGEgc3Ryb25nIHdhdmUsIGxvbmcgYW5kIHBvd2VyZnVsbCwgdmVyeSBpbXByZXNpdmUgd2hlbiBpcyBiaWcgYW5kIGlzIHRoZSBzcG90IHRoYXQgYWxsIHRoZSBiZXN0IHN1cmZlcnMgd2lsbCBzdXJmIHdpdGggdGhlIGJlc3QgYW5kIGJpZ2dlciBzd2VsbHMNCg0KIA0KDQpISUdITElHSFRTDQo8c3Ryb25nPkhJR0hMWSBSRUNPTU1FTkRFRDwvc3Ryb25nPg0KPHN0cm9uZz4NCkxBUyBGTE9SRVMgUkVTT1JUIChMVVhVUlkgU1VSRinCoDwvc3Ryb25nPsKgwqAgd3d3Lmxhc2Zsb3Jlc3Jlc29ydC5jb20gICANClRyYW5zZmVyIGZyb20gUHVlcnRvIEJhcmlsbGFzIHRvIExhcyBGbG9yZXMgUmVzb3J0LiBMb2NhbCBsdW5jaC4gU3VyZiB0b3VyIGF0IFB1bnRhIE1hbmdvICh0cmFuc2Zlcg0KYnkgYm9hdCBmcm9tIExhcyBGbG9yZXMgUmVzb3J0LiBUcmFuc2ZlciB0byBIb3RlbC4gUmV0dXJuIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4gKEwpDQoNCkxhcyBGbG9yZXMgRGF5IFBhY2thZ2U6DQpJbmNsdWRlczoNCkFkdmFuY2UgU3VyZmVyOiAoMikgYm9hdCByaWRlcyBwZXIgZGF5DQpJbnRlcm1lZGlhdGUvQWR2YW5jZTooMSkgYm9hdCByaWRlIHBlciBkYXkNClN1cmYgQ29hY2hpbmcgZm9yIEJlZ2lubmVyczogOTAgbWludXRlIG9mIGluc3RydWN0aW9ucyBwZXIgZGF5DQpBbGwgb2YgdGhlIHRvdXIgcGFja2FnZXMgaW5jbHVkZTogc3VyZiBib2FyZCAqIChFeGNlcHQgRmlyZXdpcmUgYW5kIFN0ZXdhcnQqIEFkZGl0aW9uYWwgY29zdCBhdCBhIHNwZWNpYWwgcHJpY2UgKlNlY3VyaXR5IERlcG9zaXQgUmVxdWlyZWQpDQoqQSAoMSkgOTAgbWludXRlIHNlc3Npb24gb3IgYSAoMikgNDUgbWludXRlIHNlc3Npb24NCkluY2x1ZGVzIEx1bmNoOsKgIFNvdXAgKyBFbnRyZWUgKyBzb2RhIG9yIG5hdHVyYWwganVpY2UgKyBjb2ZmZWUgb3IgdGVhDQpVc2FnZSBvZiBsdXh1cnkgZmFjaWxpdGllcw0KUHJpY2VzIGFyZSBwZXIgcGVyc29uLyBkYXk6ICQxMjMuMDANCkEgMTAlIHRpcCBpcyBub3QgaW5jbHVkZWQgaW4gYmV2ZXJhZ2UgYW5kIHN1cmYgcGFja2FnZXMgdG8gYmUgcGFpZCBhdCB0aGUgcmVzb3J0DQpEb2VzIG5vdCBpbmNsdWRlIHRyYW5zcG9ydGlvbg0KVHJhbnNwb3J0YXRpb24gMS04IHBlb3BsZTogJDIwMC4wMDAgICAoTEZSKQ0KDQpGb3Igb3Zlcm5pZ2h0IHBhY2thZ2Ugc3RheXMgYXQgTGFzIEZsb3JlcyBSZXNvcnQsIHBsZWFzZSBjb250YWN0IG91ciBTZXJ2aWNlIE1hbmFnZXI6IEVtZXJpdGEgU2FuY2hleiBjZXNhbmNoZXpAcHVlcnRvYmFyaWxsYXMuY29tDQoNCg0KaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1DSE51SWZQamlqcyZmZWF0dXJlPXlvdXR1LmJlDQoNCiAgICAgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz5PdGhlciByZWNvbW1lbmRhdGlvbnM8L3N0cm9uZz4NClBMQVlBIExPUyBNQU5HT1MgKEhvdGVsIExvcyBNYW5nb3MpIHd3dy5wdW50YW1hbmdvaG90ZWwuY29tDQpUcmFuc2ZlcnRvIEhvdGVsIExvcyBNYW5nb3MNCkx1bmNoIGF0IHRoZSBob3RlbC0gQ2hpY2tlbiBvciBmaXNoIGFuZCBhIG5vbi1hbGNvaG9saWMgZHJpbmsNCiogU3VyZiBCb2FyZCByZW50YWw6ICQyMC4wMCBGdWxsIGRheQ0KJDEyLjAwIEhhbGYgZGF5ICAgKEVTVCkNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCg0KUExBWUEgRUwgQ09DQUwsIE1hbmRhbGEgRWNvIFZpbGxhcyAoTEEgTElCRVJUQUQpIA0KVHJhbnNwb3J0YXRpb24gdG8gTGEgTGliZXJ0YWQNClRvdXIgaW5jbHVkZXMgZW50cmFuY2UgdG8gRWNvIFZpbGxhcyBwcm9wZXJ0eQ0KVXNhZ2Ugb2YgZmFjaWxpdGllcw0KVG91ciB0byBhbnkgb2YgdGhlIHN1cmYgc3BvdHMgZGVwZW5kaW5nIG9uIHN1cmZpbmcgbGV2ZWwgYW5kIHdhdmVzIGR1cmluZyB0aGUgZGF5Lg0KUGxheWEgUHVudGEgUm9jYSwgUGxheWEgRWwgQ29jYWwsIFBsYXlhIEVsIFpvbnRlIG8gUGxheWEgRWwgU3VuemFsDQoNCipTdXJmIEJvYXJkIFJlbnRhbHMgYXBwcm94aW1hdGVseTogJDE1LjAwIHBlciBib2FyZCAgKE1hbmRhbGEpDQoNCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KDQpMQSBMSUJFUlRBRA0KQ0FGRSBTVU5aQUwNCkZVTEwgREFZIFRPVVIgLSBTVVJGIA0KUm91bmQgVHJpcCB0cmFuc3BvcnRhdGlvbiB3aXRoIGxpbWl0ZWQgbHVuY2gNCipTdXJmIGJvYXJkIHJlbnRhbHMgJDE1LkZ1bGwgRGF5DQokMTAuMDAgaGFsZiBkYXkgICAoRVNUMikNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQoNCjxzdHJvbmc+T1RIRVIgREFZIFRPVVJTPC9zdHJvbmc+DQoNCjxzdHJvbmc+SW5kaWdvIEJsdWUgYW5kIFN1Y2hpdG90byBjb2xvbmlhbCB0b3duPC9zdHJvbmc+IChPdXIgUmVjY29tZW5kYXRpb24pICANCg0KOCBIb3Vycw0KRGVwYXJ0dXJlOiA4LjMwIGFtDQpTZXJ2aWNlOiBQcml2YXRlDQpPcGVyYXRlczogRGFpbHkgKHN1YmplY3QgdG8gYXZhaWxhYmlsdHkpDQpEaWZmaWN1bHR5OiBFYXN5DQpQcmljZSBpbmNsdWRlczogUHJpdmF0ZSB2ZWhpY2xlIGFuZCBkcml2ZXIsIHByaXZhdGUgZ3VpZGUsIGx1bmNoLCBpbmRpZ28gd29ya3Nob3AsIHNhbGVzIHRheC4NCkNPREU6IE9EVDA0LUENClJFQ09NTUVOREFUSU9OUw0K4oCiIFdhbGtpbmcgc2hvZXMuDQrigKIgU3Vuc2NyZWVuLCBzdW5nbGFzc2VzLCBoYXQuDQrigKIgRnJlc2ggY2xvdGhlcy4NCg0KREVTQ1JJUFRJT04NCg0KSW4gdGhpcyB0b3VyIHdlIHdpbGwgdmlzaXQgU3VjaGl0b3RvLCBvbmUgb2YgRWwgU2FsdmFkb3IncyBjb2xvbmlhbCB0b3ducy4gSXRzIG5hbWUgbWVhbnMgdGhlIHBsYWNlIG9mIHRoZSBGbG93ZXIgQmlyZC4gV2FsayBhbG9uZyB0aGUgY2hhcm1pbmcgY29iYmxlc3RvbmUgc3RyZWV0cyBzdXJyb3VuZGVkIGJ5IGxvdmVseSBvbGQgY29sb25pYWwgaG9tZXMuIFN1Y2hpdG90byBpcyBob21lIHRvIFNhbnRhIEx1Y2lhIENodXJjaCwgYnVpbHQgaW4gMTg1MywgbWFqZXN0aWNhbGx5IHNpdHVhdGVkIGluIHRoZSB0b3duJ3MgY2VudHJhbCBzcXVhcmUuIFdlIHdpbGwgaGF2ZSBsdW5jaCBhdCBjaGFybWluZyBIb3RlbCBMb3MgQWxtZW5kcm9zIGRlIFNhbiBMb3JlbnpvLg0KDQpBZnRlciBsdW5jaCwgd2Ugd2lsbCBlbmpveSBhbiBJbmRpZ28gV29ya3Nob3AuIEluZGlnbyBpcyBhIG5hdHVyYWwgY29sb3JhbnQgZXh0cmFjdGVkIGZyb20gdGhlIFhpcXVpbGl0ZSBwbGFudC4gSXQgd2FzIGEgdmVyeSBpbXBvcnRhbnQgZWxlbWVudCBmb3IgdGhlIE1heWFucyBzaW5jZSB0aGV5IHVzZWQgaXQgZm9yIG1hZ2ljL3JlbGlnaW91cyByaXR1YWxzLCBhcyBhIG1lZGljYWwgcGxhbnQsIGZvciBwb3R0ZXJ5LCBhbmQgZm9yIHBhaW50aW5nLiBXaGVuIHRoZSBTcGFuaXNoIOKAnENvbnF1aXN0YWRvcmVz4oCdIGFycml2ZWQgdG8gRWwgU2FsdmFkb3IgaW4gMTUyNCwgSW5kaWdvIGJlY2FtZSB0aGUgbmV3IHNvdXJjZSBvZiB3ZWFsdGggaW4gdGhlIHJlZ2lvbi4NCg0KUGVkcm8gZGUgQWx2YXJhZG8gbm90aWNlZCBob3cgdGhlIEluZGlhbnMgdXNlZCBzZXZlcmFsIHNoYWRlcyBvZiBibHVlIGluIHRoZWlyIGNsb3RoZXMuIEluIDE1NTgsIHRoZSBIYWJzYnVyZyBLaW5nIENoYXJsZXMgSSBvcmRlcmVkIHRoZSB0ZXJyaXRvcmllcyBvZiBHdWF0ZW1hbGEgYW5kIEN1c2NhdGzDoW4gKEVsIFNhbHZhZG9yKSwgdG8gcHJvZHVjZSBpbmRpZ28gZm9yIFNwYWluLg0KVGhlIGNvbW1lcmNpYWwgcm91dGUgd2FzIHRocm91Z2ggR3JhbmFkYSwgdGhlbiB0byBDYXJ0YWdlbmEgZGUgSW5kaWFzIGZyb20gd2hlcmUgaXQgdHJhdmVsbGVkIHRvIFNwYWluLiBJbiB0aGUgWFZJSSBjZW50dXJ5LCB0aGUgb3VuY2Ugb2YgaW5kaWdvIHdhcyBhcyB2YWx1YWJsZSBhcyBnb2xkLiBFbCBTYWx2YWRvcuKAmXMgaW5kaWdvLCBoYXMgYWx3YXlzIGJlZW4gcmVjb2duaXplZCBhcyB0b3AgcXVhbGl0eSB3b3JsZHdpZGUuIFdlIHdpbGwgbGVhcm4gdGhlIHByb2Nlc3Mgb2YgaW5kaWdvIGFzIHdlbGwgYXMgYXJ0IHRlY2huaXF1ZXMgdXNlZCBvbiBjbG90aGluZyBhcyB3ZSBleHBlcmltZW50IGluIGRlc2lnbmluZyBvdXIgb3duIHNjYXJmLiAgKEdCUikNCiAgICAgICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz4NCkhpa2luZyB0aGUgIkxpZ2h0aG91c2Ugb2YgdGhlIFBhY2lmaWMiPC9zdHJvbmc+DQoNCjkgSG91cnMgDQpEZXBhcnR1cmU6IDguMDAgYW0gDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBNZWRpdW0gdG8gbWVkaXVtLSBIaWdoDQpQcmljZSBJbmNsdWRlczogIFByaXZhdGUgdmVoaWNsZSBhbmQgZHJpdmVyLCBwcml2YXRlIGd1aWRlLCBsdW5jaCwgZW50cmFuY2UgZmVlLCBzYWxlcyB0YXguDQpDT0RFOiBPRFQwMi1BIA0KUkVDT01NRU5EQVRJT05TDQpIaWtpbmcgY2xvdGhlcyAoaGlraW5nIHNob2VzLCBwYW50cywgbG9uZyBzbGVldmVzKS4NClN1bnNjcmVlbiwgc3VuZ2xhc3NlcywgaGF0Lg0KVGFrZSBlbm91Z2ggZHJpbmtpbmcgd2F0ZXIuDQoNCkRFU0NSSVBUSU9ODQoNClZvbGNhbm9lcyBOYXRpb25hbCBQYXJrIChkZXNjcmlwdGlvbiBpbiB0b3VyICMxKSBwcm92aWRlcyB0aGUgd29uZGVyZnVsIG9wcG9ydHVuaXR5IHRvIGhpa2UgdG8gdGhlIGNyYXRlciBvZiAyIGFtYXppbmcgdm9sY2Fub2VzLiBJemFsY28gVm9sY2FubyBpcyBhIGNvbmUgc2hhcGVkIHZvbGNhbm8gbWFkZSB1cCBvZiBzYW5kIGFuZCBsYXZhIHJvY2sgY3JlYXRpbmcgYSBjaGFsbGVuZ2luZyBidXQgcmV3YXJkaW5nIGhpa2UuIE9uY2UgYXQgdGhlIHN1bW1pdCwgeW91IHdpbGwgYmUgYWJsZSB0byB3YWxrIGFyb3VuZCB0aGUgY3JhdGVyIGV4cGVyaWVuY2luZyB0aGUgd2FybSBmdW1hcm9sZXMgYW5kIHRoZSBhbWF6aW5nIHZpZXdzLiBXaXRoIGEgcGVyc29uYWwgYW5kIGV4cGVyaWVuY2VkIGd1aWRlLCB0aGUgdG90YWwgaGlrZSB0YWtlcyBhYm91dCA1IGhvdXJzLg0KVGhlIG90aGVyIG9wdGlvbiBpcyBTYW50YSBBbmEgVm9sY2Fuby4gVGhpcyB2b2xjYW5vIHByb3ZpZGVzIGEgZGlmZmVyZW50IGhpa2Ugc2luY2UgaXQgaXMgYSBtb3JlIHNvbGlkIGFuZCBtYXNzaXZlIGJvZHkuIE9uY2UgYXQgdGhlIHRvcCwgdGhpcyB2b2xjYW5vIG9mZmVycyB0aGUgdmlldyBvZiBDb2F0ZXBlcXVlIExha2UgYXMgd2VsbCBhcyB0aGUgc3VsZnVyIGdyZWVuIGxhZ29vbiBpbnNpZGUgdGhlIGNyYXRlci4gVG90YWwgaGlrZSB0YWtlcyBhYm91dCA0IGhvdXJzLiBPbiBhIGNsZWFyIGRheSwgZXZlbiB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gY2FuIGJlIHNlZW4uICAoR0JSKQ0KDQogICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQo8c3Ryb25nPkNvZmZlZSBhbmQgRmxvd2VyIFJvdXRlPC9zdHJvbmc+DQoNCjkgSG91cnMNCkRlcGFydHVyZTogUHJpdmF0ZQ0KT3BlcmF0ZXM6IERhaWx5IChTdWJqZWN0IHRvDQpEaWZmaWN1bHR5OiBFYXN5DQpQcmljZSBJbmNsdWRlczogUHJpdmF0ZSB2ZWhpY2xlIGFuZCBkcml2ZXIsIHByaXZhdGUgZ3VpZGUsIGx1bmNoLCBjb2ZmZWUgdG91ciwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDMtQQ0KUkVDT01NRU5EQVRJT05TDQpObyBzcGVjaWZpYyByZWNvbW1lbmRhdGlvbnMuDQoNCkRFU0NSSVBUSU9ODQoNClRoZSBGbG93ZXIgUm91dGUgaXMgYSBjb2ZmZWUgcGxhbnRhdGlvbiBhcmVhIGluIHRoZSBXZXN0ZXJuIHNpZGUgb2YgRWwgU2FsdmFkb3IuIEl0IGlzIGNvbXBvc2VkIG9mIDQgbWFpbiB0b3ducyBhbmQgaXQgaGFzIGEgbmljZSB3ZWxjb21pbmcgd2VhdGhlciBkdWUgdG8gdGhlIGFsdGl0dWRlLiBUaGUgdG93bnMgYXJlIE5haHVpemFsY28sIEp1YXl1YSwgQXBhbmVjYSwgYW5kIEF0YWNvLiBUaGUgcmVnaW9uIG9mZmVycyBhbWF6aW5nIHZpZXdzIG9mIG1vdW50YWlucyBhbmQgdm9sY2Fub2VzLCBjcmFmdHMsIGNvZmZlZSB0b3VycywgY2hhcm1pbmcgdG93bnMsIG1hcmtldHMsIGFuZCBhZHZlbnR1cmUgb3B0aW9ucy4NCldlIHdpbGwgdmlzaXQgYSBjb2ZmZWUgcGxhbnRhdGlvbiBhbmQgaWYgdGhlIHRvdXIgdGFrZXMgcGxhY2Ugd2l0aGluIGNvZmZlZSBzZWFzb24gKERFQy1NQVIpLCB0cmF2ZWxlcnMgd2lsbCBiZSBhYmxlIHRvIGNvbGxlY3QgY29mZmVlIHRoZW1zZWx2ZXMgYWxvbmcgd2l0aCB0aGUgbG9jYWxzLg0KDQpBZnRlciB0aGlzIGV4cGVyaWVuY2UsIGEgZ3VpZGVkIHRvdXIgd2lsbCBleHBsYWluIGVhY2ggc3RlcCBvZiB0aGUgY29mZmVlIHByb2Nlc3MuIFRyYXZlbGVycyB3aWxsIGJlIGFibGUgdG8gYnV5IGNvZmZlZSBwcm9kdWN0cyBhbmQgY3JhZnRzIGFzIHNvdXZlbmlycy4gV2Ugd2lsbCBlbmpveSBsdW5jaCBpbiBhIGNoYXJtaW5nIHJlc3RhdXJhbnQgb2YgdGhlIGFyZWEuDQpPcHRpb25hbDogdHJhdmVsZXJzIG1heSBiZSBhYmxlIHRvIGVuam95IGFkdmVudHVyZSBvcHRpb25zIHN1Y2ggYXMgaG9yc2ViYWNrIHJpZGluZywgbW91bnRhaW4gYmlrZSwgQVRWIHRvdXIsIG9yIGEgemlwIGxpbmUgdG91ci4gIChHQlIpDQoNCg0KICAgICAgICAgICAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KDQo8c3Ryb25nPlZvbGNhbm9lcyBUb3VyIDwvc3Ryb25nPiANCg0KOCBIb3VycyANCkRlcGFydHVyZTogODozMCBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBFYXN5IA0KUHJpY2UgSW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERSA6IE9EVDAxLUEgDQpSRUNPTU1FTkRBVElPTlMNCldhbGtpbmcgc2hvZXMuDQpTdW5zY3JlZW4sIHN1bmdsYXNzZXMsIGhhdC4NCldlIHdpbGwgcmVhY2ggYW4gYWx0aXR1ZGUgb2YgMjMwMCBtdHMuIGFib3ZlIHNlYSBsZXZlbC4NCg0KDQpERVNDUklQVElPTg0KDQpFbCBTYWx2YWRvciBpcyB0aGUgY291bnRyeSB3aXRoIG1vcmUgdm9sY2Fub2VzIHBlciBzcXVhcmUga2lsb21ldGVycyBpbiB0aGUgd29ybGQuIFRoaXMgaXMgYmVjYXVzZSB0aGVyZSBhcmUgbWFueSB2b2xjYW5vZXMgaW4gYSB2ZXJ5IHNtYWxsIGNvdW50cnksICgyMCwwMDAgc3F1YXJlIGtpbG9tZXRlcnMpLiBGcm9tIFNhbiBTYWx2YWRvciB3ZSBoYXZlIGVhc3kgYWNjZXNzIHRvIHZpc2l0IHNvbWUgb2YgdGhlc2UgYmVhdXRpZnVsIHZvbGNhbm9lcy4gDQpPbiB0aGlzIHRyaXAsIHdlIHdpbGwgdmlzaXQgRWwgQm9xdWVyw7NuIGFuZCBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyayB3aGljaCBpcyBhIFVORVNDTyBCaW9zcGhlcmUgUmVzZXJ2ZS4gRWwgQm9xdWVyb24gaXMgdGhlIG5hbWUgb2YgdGhlIGNyYXRlciBvZiBTYW4gU2FsdmFkb3LigJlzIFZvbGNhbm8uIExvY2FscyBzYXkgdGhhdCBpdCBoYXMgdGhpcyBuYW1lIGdpdmVuIHRoYXQgdGhlIGNyYXRlciByZXNlbWJsZXMgYSBiaWcgbW91dGggKGJvcXVlcm9uID0gQmlnIE1vdXRoKS4NCkF0IGFwcHJveGltYXRlbHkgMSw3MDAgbWV0ZXJzIGFib3ZlIHNlYSBsZXZlbCwgaXQgcHJvdmlkZXMgYSBjb29sIGNsaW1hdGUgaW4gYmV0d2VlbiAxNSAtIDIzIMK6Qy4gV2Ugd2lsbCBiZSBhYmxlIHRvIHdhbGsgdG8gdGhlIGVkZ2Ugb2YgdGhlIGNyYXRlciBhbmQgYWRtaXJlIGl0cyBiZWF1dHkuDQoNClRoZW4gd2Ugd2lsbCBjb250aW51ZSB0byBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyaywgd2hlcmUgdGhyZWUgYW1hemluZyB2b2xjYW5vZXMgKEl6YWxjbyBWb2xjYW5vLCBTYW50YSBBbmEgVm9sY2FubyBhbmQgQ2Vycm8gVmVyZGUpIGVtYnJhY2UgYmVhdXRpZnVsIENvYXRlcGVxdWUgTGFrZSB3aGljaCBmaWxscyBhIGNyYXRlciBvZiBhbm90aGVyIHZvbGNhbm8uIA0KSXphbGNvIFZvbGNhbm8gaXMgb25lIG9mIHRoZSB5b3VuZ2VzdCB2b2xjYW5vZXMgaW4gQW1lcmljYSBiZWNhdXNlIGl0IHdhcyBib3JuIGluIHRoZSAxNzAwJ3MsIHdoZXJlYXMgU2FudGEgQW5hIFZvbGNhbm8gaXMgdGhvdXNhbmRzIG9mIHllYXJzIG9sZC4gSXphbGNvIFZvbGNhbm8gd2FzIGtub3duIGFzIHRoZSDigJxMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmlj4oCdIHNpbmNlIGl0cyBsYXZhIGd1aWRlZCB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gQ29hc3QuIE5vIGxhdmEgaXMgY3VycmVudGx5IGZsb3dpbmcsIGJ1dCBib3RoIHZvbGNhbm9lcyBhcmUgc3RpbGwgYWN0aXZlIHNpbmNlIGNvbnN0YW50IGZ1bWFyb2xlcyBhcmUgcHJlc2VudC4gSW4gQ2Vycm8gVmVyZGUsIGxvY2F0ZWQgaW4gdGhlIG1pZGRsZSBvZiB0aGUgb3RoZXIgdHdvIHZvbGNhbm9lcywgd2Ugd2lsbCB3YWxrIGFyb3VuZCBpdHMgZXh0aW5jdCBjcmF0ZXIgcHJvdmlkaW5nIGJyZWF0aHRha2luZyB2aWV3cyBvZiBJemFsY28gYW5kIFNhbnRhIEFuYSBhbmQgQ29hdGVwZXF1ZSBMYWtlLiBBIHR5cGljYWwgd29ybGQgLSBmYW1vdXMgcHVwdXNhcyBsdW5jaCB3aWxsIHdhaXQgZm9yIHVzIGF0IENlcnJvIFZlcmRlLiAgKEdCUikNCg0KDQogICAgICAgICAgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KPHN0cm9uZz5NYXlhbiBIaXN0b3J5IFRvdXI8L3N0cm9uZz4NCg0KOSBIb3VycyANCkRlcGFydHVyZTogOC4wMCBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgZXhjZXB0IE1vbmRheSANCkRpZmZpY3VsdHk6IGVhc3kgDQpQcmljZXMgaW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDUtQQ0KUkVDT01NRU5EQVRJT05TDQrigKIJV2Fsa2luZyBzaG9lcy4NCuKAoglTdW5zY3JlZW4sIHN1bmdsYXNzZXMsIGhhdC4NCuKAoglGcmVzaCBjbG90aGVzIGFuZCByZXBlbGxlbnQuDQoNCg0KREVTQ1JJUFRJT04NCg0KRWwgU2FsdmFkb3IgaXMgcGFydCBvZiB0aGUgTWF5YW4gV29ybGQsIGFuZCBpbiB0aGlzIHRvdXIgd2Ugd2lsbCB2aXNpdCBpdHMgbWFpbiBhcmNoYWVvbG9naWNhbCBzaXRlcy4gSm95YSBkZSBDZXLDqW4gd2FzIGRlY2xhcmVkIGEgV29ybGQgSGVyaXRhZ2UgU2l0ZSBieSBVTkVTQ08gaW4gMTk5MywgYW5kIGl0IGlzIGtub3duIGFzIHRoZSDigJxQb21wZWlpIG9mIHRoZSBBbWVyaWNhc+KAnS4gVGhpcyBhZ3JpY3VsdHVyYWwgY29tbXVuaXR5IHdhcyBidXJpZWQgYnkgdGhlIGFzaGVzIG9mIENhbGRlcmEgVm9sY2FubyBiYWNrIGluIDYwMCBBRC4gVGhhbmtzIHRvIHRoZSBleGNlbGxlbnQgcHJlc2VydmF0aW9uLCB0aGlzIHNpdGUgYWxsb3dzIHVzIHRvIHdpdG5lc3MgdGhlIGV2ZXJ5ZGF5IGxpdmVzIG9mIHRoZSBNZXNvYW1lcmljYW4gYWdyaWN1bHR1cmVzIG9mIHN1Y2ggdGltZSBwZXJpb2QuIFRoZXJlIGlzIGFsc28gYSBjb21wcmVoZW5zaXZlIG11c2V1bSBvbiBzaXRlLg0KDQpXZSB3aWxsIGFsc28gdmlzaXQgVGF6dW1hbCwgYSBjZXJlbW9uaWFsIHNpdGUgd2hpY2ggaGFzIHRoZSBoaWdoZXN0IGtub3duIHB5cmFtaWQgaW4gRWwgU2FsdmFkb3IgKDI0IG1ldGVycykuIFRoZXJlIGlzIGFuIGludGVyZXN0aW5nIGFyY2hhZW9sb2dpY2FsIG11c2V1bSB3aXRoIG1hbnkgamV3ZWxzIGFuZCA0LXNpZGVkIHN0b25lIHNjdWxwdHVyZXMgd2l0aCBlbWJvc3NlZCBmb3VuZCBpbiAxOTQyIGFuZCBkYXRpbmcgODAwIEJDIGFwcHJveC4gV2Ugd2lsbCBhbHNvIHZpc2l0IENhc2FibGFuY2EgKHdoaXRlIGhvdXNlKSBBcmNoYWVvbG9naWNhbCBQYXJrIHdpdGggYSBudW1iZXIgb2YgcHlyYW1pZHMsIGEgbXVzZXVtLCBhbmQgYW4gZXhjaXRpbmcgaW50ZXJhY3RpdmUgZHlpbmcgd29ya3Nob3AgKEluZGlnbykgYSBuYXR1cmFsIGJsdWUgY29sb3JhbnQgZXh0cmFjdGVkIGZyb20gdGhlIHhpcXVpbGl0ZSBwbGFudCBhbmQgdXNlZCBieSB0aGUgTWF5YW5zLiAoR0JSKQ0KCQ0KICAgICAgICAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPHN0cm9uZz5TYW4gU2FsdmFkb3IgQ2l0eSBUb3VyPC9zdHJvbmc+DQoNCkR1cmF0aW9uIG9mIFRvdXI6IDQgaG91cnMgaW4gU2FuIFNhbHZhZG9yDQpEZXBhcnR1cmU6IDguMzBhbSANClNlcnZpY2U6IFByaXZhdGUgDQpPcGVyYXRlczogRGFpbHkgDQpEaWZmaWN1bHR5OiBFYXN5IA0KUHJpY2UgSW5jbHVkZXM6ICBQcml2YXRlIHZlaGljbGUgYW5kIGRyaXZlciwgcHJpdmF0ZSBndWlkZSwgbHVuY2gsIGVudHJhbmNlIGZlZSwgc2FsZXMgdGF4Lg0KQ09ERTogT0RUMDctQSANClJlY29tbWVuZGF0aW9ucyANCuKAoglObyBzcGVjaWZpYyByZWNvbW1lbmRhdGlvbnMuDQoNCkRFU0NSSVBUSU9ODQoNClNhbiBTYWx2YWRvciBpcyB0aGUgc2Vjb25kIGxhcmdlc3QgY2l0eSBvZiBDZW50cmFsIEFtZXJpY2Egd2l0aCBhIHBvcHVsYXRpb24gb2YgYWJvdXQgMS44IG1pbGxpb24gcGVvcGxlLiBXZSB3aWxsIHZpc2l0IHRoZSBtYWluIGxhbmRtYXJrcyBvZiB0aGUgY2l0eSBpbmNsdWRpbmcgZG93bnRvd24gd2hlcmUgd2Ugd2lsbCBzZWUgdGhlIE5hdGlvbmFsIFBhbGFjZSwgYSBuZW9jbGFzc2ljIGJ1aWxkaW5nIGJ1aWx0IGluIDE5MDUuIEl0IGhhcyBhIGJlYXV0aWZ1bCBjZW50cmFsIHBhdGlvIGFzIHdlbGwgYXMgbW9yZSB0aGFuIDEwMCByb29tcy4gSXRzIGZpbGVzIGluY2x1ZGUgaW1wb3J0YW50IGRvY3VtZW50cyBmcm9tIHRoZSBjb2xvbmlhbCBwZXJpb2QuIA0KV2Ugd2lsbCBhbHNvIHZpc2l0IHRoZSBNZXRyb3BvbGl0YW4gQ2F0aGVkcmFsIHdoaWNoIHN1YnN0aXR1dGVzIHRoZSBwcmV2aW91cyBlZGlmaWNhdGlvbnMgZGVzdHJveWVkIGJ5IGVhcnRocXVha2VzIG9yIGZpcmVzLiBUaGUgQ2F0aGVkcmFsIGlzIHN1cnByaXNpbmdseSB3aWRlIGFuZCBsYXJnZSAoTmVvLVJvbWFuZXNxdWUgYW5kIEJ5emFudGluZSkgYW5kIGNlbGVzdGlhbCBkcmF3aW5ncyBhcmUgDQpQYWludGVkIG9uIGl0cyBjdXBvbGEuIEluc2lkZSBzdGFuZCBhIHdvb2RlbiBmaWd1cmUgb2YgdGhlIERpdmluZSBTYXZpb3Igb2YgdGhlIFdvcmxkIGFuZCB0aGUgdG9tYiBvZiBBcmNoYmlzaG9wIFJvbWVybywgYSBtYXJ0eXIgYW5kIGFuIGltcG9ydGFudCBmaWd1cmUgZm9yIEVsIFNhbHZhZG9yLiBSb3NhcmlvIGNodXJjaCBpcyBhbHNvIGFuIGludGVyZXN0aW5nIHN0b3AuIFdpdGggaXRzIGJpemFycmUgYnVpbGRpbmcsIGl0IGhvbGRzIHRoZSBncmF2ZSBvZiBGYXRoZXIgSm9zw6kgTWF0w61hcyBEZWxnYWRvLCBhIHZlcnkgaW1wb3J0YW50IGZpZ3VyZSBvZiB0aGUgQ2VudHJhbCBBbWVyaWNhIGluZGVwZW5kZW5jZS4gVGhlbiB3ZSB3aWxsIGFsc28gZHJpdmUgYnkgdGhlIG1haW4gYXZlbnVlcyBhbmQgc3RyZWV0cyB1bnRpbCB3ZSBhcnJpdmUgdG8gYSBsb2NhbCBjcmFmdHMgbWFya2V0IHdoZXJlIHlvdSB3aWxsIGJlIGFibGUgdG8gYnV5IHNvbWUgc291dmVuaXJzLiBGb3IgbHVuY2gsIHdlIHdpbGwgZW5qb3kgdGhlIHdvcmxkIGZhbW91cyBQdXB1c2FzIHdoaWNoIGFyZSB0b3J0aWxsYXMgc3R1ZmZlZCB3aXRoIGNoZWVzZSBvciBjaGVlc2UgYW5kIGJlYW5zIG9yIHBvcmsuICAoR0JSKQ0KDQogIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KVG91ciBTdWNoaXRvdG8gRnJvbSBQdWVydG8gQmFyaWxsYXMNCg0KRnVsbCBEYXkgU3VjaGl0b3RvIHkgU3VjaGl0bMOhbiBMYWtlDQpTdWNoaXRvdG8gY29tZXMgZnJvbSBwcmUtQ29sdW1iaWFuIHRpbWVzIHdoZXJlIHRoZSBTcGFuaXNoIGNvbmN1cnMgaGFkIGEgYmlnIGluZmx1ZW5jZS4gVGhpcyBoYXMgYmVlbiBtdWNoIGNvbnNlcnZlZCBhcyB5b3UgY2FuIHNlZSBkdXJpbmcgYSBjaXR5IHRvdXIgYnkgZm9vdC4gU3VjaGl0b3RvIGhhcyBncmVhdCBjb2xvbmlhbCBjaHVyY2ggU2FudGEgTHVjaWEsIGFydCBnYWxsZXJpZXMgYW5kIGFudGlxdWUgaG91c2VzLiBUaGUgdG93biBpcyBsb2NhdGVkIGF0IHRoZSBmb29kIG9mIExha2UgU3VjaGl0bGFuLCBhIGZvcm1lciByaXZlciB0aGF0IHdhcyBkYW1tZWQgYW5kIGhhcyBhbiBlY29zeXN0ZW0gdGhhdCBvZmZlcnMgbXVjaCBvcm5pdGhvbG9naWNhbCBpbnRlcmVzdCBmb3IgYWJ1bmRhbmNlIGFzIHdlbGwgYXMgZm9yIHRoZSB2YXJpZXR5IG9mIHNwZWNpZXMsIHBlbGljYW5zLCBoZXJvbnMgYW5kIHN0b3Jrcy4gSW5jbHVkZWQgYSBib2F0IHRyaXAgb24gdGhlIGxha2UgYW5kIHZpc2l0IHRvIHRoZSBpc2xhbmQgTG9zIFDDoWphcm9zLiAgKEVTVCkNCg0KICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQpGdWxsIERheSBoaWtlIFNhbnRhIEFuYSBWb2xjYW5vIENlcnJvVmVyZGUNCldlIHdpbGwgc3RhcnQgb3VyIHRyaXAgdG93YXJkcyBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyaywgd2hlcmUgdGhyZWUgdm9sY2Fub2VzIGNvbWUgdG9nZXRoZXI6IEl6YWxjbyBWb2xjYW5vLCBTYW50YSBBbmEgVm9sY2FubyAoYm90aCBvZiB3aGljaCBhY3RpdmUg4oCTIGJ1dCBub3QgZXJ1cHRpbmcpIGFuZCBDZXJybyBWZXJkZSwgYW4gZXh0aW5jdCB2b2xjYW5vLiBUaGUgdm9sY2Fub2VzIGFyZSBsb2NhdGVkIHdpdGhpbiBiZWF1dGlmdWwgc2NlbmVyeSBhbmQgaGF2ZSBhIHdpZGUgYmlvZGl2ZXJzaXR5LiBUaGVyZSBhcmUgbWFueSBzcGVjaWVzIG9mIGFuaW1hbHMgbGl2aW5nIGluc2lkZSB0aGUgcGFyazsgYW1vbmcgdGhlbSBhcmUgbWFueSB0eXBlcyBvZiBodW1taW5nYmlyZHMgYW5kIHRoZSBibGFjayBiaXJkcyBrbm93biBhcyAiY2hhcmEiIHdoaWNoIGZlZWQgb3RoZXIgYmlyZHMgc3VjaCBhcyB0b3VjYW5zLCBkdXJpbmcgdGhlaXIgbWF0aW5nIHNlYXNvbiBBdCBhIDExIGFtICB5b3Ugd2lsbCBoaWtlIHVwIFZvbGNhbm8gSWxhbWF0ZXBlYyAoU2FudGEgQW5hKSAyLDM4MSBtZXRlcnMgYWJvdmUgc2VhIGxldmVsLCB0aGUgdGFsbGVzdCB2b2xjYW5vIGluIEVsIFNhbHZhZG9yLiBUaGUgdm9sY2FubyBoYXMgZm91ciBjcmF0ZXJzIGFuZCBvbmUgb2YgdGhlbSBoZWxkIGEgc3VsZnVyIGxhZ29vbi4gSXQncyBtb3N0IHJlY2VudCBlcnVwdGlvbiB3YXMgb24gdGhlIG1vcm5pbmcgb2YgT2N0b2JlciAxc3QuIDIwMDUuIFRoZSB2b2xjYW5vIGlzIGxvY2F0ZWQgd2l0aGluIHRoZSBoaWxscyBvZiBBcGFuZWNhLCBzdXJyb3VuZGVkIGJ5IGNsb3VkIGZvcmVzdHMsIGluIHJlZ2lvbiBmdWxsIG9mIGNvZmZlZSBwbGFudGF0aW9ucy4gWW91IHdpbGwgaGF2ZSBhIGdyZWF0IHZpZXcgdG8gTGFrZSBDb2F0ZXBlcXVlLCBhIGJlYXV0aWZ1bCwgY2xlYW4sIGFuZCBzcGFya2xpbmcgYmx1ZSBjcmF0ZXItc2hhcGVkIGxha2UuICAoRVNUKQ0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQpGdWxsIERheSBUaGUgRmxvd2VycyBhbmQgQ29mZmVlICBSb3V0ZQ0KVG9kYXkgeW91IHdpbGwgZW5qb3kgYSBmdWxsIGRheSB0b3VyIGJlZ2lubmluZyB3aXRoIHRoZSBjb2xvcmZ1bCB0b3duIG9mIEF0YWNvLiBIZXJlIHlvdSB3aWxsIHZpc2l0IGEgbG9jYWwgY29mZmVlIGZhY3RvcnkgdG8gbGVhcm4gdGhlIHByb2R1Y3Rpb24gcHJvZ3Jlc3MgZnJvbSBncm93aW5nIGFuZCBoYXJ2ZXN0aW5nIHRvIHRoZSBkZWxpY2lvdXMgZmluYWwgcHJvZHVjdC4gDQpUaGlzIGFmdGVybm9vbiB5b3Ugd2lsbCBoYXZlIGF0IHlvdXIgbGVpc3VyZSB0byBleHBsb3JlIHRoZSBiZWF1dGlmdWwgY2l0eSBvZiBBdGFjbyBiZWZvcmUgY29udGludWluZyB0byBOYWh1aXphbGNvLiBBIHNtYWxsIHRvd24gd2l0aCBzdHJvbmcgaW5kaWdlbm91cyByb290cywgTmFodWl6YWNsbyBpcyBrbm93biBmb3IgaXRzIHdpY2tlciBhbmQgZmFtb3VzIGZvciBpdHMgZXZlbmluZyBtYXJrZXQgZGF0aW5nIGZyb20gYW5jaWVudCB0aW1lcy4gIChFU1QpDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCk9ORSBOSUdIVCBTVEFZICBIT1RFTFMgLSBSRUNDT01FTkRFRC0gKFdlIGhhdmUgYWdyZWVtZW50cyB3aXRoIHRoZSBmb2xsb3dpbmcgaG90ZWxzIHNvIHdlIGNhbiBtYWtlIHlvdXIgcmVzZXJ2YXRpb24gZGlyZWN0bHkNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCkVMIENVQ08vIFBMQVlBIExBUyBGTE9SRVMNCkxBUyBGTE9SRVMgUkVTT1JUICYgU1VSRiBDTFVCIEZVTEwgQk9BUkQgICAgDQoNClNVQ0hJVE9UTyAoQ09MT05JQUwgVE9XTikNCkxPUyBBTE1FTkRST1MgREUgU0FOIExPUkVOWk8gKEhPVEVMIEJPVVRJUVVFKQ0KDQpTQU4gU0FMVkFET1INCklOVEVSQ09OVEVOVEFMIEhPVEVMDQpISUxUT04gUFJJTkNFU1MNCiANCg0KTVVMVEkgREFZIFBBQ0tBR0VTDQpNSVggQU5EIE1BVENILi4uIEVpdGhlciB5b3UgY2FuIGdvIGZvciBvbmUgZGF5LCBzdGF5IHRoZSBuaWdodCBvIGNvbnRpbnVlIHRyYXZlbGxpbmcgdGhlIG5leHQgZGF5DQpUcmF2ZWwgZm9yIDEgZGF5LCAxIG5pZ2h0IHVwIHRvIDMgbmlnaHRzIGFuZCBsZWFybiBtb3JlIGFib3V0IEVsIFNhbHZhZG9yLg0KDQpEQVkgMTogVHJhbnNmZXIgZnJvbSBQdWVydG8gQmFyaWxsYXMgdG8gTGEgTGliZXJ0YWQuIFN1cmYgdG91ci4gTG9jYWwgbHVuY2guIFRyYW5zZmVyIHRvIEhvdGVsIGF0IExhIExpYmVydGFkLg0KTG9kZ2luZyBpbiBDYXNhIGRlIE1hciBob3RlbC4gKEwpDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gQ2FzYSBkZSBNYXIgaG90ZWwgd2l0aCBicmVha2Zhc3QsIGJhc2VkIG9uIHN0YW5kYXJkIGRvdWJsZSByb29tLg0K4oCiIEFsbCBQcmljZSBiYXNlZCBvbiBhbGwgUEFYIHRyYXZlbGluZyB0b2dldGhlci4gRXh0cmEgY29zdCBmb3IgZXh0cmEgdHJhbnNmZXJzIGFwcGxpZXMuDQrigKIgUHJpdmF0ZSB2ZWhpY2xlIGZvciBhbGwgdHJpcDogQ29hc3RlciAoMjIgc2VhdHMpOiBGb3IgYWxsIFBBWC4NCuKAoiBFbmdsaXNoIHNwZWFraW5nIGd1aWRlcyBmcm9tIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4NCuKAoiBMb2NhbCBndWlkZSBpbiBMYSBMaWJlcnRhZCBmb3Igc3VyZiB0b3VyLg0K4oCiIDEgbHVuY2ggcGVyIHBlcnNvbi4NCuKAoiBBbGwgZW50cmFuY2UgZmVlcyBhbmQgYWN0aXZpdGllcyBhcmUgaW5jbHVkZWQ6IFN1cmYgdG91ciB3aXRoIGxvY2FsIGd1aWRlLg0K4oCiIEJvdHRsZWQgd2F0ZXIgaW4gdGhlIHZlaGljbGUuDQrigKIgQWxsIGxvY2FsIHRheGVzIGFuZCBmZWVzIGFyZSBpbmNsdWRlZC4NCg0KUHJpY2UgZG9lcyBub3QgaW5jbHVkZToNCuKAoiBTdXJmYm9hcmQuIEV4dHJhIGNvc3QgcGVyIHBlcnNvbiAkMjANCuKAoiBEaW5uZXIuDQrigKIgVHJhdmVsIGluc3VyYW5jZS4NCuKAoiBUaXBzIGZvciBndWlkZSBhbmQgZHJpdmVycy4NCuKAoiBQZXJzb25hbCBleHBlbnNlcy4NCuKAoiBTZXJ2aWNlcyBub3Qgc3BlY2lmaWNhbGx5IG1lbnRpb25lZA0KDQpEQVkgMjogVHJhbnNmZXIgZnJvbSBMYSBMaWJlcnRhZCBIb3RlbC4gUGFub3JhbWljIENpdHkgdG91ciBTYW4gU2FsdmFkb3IuIEpveWEgZGUgQ2VyZW4gQXJjaGFlb2xvZ2ljYWwgc2l0ZS4NCkxvY2FsIGx1bmNoLiBUcmFuc2ZlciB0byBTdWNoaXRvdG8gYW5kIEluZGlnbyBXb3Jrc2hvcC4gVHJhbnNmZXIgdG8gaG90ZWwuIExvZGdpbmcgaW4gTG9zDQpBbG1lbmRyb3MgZGUgU2FuIExvcmVuem8gaG90ZWwgKEIsIEwpDQoNCk1vcm5pbmcgd2Ugd2lsbCBoYXZlIGEgcGFub3JhbWljIGNpdHkgdG91ciBmb3IgU2FuIFNhbHZhZG9yIGNpdHkuIFNhbiBTYWx2YWRvciBpcyB0aGUgc2Vjb25kIGxhcmdlc3QgY2l0eSBvZiBDZW50cmFsIEFtZXJpY2Egd2l0aCBhIHBvcHVsYXRpb24gb2YgYWJvdXQgMS44IG1pbGxpb24gcGVvcGxlLiBUaGVuIHdlIHdpbGwgY29udGludWUgdG8gdGhlIGFyY2hhZW9sb2dpY2FsIHNpdGUgb2YgSm95YSBkZSBDZXLDqW4sIGRlY2xhcmVkIGEgV29ybGQgSGVyaXRhZ2UgU2l0ZSBieSBVTkVTQ08gaW4gMTk5My4gVGhpcyBhZ3JpY3VsdHVyYWwgY29tbXVuaXR5IHdhcyBidXJpZWQgYnkgdGhlIGFzaGVzIG9mIFZvbGNhbm8gQ2FsZGVyYSBiYWNrIGluIDYwMCBBRCBmb3Igd2hpY2ggaXQgaXMgYWxzbyBrbm93biBhcyB0aGUg4oCcUG9tcGVpaSBvZiB0aGUgQW1lcmljYXPigJ0uIEFuZCBhbHRob3VnaCBubyBib2RpZXMgd2VyZSBmb3VuZCwgdGhlcmUgYXJlIHNpZ25zIHRoYXQgaXRzIGluaGFiaXRhbnRzIHJlY2VpdmVkIHByb21wdCB3YXJuaW5nIG9mIHRoZSBlcnVwdGlvbi4gVGhhbmtzIHRvIHRoZSBleGNlbGxlbnQgcHJlc2VydmF0aW9uLCB0aGlzIHNpdGUgYWxsb3dzIHVzIHRvIHdpdG5lc3MgdGhlIGV2ZXJ5ZGF5IGxpdmVzIG9mIHRoZSBNZXNvYW1lcmljYW4gYWdyaWN1bHR1cmVzIG9mIHN1Y2ggdGltZSBwZXJpb2Q7IHdlIGNhbiB3aXRuZXNzIHRoZWlyIGhvbWVzLCBiZWRzLCBjcm9wIGZpZWxkcyBhbmQgZXZlbiBzYXVuYXMuIFRoaXMgbWFrZXMgaXQgYSB1bmlxdWUgcGxhY2Ugd2l0aGluIHRoZSBNYXlhbiBXb3JsZC4gVGhlcmUgaXMgYWxzbyBhIGNvbXByZWhlbnNpdmUgbXVzZXVtIG9uIHNpdGUgd2hlcmUgeW91IGNhbiBzZWUgdGhlIG9sZGVzdCBjYWNhbyBzZWVkcyBrbm93biBpbiB0aGUgd29ybGQuIExvY2FsIEx1bmNoLg0KDQpBZnRlciBsdW5jaCwgdHJhbnNmZXIgdG8gU3VjaGl0b3RvLiBTdWNoaXRvdG8gdG93biBpcyBvbmUgb2YgRWwgU2FsdmFkb3Igb2xkZXN0IGNvbG9uaWFsIHRvd25zLiBJdHMgbmFtZSBtZWFucyB0aGUgcGxhY2Ugb2YgdGhlIEZsb3dlciBCaXJkLiBXZSB3aWxsIHdhbGsgYWxvbmcgdGhlIGNoYXJtaW5nIGNvYmJsZXN0b25lIHN0cmVldHMgc3Vycm91bmRlZCBieSBsb3ZlbHkgb2xkIGNvbG9uaWFsIGhvbWVzLiBTdWNoaXRvdG8gaXMgaG9tZSB0byBTYW50YSBMdWNpYSBDaHVyY2gsIGJ1aWx0IGluIDE4NTMsIG1hamVzdGljYWxseSBzaXR1YXRlZCBpbiB0aGUgdG93bidzIGNlbnRyYWwgc3F1YXJlLg0KDQpXZSB3aWxsIGV4cGVyaWVuY2UgYW4gSW5kaWdvIFdvcmtzaG9wLiBJbmRpZ28gaXMgYSBuYXR1cmFsIGNvbG9yYW50IGV4dHJhY3RlZCBmcm9tIHRoZSBYaXF1aWxpdGUgcGxhbnQuIEl0IHdhcyBhIHZlcnkgaW1wb3J0YW50IGVsZW1lbnQgZm9yIHRoZSBNYXlhbnMgc2luY2UgdGhleSB1c2VkIGl0IGZvciBtYWdpY2FsL3JlbGlnaW91cyByaXR1YWxzLCBhcyBhIG1lZGljYWwgcGxhbnQsIGZvciBwb3R0ZXJ5LCBhbmQgZm9yIHBhaW50aW5nLiBXaGVuIHRoZSBTcGFuaXNoIOKAnENvbnF1aXN0YWRvcmVz4oCdIGFycml2ZWQgdG8gRWwgU2FsdmFkb3IgaW4gMTUyNCwgSW5kaWdvIGJlY2FtZSB0aGUgbmV3IHNvdXJjZSBvZiB3ZWFsdGggaW4gdGhlIHJlZ2lvbi4gUGVkcm8gZGUgQWx2YXJhZG8gbm90aWNlZCBob3cgdGhlIEluZGlhbnMgdXNlZCBzZXZlcmFsIHNoYWRlcyBvZiBibHVlIGluIHRoZWlyIGNsb3RoZXMsIGFuZCBpbiAxNTU4LCB0aGUgSGFic2J1cmcgS2luZyBDaGFybGVzIEkgb3JkZXJlZCB0aGUgdGVycml0b3JpZXMgb2YgR3VhdGVtYWxhIGFuZCBDdXNjYXRsw6FuIChFbCBTYWx2YWRvciksIHRvIHByb2R1Y2UgaW5kaWdvIGZvciBTcGFpbi4gVGhlIGNvbW1lcmNpYWwgcm91dGUgd2FzIHRocm91Z2ggR3JhbmFkYSwgdGhlbiB0byBDYXJ0YWdlbmEgZGUgSW5kaWFzIGZyb20gd2hlcmUgaXQgdHJhdmVsbGVkIHRvIFNwYWluLiBJbiB0aGUgWFZJSSBjZW50dXJ5LCB0aGUgb3VuY2Ugb2YgaW5kaWdvIHdhcyBhcyB2YWx1YWJsZSBhcyBnb2xkLiBFbCBTYWx2YWRvciBpbmRpZ28sIGhhcyBhbHdheXMgYmVlbiByZWNvZ25pemVkIGFzIHRvcCBxdWFsaXR5IHdvcmxkd2lkZS4gV2Ugd2lsbCBsZWFybiB0aGUgcHJvY2VzcyBvZiBpbmRpZ28gYXMgd2VsbCBhcyBhcnQgdGVjaG5pcXVlcyB1c2VkIG9uIGNsb3RoaW5nIGFzIHdlIGV4cGVyaW1lbnQgaW4gZGVzaWduaW5nIG91ciBvd24gc2NhcmYuDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gTG9zIEFsbWVuZHJvcyBkZSBTYW4gTG9yZW56byBob3RlbCB3aXRoIGJyZWFrZmFzdCwgYmFzZWQgb24gc3RhbmRhcmQgZG91YmxlIHJvb20uDQrigKIgQWxsIFByaWNlIGJhc2VkIG9uIGFsbCBQQVggdHJhdmVsaW5nIHRvZ2V0aGVyLiBFeHRyYSBjb3N0IGZvciBleHRyYSB0cmFuc2ZlcnMgYXBwbGllcy4NCuKAoiBQcml2YXRlIHZlaGljbGUgZm9yIGFsbCB0cmlwOiBDb2FzdGVyICgyMiBzZWF0cyk6IEZvciBhbGwgUEFYLg0K4oCiIEVuZ2xpc2ggc3BlYWtpbmcgZ3VpZGVzIGZyb20gTGEgTGliZXJ0YWQgaG90ZWwuDQrigKIgMSBsdW5jaCBwZXIgcGVyc29uLg0K4oCiIEFsbCBlbnRyYW5jZSBmZWVzIGFuZCBhY3Rpdml0aWVzIGFyZSBpbmNsdWRlZDogUGFub3JhbWljIGNpdHkgdG91ciwgSm95YSBkZSBDZXJlbiBhcmNoYWVvbG9naWNhbCBzaXRlLCBpbmRpZ28gd29ya3Nob3AuDQrigKIgQm90dGxlZCB3YXRlciBpbiB0aGUgdmVoaWNsZS4NCuKAoiBBbGwgbG9jYWwgdGF4ZXMgYW5kIGZlZXMgYXJlIGluY2x1ZGVkLg0KDQpQcmljZSBkb2VzIG5vdCBpbmNsdWRlOg0K4oCiIERpbm5lci4NCuKAoiBUcmF2ZWwgaW5zdXJhbmNlLg0K4oCiIFRpcHMgZm9yIGd1aWRlIGFuZCBkcml2ZXJzLg0K4oCiIFBlcnNvbmFsIGV4cGVuc2VzLg0K4oCiIFNlcnZpY2VzIG5vdCBzcGVjaWZpY2FsbHkgbWVudGlvbmVkDQoNCkRBWSAzOiBUcmFuc2ZlciBmcm9tIFN1Y2hpdG90byB0byBWb2xjYW5vZXMgTmF0aW9uYWwgUGFyay4gQ2xpbWIgdGhlIFNhbnRhIEFuYSB2b2xjYW5vLiBMb2NhbCBsdW5jaCBpbg0KQ29hdGVwZXF1ZSBMYWtlLiBUcmFuc2ZlciB0byBGbG93ZXIgUm91dGUuIExvZGdpbmcgaW4gTWlzacOzbiBkZSBBbmdlbGVzIGhvdGVsIChCLCBMKS4NCg0KSW4gdGhlIG1vcm5pbmcgd2Ugd2lsbCBoZWFkIHRvIFZvbGNhbm9lcyBOYXRpb25hbCBQYXJrLCBhIFVORVNDTyBCSU9TUEhFUkUgUkVTRVJWRSB3aGVyZSB0aHJlZSBhbWF6aW5nIHZvbGNhbm9lcyAoSXphbGNvIFZvbGNhbm8sIFNhbnRhIEFuYSBWb2xjYW5vIGFuZCBDZXJybyBWZXJkZSkgZW1icmFjZSBiZWF1dGlmdWwgQ29hdGVwZXF1ZSBMYWtlIHdoaWNoIGZpbGxzIGEgY3JhdGVyIG9mIGFub3RoZXIgdm9sY2Fuby4gSXphbGNvIFZvbGNhbm8gaXMgb25lIG9mIHRoZSB5b3VuZ2VzdCB2b2xjYW5vZXMgaW4gQW1lcmljYSBzaW5jZSBpdCB3YXMgYm9ybiBpbiB0aGUgMTcwMOKAmXMsIHdoZXJlYXMgU2FudGEgQW5hIFZvbGNhbm8gaXMgdGhvdXNhbmRzIG9mIHllYXJzIG9sZC4gSXphbGNvIFZvbGNhbm8gd2FzIGtub3duIGFzIHRoZSDigJxMaWdodGhvdXNlIG9mIHRoZSBQYWNpZmlj4oCdIHNpbmNlIGl0cyBsYXZhIGd1aWRlZCB0aGUgc2hpcHMgb24gdGhlIFBhY2lmaWMgT2NlYW4gQ29hc3QuIE5vIGxhdmEgaXMgY3VycmVudGx5IGZsb3dpbmcsIGJ1dCBib3RoIHZvbGNhbm9lcyBhcmUgc3RpbGwgYWN0aXZlIHNpbmNlIGNvbnN0YW50IGZ1bWFyb2xlcyBhcmUgcHJlc2VudC4gVm9sY2Fub2VzIE5hdGlvbmFsIFBhcmsgb2ZmZXJzIGFtYXppbmcgaGlraW5nIGFuZCB0cmVra2luZywgaW4gdGhpcyB0cmlwIHdlIHdpbGwgY2xpbWIgdGhlIFNhbnRhIEFuYSB2b2xjYW5vLiBMb2NhbCBMdW5jaCBpbiBDb2F0ZXBlcXVlIExha2UuDQoNCkFmdGVybm9vbiBjb250aW51ZSB0byBGbG93ZXIgUm91dGUgZm9yIGxvZGdpbmcuDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIDEgbmlnaHQgaW4gTWlzacOzbiBkZSBBbmdlbGVzIGhvdGVsIHdpdGggYnJlYWtmYXN0LCBiYXNlZCBvbiBzdGFuZGFyZCBkb3VibGUgcm9vbS4NCuKAoiBBbGwgUHJpY2UgYmFzZWQgb24gYWxsIFBBWCB0cmF2ZWxpbmcgdG9nZXRoZXIuIEV4dHJhIGNvc3QgZm9yIGV4dHJhIHRyYW5zZmVycyBhcHBsaWVzLg0K4oCiIFByaXZhdGUgdmVoaWNsZSBmb3IgYWxsIHRyaXA6IENvYXN0ZXIgKDIyIHNlYXRzKTogRm9yIGFsbCBQQVguDQrigKIgRW5nbGlzaCBzcGVha2luZyBndWlkZXMgZnJvbSBTdWNoaXRvdG8gaG90ZWwuDQrigKIgMSBsdW5jaCBwZXIgcGVyc29uLg0K4oCiIEFsbCBlbnRyYW5jZSBmZWVzIGFuZCBhY3Rpdml0aWVzIGFyZSBpbmNsdWRlZDogVm9sY2Fub2VzIE5hdGlvbmFsIFBhcmssIENsaW1iIHRoZSBTYW50YSBBbmEgdm9sY2Fuby4NCuKAoiBCb3R0bGVkIHdhdGVyIGluIHRoZSB2ZWhpY2xlLg0K4oCiIEFsbCBsb2NhbCB0YXhlcyBhbmQgZmVlcyBhcmUgaW5jbHVkZWQuDQoNClByaWNlIGRvZXMgbm90IGluY2x1ZGU6DQrigKIgRGlubmVyLg0K4oCiIFRyYXZlbCBpbnN1cmFuY2UuDQrigKIgVGlwcyBmb3IgZ3VpZGUgYW5kIGRyaXZlcnMuDQrigKIgUGVyc29uYWwgZXhwZW5zZXMuDQrigKIgU2VydmljZXMgbm90IHNwZWNpZmljYWxseSBtZW50aW9uZWQNCg0KREFZIDQ6IENvZmZlZSB0b3VyLiBaaXBsaW5lLiBMb2NhbCBsdW5jaC4gUmV0dXJuIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4gKEIsIEwpDQoNClRoZSBGbG93ZXIgUm91dGUsIGEgY29mZmVlIHBsYW50YXRpb24gYXJlYSBpbiBXZXN0ZXJuIEVsIFNhbHZhZG9yLCBpcyBjb25zaXN0cyBvZiA0IG1haW4gdG93bnMgYW5kIGhhcyBjb21mb3J0YWJsZSB3ZWF0aGVyIGR1ZSB0byB0aGUgYWx0aXR1ZGUuIFRoZSB0b3ducyBhcmUgTmFodWl6YWxjbywgSnVheXVhLCBBcGFuZWNhLCBhbmQgQXRhY28uIFRoZSByZWdpb24gb2ZmZXJzIGFtYXppbmcgdmlld3Mgb2YgbW91bnRhaW5zIGFuZCB2b2xjYW5vZXMgYW5kIG9mZmVycyBjcmFmdHMsIGNvZmZlZSB0b3VycywgY2hhcm1pbmcgdG93bnMsIG1hcmtldHMsIGFuZCBhZHZlbnR1cmUgb3B0aW9ucy4NCg0KV2Ugd2lsbCB2aXNpdCBhIGNvZmZlZSBwbGFudGF0aW9uIGFuZCBpZiB0aGUgdG91ciB0YWtlcyBwbGFjZSB3aXRoaW4gY29mZmVlIHNlYXNvbiAoREVDLU1BUiksIHRyYXZlbGVycyB3aWxsIGJlIGFibGUgdG8gY29sbGVjdCBjb2ZmZWUgdGhlbXNlbHZlcyBhbG9uZyB3aXRoIHRoZSBsb2NhbHMuIEFmdGVyIHRoaXMgZXhwZXJpZW5jZSwgYSBsb2NhbCBndWlkZSB3aWxsIGV4cGxhaW4gZWFjaCBzdGVwIG9mIHRoZSBjb2ZmZWUgcHJvY2VzcyBhdCB0aGUgbWlsbCwgZmluaXNoaW5nIGJ5IHRhc3RpbmcgYSBkZWxpY2lvdXMgY3VwIG9mIGNvZmZlZS4NCg0KVGhlbiB3ZSB3aWxsIGVuam95IGEgemlwbGluZSB0b3VyIGFuZCB0aGVuIHdlIGhhdmUgYSBsb2NhbCBsdW5jaC4gQWZ0ZXJub29uIHRyYW5zZmVyIHRvIFB1ZXJ0byBCYXJpbGxhcyBob3RlbC4NCg0KRU5EIE9GIFNFUlZJQ0VTDQoNClByaWNlIGluY2x1ZGVkOg0K4oCiIEFsbCBQcmljZSBiYXNlZCBvbiBhbGwgUEFYIHRyYXZlbGluZyB0b2dldGhlci4gRXh0cmEgY29zdCBmb3IgZXh0cmEgdHJhbnNmZXJzIGFwcGxpZXMuDQrigKIgUHJpdmF0ZSB2ZWhpY2xlIGZvciBhbGwgdHJpcDogQ29hc3RlciAoMjIgc2VhdHMpOiBGb3IgYWxsIFBBWC4NCuKAoiBFbmdsaXNoIHNwZWFraW5nIGd1aWRlcyBmcm9tIEZsb3dlciBSb3V0ZSBob3RlbC4NCuKAoiAxIGx1bmNoIHBlciBwZXJzb24uDQrigKIgQWxsIGVudHJhbmNlIGZlZXMgYW5kIGFjdGl2aXRpZXMgYXJlIGluY2x1ZGVkOiBDb2ZmZWUgdG91ciBhbmQgemlwbGluZS4NCuKAoiBCb3R0bGVkIHdhdGVyIGluIHRoZSB2ZWhpY2xlLg0K4oCiIEFsbCBsb2NhbCB0YXhlcyBhbmQgZmVlcyBhcmUgaW5jbHVkZWQuDQoNClByaWNlIGRvZXMgbm90IGluY2x1ZGU6DQrigKIgRGlubmVyLg0K4oCiIFRyYXZlbCBpbnN1cmFuY2UuDQrigKIgVGlwcyBmb3IgZ3VpZGUgYW5kIGRyaXZlcnMuDQrigKIgUGVyc29uYWwgZXhwZW5zZXMuDQrigKIgU2VydmljZXMgbm90IHNwZWNpZmljYWxseSBtZW50aW9uZWQNCg0KTk9URVM6DQrigKIgSG90ZWxzIGFyZSBub3QgY29uZmlybWVkLg0K4oCiIFdlIHJlc2VydmUgdGhlIHJpZ2h0IHRvIG1ha2UgY2hhbmdlcyBpbiB0aGUgaXRpbmVyYXJ5IGR1ZSB0byBzaXR1YXRpb25zIGJleW9uZCBvdXIgY29udHJvbC4NCuKAoiBJbmRpZ28gcHJvY2VzcyBpcyBzZWFzb25hbDogSnVuZSB0byBOb3ZlbWJlci4gQnV0IEluZGlnbyB3b3Jrc2hvcCAoZHllKSBjYW4gYmUgZG9uZSBhbGwgeWVhci4NCuKAoiBDb2ZmZWUgTWlsbCB0b3VyIG1heSBiZSBkb25lIGFsbCB5ZWFyOiBGcm9tIERlY2VtYmVyIHRvIE1heSB5b3Ugd2lsbCBiZSBhYmxlIHRvIHNlZSBpdCBvcGVyYXRpbmcuIChHQlIp\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:153;}}}', '2013-11-30 18:41:21', 0, NULL),
(38, 184, 10, 1, 0, 'a2726b6dfa885a05c1d9771775814504', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=209\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"VHJlZWhvdXNlcw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:892:\"PHN0cm9uZz5UaGUgZXhvdGljIHRyZWVob3VzZXMgaW5jbHVkZTo8L3N0cm9uZz4NCjx1bD4NCgk8bGk+R3JvdW5kIEZsb29yOjwvbGk+DQoJPGxpPkJhdGhyb29tPC9saT4NCgk8bGk+U29jaWFsIGFyZWEgd2l0aCBkaW5pbmcgdGFibGU8L2xpPg0KCTxsaT5CYXJiZWN1ZTwvbGk+DQoJPGxpPkhvdCB3YXRlcjwvbGk+DQo8L3VsPg0KPHN0cm9uZz5Ub3AgRmxvb3I6PC9zdHJvbmc+DQo8dWw+DQoJPGxpPkhhbGYgYmF0aDwvbGk+DQoJPGxpPkxhcmdlIHJvb208L2xpPg0KCTxsaT5BIGRvdWJsZSBiZWQgYW5kIGEgYnVuayBiZWQ8L2xpPg0KCTxsaT5BaXIgQ29uZGl0aW9uaW5nPC9saT4NCgk8bGk+RGlyZWN0IFRWIG9mZmVyPC9saT4NCjwvdWw+DQpNYXhpbXVtIE9jY3VwYW5jeTogNCBwZW9wbGUNCg0KPHNwYW4gc3R5bGU9InRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+PHN0cm9uZz5SZWd1bGFyOiAkMTE4LjAwIE1lbWJlcjokNTkuMDA8L3N0cm9uZz48L3NwYW4+DQoNClRoYW5rIHlvdSBmb3IgY2hvb3NpbmcgdG8gc3RheSB3aXRoIHVzLiDCoEVuam95IHlvdXIgdmlzaXQuDQo8YSBocmVmPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3BvbGl0aWNhcy8iPlBsZWFzZSByZWFkIGNhcmVmdWxseSBydWxlcyBhbmQgcmVndWxhdGlvbnMuPC9hPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:209;}}}', '2013-11-30 18:41:52', 0, NULL),
(39, 185, 10, 1, 0, 'f746d5bb63c32774c54f9aeb7679c2ef', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=162\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"VHJpcGFkdmlzb3I=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:264:\"PGlmcmFtZSB0aXRsZT0iVGl0dWxvIiBzcmM9Imh0dHA6Ly93d3cudHJpcGFkdmlzb3IuZXMvSG90ZWxfUmV2aWV3LWc1NDE0Nzc1LWQyNDEwMDM0LVJldmlld3MtUHVlcnRvX0JhcmlsbGFzLUppcXVpbGlzY29fVXN1bHV0YW5fRGVwYXJ0bWVudC5odG1sIiBoZWlnaHQ9IjM1MDAiIHdpZHRoPSIxODAwIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:162;}}}', '2013-11-30 18:42:46', 0, NULL),
(45, 636, 0, 0, 1, '90be65b226577bd3fe29f1559382cddb', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=118\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:32:\"UHVlcnRvX0JhcmlsbGFzX1BpY3R1cmU2\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:118;}}}', '2014-01-03 17:44:26', 0, NULL),
(46, 668, 0, 0, 1, '36162e2b1590167403e6cc8122a8f924', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=625\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"bW9ubw==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:625;}}}', '2014-01-03 17:44:26', 0, NULL),
(47, 669, 0, 0, 1, '7cdd2d0dcbec9c13a00e12d9ce19d8fa', '', 'a:2:{s:3:\"url\";s:43:\"http://www.puertobarillas.com/welcome?p=626\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:16:\"UmVzdGF1cmFudA==\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:626;}}}', '2014-01-03 17:44:26', 0, NULL),
(48, 72, 10, 1, 0, 'c6bcb4d83b80354f55582d6079388461', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=775\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:28:\"SW1hZ2VuZXMgUHJpbmNpcGFsZXM=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:775;}}}', '2014-01-03 17:47:17', 0, NULL),
(49, 678, 10, 1, 0, '7bdc5739c69615ddd6508f540af3c559', 'local', 'a:2:{s:3:\"url\";s:40:\"http://www.puertobarillas.com/welcome?p=\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";N;}}}', '2014-01-03 17:48:57', 0, NULL);
INSERT INTO `wp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
(54, 1031, 9, 1, 0, 'ccb6cc00ecc5913608f060f82c33d99b', 'local', 'a:2:{s:3:\"url\";s:44:\"http://www.puertobarillas.com/welcome?p=1126\";s:8:\"contents\";a:5:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:12:\"TmljZSBBcHA=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:1960:\"Q29udHJhcnkgdG8gcG9wdWxhciBiZWxpZWYsIExvcmVtIElwc3VtIGlzIG5vdCBzaW1wbHkgcmFuZG9tIHRleHQuIEl0IGhhcyByb290cyBpbiBhIHBpZWNlIG9mIGNsYXNzaWNhbCBMYXRpbiBsaXRlcmF0dXJlIGZyb20gNDUgQkMsIG1ha2luZyBpdCBvdmVyIDIwMDAgeWVhcnMgb2xkLiBSaWNoYXJkIE1jQ2xpbnRvY2ssIGEgTGF0aW4gcHJvZmVzc29yIGF0IEhhbXBkZW4tU3lkbmV5IENvbGxlZ2UgaW4gVmlyZ2luaWEsIGxvb2tlZCB1cCBvbmUgb2YgdGhlIG1vcmUgb2JzY3VyZSBMYXRpbiB3b3JkcywgY29uc2VjdGV0dXIsIGZyb20gYSBMb3JlbSBJcHN1bSBwYXNzYWdlLCBhbmQgZ29pbmcgdGhyb3VnaCB0aGUgY2l0ZXMgb2YgdGhlIHdvcmQgaW4gY2xhc3NpY2FsIGxpdGVyYXR1cmUsIGRpc2NvdmVyZWQgdGhlIHVuZG91YnRhYmxlIHNvdXJjZS4gTG9yZW0gSXBzdW0gY29tZXMgZnJvbSBzZWN0aW9ucyAxLjEwLjMyIGFuZCAxLjEwLjMzIG9mICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgKFRoZSBFeHRyZW1lcyBvZiBHb29kIGFuZCBFdmlsKSBieSBDaWNlcm8sIHdyaXR0ZW4gaW4gNDUgQkMuIFRoaXMgYm9vayBpcyBhIHRyZWF0aXNlIG9uIHRoZSB0aGVvcnkgb2YgZXRoaWNzLCB2ZXJ5IHBvcHVsYXIgZHVyaW5nIHRoZSBSZW5haXNzYW5jZS4gVGhlIGZpcnN0IGxpbmUgb2YgTG9yZW0gSXBzdW0sICJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldC4uIiwgY29tZXMgZnJvbSBhIGxpbmUgaW4gc2VjdGlvbiAxLjEwLjMyLg0KDQpUaGUgc3RhbmRhcmQgY2h1bmsgb2YgTG9yZW0gSXBzdW0gdXNlZCBzaW5jZSB0aGUgMTUwMHMgaXMgcmVwcm9kdWNlZCBiZWxvdyBmb3IgdGhvc2UgaW50ZXJlc3RlZC4gU2VjdGlvbnMgMS4xMC4zMiBhbmQgMS4xMC4zMyBmcm9tICJkZSBGaW5pYnVzIEJvbm9ydW0gZXQgTWFsb3J1bSIgYnkgQ2ljZXJvIGFyZSBhbHNvIHJlcHJvZHVjZWQgaW4gdGhlaXIgZXhhY3Qgb3JpZ2luYWwgZm9ybSwgYWNjb21wYW5pZWQgYnkgRW5nbGlzaCB2ZXJzaW9ucyBmcm9tIHRoZSAxOTE0IHRyYW5zbGF0aW9uIGJ5IEguIFJhY2toYW0uDQoNCjxhIGhyZWY9Imh0dHA6Ly93d3cucHVlcnRvYmFyaWxsYXMuY29tL3dlbGNvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvMjQ0NmFiZmFkNzZlODI5MTM0YWJhZjgzZDg2MmQ1ZjcuanBnIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgIHdwLWltYWdlLTExMDMiIGFsdD0iwqFMZXMgZGVzZWFtb3MgdW4gZmVsaXogZMOtYSBhIHRvZG9zIGxvcyBwYWRyZXMhIEVzcGVyYW1vcyBsbyBkaXNmcnV0ZW4gY29uIHRvZG9zIHN1cyBhbWlnb3MgeSBmYW1pbGlhcmVzLiIgc3JjPSJodHRwOi8vd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbS93ZWxjb21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2LzI0NDZhYmZhZDc2ZTgyOTEzNGFiYWY4M2Q4NjJkNWY3LmpwZyIgd2lkdGg9IjM4NCIgaGVpZ2h0PSIzODQiIC8+PC9hPg==\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1126;}s:10:\"categories\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:34:\"\"U2luIGNhdGVnb3LDrWEgQGVzIEBlbg==\"\";s:6:\"format\";s:10:\"csv_base64\";}s:12:\"category_ids\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:2:\"35\";}}}', '2014-07-18 02:50:46', 0, NULL),
(56, 1307, 10, 1, 0, '7814a3c0a1cf459c0210d93384332a6c', 'local', 'a:2:{s:3:\"url\";s:50:\"http://www.puertobarillas.com/welcome?page_id=1301\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:44:\"RlFBIC0gRnJlcXVlbnRseSBBc2tlZCBxdWVzdGlvbnMu\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:1301;}}}', '2016-05-01 16:39:48', 0, NULL),
(57, 1409, 10, 1, 0, 'ff0953df7e127874fabb449d28677b22', 'local', 'a:2:{s:3:\"url\";s:49:\"http://www.puertobarillas.com/welcome?page_id=802\";s:8:\"contents\";a:3:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:20:\"U2xpZGVzaG93IE1haW4=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:0:\"\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:802;}}}', '2016-05-07 22:51:11', 0, NULL),
(58, 1411, 10, 1, 0, '8ff323c26fd5cca774845c88757737d2', 'local', 'a:2:{s:3:\"url\";s:48:\"http://www.puertobarillas.com/welcome?page_id=63\";s:8:\"contents\";a:16:{s:5:\"title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:8:\"TE9ER0U=\";s:6:\"format\";s:6:\"base64\";}s:4:\"body\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:2164:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHPCoGFuZCA0IHRyZWVob3VzZXMuIEVuam95IHRoaXMgdHJhbnF1aWwgcmV0cmVhdMKgd2hlcmUgZXZlcnkgZGF5IGlzIGEgIm1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmciwqB3aXRoIHRoZSBzb25ncyBvZiB0aGXCoGJpcmRzIGFuZCBlbmpveWluZ8KgdGhlIHN0dW5uaW5nIHZpZXcgb2YgdGhlIHN1cnJvdW5kaW5nIHBsYW50YXRpb25zLg0KDQpBY2NvbW1vZGF0aW9uIGlzwqByZWFkeSBmb3IgY2hlY2sgaW4gYXQgM3BtIGFuZCBjaGVjayBvdXQgaXMgMTJwbS4gQnV0IHlvdSBjYW4gZW5qb3kgdGhlIHByb3BlcnR5IHN0YXJ0aW5nIGF0IDczMGFtLiBDb25zaWRlciBzdGF5aW5nIGEgbWluaW11bSBvZiB0d28gbmlnaHRzIG5pZ2h0cyB0byBlbmpveSBhbGwgUHVlcnRvIEJhcmlsbGFzIGhhcyB0byBvZmZlciBhbmQgdG8gdGFrZSBhZHZhbnRhZ2Ugb2YgdGhlIG1hbnkgZnVuIGFjdGl2aXRpZXMgaW4gdGhlIEppcXVpbGlzY28gQmF5IGFuZCBIYWNpZW5kYSBMYSBDYXJyZXJhIGFyZWEuDQoNClJhdGVzIGFyZSBhcyBmb2xsb3c6DQoNClRSRUVIT1VTRVMgKE1heCBPY2N1cGFuY3kgMyBwZW9wbGUpDQpMT1cgU0VBU09ODQokOTUuMDAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb24gKDEgbW9yZSBwZXJzb24gT05MWSk6ICQxMC4wMA0KDQpISUdIIFNFQVNPTg0KJDExOC4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uICgxIG1vcmUgcGVyc29uIE9OTFkpOiAkMTAuMDANCg0KQVBBUlRNRU5UUw0KDQo8c3Ryb25nPkxPVyBTRUFTT048L3N0cm9uZz4NCjIgQmVkcm9vbSBBcGFydG1lbnRzLSBNYXhpbXVtIE9jY3VwYW5jeSA2IHBlb3BsZQ0KJDE5OS4wMCBwZXIgbG9kZ2UgcGVyIG5pZ2h0IEFkZGl0aW9uYWwgcGVyc29uOiQxMC4wMCAodXAgdG8gMiBPTkxZLCBtYXhpbXVtIG9jY3VwYW5jeTogOCkNCg0KSElHSCBTRUFTT04NCjIgQmVkcm9vbSBBcGFydG1lbnQtIE1heGltdW0gT2NjdXBhbmN5IDYgcGVvcGxlDQokMjM2LjAwIHBlciBsb2RnZSBwZXIgbmlnaHQgQWRkaXRpb25hbCBwZXJzb246ICQxMC4wMCAodXAgdG8gMiBvbmx5LCBtYXhpbXVtIG9jY3VwYW5jeSA4IHBlb3BsZSkNCg0KSElHSCBTRUFTT046IFNlbWFuYSBTYW50YSwgMS03dGggb2YgQXVndXN0LCBEZWNlbWJlciAyNnRoLSBKYW51YXJ5IDN0aA0KDQpQcmljZXMgaW5jbHVkZSBicmVha2Zhc3QgKHR5cGljYWwgb3IgcGFuY2FrZXMpIGFuZCB0YXhlcyAoMTMlIElWQSBhbmQgNSUgdG91cmlzbSkNCg0KQ2FuY2VsYXRpb24gcGVuYWx0eQ0KMC0zIGRheXMgcHJpb3IgdG8gYXJyaXZhbCwgbm9uIHJlZnVuZGFibGUNCkhJR0ggU0VBU09OOiBOT05SRUZVTkRBQkxFDQpGb3Igc2VjdXJpdHkgcmVhc29ucywgYWxsIGxvZGdpbmcgaGFzIGEgbWF4aW11bSBjYXBhY2l0eS4gUGxlYXNlIG5vdGUgdGhhdCB3ZSB3aWxsIG5vdCBhY2NlcHQgYW55IGFkZGl0aW9uYWwgcGVyc29uIG9uIGEgbG9kZ2luZy4gTm8gcmVmdW5kcyBhbGxvd2VkLg0KDQombmJzcDsNCg0KJm5ic3A7DQoNCiZuYnNwOw==\";s:6:\"format\";s:6:\"base64\";}s:7:\"excerpt\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:320:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcy4gRW5qb3kgdGhpcyB0cmFucXVpbCByZXRyZWF0IHdoZXJlIGV2ZXJ5IGRheSBpcyBhIOKAnG1hZ2ljYWwgbmlnaHQgYW5kIG1vcm5pbmfigJ0gd2l0aCB0aGUgc29uZ3Mgb2YgdGhlIGJpcmRzIGFuZCBlbmpveWluZ1vigKZd\";s:6:\"format\";s:6:\"base64\";}s:11:\"original_id\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";i:63;}s:24:\"field-_yoast_wpseo_title\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"bG9kZ2UgRWwgU2FsdmFkb3I=\";s:6:\"format\";s:6:\"base64\";}s:29:\"field-_yoast_wpseo_title-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:18:\"_yoast_wpseo_title\";}s:29:\"field-_yoast_wpseo_title-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:27:\"field-_yoast_wpseo_metadesc\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:208:\"TmVzdGxlZCBiZXR3ZWVuIGFuIHVuc3BvaWxlZCByYWluZm9yZXN0IG9mIENvY29udXQgcGFsbSB0cmVlcyBhbmQgY2FjYW8gdHJlZXMgbGllcyA2IGFwYXJ0bWVudHMgYW5kIDQgdHJlZWhvdXNlcywgZnVsbCBlcXVpcHBlZCwgY29tZm9ydGFibGUsIGFpciBjb25kaXRpb25l\";s:6:\"format\";s:6:\"base64\";}s:32:\"field-_yoast_wpseo_metadesc-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:21:\"_yoast_wpseo_metadesc\";}s:32:\"field-_yoast_wpseo_metadesc-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:31:\"field-_yoast_wpseo_metakeywords\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:132:\"TG9kZ2UsIFB1ZXJ0byBCYXJpbGxhcywgRWwgU2FsdmFkb3IsIENvbWZvcnRhYmxlLCBhcGFydG1lbnRzLCB0cmVlaG91c2VzLCBhaXIgY29uZGl0aW9uZXIsIG5hdHVyZQ==\";s:6:\"format\";s:6:\"base64\";}s:36:\"field-_yoast_wpseo_metakeywords-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:25:\"_yoast_wpseo_metakeywords\";}s:36:\"field-_yoast_wpseo_metakeywords-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}s:26:\"field-_yoast_wpseo_focuskw\";a:3:{s:9:\"translate\";i:1;s:4:\"data\";s:24:\"TG9kZ2UgRWwgU2FsdmFkb3I=\";s:6:\"format\";s:6:\"base64\";}s:31:\"field-_yoast_wpseo_focuskw-name\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:20:\"_yoast_wpseo_focuskw\";}s:31:\"field-_yoast_wpseo_focuskw-type\";a:2:{s:9:\"translate\";i:0;s:4:\"data\";s:12:\"custom_field\";}}}', '2016-06-19 16:11:10', 0, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_album`
--

CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext DEFAULT NULL,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_gallery`
--

CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext DEFAULT NULL,
  `title` mediumtext DEFAULT NULL,
  `galdesc` mediumtext DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_ngg_gallery`
--

INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`, `extras_post_id`) VALUES
(1, 'gallery-puerto-barillas', 'gallery-puerto-barillas', 'wp-content/gallery/gallery-puerto-barillas', 'Gallery Puerto Barillas', '', 193, 0, 1, 0),
(2, 'apartment', 'apartment', 'wp-content/gallery/apartment', 'Apartment', '', 0, 87, 1, 0),
(3, 'facilities', 'facilities', 'wp-content/gallery/facilities', 'Facilities', '', 0, 92, 1, 0),
(4, 'monkeys', 'monkeys', 'wp-content/gallery/monkeys', 'Monkeys', '', 0, 104, 1, 0),
(6, 'our-team', 'our-team', 'wp-content/gallery/our-team', 'Our Team', '', 0, 112, 1, 0),
(7, 'bay', 'bay', 'wp-content/gallery/bay', 'Bay', '', 0, 117, 1, 0),
(8, 'revistaejecutiva', 'revistaejecutiva', '/wp-content/gallery/revistaejecutiva', 'RevistaEjecutiva', '', 0, 125, 1, 1071),
(9, 'boat-tour-ride', 'Boat-Tour-ride', '/wp-content/gallery/Boat-Tour-ride', 'Boat Tour ride', NULL, 0, 129, 1, 4755);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_pictures`
--

CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `alttext` mediumtext DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `updated_at` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_ngg_pictures`
--

INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(10, 'puerto-barillas-air-view', 0, 1, 'bahia-de-jiquilisco-2.jpg', 'Vista de Puerto Barillas ', 'Puerto Barillas Air View', '2013-10-13 22:14:59', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQyOSwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQyOX0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19iYWhpYS1kZS1qaXF1aWxpc2NvLTIuanBnIiwiZ2VuZXJhdGVkIjoiMC40NTE0MTEwMCAxMzgxNzAyNDk5In0sImFwZXJ0dXJlIjoiRiA4IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiRmluZVBpeCBTM1BybyAgIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiMTcgZW5lcm8sIDIwMDYgMTE6MTYgYW0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI3OCBtbSIsImlzbyI6MjAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMjUwIHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTB4MjUwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjM3MywiaGVpZ2h0IjoyNTAsImZpbGVuYW1lIjoiYmFoaWEtZGUtamlxdWlsaXNjby0yLW5nZ2lkMDIxMC1uZ2cwZHluLTB4MjUwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC42MDkzNTYwMCAxMzgxNzAzNTg3In0sIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxMzQsImZpbGVuYW1lIjoiYmFoaWEtZGUtamlxdWlsaXNjby0yLW5nZ2lkMDIxMC1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuNTkxODcyMDAgMTM4NTMxMzg3MiJ9fQ==', 0, NULL),
(9, 'atardecer-puerto-barillas', 0, 1, 'atardecer-puerto-barillas.jpg', ' ', 'atardecer-puerto-barillas', '2013-10-13 22:14:47', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_atardecer-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.91213200 1381702487\";}s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"24 enero, 2007 10:12 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"14.5 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:10:\"1/1600 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(8, 'atardecer-morado-puerto-barillas', 0, 1, 'atardecer-morado-puerto-barillas.jpg', ' ', 'atardecer-morado-puerto-barillas', '2013-10-13 22:14:42', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:43:\"thumbs_atardecer-morado-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.15068300 1381702482\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"24 septiembre, 2011 7:56 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"4.3 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\"          \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(7, 'atardecer-jiquilisco-puerto-barillas', 0, 1, 'atardecer-jiquilisco-puerto-barillas.jpg', ' ', 'atardecer-jiquilisco-puerto-barillas', '2013-10-13 22:14:37', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:47:\"thumbs_atardecer-jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.89900800 1381702477\";}s:8:\"aperture\";s:4:\"F 36\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 6:01 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(6, 'area-piscina-y-palapas-puerto-barillas', 0, 1, 'area-piscina-y-palapas-puerto-barillas.jpg', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '2013-10-13 22:14:34', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQyNiwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQyNn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19hcmVhLXBpc2NpbmEteS1wYWxhcGFzLXB1ZXJ0by1iYXJpbGxhcy5qcGciLCJnZW5lcmF0ZWQiOiIwLjE2NzUxMzAwIDEzODE3MDI0NzQifSwiYXBlcnR1cmUiOiJGIDgiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjoiSWxvcGFuZ28gQWlyc2hvdyAyMDAzLCBJbG9wYW5nbywgRWwgU2FsdmFkb3IiLCJjcmVhdGVkX3RpbWVzdGFtcCI6IjI3IGVuZXJvLCAyMDAzIDU6NDUgcG0iLCJjb3B5cmlnaHQiOiJcdTAwYzJcdTAwYTkgMjAwMyBNaWtlIEZpemVyIiwiZm9jYWxfbGVuZ3RoIjoiMTkgbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzIwMCBzZWMiLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjoiSWxvcGFuZ28gMDMiLCJrZXl3b3JkcyI6IlBpcGVyLDZ4LFBpc3RvbiBTaW5nbGUsRml4ZWQgR2VhcixNZXRhbCxUcmljeWNsZSIsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTMzLCJmaWxlbmFtZSI6ImFyZWEtcGlzY2luYS15LXBhbGFwYXMtcHVlcnRvLWJhcmlsbGFzLW5nZ2lkMDE2LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC4wODIzMTMwMCAxMzg3MDM2NjI2In19', 0, NULL),
(11, 'bahia-de-jiquilisco-3', 0, 1, 'bahia-de-jiquilisco-3.jpg', ' ', 'bahia-de-jiquilisco-3', '2013-10-13 22:15:09', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:636;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:636;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_bahia-de-jiquilisco-3.jpg\";s:9:\"generated\";s:21:\"0.05198100 1381702509\";}s:8:\"aperture\";s:5:\"F 5.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"2 noviembre, 2006 12:37 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/220 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(12, 'bahia-de-jiquilisco-5', 0, 1, 'bahia-de-jiquilisco-5.jpg', ' ', 'bahia-de-jiquilisco-5', '2013-10-13 22:15:17', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_bahia-de-jiquilisco-5.jpg\";s:9:\"generated\";s:21:\"0.37306000 1381702517\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(13, 'bahia-de-jiquilisco', 0, 1, 'bahia-de-jiquilisco.jpg', ' ', 'bahia-de-jiquilisco', '2013-10-13 22:15:23', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:410;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:30:\"thumbs_bahia-de-jiquilisco.jpg\";s:9:\"generated\";s:21:\"0.01915900 1381702523\";}s:8:\"aperture\";s:5:\"F 9.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:15:\"FinePix S3Pro  \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"17 enero, 2006 11:10 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"21 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/350 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(14, 'bahiadejiquilisco-puerto-barillas', 0, 1, 'bahiadejiquilisco-puerto-barillas.jpg', ' ', 'bahiadejiquilisco-puerto-barillas', '2013-10-13 22:15:26', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:415;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:415;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:44:\"thumbs_bahiadejiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.39248700 1381702526\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(15, 'barcollegandobonita', 0, 1, 'barcollegandobonita.jpg', ' ', 'barcollegandobonita', '2013-10-13 22:15:31', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:30:\"thumbs_barcollegandobonita.jpg\";s:9:\"generated\";s:21:\"0.26971000 1381702531\";}s:8:\"aperture\";s:4:\"F 10\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"10 febrero, 2004 4:25 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";b:0;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(16, 'camino-de-eucalipto-en-puerto-barillas', 0, 1, 'camino-de-eucalipto-en-puerto-barillas.jpg', ' ', 'camino-de-eucalipto-en-puerto-barillas', '2013-10-13 22:15:38', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:49:\"thumbs_camino-de-eucalipto-en-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.18451100 1381702538\";}s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 6:35 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"36 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(17, 'casa-de-arbol-puerto-barillas', 0, 1, 'casa-de-arbol-puerto-barillas.jpg', ' ', 'casa-de-arbol-puerto-barillas', '2013-10-13 22:15:45', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:40:\"thumbs_casa-de-arbol-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.90566500 1381702545\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"24 septiembre, 2011 7:04 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"8.1 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\"          \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(18, 'chaparrastique-puerto-barillas', 0, 1, 'chaparrastique-puerto-barillas.jpg', ' ', 'chaparrastique-puerto-barillas', '2013-10-13 22:15:49', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:41:\"thumbs_chaparrastique-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.20594300 1381702549\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(19, 'el-nacascolo-puerto-barillas', 0, 1, 'el-nacascolo-puerto-barillas.jpg', ' ', 'el-nacascolo-puerto-barillas', '2013-10-13 22:15:54', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:39:\"thumbs_el-nacascolo-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.64577600 1381702554\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot SD790 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"30 diciembre, 2010 10:35 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.2 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(20, 'fisher-puerto-barillas', 0, 1, 'fisher-puerto-barillas.jpg', ' ', 'fisher-puerto-barillas', '2013-10-13 22:15:59', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:723;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:723;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:33:\"thumbs_fisher-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.65524700 1381702559\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"15 enero, 2012 4:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.1 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/500 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:6:\"\n					\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(21, 'footprints-puerto-barillas', 0, 1, 'footprints-puerto-barillas.jpg', ' ', 'footprints-puerto-barillas', '2013-10-13 22:16:12', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:960;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:37:\"thumbs_footprints-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.41960900 1381702572\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(22, 'hotel-puerto-barillas', 0, 1, 'hotel-puerto-barillas.jpg', ' ', 'hotel-puerto-barillas', '2013-10-13 22:16:21', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:416;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:416;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_hotel-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.71065600 1381702581\";}s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"28 marzo, 2013 12:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"30 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/500 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(24, 'jaiba-puerto-barillas', 0, 1, 'jaiba-puerto-barillas.jpg', ' ', 'jaiba-puerto-barillas', '2013-10-13 22:16:31', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_jaiba-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.91344600 1381702591\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(25, 'jax-jiquilisco-puerto-barillas', 0, 1, 'jax-jiquilisco-puerto-barillas.jpg', ' ', 'jax-jiquilisco-puerto-barillas', '2013-10-13 22:16:35', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:41:\"thumbs_jax-jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.14852200 1381702595\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(26, 'jiquilisco-puerto-barillas-2', 0, 1, 'jiquilisco-puerto-barillas-2.jpg', ' ', 'jiquilisco-puerto-barillas-2', '2013-10-13 22:16:37', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:39:\"thumbs_jiquilisco-puerto-barillas-2.jpg\";s:9:\"generated\";s:21:\"0.62951300 1381702597\";}s:8:\"aperture\";s:4:\"F 16\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 9:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:10:\"1/1600 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(27, 'jiquilisco-puerto-barillas', 0, 1, 'jiquilisco-puerto-barillas.jpg', ' ', 'jiquilisco-puerto-barillas', '2013-10-13 22:16:39', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:489;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:489;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:37:\"thumbs_jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.67145100 1381702599\";}s:8:\"aperture\";s:4:\"F 25\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 9:19 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"42 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:10:\"1/1000 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(28, 'kayaks-en-rampa-puerto-barillas', 0, 1, 'kayaks-en-rampa-puerto-barillas.jpg', 'OLYMPUS DIGITAL CAMERA', 'OLYMPUS DIGITAL CAMERA', '2013-10-13 22:16:51', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:411;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:411;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:42:\"thumbs_kayaks-en-rampa-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.60521600 1381702611\";}s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E-620\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:23:\"3 febrero, 2011 1:54 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"24 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(29, 'lagarto-asoleandose-puerto-barillas', 0, 1, 'lagarto-asoleandose-puerto-barillas.jpg', ' ', 'lagarto-asoleandose-puerto-barillas', '2013-10-13 22:17:01', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_lagarto-asoleandose-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.18077100 1381702621\";}s:8:\"aperture\";s:5:\"F 4.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"18 noviembre, 2008 3:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"17.4 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(30, 'lancha-en-punta-san-juan-puerto-barillas', 0, 1, 'lancha-en-punta-san-juan-puerto-barillas.jpg', ' ', 'lancha-en-punta-san-juan-puerto-barillas', '2013-10-13 22:17:15', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:392;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:392;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:51:\"thumbs_lancha-en-punta-san-juan-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.64761800 1381702635\";}s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 3:17 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(31, 'last-of-the-bay-puerto-barillas', 0, 1, 'last-of-the-bay-puerto-barillas.jpg', ' ', 'last-of-the-bay-puerto-barillas', '2013-10-13 22:17:22', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:42:\"thumbs_last-of-the-bay-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.43926300 1381702642\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(32, 'luna-de-miel-puerto-barillas', 0, 1, 'luna-de-miel-puerto-barillas.jpg', ' ', 'luna-de-miel-puerto-barillas', '2013-10-13 22:17:31', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:425;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:39:\"thumbs_luna-de-miel-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.89822300 1381702651\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"8 agosto, 2009 6:07 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"85 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(33, 'mangalres-puerto-barillas', 0, 1, 'mangalres-puerto-barillas.jpg', ' ', 'mangalres-puerto-barillas', '2013-10-13 22:17:37', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_mangalres-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.69733200 1381702657\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot SD790 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"31 diciembre, 2010 8:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.2 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(34, 'manglares-puerto-barillas', 0, 1, 'manglares-puerto-barillas.jpg', ' ', 'manglares-puerto-barillas', '2013-10-13 22:17:51', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_manglares-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.52996800 1381702671\";}s:8:\"aperture\";s:5:\"F 7.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 7:40 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"41 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:10:\"1/1000 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(35, 'maxyjulsal-puerto-barillas', 0, 1, 'maxyjulsal-puerto-barillas.jpg', ' ', 'maxyjulsal-puerto-barillas', '2013-10-13 22:17:59', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:421;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:421;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:37:\"thumbs_maxyjulsal-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.94416800 1381702679\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:21:\"Canon PowerShot SD750\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"17 abril, 2012 4:56 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(36, 'natural-puerto-barillas', 0, 1, 'natural-puerto-barillas.jpg', ' ', 'natural-puerto-barillas', '2013-10-13 22:18:11', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:34:\"thumbs_natural-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.59683000 1381702691\";}s:8:\"aperture\";s:4:\"F 10\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"28 marzo, 2013 12:16 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"21 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(38, 'noche-jiquilisco-puerto-barillas', 0, 1, 'noche-jiquilisco-puerto-barillas.jpg', ' ', 'noche-jiquilisco-puerto-barillas', '2013-10-13 22:18:19', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:43:\"thumbs_noche-jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.65258700 1381702699\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 6:32 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"20 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(39, 'pajaritos-en-isla-pajarito-puerto-barillas', 0, 1, 'pajaritos-en-isla-pajarito-puerto-barillas.jpg', ' ', 'pajaritos-en-isla-pajarito-puerto-barillas', '2013-10-13 22:18:24', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:122;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:122;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:53:\"thumbs_pajaritos-en-isla-pajarito-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.35512300 1381702704\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(40, 'pancho-puerto-barillas', 0, 1, 'pancho-puerto-barillas.jpg', ' ', 'pancho-puerto-barillas', '2013-10-13 22:18:30', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:627;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:627;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:33:\"thumbs_pancho-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.45432900 1381702710\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"15 enero, 2012 11:55 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"8.898 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:6:\"\n					\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(41, 'pareja-de-pelicanos-puerto-barillas', 0, 1, 'pareja-de-pelicanos-puerto-barillas.jpg', ' ', 'pareja-de-pelicanos-puerto-barillas', '2013-10-13 22:18:35', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:405;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:405;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_pareja-de-pelicanos-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.43051900 1381702715\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 3:38 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"300 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(90, 'entrada-apartamento', 0, 2, 'entrada-apartamento.jpg', 'OLYMPUS DIGITAL CAMERA', 'OLYMPUS DIGITAL CAMERA', '2013-10-21 00:52:23', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQzMSwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQzMX0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19lbnRyYWRhLWFwYXJ0YW1lbnRvLmpwZyIsImdlbmVyYXRlZCI6IjAuMDc3ODYyMDAgMTM4MjMxNjc0MyJ9LCJhcGVydHVyZSI6IkYgNi43IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiRS02MjAiLCJjYXB0aW9uIjoiT0xZTVBVUyBESUdJVEFMIENBTUVSQSIsImNyZWF0ZWRfdGltZXN0YW1wIjoiMiBtYXJ6bywgMjAxMSAxMjowNyBwbSIsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjIzIG1tIiwiaXNvIjoyMDAsInNodXR0ZXJfc3BlZWQiOiIxXC81MCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjoiT0xZTVBVUyBESUdJVEFMIENBTUVSQSIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjE5OCwiaGVpZ2h0IjoxMzQsImZpbGVuYW1lIjoiZW50cmFkYS1hcGFydGFtZW50by1uZ2dpZDAyOTAtbmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjAyNTMwMjAwIDEzODY4MDI1MzgifX0=', 0, NULL),
(43, 'pefisahing-puerto-barillas', 0, 1, 'pefisahing-puerto-barillas.jpg', ' ', 'pefisahing-puerto-barillas', '2013-10-13 22:18:51', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:605;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:605;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:37:\"thumbs_pefisahing-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.68256200 1381702731\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"14 enero, 2012 2:47 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.1 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:6:\"\n					\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(44, 'pelicano-bw-puerto-barillas', 0, 1, 'pelicano-bw-puerto-barillas.jpg', ' ', 'pelicano-bw-puerto-barillas', '2013-10-13 22:18:55', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:447;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:447;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:38:\"thumbs_pelicano-bw-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.62406400 1381702735\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 3:38 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"300 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(45, 'pesca-puerto-barillas-2', 0, 1, 'pesca-puerto-barillas-2.jpg', ' ', 'pesca-puerto-barillas-2', '2013-10-13 22:19:03', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:581;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:581;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:34:\"thumbs_pesca-puerto-barillas-2.jpg\";s:9:\"generated\";s:21:\"0.15124700 1381702743\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"13 enero, 2012 7:48 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.784 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:10:\"1/2000 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(46, 'pesca-puerto-barillas', 0, 1, 'pesca-puerto-barillas.jpg', ' ', 'pesca-puerto-barillas', '2013-10-13 22:19:07', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_pesca-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.80037500 1381702747\";}s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"26 enero, 2007 12:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"6 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(47, 'pesca-puerto-barillas-3', 0, 1, 'pez-gallo-en-la-bocana-puerto-barillas.jpg', ' ', 'pesca-puerto-barillas	', '2013-10-13 22:19:12', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:49:\"thumbs_pez-gallo-en-la-bocana-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.74953200 1381702752\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u1050SW,S1050SW \";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:24:\"13 febrero, 2010 5:12 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(48, 'playa-arbol-bahia-de-jiquilisco', 0, 1, 'playa-arbol-bahia-de-jiquilisco.jpg', ' ', 'playa-arbol-bahia-de-jiquilisco', '2013-10-13 22:19:19', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:603;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:603;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:42:\"thumbs_playa-arbol-bahia-de-jiquilisco.jpg\";s:9:\"generated\";s:21:\"0.56622500 1381702759\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"14 enero, 2012 8:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.1 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:6:\"\n					\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(49, 'puerto-barillas-1', 0, 1, 'puerto-barillas-1.jpg', ' ', 'puerto-barillas-1', '2013-10-13 22:19:23', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:28:\"thumbs_puerto-barillas-1.jpg\";s:9:\"generated\";s:21:\"0.85886600 1381702763\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot SD870 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"5 enero, 2009 5:02 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"4.6 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(50, 'puerto-barillas-3-kayak', 0, 1, 'puerto-barillas-3-kayak.jpg', ' ', 'puerto-barillas-3-kayak', '2013-10-13 22:19:29', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:34:\"thumbs_puerto-barillas-3-kayak.jpg\";s:9:\"generated\";s:21:\"0.91315100 1381702769\";}s:8:\"aperture\";s:4:\"F 18\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 6:11 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(51, 'puerto-barillas-55', 0, 1, 'puerto-barillas-55.jpg', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '2013-10-13 22:19:46', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:426;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:29:\"thumbs_puerto-barillas-55.jpg\";s:9:\"generated\";s:21:\"0.22349300 1381702786\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";s:22:\"27 enero, 2003 7:07 pm\";s:9:\"copyright\";s:20:\"Â© 2003 Mike Fizer\";s:12:\"focal_length\";s:5:\"32 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:11:\"Ilopango 03\";s:8:\"keywords\";s:48:\"Piper,6x,Piston Single,Fixed Gear,Metal,Tricycle\";s:5:\"saved\";b:1;}', 0, NULL),
(52, 'puerto-barillas-air-2', 0, 1, 'puerto-barillas-air-2.jpg', ' ', 'puerto-barillas-air-2', '2013-10-13 22:19:49', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:381;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:381;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_puerto-barillas-air-2.jpg\";s:9:\"generated\";s:21:\"0.25576900 1381702789\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"18 abril, 2012 3:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:10:\"1/4000 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(53, 'puerto-barillas-air', 0, 1, 'puerto-barillas-air.jpg', ' ', 'puerto-barillas-air', '2013-10-13 22:19:54', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:425;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:30:\"thumbs_puerto-barillas-air.jpg\";s:9:\"generated\";s:21:\"0.48751300 1381702794\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(54, 'puerto-barillas-atardecer', 0, 1, 'puerto-barillas-atardecer.jpg', ' ', 'puerto-barillas-atardecer', '2013-10-13 22:20:03', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:352;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:352;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_puerto-barillas-atardecer.jpg\";s:9:\"generated\";s:21:\"0.29048000 1381702803\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 5:46 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(55, 'puerto-barillas-chaparrastique', 0, 1, 'puerto-barillas-chaparrastique.jpg', ' ', 'puerto-barillas-chaparrastique', '2013-10-13 22:20:07', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:41:\"thumbs_puerto-barillas-chaparrastique.jpg\";s:9:\"generated\";s:21:\"0.48647400 1381702807\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(56, 'puerto-barillas-hotel', 0, 1, 'puerto-barillas-hotel.jpg', ' ', 'puerto-barillas-hotel', '2013-10-13 22:20:11', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_puerto-barillas-hotel.jpg\";s:9:\"generated\";s:21:\"0.52435200 1381702811\";}s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 5:56 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"30 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(57, 'puerto-barillas-ship', 0, 1, 'puerto-barillas-ship.jpg', ' ', 'puerto-barillas-ship', '2013-10-13 22:20:16', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:960;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:31:\"thumbs_puerto-barillas-ship.jpg\";s:9:\"generated\";s:21:\"0.60386900 1381702816\";}s:8:\"aperture\";s:5:\"F 7.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 8:10 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"43 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/800 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(58, 'puerto-barillas-trips', 0, 1, 'puerto-barillas-trips.jpg', ' ', 'puerto-barillas-trips', '2013-10-13 22:20:20', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_puerto-barillas-trips.jpg\";s:9:\"generated\";s:21:\"0.31203900 1381702820\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(59, 'puerto-barillas', 0, 1, 'puerto-barillas.jpg', ' ', 'puerto-barillas', '2013-10-13 22:20:25', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:426;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:26:\"thumbs_puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.53656200 1381702825\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"27 enero, 2003 5:31 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"19 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(60, 'punta-san-juan-fishing-puerto-barillas', 0, 1, 'punta-san-juan-fishing-puerto-barillas.jpg', ' ', 'punta-san-juan-fishing-puerto-barillas', '2013-10-13 22:20:32', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:956;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:956;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:49:\"thumbs_punta-san-juan-fishing-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.32298800 1381702832\";}s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 3:17 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(61, 'r-jiquilisco-puerto-barillas', 0, 1, 'r-jiquilisco-puerto-barillas.jpg', ' ', 'r-jiquilisco-puerto-barillas', '2013-10-13 22:20:37', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:39:\"thumbs_r-jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.72581600 1381702837\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 6:03 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(89, 'dormitorio-planta-superior-apartamento', 0, 2, 'dormitorio-planta-superior-apartamento.jpg', ' ', 'dormitorio-planta-superior-apartamento', '2013-10-21 00:52:16', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:49:\"thumbs_dormitorio-planta-superior-apartamento.jpg\";s:9:\"generated\";s:21:\"0.81256400 1382316736\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"24 septiembre, 2011 6:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"4.3 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(63, 'ranchito-en-canal-puerto-barillas', 0, 1, 'ranchito-en-canal-puerto-barillas.jpg', ' ', 'ranchito-en-canal-puerto-barillas', '2013-10-13 22:20:45', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:409;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:409;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:44:\"thumbs_ranchito-en-canal-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.84821300 1381702845\";}s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 8:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"180 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/500 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(64, 'reflejo-manglares-puerto-barillas', 0, 1, 'reflejo-manglares-puerto-barillas.jpg', ' ', 'reflejo-manglares-puerto-barillas', '2013-10-13 22:20:56', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:382;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:382;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:44:\"thumbs_reflejo-manglares-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.56884100 1381702856\";}s:8:\"aperture\";s:4:\"F 10\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 5:48 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"23 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(65, 'sailb-puerto-barillas', 0, 1, 'sailb-puerto-barillas.jpg', ' ', 'sailb-puerto-barillas', '2013-10-13 22:21:08', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:32:\"thumbs_sailb-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.61077000 1381702868\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"13 enero, 2012 6:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"8.108 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(66, 'sunset-jiquilisco-puerto-barillas-3', 0, 1, 'sunset-jiquilisco-puerto-barillas-3.jpg', ' ', 'sunset-jiquilisco-puerto-barillas-3', '2013-10-13 22:21:12', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:960;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_sunset-jiquilisco-puerto-barillas-3.jpg\";s:9:\"generated\";s:21:\"0.11599700 1381702872\";}s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 6:01 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"36 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(67, 'sunset-jiquilisco-puerto-barillas-4', 0, 1, 'sunset-jiquilisco-puerto-barillas-4.jpg', ' ', 'sunset-jiquilisco-puerto-barillas-4', '2013-10-13 22:21:16', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_sunset-jiquilisco-puerto-barillas-4.jpg\";s:9:\"generated\";s:21:\"0.46249800 1381702876\";}s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 6:02 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"20 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL);
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(68, 'sunset-jiquilisco-puerto-barillas', 0, 1, 'sunset-jiquilisco-puerto-barillas.jpg', ' ', 'sunset-jiquilisco-puerto-barillas', '2013-10-13 22:21:20', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:44:\"thumbs_sunset-jiquilisco-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.10577900 1381702880\";}s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 marzo, 2013 5:45 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"43 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(69, 'surf-fishing-2-puerto-barillas', 0, 1, 'surf-fishing-2-puerto-barillas.jpg', ' ', 'surf-fishing-2-puerto-barillas', '2013-10-13 22:21:27', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:362;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:362;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:41:\"thumbs_surf-fishing-2-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.86687800 1381702887\";}s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 3:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(70, 'surf-fishing-puerto-barillas', 0, 1, 'surf-fishing-puerto-barillas.jpg', ' ', 'surf-fishing-puerto-barillas', '2013-10-13 22:21:30', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:368;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:368;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:39:\"thumbs_surf-fishing-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.47367100 1381702890\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 3:38 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(71, 'surf-fishing-punta-san-juan', 0, 1, 'surf-fishing-punta-san-juan.jpg', ' ', 'surf-fishing-punta-san-juan', '2013-10-13 22:21:44', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:979;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:979;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:38:\"thumbs_surf-fishing-punta-san-juan.jpg\";s:9:\"generated\";s:21:\"0.96864700 1381702904\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 abril, 2011 3:58 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"15 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(72, 'tractor-en-botadero-puerto-barillas', 0, 1, 'tractor-en-botadero-puerto-barillas.jpg', ' ', 'tractor-en-botadero-puerto-barillas', '2013-10-13 22:21:50', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_tractor-en-botadero-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.38479600 1381702910\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"24 septiembre, 2011 7:17 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\"          \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(88, 'comedor-y-cocina-de-apartamento', 0, 2, 'comedor-y-cocina-de-apartamento.jpg', '', 'comedor-y-cocina-de-apartamento', '2013-10-21 00:52:14', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19jb21lZG9yLXktY29jaW5hLWRlLWFwYXJ0YW1lbnRvLmpwZyIsImdlbmVyYXRlZCI6IjAuNDE2ODk2MDAgMTM4MjMxNjczNCJ9LCJhcGVydHVyZSI6IkYgMi41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ09PTFBJWCBQMzAwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiMjQgc2VwdGllbWJyZSwgMjAxMSA2OjU4IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNC4zIG1tIiwiaXNvIjo4MDAsInNodXR0ZXJfc3BlZWQiOiIxXC80MCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZSwibmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJjb21lZG9yLXktY29jaW5hLWRlLWFwYXJ0YW1lbnRvLW5nZ2lkMDI4OC1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuOTQzMjg3MDAgMTM4ODk4MjQwOSJ9fQ==', 0, NULL),
(74, 'veleros-al-amanacer-puerto-barillas', 0, 1, 'veleros-al-amanacer-puerto-barillas.jpg', ' ', 'veleros-al-amanacer-puerto-barillas', '2013-10-13 22:22:01', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:1021;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:1021;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:46:\"thumbs_veleros-al-amanacer-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.16779200 1381702921\";}s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"2 marzo, 2011 6:23 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"39 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(75, 'veleros-en-canal-palapa-puerto-barillas', 0, 1, 'veleros-en-canal-palapa-puerto-barillas.jpg', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '2013-10-13 22:22:10', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:426;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:50:\"thumbs_veleros-en-canal-palapa-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.77551900 1381702930\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";s:22:\"27 enero, 2003 5:53 pm\";s:9:\"copyright\";s:20:\"Â© 2003 Mike Fizer\";s:12:\"focal_length\";s:6:\"105 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:10:\"1/1250 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:11:\"Ilopango 03\";s:8:\"keywords\";s:48:\"Piper,6x,Piston Single,Fixed Gear,Metal,Tricycle\";s:5:\"saved\";b:1;}', 0, NULL),
(77, 'ver-bahia-de-jiquilisco-4', 0, 1, 'ver-bahia-de-jiquilisco-4.jpg', ' ', 'ver-bahia-de-jiquilisco-4', '2013-10-13 22:22:22', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_ver-bahia-de-jiquilisco-4.jpg\";s:9:\"generated\";s:21:\"0.13426600 1381702942\";}s:8:\"aperture\";s:5:\"F 4.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"2 noviembre, 2006 6:42 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/170 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(78, 'ver-camino-de-acceso-a-zona-de-alojamiento-puerto-barillas', 0, 1, 'ver-camino-de-acceso-a-zona-de-alojamiento-puerto-barillas.jpg', ' ', 'ver-camino-de-acceso-a-zona-de-alojamiento-puerto-barillas', '2013-10-13 22:22:28', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:69:\"thumbs_ver-camino-de-acceso-a-zona-de-alojamiento-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.89735800 1381702948\";}s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"2 marzo, 2011 12:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(79, 'ver-canal-con-volcan-chaparrastique-y-yate-puerto-barillas', 0, 1, 'ver-canal-con-volcan-chaparrastique-y-yate-puerto-barillas.jpg', ' ', 'ver-canal-con-volcan-chaparrastique-y-yate-puerto-barillas', '2013-10-13 22:22:32', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:69:\"thumbs_ver-canal-con-volcan-chaparrastique-y-yate-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.91054700 1381702952\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot SD790 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"31 diciembre, 2010 8:30 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.2 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(80, 'ver-chaparrastique-imponente-puerto-barillas', 0, 1, 'ver-chaparrastique-imponente-puerto-barillas.jpg', ' ', 'ver-chaparrastique-imponente-puerto-barillas', '2013-10-13 22:22:36', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:55:\"thumbs_ver-chaparrastique-imponente-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.84923700 1381702956\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(81, 'ver-partadero-de-aviones-en-pista', 0, 1, 'ver-partadero-de-aviones-en-pista.jpg', ' ', 'ver-partadero-de-aviones-en-pista', '2013-10-13 22:22:44', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:44:\"thumbs_ver-partadero-de-aviones-en-pista.jpg\";s:9:\"generated\";s:21:\"0.66662100 1381702964\";}s:8:\"aperture\";s:5:\"F 2.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"24 septiembre, 2011 6:43 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"4.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:10:\"1/1250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\"          \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(82, 'ver-pez-gallo-chia-zeng-puerto-barillas', 0, 1, 'ver-pez-gallo-chia-zeng-puerto-barillas.jpg', ' ', 'ver-pez-gallo-chia-zeng-puerto-barillas', '2013-10-13 22:22:48', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:938;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:938;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:50:\"thumbs_ver-pez-gallo-chia-zeng-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.04368300 1381702968\";}s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-TX5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"3 agosto, 2010 8:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.43 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(83, 'ver-puerto-barillas-33', 0, 1, 'ver-puerto-barillas-33.jpg', ' ', 'ver-puerto-barillas-33', '2013-10-13 22:22:53', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:33:\"thumbs_ver-puerto-barillas-33.jpg\";s:9:\"generated\";s:21:\"0.06051100 1381702973\";}s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"18 abril, 2012 3:30 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:10:\"1/4000 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(124, 'alojamiento1', 0, 2, 'alojamiento1.jpg', ' ', 'alojamiento1', '2014-01-06 02:58:39', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:23:\"thumbs_alojamiento1.jpg\";s:9:\"generated\";s:21:\"0.66859800 1388977119\";}s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"28 March, 2013 12:17 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"21 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(85, 'volcan-puerto-barillas', 0, 1, 'volcan-puerto-barillas.jpg', ' ', 'volcan-puerto-barillas', '2013-10-13 22:23:08', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:33:\"thumbs_volcan-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.45856700 1381702988\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"14 enero, 2012 8:21 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"30.5 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(86, 'wahoo-chia-zeng-puerto-barillas', 0, 1, 'wahoo-chia-zeng-puerto-barillas.jpg', ' ', 'wahoo-chia-zeng-puerto-barillas', '2013-10-13 22:23:17', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:42:\"thumbs_wahoo-chia-zeng-puerto-barillas.jpg\";s:9:\"generated\";s:21:\"0.98226100 1381702997\";}s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-TX5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:27:\"29 diciembre, 2010 11:49 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.43 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(92, '01-piscina', 0, 3, '01-piscina.jpg', '', '01-piscina', '2013-10-26 15:00:43', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic18wMS1waXNjaW5hLmpwZyIsImdlbmVyYXRlZCI6IjAuODIyNTQwMDAgMTM4Mjc5OTY0MyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZSwibmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiIwMS1waXNjaW5hLW5nZ2lkMDI5Mi1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuNDIxMjUyMDAgMTM4OTA1MzYwNyJ9fQ==', 0, NULL),
(93, '02-area-piscina-y-palapas', 0, 3, '02-area-piscina-y-palapas.jpg', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '2013-10-26 15:01:04', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:426;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:36:\"thumbs_02-area-piscina-y-palapas.jpg\";s:9:\"generated\";s:21:\"0.19935800 1382799664\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";s:22:\"27 enero, 2003 5:45 pm\";s:9:\"copyright\";s:20:\"Â© 2003 Mike Fizer\";s:12:\"focal_length\";s:5:\"19 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:11:\"Ilopango 03\";s:8:\"keywords\";s:48:\"Piper,6x,Piston Single,Fixed Gear,Metal,Tricycle\";s:5:\"saved\";b:1;}', 0, NULL),
(94, '03-tienda-el-cacao', 0, 3, '03-tienda-el-cacao.jpg', ' ', '03-tienda-el-cacao', '2013-10-26 15:01:14', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:365;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:365;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:29:\"thumbs_03-tienda-el-cacao.jpg\";s:9:\"generated\";s:21:\"0.12949700 1382799674\";}s:8:\"aperture\";s:4:\"F 29\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"4 marzo, 2012 10:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"30 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(95, '04-restaurant', 0, 3, '04-restaurant.jpg', ' ', '04-restaurant', '2013-10-26 15:01:19', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_04-restaurant.jpg\";s:9:\"generated\";s:21:\"0.79426900 1382799679\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:20:\"Canon PowerShot A580\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"28 junio, 2008 3:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"12.643 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(96, '05-restaurante_1', 0, 3, '05-restaurante_1.jpg', ' ', '05-restaurante_1', '2013-10-26 15:01:27', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:358;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:358;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:27:\"thumbs_05-restaurante_1.jpg\";s:9:\"generated\";s:21:\"0.61550800 1382799687\";}s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"11 febrero, 2012 12:17 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"28 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(97, '06-barillas2', 0, 3, '06-barillas2.jpg', ' ', '06-barillas2', '2013-10-26 15:01:42', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:431;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:431;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:23:\"thumbs_06-barillas2.jpg\";s:9:\"generated\";s:21:\"0.21389500 1382799702\";}s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"3 junio, 2012 3:18 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.28 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(98, '06-barillaspalapas2', 0, 3, '06-barillaspalapas2.jpg', ' ', '06-barillaspalapas2', '2013-10-26 15:01:58', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:30:\"thumbs_06-barillaspalapas2.jpg\";s:9:\"generated\";s:21:\"0.49012800 1382799718\";}s:8:\"aperture\";s:5:\"F 8.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:4:\"E990\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"6 abril, 2001 11:16 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"17.8 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/240 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:10:\"          \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(99, 'restaurante', 0, 3, 'restaurante.jpg', ' ', 'restaurante', '2013-10-26 15:02:15', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:22:\"thumbs_restaurante.jpg\";s:9:\"generated\";s:21:\"0.02029200 1382799735\";}s:8:\"aperture\";s:4:\"F 32\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"26 febrero, 2013 9:56 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"40 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(100, 'restaurantebmc11', 0, 3, 'restaurantebmc11.jpg', ' ', 'restaurantebmc11', '2013-10-26 15:02:20', 0, 0, 'a:17:{s:5:\"width\";i:448;s:6:\"height\";i:286;s:4:\"full\";a:2:{s:5:\"width\";i:448;s:6:\"height\";i:286;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:27:\"thumbs_restaurantebmc11.jpg\";s:9:\"generated\";s:21:\"0.95926600 1382799740\";}s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 enero, 2004 8:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"6 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(101, 'restnice', 0, 3, 'restnice.jpg', ' ', 'restnice', '2013-10-26 15:02:28', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:404;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:404;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_restnice.jpg\";s:9:\"generated\";s:21:\"0.94101500 1382799748\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"13 agosto, 2009 10:36 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"6 mm\";s:3:\"iso\";i:120;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:6:\"\n					\";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(102, 'tienda', 0, 3, 'tienda.jpg', ' ', 'tienda', '2013-10-26 15:02:40', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:428;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:428;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:17:\"thumbs_tienda.jpg\";s:9:\"generated\";s:21:\"0.24825100 1382799760\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(103, 'tienda2', 0, 3, 'tienda2.jpg', ' ', 'tienda2', '2013-10-26 15:02:58', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:265;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:265;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:18:\"thumbs_tienda2.jpg\";s:9:\"generated\";s:21:\"0.13921500 1382799778\";}s:8:\"aperture\";s:4:\"F 25\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"4 marzo, 2012 10:38 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"32 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(104, '3monos-2', 0, 4, '3monos.jpg', '', '3monos', '2013-10-26 16:18:06', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ1MywiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ1M30sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic18zbW9ub3MuanBnIiwiZ2VuZXJhdGVkIjoiMC42NjM3ODcwMCAxMzgyODA0Mjg2In0sImFwZXJ0dXJlIjoiRiA0IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEcxMiIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IjE1IGVuZXJvLCAyMDEyIDEyOjA3IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNi4xIG1tIiwiaXNvIjozMjAsInNodXR0ZXJfc3BlZWQiOiIxXC81MDAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNDIsImZpbGVuYW1lIjoiM21vbm9zLmpwZy1uZ2dpZDAzMTA0LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC4wMTE1MzQwMCAxNDY2ODY5OTIzIn0sIm5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMDAsImZpbGVuYW1lIjoiM21vbm9zLmpwZy1uZ2dpZDAzMTA0LW5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC4wODc0NTYwMCAxNTY3ODA3ODkzIn19', 1006, 1567807893),
(105, 'img_4658-copy-2', 0, 4, 'img_4658-copy.jpg', ' ', 'img_4658-copy', '2013-10-26 16:18:08', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_4658-copy.jpg\";s:9:\"generated\";s:21:\"0.58103900 1382804288\";}s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 3:48 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(106, 'img_4704-2', 0, 4, 'img_4704.jpg', ' ', 'img_4704', '2013-10-26 16:18:10', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_img_4704.jpg\";s:9:\"generated\";s:21:\"0.53848400 1382804290\";}s:8:\"aperture\";s:3:\"F 8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 3:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(107, 'img_4706-copy-2', 0, 4, 'img_4706-copy.jpg', ' ', 'img_4706-copy', '2013-10-26 16:18:13', 0, 0, 'a:17:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:320;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_4706-copy.jpg\";s:9:\"generated\";s:21:\"0.89007100 1382804293\";}s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(108, 'img_4707-copy-2', 0, 4, 'img_4707-copy.jpg', ' ', 'img_4707-copy', '2013-10-26 16:18:23', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_4707-copy.jpg\";s:9:\"generated\";s:21:\"0.88014400 1382804303\";}s:8:\"aperture\";s:5:\"F 7.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 marzo, 2013 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(115, 'img_5034-copy', 0, 6, 'img_5034-copy.jpg', ' ', 'img_5034-copy', '2013-12-11 22:46:39', 0, 0, 'a:17:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"full\";a:2:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_5034-copy.jpg\";s:9:\"generated\";s:21:\"0.82652200 1386801999\";}s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"30 March, 2013 6:12 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"23 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(114, 'img_4738-copy', 0, 6, 'img_4738-copy.jpg', ' ', 'img_4738-copy', '2013-12-11 22:42:28', 0, 0, 'a:17:{s:5:\"width\";i:2848;s:6:\"height\";i:4272;s:4:\"full\";a:2:{s:5:\"width\";i:2848;s:6:\"height\";i:4272;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_4738-copy.jpg\";s:9:\"generated\";s:21:\"0.39009800 1386801748\";}s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 March, 2013 4:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"53 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(113, 'img_4555-copy', 0, 6, 'img_4555-copy.jpg', ' ', 'img_4555-copy', '2013-12-11 22:41:33', 0, 0, 'a:17:{s:5:\"width\";i:4086;s:6:\"height\";i:2783;s:4:\"full\";a:2:{s:5:\"width\";i:4086;s:6:\"height\";i:2783;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_4555-copy.jpg\";s:9:\"generated\";s:21:\"0.01652900 1386801693\";}s:8:\"aperture\";s:5:\"F 7.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"29 March, 2013 7:44 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"33 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:9:\"1/500 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(112, 'img_4464-copy', 0, 6, 'img_4464-copy.jpg', '', 'img_4464-copy', '2013-12-11 22:38:22', 0, 0, 'eyJ3aWR0aCI6MzU2NywiaGVpZ2h0IjoyMzk4LCJmdWxsIjp7IndpZHRoIjozNTY3LCJoZWlnaHQiOjIzOTh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfaW1nXzQ0NjQtY29weS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg3ODA5NDAwIDEzODY4MDE1MDIifSwiYXBlcnR1cmUiOiJGIDMuNSIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUyBSRUJFTCBUMyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IjI4IE1hcmNoLCAyMDEzIDExOjM3IGFtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMjAgbW0iLCJpc28iOjE2MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8xMDAwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTM0LCJmaWxlbmFtZSI6ImltZ180NDY0LWNvcHkuanBnLW5nZ2lkMDMxMTItbmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjg5OTg1NTAwIDE0Njc0MzM3MjUifSwibmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MzAwLCJoZWlnaHQiOjIwMCwiZmlsZW5hbWUiOiJpbWdfNDQ2NC1jb3B5LmpwZy1uZ2dpZDAzMTEyLW5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC45NjIwOTgwMCAxNDY5ODQ3NzU0In19', 985, 1469847754),
(116, 'img_5035-copy', 0, 6, 'img_5035-copy.jpg', ' ', 'img_5035-copy', '2013-12-11 22:49:46', 0, 0, 'a:17:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"full\";a:2:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:24:\"thumbs_img_5035-copy.jpg\";s:9:\"generated\";s:21:\"0.77255900 1386802186\";}s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"27 April, 2012 11:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.28 mm\";s:3:\"iso\";i:64;s:13:\"shutter_speed\";s:10:\"1/1730 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(117, '060118_dsf0043', 0, 7, '060118_dsf0043.jpg', '', '060118_dsf0043', '2013-12-14 15:51:53', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQxMCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQxMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic18wNjAxMThfZHNmMDA0My5qcGciLCJnZW5lcmF0ZWQiOiIwLjEyODYyOTAwIDEzODcwMzYzMTMifSwiYXBlcnR1cmUiOiJGIDkuNSIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkZpbmVQaXggUzNQcm8gICIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IjE3IEphbnVhcnksIDIwMDYgMTE6MTAgYW0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIyMSBtbSIsImlzbyI6MjAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMzUwIHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTI4LCJmaWxlbmFtZSI6IjA2MDExOF9kc2YwMDQzLmpwZy1uZ2dpZDAzMTE3LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC4xODg5MDcwMCAxNDY2MDM5ODcwIn0sIm5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMDAsImZpbGVuYW1lIjoiMDYwMTE4X2RzZjAwNDMuanBnLW5nZ2lkMDMxMTctbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjkwODk5MTAwIDE0NzczOTkxMzQifX0=', 984, 1477399134),
(118, '061104-dscn0204', 0, 7, '061104-dscn0204.jpg', ' ', '061104-dscn0204', '2013-12-14 15:51:55', 0, 0, 'a:17:{s:5:\"width\";i:639;s:6:\"height\";i:628;s:4:\"full\";a:2:{s:5:\"width\";i:639;s:6:\"height\";i:628;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:26:\"thumbs_061104-dscn0204.jpg\";s:9:\"generated\";s:21:\"0.24965000 1387036315\";}s:8:\"aperture\";s:5:\"F 5.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"2 November, 2006 12:37 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/270 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(119, '061104-dscn0250', 0, 7, '061104-dscn0250.jpg', ' ', '061104-dscn0250', '2013-12-14 15:52:00', 0, 0, 'a:17:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"full\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:480;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:26:\"thumbs_061104-dscn0250.jpg\";s:9:\"generated\";s:21:\"0.77637500 1387036320\";}s:8:\"aperture\";s:5:\"F 4.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"2 November, 2006 6:42 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/170 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(120, '061104-dscn0252', 0, 7, '061104-dscn0252.jpg', ' ', '061104-dscn0252', '2013-12-14 15:52:07', 0, 0, 'a:17:{s:5:\"width\";i:638;s:6:\"height\";i:457;s:4:\"full\";a:2:{s:5:\"width\";i:638;s:6:\"height\";i:457;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:26:\"thumbs_061104-dscn0252.jpg\";s:9:\"generated\";s:21:\"0.07401600 1387036327\";}s:8:\"aperture\";s:5:\"F 3.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"2 November, 2006 6:43 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/120 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(121, '17278392', 0, 7, '17278392.jpg', ' ', '17278392', '2013-12-14 15:52:08', 0, 0, 'a:17:{s:5:\"width\";i:180;s:6:\"height\";i:240;s:4:\"full\";a:2:{s:5:\"width\";i:180;s:6:\"height\";i:240;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_17278392.jpg\";s:9:\"generated\";s:21:\"0.48075100 1387036328\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(122, 'oceanbeauty', 0, 7, 'oceanbeauty.jpg', ' ', 'oceanbeauty', '2013-12-14 15:52:13', 0, 0, 'a:17:{s:5:\"width\";i:638;s:6:\"height\";i:457;s:4:\"full\";a:2:{s:5:\"width\";i:638;s:6:\"height\";i:457;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:22:\"thumbs_oceanbeauty.jpg\";s:9:\"generated\";s:21:\"0.33491800 1387036333\";}s:8:\"aperture\";s:5:\"F 3.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"2 November, 2006 6:43 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/120 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(123, 'z-bay', 0, 7, 'z-bay.jpg', ' ', 'z-bay', '2013-12-14 15:52:21', 0, 0, 'a:17:{s:5:\"width\";i:639;s:6:\"height\";i:528;s:4:\"full\";a:2:{s:5:\"width\";i:639;s:6:\"height\";i:528;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:16:\"thumbs_z-bay.jpg\";s:9:\"generated\";s:21:\"0.03959500 1387036341\";}s:8:\"aperture\";s:5:\"F 5.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"COOLPIX P4\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"2 November, 2006 12:37 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}', 0, NULL),
(125, 'ejecutiva1', 0, 8, 'Ejecutiva1.jpg', '', 'Ejecutiva1', '2014-03-26 20:52:23', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgyOCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgyOH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19FamVjdXRpdmExLmpwZyIsImdlbmVyYXRlZCI6IjAuMTM5MjcyMDAgMTM5NTg2NzE0MyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZSwibmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MTU1LCJoZWlnaHQiOjIwMCwiZmlsZW5hbWUiOiJFamVjdXRpdmExLmpwZy1uZ2dpZDAzMTI1LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC44ODYwNTcwMCAxNDY1MDg4NjQ1In0sIm5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMDAsImZpbGVuYW1lIjoiRWplY3V0aXZhMS5qcGctbmdnaWQwMzEyNS1uZ2cwZHluLTMwMHgyMDB4OTAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuMzE5MjI4MDAgMTU1OTg1NzM3MyJ9fQ==', 1070, 1559857373),
(126, 'ejecutiva2', 0, 8, 'ejecutiva2.jpg', '', 'ejecutiva2', '2014-03-26 20:52:26', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgyOCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgyOH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19lamVjdXRpdmEyLmpwZyIsImdlbmVyYXRlZCI6IjAuODI3NDAyMDAgMTM5NTg2NzE0NiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 1073, 1395867673),
(127, 'ejecutiva3', 0, 8, 'ejecutiva3.jpg', '', 'Ejecutiva CA 19 Marzo 2014 : General : 16 : Página 16', '2014-03-26 20:52:30', 0, 0, 'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgzOCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjgzOH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19lamVjdXRpdmEzLmpwZyIsImdlbmVyYXRlZCI6IjAuMDcxMzcyMDAgMTM5NTg2NzE1MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjoiRWplY3V0aXZhIENBIDE5IE1hcnpvIDIwMTQgOiBHZW5lcmFsIDogMTYgOiBQXHUwMGUxZ2luYSAxNiAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==', 1075, 1395867673),
(129, 'bay1-1', 0, 9, 'Bay1.jpg', '', 'Bay1', '2014-05-25 05:32:14', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJCYXkxLmpwZyIsIndpZHRoIjo2MDE2LCJoZWlnaHQiOjQwMDAsImdlbmVyYXRlZCI6IjAuOTY4MDQ3MDAgMTQ2OTQxNzEzMSJ9LCJ3aWR0aCI6NjAxNiwiaGVpZ2h0Ijo0MDAwLCJmdWxsIjp7IndpZHRoIjo2MDE2LCJoZWlnaHQiOjQwMDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQmF5MS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE5NTU4OTAwIDE0Njk0MTcxMzQifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJOSUtPTiBEMzIwMCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTQwMDk5NTkzNCwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTMwMHgyMDB4OTAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjozMDAsImhlaWdodCI6MjAwLCJmaWxlbmFtZSI6IkJheTEuanBnLW5nZ2lkMDMxMjktbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjU5ODYzNTAwIDE0Njk0MTg5NTIifX0=', 4754, 1469418952),
(130, 'img_2630-1', 0, 9, 'IMG_2630.JPG', ' ', 'IMG_2630', '2016-07-25 03:25:36', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfMjYzMC5KUEciLCJ3aWR0aCI6NzIwLCJoZWlnaHQiOjk2MCwiZ2VuZXJhdGVkIjoiMC4zNjUzODQwMCAxNDY5NDE3MTM2In0sIndpZHRoIjo3MjAsImhlaWdodCI6OTYwLCJmdWxsIjp7IndpZHRoIjo3MjAsImhlaWdodCI6OTYwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMjAsImhlaWdodCI6OTAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yNjMwLkpQRyIsImdlbmVyYXRlZCI6IjAuNDMzNDI3MDAgMTQ2OTQxNzEzNiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 4757, 1469417136),
(131, 'img_2718-1', 0, 9, 'IMG_2718.JPG', ' La Bahia de Jiquilisco colores', 'IMG_2718', '2016-07-25 03:25:38', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfMjcxOC5KUEciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo3MjAsImdlbmVyYXRlZCI6IjAuMTM3NzEzMDAgMTQ2OTQxNzEzOCJ9LCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo3MjAsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6NzIwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMjAsImhlaWdodCI6OTAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yNzE4LkpQRyIsImdlbmVyYXRlZCI6IjAuMjQzNjQyMDAgMTQ2OTQxNzEzOCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 4759, 1469417138),
(132, 'img_2719-1', 0, 9, 'IMG_2719.JPG', ' ', 'IMG_2719', '2016-07-25 03:25:41', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfMjcxOS5KUEciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo3MjAsImdlbmVyYXRlZCI6IjAuMTc4MTA0MDAgMTQ2OTQxNzE0MSJ9LCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo3MjAsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6NzIwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMjAsImhlaWdodCI6OTAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yNzE5LkpQRyIsImdlbmVyYXRlZCI6IjAuMjcwNDkyMDAgMTQ2OTQxNzE0MSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 4761, 1469417141),
(133, 'img_2744-1', 0, 9, 'IMG_2744.JPG', ' ', 'IMG_2744', '2016-07-25 03:25:43', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfMjc0NC5KUEciLCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjEyODAsImdlbmVyYXRlZCI6IjAuNzY0NzIwMDAgMTQ2OTQxNzE0MyJ9LCJ3aWR0aCI6OTYwLCJoZWlnaHQiOjEyODAsImZ1bGwiOnsid2lkdGgiOjk2MCwiaGVpZ2h0IjoxMjgwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMjAsImhlaWdodCI6OTAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yNzQ0LkpQRyIsImdlbmVyYXRlZCI6IjAuODcxNjY5MDAgMTQ2OTQxNzE0MyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 4763, 1469417143),
(134, 'img_2749-1', 0, 9, 'IMG_2749.JPG', ' ', 'IMG_2749', '2016-07-25 03:25:46', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJTUdfMjc0OS5KUEciLCJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MCwiZ2VuZXJhdGVkIjoiMC4wMTQyMTIwMCAxNDY5NDE3MTQ2In0sIndpZHRoIjo2NDAsImhlaWdodCI6NjQwLCJmdWxsIjp7IndpZHRoIjo2NDAsImhlaWdodCI6NjQwfSwidGh1bWJuYWlsIjp7IndpZHRoIjoxMjAsImhlaWdodCI6OTAsImZpbGVuYW1lIjoidGh1bWJzX0lNR18yNzQ5LkpQRyIsImdlbmVyYXRlZCI6IjAuMDgyNDg4MDAgMTQ2OTQxNzE0NiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=', 4765, 1469417146),
(135, 'laselenas-1', 0, 9, 'LasElenas.jpg', ' ', 'LasElenas', '2016-07-25 03:26:41', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMYXNFbGVuYXMuanBnIiwid2lkdGgiOjMyNjQsImhlaWdodCI6MjQ0OCwiZ2VuZXJhdGVkIjoiMC40NzU1MjQwMCAxNDY5NDE3MjAxIn0sIndpZHRoIjozMjY0LCJoZWlnaHQiOjI0NDgsImZ1bGwiOnsid2lkdGgiOjMyNjQsImhlaWdodCI6MjQ0OH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19MYXNFbGVuYXMuanBnIiwiZ2VuZXJhdGVkIjoiMC4zODkwMDIwMCAxNDY5NDE3MjAyIn0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIDYiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9', 4767, 1469417202);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://www.puertobarillas.com/welcome', 'yes'),
(2, 'blogname', 'Puerto Barillas El Salvador', 'yes'),
(3, 'blogdescription', 'WEB OFICIAL - Mejor Precio Garantizado', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'elena@puertobarillas.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'closed', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'j F, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(28, 'comment_moderation', '', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%/', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:3:{i:0;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:1;s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";i:2;s:43:\"responsive-lightbox/responsive-lightbox.php\";}', 'yes'),
(1330937, 'secure_auth_key', 'U>76.r(-&;jza>UTotY0d7&2+*?Wc^P|0r14xv$[Los@ht5RrkVOz`r*fS^Z1U,a', 'no'),
(1330938, 'secure_auth_salt', 'TE{FSK(_*2_=1TF&`N,s-Svy8QIID,%)bblNn*at+AKX;Oo~y^qSe{(^ -9Hq]7p', 'no'),
(1330678, 'jpsq_sync-1576834968.281334-128924-2', 'a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:14:\"active_plugins\";i:1;a:8:{i:2;s:19:\"akismet/akismet.php\";i:3;s:29:\"antispam-bee/antispam_bee.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:27:\"coming-soon/coming-soon.php\";i:8;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:11;s:19:\"jetpack/jetpack.php\";i:13;s:41:\"redirect-all-types/redirect-all-types.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";}i:2;a:7:{i:2;s:19:\"akismet/akismet.php\";i:3;s:29:\"antispam-bee/antispam_bee.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:27:\"coming-soon/coming-soon.php\";i:8;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:13;s:41:\"redirect-all-types/redirect-all-types.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";}}i:2;i:1;i:3;d:1576834968.280913;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(757486, 'widget_freetobook_reviews', 'a:3:{i:3;a:2:{s:5:\"style\";s:4:\"thin\";s:5:\"width\";s:3:\"385\";}i:5;a:2:{s:5:\"style\";s:4:\"mini\";s:5:\"width\";s:3:\"150\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(36, 'home', 'https://www.puertobarillas.com/welcome', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:85:\"/home/puerto7/public_html/welcome/wp-content/themes/ambassador-PHP/slideshow-home.php\";i:2;s:76:\"/home/puerto7/public_html/welcome/wp-content/themes/ambassador-PHP/style.css\";i:3;s:72:\"/home/puerto7/public_html/welcome/wp-content/themes/ambassador/style.css\";i:4;s:72:\"/home/puerto7/public_html/welcome/wp-content/themes/ambassador/index.php\";i:5;s:89:\"/home/puerto7/public_html/welcome/wp-content/themes/ambassador/page-templates/booking.php\";}', 'no'),
(44, 'template', 'ambassador-PHP', 'yes'),
(45, 'stylesheet', 'ambassador-PHP', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '1', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '45805', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'posts', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'widget_text', 'a:2:{i:2;a:4:{s:5:\"title\";s:50:\"The Hidden Treasure of Jiquilisco Bay, El Salvador\";s:4:\"text\";s:761:\"Puerto Barillas is a beautiful and cozy tourist destination where you can connect with nature, knowing that we offer every little detail to enjoy your vacation. Our extensive facilities include swimming pool, social area (with WiFI), areas to relax, restaurant and convenience store. Our jungle lodge style accommodation area has comfortable \"tree houses\" and apartments. We offer a variety of activities, including: tours of Jiqulisco Bay, bike tours, Kayak rental, tour to spider monkey sanctuary, cocoa plantation tour, fishing tours or Puerto Barillas is a wonderful place to relax. In Puerto Barillas you can buy a day package, stay in our jungle lodge or we offer group rates. We invite you to discover and know this hidden treasure in the Jiquilisco Bay!\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(84, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(85, 'uninstall_plugins', 'a:8:{s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:21:\"nospamnx/nospamnx.php\";s:9:\"uninstall\";s:29:\"contactme/contactmedotcom.php\";s:20:\"contact_me_uninstall\";s:29:\"antispam-bee/antispam_bee.php\";a:2:{i:0;s:12:\"Antispam_Bee\";i:1;s:9:\"uninstall\";}s:33:\"google-captcha/google-captcha.php\";s:23:\"gglcptch_delete_options\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}s:37:\"google-captcha.old/google-captcha.php\";s:23:\"gglcptch_delete_options\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '0', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '24448', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(93, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:11:\"Search Trip\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:13:\"custom_html-6\";i:1;s:8:\"search-2\";i:2;s:13:\"custom_html-7\";i:3;s:13:\"custom_html-8\";i:4;s:13:\"custom_html-9\";i:5;s:14:\"custom_html-10\";}s:16:\"homepage-welcome\";a:1:{i:0;s:6:\"text-2\";}s:14:\"prefooter-wide\";a:1:{i:0;s:28:\"hermes-widget-testimonials-2\";}s:16:\"prefooter-narrow\";a:0:{}s:14:\"prefooter-full\";a:0:{}s:9:\"sidebar-6\";a:1:{i:0;s:10:\"nav_menu-3\";}s:9:\"sidebar-7\";a:1:{i:0;s:10:\"nav_menu-4\";}s:9:\"sidebar-8\";a:1:{i:0;s:10:\"nav_menu-5\";}s:9:\"sidebar-9\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(99, 'cron', 'a:9:{i:1577570891;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1577571553;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:1577572078;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"507f50cbc3c0fca6227e0976ba3781a7\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4904;}}}}i:1577603269;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:1577639290;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577640648;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577641408;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1577646484;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;}}}s:7:\"version\";i:2;}', 'yes'),
(1331061, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1577608006', 'no'),
(1331062, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1577608006', 'no'),
(1331063, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1577564806', 'no'),
(48661, 'pope_module_list', 'a:1:{i:22;s:35:\"photocrati-dynamic_stylesheet|3.0.0\";}', 'yes'),
(108, '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:112:\"https://www.puertobarillas.com/welcome\";s:4:\"link\";s:263:\"https://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:https://www.puertobarillas.com/welcome/\";s:3:\"url\";s:296:\"https://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:https://www.puertobarillas.com/welcome/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:101:\"https://wordpress.org/news/\";s:3:\"url\";s:106:\"https://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:103:\"https://planet.wordpress.org/\";s:3:\"url\";s:108:\"https://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'),
(115, 'theme_mods_twentythirteen', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1381345761;s:4:\"data\";a:3:{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:{}}}}', 'yes'),
(116, 'current_theme', 'Ambassador', 'yes'),
(117, 'theme_mods_ambassador', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:43;s:9:\"secondary\";i:7;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1577564930;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:23:\"hermes-gallery-widget-3\";i:1;s:23:\"hermes-gallery-widget-4\";i:2;s:23:\"hermes-gallery-widget-5\";i:3;s:23:\"hermes-gallery-widget-7\";i:4;s:23:\"hermes-gallery-widget-8\";i:5;s:23:\"hermes-gallery-widget-9\";i:6;s:24:\"hermes-gallery-widget-10\";i:7;s:24:\"hermes-gallery-widget-11\";i:8;s:24:\"hermes-gallery-widget-12\";}s:7:\"sidebar\";a:6:{i:0;s:13:\"custom_html-6\";i:1;s:8:\"search-2\";i:2;s:13:\"custom_html-7\";i:3;s:13:\"custom_html-8\";i:4;s:13:\"custom_html-9\";i:5;s:14:\"custom_html-10\";}s:16:\"homepage-welcome\";a:1:{i:0;s:6:\"text-2\";}s:14:\"prefooter-wide\";a:1:{i:0;s:28:\"hermes-widget-testimonials-2\";}s:16:\"prefooter-narrow\";a:0:{}s:14:\"prefooter-full\";a:0:{}s:9:\"sidebar-6\";a:1:{i:0;s:10:\"nav_menu-3\";}s:9:\"sidebar-7\";a:1:{i:0;s:10:\"nav_menu-4\";}s:9:\"sidebar-8\";a:1:{i:0;s:10:\"nav_menu-5\";}s:9:\"sidebar-9\";a:0:{}}}}', 'yes'),
(118, 'theme_switched', '', 'yes'),
(184, 'widget_hermes-gallery-widget', 'a:10:{i:3;a:6:{s:5:\"title\";s:17:\"Actividades Fotos\";s:12:\"gallery_page\";s:3:\"449\";s:10:\"show_count\";s:1:\"8\";s:9:\"show_more\";N;s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"449\";}}}}i:4;a:6:{s:5:\"title\";s:17:\"Activities Photos\";s:12:\"gallery_page\";s:2:\"18\";s:10:\"show_count\";s:1:\"8\";s:9:\"show_more\";N;s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:2:\"18\";}}}}i:5;a:6:{s:5:\"title\";s:17:\"Apartments Photos\";s:12:\"gallery_page\";s:3:\"207\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"207\";}}}}i:7;a:6:{s:5:\"title\";s:17:\"Alojamiento fotos\";s:12:\"gallery_page\";s:3:\"452\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"452\";}}}}i:8;a:6:{s:5:\"title\";s:12:\"Lodge Photos\";s:12:\"gallery_page\";s:2:\"63\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:2:\"63\";}}}}i:9;a:6:{s:5:\"title\";s:16:\"Treehouse Photos\";s:12:\"gallery_page\";s:3:\"209\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";N;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"209\";}}}}i:10;a:6:{s:5:\"title\";s:14:\"Casa de Árbol\";s:12:\"gallery_page\";s:3:\"530\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";N;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"530\";}}}}i:11;a:6:{s:5:\"title\";s:17:\"Facilidades Fotos\";s:12:\"gallery_page\";s:3:\"479\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"479\";}}}}i:12;a:6:{s:5:\"title\";s:17:\"Facilities Photos\";s:12:\"gallery_page\";s:2:\"16\";s:10:\"show_count\";s:1:\"6\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:2:\"16\";}}}}s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'hermes-activated-time', '1576831630', 'no'),
(120, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(121, 'widget_hermes-widget-pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(125, 'widget_hermes-facebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(122, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(187, 'widget_hermes-widget-testimonials', 'a:2:{i:2;a:9:{s:5:\"title\";s:12:\"Testimonials\";s:12:\"link_to_page\";s:2:\"63\";s:10:\"show_count\";s:1:\"3\";s:10:\"show_title\";s:2:\"on\";s:10:\"show_photo\";s:2:\"on\";s:11:\"show_author\";s:2:\"on\";s:12:\"show_country\";s:2:\"on\";s:9:\"show_date\";s:2:\"on\";s:11:\"show_random\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(162, 'widget_hermes-widget-connections', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(15640, 'antispam_bee', 'a:27:{s:9:\"flag_spam\";i:1;s:12:\"email_notify\";i:1;s:14:\"cronjob_enable\";i:1;s:16:\"cronjob_interval\";i:10;s:9:\"no_notice\";i:1;s:15:\"dashboard_count\";i:1;s:15:\"dashboard_chart\";i:1;s:14:\"advanced_check\";i:1;s:12:\"regexp_check\";i:1;s:7:\"spam_ip\";i:1;s:17:\"already_commented\";i:1;s:14:\"always_allowed\";i:1;s:12:\"ignore_pings\";i:0;s:13:\"ignore_filter\";i:1;s:11:\"ignore_type\";i:1;s:14:\"reasons_enable\";i:0;s:14:\"ignore_reasons\";a:0:{}s:12:\"bbcode_check\";i:1;s:11:\"dnsbl_check\";i:0;s:12:\"country_code\";i:0;s:13:\"country_black\";s:0:\"\";s:13:\"country_white\";s:0:\"\";s:13:\"translate_api\";i:0;s:14:\"translate_lang\";s:2:\"de\";s:17:\"cronjob_timestamp\";i:1577034623;s:10:\"spam_count\";i:445;s:11:\"daily_stats\";a:31:{i:1484179200;i:3;i:1455667200;i:1;i:1452384000;i:1;i:1451001600;i:3;i:1448064000;i:2;i:1447027200;i:1;i:1446595200;i:1;i:1446508800;i:1;i:1446336000;i:2;i:1446249600;i:2;i:1446076800;i:1;i:1445990400;i:1;i:1444608000;i:1;i:1444435200;i:1;i:1444348800;i:1;i:1444262400;i:1;i:1444089600;i:1;i:1444003200;i:1;i:1443916800;i:1;i:1443657600;i:2;i:1443312000;i:1;i:1443225600;i:2;i:1443052800;i:1;i:1442966400;i:2;i:1442793600;i:1;i:1442448000;i:2;i:1442275200;i:2;i:1442188800;i:1;i:1438387200;i:1;i:1437782400;i:1;i:1437350400;i:1;}}', 'no'),
(15930, 'gglcptch_options', 'a:16:{s:10:\"public_key\";s:40:\"6LfAx6QUAAAAAOLFcpKh3Vwjciirp-pUTFK-Xx8k\";s:11:\"private_key\";s:40:\"6LfAx6QUAAAAAF4rso8xYm0TSyHYfXxgOy56tZy2\";s:10:\"login_form\";i:1;s:17:\"registration_form\";i:1;s:14:\"reset_pwd_form\";i:1;s:13:\"comments_form\";i:1;s:12:\"contact_form\";i:0;s:5:\"theme\";s:5:\"white\";s:21:\"plugin_option_version\";s:4:\"1.03\";s:13:\"administrator\";i:0;s:6:\"editor\";i:0;s:6:\"author\";i:0;s:11:\"contributor\";i:0;s:10:\"subscriber\";i:0;s:13:\"wpseo_manager\";i:0;s:12:\"wpseo_editor\";i:0;}', 'yes'),
(7299, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}', 'yes'),
(7304, 'widget_slideshow', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4973, 'vfb_dashboard_widget_options', 'a:1:{s:28:\"vfb_dashboard_recent_entries\";a:1:{s:5:\"items\";i:5;}}', 'yes'),
(4976, 'widget_vfb_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(7632, 'widget_ngg-images', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4972, 'vfb_db_version', '2.9', 'yes'),
(4372, '_icl_admin_option_names', 'a:1:{s:5:\"theme\";a:1:{s:10:\"ambassador\";a:5:{s:12:\"wpseo_titles\";a:62:{i:0;s:10:\"title-home\";i:1;s:13:\"metadesc-home\";i:2;s:12:\"metakey-home\";i:3;s:10:\"title-post\";i:4;s:13:\"metadesc-post\";i:5;s:12:\"metakey-post\";i:6;s:10:\"title-page\";i:7;s:13:\"metadesc-page\";i:8;s:12:\"metakey-page\";i:9;s:16:\"title-attachment\";i:10;s:19:\"metadesc-attachment\";i:11;s:18:\"metakey-attachment\";i:12;s:14:\"title-category\";i:13;s:17:\"metadesc-category\";i:14;s:16:\"metakey-category\";i:15;s:14:\"title-post_tag\";i:16;s:17:\"metadesc-post_tag\";i:17;s:16:\"metakey-post_tag\";i:18;s:12:\"title-author\";i:19;s:15:\"metadesc-author\";i:20;s:14:\"metakey-author\";i:21;s:13:\"title-archive\";i:22;s:16:\"metadesc-archive\";i:23;s:12:\"title-search\";i:24;s:9:\"title-404\";i:25;s:20:\"title-ptarchive-post\";i:26;s:23:\"metadesc-ptarchive-post\";i:27;s:20:\"title-ptarchive-page\";i:28;s:23:\"metadesc-ptarchive-page\";i:58;s:17:\"title-testimonial\";i:59;s:20:\"metadesc-testimonial\";i:60;s:27:\"title-ptarchive-testimonial\";i:61;s:30:\"metadesc-ptarchive-testimonial\";i:62;s:11:\"title-event\";i:63;s:14:\"metadesc-event\";i:64;s:21:\"title-ptarchive-event\";i:65;s:24:\"metadesc-ptarchive-event\";i:66;s:16:\"title-home-wpseo\";i:67;s:19:\"metadesc-home-wpseo\";i:68;s:18:\"metakey-home-wpseo\";i:84;s:18:\"title-author-wpseo\";i:85;s:21:\"metadesc-author-wpseo\";i:86;s:20:\"metakey-author-wpseo\";i:87;s:19:\"title-archive-wpseo\";i:88;s:22:\"metadesc-archive-wpseo\";i:89;s:18:\"title-search-wpseo\";i:90;s:15:\"title-404-wpseo\";i:93;s:22:\"metakey-ptarchive-post\";i:96;s:22:\"metakey-ptarchive-page\";i:99;s:19:\"metakey-testimonial\";i:102;s:29:\"metakey-ptarchive-testimonial\";i:105;s:13:\"metakey-event\";i:108;s:23:\"metakey-ptarchive-event\";i:124;s:18:\"title-tax-post_tag\";i:125;s:21:\"metadesc-tax-post_tag\";i:126;s:20:\"metakey-tax-post_tag\";i:170;s:23:\"title-displayed_gallery\";i:171;s:26:\"metadesc-displayed_gallery\";i:172;s:25:\"metakey-displayed_gallery\";i:173;s:33:\"title-ptarchive-displayed_gallery\";i:174;s:36:\"metadesc-ptarchive-displayed_gallery\";i:175;s:35:\"metakey-ptarchive-displayed_gallery\";}s:9:\"wpseo_rss\";a:2:{i:0;s:9:\"rssbefore\";i:1;s:8:\"rssafter\";}s:14:\"hermes_options\";a:7:{i:0;s:28:\"hermes_contact_booking_label\";i:1;s:35:\"hermes_header_contact_address_value\";i:2;s:33:\"hermes_header_contact_email_value\";i:3;s:31:\"hermes_header_contact_map_value\";i:4;s:37:\"hermes_header_contact_telephone_label\";i:5;s:31:\"hermes_header_contact_map_label\";i:6;s:33:\"hermes_header_contact_email_label\";}s:15:\"sharing-options\";a:1:{s:6:\"global\";a:1:{i:0;s:13:\"sharing_label\";}}s:19:\"wpseo_internallinks\";a:6:{i:0;s:15:\"breadcrumbs-sep\";i:1;s:16:\"breadcrumbs-home\";i:2;s:18:\"breadcrumbs-prefix\";i:3;s:25:\"breadcrumbs-archiveprefix\";i:4;s:24:\"breadcrumbs-searchprefix\";i:5;s:20:\"breadcrumbs-404crumb\";}}}}', 'yes'),
(1318, 'contact_form_themes', '57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17', 'yes'),
(1316, 'contact_me_data', '', 'yes'),
(742, 'USRemoverenabled', '1', 'yes'),
(743, 'USRemovernoAdminEmails', '1', 'yes'),
(744, 'USRemoverdaysGrace', '10', 'yes'),
(745, 'USRemoveruserWhitelist', '', 'yes'),
(746, 'USRemoverlogDir', '/home/puerto7/public_html/welcome/wp-content/plugins/user-spam-remover/log', 'yes'),
(747, 'USRemoveractivityLog', '1', 'yes'),
(748, 'USRemoverrestoreLog', '1', 'yes'),
(749, 'USRemoverlogFilename', 'userspamremover.log', 'yes'),
(750, 'USRemoverrestoreFilename', 'userspamremover.restore.sql', 'yes'),
(1253, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"elena@puertobarillas.com\";s:7:\"version\";s:5:\"5.2.5\";s:9:\"timestamp\";i:1576221329;}', 'no'),
(765, 'nospamnx', 'a:10:{s:14:\"nospamnx_names\";a:3:{s:10:\"nospamnx-1\";s:14:\"0e9f18a1e3ec58\";s:10:\"nospamnx-2\";s:15:\"d4853b71997e230\";s:16:\"nospamnx-2-value\";s:29:\"665af8022342000a2c6f6b3dd064e\";}s:14:\"nospamnx_count\";i:0;s:16:\"nospamnx_operate\";s:4:\"mark\";s:23:\"nospamnx_blacklist_part\";i:1;s:29:\"nospamnx_blacklist_global_url\";s:0:\"\";s:32:\"nospamnx_blacklist_global_update\";s:0:\"\";s:28:\"nospamnx_blacklist_global_lu\";i:0;s:18:\"nospamnx_activated\";i:1381966891;s:18:\"nospamnx_commentid\";s:31:\"ac3811f929818470d7709e81f57223d\";s:13:\"nospamnx_salt\";s:21:\"36899cf90188efd00c247\";}', 'yes'),
(758, 'sfw_spam_hits', '1', 'yes'),
(766, 'nospamnx-blacklist-global', '', 'yes'),
(767, 'nospamnx-blacklist', '', 'yes'),
(4279, 'icl_sitepress_settings', 'a:68:{s:19:\"hide_upgrade_notice\";s:5:\"3.0.1\";s:21:\"interview_translators\";i:1;s:34:\"existing_content_language_verified\";i:1;s:25:\"language_negotiation_type\";s:1:\"1\";s:23:\"theme_localization_type\";i:2;s:14:\"icl_lso_header\";i:0;s:18:\"icl_lso_link_empty\";i:0;s:13:\"icl_lso_flags\";i:1;s:19:\"icl_lso_native_lang\";i:0;s:20:\"icl_lso_display_lang\";i:1;s:18:\"sync_page_ordering\";i:1;s:16:\"sync_page_parent\";i:1;s:18:\"sync_page_template\";i:1;s:16:\"sync_ping_status\";i:1;s:19:\"sync_comment_status\";i:1;s:16:\"sync_sticky_flag\";i:1;s:17:\"sync_private_flag\";i:1;s:16:\"sync_post_format\";i:1;s:11:\"sync_delete\";i:0;s:15:\"sync_delete_tax\";i:0;s:20:\"sync_post_taxonomies\";i:1;s:14:\"sync_post_date\";i:0;s:21:\"sync_taxonomy_parents\";i:0;s:25:\"translation_pickup_method\";i:0;s:15:\"notify_complete\";i:1;s:26:\"translated_document_status\";i:1;s:17:\"remote_management\";i:0;s:15:\"auto_adjust_ids\";i:1;s:11:\"alert_delay\";i:0;s:12:\"promote_wpml\";i:0;s:23:\"troubleshooting_options\";a:1:{s:18:\"http_communication\";i:1;}s:18:\"automatic_redirect\";i:0;s:17:\"remember_language\";i:24;s:17:\"icl_lang_sel_type\";s:4:\"list\";s:18:\"icl_lang_sel_stype\";s:6:\"mobile\";s:24:\"icl_lang_sel_orientation\";s:10:\"horizontal\";s:28:\"icl_lang_sel_copy_parameters\";s:0:\"\";s:21:\"icl_widget_title_show\";i:1;s:28:\"translated_document_page_url\";s:13:\"auto-generate\";s:28:\"sync_comments_on_duplicates \";i:0;s:3:\"seo\";a:2:{s:10:\"head_langs\";i:1;s:27:\"canonicalization_duplicates\";i:1;}s:22:\"posts_slug_translation\";a:1:{s:2:\"on\";i:0;}s:15:\"languages_order\";a:2:{i:0;s:2:\"es\";i:1;s:2:\"en\";}s:4:\"urls\";a:5:{s:30:\"directory_for_default_language\";i:0;s:12:\"show_on_root\";s:0:\"\";s:19:\"root_html_file_path\";s:0:\"\";s:9:\"root_page\";i:0;s:23:\"hide_language_switchers\";i:1;}s:22:\"admin_default_language\";s:2:\"en\";s:18:\"ajx_health_checked\";i:1;s:17:\"setup_wizard_step\";i:3;s:18:\"default_categories\";a:2:{s:2:\"es\";i:34;s:2:\"en\";i:35;}s:16:\"default_language\";s:2:\"en\";s:27:\"dont_show_help_admin_notice\";b:1;s:19:\"icl_lang_sel_config\";a:9:{s:19:\"font-current-normal\";s:7:\"#444444\";s:18:\"font-current-hover\";s:7:\"#000000\";s:25:\"background-current-normal\";s:7:\"#ffffff\";s:24:\"background-current-hover\";s:7:\"#eeeeee\";s:17:\"font-other-normal\";s:7:\"#444444\";s:16:\"font-other-hover\";s:7:\"#000000\";s:23:\"background-other-normal\";s:7:\"#ffffff\";s:22:\"background-other-hover\";s:7:\"#eeeeee\";s:6:\"border\";s:7:\"#cdcdcd\";}s:26:\"icl_lang_sel_footer_config\";a:10:{s:19:\"font-current-normal\";s:7:\"#444444\";s:18:\"font-current-hover\";s:7:\"#000000\";s:25:\"background-current-normal\";s:7:\"#ffffff\";s:24:\"background-current-hover\";s:7:\"#eeeeee\";s:17:\"font-other-normal\";s:7:\"#444444\";s:16:\"font-other-hover\";s:7:\"#000000\";s:23:\"background-other-normal\";s:7:\"#ffffff\";s:22:\"background-other-hover\";s:7:\"#eeeeee\";s:6:\"border\";s:7:\"#cdcdcd\";s:10:\"background\";s:7:\"#ffffff\";}s:29:\"icl_language_switcher_sidebar\";s:1:\"0\";s:19:\"icl_lang_sel_footer\";i:1;s:21:\"icl_post_availability\";i:0;s:30:\"icl_post_availability_position\";s:5:\"below\";s:26:\"icl_post_availability_text\";s:34:\"This post is also available in: %s\";s:29:\"language_selector_initialized\";i:1;s:22:\"translation-management\";a:7:{s:12:\"notification\";a:5:{s:7:\"new-job\";i:1;s:9:\"completed\";i:1;s:8:\"resigned\";i:1;s:9:\"dashboard\";b:1;s:9:\"purge-old\";i:7;}s:25:\"custom_fields_translation\";a:29:{s:5:\"title\";i:2;s:11:\"description\";i:2;s:8:\"keywords\";i:2;s:18:\"_yoast_wpseo_title\";i:2;s:20:\"_yoast_wpseo_bctitle\";i:2;s:21:\"_yoast_wpseo_metadesc\";i:2;s:25:\"_yoast_wpseo_metakeywords\";i:2;s:20:\"_yoast_wpseo_focuskw\";i:2;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:1;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:1;s:28:\"_yoast_wpseo_meta-robots-adv\";i:1;s:22:\"_yoast_wpseo_canonical\";i:0;s:21:\"_yoast_wpseo_redirect\";i:0;s:26:\"hermes_attraction_distance\";i:2;s:20:\"hermes_contact_embed\";i:2;s:21:\"hermes_room_breakfast\";i:2;s:21:\"hermes_room_occupancy\";i:2;s:20:\"hermes_room_quantity\";i:2;s:16:\"hermes_room_rate\";i:2;s:16:\"hermes_room_size\";i:2;s:25:\"hermes_testimonial_author\";i:2;s:33:\"hermes_testimonial_author_company\";i:2;s:37:\"hermes_testimonial_author_company_url\";i:2;s:34:\"hermes_testimonial_author_position\";i:2;s:26:\"hermes_testimonial_country\";i:2;s:23:\"hermes_testimonial_date\";i:2;s:22:\"hermes_testimonial_url\";i:2;s:34:\"_yoast_wpseo_opengraph-description\";i:2;s:36:\"_yoast_wpseo_google-plus-description\";i:2;}s:22:\"doc_translation_method\";i:0;s:35:\"__custom_types_readonly_config_prev\";a:4:{s:17:\"displayed_gallery\";i:1;s:10:\"attachment\";i:1;s:11:\"testimonial\";i:1;s:5:\"event\";i:1;}s:28:\"custom_types_readonly_config\";a:3:{s:17:\"displayed_gallery\";i:1;s:11:\"testimonial\";i:1;s:5:\"event\";i:1;}s:36:\"__custom_fields_readonly_config_prev\";a:29:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:18:\"_yoast_wpseo_title\";i:4;s:20:\"_yoast_wpseo_bctitle\";i:5;s:21:\"_yoast_wpseo_metadesc\";i:6;s:25:\"_yoast_wpseo_metakeywords\";i:7;s:20:\"_yoast_wpseo_focuskw\";i:8;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:9;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:10;s:28:\"_yoast_wpseo_meta-robots-adv\";i:11;s:22:\"_yoast_wpseo_canonical\";i:12;s:21:\"_yoast_wpseo_redirect\";i:13;s:34:\"_yoast_wpseo_opengraph-description\";i:14;s:36:\"_yoast_wpseo_google-plus-description\";i:15;s:26:\"hermes_attraction_distance\";i:16;s:20:\"hermes_contact_embed\";i:17;s:21:\"hermes_room_breakfast\";i:18;s:21:\"hermes_room_occupancy\";i:19;s:20:\"hermes_room_quantity\";i:20;s:16:\"hermes_room_rate\";i:21;s:16:\"hermes_room_size\";i:22;s:25:\"hermes_testimonial_author\";i:23;s:33:\"hermes_testimonial_author_company\";i:24;s:37:\"hermes_testimonial_author_company_url\";i:25;s:34:\"hermes_testimonial_author_position\";i:26;s:26:\"hermes_testimonial_country\";i:27;s:23:\"hermes_testimonial_date\";i:28;s:22:\"hermes_testimonial_url\";}s:29:\"custom_fields_readonly_config\";a:29:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:18:\"_yoast_wpseo_title\";i:4;s:20:\"_yoast_wpseo_bctitle\";i:5;s:21:\"_yoast_wpseo_metadesc\";i:6;s:25:\"_yoast_wpseo_metakeywords\";i:7;s:20:\"_yoast_wpseo_focuskw\";i:8;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:9;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:10;s:28:\"_yoast_wpseo_meta-robots-adv\";i:11;s:22:\"_yoast_wpseo_canonical\";i:12;s:21:\"_yoast_wpseo_redirect\";i:13;s:34:\"_yoast_wpseo_opengraph-description\";i:14;s:36:\"_yoast_wpseo_google-plus-description\";i:15;s:26:\"hermes_attraction_distance\";i:16;s:20:\"hermes_contact_embed\";i:17;s:21:\"hermes_room_breakfast\";i:18;s:21:\"hermes_room_occupancy\";i:19;s:20:\"hermes_room_quantity\";i:20;s:16:\"hermes_room_rate\";i:21;s:16:\"hermes_room_size\";i:22;s:25:\"hermes_testimonial_author\";i:23;s:33:\"hermes_testimonial_author_company\";i:24;s:37:\"hermes_testimonial_author_company_url\";i:25;s:34:\"hermes_testimonial_author_position\";i:26;s:26:\"hermes_testimonial_country\";i:27;s:23:\"hermes_testimonial_date\";i:28;s:22:\"hermes_testimonial_url\";}}s:14:\"setup_complete\";i:1;s:18:\"icl_additional_css\";s:140:\"                                                                                                                                            \";s:18:\"display_ls_in_menu\";i:0;s:11:\"menu_for_ls\";i:7;s:16:\"hidden_languages\";a:0:{}s:29:\"edit_languages_flag_migration\";i:1;s:2:\"st\";a:5:{s:2:\"sw\";a:1:{s:16:\"strings_language\";s:2:\"en\";}s:16:\"strings_per_page\";s:3:\"100\";s:15:\"icl_st_auto_reg\";s:7:\"disable\";s:16:\"strings_language\";s:2:\"en\";s:16:\"translated-users\";a:0:{}}s:22:\"show_translations_flag\";i:1;s:24:\"custom_posts_sync_option\";a:4:{s:10:\"attachment\";i:1;s:11:\"testimonial\";i:1;s:5:\"event\";i:1;s:17:\"displayed_gallery\";i:1;}}', 'yes'),
(337, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(342, 'recently_activated', 'a:17:{s:41:\"redirect-all-types/redirect-all-types.php\";i:1577210338;s:31:\"10web-manager/10web-manager.php\";i:1577210328;s:24:\"wordpress-seo/wp-seo.php\";i:1577206637;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:1577206637;s:33:\"classic-editor/classic-editor.php\";i:1577206637;s:29:\"antispam-bee/antispam_bee.php\";i:1577206637;s:19:\"akismet/akismet.php\";i:1577206637;s:27:\"coming-soon/coming-soon.php\";i:1576835102;s:19:\"jetpack/jetpack.php\";i:1576834968;s:43:\"visual-form-builder/visual-form-builder.php\";i:1576834944;s:41:\"multiple-galleries/multiple-galleries.php\";i:1576834931;s:17:\"iframe/iframe.php\";i:1576834910;s:25:\"duplicator/duplicator.php\";i:1576831932;s:47:\"freetobook-reviews/freetobook-review-widget.php\";i:1576831932;s:29:\"nextgen-gallery/nggallery.php\";i:1576831932;s:39:\"wd-instagram-feed/wd-instagram-feed.php\";i:1576831932;s:35:\"1000grad-epaper/1000grad-epaper.php\";i:1576831813;}', 'yes'),
(1193, 'db_upgraded', '', 'yes'),
(346, 'wpseo', 'a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"12.7.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1557164608;s:13:\"myyoast-oauth\";b:0;}', 'yes'),
(347, 'wpseo_titles', 'a:84:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:68:\"Puerto Barillas El Salvador. OFFICIAL WEBSITE - Best Price Guarantee\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:23:\"is-media-purge-relevant\";b:1;s:20:\"breadcrumbs-404crumb\";s:0:\"\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:0:\"\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:0:\"\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:0:\"\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:30:\"Puerto Barillas Marina & Lodge\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:30:\"Experiences in Puerto Barillas\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"Puerto Barillas, Welcome to El Salvador\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"Puerto Barillas, Welcome to El Salvador\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:22:\"noindex-subpages-wpseo\";b:0;s:17:\"title-testimonial\";s:39:\"Puerto Barillas, Welcome to El Salvador\";s:20:\"metadesc-testimonial\";s:0:\"\";s:19:\"noindex-testimonial\";b:0;s:20:\"showdate-testimonial\";b:0;s:11:\"title-event\";s:39:\"Puerto Barillas, Welcome to El Salvador\";s:14:\"metadesc-event\";s:0:\"\";s:13:\"noindex-event\";b:0;s:14:\"showdate-event\";b:0;s:21:\"title-ptarchive-event\";s:39:\"Puerto Barillas, Welcome to El Salvador\";s:24:\"metadesc-ptarchive-event\";s:0:\"\";s:23:\"bctitle-ptarchive-event\";s:0:\"\";s:23:\"noindex-ptarchive-event\";b:0;s:17:\"title-tax-ngg_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-ngg_tag\";s:0:\"\";s:19:\"noindex-tax-ngg_tag\";b:0;}', 'yes'),
(349, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(364, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(365, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(366, 'ngg_db_version', '1.8.1', 'yes'),
(367, 'ngg_options', 'a:94:{s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:17:\"router_param_slug\";s:9:\"nggallery\";s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:10:\"usePicLens\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:120;s:11:\"thumbheight\";i:90;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:15:\"Puerto Barillas\";s:7:\"wmColor\";s:7:\"#000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"True\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:20:\"mvc_template_dirname\";s:10:\"/templates\";s:18:\"mvc_static_dirname\";s:7:\"/static\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:31:\"frame_communication_option_name\";s:14:\"X-Frame-Events\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:11:\"installDate\";i:1381685893;s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:14:\"wpmuQuotaCheck\";b:0;s:18:\"galleries_in_feeds\";b:0;s:7:\"slideFX\";s:4:\"fade\";s:28:\"always_enable_frontend_logic\";b:0;s:27:\"use_alternate_random_method\";b:0;s:23:\"random_widget_cache_ttl\";i:30;s:13:\"gallery_count\";i:8;}', 'yes'),
(1319, 'contact_form_forms', '1,2,3,4,4,5,6,7,8,9,10', 'yes'),
(1320, 'contact_formmaker_cureent_version', '2.4.4', 'yes'),
(1335, 'cp_cfte_last_verified', '2013-10-26 17:51:33', 'yes'),
(1328, 'Cf73rdPartyIntegration_settings', 'a:3:{s:5:\"debug\";a:2:{s:5:\"email\";s:21:\"esamuelcoto@gmail.com\";s:9:\"separator\";s:2:\", \";}i:0;a:4:{s:4:\"name\";s:15:\"Contact DEMO PB\";s:3:\"url\";s:197:\"https://www.puertobarillas.com/welcome/wp-content/plugins/contact-form-7-3rd-party-integration/3rd-parties/service_test.php\";s:7:\"success\";s:0:\"\";s:7:\"mapping\";a:6:{i:0;a:2:{s:3:\"cf7\";s:9:\"your-name\";s:3:\"3rd\";s:4:\"Name\";}i:1;a:2:{s:3:\"cf7\";s:10:\"your-email\";s:3:\"3rd\";s:5:\"Email\";}s:2:\"1b\";a:2:{s:3:\"cf7\";s:11:\"your-adress\";s:3:\"3rd\";s:6:\"Adress\";}s:3:\"2bb\";a:2:{s:3:\"cf7\";s:9:\"your-city\";s:3:\"3rd\";s:4:\"City\";}s:4:\"3bbb\";a:2:{s:3:\"cf7\";s:12:\"your-country\";s:3:\"3rd\";s:7:\"Country\";}s:5:\"4bbbb\";a:2:{s:3:\"cf7\";s:13:\"your-comments\";s:3:\"3rd\";s:8:\"Comments\";}}}i:5;a:5:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:7:\"success\";s:0:\"\";s:4:\"hook\";s:4:\"true\";s:7:\"mapping\";a:6:{i:0;a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}i:1;a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}s:2:\"1b\";a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}s:3:\"2bb\";a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}s:4:\"3bbb\";a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}s:5:\"4bbbb\";a:3:{s:3:\"val\";s:1:\"1\";s:3:\"cf7\";s:0:\"\";s:3:\"3rd\";s:0:\"\";}}}}', 'yes'),
(5066, 'vfb-settings', 'a:3:{s:11:\"spam-points\";s:1:\"4\";s:15:\"max-upload-size\";s:2:\"25\";s:18:\"sender-mail-header\";s:21:\"esamuelcoto@gmail.com\";}', 'yes'),
(163, 'hermes_options', 'a:25:{s:17:\"hermes_custom_css\";i:0;s:30:\"hermes_footer_sidebars_display\";i:1;s:20:\"hermes_page_comments\";i:1;s:20:\"hermes_post_comments\";i:1;s:30:\"hermes_header_contacts_display\";i:1;s:30:\"hermes_footer_contacts_display\";i:1;s:37:\"hermes_header_contact_telephone_value\";s:30:\"Km. 108.5 - CA-2 - El Salvador\";s:35:\"hermes_header_contact_address_value\";s:25:\"34, Chestnut Road, London\";s:33:\"hermes_header_contact_email_value\";s:23:\"info@puertobarillas.com\";s:31:\"hermes_header_contact_map_value\";s:134:\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&msa=0&ll=13.264675,-88.49232&spn=0.011215,0.021136\";s:37:\"hermes_header_contact_telephone_label\";s:28:\"Make a reservation by phone:\";s:31:\"hermes_header_contact_map_label\";s:11:\"View on Map\";s:33:\"hermes_header_contact_email_label\";s:29:\"Make a reservation by e-mail:\";s:19:\"hermes_booking_page\";s:0:\"\";s:19:\"hermes_gallery_page\";s:4:\"4812\";s:23:\"hermes_gallery_page_num\";s:1:\"5\";s:23:\"hermes_gallery_autoplay\";i:1;s:29:\"hermes_gallery_autoplay_speed\";s:4:\"5000\";s:29:\"hermes_featured_pages_display\";i:1;s:22:\"hermes_featured_page_1\";s:2:\"18\";s:22:\"hermes_featured_page_2\";s:2:\"63\";s:22:\"hermes_featured_page_3\";s:2:\"16\";s:20:\"hermes_script_header\";s:0:\"\";s:20:\"hermes_script_footer\";s:0:\"\";s:18:\"hermes_misc_credit\";i:1;}', 'yes'),
(195, 'widget_nav_menu', 'a:4:{i:3;a:2:{s:5:\"title\";s:15:\"Puerto Barillas\";s:8:\"nav_menu\";i:25;}i:4;a:2:{s:5:\"title\";s:18:\"Useful Information\";s:8:\"nav_menu\";i:26;}i:5;a:2:{s:5:\"title\";s:4:\"News\";s:8:\"nav_menu\";i:27;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(196, 'widget_hermes-twitter-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(7328, 'stats_cache', 'a:2:{s:32:\"4a176be58466ed8ffed1bd4841b68c8b\";a:1:{i:1462669931;a:4:{i:0;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:113:\"https://www.puertobarillas.com/welcome/\";s:5:\"views\";s:1:\"2\";}i:1;a:4:{s:7:\"post_id\";s:3:\"512\";s:10:\"post_title\";s:15:\"Restaurante/Bar\";s:14:\"post_permalink\";s:131:\"https://www.puertobarillas.com/welcome/es/restaurantebar/\";s:5:\"views\";s:1:\"1\";}i:2;a:4:{s:7:\"post_id\";s:3:\"449\";s:10:\"post_title\";s:11:\"Actividades\";s:14:\"post_permalink\";s:128:\"https://www.puertobarillas.com/welcome/es/actividades/\";s:5:\"views\";s:1:\"1\";}i:3;a:4:{s:7:\"post_id\";s:3:\"456\";s:10:\"post_title\";s:41:\"VISITA DEL DIA-TARIFAS-PAQUETES- ENTRADAS\";s:14:\"post_permalink\";s:131:\"https://www.puertobarillas.com/welcome/es/visita-del-dia/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"afd53353280898890acdb26b7838818a\";a:1:{i:1462669931;a:3:{i:0;a:2:{s:10:\"searchterm\";s:18:\"puertobarillas.com\";s:5:\"views\";s:1:\"3\";}i:1;a:2:{s:10:\"searchterm\";s:14:\"puerto barilla\";s:5:\"views\";s:1:\"1\";}i:2;a:2:{s:10:\"searchterm\";s:28:\"el salvador importes perkins\";s:5:\"views\";s:1:\"1\";}}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1330723, 'jpsq_sync-1576834968.401921-128924-36', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"get_plugins_action_links\";i:1;a:0:{}}i:2;i:1;i:3;d:1576834968.401653;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330724, 'jpsq_sync-1576834968.403014-128924-37', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:14:\"active_modules\";i:1;a:18:{i:1;s:10:\"shortcodes\";i:3;s:21:\"enhanced-distribution\";i:5;s:10:\"sharedaddy\";i:7;s:13:\"post-by-email\";i:9;s:5:\"notes\";i:11;s:13:\"subscriptions\";i:13;s:19:\"gravatar-hovercards\";i:15;s:8:\"json-api\";i:17;s:18:\"after-the-deadline\";i:19;s:7:\"widgets\";i:21;s:9:\"publicize\";i:23;s:5:\"latex\";i:25;s:5:\"stats\";i:27;s:11:\"mobile-push\";i:29;s:10:\"custom-css\";i:31;s:10:\"shortlinks\";i:33;s:10:\"omnisearch\";i:35;s:17:\"widget-visibility\";}}i:2;i:1;i:3;d:1576834968.402751;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330725, 'jpsq_sync-1576834968.404064-128924-38', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:16:\"hosting_provider\";i:1;s:7:\"unknown\";}i:2;i:1;i:3;d:1576834968.403802;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330726, 'jpsq_sync-1576834968.405076-128924-39', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:6:\"locale\";i:1;s:5:\"es_ES\";}i:2;i:1;i:3;d:1576834968.404816;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330727, 'jpsq_sync-1576834968.406247-128924-40', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"site_icon_url\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.405846;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330728, 'jpsq_sync-1576834968.408235-128924-41', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:5:\"roles\";i:1;a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{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:\"wpseo_bulk_edit\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}}i:2;i:1;i:3;d:1576834968.407967;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330729, 'jpsq_sync-1576834968.409684-128924-42', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"timezone\";i:1;s:5:\"UTC+0\";}i:2;i:1;i:3;d:1576834968.40941;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330730, 'jpsq_sync-1576834968.410696-128924-43', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"available_jetpack_blocks\";i:1;a:0:{}}i:2;i:1;i:3;d:1576834968.410425;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330731, 'jpsq_sync-1576834968.411774-128924-44', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"paused_themes\";i:1;a:0:{}}i:2;i:1;i:3;d:1576834968.411509;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330732, 'jpsq_sync-1576834968.412923-128924-45', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:14:\"paused_plugins\";i:1;a:0:{}}i:2;i:1;i:3;d:1576834968.41254;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330733, 'jetpack_callables_sync_checksum', 'a:33:{s:18:\"wp_max_upload_size\";i:3564436882;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:4033907527;s:8:\"site_url\";i:4033907527;s:8:\"home_url\";i:4033907527;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:3425443202;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3810971582;s:10:\"post_types\";i:3852024010;s:18:\"post_type_features\";i:1265490332;s:10:\"shortcodes\";i:3755446987;s:27:\"rest_api_allowed_post_types\";i:503776097;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:4037552162;s:11:\"get_plugins\";i:2819763359;s:24:\"get_plugins_action_links\";i:223132457;s:14:\"active_modules\";i:1065447602;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:2194467985;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:289178008;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:223132457;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;}', 'no'),
(1330734, 'jpsq_sync_checkout', '0:0', 'no'),
(1330737, 'jetpack_plugin_api_action_links', 'a:7:{s:19:\"akismet/akismet.php\";a:1:{s:7:\"Ajustes\";s:81:\"https://www.puertobarillas.com/welcome/wp-admin/admin.php?page=akismet-key-config\";}s:29:\"antispam-bee/antispam_bee.php\";a:1:{s:7:\"Ajustes\";s:85:\"https://www.puertobarillas.com/welcome/wp-admin/options-general.php?page=antispam_bee\";}s:33:\"classic-editor/classic-editor.php\";a:1:{s:7:\"Ajustes\";s:90:\"https://www.puertobarillas.com/welcome/wp-admin/options-writing.php#classic-editor-options\";}s:27:\"coming-soon/coming-soon.php\";a:1:{s:8:\"Settings\";s:72:\"https://www.puertobarillas.com/welcome/wp-admin/admin.php?page=seed_csp4\";}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:1:{s:7:\"Ajustes\";s:77:\"https://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadwp_settings\";}s:19:\"jetpack/jetpack.php\";a:1:{s:7:\"Jetpack\";s:70:\"https://www.puertobarillas.com/welcome/wp-admin/admin.php?page=jetpack\";}s:24:\"wordpress-seo/wp-seo.php\";a:3:{s:3:\"FAQ\";s:183:\"https://yoa.st/1yc?php_version=5.6&platform=wordpress&platform_version=5.2.5&software=free&software_version=12.7.1&days_active=30plus&user_language=es_ES\";s:15:\"Soporte premium\";s:183:\"https://yoa.st/1yb?php_version=5.6&platform=wordpress&platform_version=5.2.5&software=free&software_version=12.7.1&days_active=30plus&user_language=es_ES\";s:7:\"Ajustes\";s:78:\"https://www.puertobarillas.com/welcome/wp-admin/admin.php?page=wpseo_dashboard\";}}', 'yes'),
(1330740, 'jetpack_next_sync_time_sync', '1576835028', 'yes'),
(1330741, 'jetpack_next_sync_time_full-sync-enqueue', '1576834978', 'yes'),
(1330742, 'jetpack_sync_settings_full_sync_sender_enabled', '1', 'yes'),
(1330941, '_site_transient_timeout_browser_a9cfc38c8c27d8aade7b19701097beda', '1578003203', 'no'),
(1330942, '_site_transient_browser_a9cfc38c8c27d8aade7b19701097beda', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"79.0.3945.88\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(1331059, '_site_transient_timeout_community-events-7218825960e9d8872df16eff584acc28', '1577608006', 'no'),
(1331060, '_site_transient_community-events-7218825960e9d8872df16eff584acc28', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"179.5.220.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:13:\"WordCamp Asia\";s:3:\"url\";s:31:\"https://2020.asia.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2020-02-21 00:00:00\";s:8:\"end_date\";s:19:\"2020-02-23 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Bangkok, Thailand\";s:7:\"country\";s:2:\"TH\";s:8:\"latitude\";d:13.7248933999999991328877513296902179718017578125;s:9:\"longitude\";d:100.49268299999999953797669149935245513916015625;}}}}', 'no'),
(61048, 'category_children', 'a:0:{}', 'yes'),
(1472, 'wponlinebackup_check_tables', '0', 'yes'),
(4278, 'icl_sitepress_version', '3.0.1', 'yes'),
(2843, 'widget_contact_form_maker_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4285, '_icl_cache', 'a:6:{s:17:\"flags_cache_class\";a:2:{s:2:\"es\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"es.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"en\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"en.png\";s:13:\"from_template\";s:1:\"0\";}}s:25:\"language_name_cache_class\";a:13:{s:21:\"language_details_esen\";a:5:{s:4:\"code\";s:2:\"es\";s:12:\"english_name\";s:7:\"Spanish\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"Spanish\";}s:14:\"in_language_en\";a:2:{i:0;a:7:{s:2:\"id\";s:1:\"1\";s:4:\"code\";s:2:\"en\";s:12:\"english_name\";s:7:\"English\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"English\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";N;}i:1;a:7:{s:2:\"id\";s:1:\"2\";s:4:\"code\";s:2:\"es\";s:12:\"english_name\";s:7:\"Spanish\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"Spanish\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";N;}}s:9:\"languages\";a:2:{i:0;O:8:\"stdClass\":2:{s:13:\"language_code\";s:2:\"en\";s:4:\"name\";s:7:\"English\";}i:1;O:8:\"stdClass\":2:{s:13:\"language_code\";s:2:\"es\";s:4:\"name\";s:8:\"Español\";}}s:4:\"enen\";s:7:\"English\";s:4:\"enes\";s:7:\"Inglés\";s:4:\"eses\";s:8:\"Español\";s:21:\"language_details_enen\";a:5:{s:4:\"code\";s:2:\"en\";s:12:\"english_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"English\";}s:4:\"esen\";s:7:\"Spanish\";s:21:\"language_details_eses\";a:5:{s:4:\"code\";s:2:\"es\";s:12:\"english_name\";s:7:\"Spanish\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:8:\"Español\";}s:14:\"in_language_es\";a:2:{i:0;a:7:{s:2:\"id\";s:1:\"1\";s:4:\"code\";s:2:\"en\";s:12:\"english_name\";s:7:\"English\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"Inglés\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";N;}i:1;a:7:{s:2:\"id\";s:1:\"2\";s:4:\"code\";s:2:\"es\";s:12:\"english_name\";s:7:\"Spanish\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:8:\"Español\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";N;}}s:21:\"language_details_enes\";a:5:{s:4:\"code\";s:2:\"en\";s:12:\"english_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:12:\"display_name\";s:7:\"Inglés\";}s:19:\"language_details_en\";N;s:22:\"language_details_allen\";N;}s:19:\"events_per_language\";a:1:{s:3:\"all\";i:0;}s:25:\"testimonials_per_language\";a:3:{s:3:\"all\";i:2;s:2:\"en\";s:1:\"1\";s:2:\"es\";s:1:\"1\";}s:18:\"pages_per_language\";a:3:{s:3:\"all\";i:81;s:2:\"en\";s:2:\"43\";s:2:\"es\";s:2:\"38\";}s:18:\"posts_per_language\";a:3:{s:3:\"all\";i:8;s:2:\"en\";s:1:\"5\";s:2:\"es\";s:1:\"3\";}}', 'yes'),
(4284, 'WPLANG', 'es_ES', 'yes'),
(4247, 'translator', 'a:2:{s:9:\"installed\";i:1385316222;s:5:\"title\";s:10:\"Translator\";}', 'yes'),
(2563, 'iframeLoaderAdminOptions', 'a:10:{s:14:\"youtube_height\";s:3:\"345\";s:13:\"youtube_width\";s:3:\"560\";s:12:\"vimeo_height\";s:3:\"315\";s:11:\"vimeo_width\";s:3:\"560\";s:12:\"amazon_width\";s:3:\"90%\";s:13:\"amazon_height\";s:4:\"4000\";s:12:\"basic_height\";s:3:\"250\";s:11:\"basic_width\";s:4:\"100%\";s:13:\"widget_height\";s:3:\"250\";s:12:\"widget_width\";s:4:\"100%\";}', 'yes'),
(4370, 'widget_icl_lang_sel_widget', 'a:1:{i:1;a:1:{s:5:\"title\";b:0;}}', 'yes'),
(4371, 'icl_adl_settings', 'a:4:{s:12:\"translations\";a:1:{s:2:\"es\";a:9:{s:4:\"core\";a:1:{s:9:\"available\";s:32:\"8b7bf476b49a3c6214e7cca6d15b8e6a\";}s:9:\"twentyten\";a:1:{s:9:\"available\";s:32:\"f6d5828d656683eac1543c9a23994ca4\";}s:12:\"twentyeleven\";a:1:{s:9:\"available\";s:32:\"407f436576006422f36e2ffe9e25ce11\";}s:2:\"cc\";a:1:{s:9:\"available\";s:32:\"18d72060dabcc9f713be366c7f523b01\";}s:12:\"twentytwelve\";a:1:{s:9:\"available\";s:32:\"4300569018ba2d94c6520829985ea30f\";}s:5:\"admin\";a:1:{s:9:\"available\";s:32:\"214ea179d077c68bc67fe27f634e03c4\";}s:14:\"twentythirteen\";a:1:{s:9:\"available\";s:32:\"df6dad1276fdac8a5a2d593f02e68dcf\";}s:14:\"twentyfourteen\";a:1:{s:9:\"available\";s:32:\"eb6f52144ffe6a1c3393cd54be0358cb\";}s:13:\"twentyfifteen\";a:1:{s:9:\"available\";s:32:\"515c3d741c43872197e8305a266865d3\";}}}s:10:\"wp_version\";s:5:\"4.5.3\";s:19:\"last_time_xml_check\";i:1466662407;s:27:\"last_time_xml_check_trigger\";s:9:\"wp-update\";}', 'yes'),
(4373, 'icl_admin_messages', 'a:2:{s:8:\"messages\";a:0:{}s:16:\"instant_messages\";a:0:{}}', 'yes'),
(7284, 'jetpack_activated', '1', 'yes'),
(7285, 'jetpack_options', 'a:7:{s:7:\"version\";s:16:\"3.0.2:1405653711\";s:11:\"old_version\";s:14:\"2.7:1388891579\";s:2:\"id\";i:62358220;s:10:\"blog_token\";s:65:\"6e7#foavK(VnGA8kXMY5fRZ7n5Yt&BcU.JFBzZVAh5j($Y3W8lXYg2TL3mW!4RD@C\";s:6:\"public\";i:1;s:11:\"user_tokens\";a:1:{i:1;s:67:\"tw6MR8PQkXEvKbD1cIabEAKthTL(1SP(.(^##OWZLlukOPsXoDZyJtGpER2UZUi@0.1\";}s:14:\"last_heartbeat\";i:1462657306;}', 'yes'),
(7286, 'jetpack_log', 'a:5:{i:0;a:4:{s:4:\"time\";i:1388891694;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1388891848;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62358220;s:4:\"code\";s:8:\"register\";}i:2;a:4:{s:4:\"time\";i:1388892892;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62358220;s:4:\"code\";s:9:\"authorize\";}i:3;a:5:{s:4:\"time\";i:1388893001;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62358220;s:4:\"code\";s:10:\"deactivate\";s:4:\"data\";s:17:\"widget-visibility\";}i:4;a:5:{s:4:\"time\";i:1388893049;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62358220;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:17:\"widget-visibility\";}}', 'no'),
(7295, 'jetpack_active_modules', 'a:19:{i:0;s:10:\"vaultpress\";i:1;s:10:\"shortcodes\";i:3;s:21:\"enhanced-distribution\";i:5;s:10:\"sharedaddy\";i:7;s:13:\"post-by-email\";i:9;s:5:\"notes\";i:11;s:13:\"subscriptions\";i:13;s:19:\"gravatar-hovercards\";i:15;s:8:\"json-api\";i:17;s:18:\"after-the-deadline\";i:19;s:7:\"widgets\";i:21;s:9:\"publicize\";i:23;s:5:\"latex\";i:25;s:5:\"stats\";i:27;s:11:\"mobile-push\";i:29;s:10:\"custom-css\";i:31;s:10:\"shortlinks\";i:33;s:10:\"omnisearch\";i:35;s:17:\"widget-visibility\";}', 'yes'),
(7296, 'stats_options', 'a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:62358220;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"9\";}', 'yes'),
(7071, '_wpml_media', 'a:3:{s:7:\"version\";s:5:\"2.1.1\";s:13:\"starting_help\";i:1;s:20:\"new_content_settings\";a:3:{s:22:\"always_translate_media\";b:1;s:15:\"duplicate_media\";b:1;s:18:\"duplicate_featured\";b:1;}}', 'yes'),
(1282757, 'wpseo_license_server_version', '2', 'yes'),
(13173, 'epaper_dir', '/home/puerto7/public_html/welcome/wp-content/uploads/epaper', 'yes'),
(13174, 'epaper_url', 'https://www.puertobarillas.com/welcome/wp-content/uploads/epaper', 'yes'),
(13183, 'plugin_epaper_options', 'a:1:{s:12:\"wordpressapi\";s:78:\"https://www.edelpaper.com/html/api/v2/epaper-wsdl\";}', 'yes'),
(1330346, 'edelpaper_plugin', 'O:8:\"stdClass\":6:{s:7:\"app_url\";s:38:\"https://www.edelpaper.com/html/epaper/\";s:12:\"fallback_url\";s:32:\"http://www.1kcloud.com/ep1KSpot/\";s:12:\"register_url\";s:63:\"https://accounts.edelpaper.com/frontend/edelpaper/requireApiKey\";s:14:\"manage_account\";s:55:\"https://accounts.edelpaper.com/frontend/edelpaper/admin\";s:7:\"api_url\";s:38:\"https://www.edelpaper.com/html/api/v2/\";s:8:\"rss_feed\";s:47:\"https://www.edelpaper.com/e/feed/?tag=wp_plugin\";}', 'yes'),
(48686, 'widget_jr_insta_slider', 'a:2:{i:2;a:24:{s:5:\"title\";s:22:\"Instagram Photogallery\";s:8:\"username\";s:14:\"puertobarillas\";s:8:\"template\";s:6:\"thumbs\";s:11:\"images_link\";s:9:\"image_url\";s:10:\"custom_url\";s:0:\"\";s:9:\"randomise\";s:1:\"1\";s:13:\"images_number\";s:2:\"18\";s:12:\"refresh_hour\";s:1:\"1\";s:10:\"attachment\";N;s:10:\"search_for\";s:8:\"username\";s:7:\"hashtag\";s:0:\"\";s:6:\"source\";s:9:\"instagram\";s:7:\"orderby\";s:4:\"rand\";s:7:\"columns\";s:1:\"3\";s:10:\"image_size\";s:15:\"jr_insta_square\";s:14:\"image_link_rel\";s:0:\"\";s:16:\"image_link_class\";s:0:\"\";s:8:\"controls\";s:9:\"prev_next\";s:9:\"animation\";s:5:\"slide\";s:13:\"caption_words\";s:3:\"100\";s:10:\"slidespeed\";s:4:\"7000\";s:11:\"description\";a:3:{i:0;s:8:\"username\";i:1;s:4:\"time\";i:2;s:7:\"caption\";}s:13:\"blocked_users\";s:0:\"\";s:6:\"no_pin\";N;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(48687, 'jr_insta_50950dc879bec393919d83a20b57f0e3', 'a:3:{s:8:\"username\";s:14:\"puertobarillas\";s:11:\"cache_hours\";s:1:\"5\";s:9:\"nr_images\";s:2:\"16\";}', 'yes'),
(78884, 'jr_insta_ba2087c5084458251bbacca4105632c5', 'a:3:{s:8:\"username\";s:110:\"https://instagram.com/puertobarillas\";s:11:\"cache_hours\";s:1:\"5\";s:9:\"nr_images\";s:2:\"16\";}', 'yes'),
(187083, 'gadwp_version', '5.3.10', 'yes'),
(48656, 'bstwbsftwppdtplgns_options', 'a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:2:{s:33:\"google-captcha/google-captcha.php\";s:5:\"1.3.2\";s:37:\"google-captcha.old/google-captcha.php\";s:5:\"1.3.2\";}}}', 'yes'),
(232305, 'displayed_galleries_677abfab00e705a1ee6fb5ff0bcaf2e6', '1449780589', 'no'),
(231605, 'displayed_gallery_rendering_b2287fd7dfd7b8ca35e09ed147109ceb', '1449646563', 'no'),
(232103, 'displayed_gallery_rendering_b8c2f04aa45af75328616a221fa6a650', '1449735465', 'no'),
(231889, 'displayed_gallery_rendering_0128580a75d90c70afd894950e84c9a2', '1449702814', 'no'),
(231893, 'displayed_gallery_rendering_f771b908b9345fd49517099f63c4703f', '1449702935', 'no'),
(231602, 'displayed_gallery_rendering_7e7717f8d7d2d478e4faf332628b7b07', '1449646557', 'no'),
(232146, 'displayed_gallery_rendering_a22f2b1b827318c7b47bd4a146ee635a', '1449743866', 'no'),
(362290, 'gadwp_got_updated', '1', 'yes'),
(232280, 'displayed_gallery_rendering_acb9a22614b53baeb0f3e4275efeed4a', '1449777721', 'no'),
(232274, 'displayed_gallery_rendering_d745759c7e0a24f84f9914f3e3bfc96a', '1449777717', 'no'),
(232022, 'displayed_gallery_rendering_6da5445917a71322c5136f25b76da4e5', '1449726573', 'no'),
(232308, 'displayed_gallery_rendering_e0bbda40a7af5d5b02a8017999f0439a', '1449782389', 'no'),
(232046, 'displayed_gallery_rendering_d4e1ff5e3cc10d9cea54bfeca91c6fbf', '1449729922', 'no'),
(232345, 'ngg_transient_groups', 'a:8:{s:9:\"__counter\";i:8;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}s:16:\"WordPress-Router\";a:2:{s:2:\"id\";i:8;s:7:\"enabled\";b:1;}}', 'yes'),
(231701, 'displayed_gallery_rendering_49c9f0cec498514c46b4c133142d0e4d', '1449672676', 'no'),
(232311, 'displayed_gallery_rendering_4a19df0047fbec6c2899aec2539927d7', '1449783176', 'no'),
(232300, 'displayed_gallery_rendering_0df2118e4ae6814633405d29fa5c181c', '1449779361', 'no'),
(232286, 'displayed_gallery_rendering_fd68b7412dfbdc7e7e1b554b149761be', '1449777726', 'no'),
(231668, 'displayed_gallery_rendering_8b246fe96fa195c4578d9d84f28d5387', '1449659694', 'no'),
(231855, 'displayed_gallery_rendering_8f0bd76ed54eea64e34e68a0bc33f457', '1449699699', 'no'),
(231886, 'displayed_gallery_rendering_7b11e9f2ea2520b5b022e7614b4f8c82', '1449701830', 'no'),
(231873, 'displayed_gallery_rendering_421a83f16c492af901455cff8aa9c4cc', '1449700982', 'no'),
(231961, 'displayed_gallery_rendering_b9efe401f5230eda69d13b74a7a0ce51', '1449715180', 'no'),
(231290, 'displayed_gallery_rendering_6712e18237ab83ae3d021227ba9e1492', '1449611651', 'no'),
(262497, 'widget_top-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(232212, 'displayed_gallery_rendering_6fefc966b3bf515881da8190f831ae30', '1449761182', 'no'),
(232360, 'jr_insta_2c6d662962d8398e655428e900a19975', 'a:7:{i:0;b:0;s:6:\"search\";s:4:\"user\";s:13:\"search_string\";s:14:\"puertobarillas\";s:11:\"cache_hours\";i:1;s:9:\"nr_images\";i:12;s:10:\"attachment\";b:0;s:13:\"blocked_users\";b:0;}', 'yes'),
(368558, 'jetpack_security_report', 'a:0:{}', 'yes'),
(368563, 'jetpack_available_modules', 'a:1:{s:3:\"8.0\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'yes'),
(289956, 'widget_text_icl', 'a:2:{i:2;a:5:{s:12:\"icl_language\";s:12:\"multilingual\";s:18:\"icl_converted_from\";s:6:\"text-3\";s:5:\"title\";s:57:\"	The Pacific Coasts’ Hidden Treasure									 				 				\";s:4:\"text\";s:790:\"Located in a pristine canal, surrounded by mangroves and untouched nature, Puerto Barillas is the ultimate safe-haven for your boat.  Numerous visitors from around the world have enjoyed Puerto Barillas’ facilities, often calling it the Pacific Coasts’ hidden gem. Besides lodging and a safe place for your boat, Puerto Barillas offers countless activities for  guests. Kayaking, bike tours,  visiting cacao plantations or a famous monkey sanctuary, fishing and hiking are just a few of the activities you can enjoy during your stay—of course, guests can choose to relax by the beach or pool with an iced coconut as well! Our kind, helpful and pet-friendly staff will strive to make your stay an unforgettable one—we want you to become as passionate about Puerto Barillas as we are!\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(368523, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1330711, 'jpsq_sync-1576834968.374834-128924-24', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"post_types\";i:1;a:13:{s:4:\"post\";O:8:\"stdClass\":26:{s:4:\"name\";s:4:\"post\";s:5:\"label\";s:8:\"Entradas\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:8:\"Entradas\";s:13:\"singular_name\";s:7:\"Entrada\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:18:\"Todas las entradas\";s:8:\"archives\";s:20:\"Archivos de entradas\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:8:\"Entradas\";s:14:\"name_admin_bar\";s:7:\"Entrada\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:5;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"posts\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:4:\"page\";O:8:\"stdClass\":26:{s:4:\"name\";s:4:\"page\";s:5:\"label\";s:8:\"Páginas\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:8:\"Páginas\";s:13:\"singular_name\";s:7:\"Página\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva página\";s:9:\"edit_item\";s:14:\"Editar página\";s:8:\"new_item\";s:13:\"Nueva página\";s:9:\"view_item\";s:11:\"Ver página\";s:10:\"view_items\";s:12:\"Ver páginas\";s:12:\"search_items\";s:15:\"Buscar páginas\";s:9:\"not_found\";s:32:\"No se encontró ninguna página.\";s:18:\"not_found_in_trash\";s:47:\"No se encontró ninguna página en la papelera.\";s:17:\"parent_item_colon\";s:17:\"Página superior:\";s:9:\"all_items\";s:18:\"Todas las páginas\";s:8:\"archives\";s:20:\"Archivos de páginas\";s:10:\"attributes\";s:20:\"Atributos de página\";s:16:\"insert_into_item\";s:22:\"Insertar en la página\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta página\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de páginas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de páginas\";s:10:\"items_list\";s:17:\"Lista de páginas\";s:14:\"item_published\";s:18:\"Página publicada.\";s:24:\"item_published_privately\";s:35:\"Página publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Página convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Página programada.\";s:12:\"item_updated\";s:20:\"Página actualizada.\";s:9:\"menu_name\";s:8:\"Páginas\";s:14:\"name_admin_bar\";s:7:\"Página\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:1;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:20;s:15:\"capability_type\";s:4:\"page\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_page\";s:9:\"read_post\";s:9:\"read_page\";s:11:\"delete_post\";s:11:\"delete_page\";s:10:\"edit_posts\";s:10:\"edit_pages\";s:17:\"edit_others_posts\";s:17:\"edit_others_pages\";s:13:\"publish_posts\";s:13:\"publish_pages\";s:18:\"read_private_posts\";s:18:\"read_private_pages\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_pages\";s:20:\"delete_private_posts\";s:20:\"delete_private_pages\";s:22:\"delete_published_posts\";s:22:\"delete_published_pages\";s:19:\"delete_others_posts\";s:19:\"delete_others_pages\";s:18:\"edit_private_posts\";s:18:\"edit_private_pages\";s:20:\"edit_published_posts\";s:20:\"edit_published_pages\";s:12:\"create_posts\";s:10:\"edit_pages\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"pages\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:10:\"attachment\";O:8:\"stdClass\":25:{s:4:\"name\";s:10:\"attachment\";s:5:\"label\";s:6:\"Medios\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:6:\"Medios\";s:13:\"singular_name\";s:6:\"Medios\";s:7:\"add_new\";s:13:\"Añadir nuevo\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:13:\"Editar medios\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:26:\"Ver la página del adjunto\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:6:\"Medios\";s:8:\"archives\";s:6:\"Medios\";s:10:\"attributes\";s:21:\"Atributos de adjuntos\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:6:\"Medios\";s:14:\"name_admin_bar\";s:5:\"Medio\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:1;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:12:\"upload_files\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"media\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:8:\"revision\";O:8:\"stdClass\":25:{s:4:\"name\";s:8:\"revision\";s:5:\"label\";s:10:\"Revisiones\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:10:\"Revisiones\";s:13:\"singular_name\";s:9:\"Revisión\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:10:\"Revisiones\";s:8:\"archives\";s:10:\"Revisiones\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:10:\"Revisiones\";s:14:\"name_admin_bar\";s:9:\"Revisión\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:24:\"revision.php?revision=%d\";}s:13:\"nav_menu_item\";O:8:\"stdClass\":26:{s:4:\"name\";s:13:\"nav_menu_item\";s:5:\"label\";s:34:\"Elementos del menú de navegación\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:34:\"Elementos del menú de navegación\";s:13:\"singular_name\";s:33:\"Elemento del menú de navegación\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:34:\"Elementos del menú de navegación\";s:8:\"archives\";s:34:\"Elementos del menú de navegación\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:34:\"Elementos del menú de navegación\";s:14:\"name_admin_bar\";s:33:\"Elemento del menú de navegación\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:10:\"custom_css\";O:8:\"stdClass\":25:{s:4:\"name\";s:10:\"custom_css\";s:5:\"label\";s:17:\"CSS personalizado\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:17:\"CSS personalizado\";s:13:\"singular_name\";s:17:\"CSS personalizado\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:17:\"CSS personalizado\";s:8:\"archives\";s:17:\"CSS personalizado\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:17:\"CSS personalizado\";s:14:\"name_admin_bar\";s:17:\"CSS personalizado\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":13:{s:9:\"edit_post\";s:8:\"edit_css\";s:9:\"read_post\";s:4:\"read\";s:11:\"delete_post\";s:18:\"edit_theme_options\";s:10:\"edit_posts\";s:8:\"edit_css\";s:17:\"edit_others_posts\";s:8:\"edit_css\";s:13:\"publish_posts\";s:18:\"edit_theme_options\";s:18:\"read_private_posts\";s:4:\"read\";s:12:\"delete_posts\";s:18:\"edit_theme_options\";s:22:\"delete_published_posts\";s:18:\"edit_theme_options\";s:20:\"delete_private_posts\";s:18:\"edit_theme_options\";s:19:\"delete_others_posts\";s:18:\"edit_theme_options\";s:20:\"edit_published_posts\";s:8:\"edit_css\";s:12:\"create_posts\";s:8:\"edit_css\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:19:\"customize_changeset\";O:8:\"stdClass\":25:{s:4:\"name\";s:19:\"customize_changeset\";s:5:\"label\";s:17:\"Grupos de cambios\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:17:\"Grupos de cambios\";s:13:\"singular_name\";s:16:\"Grupo de cambios\";s:7:\"add_new\";s:13:\"Añadir nuevo\";s:12:\"add_new_item\";s:30:\"Añadir nuevo grupo de cambios\";s:9:\"edit_item\";s:23:\"Editar grupo de cambios\";s:8:\"new_item\";s:22:\"Nuevo grupo de cambios\";s:9:\"view_item\";s:23:\"Ver el grupo de cambios\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:24:\"Buscar grupos de cambios\";s:9:\"not_found\";s:39:\"No se han encontrado grupos de cambios.\";s:18:\"not_found_in_trash\";s:57:\"No se han encontrado conjuntos de cambios en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:24:\"Todo el grupo de cambios\";s:8:\"archives\";s:24:\"Todo el grupo de cambios\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:16:\"Grupo de cambios\";s:14:\"name_admin_bar\";s:16:\"Grupo de cambios\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:19:\"customize_changeset\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"customize\";s:9:\"read_post\";s:9:\"customize\";s:11:\"delete_post\";s:9:\"customize\";s:10:\"edit_posts\";s:9:\"customize\";s:17:\"edit_others_posts\";s:9:\"customize\";s:13:\"publish_posts\";s:9:\"customize\";s:18:\"read_private_posts\";s:9:\"customize\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:9:\"customize\";s:20:\"delete_private_posts\";s:9:\"customize\";s:22:\"delete_published_posts\";s:9:\"customize\";s:19:\"delete_others_posts\";s:9:\"customize\";s:18:\"edit_private_posts\";s:9:\"customize\";s:20:\"edit_published_posts\";s:12:\"do_not_allow\";s:12:\"create_posts\";s:9:\"customize\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:12:\"oembed_cache\";O:8:\"stdClass\":26:{s:4:\"name\";s:12:\"oembed_cache\";s:5:\"label\";s:17:\"Respuestas oEmbed\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:17:\"Respuestas oEmbed\";s:13:\"singular_name\";s:16:\"Respuesta oEmbed\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:17:\"Respuestas oEmbed\";s:8:\"archives\";s:17:\"Respuestas oEmbed\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:17:\"Respuestas oEmbed\";s:14:\"name_admin_bar\";s:16:\"Respuesta oEmbed\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:12:\"user_request\";O:8:\"stdClass\":26:{s:4:\"name\";s:12:\"user_request\";s:5:\"label\";s:21:\"Peticiones de usuario\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:21:\"Peticiones de usuario\";s:13:\"singular_name\";s:20:\"Petición de usuario\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:21:\"Peticiones de usuario\";s:8:\"archives\";s:21:\"Peticiones de usuario\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:21:\"Peticiones de usuario\";s:14:\"name_admin_bar\";s:20:\"Petición de usuario\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:8:\"wp_block\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"wp_block\";s:5:\"label\";s:7:\"Bloques\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:7:\"Bloques\";s:13:\"singular_name\";s:6:\"Bloque\";s:7:\"add_new\";s:13:\"Añadir nuevo\";s:12:\"add_new_item\";s:20:\"Añadir nuevo bloque\";s:9:\"edit_item\";s:13:\"Editar bloque\";s:8:\"new_item\";s:12:\"Nuevo bloque\";s:9:\"view_item\";s:10:\"Ver bloque\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:14:\"Buscar bloques\";s:9:\"not_found\";s:29:\"No se han encontrado bloques.\";s:18:\"not_found_in_trash\";s:41:\"No se encontraron bloques en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:17:\"Todos los bloques\";s:8:\"archives\";s:17:\"Todos los bloques\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:24:\"Filtrar lista de bloques\";s:21:\"items_list_navigation\";s:35:\"Navegación por la lista de bloques\";s:10:\"items_list\";s:16:\"Lista de bloques\";s:14:\"item_published\";s:17:\"Bloque publicado.\";s:24:\"item_published_privately\";s:28:\"Bloque publicado en privado.\";s:22:\"item_reverted_to_draft\";s:27:\"Bloque devuelto a borrador.\";s:14:\"item_scheduled\";s:18:\"Bloque programado.\";s:12:\"item_updated\";s:19:\"Bloque actualizado.\";s:9:\"menu_name\";s:7:\"Bloques\";s:14:\"name_admin_bar\";s:6:\"Bloque\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:5:\"block\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:10:\"edit_block\";s:9:\"read_post\";s:10:\"read_block\";s:11:\"delete_post\";s:12:\"delete_block\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:14:\"publish_blocks\";s:18:\"read_private_posts\";s:19:\"read_private_blocks\";s:4:\"read\";s:10:\"edit_posts\";s:12:\"delete_posts\";s:13:\"delete_blocks\";s:20:\"delete_private_posts\";s:21:\"delete_private_blocks\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:19:\"edit_private_blocks\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:13:\"publish_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:8:\"wp_block\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:6:\"blocks\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:17:\"amn_exact-metrics\";O:8:\"stdClass\":25:{s:4:\"name\";s:17:\"amn_exact-metrics\";s:5:\"label\";s:27:\"exact-metrics Announcements\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:27:\"exact-metrics Announcements\";s:13:\"singular_name\";s:27:\"exact-metrics Announcements\";s:7:\"add_new\";s:13:\"Añadir nueva\";s:12:\"add_new_item\";s:21:\"Añadir nueva entrada\";s:9:\"edit_item\";s:14:\"Editar entrada\";s:8:\"new_item\";s:13:\"Nueva entrada\";s:9:\"view_item\";s:11:\"Ver entrada\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:15:\"Buscar entradas\";s:9:\"not_found\";s:27:\"No se encontraron entradas.\";s:18:\"not_found_in_trash\";s:42:\"Ningún entrada encontrada en la papelera.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:27:\"exact-metrics Announcements\";s:8:\"archives\";s:27:\"exact-metrics Announcements\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:27:\"exact-metrics Announcements\";s:14:\"name_admin_bar\";s:27:\"exact-metrics Announcements\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";b:0;s:15:\"capability_type\";s:14:\"manage_options\";s:3:\"cap\";O:8:\"stdClass\":8:{s:9:\"edit_post\";s:19:\"edit_manage_options\";s:9:\"read_post\";s:19:\"read_manage_options\";s:11:\"delete_post\";s:21:\"delete_manage_options\";s:10:\"edit_posts\";s:20:\"edit_manage_optionss\";s:17:\"edit_others_posts\";s:27:\"edit_others_manage_optionss\";s:13:\"publish_posts\";s:23:\"publish_manage_optionss\";s:18:\"read_private_posts\";s:28:\"read_private_manage_optionss\";s:12:\"create_posts\";s:20:\"edit_manage_optionss\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:5:{s:4:\"slug\";s:17:\"amn_exact-metrics\";s:10:\"with_front\";b:1;s:5:\"pages\";b:1;s:5:\"feeds\";b:0;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:17:\"amn_exact-metrics\";s:10:\"can_export\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}s:11:\"testimonial\";O:8:\"stdClass\":26:{s:4:\"name\";s:11:\"testimonial\";s:5:\"label\";s:12:\"Testimonials\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:12:\"Testimonials\";s:13:\"singular_name\";s:11:\"Testimonial\";s:7:\"add_new\";s:21:\"Add a New Testimonial\";s:12:\"add_new_item\";s:19:\"Add New Testimonial\";s:9:\"edit_item\";s:16:\"Edit Testimonial\";s:8:\"new_item\";s:15:\"New Testimonial\";s:9:\"view_item\";s:16:\"View Testimonial\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:19:\"Search Testimonials\";s:9:\"not_found\";s:13:\"Nothing found\";s:18:\"not_found_in_trash\";s:22:\"Nothing found in Trash\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"all_items\";s:12:\"Testimonials\";s:8:\"archives\";s:12:\"Testimonials\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:12:\"Testimonials\";s:14:\"name_admin_bar\";s:11:\"Testimonial\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:20;s:9:\"menu_icon\";s:106:\"http://www.puertobarillas.com/welcome/wp-content/themes/ambassador/images/icons/post-type-testimonials.png\";s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:10:\"with_front\";b:0;s:5:\"pages\";b:1;s:5:\"feeds\";b:0;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:11:\"testimonial\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:5:\"event\";O:8:\"stdClass\":26:{s:4:\"name\";s:5:\"event\";s:5:\"label\";s:6:\"Events\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:6:\"Events\";s:13:\"singular_name\";s:5:\"Event\";s:7:\"add_new\";s:13:\"Add New Event\";s:12:\"add_new_item\";s:13:\"Add New Event\";s:9:\"edit_item\";s:10:\"Edit Event\";s:8:\"new_item\";s:13:\"Add New Event\";s:9:\"view_item\";s:10:\"View Event\";s:10:\"view_items\";s:12:\"Ver entradas\";s:12:\"search_items\";s:13:\"Search Events\";s:9:\"not_found\";s:15:\"No events found\";s:18:\"not_found_in_trash\";s:24:\"No events found in trash\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:6:\"Events\";s:8:\"archives\";s:6:\"Events\";s:10:\"attributes\";s:20:\"Atributos de entrada\";s:16:\"insert_into_item\";s:22:\"Insertar en la entrada\";s:21:\"uploaded_to_this_item\";s:21:\"Subido a esta entrada\";s:14:\"featured_image\";s:16:\"Imagen destacada\";s:18:\"set_featured_image\";s:27:\"Establecer imagen destacada\";s:21:\"remove_featured_image\";s:23:\"Quitar imagen destacada\";s:18:\"use_featured_image\";s:26:\"Usar como imagen destacada\";s:17:\"filter_items_list\";s:27:\"Lista de entradas filtradas\";s:21:\"items_list_navigation\";s:38:\"Navegación por el listado de entradas\";s:10:\"items_list\";s:17:\"Lista de entradas\";s:14:\"item_published\";s:18:\"Entrada publicada.\";s:24:\"item_published_privately\";s:35:\"Entrada publicada de forma privada.\";s:22:\"item_reverted_to_draft\";s:30:\"Entrada convertida a borrador.\";s:14:\"item_scheduled\";s:19:\"Entrada programada.\";s:12:\"item_updated\";s:20:\"Entrada actualizada.\";s:9:\"menu_name\";s:6:\"Events\";s:14:\"name_admin_bar\";s:5:\"Event\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:5;s:9:\"menu_icon\";s:102:\"http://www.puertobarillas.com/welcome/wp-content/themes/ambassador/images/icons/post-type-calendar.png\";s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:5:{s:4:\"slug\";s:5:\"event\";s:10:\"with_front\";b:1;s:5:\"pages\";b:1;s:5:\"feeds\";b:1;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:5:\"event\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}}}i:2;i:1;i:3;d:1576834968.37455;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1282801, 'fresh_site', '0', 'yes'),
(368524, 'finished_splitting_shared_terms', '1', 'yes'),
(368525, 'site_icon', '0', 'yes'),
(368526, 'medium_large_size_w', '768', 'yes'),
(368527, 'medium_large_size_h', '0', 'yes'),
(368530, 'widget_epaperwidgetclass', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368531, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368532, 'widget_gadwp-frontwidget-report', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368533, 'widget_ngg-mrssw', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368534, 'widget_blog_subscription', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368535, 'widget_rss_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368536, 'widget_twitter_timeline', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368537, 'widget_grofile', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368538, 'widget_facebook-likebox', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368539, 'widget_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368540, 'widget_jetpack_display_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368541, 'widget_jetpack_readmill_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368542, 'widget_hermes-widget-events', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368543, 'widget_hermes-recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368544, 'widget_hermes-recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282843, 'new_admin_email', 'elena@puertobarillas.com', 'yes'),
(1283179, 'wdi_subscribe_done', '1', 'yes'),
(1330683, 'jpsq_sync-1576834968.301817-128924-4', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:17:\"WP_POST_REVISIONS\";i:1;b:1;}i:2;i:1;i:3;d:1576834968.301403;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330684, 'jpsq_sync-1576834968.303315-128924-5', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:7:\"ABSPATH\";i:1;s:34:\"/home/puerto7/public_html/welcome/\";}i:2;i:1;i:3;d:1576834968.302915;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330685, 'jpsq_sync-1576834968.304829-128924-6', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:14:\"WP_CONTENT_DIR\";i:1;s:44:\"/home/puerto7/public_html/welcome/wp-content\";}i:2;i:1;i:3;d:1576834968.304416;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330686, 'jpsq_sync-1576834968.306472-128924-7', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:16:\"JETPACK__VERSION\";i:1;s:3:\"8.0\";}i:2;i:1;i:3;d:1576834968.306061;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330687, 'jpsq_sync-1576834968.308015-128924-8', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:1;i:60;}i:2;i:1;i:3;d:1576834968.307615;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330688, 'jpsq_sync-1576834968.309490-128924-9', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:11:\"PHP_VERSION\";i:1;s:6:\"5.6.39\";}i:2;i:1;i:3;d:1576834968.309081;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330689, 'jpsq_sync-1576834968.310964-128924-10', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:15:\"WP_MEMORY_LIMIT\";i:1;s:3:\"40M\";}i:2;i:1;i:3;d:1576834968.310563;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330690, 'jpsq_sync-1576834968.312575-128924-11', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1;s:4:\"512M\";}i:2;i:1;i:3;d:1576834968.312163;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1330691, 'jpsq_sync-1576834968.314052-128924-12', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:8:\"WP_DEBUG\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.31365;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330692, 'jetpack_constants_sync_checksum', 'a:20:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:2566948065;s:14:\"WP_CONTENT_DIR\";i:1005146851;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:1883850698;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:2328450637;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:8:\"WP_DEBUG\";i:734881840;}', 'yes'),
(1330700, 'jpsq_sync-1576834968.355644-128924-13', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"wp_max_upload_size\";i:1;i:134217728;}i:2;i:1;i:3;d:1576834968.355303;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330701, 'jpsq_sync-1576834968.356698-128924-14', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:15:\"is_main_network\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.356425;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330702, 'jpsq_sync-1576834968.357733-128924-15', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"is_multi_site\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.357471;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330703, 'jpsq_sync-1576834968.359216-128924-16', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:17:\"main_network_site\";i:1;s:38:\"https://www.puertobarillas.com/welcome\";}i:2;i:1;i:3;d:1576834968.358953;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330704, 'jpsq_sync-1576834968.360282-128924-17', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"site_url\";i:1;s:38:\"https://www.puertobarillas.com/welcome\";}i:2;i:1;i:3;d:1576834968.360016;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330705, 'jpsq_sync-1576834968.361376-128924-18', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"home_url\";i:1;s:38:\"https://www.puertobarillas.com/welcome\";}i:2;i:1;i:3;d:1576834968.361113;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330706, 'jpsq_sync-1576834968.362404-128924-19', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:16:\"single_user_site\";i:1;b:1;}i:2;i:1;i:3;d:1576834968.362139;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330707, 'jpsq_sync-1576834968.363438-128924-20', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:7:\"updates\";i:1;a:5:{s:7:\"plugins\";i:0;s:6:\"themes\";i:0;s:9:\"wordpress\";i:0;s:12:\"translations\";i:0;s:5:\"total\";i:0;}}i:2;i:1;i:3;d:1576834968.363174;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330708, 'jpsq_sync-1576834968.364466-128924-21', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:28:\"has_file_system_write_access\";i:1;b:1;}i:2;i:1;i:3;d:1576834968.364194;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330709, 'jpsq_sync-1576834968.365482-128924-22', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:21:\"is_version_controlled\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.365212;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330710, 'jpsq_sync-1576834968.367573-128924-23', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"taxonomies\";i:1;a:5:{s:8:\"category\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"category\";s:5:\"label\";s:11:\"Categorías\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:11:\"Categorías\";s:13:\"singular_name\";s:10:\"Categoría\";s:12:\"search_items\";s:18:\"Buscar categorías\";s:13:\"popular_items\";N;s:9:\"all_items\";s:21:\"Todas las categorías\";s:11:\"parent_item\";s:19:\"Categoría superior\";s:17:\"parent_item_colon\";s:20:\"Categoría superior:\";s:9:\"edit_item\";s:17:\"Editar Categoría\";s:9:\"view_item\";s:14:\"Ver categoría\";s:11:\"update_item\";s:21:\"Actualizar categoría\";s:12:\"add_new_item\";s:24:\"Añadir nueva categoría\";s:13:\"new_item_name\";s:29:\"Nombre de la nueva categoría\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:30:\"No se encontraron categorías.\";s:8:\"no_terms\";s:18:\"No hay categorías\";s:21:\"items_list_navigation\";s:39:\"Navegación por la lista de categorías\";s:10:\"items_list\";s:20:\"Lista de categorías\";s:9:\"most_used\";s:15:\"Más utilizadas\";s:13:\"back_to_items\";s:27:\"&larr; Volver a categorías\";s:9:\"menu_name\";s:11:\"Categorías\";s:14:\"name_admin_bar\";s:8:\"category\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:24:\"post_categories_meta_box\";s:20:\"meta_box_sanitize_cb\";s:40:\"taxonomy_meta_box_sanitize_cb_checkboxes\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:15:\"edit_categories\";s:12:\"delete_terms\";s:17:\"delete_categories\";s:12:\"assign_terms\";s:17:\"assign_categories\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;s:7:\"ep_mask\";i:512;s:4:\"slug\";s:8:\"category\";}s:9:\"query_var\";s:13:\"category_name\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:10:\"categories\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;}s:8:\"post_tag\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"post_tag\";s:5:\"label\";s:9:\"Etiquetas\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:9:\"Etiquetas\";s:13:\"singular_name\";s:8:\"Etiqueta\";s:12:\"search_items\";s:16:\"Buscar etiquetas\";s:13:\"popular_items\";s:19:\"Etiquetas populares\";s:9:\"all_items\";s:19:\"Todas las etiquetas\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:15:\"Editar etiqueta\";s:9:\"view_item\";s:12:\"Ver etiqueta\";s:11:\"update_item\";s:19:\"Actualizar etiqueta\";s:12:\"add_new_item\";s:22:\"Añadir nueva etiqueta\";s:13:\"new_item_name\";s:27:\"Nombre de la nueva etiqueta\";s:26:\"separate_items_with_commas\";s:31:\"Separa las etiquetas con comas.\";s:19:\"add_or_remove_items\";s:26:\"Añadir o quitar etiquetas\";s:21:\"choose_from_most_used\";s:41:\"Elige entre las etiquetas más utilizadas\";s:9:\"not_found\";s:31:\"No se han encontrado etiquetas.\";s:8:\"no_terms\";s:13:\"Sin etiquetas\";s:21:\"items_list_navigation\";s:37:\"Navegación por la lista de etiquetas\";s:10:\"items_list\";s:18:\"Lista de etiquetas\";s:9:\"most_used\";s:15:\"Más utilizadas\";s:13:\"back_to_items\";s:25:\"&larr; Volver a etiquetas\";s:9:\"menu_name\";s:9:\"Etiquetas\";s:14:\"name_admin_bar\";s:8:\"post_tag\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:16:\"manage_post_tags\";s:10:\"edit_terms\";s:14:\"edit_post_tags\";s:12:\"delete_terms\";s:16:\"delete_post_tags\";s:12:\"assign_terms\";s:16:\"assign_post_tags\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:1024;s:4:\"slug\";s:3:\"tag\";}s:9:\"query_var\";s:3:\"tag\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:4:\"tags\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;}s:8:\"nav_menu\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"nav_menu\";s:5:\"label\";s:21:\"Menús de navegación\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:21:\"Menús de navegación\";s:13:\"singular_name\";s:20:\"Menú de navegación\";s:12:\"search_items\";s:16:\"Buscar etiquetas\";s:13:\"popular_items\";s:19:\"Etiquetas populares\";s:9:\"all_items\";s:21:\"Menús de navegación\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:15:\"Editar etiqueta\";s:9:\"view_item\";s:12:\"Ver etiqueta\";s:11:\"update_item\";s:19:\"Actualizar etiqueta\";s:12:\"add_new_item\";s:22:\"Añadir nueva etiqueta\";s:13:\"new_item_name\";s:27:\"Nombre de la nueva etiqueta\";s:26:\"separate_items_with_commas\";s:31:\"Separa las etiquetas con comas.\";s:19:\"add_or_remove_items\";s:26:\"Añadir o quitar etiquetas\";s:21:\"choose_from_most_used\";s:41:\"Elige entre las etiquetas más utilizadas\";s:9:\"not_found\";s:31:\"No se han encontrado etiquetas.\";s:8:\"no_terms\";s:13:\"Sin etiquetas\";s:21:\"items_list_navigation\";s:37:\"Navegación por la lista de etiquetas\";s:10:\"items_list\";s:18:\"Lista de etiquetas\";s:9:\"most_used\";s:15:\"Más utilizadas\";s:13:\"back_to_items\";s:25:\"&larr; Volver a etiquetas\";s:9:\"menu_name\";s:21:\"Menús de navegación\";s:14:\"name_admin_bar\";s:20:\"Menú de navegación\";s:8:\"archives\";s:21:\"Menús de navegación\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:13:\"nav_menu_item\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}s:13:\"link_category\";O:8:\"stdClass\":24:{s:4:\"name\";s:13:\"link_category\";s:5:\"label\";s:22:\"Categorías de enlaces\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:22:\"Categorías de enlaces\";s:13:\"singular_name\";s:21:\"Categoría de enlaces\";s:12:\"search_items\";s:29:\"Buscar categorías de enlaces\";s:13:\"popular_items\";N;s:9:\"all_items\";s:32:\"Todas las categorías de enlaces\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:28:\"Editar categoría del enlace\";s:9:\"view_item\";s:12:\"Ver etiqueta\";s:11:\"update_item\";s:32:\"Actualizar categoría de enlaces\";s:12:\"add_new_item\";s:35:\"Añadir nueva categoría de enlaces\";s:13:\"new_item_name\";s:37:\"Nuevo nombre de categoría de enlaces\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:31:\"No se han encontrado etiquetas.\";s:8:\"no_terms\";s:13:\"Sin etiquetas\";s:21:\"items_list_navigation\";s:37:\"Navegación por la lista de etiquetas\";s:10:\"items_list\";s:18:\"Lista de etiquetas\";s:9:\"most_used\";s:15:\"Más utilizadas\";s:13:\"back_to_items\";s:37:\"&larr; Volver a categorías de enlace\";s:9:\"menu_name\";s:22:\"Categorías de enlaces\";s:14:\"name_admin_bar\";s:21:\"Categoría de enlaces\";s:8:\"archives\";s:32:\"Todas las categorías de enlaces\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"link\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:12:\"manage_links\";s:10:\"edit_terms\";s:12:\"manage_links\";s:12:\"delete_terms\";s:12:\"manage_links\";s:12:\"assign_terms\";s:12:\"manage_links\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}s:11:\"post_format\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"post_format\";s:5:\"label\";s:8:\"Formatos\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"Formatos\";s:13:\"singular_name\";s:7:\"Formato\";s:12:\"search_items\";s:16:\"Buscar etiquetas\";s:13:\"popular_items\";s:19:\"Etiquetas populares\";s:9:\"all_items\";s:8:\"Formatos\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:15:\"Editar etiqueta\";s:9:\"view_item\";s:12:\"Ver etiqueta\";s:11:\"update_item\";s:19:\"Actualizar etiqueta\";s:12:\"add_new_item\";s:22:\"Añadir nueva etiqueta\";s:13:\"new_item_name\";s:27:\"Nombre de la nueva etiqueta\";s:26:\"separate_items_with_commas\";s:31:\"Separa las etiquetas con comas.\";s:19:\"add_or_remove_items\";s:26:\"Añadir o quitar etiquetas\";s:21:\"choose_from_most_used\";s:41:\"Elige entre las etiquetas más utilizadas\";s:9:\"not_found\";s:31:\"No se han encontrado etiquetas.\";s:8:\"no_terms\";s:13:\"Sin etiquetas\";s:21:\"items_list_navigation\";s:37:\"Navegación por la lista de etiquetas\";s:10:\"items_list\";s:18:\"Lista de etiquetas\";s:9:\"most_used\";s:15:\"Más utilizadas\";s:13:\"back_to_items\";s:25:\"&larr; Volver a etiquetas\";s:9:\"menu_name\";s:8:\"Formatos\";s:14:\"name_admin_bar\";s:7:\"Formato\";s:8:\"archives\";s:8:\"Formatos\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:0;s:4:\"slug\";s:4:\"type\";}s:9:\"query_var\";s:11:\"post_format\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}}}i:2;i:1;i:3;d:1576834968.367301;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1282758, '_transient_timeout_wpseo_link_table_inaccessible', '1589910208', 'no'),
(1282759, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(1282760, '_transient_timeout_wpseo_meta_table_inaccessible', '1589910208', 'no'),
(1282761, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(1283172, 'tenweb_manager_installed', '{\"wd-instagram-feed\":43}', 'yes'),
(1283177, 'tenweb_notice_status', '1', 'no'),
(1285857, '_transient_3__2899230903', '[\"ID\",\"post_author\",\"post_date\",\"post_date_gmt\",\"post_content\",\"post_title\",\"post_excerpt\",\"post_status\",\"comment_status\",\"ping_status\",\"post_password\",\"post_name\",\"to_ping\",\"pinged\",\"post_modified\",\"post_modified_gmt\",\"post_content_filtered\",\"post_parent\",\"guid\",\"menu_order\",\"post_type\",\"post_mime_type\",\"comment_count\"]', 'no'),
(1330645, 'gadwp_cache_qr2_3708618447', 'a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:106482064&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20191120\";i:1;s:9:\"Wednesday\";i:2;s:2:\"15\";}i:1;a:3:{i:0;s:8:\"20191121\";i:1;s:8:\"Thursday\";i:2;s:2:\"12\";}i:2;a:3:{i:0;s:8:\"20191122\";i:1;s:6:\"Friday\";i:2;s:2:\"11\";}i:3;a:3:{i:0;s:8:\"20191123\";i:1;s:8:\"Saturday\";i:2;s:1:\"7\";}i:4;a:3:{i:0;s:8:\"20191124\";i:1;s:6:\"Sunday\";i:2;s:2:\"15\";}i:5;a:3:{i:0;s:8:\"20191125\";i:1;s:6:\"Monday\";i:2;s:1:\"8\";}i:6;a:3:{i:0;s:8:\"20191126\";i:1;s:7:\"Tuesday\";i:2;s:2:\"12\";}i:7;a:3:{i:0;s:8:\"20191127\";i:1;s:9:\"Wednesday\";i:2;s:2:\"12\";}i:8;a:3:{i:0;s:8:\"20191128\";i:1;s:8:\"Thursday\";i:2;s:2:\"18\";}i:9;a:3:{i:0;s:8:\"20191129\";i:1;s:6:\"Friday\";i:2;s:2:\"13\";}i:10;a:3:{i:0;s:8:\"20191130\";i:1;s:8:\"Saturday\";i:2;s:2:\"18\";}i:11;a:3:{i:0;s:8:\"20191201\";i:1;s:6:\"Sunday\";i:2;s:2:\"18\";}i:12;a:3:{i:0;s:8:\"20191202\";i:1;s:6:\"Monday\";i:2;s:2:\"15\";}i:13;a:3:{i:0;s:8:\"20191203\";i:1;s:7:\"Tuesday\";i:2;s:2:\"17\";}i:14;a:3:{i:0;s:8:\"20191204\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:15;a:3:{i:0;s:8:\"20191205\";i:1;s:8:\"Thursday\";i:2;s:2:\"20\";}i:16;a:3:{i:0;s:8:\"20191206\";i:1;s:6:\"Friday\";i:2;s:2:\"11\";}i:17;a:3:{i:0;s:8:\"20191207\";i:1;s:8:\"Saturday\";i:2;s:2:\"11\";}i:18;a:3:{i:0;s:8:\"20191208\";i:1;s:6:\"Sunday\";i:2;s:2:\"21\";}i:19;a:3:{i:0;s:8:\"20191209\";i:1;s:6:\"Monday\";i:2;s:2:\"17\";}i:20;a:3:{i:0;s:8:\"20191210\";i:1;s:7:\"Tuesday\";i:2;s:2:\"14\";}i:21;a:3:{i:0;s:8:\"20191211\";i:1;s:9:\"Wednesday\";i:2;s:2:\"12\";}i:22;a:3:{i:0;s:8:\"20191212\";i:1;s:8:\"Thursday\";i:2;s:2:\"14\";}i:23;a:3:{i:0;s:8:\"20191213\";i:1;s:6:\"Friday\";i:2;s:1:\"4\";}i:24;a:3:{i:0;s:8:\"20191214\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20191215\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20191216\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20191217\";i:1;s:7:\"Tuesday\";i:2;s:1:\"1\";}i:28;a:3:{i:0;s:8:\"20191218\";i:1;s:9:\"Wednesday\";i:2;s:1:\"5\";}i:29;a:3:{i:0;s:8:\"20191219\";i:1;s:8:\"Thursday\";i:2;s:1:\"6\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:106482064&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"343\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:106482064\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"106482064\";s:9:\"accountId\";s:8:\"66088349\";s:13:\"webPropertyId\";s:13:\"UA-66088349-1\";s:21:\"internalWebPropertyId\";s:9:\"102454559\";s:11:\"profileName\";s:29:\"Todos los datos de sitios web\";s:7:\"tableId\";s:12:\"ga:106482064\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576908000;}', 'no'),
(1330646, 'gadwp_cache_qr3_1237957048', 'a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:106482064&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"343\";i:1;s:3:\"279\";i:2;s:3:\"880\";i:3;s:18:\"54.518950437317784\";i:4;s:3:\"127\";i:5;s:17:\"2.565597667638484\";i:6;s:18:\"116.12104283054003\";i:7;s:17:\"5.755444444444445\";i:8;s:17:\"181.7930029154519\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:106482064&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"343\";s:8:\"ga:users\";s:3:\"279\";s:12:\"ga:pageviews\";s:3:\"880\";s:13:\"ga:BounceRate\";s:18:\"54.518950437317784\";s:18:\"ga:organicSearches\";s:3:\"127\";s:22:\"ga:pageviewsPerSession\";s:17:\"2.565597667638484\";s:16:\"ga:avgTimeOnPage\";s:18:\"116.12104283054003\";s:18:\"ga:avgPageLoadTime\";s:17:\"5.755444444444445\";s:21:\"ga:avgSessionDuration\";s:17:\"181.7930029154519\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:106482064\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"106482064\";s:9:\"accountId\";s:8:\"66088349\";s:13:\"webPropertyId\";s:13:\"UA-66088349-1\";s:21:\"internalWebPropertyId\";s:9:\"102454559\";s:11:\"profileName\";s:29:\"Todos los datos de sitios web\";s:7:\"tableId\";s:12:\"ga:106482064\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576908000;}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(368562, 'jetpack_file_data', 'a:1:{s:5:\"4.1.1\";a:62:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:151:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:226:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:245:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"617219c269b9c0eae8f1445383421e42\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"e1c539d5b392f5a1709dada3da5793cc\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";}s:32:\"1e5339b95f0bca8239f315d3dc638a70\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:53:\"Copy an existing post\'s content into a new draft post\";s:14:\"jumpstart_desc\";s:53:\"Copy an existing post\'s content into a new draft post\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";}s:32:\"71dcc44dde4b3f7377698af6631c3eed\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"e1f1f6e3689fc31c477e64b06e2f8fbf\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";}s:32:\"f868c97c313f21b23fa6d6c64505fab6\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";}s:32:\"614679778a7db6d8129c9f69ac8e10a5\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";}s:32:\"3f96266ef3f8d76d9ffec717c98c2c3d\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, seo, bandwidth, content delivery network, pagespeed, combine js, optimize css\";}s:32:\"a57f5fc13d3683bb63bb9a6d262e3979\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"83622cd43b5e31bb82e59a9d52e9bb10\";a:14:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";}s:32:\"fe7a38addc9275dcbe6c4ff6c44a9350\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";}s:32:\"68b0d01689803c0ea7e4e60a86de2519\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";}s:32:\"a668bc9418d6de87409f867892fcdd7f\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";}}}', 'yes'),
(1330633, '_transient_timeout_jetpack_file_data_8.0', '1579337730', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1330634, '_transient_jetpack_file_data_8.0', 'a:51:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}', 'no'),
(1330308, 'theme_mods_twentynineteen', 'a:3:{s:18:\"nav_menu_locations\";a:2:{s:6:\"menu-1\";i:43;s:6:\"footer\";s:1:\"7\";}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1576724971;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:20:\"freetobook_reviews-3\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:10:\"nav_menu-5\";i:4;s:7:\"text-11\";}s:9:\"sidebar-1\";a:8:{i:0;s:7:\"text-12\";i:1;s:8:\"search-2\";i:2;s:7:\"text-14\";i:3;s:7:\"text-15\";i:4;s:7:\"text-13\";i:5;s:7:\"text-16\";i:6;s:7:\"text-17\";i:7;s:20:\"freetobook_reviews-5\";}}}}', 'yes'),
(1330712, 'jpsq_sync-1576834968.384618-128924-25', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"post_type_features\";i:1;a:14:{s:4:\"post\";a:10:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:6:\"author\";b:1;s:9:\"thumbnail\";b:1;s:7:\"excerpt\";b:1;s:10:\"trackbacks\";b:1;s:13:\"custom-fields\";b:1;s:8:\"comments\";b:1;s:9:\"revisions\";b:1;s:12:\"post-formats\";b:1;}s:4:\"page\";a:9:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:6:\"author\";b:1;s:9:\"thumbnail\";b:1;s:15:\"page-attributes\";b:1;s:13:\"custom-fields\";b:1;s:8:\"comments\";b:1;s:9:\"revisions\";b:1;s:7:\"excerpt\";b:1;}s:10:\"attachment\";a:3:{s:5:\"title\";b:1;s:6:\"author\";b:1;s:8:\"comments\";b:1;}s:16:\"attachment:audio\";a:1:{s:9:\"thumbnail\";b:1;}s:16:\"attachment:video\";a:1:{s:9:\"thumbnail\";b:1;}s:8:\"revision\";a:1:{s:6:\"author\";b:1;}s:13:\"nav_menu_item\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:10:\"custom_css\";a:2:{s:5:\"title\";b:1;s:9:\"revisions\";b:1;}s:19:\"customize_changeset\";a:2:{s:5:\"title\";b:1;s:6:\"author\";b:1;}s:12:\"oembed_cache\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:12:\"user_request\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:8:\"wp_block\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:11:\"testimonial\";a:5:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:9:\"thumbnail\";b:1;s:7:\"excerpt\";b:1;s:13:\"custom-fields\";b:1;}s:5:\"event\";a:4:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:9:\"thumbnail\";b:1;s:8:\"comments\";b:1;}}}i:2;i:1;i:3;d:1576834968.384289;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330713, 'jpsq_sync-1576834968.385866-128924-26', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"shortcodes\";i:1;a:8:{i:0;s:10:\"wp_caption\";i:1;s:7:\"caption\";i:2;s:7:\"gallery\";i:3;s:8:\"playlist\";i:4;s:5:\"audio\";i:5;s:5:\"video\";i:6;s:5:\"embed\";i:7;s:16:\"wpseo_breadcrumb\";}}i:2;i:1;i:3;d:1576834968.3856;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330714, 'jpsq_sync-1576834968.386923-128924-27', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:27:\"rest_api_allowed_post_types\";i:1;a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"revision\";}}i:2;i:1;i:3;d:1576834968.386663;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330715, 'jpsq_sync-1576834968.387947-128924-28', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:32:\"rest_api_allowed_public_metadata\";i:1;a:0:{}}i:2;i:1;i:3;d:1576834968.387688;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330716, 'jpsq_sync-1576834968.388968-128924-29', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"sso_is_two_step_required\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.388709;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330717, 'jpsq_sync-1576834968.389994-128924-30', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:26:\"sso_should_hide_login_form\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.389734;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330718, 'jpsq_sync-1576834968.391353-128924-31', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"sso_match_by_email\";i:1;b:1;}i:2;i:1;i:3;d:1576834968.390958;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330719, 'jpsq_sync-1576834968.392849-128924-32', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:21:\"sso_new_user_override\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.392431;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330720, 'jpsq_sync-1576834968.394331-128924-33', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:29:\"sso_bypass_default_login_form\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.393937;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330721, 'jpsq_sync-1576834968.396048-128924-34', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"wp_version\";i:1;s:5:\"5.2.5\";}i:2;i:1;i:3;d:1576834968.395645;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1330722, 'jpsq_sync-1576834968.398656-128924-35', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:11:\"get_plugins\";i:1;a:17:{s:31:\"10web-manager/10web-manager.php\";a:11:{s:4:\"Name\";s:13:\"10WEB manager\";s:9:\"PluginURI\";s:47:\"https://10web.io/\";s:7:\"Version\";s:6:\"1.2.29\";s:11:\"Description\";s:96:\"10Web Manager is an ideal plugin to effortlessly manage all of your 10Web products and services.\";s:6:\"Author\";s:5:\"10WEB\";s:9:\"AuthorURI\";s:47:\"https://10web.io/\";s:10:\"TextDomain\";s:13:\"10web-manager\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:13:\"10WEB manager\";s:10:\"AuthorName\";s:5:\"10WEB\";}s:19:\"akismet/akismet.php\";a:11:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:50:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.3\";s:11:\"Description\";s:314:\"Utilizado por millones de personas, Akismet es posiblemente la mejor manera de <strong>proteger tu blog del spam</strong>. Mientras duermes, mantiene el sitio protegido. Para comenzar, simplemente ve a <a href=\"admin.php?page=akismet-key-config\">tu página de ajustes de Akismet</a> y configura tu clave de la API.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:71:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:17:\"Akismet Anti-Spam\";s:10:\"AuthorName\";s:10:\"Automattic\";}s:29:\"antispam-bee/antispam_bee.php\";a:11:{s:4:\"Name\";s:12:\"Antispam Bee\";s:9:\"PluginURI\";s:73:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"Version\";s:5:\"2.9.1\";s:11:\"Description\";s:154:\"Antispam plugin with a sophisticated toolset for effective day to day comment and trackback spam-fighting. Built with data protection and privacy in mind.\";s:6:\"Author\";s:15:\"pluginkollektiv\";s:9:\"AuthorURI\";s:57:\"https://pluginkollektiv.org\";s:10:\"TextDomain\";s:12:\"antispam-bee\";s:10:\"DomainPath\";s:5:\"/lang\";s:7:\"Network\";b:0;s:5:\"Title\";s:12:\"Antispam Bee\";s:10:\"AuthorName\";s:15:\"pluginkollektiv\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:11:{s:4:\"Name\";s:23:\"BoldGrid Backup Premium\";s:9:\"PluginURI\";s:71:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.1.0\";s:11:\"Description\";s:49:\"Premium extension for the BoldGrid Backup plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:55:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:23:\"BoldGrid Backup Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:33:\"classic-editor/classic-editor.php\";a:11:{s:4:\"Name\";s:14:\"Classic Editor\";s:9:\"PluginURI\";s:75:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"Version\";s:3:\"1.5\";s:11:\"Description\";s:154:\"Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen.\";s:6:\"Author\";s:22:\"WordPress Contributors\";s:9:\"AuthorURI\";s:74:\"https://github.com/WordPress/classic-editor/\";s:10:\"TextDomain\";s:14:\"classic-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:14:\"Classic Editor\";s:10:\"AuthorName\";s:22:\"WordPress Contributors\";}s:27:\"coming-soon/coming-soon.php\";a:11:{s:4:\"Name\";s:67:\"Coming Soon Page, Under Construction & Maintenance Mode by SeedProd\";s:9:\"PluginURI\";s:53:\"https:/www.seedprod.com\";s:7:\"Version\";s:5:\"5.1.0\";s:11:\"Description\";s:84:\"The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.\";s:6:\"Author\";s:8:\"SeedProd\";s:9:\"AuthorURI\";s:53:\"https://www.seedprod.com\";s:10:\"TextDomain\";s:11:\"coming-soon\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:67:\"Coming Soon Page, Under Construction & Maintenance Mode by SeedProd\";s:10:\"AuthorName\";s:8:\"SeedProd\";}s:47:\"freetobook-reviews/freetobook-review-widget.php\";a:11:{s:4:\"Name\";s:24:\"freetobook review widget\";s:9:\"PluginURI\";s:69:\"https://www.freetobook.com/review-widget\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:27:\"Review Widget for wordpress\";s:6:\"Author\";s:14:\"freetobook.com\";s:9:\"AuthorURI\";s:55:\"https://www.freetobook.com\";s:10:\"TextDomain\";s:18:\"freetobook-reviews\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:24:\"freetobook review widget\";s:10:\"AuthorName\";s:14:\"freetobook.com\";}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:11:{s:4:\"Name\";s:41:\"Google Analytics Dashboard for WP (GADWP)\";s:9:\"PluginURI\";s:54:\"https://exactmetrics.com\";s:7:\"Version\";s:6:\"5.3.10\";s:11:\"Description\";s:148:\"Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.\";s:6:\"Author\";s:12:\"ExactMetrics\";s:9:\"AuthorURI\";s:54:\"https://exactmetrics.com\";s:10:\"TextDomain\";s:33:\"google-analytics-dashboard-for-wp\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:41:\"Google Analytics Dashboard for WP (GADWP)\";s:10:\"AuthorName\";s:12:\"ExactMetrics\";}s:9:\"hello.php\";a:11:{s:4:\"Name\";s:11:\"Hello Dolly\";s:9:\"PluginURI\";s:71:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:295:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.\";s:6:\"Author\";s:14:\"Matt Mullenweg\";s:9:\"AuthorURI\";s:43:\"https://ma.tt/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:11:\"Hello Dolly\";s:10:\"AuthorName\";s:14:\"Matt Mullenweg\";}s:17:\"iframe/iframe.php\";a:11:{s:4:\"Name\";s:6:\"iframe\";s:9:\"PluginURI\";s:66:\"https://wordpress.org/plugins/iframe/\";s:7:\"Version\";s:3:\"4.4\";s:11:\"Description\";s:121:\"[iframe src=\"https://www.youtube.com/embed/4qsGTXLnmKs\" width=\"100%\" height=\"500\"] shortcode\";s:6:\"Author\";s:9:\"webvitaly\";s:9:\"AuthorURI\";s:71:\"https://web-profile.net/wordpress/plugins/\";s:10:\"TextDomain\";s:6:\"iframe\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:6:\"iframe\";s:10:\"AuthorName\";s:9:\"webvitaly\";}s:19:\"jetpack/jetpack.php\";a:11:{s:4:\"Name\";s:24:\"Jetpack by WordPress.com\";s:9:\"PluginURI\";s:49:\"https://jetpack.com\";s:7:\"Version\";s:3:\"8.0\";s:11:\"Description\";s:218:\"Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:49:\"https://jetpack.com\";s:10:\"TextDomain\";s:7:\"jetpack\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:24:\"Jetpack by WordPress.com\";s:10:\"AuthorName\";s:10:\"Automattic\";}s:41:\"multiple-galleries/multiple-galleries.php\";a:11:{s:4:\"Name\";s:18:\"Multiple Galleries\";s:9:\"PluginURI\";s:114:\"https://konstruktors.com/blog/projects-services/wordpress-plugins/multiple-galleries/\";s:7:\"Version\";s:5:\"0.4.1\";s:11:\"Description\";s:97:\"Add multiple galleries per post using simple checkboxes for selecting images you want to include.\";s:6:\"Author\";s:14:\"Kaspars Dambis\";s:9:\"AuthorURI\";s:59:\"https://konstruktors.com/blog/\";s:10:\"TextDomain\";s:18:\"multiple-galleries\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:18:\"Multiple Galleries\";s:10:\"AuthorName\";s:14:\"Kaspars Dambis\";}s:29:\"nextgen-gallery/nggallery.php\";a:11:{s:4:\"Name\";s:15:\"NextGEN Gallery\";s:9:\"PluginURI\";s:95:\"https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/\";s:7:\"Version\";s:5:\"3.2.2\";s:11:\"Description\";s:125:\"The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 25 million downloads.\";s:6:\"Author\";s:7:\"Imagely\";s:9:\"AuthorURI\";s:53:\"https://www.imagely.com\";s:10:\"TextDomain\";s:9:\"nggallery\";s:10:\"DomainPath\";s:46:\"/products/photocrati_nextgen/modules/i18n/lang\";s:7:\"Network\";b:0;s:5:\"Title\";s:15:\"NextGEN Gallery\";s:10:\"AuthorName\";s:7:\"Imagely\";}s:41:\"redirect-all-types/redirect-all-types.php\";a:11:{s:4:\"Name\";s:18:\"Redirect All Types\";s:9:\"PluginURI\";s:81:\"https://www.refactord.com/plugins/redirect-all-types\";s:7:\"Version\";s:3:\"1.5\";s:11:\"Description\";s:201:\"This plugin will give you the ability to redirect not only posts and pages, but all custom post types.  It adds a meta box to all post, page, and all custom post types with a field to input a redirect.\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:54:\"https://www.refactord.com\";s:10:\"TextDomain\";s:18:\"redirect-all-types\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:18:\"Redirect All Types\";s:10:\"AuthorName\";s:0:\"\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:11:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:71:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.12.3\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:55:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:43:\"visual-form-builder/visual-form-builder.php\";a:11:{s:4:\"Name\";s:19:\"Visual Form Builder\";s:9:\"PluginURI\";s:80:\"https://wordpress.org/plugins/visual-form-builder/\";s:7:\"Version\";s:5:\"3.0.1\";s:11:\"Description\";s:143:\"Dynamically build forms using a simple interface. Forms include jQuery validation, a basic logic-based verification system, and entry tracking.\";s:6:\"Author\";s:12:\"Matthew Muro\";s:9:\"AuthorURI\";s:47:\"https://vfbpro.com\";s:10:\"TextDomain\";s:19:\"visual-form-builder\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:19:\"Visual Form Builder\";s:10:\"AuthorName\";s:12:\"Matthew Muro\";}s:24:\"wordpress-seo/wp-seo.php\";a:11:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:48:\"https://yoa.st/1uj\";s:7:\"Version\";s:6:\"12.7.1\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:48:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";}}}i:2;i:1;i:3;d:1576834968.39837;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(757492, 'ftb_review_widget_key', '784088840', 'yes'),
(1331064, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1577608007', 'no'),
(1331065, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1577608007', 'no'),
(1331066, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1577564807', 'no'),
(1331067, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1577608007', 'no'),
(1331068, '_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2019/12/19/wordpress-5-3-2-actualizacion-de-mantenimiento/\'>WordPress 5.3.2 – Actualización de mantenimiento</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/what-should-an-author-bio-block-look-like\'>WPTavern: What Should an Author Bio Block Look Like?</a></li><li><a class=\'rsswidget\' href=\'https://blog.josephscott.org/2019/12/27/2020-style/\'>Joseph: 2020 Style</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/rank-math-seo-plugin-adds-wordpress-block-editor-support\'>WPTavern: Rank Math SEO Plugin Adds WordPress Block Editor Support</a></li></ul></div>', 'no'),
(1329996, 'recovery_mode_email_last_sent', '1577400586', 'yes'),
(1282696, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1558417237', 'no'),
(1282744, 'do_activate', '0', 'yes'),
(1330674, 'jetpack_sync_settings_disable', '0', 'yes'),
(1282620, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282621, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282622, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282623, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282624, 'nonce_key', '3Doc)uE1latn/ViDUv*&Fw.{9D0IG dm-Luq_O2OxbXd05 qYSlI,q^igG{aJ,U&', 'no'),
(1282625, 'nonce_salt', 'k|.JSo&^NC`X,qE&v)`=Pm.0#BTD}oxpOs/DTyCW_}mci+}*1@McQ,4frBQn k#$', 'no'),
(1282626, 'widget_custom_html', 'a:6:{i:6;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:316:\"<body>\r\n<a href=\"http://puertobarillas.com/\"><img src=\"http://puertobarillas.com/es/wp-content/uploads/2016/06/idioma_01.png\" width=\"140\" height=\"28\" /></a><a href=\"http://puertobarillas.com/es/\"><img src=\"http://puertobarillas.com/es/wp-content/uploads/2016/06/idioma_02.png\" width=\"135\" height=\"28\" /></a>\r\n</body>\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:551:\"<div id=\"TA_cdsscrollingravenarrow391\" class=\"TA_cdsscrollingravenarrow\"><ul id=\"v3hjNVNe2Yb\" class=\"TA_links ZpP7cLye\"><li id=\"Pig5qG6\" class=\"c86K4eVlGrs\"><a target=\"_blank\" href=\"https://www.tripadvisor.com/\"><img src=\"https://static.tacdn.com/img2/t4b/Stacked_TA_logo.png\" alt=\"TripAdvisor\" class=\"widEXCIMG\" id=\"CDSWIDEXCLOGO\"/></a></li></ul></div><script src=\"https://www.jscache.com/wejs?wtype=cdsscrollingravenarrow&amp;uniq=391&amp;locationId=2410034&amp;lang=en_US&amp;border=true&amp;backgroundColor=white&amp;display_version=2\"></script>\r\n\";}i:8;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:666:\"<div id=\"TA_certificateOfExcellence806\" class=\"TA_certificateOfExcellence\">\r\n<ul id=\"Rt8Gsa\" class=\"TA_links GjS4cC6B2g1e\">\r\n<li id=\"FdhYfcf9\" class=\"XVT0Wor\">\r\n<a target=\"_blank\" href=\"http://www.tripadvisor.com/Hotel_Review-g7386394-d2410034-Reviews-Puerto_Barillas_Marina_Lodge-Puerto_Barillas_Usulutan_Department.html\"><img src=\"http://www.tripadvisor.com/img/cdsi/img2/awards/CoE2015_WidgetAsset-14348-2.png\" alt=\"TripAdvisor\" class=\"widCOEImg\" id=\"CDSWIDCOELOGO\"/></a>\r\n</li>\r\n</ul>\r\n</div>\r\n<script src=\"http://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=806&amp;locationId=2410034&amp;lang=es_US&amp;year=2015&amp;display_version=2\"></script>\";}i:9;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:647:\"<div id=\"TA_certificateOfExcellence685\" class=\"TA_certificateOfExcellence\"><ul id=\"7oisTy\" class=\"TA_links iSa7b4I\"><li id=\"BrMiEVu5\" class=\"P4e9QciWv\"><a target=\"_blank\" href=\"https://www.tripadvisor.es/Hotel_Review-g7386394-d2410034-Reviews-Puerto_Barillas_Marina_Lodge-Puerto_Barillas_Usulutan_Department.html\"><img src=\"https://www.tripadvisor.es/img/cdsi/img2/awards/CoE2016_WidgetAsset-14348-2.png\" alt=\"TripAdvisor\" class=\"widCOEImg\" id=\"CDSWIDCOELOGO\"/></a></li></ul></div><script src=\"https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=685&amp;locationId=2410034&amp;lang=es&amp;year=2016&amp;display_version=2\"></script>\";}i:10;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:372:\"<body>\r\n<img src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Premio-PB.jpg\" width=\"301\" height=\"101\" />\r\n</body>\r\n\r\nW5\r\n<a href=\"http://www.travelmyth.com/El-Salvador/Hotels/four_star\"><img src=\"http://www.travelmyth.com/images/badges/travelmyth_612581_el-salvador_four_star_p1en_web.png\" width=\"160\" border=\"0\" alt=\"El Salvador 4 star hotels\" /></a>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(1282632, 'wp_page_for_privacy_policy', '0', 'yes'),
(1282631, 'recovery_keys', 'a:0:{}', 'yes'),
(1282633, 'show_comments_cookies_opt_in', '1', 'yes'),
(1330682, 'jpsq_sync-1576834968.300259-128924-3', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:16:\"EMPTY_TRASH_DAYS\";i:1;i:30;}i:2;i:1;i:3;d:1576834968.29975;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1282647, 'auth_key', 'hC,<X[<Av%`f4Gv*nx.|3MU%bh;&+ tc@T8})@;bsrG6_M3.w4;e1NkqADzv!>Wb', 'no'),
(1282648, 'auth_salt', '2VUP5wE+J< BjA?qauf)}5;8lI8ZYIi&,uZq7THBP+z#T <rui$VJ{c+TrziRGg*', 'no'),
(1282649, 'logged_in_key', '!_|AqvZX//.Zm>Tgi&|H _W{.G26>eO?=LrxqgnI&RgmzYyH9}2_jOMD,Kd_wv+T', 'no'),
(1282650, 'logged_in_salt', '0J9Q13;|;PqhGj~ojiF;TNRJ&<lDztH)O3#olE{a29Xd[},v*Di~c<%gT@c.<S!s', 'no'),
(1282733, 'gadwp_options', '{\"switch_profile\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"ga_enhanced_links\":0,\"ga_speed_samplerate\":1,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_hash_tracking\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"ga_tag_dimindex\":0,\"token\":\"{\\\"access_token\\\":\\\"ya29.ImG2B7VN106QyuW0vxC5XLnWMIe87WFx3NxHfRds5wqiychOnetSUA1K2JXVDDQbK5KvHi-ftFVNmlEgafTCfsK1sOzNYD5zovi9wJH61c0rUKUTgfdsH-h_k5e0J6MWk4L5\\\",\\\"expires_in\\\":3600,\\\"created\\\":1576831231,\\\"refresh_token\\\":\\\"1\\\\\\/jdRhLMbVKkUywhdnqmQse0JfGFj-w--MOrv7wGBJyOpIgOrJDtdun6zK6XiATCKT\\\",\\\"token_type\\\":\\\"Bearer\\\"}\",\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"106482064\",\"tracking_type\":\"universal\",\"user_api\":0,\"network_mode\":0,\"ga_anonymize_ip\":0,\"ga_profiles_list\":[[\"Joel Ruano\",\"52462645\",\"UA-26818295-1\",\"https:\\/\\/\\/www.joelruano.com\",-21600,\"America\\/El_Salvador\",null],[\"MIEPAN\",\"52461666\",\"UA-26820995-1\",\"https:\\/\\/www.miepan.org\",-21600,\"America\\/El_Salvador\",null],[\"Todos los datos de sitios web\",\"106482064\",\"UA-66088349-1\",\"https:\\/\\/puertobarillas.com\",-21600,\"America\\/El_Salvador\",null],[\"Todos los datos de sitios web\",\"106533240\",\"UA-66117434-1\",\"https:\\/\\/samuelcoto.com\",-21600,\"America\\/El_Salvador\",null]],\"ga_remarketing\":0,\"superadmin_tracking\":0,\"track_exclude\":[],\"theme_color\":\"#1e73be\",\"with_endpoint\":2,\"ga_enhanced_excludesa\":0,\"ga_pubyearmonth_dimindex\":0,\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"optimize_tracking\":0,\"optimize_pagehiding\":0,\"amp_tracking_tagmanager\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ga_formsubmit_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"backend_realtime_report\":0,\"ga_optout\":0,\"ga_dnt_optout\":0,\"ga_with_gtag\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"maps_api_key\":\"\",\"web_containerid\":\"\",\"amp_containerid\":\"\",\"optimize_containerid\":\"\",\"ga_user_samplerate\":100,\"pagetitle_404\":\"Page Not Found\",\"ecommerce_mode\":\"disabled\"}', 'yes'),
(1282734, '_amn_exact-metrics_to_check', '1577090412', 'yes'),
(1330968, 'can_compress_scripts', '1', 'no'),
(1282668, 'seed_csp4_initial_version', '5.0.25', 'no'),
(1282669, 'seed_csp4_version', '5.0.25', 'no'),
(1282670, 'seed_csp4_settings_content', 'a:9:{s:6:\"status\";s:1:\"0\";s:4:\"logo\";s:165:\"https://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo3.png\";s:8:\"headline\";s:49:\"Get Ready... Something Really Cool Is Coming Soon\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}', 'yes'),
(1282671, 'seed_csp4_settings_design', 'a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#27AE60\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}', 'yes'),
(1282672, 'seed_csp4_settings_advanced', 'a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}', 'yes'),
(1330627, 'rewrite_rules', 'a:120:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$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:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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:45:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wpephpcompat_jobs/([^/]+)/embed/?$\";s:50:\"index.php?wpephpcompat_jobs=$matches[1]&embed=true\";s:38:\"wpephpcompat_jobs/([^/]+)/trackback/?$\";s:44:\"index.php?wpephpcompat_jobs=$matches[1]&tb=1\";s:46:\"wpephpcompat_jobs/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wpephpcompat_jobs=$matches[1]&paged=$matches[2]\";s:53:\"wpephpcompat_jobs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?wpephpcompat_jobs=$matches[1]&cpage=$matches[2]\";s:42:\"wpephpcompat_jobs/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?wpephpcompat_jobs=$matches[1]&page=$matches[2]\";s:34:\"wpephpcompat_jobs/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpephpcompat_jobs/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpephpcompat_jobs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpephpcompat_jobs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpephpcompat_jobs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpephpcompat_jobs/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:24:\"(.?.+?)(?:/([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:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";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:24:\"([^/]+)(?:/([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]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(1330989, 'wpephpcompat.test_version', '7.0', 'no'),
(1330990, 'wpephpcompat.only_active', 'yes', 'no'),
(1330992, 'wpephpcompat.scan_results', 'Nombre: Ambassador\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/twitter.php\n-----------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n-----------------------------------------------------------------------------------------------------\n 12 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n-----------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/recent-posts.php\n----------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n----------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n----------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/events.php\n-----------------------------------------------------------------------------------------------------------------\nFOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES\n-----------------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n 56 | ERROR   | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead\n-----------------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/connections.php\n---------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n---------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n---------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/gallery.php\n-----------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n-----------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n-----------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/testimonials.php\n----------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n----------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n----------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/facebook-like-box.php\n---------------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n---------------------------------------------------------------------------------------------------------------\n 14 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n---------------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/child-pages.php\n---------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n---------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n---------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/widgets/recent-comments.php\n-------------------------------------------------------------------------------------------------------------\nFOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE\n-------------------------------------------------------------------------------------------------------------\n 11 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.\n-------------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/hermes-admin/custom-post-types.php\n----------------------------------------------------------------------------------------------------------------\nFOUND 1 ERROR AFFECTING 1 LINE\n----------------------------------------------------------------------------------------------------------------\n 310 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead\n----------------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/loop-events-past.php\n--------------------------------------------------------------------------------------------------------------\nFOUND 1 ERROR AFFECTING 1 LINE\n--------------------------------------------------------------------------------------------------------------\n 9 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead\n--------------------------------------------------------------------------------------------------------------\n\n\nFILE: /home/puerto7/public_html/welcome/wp-content/themes/ambassador/loop-events.php\n--------------------------------------------------------------------------------------------------------------\nFOUND 1 ERROR AFFECTING 1 LINE\n--------------------------------------------------------------------------------------------------------------\n 9 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead\n--------------------------------------------------------------------------------------------------------------\n\n', 'no'),
(1330679, 'jetpack_sync_settings_sync_sender_enabled', '1', 'yes'),
(1282776, 'jetpack_ab_connect_banner_green_bar', 'b', 'yes'),
(1283166, 'wdi_do_activation_set_up_redirect', '0', 'yes'),
(1283167, 'wdi_instagram_options', 'a:15:{s:16:\"wdi_access_token\";s:0:\"\";s:13:\"wdi_user_name\";s:0:\"\";s:11:\"wdi_user_id\";s:0:\"\";s:11:\"wdi_fb_auth\";s:0:\"\";s:18:\"wdi_transient_time\";s:0:\"\";s:15:\"wdi_reset_cache\";s:0:\"\";s:28:\"wdi_authenticated_users_list\";s:2:\"[]\";s:24:\"wdi_feeds_min_capability\";s:14:\"manage_options\";s:14:\"wdi_custom_css\";s:0:\"\";s:13:\"wdi_custom_js\";s:0:\"\";s:14:\"wdi_disable_fa\";s:0:\"\";s:22:\"wdi_plugin_uninstalled\";s:5:\"false\";s:8:\"fb_token\";s:0:\"\";s:19:\"business_account_id\";s:0:\"\";s:13:\"wdi_uninstall\";s:0:\"\";}', 'yes'),
(1283168, 'wdi_version', '1.3.16', 'yes'),
(1283169, 'wdi_admin_notice', 'a:2:{s:22:\"api_update_token_reset\";a:3:{s:5:\"start\";s:9:\"5/21/2019\";s:3:\"int\";i:0;s:9:\"dismissed\";i:1;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/4/2019\";s:3:\"int\";i:14;}}', 'yes'),
(1283170, 'widget_wdi_instagram_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1283174, 'tenweb_version', '1.2.51', 'no'),
(1283175, 'tenweb_activated', '1', 'yes'),
(1330850, 'tenweb_requests_block', 'a:1:{s:13:\"user_products\";i:1;}', 'no'),
(1330603, '_site_transient_timeout_tenweb_error_logs', '1579888728', 'no'),
(1330604, '_site_transient_tenweb_error_logs', 'a:4:{s:28:\"get_product_data_token_error\";a:2:{s:3:\"msg\";s:62:\"{\"message\":\"10WebError:Authorization Error\",\"status_code\":401}\";s:4:\"date\";s:19:\"2019-12-24 17:58:47\";}s:19:\"refresh_token_error\";a:2:{s:3:\"msg\";s:45:\"{\"message\":\"403 Forbidden\",\"status_code\":403}\";s:4:\"date\";s:19:\"2019-12-24 17:58:47\";}s:16:\"logout_api_error\";a:2:{s:3:\"msg\";s:45:\"{\"message\":\"404 Not Found\",\"status_code\":404}\";s:4:\"date\";s:19:\"2019-12-24 17:58:47\";}s:25:\"send_site_state_api_error\";a:2:{s:3:\"msg\";s:45:\"{\"message\":\"404 Not Found\",\"status_code\":404}\";s:4:\"date\";s:19:\"2019-12-24 17:58:48\";}}', 'no'),
(1330677, 'jpsq_sync-1576834968.277379-128924-1', 'a:6:{i:0;s:18:\"deactivated_plugin\";i:1;a:2:{i:0;s:19:\"jetpack/jetpack.php\";i:1;b:0;}i:2;i:1;i:3;d:1576834968.276501;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"pbnew\";s:10:\"user_email\";s:24:\"elena@puertobarillas.com\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:154:\"https://www.puertobarillas.com/welcome/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=7cfa045d1c\";}}', 'no'),
(1330965, 'admin_email_lifespan', '1577824490', 'yes'),
(1330983, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.3.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1577564960;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}', 'no'),
(1330975, '_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd', '1578005386', 'no'),
(1330976, '_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}', 'no'),
(1331072, '_site_transient_timeout_hermes_google_fonts_json', '1579984103', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1331073, '_site_transient_hermes_google_fonts_json', '{\n \"kind\": \"webfonts#webfontList\",\n \"items\": [\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"ABeeZee\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/abeezee/v13/esDR31xSG-6AGleN6tKukbcHCpE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/abeezee/v13/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Abel\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/abel/v10/MwQ5bhbm2POE6VhLPJp6qGI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Abhaya Libre\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"sinhala\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Abril Fatface\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aclonica\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/aclonica/v10/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Acme\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/acme/v9/RrQfboBx-C5_bx3Lb23lzLk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Actor\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/actor/v9/wEOzEBbCkc5cO3ekXygtUMIO.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Adamina\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/adamina/v13/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Advent Pro\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aguafina Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/aguafinascript/v8/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Akronim\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/akronim/v9/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aladin\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/aladin/v8/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alata\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alata/v1/PbytFmztEwbIofe6xKcRQEOX.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alatsi\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alatsi/v1/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aldrich\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/aldrich/v10/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alef\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alef/v11/FeVfS0NQpLYgrjJbC5FxxbU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/alef/v11/FeVQS0NQpLYglo50L5la2bxii28.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alegreya\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alegreya SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alegreya Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alegreya Sans SC\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aleo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alex Brush\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alexbrush/v11/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alfa Slab One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alfaslabone/v9/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alice\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alice/v11/OpNCnoEEmtHa6FcJpA_chzJ0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alike\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alike/v12/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Alike Angular\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/alikeangular/v10/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Allan\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/allan/v12/ea8XadU7WuTxEtb2P9SF8nZE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/allan/v12/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Allerta\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/allerta/v10/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Allerta Stencil\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/allertastencil/v10/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Allura\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/allura/v8/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Almarai\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"arabic\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnc1qPonC3vqc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Almendra\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/almendra/v12/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/almendra/v12/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/almendra/v12/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/almendra/v12/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Almendra Display\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/almendradisplay/v10/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Almendra SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/almendrasc/v10/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amarante\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amarante/v7/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amaranth\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkuALODe433f0j1zPnCF9GqwnzW.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amatic SC\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amaticsc/v13/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/amaticsc/v13/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amethysta\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amethysta/v8/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amiko\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amiko/v4/WwkQxPq1DFK04tqlc17MMZgJ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amiri\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHqUpvrIw74NL.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/amiri/v13/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/amiri/v13/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/amiri/v13/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Amita\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/amita/v5/HhyaU5si9Om7PQlvAfSKEZZL.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/amita/v5/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Anaheim\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/anaheim/v7/8vII7w042Wp87g4G0UTUEE5eK_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Andada\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/andada/v11/uK_y4riWaego3w9RCh0TMv6EXw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Andika\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/andika/v11/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Angkor\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/angkor/v12/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Annie Use Your Telescope\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/annieuseyourtelescope/v10/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Anonymous Pro\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Antic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRaZLodgzydtk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Antic Didone\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/anticdidone/v8/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Antic Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/anticslab/v8/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Anton\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm0K08i4gS7lu.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arapey\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arapey/v8/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/arapey/v8/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arbutus\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arbutus/v9/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arbutus Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arbutusslab/v8/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Architects Daughter\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/architectsdaughter/v10/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Archivo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/archivo/v6/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Archivo Black\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/archivoblack/v9/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Archivo Narrow\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3g31S2s8p.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXlw398pJxk.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla8dMgPgBu.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9cCOxBu_BM.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla8dMgPgBu.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9cCOxBu_BM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla8dMgPgBu.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9cCOxBu_BM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aref Ruqaa\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arefruqaa/v8/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arefruqaa/v8/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arima Madurai\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arimo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"hebrew\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_20eziBMjI-u.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/arimo/v13/P5sCzZCDf9_T_10cxCRuiZ-uydg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arimo/v13/P5sBzZCDf9_T_1Wi4QREp5On0ME2.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/arimo/v13/P5sHzZCDf9_T_10c_JhBrZeF1dE2PY4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arizonia\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arizonia/v10/neIIzCemt4A5qa7mv6WGHK06UY30.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Armata\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/armata/v11/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arsenal\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Artifika\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/artifika/v10/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arvo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arvo/v13/tDbD2oWUg0MKmSAa7Lzr7vs.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/arvo/v13/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arvo/v13/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/arvo/v13/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Arya\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/arya/v5/ga6CawNG-HJd9Ub1-beqdFE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/arya/v5/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Asap\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/asap/v11/KFOoCniXp96a-zwU4UROGzY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOmCniXp96ayz4e5WZLCzYlKw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw8g9xUxlBz88MsA.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mEU9vAx05IsDqlA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw-Q6xUxlBz88MsA.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mPUhvAx05IsDqlA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw4A7xUxlBz88MsA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mWUlvAx05IsDqlA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Asap Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Asar\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/asar/v7/sZlLdRyI6TBIXkYQDLlTW6E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Asset\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/asset/v10/SLXGc1na-mM4cWImRJqExst1.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Assistant\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7p0ScA5cZbCjItw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7w0ecA5cZbCjItw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/assistant/v4/2sDcZGJYnIjSi6H75xkDb2-4C7wFZQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7t0GcA5cZbCjItw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk700CcA5cZbCjItw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7z0OcA5cZbCjItw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Astloch\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/astloch/v11/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/astloch/v11/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Asul\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/asul/v9/VuJ-dNjKxYr46fMFXK78JIg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/asul/v9/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Athiti\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/athiti/v4/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Atma\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"bengali\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/atma/v5/uK_84rqWc-Eom25bDj8WIv4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Atomic Age\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/atomicage/v12/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Aubrey\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/aubrey/v12/q5uGsou7NPBw-p7vugNsCxVEgA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Audiowide\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Autour One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/autourone/v9/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Average\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/average/v8/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Average Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/averagesans/v8/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Averia Gruesa Libre\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/averiagruesalibre/v8/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Averia Libre\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Averia Sans Libre\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Averia Serif Libre\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"B612\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/b612/v4/3JnySDDxiSz32jm4GDigUXw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/b612/v4/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/b612/v4/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/b612/v4/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"B612 Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/b612mono/v4/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bad Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bahiana\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bahiana/v4/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bahianita\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bahianita/v2/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bai Jamjuree\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloo/v5/6xKhdSpJJ92I9PWIAG_5LWwJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Bhai\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloobhai/v5/ZgNWjP5GM7bCUdmXgWyVjGXEM4COoE4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Bhaijaan\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloobhaijaan/v6/RWmRoKCU5fcqq8fOWNzFLqSjx4ECJmVjC0-V.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Bhaina\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"oriya\",\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloobhaina/v5/Noa16Uzzzp2FIkfhq5vm9thxPAR9mhHobg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Chettan\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"malayalam\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloochettan/v5/0QImMXRN8o2gTC2YTr4665DA07z8_ApHqqk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Da\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"bengali\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/balooda/v5/LhWmMVnXOfIZO795FXkfSvtVM8mZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Paaji\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"gurmukhi\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloopaaji/v6/8AttGsyxM5KQQU-Y4MTwVZnToxvQBiot.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Tamma\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\",\n    \"kannada\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/balootamma/v6/JTUTjIk68Cy27gWhOWIghE5B5Arr-s50.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Tammudu\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"telugu\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/balootammudu/v6/mFT3Wb8Qza7c_Z5HTsC_5nxW8EpQl9RWxD8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baloo Thambi\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baloothambi/v5/va9B4kXJzNhTFoA7CYcS8sHuQR37fF3Wlg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Balthazar\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/balthazar/v9/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bangers\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACL5la2bxii28.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Barlow\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Barlow Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Barlow Semi Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Barriecito\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/barriecito/v2/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Barrio\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/barrio/v4/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Basic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/basic/v9/xfu_0WLxV2_XKQN34lDVyR7D.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baskervville\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baskervville/v1/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/baskervville/v1/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Battambang\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/battambang/v13/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/battambang/v13/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Baumans\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/baumans/v9/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bayon\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bayon/v13/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Be Vietnam\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iKsUn7W1hK2czPg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVvdDflz-iPfoPuIC2iIqMfiWdlCWIjPi5p.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKg0FzUdPJ24qJzc.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfQUVFI0wvNzdwXQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVzdDflz-iPfoPuIC2iEqEt6U9kO2c.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iIqMn7W1hK2czPg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKlUEzUdPJ24qJzc.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfGURFI0wvNzdwXQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKnkDzUdPJ24qJzc.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfNUNFI0wvNzdwXQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKh0CzUdPJ24qJzc.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfUUJFI0wvNzdwXQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKgEBzUdPJ24qJzc.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfTUFFI0wvNzdwXQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bebas Neue\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-13\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Belgrano\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/belgrano/v10/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bellefair\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bellefair/v5/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Belleza\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/belleza/v8/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"BenchNine\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bentham\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bentham/v10/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Berkshire Swash\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/berkshireswash/v8/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Beth Ellen\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bethellen/v1/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bevan\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bevan/v11/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Big Shoulders Display\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1xPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ur9DrDJYM2lAZ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UZ_LLJrgA00kAdA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1sy9rvLpMc2g.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UP_PLJrgA00kAdA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UE_TLJrgA00kAdA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJrgA00kAdA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ua_bLJrgA00kAdA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UT_fLJrgA00kAdA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Big Shoulders Text\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xzezRtP9G3CGPIf49hxc8P0eytUxBU-IZ_YscCdXQB.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUMKRfSOkOfG0Y3A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xxezRtP9G3CGPIf49hxc8P0eytUxBsnIx7QMISdQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUaKVfSOkOfG0Y3A.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBURKJfSOkOfG0Y3A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUIKNfSOkOfG0Y3A.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUPKBfSOkOfG0Y3A.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUGKFfSOkOfG0Y3A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bigelow Rules\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bigelowrules/v8/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bigshot One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bigshotone/v10/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bilbo\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bilbo/v9/o-0EIpgpwWwZ210hpIRz4wxE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bilbo Swash Caps\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bilboswashcaps/v12/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"BioRhyme\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"BioRhyme Expanded\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Biryani\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/biryani/v5/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bitter\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bitter/v15/rax8HiqOu8IVPmnLeIZoDDlCmg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/bitter/v15/rax-HiqOu8IVPmn7eoxsLjxSmlLZ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/bitter/v15/rax_HiqOu8IVPmnzxKlMBBJek0vA8A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Black And White Picture\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/blackandwhitepicture/v8/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Black Han Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/blackhansans/v8/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Black Ops One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Blinker\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/blinker/v3/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/blinker/v3/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bokor\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bokor/v12/m8JcjfpeeaqTiR2WdInbcaxE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bonbon\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bonbon/v11/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Boogaloo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/boogaloo/v11/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bowlby One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bowlbyone/v11/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bowlby One SC\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bowlbyonesc/v11/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Brawler\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/brawler/v10/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bree Serif\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/breeserif/v9/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bubblegum Sans\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bubblegumsans/v8/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bubbler One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bubblerone/v8/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Buda\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/buda/v10/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Buenard\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/buenard/v11/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/buenard/v11/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bungee\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bungee Hairline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bungeehairline/v5/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bungee Inline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bungeeinline/v5/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bungee Outline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bungeeoutline/v5/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Bungee Shade\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/bungeeshade/v5/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Butcherman\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/butcherman/v11/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Butterfly Kids\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/butterflykids/v8/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cabin\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pe839fxqmjRv.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-4_0qWljRw-Pd81__hInyRvYwc.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3NhisShmeh5I.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv29hisShmeh5I.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2thisShmeh5I.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cabin Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cabin Sketch\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cabinsketch/v13/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cabinsketch/v13/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Caesar Dressing\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/caesardressing/v8/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cagliostro\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cagliostro/v8/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cairo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cairo/v6/SLXGc1nY6HkvamImRJqExst1.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Calistoga\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/calistoga/v1/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Calligraffitti\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/calligraffitti/v11/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cambay\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cambay/v6/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cambay/v6/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cambay/v6/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cambay/v6/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cambo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cambo/v8/IFSqHeNEk8FJk416ok7xkPm8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Candal\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/candal/v9/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cantarell\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cantarell/v9/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cantarell/v9/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cantarell/v9/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cantarell/v9/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cantata One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cantataone/v9/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cantora One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cantoraone/v9/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Capriola\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/capriola/v7/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cardo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"greek-ext\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cardo/v11/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cardo/v11/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cardo/v11/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Carme\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/carme/v10/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Carrois Gothic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/carroisgothic/v10/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Carrois Gothic SC\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Carter One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/carterone/v11/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Catamaran\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Caudex\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"greek-ext\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/caudex/v9/esDQ311QOP6BJUrIyviAnb4eEw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/caudex/v9/esDS311QOP6BJUr4yPKEv7sOE4in.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/caudex/v9/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/caudex/v9/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Caveat\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/caveat/v7/Wnz6HAc5bAfYB2QLYTwZqg_MPQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/caveat/v7/Wnz5HAc5bAfYB2Qz3RM9oiTQNAuxjA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Caveat Brush\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/caveatbrush/v5/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cedarville Cursive\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cedarvillecursive/v11/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ceviche One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cevicheone/v10/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chakra Petch\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Changa\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-11-20\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Changa One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/changaone/v12/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/changaone/v12/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chango\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chango/v8/2V0cKI0OB5U7WaJyz324TFUaAw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Charm\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/charm/v4/7cHmv4oii5K0MeYvIe804WIo.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/charm/v4/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Charmonman\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/charmonman/v3/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/charmonman/v3/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chathura\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/chathura/v5/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/chathura/v5/_gP71R7-rzUuVjim418goUC5S-Zy.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chau Philomene One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chauphilomeneone/v9/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/chauphilomeneone/v9/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chela One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chelaone/v8/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chelsea Market\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chenla\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chenla/v12/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cherry Cream Soda\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cherrycreamsoda/v10/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cherry Swash\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cherryswash/v8/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cherryswash/v8/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chewy\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chewy/v11/uK_94ruUb-k-wk5xIDMfO-ed.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chicle\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chicle/v8/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chilanka\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"malayalam\",\n    \"latin\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-08-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chilanka/v5/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chivo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/chivo/v11/va9I4kzIxd1KFoBvS-J3kbDP.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Chonburi\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/chonburi/v4/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cinzel\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIJ7ww63mVu7gtL8W76HEdHMg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzTUHeFGxbO_zo-w.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzdUPeFGxbO_zo-w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cinzel Decorative\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Clicker Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/clickerscript/v7/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Coda\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/coda/v15/SLXHc1jY5nQ8JUIMapaN39I.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/coda/v15/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Coda Caption\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"800\": \"http://fonts.gstatic.com/s/codacaption/v13/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Codystar\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/codystar/v7/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/codystar/v7/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Coiny\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/coiny/v5/gyByhwU1K989PXwbElSvO5Tc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Combo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/combo/v8/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Comfortaa\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v27\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Coming Soon\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/comingsoon/v11/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Concert One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/concertone/v10/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Condiment\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/condiment/v7/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Content\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/content/v12/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/content/v12/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Contrail One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/contrailone/v9/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Convergence\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/convergence/v8/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cookie\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cookie/v11/syky-y18lb0tSbfNlQCT9tPdpw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Copse\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/copse/v9/11hPGpDKz1rGb0djHkihUb-A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Corben\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/corben/v13/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/corben/v13/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiRLmYgoyyYzFzFw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMUgIa2QTRjF8ER.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorant/v8/H4clBXOCl9bbnla_nHIa6JG8iqeuag.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cjBXOCl9bbnla_nHIq6pu4qKK-aihq.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiHLiYgoyyYzFzFw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNMgYa2QTRjF8ER.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiML-YgoyyYzFzFw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNghoa2QTRjF8ER.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiVL6YgoyyYzFzFw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMEh4a2QTRjF8ER.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant Garamond\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant Infant\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant Unicase\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cormorant Upright\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Courgette\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/courgette/v7/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Courier Prime\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-12-11\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/courierprime/v1/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/courierprime/v1/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/courierprime/v1/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cousine\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"hebrew\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cousine/v14/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cousine/v14/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cousine/v14/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cousine/v14/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Coustard\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/coustard/v10/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/coustard/v10/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Covered By Your Grace\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/coveredbyyourgrace/v9/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Crafty Girls\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/craftygirls/v9/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Creepster\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/creepster/v8/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Crete Round\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/creteround/v8/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/creteround/v8/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Crimson Pro\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\",\n    \"200italic\",\n    \"300italic\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\",\n    \"800italic\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-10-21\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Crimson Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Croissant One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/croissantone/v7/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Crushed\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/crushed/v10/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cuprum\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4k_pLmvrkcOkB9IeFDh701Sg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4m_pLmvrkcOkBNI-tHpbglShon.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4n_pLmvrkcOkBFnc5nj5YpQwM-gg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4h_pLmvrkcOkBNI9P7ipwtYQYugjW4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cute Font\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cutefont/v8/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cutive\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cutive/v11/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Cutive Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/cutivemono/v8/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"DM Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"DM Serif Display\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-19\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"DM Serif Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-19\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dmseriftext/v4/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/dmseriftext/v4/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Damion\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/damion/v9/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dancing Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-11-20\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dangrek\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dangrek/v11/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Darker Grotesque\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"David Libre\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dawning of a New Day\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dawningofanewday/v10/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Days One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/daysone/v9/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dekko\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrttFR0vsfl1B.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Delius\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/delius/v9/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Delius Swash Caps\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/deliusswashcaps/v11/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Delius Unicase\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/deliusunicase/v13/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/deliusunicase/v13/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Della Respira\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dellarespira/v7/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Denk One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/denkone/v7/dg4m_pzhrqcFb2IzROtHpbglShon.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Devonshire\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/devonshire/v8/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dhurjati\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dhurjati/v7/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Didact Gothic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/didactgothic/v13/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Diplomata\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/diplomata/v11/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Diplomata SC\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/diplomatasc/v8/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Do Hyeon\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dohyeon/v11/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dokdo\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dokdo/v8/esDf315XNuCBLxLo4NaMlKcH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Domine\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3RvPCmRSlUig.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-CTQJIg3uuXg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Donegal One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/donegalone/v7/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Doppio One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/doppioone/v7/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dorsa\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dorsa/v10/yYLn0hjd0OGwqo493XCFxAnQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dosis\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v16\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dr Sugiyama\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/drsugiyama/v9/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Duru Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/durusans/v13/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Dynalight\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/dynalight/v8/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"EB Garamond\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Eagle Lake\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/eaglelake/v7/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"East Sea Dokdo\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/eastseadokdo/v8/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Eater\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/eater/v8/mtG04_FCK7bOvpu2u3FwsXsR.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Economica\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/economica/v7/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/economica/v7/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Eczar\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/eczar/v8/BXRlvF3Pi-DLmw0iBu9y8Hf0.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzXWL8t622v9WNjW.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzX6KMt622v9WNjW.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWCKst622v9WNjW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"El Messiri\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"cyrillic\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F0fZBRmr9vQ1pHEey6AoqKAyLzfWo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6On6jJyrYYWOMluQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OlKkJyrYYWOMluQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OjalJyrYYWOMluQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Electrolize\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/electrolize/v8/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Elsie\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/elsie/v9/BCanqZABrez54yYu9slAeLgX.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/elsie/v9/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Elsie Swash Caps\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/elsieswashcaps/v8/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/elsieswashcaps/v8/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Emblema One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/emblemaone/v8/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Emilys Candy\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/emilyscandy/v7/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Encode Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/encodesans/v4/LDI0apOFNxEwR-Bd1O9uYPvIeeLkl7Iw6yg.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtkWMLOub458jGL.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsAW8LOub458jGL.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/encodesans/v4/LDI2apOFNxEwR-Bd1O9uYMOsc-bGkqIw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtYWsLOub458jGL.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPt0XcLOub458jGL.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsQXMLOub458jGL.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsMX8LOub458jGL.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsoXsLOub458jGL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Encode Sans Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Encode Sans Expanded\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Encode Sans Semi Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Encode Sans Semi Expanded\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Engagement\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/engagement/v9/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Englebert\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/englebert/v7/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Enriqueta\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/enriqueta/v9/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Erica One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ericaone/v10/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Esteban\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/esteban/v8/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Euphoria Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/euphoriascript/v8/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ewert\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ewert/v7/va9I4kzO2tFODYBvS-J3kbDP.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Exo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBIaEH6m2jbu5rXI.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaCrEtFpBISdkbC0DLM46XI-po.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIavF-G8Bji76zR4w.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZu8RLmzanB44N1.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa2FyG8Bji76zR4w.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYK8hLmzanB44N1.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBIidHSi-DP-5g.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBISdn6m2jbu5rXI.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIagF2G8Bji76zR4w.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZS8xLmzanB44N1.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIarFqG8Bji76zR4w.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZ-9BLmzanB44N1.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIayFuG8Bji76zR4w.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYa9RLmzanB44N1.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa1FiG8Bji76zR4w.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYG9hLmzanB44N1.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa8FmG8Bji76zR4w.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYi9xLmzanB44N1.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Exo 2\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/exo2/v7/7cHov4okm5zmbt5LK-sW5HIohT4.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHqv4okm5zmbtYtE48c4FAtlT47dw.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt7nCss8yn4hnCci.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEyM9wHoDmTcibrA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6DCcs8yn4hnCci.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE0c-wHoDmTcibrA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/exo2/v7/7cHmv4okm5zmbuYvIe804WIo.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHov4okm5zmbtYtK-sW5HIohT4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt7bCMs8yn4hnCci.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEx8_wHoDmTcibrA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt73D8s8yn4hnCci.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEzM4wHoDmTcibrA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6TDss8yn4hnCci.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE1c5wHoDmTcibrA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6PDcs8yn4hnCci.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE0s6wHoDmTcibrA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6rDMs8yn4hnCci.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE287wHoDmTcibrA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Expletus Sans\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/expletussans/v13/RLp5K5v5_bqufTYdnhFzDj2dRfkSu6EuTHo.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpnK5v5_bqufTYdnhFzDj2ddfsYv4MrXHrRDA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6kFUHPIFaU.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVFHNBaVImA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6kFUHPIFaU.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVFHNBaVImA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6kFUHPIFaU.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVFHNBaVImA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fahkwang\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fanwood Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fanwoodtext/v9/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/fanwoodtext/v9/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Farro\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/farro/v1/i7dEIFl3byGNHZVNHLq2cV5d.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Farsan\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/farsan/v5/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fascinate\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fascinate/v8/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fascinate Inline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fascinateinline/v9/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Faster One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fasterone/v11/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fasthand\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fasthand/v10/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fauna One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/faunaone/v7/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Faustina\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Federant\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/federant/v12/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Federo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/federo/v11/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Felipa\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/felipa/v7/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fenix\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fenix/v7/XoHo2YL_S7-g5ostKzAFvs8o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Finger Paint\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fingerpaint/v9/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fira Code\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fira Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/firamono/v8/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fira Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fira Sans Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fira Sans Extra Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fjalla One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fjallaone/v7/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fjord One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fjordone/v8/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Flamenco\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/flamenco/v10/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/flamenco/v10/neIIzCehqYguo67ssaWGHK06UY30.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Flavors\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/flavors/v9/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fondamento\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fondamento/v10/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/fondamento/v10/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fontdiner Swanky\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fontdinerswanky/v10/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Forum\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/forum/v10/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Francois One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/francoisone/v14/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Frank Ruhl Libre\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Freckle Face\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/freckleface/v8/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fredericka the Great\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fredoka One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fredokaone/v7/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Freehand\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/freehand/v11/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fresca\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fresca/v8/6ae94K--SKgCzbM2Gr0W13DKPA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Frijole\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/frijole/v8/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fruktur\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fruktur/v12/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Fugaz One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/fugazone/v9/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"GFS Didot\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"greek\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gfsdidot/v9/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"GFS Neohellenic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"greek\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gabriela\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gabriela/v8/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gaegu\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGfUVB6Up9NU6ZLodgzydtk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gafata\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gafata/v8/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Galada\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"bengali\",\n    \"latin\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/galada/v5/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Galdeano\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/galdeano/v9/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Galindo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/galindo/v7/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gamja Flower\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gamjaflower/v8/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gayathri\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"malayalam\",\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoQzAb429DbBilWLIA48J_wBugA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gelasio\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gentium Basic\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/Wnz9HAw9aB_JD2VGQVR80We3HAqDiTI_cIM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzjHAw9aB_JD2VGQVR80We3LAiJjRA6YIORZQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzgHAw9aB_JD2VGQVR80We3JLasrToUbIqIfBU.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaKiNbBVWkw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gentium Book Basic\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Geo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/geo/v11/CSRz4zRZlufVL3BmQjlCbQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/geo/v11/CSRx4zRZluflLXpiYDxSbf8r.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Geostar\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/geostar/v10/sykz-yx4n701VLOftSq9-trEvlQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Geostar Fill\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/geostarfill/v10/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Germania One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/germaniaone/v7/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gidugu\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gidugu/v6/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gilda Display\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gildadisplay/v7/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Girassol\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-12-11\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/girassol/v1/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Give You Glory\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/giveyouglory/v9/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Glass Antiqua\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/glassantiqua/v7/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Glegoo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/glegoo/v9/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/glegoo/v9/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gloria Hallelujah\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gloriahallelujah/v11/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Goblin One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/goblinone/v9/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gochi Hand\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gochihand/v10/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gorditas\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gorditas/v7/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gorditas/v7/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gothic A1\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Goudy Bookletter 1911\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/goudybookletter1911/v9/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Graduate\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/graduate/v7/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Grand Hotel\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/grandhotel/v7/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gravitas One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gravitasone/v9/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Great Vibes\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Grenze\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Griffy\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/griffy/v8/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gruppo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gruppo/v10/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gudea\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gudea/v9/neIFzCqgsI0mp-CP9IGON7Ez.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/gudea/v9/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gudea/v9/neIIzCqgsI0mp9gz26WGHK06UY30.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gugi\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gugi/v8/A2BVn5dXywshVA6A9DEfgqM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gupter\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-19\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gupter/v1/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Gurajada\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/gurajada/v7/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Habibi\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/habibi/v8/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Halant\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/halant/v7/u-4-0qaujRI2PbsX39Jmky12eg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hammersmith One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/hammersmithone/v10/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hanalei\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/hanalei/v10/E21n_dD8iufIjBRHXzgmVydREus.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hanalei Fill\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/hanaleifill/v8/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Handlee\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/handlee/v8/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hanuman\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/hanuman/v13/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hanuman/v13/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Happy Monkey\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/happymonkey/v8/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Harmattan\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/harmattan/v6/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Headland One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/headlandone/v7/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Heebo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/heebo/v5/NGS0v5_NC0k9P9mVTbRhtKMByaw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9ldb5RLmq8I0LVF.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P-HxR7BDsbMB.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9kFbpRLmq8I0LVF.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaJRLmq8I0LVF.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lRa5RLmq8I0LVF.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9l1apRLmq8I0LVF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Henny Penny\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/hennypenny/v7/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hepta Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Herr Von Muellerhoff\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/herrvonmuellerhoff/v9/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hi Melody\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/himelody/v8/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hind\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/hind/v10/5aU69_a8oxmIRG5yBROzkDM.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hind Guntur\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hind Madurai\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hind Siliguri\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"bengali\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Hind Vadodara\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Holtwood One SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/holtwoodonesc/v10/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Homemade Apple\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/homemadeapple/v10/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Homenaje\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/homenaje/v9/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IBM Plex Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IBM Plex Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IBM Plex Sans Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IBM Plex Serif\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell DW Pica\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfelldwpica/v9/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/imfelldwpica/v9/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell DW Pica SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfelldwpicasc/v9/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell Double Pica\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell Double Pica SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepicasc/v9/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell English\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellenglish/v9/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/imfellenglish/v9/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell English SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellenglishsc/v9/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell French Canon\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell French Canon SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v9/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell Great Primer\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"IM Fell Great Primer SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimersc/v9/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ibarra Real Nova\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlfdQiA-DBIDCcaWtQzL4BZHoiDoHxSENxuLuE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlZdQiA-DBIDCcaWtQzL4BZHoiDkH5YFP5rPuF6EA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmKR8NNRFMuhjCXY.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gzNBPNspmGXawpg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmMB9NNRFMuhjCXY.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gqNFPNspmGXawpg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Iceberg\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/iceberg/v7/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Iceland\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/iceland/v8/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Imprima\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/imprima/v8/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Inconsolata\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v18\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKFle7KlmxuHx.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/inconsolata/v18/QldXNThLqRwH-OJ1UHjlKGHiw41u7f34DYwn.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Inder\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/inder/v8/w8gUH2YoQe8_4vq6pw-P3U4O.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Indie Flower\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/indieflower/v11/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Inika\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/inika/v8/rnCm-x5X3QP-phTHRcc2s2XH.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/inika/v8/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Inknut Antiqua\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Inria Serif\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-12-11\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/inriaserif/v1/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Irish Grover\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/irishgrover/v10/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Istok Web\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/istokweb/v14/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Italiana\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/italiana/v8/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Italianno\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/italianno/v9/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Itim\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/itim/v4/0nknC9ziJOYewARKkc7ZdwU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jacques Francois\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancois/v7/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jacques Francois Shadow\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v8/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jaldi\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jaldi/v6/or3sQ67z0_CI30NUZpD_B6g8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/jaldi/v6/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jim Nightshade\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jimnightshade/v7/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jockey One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jockeyone/v9/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jolly Lodger\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jollylodger/v7/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jomhuria\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jomhuria/v7/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jomolhari\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"tibetan\",\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-10-15\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jomolhari/v1/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Josefin Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3EZQNVED7rKGKxtqIqX5Ecbnx9Vnksi4M7.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3GZQNVED7rKGKxtqIqX5EUCEQZXH0OjpM75PE.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ecpl5dfFcggpoi_Q.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCETRfl0koJ8y_eiS.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3aZQNVED7rKGKxtqIqX5EkCnZ5dHw8iw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3EZQNVED7rKGKxtqIqX5EUCHx9Vnksi4M7.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ec0lhdfFcggpoi_Q.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCESleF0koJ8y_eiS.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5EctlldfFcggpoi_Q.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCETBeV0koJ8y_eiS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Josefin Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalvyQ6qBM7oPxMX.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-lwjwOK3Ps5GSJlNNkMalnrzbODsrKOgMX95A.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvASyKLuDkNgoO7g.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrgFA8e7onu.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-5wjwOK3Ps5GSJlNNkMalXrQSuJsv4Pw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalnrw6qBM7oPxMX.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLuDkNgoO7g.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurgFA8e7onu.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvESuKLuDkNgoO7g.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rgFA8e7onu.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Joti One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jotione/v8/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jua\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/jua/v8/co3KmW9ljjAjc-DZCsKgsg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Judson\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/judson/v12/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/judson/v12/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/judson/v12/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Julee\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/julee/v9/TuGfUVB3RpZPQ6ZLodgzydtk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Julius Sans One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/juliussansone/v8/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Junge\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/junge/v7/gokgH670Gl1lUqAdvhB7SnKm.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Jura\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-10-24\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Just Another Hand\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/justanotherhand/v11/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Just Me Again Down Here\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/justmeagaindownhere/v11/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"K2D\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0ErE6UpvrIw74NL.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erv4QJlJw85ppSGw.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er24cJlJw85ppSGw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/k2d/v3/J7aTnpF2V0ETd68tnLcg7w.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0EjdaUpvrIw74NL.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erg4YJlJw85ppSGw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Err4EJlJw85ppSGw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Ery4AJlJw85ppSGw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er14MJlJw85ppSGw.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kadwa\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kadwa/v4/rnCm-x5V0g7iphTHRcc2s2XH.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kadwa/v4/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kalam\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kalam/v10/YA9dr0Wd4kDdMuhWMibDszkB.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kameron\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kameron/v10/vm82dR7vXErQxuznsL4wL-XIYH8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kameron/v10/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kanit\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kanit/v5/nKKZ-Go6G5tXcoaSEQGodLxA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kantumruy\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kantumruy/v7/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Karla\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-12-08\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/karla/v13/qkBbXvYC6trAT4RSJN225aZO.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/karla/v13/qkBVXvYC6trAT7RQLtmU4LZOgAU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/karla/v13/qkBWXvYC6trAT7zuC_m-zrpHmRzC.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/karla/v13/qkBQXvYC6trAT7RQFmW7xL5lnAzCKNg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Karma\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/karma/v10/va9I4kzAzMZRGIBvS-J3kbDP.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Katibeh\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/katibeh/v7/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kaushan Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kavivanar\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kavivanar/v5/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kavoon\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kavoon/v8/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kdam Thmor\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kdamthmor/v7/MwQzbhjs3veF6QwJVf0JkGMViblPtXs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Keania One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kelly Slab\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kellyslab/v10/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kenia\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kenia/v11/jizURE5PuHQH9qCONUGswfGM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Khand\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/khand/v8/TwMA-IINQlQQ0YpVWHU_TBqO.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Khmer\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/khmer/v12/MjQImit_vPPwpF-BpN2EeYmD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Khula\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/khula/v5/OpNCnoEOns3V7FcJpA_chzJ0.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kirang Haerang\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kiranghaerang/v8/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kite One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kiteone/v7/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Knewave\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"KoHo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/koho/v3/K2F-fZ5fmddNBikefJbSOos.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kodchasan\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kosugi\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"japanese\",\n    \"latin\",\n    \"cyrillic\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kosugi/v6/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kosugi Maru\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"japanese\",\n    \"latin\",\n    \"cyrillic\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kosugimaru/v6/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kotta One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kottaone/v7/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Koulen\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/koulen/v13/AMOQz46as3KIBPeWgnA9kuYMUg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kranky\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kranky/v10/hESw6XVgJzlPsFnMpheEZo_H_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kreon\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v21\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kristi\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kristi/v11/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Krona One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kronaone/v8/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Krub\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/krub/v3/sZlLdRyC6CRYXkYQDLlTW6E.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kulim Park\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kumar One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kumarone/v4/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kumar One Outline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kumaroneoutline/v5/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Kurale\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"devanagari\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/kurale/v5/4iCs6KV9e9dXjho6eAT3v02QFg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"La Belle Aurore\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/labelleaurore/v10/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lacquer\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lacquer/v1/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Laila\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/laila/v6/LYjMdG_8nE8jDIRdiidIrEIu.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lakki Reddy\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lakkireddy/v6/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lalezar\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lalezar/v6/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lancelot\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lancelot/v9/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lateef\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lateef/v15/hESw6XVnNCxEvkbMpheEZo_H_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lato\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v16\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk6XweuBCY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"League Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/leaguescript/v11/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Leckerli One\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/leckerlione/v10/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ledger\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ledger/v7/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lekton\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lekton/v10/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/lekton/v10/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lekton/v10/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lemon\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lemon/v8/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lemonada\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Deca\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexenddeca/v1/K2F1fZFYk-dHSE0UPPuwQ6qgLS76ZHOM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Exa\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendexa/v1/UMBXrPdOoHOnxExyjdBeWirXArM58BY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Giga\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendgiga/v1/PlI5Fl67Mah5Y8yMHE7lkVxEt8CwfGaD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Mega\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendmega/v1/qFdA35aBi5JtHD41zSTFEv7K6BsAikI7.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Peta\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendpeta/v1/BXRvvFPGjeLPh0kCfI4OkE_1c8Tf1IW3.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Tera\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendtera/v1/RrQUbo98_jt_IXnBPwCWtZhARYMgGtWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lexend Zetta\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-08-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lexendzetta/v1/ll87K2KYXje7CdOFnEWcU8soliQejRR7AQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 128\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode128/v9/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 128 Text\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode128text/v9/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 39\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode39/v9/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 39 Extended\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extended/v8/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 39 Extended Text\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extendedtext/v8/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Barcode 39 Text\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebarcode39text/v9/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Baskerville\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Caslon Display\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librecaslondisplay/v1/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Caslon Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Libre Franklin\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRi182zIZj1bIkNo.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizHREVItHgc8qDIbSTKq4XkRiUa41YTi3TNgNq55w.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIzoVrBicOg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq17jjNOg_oc.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi20-RIzoVrBicOg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa454xq17jjNOg_oc.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizDREVItHgc8qDIbSTKq4XkRhUY0TY7ikbI.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRiUa2zIZj1bIkNo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3s-BIzoVrBicOg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq17jjNOg_oc.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3A_xIzoVrBicOg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q17jjNOg_oc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2k_hIzoVrBicOg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4442q17jjNOg_oc.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi24_RIzoVrBicOg.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q17jjNOg_oc.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2c_BIzoVrBicOg.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q17jjNOg_oc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Life Savers\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lilita One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lilitaone/v7/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lily Script One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lilyscriptone/v7/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Limelight\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/limelight/v10/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Linden Hill\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lindenhill/v9/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/lindenhill/v9/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Literata\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVpaLVa5RXzC1KOw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVl6LVa5RXzC1KOw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVe6XVa5RXzC1KOw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVQqXVa5RXzC1KOw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeE9KJ5T7ihaO_CS.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeEPKJ5T7ihaO_CS.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHjL55T7ihaO_CS.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHaL55T7ihaO_CS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Liu Jian Mao Cao\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/liujianmaocao/v5/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Livvic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/livvic/v3/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lobster\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v22\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lobster/v22/neILzCirqoswsqX9_oWsMqEzSJQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lobster Two\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Londrina Outline\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/londrinaoutline/v10/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Londrina Shadow\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/londrinashadow/v9/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Londrina Sketch\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/londrinasketch/v8/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Londrina Solid\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Long Cang\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/longcang/v5/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lora\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lora/v14/0QIvMX1D_JOuAw3xItNPh_A.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/lora/v14/0QIhMX1D_JOuMw_7JvFKl_C28g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lora/v14/0QIgMX1D_JOuO7HeBttkm_mv670.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/lora/v14/0QIiMX1D_JOuMw_Dmt5un9uq-73O-Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Love Ya Like A Sister\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/loveyalikeasister/v10/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Loved by the King\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lovedbytheking/v9/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lovers Quarrel\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/loversquarrel/v7/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Luckiest Guy\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/luckiestguy/v10/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lusitana\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lusitana/v7/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/lusitana/v7/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Lustria\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/lustria/v7/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"M PLUS 1p\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"japanese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"hebrew\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v19\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"M PLUS Rounded 1c\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"japanese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"hebrew\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ma Shan Zheng\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mashanzheng/v5/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Macondo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/macondo/v8/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Macondo Swash Caps\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/macondoswashcaps/v7/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mada\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mada/v8/7Auwp_0qnzeSTTXMLCrX0kU.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Magra\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/magra/v8/uK_94ruaZus72k5xIDMfO-ed.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/magra/v8/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Maiden Orange\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/maidenorange/v10/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Maitree\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/maitree/v4/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Major Mono Display\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/majormonodisplay/v4/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mako\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mako/v11/H4coBX6Mmc_Z0ST09g478Lo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mali\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mali/v3/N0ba2SRONuN4eCrODlxxOd8.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bU2SRONuN4SCjECn50Kd_PmA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mallanna\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mallanna/v7/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mandali\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mandali/v8/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Manjari\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"malayalam\",\n    \"latin\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/manjari/v2/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/manjari/v2/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/manjari/v2/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mansalva\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mansalva/v1/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Manuale\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marcellus\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/marcellus/v7/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marcellus SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/marcellussc/v7/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marck Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/marckscript/v10/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Margarine\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Markazi Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marko One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/markoone/v9/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marmelad\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/marmelad/v9/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Martel\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/martel/v4/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Martel Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Marvel\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/marvel/v9/nwpVtKeoNgBV0qaIkV7ED366zg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/marvel/v9/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/marvel/v9/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/marvel/v9/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mate\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mate/v8/m8JdjftRd7WZ2z28WoXSaLU.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/mate/v8/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mate SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Maven Pro\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v18\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"McLaren\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mclaren/v7/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Meddon\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/meddon/v12/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"MedievalSharp\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Medula One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/medulaone/v9/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Meera Inimai\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"tamil\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/meerainimai/v4/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Megrim\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/megrim/v10/46kulbz5WjvLqJZlbWXgd0RY1g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Meie Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/meiescript/v7/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Merienda\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/merienda/v8/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/merienda/v8/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Merienda One\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/meriendaone/v10/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Merriweather\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v21\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Merriweather Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYBDD2BdWzIqY.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepzB0hN0yZqYcqw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXySDTL8wtf.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwQjDp9htf1ZM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZxDD2BdWzIqY.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXweozG0hN0yZqYcqw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1SZBDD2BdWzIqY.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepDF0hN0yZqYcqw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Metal\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/metal/v12/lW-wwjUJIXTo7i3nnoQAUdN2.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Metal Mania\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/metalmania/v9/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Metamorphous\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/metamorphous/v10/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Metrophobic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/metrophobic/v13/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Michroma\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/michroma/v10/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Milonga\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/milonga/v7/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Miltonian\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/miltonian/v13/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Miltonian Tattoo\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/miltoniantattoo/v15/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mina\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"bengali\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mina/v3/-nFzOGc18vARrz9j7i3y65o.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mina/v3/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Miniver\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/miniver/v8/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Miriam Libre\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/miriamlibre/v6/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mirza\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mirza/v7/co3ImWlikiN5EurdKMewsrvI.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIpAeO4mafBomDi.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIFBuO4mafBomDi.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtJhB-O4mafBomDi.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Miss Fajardose\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/missfajardose/v9/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mitr\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mitr/v5/pxiLypw5ucZFyTsyMJj_b1o.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Modak\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/modak/v5/EJRYQgs1XtIEsnMH8BVZ76KU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Modern Antiqua\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/modernantiqua/v9/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mogra\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mogra/v6/f0X40eSs8c95TBo4DvLmxtnG.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Molengo\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/molengo/v10/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Molle\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"italic\": \"http://fonts.gstatic.com/s/molle/v8/E21n_dL5hOXFhWEsXzgmVydREus.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Monda\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/monda/v9/TK3tWkYFABsmjvpmNBsLvPdG.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/monda/v9/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Monofett\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/monofett/v9/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Monoton\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/monoton/v9/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Monsieur La Doulaise\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/monsieurladoulaise/v8/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Montaga\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/montaga/v7/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Montez\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/montez/v10/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Montserrat\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Montserrat Alternates\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Montserrat Subrayada\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Moul\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/moul/v11/nuF2D__FSo_3E-RYiJCy-00.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Moulpali\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/moulpali/v12/H4ckBXKMl9HagUWymyY6wr-wg763.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mountains of Christmas\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mouse Memoirs\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mousememoirs/v7/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mr Bedfort\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mrbedfort/v8/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mr Dafoe\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mrdafoe/v8/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mr De Haviland\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mrdehaviland/v8/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mrs Saint Delafield\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mrssaintdelafield/v7/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mrs Sheppards\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mrssheppards/v8/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mukta\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/mukta/v7/iJWKBXyXfDDVXYnGp32S0H3f.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mukta Mahee\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gurmukhi\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mukta Malar\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mukta Vaani\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/muktavaani/v7/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Muli\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\",\n    \"200italic\",\n    \"300italic\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\",\n    \"800italic\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v19\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xFz0e2fwniCvzM.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG089z0e2fwniCvzM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz0e2fwniCvzM.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG06Nz0e2fwniCvzM.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG00900e2fwniCvzM.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG03Z00e2fwniCvzM.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xF00e2fwniCvzM.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0zh00e2fwniCvzM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Mystery Quest\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/mysteryquest/v7/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"NTR\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ntr/v7/RLpzK5Xy0ZjiGGhs5TA4bg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nanum Brush Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v17\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nanumbrushscript/v17/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nanum Gothic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v17\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nanum Gothic Coding\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nanum Myeongjo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nanum Pen Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nanumpenscript/v15/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Neucha\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/neucha/v11/q5uGsou0JOdh94bvugNsCxVEgA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Neuton\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/neuton/v12/UMBTrPtMoH62xUZyyII7civlBw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/neuton/v12/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"New Rocker\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/newrocker/v8/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"News Cycle\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v16\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/newscycle/v16/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/newscycle/v16/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Niconne\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Niramit\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/niramit/v4/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nixie One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nixieone/v10/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nobile\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nobile/v11/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nokora\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nokora/v13/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nokora/v13/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Norican\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/norican/v8/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nosifer\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nosifer/v8/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Notable\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/notable/v4/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nothing You Could Do\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noticia Text\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"devanagari\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/notosans/v9/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans HK\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-hongkong\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans JP\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"japanese\",\n    \"latin\"\n   ],\n   \"version\": \"v24\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans KR\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans SC\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Sans TC\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-traditional\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Serif\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Serif JP\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"japanese\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf\",\n    \"600\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Serif KR\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf\",\n    \"600\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Serif SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf\",\n    \"600\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Noto Serif TC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"chinese-traditional\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf\",\n    \"300\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf\",\n    \"regular\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf\",\n    \"500\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf\",\n    \"600\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf\",\n    \"700\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf\",\n    \"900\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Cut\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novacut/v11/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Flat\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novaflat/v11/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novamono/v10/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Oval\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novaoval/v11/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Round\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novaround/v11/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Script\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novascript/v12/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Slim\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novaslim/v11/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nova Square\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/novasquare/v12/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Numans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/numans/v9/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nunito\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKof4MuyAbsrVcA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Nunito Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Odibee Sans\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/odibeesans/v1/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Odor Mean Chey\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/odormeanchey/v11/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Offside\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/offside/v7/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Old Standard TT\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oldenburg\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oldenburg/v7/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oleo Script\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oleoscript/v8/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/oleoscript/v8/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oleo Script Swash Caps\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Open Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v17\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Open Sans Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuLGRpWRyAs.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQreU2AsJSg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuLGRpWRyAs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oranienbaum\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oranienbaum/v8/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Orbitron\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oregano\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oregano/v7/If2IXTPxciS3H4S2kZffPznO3yM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/oregano/v7/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Orienta\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/orienta/v7/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Original Surfer\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/originalsurfer/v8/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oswald\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v29\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Over the Rainbow\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/overtherainbow/v10/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Overlock\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Overlock SC\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Overpass\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Overpass Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_edB3Zf8EQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xmq-H86tzKDdAPa-KPQZ-AC5ii-t_-2G38.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_edB3Zf8EQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_edB3Zf8EQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ovo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ovo/v11/yYLl0h7Wyfzjy4Q5_3WVxA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oxygen\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Oxygen Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/oxygenmono/v7/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptmono/v7/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79P0WOxOGMMDQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Sans Caption\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptsanscaption/v12/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ptsanscaption/v12/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Sans Narrow\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ptsansnarrow/v11/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Serif\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"PT Serif Caption\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ptserifcaption/v11/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ptserifcaption/v11/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pacifico\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v16\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Padauk\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"myanmar\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/padauk/v6/RrQRboJg-id7OnbBa0_g3LlYbg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/padauk/v6/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Palanquin\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Palanquin Dark\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pangolin\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pangolin/v5/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Paprika\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/paprika/v7/8QIJdijZitv49rDfuIgOq7jkAOw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Parisienne\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/parisienne/v7/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Passero One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/passeroone/v11/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Passion One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pathway Gothic One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pathwaygothicone/v8/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Patrick Hand\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/patrickhand/v13/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Patrick Hand SC\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/patrickhandsc/v7/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pattaya\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pattaya/v5/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Patua One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/patuaone/v10/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pavanam\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\",\n    \"tamil\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pavanam/v4/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Paytone One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/paytoneone/v12/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Peddana\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/peddana/v7/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Peralta\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/peralta/v7/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Permanent Marker\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Petit Formal Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/petitformalscript/v7/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Petrona\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/petrona/v8/mtG64_NXL7bZo9XXsXVStGsRwCU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Philosopher\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Piedra\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/piedra/v8/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pinyon Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pinyonscript/v9/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pirata One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pirataone/v8/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Plaster\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/plaster/v11/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Play\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/play/v11/6aez4K2oVqwIjtI8Hp8Tx3A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/play/v11/6ae84K2oVqwItm4TOpc423nTJTM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Playball\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Playfair Display\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v18\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Playfair Display SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Podkova\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v15\",\n   \"lastModified\": \"2019-10-24\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Poiret One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/poiretone/v8/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Poller One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pollerone/v9/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Poly\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/poly/v10/MQpb-W6wKNitRLCAq2Lpris.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/poly/v10/MQpV-W6wKNitdLKKr0DsviuGWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pompiere\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pompiere/v9/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pontano Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pontanosans/v7/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Poor Story\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/poorstory/v8/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Poppins\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-10-15\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Port Lligat Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/portlligatsans/v8/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Port Lligat Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pragati Narrow\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pragatinarrow/v5/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/pragatinarrow/v5/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Prata\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Preahvihear\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/preahvihear/v11/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Press Start 2P\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/pressstart2p/v8/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Pridi\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/pridi/v5/2sDQZG5JnZLfkfWao2krbl29.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Princess Sofia\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/princesssofia/v8/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Prociono\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/prociono/v9/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Prompt\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Prosto One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/prostoone/v8/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Proza Libre\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Public Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\",\n    \"100italic\",\n    \"200italic\",\n    \"300italic\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\",\n    \"800italic\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Puritan\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/puritan/v11/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/puritan/v11/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/puritan/v11/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/puritan/v11/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Purple Purse\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/purplepurse/v8/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quando\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/quando/v8/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quantico\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/quantico/v9/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/quantico/v9/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/quantico/v9/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/quantico/v9/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quattrocento\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/quattrocento/v11/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/quattrocento/v11/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quattrocento Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Questrial\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/questrial/v9/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quicksand\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v19\",\n   \"lastModified\": \"2019-10-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Quintessential\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/quintessential/v7/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Qwigley\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/qwigley/v9/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Racing Sans One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/racingsansone/v7/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Radley\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/radley/v14/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/radley/v14/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rajdhani\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rakkas\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rakkas/v7/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Raleway\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Raleway Dots\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ralewaydots/v7/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ramabhadra\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ramabhadra/v9/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ramaraja\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ramaraja/v4/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rambla\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rambla/v7/snfrs0ip98hx6mr0I7IONthkwQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/rambla/v7/snfps0ip98hx6mrEIbgKFN10wYKa.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rambla/v7/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/rambla/v7/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rammetto One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rammettoone/v8/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ranchers\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ranchers/v7/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rancho\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rancho/v10/46kulbzmXjLaqZRlbWXgd0RY1g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ranga\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ranga/v5/C8ct4cYisGb28p6CLDwZwmGE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ranga/v5/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rasa\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdg52sgC7S9XdZN8.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/rasa/v5/xn7vYHIn1mWmTqJelgiQV9w.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdlZ3sgC7S9XdZN8.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdnpwsgC7S9XdZN8.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdh5xsgC7S9XdZN8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rationale\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rationale/v11/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ravi Prakash\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/raviprakash/v6/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Red Hat Display\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIQ7wUr0m80wwYf0QCXZzYzUoTQ-jSgZYvdCQ.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIS7wUr0m80wwYf0QCXZzYzUoTg-D6kR47NCV5Z.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToDh2EbaDBAEdAbw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AZQbqrFIkJQb7zU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToRhuEbaDBAEdAbw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYYaKrFIkJQb7zU.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoTofhmEbaDBAEdAbw.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYgaqrFIkJQb7zU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Red Hat Text\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Redressed\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/redressed/v10/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Reem Kufi\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/reemkufi/v7/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Reenie Beanie\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/reeniebeanie/v10/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Revalia\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/revalia/v7/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rhodium Libre\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rhodiumlibre/v4/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ribeye\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ribeye/v8/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ribeye Marrow\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ribeyemarrow/v9/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Righteous\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/righteous/v8/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Risque\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/risque/v7/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Roboto\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v20\",\n   \"lastModified\": \"2019-07-24\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Roboto Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v18\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Roboto Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjAoq3qcW7KCG1w.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xlDF4xlVMF-BfR8bXMIjhOkx6WX5CHC1wnFw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDgiVq2db6LAkU-.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk9a0f7qpB1U-Drg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIghMoX6-XqKC.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjhOq3qcW7KCG1w.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjC4iFq2db6LAkU-.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk461f7qpB1U-Drg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDwjlq2db6LAkU-.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk8azf7qpB1U-Drg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Roboto Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rochester\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rochester/v10/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rock Salt\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rocksalt/v10/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rokkitt\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v17\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Romanesco\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/romanesco/v8/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ropa Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ropasans/v9/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ropasans/v9/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rosario\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"300italic\",\n    \"italic\",\n    \"500italic\",\n    \"600italic\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v16\",\n   \"lastModified\": \"2019-10-24\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rosarivo\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rosarivo/v7/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/rosarivo/v7/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rouge Script\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rougescript/v8/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rozha One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rozhaone/v7/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rubik\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj1ma-2HW7ZB_.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nEldWY8WX06IB_18o.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV4nGp32S0H3f.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWEBXyIfDnIV7nErXmw1W3f9Ik.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjlma-2HW7ZB_.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElY2Z8WX06IB_18o.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iFma-2HW7ZB_.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElcWf8WX06IB_18o.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7FCilma-2HW7ZB_.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElf2d8WX06IB_18o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rubik Mono One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rubikmonoone/v8/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ruda\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ruda/v11/k3kfo8YQJOpFmn8XadbJM0A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ruda/v11/k3kQo8YQJOpFosM4Td7iL0nAMaM.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/ruda/v11/k3kQo8YQJOpFovs6Td7iL0nAMaM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rufina\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rufina/v7/Yq6V-LyURyLy-aKyoxRktOdClg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/rufina/v7/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ruge Boogie\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rugeboogie/v10/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ruluko\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ruluko/v7/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rum Raisin\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rumraisin/v7/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ruslan Display\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ruslandisplay/v10/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Russo One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/russoone/v8/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ruthie\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ruthie/v10/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Rye\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/rye/v7/r05XGLJT86YDFpTsXOqx4w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sacramento\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sacramento/v7/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sahitya\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sahitya/v4/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sahitya/v4/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sail\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sail/v10/DPEjYwiBxwYJFBTDADYAbvw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Saira\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/saira/v4/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/saira/v4/memwYa2wxmKQyOkgR5IdU6Uf.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Saira Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Saira Extra Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Saira Semi Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Saira Stencil One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sairastencilone/v1/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Salsa\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/salsa/v9/gNMKW3FiRpKj-imY8ncKEZez.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sanchez\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sanchez/v7/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sanchez/v7/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sancreek\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sancreek/v10/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sansita\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sansita/v4/QldONTRRphEb_-V7HBm7TXFf3qw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sarabun\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sarala\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sarala/v4/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sarala/v4/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sarina\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sarina/v8/-F6wfjF3ITQwasLhLkDUriBQxw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sarpanch\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sarpanch/v5/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Satisfy\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/satisfy/v10/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sawarabi Gothic\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"japanese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sawarabigothic/v8/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sawarabi Mincho\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"japanese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sawarabimincho/v10/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Scada\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/scada/v8/RLpxK5Pv5qumeWJoxzUobkvv.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/scada/v8/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/scada/v8/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/scada/v8/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Scheherazade\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v17\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/scheherazade/v17/YA9Ur0yF4ETZN60keViq1kQgt5OohvbJ9A.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/scheherazade/v17/YA9Lr0yF4ETZN60keViq1kQYC7yMjt3V_dB0Yw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Schoolbell\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/schoolbell/v10/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Scope One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/scopeone/v6/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Seaweed Script\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/seaweedscript/v7/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Secular One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/secularone/v4/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sedgwick Ave\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sedgwickave/v5/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sedgwick Ave Display\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sedgwickavedisplay/v5/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sevillana\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sevillana/v8/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Seymour One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Shadows Into Light\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shadowsintolight/v9/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Shadows Into Light Two\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shadowsintolighttwo/v7/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Shanti\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shanti/v11/t5thIREMM4uSDgzgU0ezpKfwzA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Share\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/share/v10/i7dEIFliZjKNF5VNHLq2cV5d.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/share/v10/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/share/v10/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/share/v10/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Share Tech\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sharetech/v9/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Share Tech Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sharetechmono/v9/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Shojumaru\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shojumaru/v7/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Short Stack\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shortstack/v9/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Shrikhand\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"gujarati\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/shrikhand/v5/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Siemreap\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/siemreap/v12/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sigmar One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sigmarone/v10/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Signika\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE_oEI3BDa0AdytM.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/signika/v10/vEFR2_JTCgwQ5ejvK1YsB3hod0k.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE44CI3BDa0AdytM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE-oDI3BDa0AdytM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Signika Negative\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipHD6z_iXAs.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/signikanegative/v10/E218_cfngu7HiRpPX3ZpNE4kY5zKUvKrrpno9zY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipHD6z_iXAs.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipHD6z_iXAs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Simonetta\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/simonetta/v10/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Single Day\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"korean\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/singleday/v1/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sintony\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sintony/v7/XoHm2YDqR7-98cVUITQnu98ojjs.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sintony/v7/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sirin Stencil\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sirinstencil/v8/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Six Caps\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sixcaps/v10/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Skranji\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/skranji/v7/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/skranji/v7/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Slabo 13px\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/slabo13px/v7/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Slabo 27px\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/slabo27px/v6/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Slackey\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/slackey/v10/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Smokum\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/smokum/v10/TK3iWkUbAhopmrdGHjUHte5fKg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Smythe\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/smythe/v10/MwQ3bhT01--coT1BOLh_uGInjA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sniglet\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sniglet/v11/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/sniglet/v11/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Snippet\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/snippet/v9/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Snowburst One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/snowburstone/v7/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sofadi One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sofadione/v8/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sofia\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sofia/v8/8QIHdirahM3j_vu-sowsrqjk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Solway\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-21\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/solway/v1/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Song Myung\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/songmyung/v8/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sonsie One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sonsieone/v8/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sorts Mill Goudy\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Source Code Pro\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-08-22\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztO0rzmmkDQ.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMbtecv7Gy0DRzS.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztO0rzmmkDQ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONN_tucv7Gy0DRzS.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOuHXvMY3xw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_QiYsKILxRpg3hIP6sJ7fM7PqlOOvTnsMnx3C9.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztO0rzmmkDQ.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMnt-cv7Gy0DRzS.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztO0rzmmkDQ.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMLsOcv7Gy0DRzS.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztO0rzmmkDQ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNvsecv7Gy0DRzS.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztO0rzmmkDQ.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNXs-cv7Gy0DRzS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Source Sans Pro\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-23\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Source Serif Pro\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Space Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Special Elite\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Spectral\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/spectral/v6/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Spectral SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/spectralsc/v5/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Spicy Rice\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/spicyrice/v8/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Spinnaker\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/spinnaker/v11/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Spirax\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/spirax/v8/buE3poKgYNLy0F3cXktt-Csn-Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Squada One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/squadaone/v8/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sree Krushnadevaraya\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sreekrushnadevaraya/v7/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sriracha\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sriracha/v4/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Srisakdi\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/srisakdi/v3/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/srisakdi/v3/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Staatliches\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/staatliches/v3/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stalemate\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stalemate/v7/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stalinist One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v25\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stalinistone/v25/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stardos Stencil\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-26\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stardosstencil/v10/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/stardosstencil/v10/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stint Ultra Condensed\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stintultracondensed/v8/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stint Ultra Expanded\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stintultraexpanded/v7/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stoke\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/stoke/v9/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/stoke/v9/z7NadRb7aTMfKONpfihK1YTV.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Strait\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/strait/v7/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Stylish\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/stylish/v8/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sue Ellen Francisco\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sueellenfrancisco/v10/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Suez One\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/suezone/v4/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sulphur Point\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sumana\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sumana/v4/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sumana/v4/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sunflower\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"500\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sunshiney\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sunshiney/v10/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Supermercado One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/supermercadoone/v9/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Sura\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/sura/v4/SZc23FL5PbyzFf5UWzXtjUM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/sura/v4/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Suranna\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/suranna/v7/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Suravaram\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/suravaram/v6/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Suwannaphum\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/suwannaphum/v13/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Swanky and Moo Moo\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/swankyandmoomoo/v9/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Syncopate\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/syncopate/v11/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/syncopate/v11/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tajawal\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/tajawal/v3/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tangerine\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tangerine/v11/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tangerine/v11/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Taprom\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"khmer\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/taprom/v11/UcCn3F82JHycULbFQyk3-0kvHg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tauri\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tauri/v8/TwMA-IISS0AM3IpVWHU_TBqO.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Taviraj\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Teko\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gTaR3pCtBtVs.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Telex\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/telex/v8/ieVw2Y1fKWmIO9fTB1piKFIf.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tenali Ramakrishna\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tenaliramakrishna/v6/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tenor Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tenorsans/v11/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Text Me One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/textmeone/v7/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Thasadith\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/thasadith/v3/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"The Girl Next Door\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/thegirlnextdoor/v10/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tienne\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tienne/v12/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tillana\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tillana/v5/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Timmana\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"telugu\",\n    \"latin\"\n   ],\n   \"version\": \"v4\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/timmana/v4/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tinos\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"hebrew\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tinos/v13/buE4poGnedXvwgX8dGVh8TI-.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/tinos/v13/buE2poGnedXvwjX-fmFD9CI-4NU.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tinos/v13/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/tinos/v13/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Titan One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/titanone/v7/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Titillium Web\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tomorrow\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v2\",\n   \"lastModified\": \"2019-11-14\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Trade Winds\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tradewinds/v8/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Trirong\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"100\",\n    \"100italic\",\n    \"200\",\n    \"200italic\",\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"800\",\n    \"800italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"thai\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf\",\n    \"100italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf\",\n    \"200italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/trirong/v5/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf\",\n    \"800italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Trocchi\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/trocchi/v8/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Trochut\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/trochut/v7/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/trochut/v7/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/trochut/v7/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Trykker\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/trykker/v8/KtktALyWZJXudUPzhNnoOd2j22U.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Tulpen One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/tulpenone/v9/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Turret Road\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"800\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-09-17\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/turretroad/v1/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ubuntu\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ubuntu Condensed\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ubuntucondensed/v10/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ubuntu Mono\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"greek-ext\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Ultra\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/ultra/v12/zOLy4prXmrtY-tT6yLOD6NxF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Uncial Antiqua\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/uncialantiqua/v7/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Underdog\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/underdog/v8/CHygV-jCElj7diMroVSiU14GN2Il.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Unica One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/unicaone/v7/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"UnifrakturCook\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"700\": \"http://fonts.gstatic.com/s/unifrakturcook/v11/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"UnifrakturMaguntia\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/unifrakturmaguntia/v10/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Unkempt\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/unkempt/v11/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/unkempt/v11/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Unlock\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/unlock/v9/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Unna\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/unna/v13/AYCEpXzofN0NCpgBlGHCWFM.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/unna/v13/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/unna/v13/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/unna/v13/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"VT323\",\n   \"category\": \"monospace\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vt323/v11/pxiKyp0ihIEF2hsYHpT2dkNE.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vampiro One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vampiroone/v10/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Varela\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/varela/v10/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Varela Round\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"hebrew\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vast Shadow\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vastshadow/v9/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vesper Libre\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vibes\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"arabic\"\n   ],\n   \"version\": \"v1\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vibes/v1/QdVYSTsmIB6tmbd3HpbsuBlh.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vibur\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vibur/v10/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vidaloka\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v12\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vidaloka/v12/7cHrv4c3ipenMKlEass8yn4hnCci.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Viga\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/viga/v8/xMQbuFFdSaiX_QIjD4e2OX8.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Voces\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/voces/v9/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Volkhov\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vollkorn\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\",\n    \"900\",\n    \"900italic\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"greek\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb9GDoxxrvAnPhYGykuYkw2rQg1.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb7GDoxxrvAnPhYGxksaEgUqBg15TY.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxH2TGg-hhQ8_C_3.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUJA6jBAe-T_34DM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGSTWg-hhQ8_C_3.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUPQ7jBAe-T_34DM.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGqT2g-hhQ8_C_3.ttf\",\n    \"900italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUMw5jBAe-T_34DM.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Vollkorn SC\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\",\n    \"600\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v3\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Voltaire\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/voltaire/v9/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Waiting for the Sunrise\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/waitingforthesunrise/v10/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Wallpoet\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v11\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/wallpoet/v11/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Walter Turncoat\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/walterturncoat/v10/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Warnes\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/warnes/v9/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Wellfleet\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/wellfleet/v7/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Wendy One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/wendyone/v8/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Wire One\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/wireone/v10/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Work Sans\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\",\n    \"800\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-22\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/worksans/v5/QGYqz_wNahGAdqQ43Rh3H6DstfxA4OD3.ttf\",\n    \"200\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3s4HMn9JM6fnuKg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh314LMn9JM6fnuKg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43RhPe6rol_lQ4A.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3j4PMn9JM6fnuKg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3o4TMn9JM6fnuKg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4XMn9JM6fnuKg.ttf\",\n    \"800\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh324bMn9JM6fnuKg.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3_4fMn9JM6fnuKg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yanone Kaffeesatz\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"200\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v13\",\n   \"lastModified\": \"2019-12-05\",\n   \"files\": {\n    \"200\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yantramanav\",\n   \"category\": \"sans-serif\",\n   \"variants\": [\n    \"100\",\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"700\",\n    \"900\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"100\": \"http://fonts.gstatic.com/s/yantramanav/v5/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf\",\n    \"300\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/yantramanav/v5/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf\",\n    \"900\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yatra One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"devanagari\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v6\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/yatraone/v6/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yellowtail\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v10\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/yellowtail/v10/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yeon Sung\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"korean\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/yeonsung/v8/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yeseva One\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"vietnamese\",\n    \"latin\",\n    \"cyrillic\",\n    \"latin-ext\",\n    \"cyrillic-ext\"\n   ],\n   \"version\": \"v14\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/yesevaone/v14/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yesteryear\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v8\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/yesteryear/v8/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Yrsa\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"regular\",\n    \"500\",\n    \"600\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/yrsa/v5/wlp-gwnQFlxs5QvV-IwQwWc.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3f_83IQ73W5OcCk.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3dP73IQ73W5OcCk.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3bf63IQ73W5OcCk.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"ZCOOL KuaiLe\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zcoolkuaile/v5/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"ZCOOL QingKe HuangYou\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zcoolqingkehuangyou/v5/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"ZCOOL XiaoWei\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zcoolxiaowei/v5/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Zeyada\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\"\n   ],\n   \"version\": \"v9\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zeyada/v9/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Zhi Mang Xing\",\n   \"category\": \"handwriting\",\n   \"variants\": [\n    \"regular\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"chinese-simplified\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-11-05\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zhimangxing/v5/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Zilla Slab\",\n   \"category\": \"serif\",\n   \"variants\": [\n    \"300\",\n    \"300italic\",\n    \"regular\",\n    \"italic\",\n    \"500\",\n    \"500italic\",\n    \"600\",\n    \"600italic\",\n    \"700\",\n    \"700italic\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v5\",\n   \"lastModified\": \"2019-07-17\",\n   \"files\": {\n    \"300\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf\",\n    \"300italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf\",\n    \"regular\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf\",\n    \"italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf\",\n    \"500\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf\",\n    \"500italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf\",\n    \"600\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf\",\n    \"600italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf\",\n    \"700italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf\"\n   }\n  },\n  {\n   \"kind\": \"webfonts#webfont\",\n   \"family\": \"Zilla Slab Highlight\",\n   \"category\": \"display\",\n   \"variants\": [\n    \"regular\",\n    \"700\"\n   ],\n   \"subsets\": [\n    \"latin\",\n    \"latin-ext\"\n   ],\n   \"version\": \"v7\",\n   \"lastModified\": \"2019-07-16\",\n   \"files\": {\n    \"regular\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf\",\n    \"700\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf\"\n   }\n  }\n ]\n}\n', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1331079, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1577565291;s:8:\"response\";a:0:{}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"responsive-lightbox\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.2.2\";s:7:\"updated\";s:19:\"2019-11-25 11:20:08\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/responsive-lightbox/2.2.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:19:{s:31:\"10web-manager/10web-manager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/10web-manager\";s:4:\"slug\";s:13:\"10web-manager\";s:6:\"plugin\";s:31:\"10web-manager/10web-manager.php\";s:11:\"new_version\";s:6:\"1.2.52\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/10web-manager/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/10web-manager.1.2.52.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/10web-manager/assets/icon-256x256.png?rev=1957928\";s:2:\"1x\";s:66:\"https://ps.w.org/10web-manager/assets/icon-128x128.png?rev=1957928\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/10web-manager/assets/banner-1544x500.png?rev=2136310\";s:2:\"1x\";s:68:\"https://ps.w.org/10web-manager/assets/banner-772x250.png?rev=2136310\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"antispam-bee/antispam_bee.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/antispam-bee\";s:4:\"slug\";s:12:\"antispam-bee\";s:6:\"plugin\";s:29:\"antispam-bee/antispam_bee.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/antispam-bee.2.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=977629\";s:2:\"1x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=977629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/antispam-bee/assets/banner-1544x500.png?rev=1109432\";s:2:\"1x\";s:67:\"https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=1109432\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:5:\"5.1.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/coming-soon.5.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/coming-soon/assets/icon-256x256.jpg?rev=971699\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=1606731\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.jpg?rev=1368003\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"freetobook-reviews/freetobook-review-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/freetobook-review-widget\";s:4:\"slug\";s:24:\"freetobook-review-widget\";s:6:\"plugin\";s:47:\"freetobook-reviews/freetobook-review-widget.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/freetobook-review-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/freetobook-review-widget.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/freetobook-review-widget.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:6:\"5.3.10\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"iframe/iframe.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/iframe\";s:4:\"slug\";s:6:\"iframe\";s:6:\"plugin\";s:17:\"iframe/iframe.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/iframe/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/iframe.4.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:57:\"https://s.w.org/plugins/geopattern-icon/iframe_fbfbfb.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:60:\"https://ps.w.org/iframe/assets/banner-772x250.png?rev=606741\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"8.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"3.2.23\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.2.23.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.2.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=1694310\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=1694310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=1694310\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=1694310\";}s:11:\"banners_rtl\";a:0:{}}s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/php-compatibility-checker\";s:4:\"slug\";s:25:\"php-compatibility-checker\";s:6:\"plugin\";s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/php-compatibility-checker/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/php-compatibility-checker.1.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-256x256.png?rev=1446087\";s:2:\"1x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-128x128.png?rev=1446087\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/php-compatibility-checker/assets/banner-1544x500.png?rev=1446087\";s:2:\"1x\";s:80:\"https://ps.w.org/php-compatibility-checker/assets/banner-772x250.png?rev=1446087\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"redirect-all-types/redirect-all-types.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/redirect-all-types\";s:4:\"slug\";s:18:\"redirect-all-types\";s:6:\"plugin\";s:41:\"redirect-all-types/redirect-all-types.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/redirect-all-types/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/redirect-all-types.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/redirect-all-types.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"responsive-lightbox/responsive-lightbox.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/responsive-lightbox\";s:4:\"slug\";s:19:\"responsive-lightbox\";s:6:\"plugin\";s:43:\"responsive-lightbox/responsive-lightbox.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/responsive-lightbox/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/responsive-lightbox.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/responsive-lightbox/assets/icon-256x256.png?rev=1872740\";s:2:\"1x\";s:72:\"https://ps.w.org/responsive-lightbox/assets/icon-128x128.png?rev=1872740\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/responsive-lightbox/assets/banner-772x250.jpg?rev=1872740\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"sg-cachepress/sg-cachepress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/sg-cachepress\";s:4:\"slug\";s:13:\"sg-cachepress\";s:6:\"plugin\";s:31:\"sg-cachepress/sg-cachepress.php\";s:11:\"new_version\";s:6:\"5.3.10\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/sg-cachepress/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/sg-cachepress.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/sg-cachepress/assets/icon-256x256.png?rev=2124572\";s:2:\"1x\";s:58:\"https://ps.w.org/sg-cachepress/assets/icon.svg?rev=2124570\";s:3:\"svg\";s:58:\"https://ps.w.org/sg-cachepress/assets/icon.svg?rev=2124570\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/sg-cachepress/assets/banner-1544x500.png?rev=2124572\";s:2:\"1x\";s:68:\"https://ps.w.org/sg-cachepress/assets/banner-772x250.png?rev=2124572\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.12.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"visual-form-builder/visual-form-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/visual-form-builder\";s:4:\"slug\";s:19:\"visual-form-builder\";s:6:\"plugin\";s:43:\"visual-form-builder/visual-form-builder.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/visual-form-builder/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/visual-form-builder.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840\";s:2:\"1x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-128x128.png?rev=1205840\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/visual-form-builder/assets/banner-1544x500.png?rev=1205840\";s:2:\"1x\";s:74:\"https://ps.w.org/visual-form-builder/assets/banner-772x250.png?rev=1205840\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"12.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.12.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}', 'no'),
(1331057, '_site_transient_timeout_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', '1578169602', 'no'),
(1331058, '_site_transient_php_check_fe52cf8c54c56c0fc14cfc3a8545dcce', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'no'),
(1331099, '_site_transient_timeout_theme_roots', '1577568551', 'no'),
(1331100, '_site_transient_theme_roots', 'a:11:{s:14:\"ambassador-PHP\";s:7:\"/themes\";s:10:\"ambassador\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1331074, 'theme_mods_ambassador-PHP', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:43;s:9:\"secondary\";i:7;}s:4:\"logo\";s:93:\"https://www.puertobarillas.com/welcome/wp-content/uploads/2019/05/Puerto-Barillas-Logo6-1.png\";}', 'yes'),
(1331080, '_site_transient_timeout_community-events-3e6d9855906bffbca4c26523b3fcb5ee', '1577608493', 'no'),
(1331081, '_site_transient_community-events-3e6d9855906bffbca4c26523b3fcb5ee', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"179.5.231.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:13:\"WordCamp Asia\";s:3:\"url\";s:31:\"https://2020.asia.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2020-02-21 00:00:00\";s:8:\"end_date\";s:19:\"2020-02-23 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Bangkok, Thailand\";s:7:\"country\";s:2:\"TH\";s:8:\"latitude\";d:13.7248933999999991328877513296902179718017578125;s:9:\"longitude\";d:100.49268299999999953797669149935245513916015625;}}}}', 'no'),
(1331093, '_transient_timeout_rl-attachment_ids_by_url', '1577651747', 'no'),
(1331094, '_transient_rl-attachment_ids_by_url', 'a:1:{s:93:\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\";i:730;}', 'no'),
(1331084, 'responsive_lightbox_settings', 'a:27:{s:4:\"tour\";b:1;s:6:\"script\";s:8:\"swipebox\";s:8:\"selector\";s:8:\"lightbox\";s:15:\"default_gallery\";s:7:\"default\";s:15:\"builder_gallery\";s:9:\"basicgrid\";s:27:\"default_woocommerce_gallery\";s:7:\"default\";s:9:\"galleries\";b:1;s:18:\"gallery_image_size\";s:4:\"full\";s:19:\"gallery_image_title\";s:7:\"default\";s:21:\"gallery_image_caption\";s:7:\"default\";s:20:\"force_custom_gallery\";b:0;s:28:\"woocommerce_gallery_lightbox\";b:0;s:6:\"videos\";b:1;s:7:\"widgets\";b:0;s:8:\"comments\";b:0;s:11:\"image_links\";b:1;s:11:\"image_title\";s:7:\"default\";s:13:\"image_caption\";s:7:\"default\";s:17:\"images_as_gallery\";b:0;s:19:\"deactivation_delete\";b:0;s:13:\"loading_place\";s:6:\"header\";s:19:\"conditional_loading\";b:0;s:20:\"enable_custom_events\";b:0;s:13:\"custom_events\";s:12:\"ajaxComplete\";s:14:\"update_version\";i:2;s:13:\"update_notice\";b:1;s:17:\"update_delay_date\";i:1578774923;}', 'no'),
(1331085, 'responsive_lightbox_configuration', 'a:8:{s:8:\"swipebox\";a:8:{s:9:\"animation\";s:3:\"css\";s:15:\"force_png_icons\";b:0;s:17:\"hide_close_mobile\";b:0;s:18:\"remove_bars_mobile\";b:0;s:9:\"hide_bars\";b:1;s:15:\"hide_bars_delay\";i:5000;s:15:\"video_max_width\";i:1080;s:11:\"loop_at_end\";b:0;}s:11:\"prettyphoto\";a:21:{s:15:\"animation_speed\";s:6:\"normal\";s:9:\"slideshow\";b:0;s:15:\"slideshow_delay\";i:5000;s:18:\"slideshow_autoplay\";b:0;s:7:\"opacity\";i:75;s:10:\"show_title\";b:1;s:12:\"allow_resize\";b:1;s:12:\"allow_expand\";b:1;s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"separator\";s:1:\"/\";s:5:\"theme\";s:10:\"pp_default\";s:18:\"horizontal_padding\";i:20;s:10:\"hide_flash\";b:0;s:5:\"wmode\";s:6:\"opaque\";s:14:\"video_autoplay\";b:0;s:5:\"modal\";b:0;s:11:\"deeplinking\";b:0;s:15:\"overlay_gallery\";b:1;s:18:\"keyboard_shortcuts\";b:1;s:6:\"social\";b:0;}s:8:\"fancybox\";a:25:{s:5:\"modal\";b:0;s:12:\"show_overlay\";b:1;s:17:\"show_close_button\";b:1;s:20:\"enable_escape_button\";b:1;s:21:\"hide_on_overlay_click\";b:1;s:21:\"hide_on_content_click\";b:0;s:6:\"cyclic\";b:0;s:15:\"show_nav_arrows\";b:1;s:10:\"auto_scale\";b:1;s:9:\"scrolling\";s:3:\"yes\";s:16:\"center_on_scroll\";b:1;s:7:\"opacity\";b:1;s:15:\"overlay_opacity\";i:70;s:13:\"overlay_color\";s:4:\"#666\";s:10:\"title_show\";b:1;s:14:\"title_position\";s:7:\"outside\";s:11:\"transitions\";s:4:\"fade\";s:7:\"easings\";s:5:\"swing\";s:6:\"speeds\";i:300;s:12:\"change_speed\";i:300;s:11:\"change_fade\";i:100;s:7:\"padding\";i:5;s:6:\"margin\";i:5;s:11:\"video_width\";i:1080;s:12:\"video_height\";i:720;}s:4:\"nivo\";a:4:{s:6:\"effect\";s:4:\"fade\";s:22:\"click_overlay_to_close\";b:1;s:12:\"keyboard_nav\";b:1;s:13:\"error_message\";s:63:\"The requested content cannot be loaded. Please try again later.\";}s:13:\"imagelightbox\";a:6:{s:15:\"animation_speed\";i:250;s:12:\"preload_next\";b:1;s:15:\"enable_keyboard\";b:1;s:11:\"quit_on_end\";b:0;s:19:\"quit_on_image_click\";b:0;s:22:\"quit_on_document_click\";b:1;}s:6:\"tosrus\";a:9:{s:6:\"effect\";s:5:\"slide\";s:8:\"infinite\";b:1;s:4:\"keys\";b:0;s:8:\"autoplay\";b:1;s:14:\"pause_on_hover\";b:0;s:7:\"timeout\";i:4000;s:10:\"pagination\";b:1;s:15:\"pagination_type\";s:10:\"thumbnails\";s:14:\"close_on_click\";b:0;}s:12:\"featherlight\";a:6:{s:10:\"open_speed\";i:250;s:11:\"close_speed\";i:250;s:14:\"close_on_click\";s:10:\"background\";s:12:\"close_on_esc\";b:1;s:15:\"gallery_fade_in\";i:100;s:16:\"gallery_fade_out\";i:300;}s:8:\"magnific\";a:12:{s:10:\"disable_on\";i:0;s:9:\"mid_click\";b:1;s:9:\"preloader\";b:1;s:22:\"close_on_content_click\";b:1;s:25:\"close_on_background_click\";b:1;s:19:\"close_button_inside\";b:1;s:17:\"show_close_button\";b:1;s:17:\"enable_escape_key\";b:1;s:9:\"align_top\";b:0;s:22:\"fixed_content_position\";s:4:\"auto\";s:25:\"fixed_background_position\";s:4:\"auto\";s:15:\"auto_focus_last\";b:1;}}', 'no'),
(1331086, 'responsive_lightbox_folders', 'a:6:{s:6:\"active\";b:1;s:14:\"media_taxonomy\";s:15:\"rl_media_folder\";s:10:\"media_tags\";s:12:\"rl_media_tag\";s:15:\"jstree_wholerow\";b:1;s:12:\"show_in_menu\";b:0;s:15:\"folders_removal\";b:1;}', 'no'),
(1331087, 'responsive_lightbox_builder', 'a:8:{s:15:\"gallery_builder\";b:1;s:10:\"categories\";b:1;s:4:\"tags\";b:1;s:9:\"permalink\";s:10:\"rl_gallery\";s:20:\"permalink_categories\";s:11:\"rl_category\";s:14:\"permalink_tags\";s:6:\"rl_tag\";s:8:\"archives\";b:1;s:17:\"archives_category\";s:3:\"all\";}', 'no'),
(1331088, 'responsive_lightbox_remote_library', 'a:6:{s:6:\"active\";b:1;s:7:\"caching\";b:0;s:12:\"cache_expiry\";i:1;s:6:\"flickr\";a:2:{s:6:\"active\";b:0;s:7:\"api_key\";s:0:\"\";}s:8:\"unsplash\";a:2:{s:6:\"active\";b:0;s:7:\"api_key\";s:0:\"\";}s:9:\"wikimedia\";a:1:{s:6:\"active\";b:1;}}', 'no'),
(1331089, 'responsive_lightbox_version', '2.2.2', 'no'),
(1331090, 'widget_responsive_lightbox_gallery_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1331091, 'widget_responsive_lightbox_image_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1331092, 'responsive_lightbox_activation_date', '1577565323', 'yes'),
(1331095, '_transient_timeout_hermes-fd5de796a942e9a584dc97049980af7c', '1577651761', 'no'),
(1331096, '_transient_hermes-fd5de796a942e9a584dc97049980af7c', 'a:2:{s:5:\"width\";i:185;s:6:\"height\";i:136;}', 'no'),
(1331097, '_site_transient_timeout_php_check_d1959de4b7de84f195ea226c4728f095', '1578171535', 'no'),
(1331098, '_site_transient_php_check_d1959de4b7de84f195ea226c4728f095', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10241, 1073, 'id_field', 'ID'),
(10188, 1074, 'filter', 'raw'),
(10189, 1074, 'id_field', 'ID'),
(10243, 1075, 'id_field', 'ID'),
(10242, 1075, 'filter', 'raw'),
(10192, 1076, 'filter', 'raw'),
(10193, 1076, 'id_field', 'ID'),
(10194, 1077, 'filter', 'raw'),
(10195, 1077, 'id_field', 'ID'),
(10079, 1030, 'wpml_media_processed', '1'),
(7886, 783, '_edit_lock', '1388789783:1'),
(10034, 1012, 'wpml_media_processed', '1'),
(10035, 1012, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture4.jpg'),
(10036, 1012, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2014/03/Puerto_Barillas_Picture4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-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:\"Puerto_Barillas_Picture4-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture4-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture4-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10114, 1044, 'wpml_media_processed', '1'),
(10115, 1044, '_wp_attached_file', '2014/03/Promo1-1400x4003.jpg'),
(10116, 1044, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2014/03/Promo1-1400x4003.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4003-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:\"Promo1-1400x4003-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4003-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4003-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4003-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4003-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:27:\"Promo1-1400x4003-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:26:\"Promo1-1400x4003-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10074, 1028, 'wpml_media_processed', '1'),
(10075, 1028, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture11.jpg'),
(10076, 1028, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-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:\"Puerto_Barillas_Picture11-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(40, 12, '_menu_item_url', 'http://www.puertobarillas.com/welcome/'),
(39, 12, '_menu_item_xfn', ''),
(38, 12, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 12, '_menu_item_target', ''),
(36, 12, '_menu_item_object', 'custom'),
(35, 12, '_menu_item_object_id', '12'),
(34, 12, '_menu_item_menu_item_parent', '0'),
(33, 12, '_menu_item_type', 'custom'),
(55, 16, '_edit_last', '1'),
(56, 16, '_wp_page_template', 'default'),
(57, 16, 'hermes_post_display_featured', 'No'),
(58, 16, 'hermes_post_display_slideshow', ''),
(59, 16, 'hermes_post_display_slideshow_autoplay', ''),
(60, 16, 'hermes_post_display_slideshow_speed', ''),
(61, 16, '_edit_lock', '1558388449:1'),
(62, 18, '_edit_last', '1'),
(63, 18, '_wp_page_template', 'default'),
(64, 18, 'hermes_post_display_featured', 'No'),
(65, 18, 'hermes_post_display_slideshow', NULL),
(66, 18, 'hermes_post_display_slideshow_autoplay', NULL),
(67, 18, 'hermes_post_display_slideshow_speed', ''),
(68, 18, '_edit_lock', '1553201654:1'),
(69, 20, '_edit_last', '1'),
(70, 20, '_wp_page_template', 'default'),
(71, 20, 'hermes_post_display_featured', 'No'),
(72, 20, 'hermes_post_display_slideshow', ''),
(73, 20, 'hermes_post_display_slideshow_autoplay', ''),
(74, 20, 'hermes_post_display_slideshow_speed', ''),
(75, 20, '_edit_lock', '1450828808:1'),
(76, 22, '_edit_last', '1'),
(77, 22, '_wp_page_template', 'default'),
(78, 22, 'hermes_post_display_featured', 'No'),
(79, 22, 'hermes_post_display_slideshow', NULL),
(80, 22, 'hermes_post_display_slideshow_autoplay', NULL),
(81, 22, 'hermes_post_display_slideshow_speed', ''),
(82, 22, '_edit_lock', '1467952727:1'),
(83, 24, '_edit_last', '1'),
(84, 24, '_wp_page_template', 'page-templates/gallery.php'),
(85, 24, 'hermes_post_display_featured', 'No'),
(86, 24, 'hermes_post_display_slideshow', NULL),
(87, 24, 'hermes_post_display_slideshow_autoplay', NULL),
(88, 24, 'hermes_post_display_slideshow_speed', ''),
(89, 24, '_edit_lock', '1525308836:1'),
(90, 26, '_menu_item_type', 'post_type'),
(91, 26, '_menu_item_menu_item_parent', '0'),
(92, 26, '_menu_item_object_id', '24'),
(93, 26, '_menu_item_object', 'page'),
(94, 26, '_menu_item_target', ''),
(95, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(96, 26, '_menu_item_xfn', ''),
(97, 26, '_menu_item_url', ''),
(153, 33, '_edit_last', '1'),
(11487, 1297, '_wpas_done_all', '1'),
(11485, 1297, '_menu_item_url', ''),
(11484, 1297, '_menu_item_xfn', ''),
(11483, 1297, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(154, 33, '_wp_page_template', 'default'),
(108, 28, '_menu_item_type', 'post_type'),
(109, 28, '_menu_item_menu_item_parent', '0'),
(110, 28, '_menu_item_object_id', '20'),
(111, 28, '_menu_item_object', 'page'),
(112, 28, '_menu_item_target', ''),
(113, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(114, 28, '_menu_item_xfn', ''),
(115, 28, '_menu_item_url', ''),
(155, 33, 'hermes_post_display_featured', 'No'),
(117, 29, '_menu_item_type', 'post_type'),
(118, 29, '_menu_item_menu_item_parent', '0'),
(119, 29, '_menu_item_object_id', '18'),
(120, 29, '_menu_item_object', 'page'),
(121, 29, '_menu_item_target', ''),
(122, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(123, 29, '_menu_item_xfn', ''),
(124, 29, '_menu_item_url', ''),
(156, 33, 'hermes_post_display_slideshow', ''),
(126, 30, '_menu_item_type', 'post_type'),
(127, 30, '_menu_item_menu_item_parent', '0'),
(128, 30, '_menu_item_object_id', '16'),
(129, 30, '_menu_item_object', 'page'),
(130, 30, '_menu_item_target', ''),
(131, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(132, 30, '_menu_item_xfn', ''),
(133, 30, '_menu_item_url', ''),
(157, 33, 'hermes_post_display_slideshow_autoplay', ''),
(13212, 4839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/10/PB3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB3-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:14:\"PB3-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB3-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB3-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2046, 207, 'hermes_post_display_featured', 'No'),
(2045, 207, '_wp_page_template', 'default'),
(2044, 207, '_edit_lock', '1565656145:1'),
(2043, 207, '_edit_last', '1'),
(2042, 207, '_yoast_wpseo_linkdex', '52'),
(158, 33, 'hermes_post_display_slideshow_speed', ''),
(159, 33, '_edit_lock', '1464655432:1'),
(10069, 1026, 'wpml_media_processed', '1'),
(10070, 1026, '_wp_attached_file', '2014/03/Promo1-1400x4002.jpg'),
(10071, 1026, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2014/03/Promo1-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4002-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:\"Promo1-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:27:\"Promo1-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:26:\"Promo1-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10029, 1010, 'wpml_media_processed', '1'),
(10030, 1010, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture1.jpg'),
(10031, 1010, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2014/03/Puerto_Barillas_Picture1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-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:\"Puerto_Barillas_Picture1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture1-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture1-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(11580, 1316, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2013/11/IMG_2545.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2545-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:\"IMG_2545-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2545-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_2545-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_2545-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_2545-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_2545-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_2545-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:0;s:6:\"credit\";s:22:\"Andres Pohl Fotografia\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1458146996;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";}}'),
(11572, 239, '_wpml_media_featured', ''),
(11571, 239, '_redirect_url', ''),
(192, 41, '_edit_last', '1'),
(193, 41, '_wp_page_template', 'page-templates/fullwidth.php'),
(194, 41, 'hermes_post_display_featured', 'No'),
(195, 41, 'hermes_post_display_slideshow', ''),
(196, 41, 'hermes_post_display_slideshow_autoplay', ''),
(197, 41, 'hermes_post_display_slideshow_speed', ''),
(198, 41, '_edit_lock', '1388963525:1'),
(199, 43, '_edit_last', '1'),
(200, 43, '_wp_page_template', 'default'),
(201, 43, 'hermes_post_display_featured', 'No'),
(202, 43, 'hermes_post_display_slideshow', ''),
(203, 43, 'hermes_post_display_slideshow_autoplay', ''),
(204, 43, 'hermes_post_display_slideshow_speed', ''),
(205, 43, '_edit_lock', '1386447318:1'),
(206, 45, '_edit_last', '1'),
(207, 45, '_wp_page_template', 'default'),
(208, 45, 'hermes_post_display_featured', 'No'),
(209, 45, 'hermes_post_display_slideshow', ''),
(210, 45, 'hermes_post_display_slideshow_autoplay', ''),
(211, 45, 'hermes_post_display_slideshow_speed', ''),
(212, 45, '_edit_lock', '1429212591:1'),
(8935, 895, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2014/01/alojamiento1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento1-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:\"alojamiento1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(229, 50, '_menu_item_type', 'post_type'),
(230, 50, '_menu_item_menu_item_parent', '0'),
(231, 50, '_menu_item_object_id', '45'),
(232, 50, '_menu_item_object', 'page'),
(233, 50, '_menu_item_target', ''),
(234, 50, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(235, 50, '_menu_item_xfn', ''),
(236, 50, '_menu_item_url', ''),
(238, 51, '_menu_item_type', 'post_type'),
(239, 51, '_menu_item_menu_item_parent', '0'),
(240, 51, '_menu_item_object_id', '43'),
(241, 51, '_menu_item_object', 'page'),
(242, 51, '_menu_item_target', ''),
(243, 51, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(244, 51, '_menu_item_xfn', ''),
(245, 51, '_menu_item_url', ''),
(4712, 1, '_redirect_url', ''),
(277, 63, '_edit_last', '1'),
(278, 63, '_edit_lock', '1565656359:1'),
(279, 63, '_wp_page_template', 'default'),
(280, 63, 'hermes_post_display_featured', 'No'),
(281, 63, 'hermes_post_display_slideshow', NULL),
(282, 63, 'hermes_post_display_slideshow_autoplay', NULL),
(283, 63, 'hermes_post_display_slideshow_speed', ''),
(291, 68, '_edit_last', '1'),
(292, 68, '_edit_lock', '1472426168:1'),
(293, 68, '_wp_page_template', 'default'),
(294, 68, 'hermes_post_display_featured', 'No'),
(295, 68, 'hermes_post_display_slideshow', NULL),
(296, 68, 'hermes_post_display_slideshow_autoplay', NULL),
(297, 68, 'hermes_post_display_slideshow_speed', ''),
(415, 126, '_wp_attached_file', '2013/10/Puerto_Barillas_Atracction.jpg'),
(416, 126, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:341;s:4:\"file\";s:38:\"2013/10/Puerto_Barillas_Atracction.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-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:\"Puerto_Barillas_Atracction-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Atracction-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Atracction-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(411, 125, '_wp_attached_file', '2013/10/Puerto_Barillas_Atracction2.jpg'),
(412, 125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:341;s:4:\"file\";s:39:\"2013/10/Puerto_Barillas_Atracction2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-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:\"Puerto_Barillas_Atracction2-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Atracction2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(2122, 225, '_wp_attached_file', '2013/10/day-trip.jpg'),
(2123, 225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2293;s:6:\"height\";i:1728;s:4:\"file\";s:20:\"2013/10/day-trip.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"day-trip-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:\"day-trip-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"day-trip-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"day-trip-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"day-trip-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"day-trip-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"day-trip-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"day-trip-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(306, 74, '_wp_attached_file', '2013/10/3445704174_9ef6bddeec_b.jpg'),
(307, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2013/10/3445704174_9ef6bddeec_b.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-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:\"3445704174_9ef6bddeec_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:36:\"3445704174_9ef6bddeec_b-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:34:\"3445704174_9ef6bddeec_b-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:33:\"3445704174_9ef6bddeec_b-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(308, 75, '_wp_attached_file', '2013/10/3445705466_892f1c68c6_b.jpg'),
(309, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2013/10/3445705466_892f1c68c6_b.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-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:\"3445705466_892f1c68c6_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:36:\"3445705466_892f1c68c6_b-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:34:\"3445705466_892f1c68c6_b-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:33:\"3445705466_892f1c68c6_b-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(310, 76, '_wp_attached_file', '2013/10/barillasExit3.jpg'),
(311, 76, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2013/10/barillasExit3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"barillasExit3-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:\"barillasExit3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:25:\"barillasExit3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"barillasExit3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"barillasExit3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"barillasExit3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"barillasExit3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:6:\"Walter\";s:6:\"camera\";s:24:\"Canon PowerShot SD870 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231131729;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(312, 77, '_wp_attached_file', '2013/10/entrada.jpg'),
(313, 77, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4752;s:6:\"height\";i:2833;s:4:\"file\";s:19:\"2013/10/entrada.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"entrada-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:\"entrada-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"entrada-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"entrada-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:19:\"entrada-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:19:\"entrada-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"entrada-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"entrada-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1299044918;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(314, 78, '_wp_attached_file', '2013/10/Marinaweb.jpg'),
(315, 78, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:712;s:6:\"height\";i:534;s:4:\"file\";s:21:\"2013/10/Marinaweb.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Marinaweb-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:\"Marinaweb-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"Marinaweb-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"Marinaweb-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"Marinaweb-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"Marinaweb-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"Marinaweb-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316894219;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(8548, 837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2014/01/fotogallery1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fotogallery1-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:\"fotogallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"fotogallery1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"fotogallery1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"fotogallery1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"fotogallery1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"fotogallery1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326543733;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"13.761\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),
(8630, 840, 'hermes_post_display_featured', 'No'),
(8631, 840, 'hermes_post_display_slideshow', ''),
(8632, 840, 'hermes_post_display_slideshow_autoplay', ''),
(8633, 840, 'hermes_post_display_slideshow_speed', ''),
(327, 84, '_edit_last', '1'),
(328, 84, '_edit_lock', '1385416158:1'),
(338, 86, '_edit_lock', '1469859877:1'),
(331, 84, 'hermes_post_display_featured', 'No'),
(332, 84, 'hermes_post_display_slideshow', ''),
(333, 84, 'hermes_post_display_slideshow_autoplay', ''),
(334, 84, 'hermes_post_display_slideshow_speed', ''),
(337, 86, '_edit_last', '1'),
(346, 88, '_edit_lock', '1472417752:1'),
(345, 88, '_edit_last', '1'),
(341, 86, 'hermes_post_display_featured', 'No'),
(342, 86, 'hermes_post_display_slideshow', NULL),
(343, 86, 'hermes_post_display_slideshow_autoplay', NULL),
(344, 86, 'hermes_post_display_slideshow_speed', ''),
(350, 88, 'hermes_post_display_featured', ''),
(351, 88, 'hermes_post_display_slideshow', ''),
(352, 88, 'hermes_post_display_slideshow_autoplay', ''),
(353, 88, 'hermes_post_display_slideshow_speed', ''),
(354, 88, 'hermes_testimonial_author', 'Roger Mortimore'),
(355, 88, 'hermes_testimonial_country', 'Londres, Reino Unido'),
(356, 88, 'hermes_testimonial_date', '16 marzo 2012'),
(357, 88, 'hermes_testimonial_url', ''),
(358, 88, '_wp_old_slug', 'its-a-great-beach'),
(8808, 871, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:373;s:4:\"file\";s:22:\"2014/01/apartment5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment5-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:\"apartment5-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8789, 865, '_wp_attached_file', '2014/01/apartment1.jpg'),
(8790, 866, 'wpml_media_processed', '1'),
(8791, 866, '_wp_attached_file', '2014/01/apartment1.jpg'),
(8792, 866, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:416;s:4:\"file\";s:22:\"2014/01/apartment1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment1-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:\"apartment1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472038;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";}}'),
(2284, 275, '_wp_attached_file', '2013/10/RogerMortimore.jpg'),
(362, 91, '_edit_last', '1'),
(363, 91, '_wp_page_template', 'default'),
(364, 91, 'hermes_post_display_featured', 'No'),
(365, 91, 'hermes_post_display_slideshow', ''),
(366, 91, 'hermes_post_display_slideshow_autoplay', ''),
(367, 91, 'hermes_post_display_slideshow_speed', ''),
(368, 91, '_edit_lock', '1388765991:1'),
(8649, 840, 'wpml_media_processed', '1'),
(8650, 840, '_wp_attached_file', '2014/01/fotogallery1.jpg'),
(8651, 840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2014/01/fotogallery1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fotogallery1-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:\"fotogallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"fotogallery1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"fotogallery1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"fotogallery1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"fotogallery1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"fotogallery1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326543733;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"13.761\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),
(8652, 841, 'hermes_post_display_featured', 'No'),
(8653, 841, 'hermes_post_display_slideshow', ''),
(8654, 841, 'hermes_post_display_slideshow_autoplay', ''),
(8655, 841, 'hermes_post_display_slideshow_speed', ''),
(377, 107, '_edit_last', '1'),
(378, 107, '_wp_page_template', 'default'),
(379, 107, 'hermes_post_display_featured', 'No'),
(380, 107, 'hermes_post_display_slideshow', NULL),
(381, 107, 'hermes_post_display_slideshow_autoplay', NULL),
(382, 107, 'hermes_post_display_slideshow_speed', ''),
(383, 107, '_edit_lock', '1576833759:1'),
(10039, 1014, 'wpml_media_processed', '1'),
(10040, 1014, '_wp_attached_file', '2014/03/mono-1400x400.jpg'),
(10041, 1014, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2014/03/mono-1400x400.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"mono-1400x400-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:\"mono-1400x400-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"mono-1400x400-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:26:\"mono-1400x400-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"mono-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"mono-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"mono-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"mono-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(414, 125, '_edit_lock', '1381634513:1'),
(421, 1, '_edit_lock', '1462127116:1'),
(422, 1, '_edit_last', '1'),
(425, 1, 'hermes_post_display_featured', 'No'),
(426, 1, 'hermes_post_display_slideshow', ''),
(427, 1, 'hermes_post_display_slideshow_autoplay', ''),
(428, 1, 'hermes_post_display_slideshow_speed', ''),
(437, 133, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:418;s:6:\"height\";i:418;s:4:\"file\";s:31:\"2013/10/Kayaking-in-the-Bay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-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:\"Kayaking-in-the-Bay-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-418x400.jpg\";s:5:\"width\";i:418;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:30:\"Kayaking-in-the-Bay-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:29:\"Kayaking-in-the-Bay-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(431, 131, '_wp_attached_file', '2013/10/monkey-sanctuary-Jiquilisco.jpg'),
(432, 131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:2736;s:4:\"file\";s:39:\"2013/10/monkey-sanctuary-Jiquilisco.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-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:\"monkey-sanctuary-Jiquilisco-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"monkey-sanctuary-Jiquilisco-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:40:\"monkey-sanctuary-Jiquilisco-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:38:\"monkey-sanctuary-Jiquilisco-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:37:\"monkey-sanctuary-Jiquilisco-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326628786;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"30.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(433, 132, '_wp_attached_file', '2013/10/Sport-Fishing.jpg'),
(434, 132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:4:\"file\";s:25:\"2013/10/Sport-Fishing.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-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:\"Sport-Fishing-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Sport-Fishing-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:26:\"Sport-Fishing-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"Sport-Fishing-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"Sport-Fishing-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"u1050SW,S1050SW\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1266081121;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(436, 133, '_wp_attached_file', '2013/10/Kayaking-in-the-Bay.jpg'),
(440, 135, '_edit_last', '1'),
(441, 135, '_edit_lock', '1386438628:1'),
(442, 135, '_wp_page_template', 'default'),
(443, 135, 'hermes_post_display_featured', 'No'),
(444, 135, 'hermes_post_display_slideshow', ''),
(445, 135, 'hermes_post_display_slideshow_autoplay', ''),
(446, 135, 'hermes_post_display_slideshow_speed', ''),
(447, 137, '_edit_last', '1'),
(448, 137, '_wp_page_template', 'default'),
(449, 137, 'hermes_post_display_featured', 'No'),
(450, 137, 'hermes_post_display_slideshow', ''),
(451, 137, 'hermes_post_display_slideshow_autoplay', ''),
(452, 137, 'hermes_post_display_slideshow_speed', ''),
(453, 137, '_edit_lock', '1394292966:1'),
(454, 141, '_edit_last', '1'),
(455, 141, '_wp_page_template', 'default'),
(456, 141, 'hermes_post_display_featured', 'No'),
(457, 141, 'hermes_post_display_slideshow', ''),
(458, 141, 'hermes_post_display_slideshow_autoplay', ''),
(459, 141, 'hermes_post_display_slideshow_speed', ''),
(460, 141, '_edit_lock', '1401393560:1'),
(461, 143, '_menu_item_type', 'post_type'),
(462, 143, '_menu_item_menu_item_parent', '0'),
(463, 143, '_menu_item_object_id', '141'),
(464, 143, '_menu_item_object', 'page'),
(465, 143, '_menu_item_target', ''),
(466, 143, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(467, 143, '_menu_item_xfn', ''),
(468, 143, '_menu_item_url', ''),
(497, 148, '_menu_item_object_id', '146'),
(470, 144, '_menu_item_type', 'post_type'),
(471, 144, '_menu_item_menu_item_parent', '0'),
(472, 144, '_menu_item_object_id', '137'),
(473, 144, '_menu_item_object', 'page'),
(474, 144, '_menu_item_target', ''),
(475, 144, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(476, 144, '_menu_item_xfn', ''),
(477, 144, '_menu_item_url', ''),
(496, 148, '_menu_item_menu_item_parent', '0'),
(479, 145, '_menu_item_type', 'post_type'),
(480, 145, '_menu_item_menu_item_parent', '0'),
(481, 145, '_menu_item_object_id', '135'),
(482, 145, '_menu_item_object', 'page'),
(483, 145, '_menu_item_target', ''),
(484, 145, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(485, 145, '_menu_item_xfn', ''),
(486, 145, '_menu_item_url', ''),
(495, 148, '_menu_item_type', 'post_type'),
(488, 146, '_edit_last', '1'),
(489, 146, '_wp_page_template', 'default'),
(490, 146, 'hermes_post_display_featured', 'No'),
(491, 146, 'hermes_post_display_slideshow', ''),
(492, 146, 'hermes_post_display_slideshow_autoplay', ''),
(493, 146, 'hermes_post_display_slideshow_speed', ''),
(494, 146, '_edit_lock', '1386438103:1'),
(498, 148, '_menu_item_object', 'page'),
(499, 148, '_menu_item_target', ''),
(500, 148, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(501, 148, '_menu_item_xfn', ''),
(502, 148, '_menu_item_url', ''),
(504, 149, '_edit_last', '1'),
(505, 149, '_wp_page_template', 'default'),
(506, 149, 'hermes_post_display_featured', 'No'),
(507, 149, 'hermes_post_display_slideshow', ''),
(508, 149, 'hermes_post_display_slideshow_autoplay', ''),
(509, 149, 'hermes_post_display_slideshow_speed', ''),
(510, 149, '_edit_lock', '1386438803:1'),
(511, 151, '_edit_last', '1'),
(512, 151, '_wp_page_template', 'default'),
(513, 151, 'hermes_post_display_featured', 'No'),
(514, 151, 'hermes_post_display_slideshow', ''),
(515, 151, 'hermes_post_display_slideshow_autoplay', ''),
(516, 151, 'hermes_post_display_slideshow_speed', ''),
(517, 151, '_edit_lock', '1387642741:1'),
(518, 153, '_edit_last', '1'),
(519, 153, '_wp_page_template', 'default'),
(520, 153, 'hermes_post_display_featured', 'No'),
(521, 153, 'hermes_post_display_slideshow', NULL),
(522, 153, 'hermes_post_display_slideshow_autoplay', NULL),
(523, 153, 'hermes_post_display_slideshow_speed', ''),
(524, 153, '_edit_lock', '1464735621:1'),
(525, 155, '_menu_item_type', 'post_type'),
(526, 155, '_menu_item_menu_item_parent', '0'),
(527, 155, '_menu_item_object_id', '153'),
(528, 155, '_menu_item_object', 'page'),
(529, 155, '_menu_item_target', ''),
(530, 155, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(531, 155, '_menu_item_xfn', ''),
(532, 155, '_menu_item_url', ''),
(552, 158, '_edit_last', '1'),
(553, 158, '_wp_page_template', 'default'),
(543, 157, '_menu_item_type', 'post_type'),
(544, 157, '_menu_item_menu_item_parent', '0'),
(545, 157, '_menu_item_object_id', '149'),
(546, 157, '_menu_item_object', 'page'),
(547, 157, '_menu_item_target', ''),
(548, 157, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(549, 157, '_menu_item_xfn', ''),
(550, 157, '_menu_item_url', ''),
(554, 158, 'hermes_post_display_featured', 'No'),
(555, 158, 'hermes_post_display_slideshow', ''),
(556, 158, 'hermes_post_display_slideshow_autoplay', ''),
(557, 158, 'hermes_post_display_slideshow_speed', ''),
(558, 158, '_edit_lock', '1468797844:1'),
(559, 160, '_edit_last', '1'),
(560, 160, '_edit_lock', '1386438641:1'),
(561, 160, '_wp_page_template', 'default'),
(562, 160, 'hermes_post_display_featured', 'No'),
(563, 160, 'hermes_post_display_slideshow', ''),
(564, 160, 'hermes_post_display_slideshow_autoplay', ''),
(565, 160, 'hermes_post_display_slideshow_speed', ''),
(566, 162, '_edit_last', '1'),
(567, 162, '_wp_page_template', 'page-templates/fullwidth.php'),
(568, 162, 'hermes_post_display_featured', 'No'),
(569, 162, 'hermes_post_display_slideshow', ''),
(570, 162, 'hermes_post_display_slideshow_autoplay', ''),
(571, 162, 'hermes_post_display_slideshow_speed', ''),
(572, 162, '_edit_lock', '1390104868:1'),
(573, 164, '_menu_item_type', 'post_type'),
(574, 164, '_menu_item_menu_item_parent', '0'),
(575, 164, '_menu_item_object_id', '162'),
(576, 164, '_menu_item_object', 'page'),
(577, 164, '_menu_item_target', ''),
(578, 164, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(579, 164, '_menu_item_xfn', ''),
(580, 164, '_menu_item_url', ''),
(600, 167, '_edit_last', '1'),
(582, 165, '_menu_item_type', 'post_type'),
(583, 165, '_menu_item_menu_item_parent', '0'),
(584, 165, '_menu_item_object_id', '160'),
(585, 165, '_menu_item_object', 'page'),
(586, 165, '_menu_item_target', ''),
(587, 165, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(588, 165, '_menu_item_xfn', ''),
(589, 165, '_menu_item_url', ''),
(601, 167, '_wp_page_template', 'default'),
(591, 166, '_menu_item_type', 'post_type'),
(592, 166, '_menu_item_menu_item_parent', '0'),
(593, 166, '_menu_item_object_id', '158'),
(594, 166, '_menu_item_object', 'page'),
(595, 166, '_menu_item_target', ''),
(596, 166, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(597, 166, '_menu_item_xfn', ''),
(598, 166, '_menu_item_url', ''),
(602, 167, 'hermes_post_display_featured', 'No'),
(603, 167, 'hermes_post_display_slideshow', ''),
(604, 167, 'hermes_post_display_slideshow_autoplay', ''),
(605, 167, 'hermes_post_display_slideshow_speed', ''),
(606, 167, '_edit_lock', '1389395389:1'),
(607, 169, '_menu_item_type', 'post_type'),
(608, 169, '_menu_item_menu_item_parent', '31'),
(609, 169, '_menu_item_object_id', '167'),
(610, 169, '_menu_item_object', 'page'),
(611, 169, '_menu_item_target', ''),
(612, 169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(613, 169, '_menu_item_xfn', ''),
(614, 169, '_menu_item_url', ''),
(619, 141, '_yoast_wpseo_linkdex', '63'),
(618, 18, '_yoast_wpseo_linkdex', '76'),
(4954, 63, '_redirect_url', ''),
(632, 63, '_yoast_wpseo_linkdex', '67'),
(9582, 173, 'title', 'Albums'),
(9581, 173, 'meta_value', 'albums'),
(9580, 173, 'meta_key', 'name'),
(9579, 173, 'post_id', '173'),
(9622, 176, 'name', 'recent_images'),
(9621, 176, 'title', 'Recent images'),
(10386, 180, 'values', 'eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifQ=='),
(10384, 180, 'format_content', ''),
(10385, 180, 'styles', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),
(13382, 185, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(13380, 185, 'hidden_from_igw', ''),
(13381, 185, '__defaults_set', '1'),
(13379, 185, 'module_id', 'photocrati-nextgen_basic_album'),
(13325, 189, 'id_field', 'ID'),
(13324, 189, 'settings', 'eyJ3aWR0aCI6IiIsImhlaWdodCI6IiIsImxpbmsiOiIiLCJmbG9hdCI6IiIsInF1YWxpdHkiOiIxMDAiLCJjcm9wIjoiMCIsImRpc3BsYXlfd2F0ZXJtYXJrIjoiMCIsImRpc3BsYXlfcmVmbGVjdGlvbiI6IjAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm1vZGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJfZXJyb3JzIjpbXX0='),
(13323, 189, 'entity_types', 'WyJpbWFnZSJd'),
(13322, 189, '__defaults_set', '1'),
(13321, 189, 'hidden_from_igw', '1'),
(13318, 189, 'format_content', ''),
(13319, 189, 'hidden_from_ui', '1'),
(13320, 189, 'installed_at_version', '3.2.2'),
(6676, 688, 'filter', 'raw'),
(6677, 688, 'id_field', 'ID'),
(6680, 689, 'filter', 'raw'),
(6681, 689, 'id_field', 'ID'),
(6684, 690, 'filter', 'raw'),
(6685, 690, 'id_field', 'ID'),
(6688, 691, 'filter', 'raw'),
(6689, 691, 'id_field', 'ID'),
(6692, 692, 'filter', 'raw'),
(6693, 692, 'id_field', 'ID'),
(6696, 693, 'filter', 'raw'),
(6697, 693, 'id_field', 'ID'),
(13207, 4837, '_wp_attached_file', '2016/10/PB4.jpg'),
(6662, 674, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:609;s:6:\"height\";i:84;s:4:\"file\";s:19:\"2013/10/banner1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner1-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banner1-300x41.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"banner1-290x84.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"banner1-250x84.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"banner1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"banner1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(6661, 674, '_wp_attached_file', '2013/10/banner1.jpg'),
(6664, 684, '_wp_attached_file', '2013/10/labahia.jpg'),
(6665, 684, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:170;s:6:\"height\";i:169;s:4:\"file\";s:19:\"2013/10/labahia.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"labahia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:19:\"labahia-170x155.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"labahia-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"labahia-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(6913, 663, 'id_field', 'ID'),
(6912, 663, 'filter', 'raw'),
(9241, 670, 'id_field', 'ID'),
(9240, 670, 'filter', 'raw'),
(8762, 687, 'id_field', 'ID'),
(6673, 686, 'id_field', 'ID'),
(6672, 686, 'filter', 'raw'),
(8761, 687, 'filter', 'raw'),
(1259, 193, '_edit_lock', '1386435332:1'),
(13357, 184, 'hidden_from_ui', ''),
(13358, 184, 'installed_at_version', '3.2.2'),
(13356, 184, 'format_content', ''),
(13355, 184, 'name', 'photocrati-nextgen_basic_compact_album'),
(13352, 184, 'preview_image_relpath', 'photocrati-nextgen_basic_album#compact_preview.jpg'),
(13375, 185, 'name', 'photocrati-nextgen_basic_extended_album'),
(13376, 185, 'format_content', ''),
(13377, 185, 'hidden_from_ui', ''),
(13378, 185, 'installed_at_version', '3.2.2'),
(13373, 185, 'default_source', 'albums'),
(13374, 185, 'view_order', '10210'),
(13255, 186, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#thumb_preview.jpg'),
(13268, 186, 'aliases', 'WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),
(13267, 186, 'id_field', 'ID'),
(13256, 186, 'default_source', 'galleries'),
(13257, 186, 'view_order', '10000'),
(13258, 186, 'name', 'photocrati-nextgen_basic_thumbnails'),
(13254, 186, 'title', 'Miniaturas NextGEN Básicas'),
(13253, 186, 'meta_value', 'photocrati-nextgen_basic_thumbnails'),
(13285, 187, 'entity_types', 'WyJpbWFnZSJd'),
(13286, 187, 'settings', 'eyJnYWxsZXJ5X3dpZHRoIjoiNjAwIiwiZ2FsbGVyeV9oZWlnaHQiOiI0MDAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiY3ljbGVfaW50ZXJ2YWwiOiIxMCIsImltYWdlc19wZXJfcGFnZSI6IjEwIiwiZmxhc2hfZW5hYmxlZCI6IjAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfc3RyZXRjaF9pbWFnZSI6InRydWUiLCJmbGFzaF90cmFuc2l0aW9uX2VmZmVjdCI6InJhbmRvbSIsImZsYXNoX3NodWZmbGUiOiIxIiwiZmxhc2hfbmV4dF9vbl9jbGljayI6IjEiLCJmbGFzaF9uYXZpZ2F0aW9uX2JhciI6IjAiLCJmbGFzaF9sb2FkaW5nX2ljb24iOiIwIiwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOiIwIiwiZmxhc2hfc2xvd196b29tIjoiMCIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOiIwIiwiZmxhc2hfYmFja2dyb3VuZF9jb2xvciI6IjAwMDAwMCIsImZsYXNoX3RleHRfY29sb3IiOiJGRkZGRkYiLCJmbGFzaF9yb2xsb3Zlcl9jb2xvciI6IkNDMDAwMCIsImZsYXNoX3NjcmVlbl9jb2xvciI6IjAwMDAwMCIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIxIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJmbGFzaF9wYXRoIjoiIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0IiwiYXV0b3BsYXkiOjEsInBhdXNlb25ob3ZlciI6MSwiYXJyb3dzIjowLCJpbnRlcnZhbCI6MzAwMCwidHJhbnNpdGlvbl9zcGVlZCI6MzAwLCJ0cmFuc2l0aW9uX3N0eWxlIjoiZmFkZSIsIl9lcnJvcnMiOltdfQ=='),
(13281, 187, 'installed_at_version', '3.2.2'),
(13282, 187, 'module_id', 'photocrati-nextgen_basic_gallery'),
(13278, 187, 'name', 'photocrati-nextgen_basic_slideshow'),
(13279, 187, 'format_content', ''),
(13326, 189, 'aliases', 'WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),
(13306, 188, 'id_field', 'ID'),
(13307, 188, 'aliases', 'WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),
(13295, 188, 'preview_image_relpath', 'photocrati-nextgen_basic_imagebrowser#preview.jpg'),
(6885, 694, 'id_field', 'ID'),
(6884, 694, 'entity_ids', 'W10='),
(6883, 694, 'sortorder', 'W10='),
(6882, 694, 'excluded_container_ids', 'W10='),
(6881, 694, 'container_ids', 'Wzdd'),
(6880, 694, 'exclusions', 'W10='),
(6879, 694, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(6878, 694, 'slug', ''),
(6876, 694, 'source', 'galleries'),
(6877, 694, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(6875, 694, 'maximum_entity_count', '500'),
(6874, 694, 'returns', 'included'),
(6873, 694, 'order_direction', 'ASC'),
(6872, 694, 'order_by', 'sortorder'),
(6727, 661, 'id_field', 'ID'),
(6726, 661, 'filter', 'raw'),
(6571, 660, 'id_field', 'ID'),
(6569, 660, 'sortorder', 'W10='),
(6570, 660, 'entity_ids', 'W10='),
(6568, 660, 'excluded_container_ids', 'W10='),
(6567, 660, 'container_ids', 'W10='),
(6566, 660, 'exclusions', 'W10='),
(13312, 189, 'meta_value', 'photocrati-nextgen_basic_singlepic'),
(13341, 190, '__defaults_set', '1'),
(13340, 190, 'hidden_from_igw', ''),
(13339, 190, 'installed_at_version', '3.2.2'),
(13337, 190, 'format_content', ''),
(13338, 190, 'hidden_from_ui', ''),
(6558, 660, 'order_by', 'sortorder'),
(6559, 660, 'order_direction', 'ASC'),
(6560, 660, 'returns', 'included'),
(6561, 660, 'maximum_entity_count', '500'),
(6562, 660, 'source', 'galleries'),
(6563, 660, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(6564, 660, 'slug', ''),
(6565, 660, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(10339, 177, 'format_content', ''),
(10338, 177, 'scripts', ''),
(10337, 177, 'css_stylesheets', ''),
(10336, 177, 'code', ''),
(10382, 180, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),
(10383, 180, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.packed.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/nextgen_highslide_init.js'),
(10399, 181, 'format_content', ''),
(10400, 181, 'styles', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),
(10398, 181, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js'),
(10414, 182, 'format_content', ''),
(10415, 182, 'styles', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),
(10413, 182, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js'),
(10412, 182, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),
(10411, 182, 'code', 'class=\"shutterset_%GALLERY_NAME%\"'),
(10429, 183, 'format_content', ''),
(10428, 183, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js\r\n/wp-includes/js/thickbox/thickbox.js'),
(10427, 183, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-includes/js/thickbox/thickbox.css'),
(10426, 183, 'code', 'class=\'thickbox\' rel=\'%GALLERY_NAME%\''),
(10356, 178, 'values', 'eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifQ=='),
(10355, 178, 'styles', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),
(10354, 178, 'format_content', ''),
(10353, 178, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js'),
(10352, 178, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),
(10369, 179, 'format_content', ''),
(10370, 179, 'styles', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),
(10368, 179, 'scripts', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js\r\nhttp://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js'),
(2014, 41, 'hermes_attraction_distance', ''),
(2015, 63, '_yoast_wpseo_focuskw', 'Lodge'),
(2016, 63, '_yoast_wpseo_title', 'Lodge Hotel El Salvador Bahia de Jiquilisco Apartments and Accomodation'),
(2017, 63, '_yoast_wpseo_metadesc', 'Looking for a hotel? Jungle- style lodge accommodation. Apartments and treehouses in unspoiled lovely part of El Salvador, Bahia de Jiquilisco. Tours avail'),
(2018, 63, '_yoast_wpseo_metakeywords', 'hotel El Salvador bahia de jiquilisco'),
(13231, 865, '_wp_attachment_image_alt', 'Apartamento'),
(2029, 201, '_wp_attached_file', '2013/10/lodge.jpg'),
(2030, 201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:349;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2013/10/lodge.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lodge-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:17:\"lodge-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:17:\"lodge-349x400.jpg\";s:5:\"width\";i:349;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:17:\"lodge-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:17:\"lodge-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:16:\"lodge-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:15:\"lodge-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(2033, 206, '_menu_item_type', 'post_type'),
(2034, 206, '_menu_item_menu_item_parent', '0'),
(2035, 206, '_menu_item_object_id', '63'),
(2036, 206, '_menu_item_object', 'page'),
(2037, 206, '_menu_item_target', ''),
(2038, 206, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2039, 206, '_menu_item_xfn', ''),
(2040, 206, '_menu_item_url', ''),
(2047, 207, 'hermes_post_display_slideshow', NULL),
(2048, 207, 'hermes_post_display_slideshow_autoplay', NULL),
(2049, 207, 'hermes_post_display_slideshow_speed', ''),
(2065, 209, '_edit_last', '1'),
(2066, 209, '_edit_lock', '1565657638:1'),
(2067, 209, '_wp_page_template', 'default'),
(2068, 209, 'hermes_post_display_featured', 'No'),
(2069, 209, 'hermes_post_display_slideshow', NULL),
(2070, 209, 'hermes_post_display_slideshow_autoplay', NULL),
(2071, 209, 'hermes_post_display_slideshow_speed', ''),
(10015, 1005, 'wpml_media_processed', '1'),
(10016, 1005, '_wp_attached_file', '2014/03/Promo1.jpg'),
(10017, 1005, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2014/03/Promo1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Promo1-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:17:\"Promo1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Promo1-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:19:\"Promo1-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"Promo1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"Promo1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"Promo1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"Promo1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(2086, 211, '_menu_item_type', 'post_type'),
(2087, 211, '_menu_item_menu_item_parent', '206'),
(2088, 211, '_menu_item_object_id', '209'),
(2089, 211, '_menu_item_object', 'page'),
(2090, 211, '_menu_item_target', ''),
(2091, 211, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2092, 211, '_menu_item_xfn', ''),
(2093, 211, '_menu_item_url', ''),
(2095, 212, '_menu_item_type', 'post_type'),
(2096, 212, '_menu_item_menu_item_parent', '206'),
(2097, 212, '_menu_item_object_id', '207'),
(2098, 212, '_menu_item_object', 'page'),
(2099, 212, '_menu_item_target', ''),
(2100, 212, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2101, 212, '_menu_item_xfn', ''),
(2102, 212, '_menu_item_url', ''),
(2105, 220, '_wp_attached_file', '2013/10/Casa-de-arbol-2.jpg'),
(2106, 220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2013/10/Casa-de-arbol-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-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:\"Casa-de-arbol-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:26:\"Casa-de-arbol-2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:25:\"Casa-de-arbol-2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316891082;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.1\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4638, 18, '_yoast_wpseo_focuskw', 'activities'),
(2154, 239, '_edit_last', '1'),
(2157, 239, 'hermes_post_display_featured', 'No'),
(2158, 239, 'hermes_post_display_slideshow', NULL),
(2159, 239, 'hermes_post_display_slideshow_autoplay', NULL),
(2160, 239, 'hermes_post_display_slideshow_speed', ''),
(2175, 239, '_edit_lock', '1469765639:1'),
(2178, 242, '_wp_attached_file', '2013/10/discoverBJ.jpg'),
(2179, 242, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"file\";s:22:\"2013/10/discoverBJ.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"discoverBJ-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:\"discoverBJ-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"discoverBJ-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"discoverBJ-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"discoverBJ-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"discoverBJ-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"discoverBJ-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix S3Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1137496239;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.00285714285714\";s:5:\"title\";s:0:\"\";}}'),
(2187, 141, '_yoast_wpseo_title', 'Puerto Barillas Marina and Lodging, Bahia de Jiquilisco'),
(2186, 141, '_yoast_wpseo_focuskw', 'Puerto Barillas Marina and Lodging, Bahia de Jiquilisco'),
(2188, 141, '_yoast_wpseo_metadesc', 'Puerto Barillas Marina and Lodging'),
(2189, 141, '_yoast_wpseo_metakeywords', 'Puerto Barillas Marina and Lodging'),
(4637, 18, '_redirect_url', ''),
(2285, 275, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:809;s:6:\"height\";i:501;s:4:\"file\";s:26:\"2013/10/RogerMortimore.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-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:\"RogerMortimore-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-809x400.jpg\";s:5:\"width\";i:809;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:25:\"RogerMortimore-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:24:\"RogerMortimore-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:1328090820;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2286, 88, '_thumbnail_id', '275'),
(9570, 172, 'name', 'galleries'),
(9569, 172, 'title', 'Galleries'),
(9568, 172, 'meta_value', 'galleries'),
(9567, 172, 'meta_key', 'name'),
(9566, 172, 'post_id', '172'),
(9565, 172, 'meta_id', '6374'),
(9564, 172, 'filter', 'raw'),
(9578, 173, 'meta_id', '6383'),
(9577, 173, 'filter', 'raw'),
(9597, 174, 'format_content', ''),
(9596, 174, 'name', 'tags'),
(9595, 174, 'title', 'Tags'),
(9594, 174, 'meta_value', 'tags'),
(9593, 174, 'meta_key', 'name'),
(9592, 174, 'post_id', '174'),
(9591, 174, 'meta_id', '6392'),
(9609, 175, 'name', 'random_images'),
(9608, 175, 'title', 'Random Images'),
(9607, 175, 'meta_value', 'random_images'),
(9620, 176, 'meta_value', 'recent_images'),
(10335, 177, 'title', 'No lightbox'),
(10351, 178, 'code', 'class=\'ngg_lightbox\''),
(10425, 183, 'title', 'Thickbox'),
(10424, 183, 'name', 'thickbox'),
(9590, 174, 'filter', 'raw'),
(9606, 175, 'meta_key', 'name'),
(9605, 175, 'post_id', '175'),
(9604, 175, 'meta_id', '6401'),
(9603, 175, 'filter', 'raw'),
(9619, 176, 'meta_key', 'name'),
(9618, 176, 'post_id', '176'),
(9617, 176, 'meta_id', '6410'),
(9616, 176, 'filter', 'raw'),
(13280, 187, 'hidden_from_ui', ''),
(13277, 187, 'view_order', '10010'),
(13276, 187, 'default_source', 'galleries'),
(13296, 188, 'default_source', 'galleries'),
(4744, 382, '_wp_attached_file', '2013/10/Green-Blue-Red-3a.jpg'),
(4745, 382, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:87;s:4:\"file\";s:29:\"2013/10/Green-Blue-Red-3a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-3a-150x87.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-3a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:27:\"Green-Blue-Red-3a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(4742, 381, '_wp_attached_file', '2013/10/Green-Blue-Red-2a.jpg'),
(4743, 381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:93;s:4:\"file\";s:29:\"2013/10/Green-Blue-Red-2a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-2a-150x93.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-2a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:27:\"Green-Blue-Red-2a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(4740, 380, '_wp_attached_file', '2013/10/Green-Blue-Red-1a1.jpg'),
(4741, 380, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:69;s:4:\"file\";s:30:\"2013/10/Green-Blue-Red-1a1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Green-Blue-Red-1a1-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:29:\"Green-Blue-Red-1a1-130x69.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-1a1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(4174, 292, '_edit_last', '1'),
(4175, 292, '_wp_page_template', 'default'),
(4176, 292, 'hermes_post_display_featured', 'No'),
(4177, 292, 'hermes_post_display_slideshow', ''),
(4178, 292, 'hermes_post_display_slideshow_autoplay', ''),
(4179, 292, 'hermes_post_display_slideshow_speed', ''),
(4194, 292, '_edit_lock', '1405213596:1'),
(11482, 1297, '_menu_item_target', ''),
(11481, 1297, '_menu_item_object', 'page'),
(11480, 1297, '_menu_item_object_id', '33'),
(11479, 1297, '_menu_item_menu_item_parent', '0'),
(11478, 1297, '_menu_item_type', 'post_type'),
(11489, 1296, '_wpas_done_all', '1'),
(4205, 295, '_edit_last', '1'),
(4206, 295, '_wp_page_template', 'default'),
(4207, 295, 'hermes_post_display_featured', 'No'),
(4208, 295, 'hermes_post_display_slideshow', ''),
(4209, 295, 'hermes_post_display_slideshow_autoplay', ''),
(4210, 295, 'hermes_post_display_slideshow_speed', ''),
(4225, 295, '_edit_lock', '1386457560:1'),
(4227, 297, '_edit_last', '1'),
(4228, 297, '_wp_page_template', 'default'),
(4229, 297, 'hermes_post_display_featured', 'No'),
(4230, 297, 'hermes_post_display_slideshow', ''),
(4231, 297, 'hermes_post_display_slideshow_autoplay', ''),
(4232, 297, 'hermes_post_display_slideshow_speed', ''),
(4247, 297, '_edit_lock', '1386437945:1'),
(4249, 299, '_edit_last', '1'),
(4250, 299, '_wp_page_template', 'default'),
(4251, 299, 'hermes_post_display_featured', 'No'),
(4252, 299, 'hermes_post_display_slideshow', NULL),
(4253, 299, 'hermes_post_display_slideshow_autoplay', NULL),
(4254, 299, 'hermes_post_display_slideshow_speed', ''),
(4269, 299, '_edit_lock', '1498607997:1'),
(4270, 301, '_menu_item_type', 'post_type'),
(4271, 301, '_menu_item_menu_item_parent', '29'),
(4272, 301, '_menu_item_object_id', '299'),
(4273, 301, '_menu_item_object', 'page'),
(4274, 301, '_menu_item_target', ''),
(4275, 301, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4276, 301, '_menu_item_xfn', ''),
(4277, 301, '_menu_item_url', ''),
(11476, 1296, '_menu_item_url', ''),
(11475, 1296, '_menu_item_xfn', ''),
(11474, 1296, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11473, 1296, '_menu_item_target', ''),
(11472, 1296, '_menu_item_object', 'page'),
(11471, 1296, '_menu_item_object_id', '306'),
(11470, 1296, '_menu_item_menu_item_parent', '0'),
(11469, 1296, '_menu_item_type', 'post_type'),
(11488, 1295, '_wpas_done_all', '1'),
(11467, 1295, '_menu_item_url', ''),
(11466, 1295, '_menu_item_xfn', ''),
(4386, 306, '_edit_last', '1'),
(4387, 306, '_wp_page_template', 'default'),
(4388, 306, 'hermes_post_display_featured', 'No'),
(4389, 306, 'hermes_post_display_slideshow', ''),
(4390, 306, 'hermes_post_display_slideshow_autoplay', ''),
(4391, 306, 'hermes_post_display_slideshow_speed', ''),
(13397, 4905, '_wp_trash_meta_status', 'publish'),
(13398, 4905, '_wp_trash_meta_time', '1577565375'),
(13342, 190, 'entity_types', 'WyJpbWFnZSJd'),
(13343, 190, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIl9lcnJvcnMiOltdfQ=='),
(13344, 190, 'id_field', 'ID'),
(13345, 190, 'aliases', 'WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),
(13364, 184, 'id_field', 'ID'),
(13365, 184, 'aliases', 'WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),
(13384, 185, 'id_field', 'ID'),
(13385, 185, 'aliases', 'WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),
(13386, 107, '_yoast_wpseo_content_score', '60'),
(13393, 4733, '_yoast_wpseo_content_score', '60'),
(13245, 1180, '_yoast_wpseo_primary_category', ''),
(13244, 1180, '_yoast_wpseo_content_score', '30'),
(13243, 1180, 'hermes_post_display_slideshow_speed', ''),
(13242, 1180, 'hermes_post_display_slideshow_autoplay', NULL),
(13241, 1180, 'hermes_post_display_slideshow', NULL),
(4406, 306, '_edit_lock', '1386437936:1'),
(11577, 1316, '_wp_attached_file', '2013/11/IMG_2545.jpg'),
(11576, 1, '_thumbnail_id', '1106'),
(12829, 4782, '_wp_attached_file', '2013/10/DJI00526.jpg'),
(11567, 1057, '_edit_lock', '1462125581:1'),
(4433, 312, '_edit_last', '1'),
(4434, 312, '_wp_page_template', 'default'),
(4435, 312, 'hermes_post_display_featured', 'No'),
(4436, 312, 'hermes_post_display_slideshow', ''),
(4437, 312, 'hermes_post_display_slideshow_autoplay', ''),
(4438, 312, 'hermes_post_display_slideshow_speed', ''),
(4453, 312, '_edit_lock', '1389395262:1'),
(4454, 314, '_menu_item_type', 'post_type'),
(4455, 314, '_menu_item_menu_item_parent', '0'),
(4456, 314, '_menu_item_object_id', '312'),
(4457, 314, '_menu_item_object', 'page'),
(4458, 314, '_menu_item_target', ''),
(4459, 314, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4460, 314, '_menu_item_xfn', ''),
(4461, 314, '_menu_item_url', ''),
(12806, 460, '_yoast_wpseo_linkdex', '81'),
(12823, 460, '_yoast_wpseo_metakeywords', 'Adventure travel'),
(12809, 4776, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:885;s:6:\"height\";i:885;s:4:\"file\";s:20:\"2013/11/IMG_5452.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5452-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:\"IMG_5452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5452-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"IMG_5452-885x400.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_5452-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_5452-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_5452-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_5452-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_5452-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12776, 323, 'container_ids', 'WyI0Il0='),
(12777, 323, 'exclusions', 'WzEwNCwxMDUsMTA2LDEwNywxMDhd'),
(12778, 323, 'excluded_container_ids', 'W10='),
(12779, 323, 'sortorder', 'W10='),
(12780, 323, 'entity_ids', 'W10='),
(12781, 323, 'id_field', 'ID'),
(12808, 4776, '_wp_attached_file', '2013/11/IMG_5452.jpg'),
(12798, 460, '_yoast_wpseo_content_score', '60'),
(12799, 460, '_yoast_wpseo_primary_category', ''),
(12802, 460, '_wp_old_slug', 'kayak-en-bahia-de-jiquilisco'),
(12803, 460, '_yoast_wpseo_focuskw_text_input', 'Nature'),
(12817, 460, '_yoast_wpseo_metadesc', 'Puerto Barillas Lodge is the perfect destination for adventure and nature travel lovers. Paddle the kayak through different mangrove canals.'),
(12804, 460, '_yoast_wpseo_focuskw', 'Nature'),
(12818, 4776, '_wp_attachment_image_alt', 'Kayaking Bahia de Hiquilisco'),
(12805, 460, '_yoast_wpseo_title', 'Adventure and Nature lovers Kayaking El Salvador'),
(12771, 323, 'source', 'galleries'),
(12772, 323, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(12773, 323, 'slug', ''),
(12774, 323, '__defaults_set', '1'),
(12775, 323, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(12770, 323, 'maximum_entity_count', '500'),
(12769, 323, 'returns', 'included'),
(12768, 323, 'order_direction', 'ASC'),
(12767, 323, 'order_by', 'sortorder'),
(4531, 1, '_wp_old_slug', 'hello-world'),
(10593, 1129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/2446abfad76e829134abaf83d862d5f7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-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:\"2446abfad76e829134abaf83d862d5f7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"2446abfad76e829134abaf83d862d5f7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"2446abfad76e829134abaf83d862d5f7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10592, 1129, '_wp_attached_file', '2014/06/2446abfad76e829134abaf83d862d5f7.jpg'),
(10591, 1129, 'wpml_media_processed', '1'),
(4562, 225, '_edit_lock', '1382928383:1'),
(13038, 4799, '_menu_item_type', 'post_type'),
(13098, 4805, '_menu_item_xfn', ''),
(13099, 4805, '_menu_item_url', ''),
(13036, 4798, '_menu_item_url', ''),
(13035, 4798, '_menu_item_xfn', ''),
(13034, 4798, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4606, 342, '_edit_last', '1'),
(4607, 342, '_edit_lock', '1405650803:1'),
(4608, 342, '_wp_page_template', 'default'),
(4609, 342, '_redirect_url', ''),
(4610, 342, 'hermes_post_display_featured', 'No'),
(4611, 342, 'hermes_post_display_slideshow', ''),
(4612, 342, 'hermes_post_display_slideshow_autoplay', ''),
(4613, 342, 'hermes_post_display_slideshow_speed', ''),
(4732, 167, '_redirect_url', ''),
(4639, 18, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(4640, 18, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(4641, 18, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8372, 823, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8383, 823, '_yoast_wpseo_linkdex', '41'),
(8384, 827, '_yoast_wpseo_focuskw', 'activities'),
(8385, 827, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8386, 827, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8387, 827, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10568, 1125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-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:\"b6fd69ce54398a3d1f9ff0489d8e0d76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"b6fd69ce54398a3d1f9ff0489d8e0d76-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"b6fd69ce54398a3d1f9ff0489d8e0d76-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8398, 827, '_yoast_wpseo_linkdex', '41'),
(8399, 825, '_yoast_wpseo_focuskw', 'activities'),
(8400, 825, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8401, 825, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8402, 825, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(10567, 1125, '_wp_attached_file', '2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg'),
(10566, 1125, 'wpml_media_processed', '1'),
(10565, 1125, 'hermes_post_display_slideshow_speed', ''),
(10564, 1125, 'hermes_post_display_slideshow_autoplay', ''),
(10563, 1125, 'hermes_post_display_slideshow', ''),
(10562, 1125, 'hermes_post_display_featured', 'No'),
(8413, 825, '_yoast_wpseo_linkdex', '41'),
(8414, 821, '_yoast_wpseo_focuskw', 'activities'),
(8415, 821, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8416, 821, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8417, 821, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8428, 821, '_yoast_wpseo_linkdex', '41'),
(8429, 829, '_yoast_wpseo_focuskw', 'activities'),
(8430, 829, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8431, 829, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8432, 829, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8443, 829, '_yoast_wpseo_linkdex', '41'),
(8444, 831, '_yoast_wpseo_focuskw', 'activities'),
(8445, 831, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8446, 831, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8447, 831, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8458, 831, '_yoast_wpseo_linkdex', '41'),
(8459, 833, '_yoast_wpseo_focuskw', 'activities'),
(8460, 833, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8461, 833, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(8462, 833, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(8473, 833, '_yoast_wpseo_linkdex', '41'),
(8519, 816, '_edit_lock', '1388960389:1'),
(8696, 843, '_wp_attached_file', '2014/01/NickM3.jpg'),
(8693, 842, 'wpml_media_processed', '1'),
(8694, 842, '_wp_attached_file', '2014/01/photogallery2.jpg'),
(8695, 842, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2014/01/photogallery2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"photogallery2-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:\"photogallery2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:25:\"photogallery2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"photogallery2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"photogallery2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"photogallery2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"photogallery2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1370164181;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00110497237569\";s:5:\"title\";s:0:\"\";}}'),
(4679, 364, '_edit_last', '1'),
(4680, 364, '_edit_lock', '1389372865:1'),
(4681, 364, '_wp_page_template', 'default'),
(4682, 364, '_redirect_url', ''),
(4683, 364, 'hermes_post_display_featured', 'No'),
(4684, 364, 'hermes_post_display_slideshow', ''),
(4685, 364, 'hermes_post_display_slideshow_autoplay', ''),
(4686, 364, 'hermes_post_display_slideshow_speed', ''),
(4701, 367, '_menu_item_type', 'post_type'),
(4702, 367, '_menu_item_menu_item_parent', '0'),
(4703, 367, '_menu_item_object_id', '364'),
(4704, 367, '_menu_item_object', 'page'),
(4705, 367, '_menu_item_target', ''),
(4706, 367, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4707, 367, '_menu_item_xfn', ''),
(4708, 367, '_menu_item_url', ''),
(4992, 435, 'order_by', 'sortorder'),
(4731, 306, '_redirect_url', 'http://bookinghotels.puertobarillas.com/'),
(4733, 151, '_redirect_url', ''),
(4734, 376, '_wp_attached_file', '2013/10/image0012.jpg'),
(4735, 376, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:85;s:4:\"file\";s:21:\"2013/10/image0012.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image0012-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"image0012-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"image0012-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(4753, 22, '_redirect_url', 'http://blogs.puertobarillas.com/'),
(4752, 388, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:326;s:4:\"file\";s:30:\"2013/10/under-construction.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"under-construction-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:\"under-construction-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:30:\"under-construction-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:30:\"under-construction-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:29:\"under-construction-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:28:\"under-construction-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(4751, 388, '_wp_attached_file', '2013/10/under-construction.jpg'),
(10502, 1116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-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:\"b6fd69ce54398a3d1f9ff0489d8e0d76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"b6fd69ce54398a3d1f9ff0489d8e0d76-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"b6fd69ce54398a3d1f9ff0489d8e0d76-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"b6fd69ce54398a3d1f9ff0489d8e0d76-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10501, 1116, '_wp_attached_file', '2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg'),
(4768, 297, '_redirect_url', ''),
(4769, 292, '_redirect_url', ''),
(4770, 107, '_redirect_url', ''),
(4771, 68, '_redirect_url', ''),
(4772, 299, '_redirect_url', ''),
(4773, 43, '_redirect_url', ''),
(4788, 146, '_redirect_url', ''),
(4803, 141, '_redirect_url', ''),
(4804, 312, '_redirect_url', ''),
(4805, 137, '_redirect_url', ''),
(10500, 1115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/526b86b2c56f95bdb8426c073f403dc3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"526b86b2c56f95bdb8426c073f403dc3-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:\"526b86b2c56f95bdb8426c073f403dc3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"526b86b2c56f95bdb8426c073f403dc3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"526b86b2c56f95bdb8426c073f403dc3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"526b86b2c56f95bdb8426c073f403dc3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"526b86b2c56f95bdb8426c073f403dc3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"526b86b2c56f95bdb8426c073f403dc3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10499, 1115, '_wp_attached_file', '2014/06/526b86b2c56f95bdb8426c073f403dc3.jpg'),
(9917, 137, '_wpml_media_featured', ''),
(4820, 135, '_redirect_url', ''),
(4835, 158, '_redirect_url', ''),
(10229, 1079, 'container_ids', 'Wzhd'),
(10213, 158, '_wpml_media_featured', ''),
(10212, 158, '_wpml_media_duplicate', ''),
(4850, 160, '_redirect_url', ''),
(4865, 45, '_redirect_url', 'http://www.puertobarillas.com/welcome/book_now/'),
(10498, 1114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/e798a06b0379a02706e687d7507d611f.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"e798a06b0379a02706e687d7507d611f-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:\"e798a06b0379a02706e687d7507d611f-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"e798a06b0379a02706e687d7507d611f-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"e798a06b0379a02706e687d7507d611f-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"e798a06b0379a02706e687d7507d611f-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"e798a06b0379a02706e687d7507d611f-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"e798a06b0379a02706e687d7507d611f-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10497, 1114, '_wp_attached_file', '2014/06/e798a06b0379a02706e687d7507d611f.jpg'),
(4880, 20, '_redirect_url', ''),
(4895, 24, '_redirect_url', 'https://www.freetobook.com/affiliates/reservation.php?w_id=21638&w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB'),
(4896, 149, '_redirect_url', ''),
(10496, 1113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/7e56f0aade4f257eca96a635ed95de68.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"7e56f0aade4f257eca96a635ed95de68-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:\"7e56f0aade4f257eca96a635ed95de68-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"7e56f0aade4f257eca96a635ed95de68-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"7e56f0aade4f257eca96a635ed95de68-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"7e56f0aade4f257eca96a635ed95de68-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"7e56f0aade4f257eca96a635ed95de68-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"7e56f0aade4f257eca96a635ed95de68-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(4911, 295, '_redirect_url', ''),
(4912, 153, '_redirect_url', ''),
(10495, 1113, '_wp_attached_file', '2014/06/7e56f0aade4f257eca96a635ed95de68.jpg'),
(4927, 162, '_redirect_url', ''),
(10410, 182, 'title', 'Shutter 2'),
(9611, 175, 'has_variations', '1'),
(9612, 175, 'variation', '0'),
(9613, 175, 'returns', 'WyJpbWFnZSJd'),
(9614, 175, 'aliases', 'WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),
(9615, 175, 'id_field', 'ID'),
(9623, 176, 'format_content', ''),
(9624, 176, 'has_variations', ''),
(9625, 176, 'variation', '0'),
(9626, 176, 'returns', 'WyJpbWFnZSJd'),
(9627, 176, 'aliases', 'WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),
(9628, 176, 'id_field', 'ID'),
(10381, 180, 'code', 'class=\"highslide\" onclick=\"return hs.expand(this, {slideshowGroup: \'%GALLERY_NAME%\'});\"'),
(10380, 180, 'title', 'Highslide'),
(10378, 180, 'meta_value', 'highslide'),
(10379, 180, 'name', 'highslide'),
(10377, 180, 'meta_key', 'name'),
(10376, 180, 'post_id', '180'),
(10396, 181, 'code', 'class=\"shutterset_%GALLERY_NAME%\"'),
(10397, 181, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),
(10395, 181, 'title', 'Shutter'),
(10394, 181, 'name', 'shutter'),
(10393, 181, 'meta_value', 'shutter'),
(10409, 182, 'name', 'shutter2'),
(10408, 182, 'meta_value', 'shutter2'),
(9600, 174, 'returns', 'WyJpbWFnZSJd'),
(9601, 174, 'aliases', 'WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),
(9602, 174, 'id_field', 'ID'),
(9610, 175, 'format_content', ''),
(9584, 173, 'format_content', ''),
(9585, 173, 'has_variations', ''),
(9586, 173, 'variation', '0'),
(9587, 173, 'returns', 'WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),
(9588, 173, 'aliases', 'WyJhbGJ1bSJd'),
(9589, 173, 'id_field', 'ID'),
(9598, 174, 'has_variations', ''),
(9599, 174, 'variation', '0'),
(9571, 172, 'format_content', ''),
(9572, 172, 'has_variations', ''),
(9573, 172, 'variation', '0'),
(9574, 172, 'returns', 'WyJpbWFnZSJd'),
(9575, 172, 'aliases', 'WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),
(9576, 172, 'id_field', 'ID'),
(9583, 173, 'name', 'albums'),
(8886, 864, 'id_field', 'ID'),
(8885, 864, 'filter', 'raw'),
(8706, 63, '_wpml_media_featured', ''),
(8707, 733, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(4997, 435, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(4996, 435, 'source', 'galleries'),
(4993, 435, 'order_direction', 'ASC'),
(4994, 435, 'returns', 'included'),
(4995, 435, 'maximum_entity_count', '500'),
(4998, 435, 'slug', ''),
(4999, 435, 'post_content', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ=='),
(5000, 435, 'post_content_filtered', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ=='),
(5001, 435, 'post_type', 'displayed_gallery'),
(5002, 435, 'post_title', 'Untitled displayed_gallery'),
(5003, 435, 'post_excerpt', ''),
(5004, 435, 'ID', '435'),
(5005, 435, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(5006, 435, 'exclusions', 'W10='),
(5007, 435, 'container_ids', 'W10='),
(5008, 435, 'excluded_container_ids', 'W10='),
(5009, 435, 'sortorder', 'W10='),
(5010, 435, 'entity_ids', 'W10='),
(5011, 435, 'post_password', ''),
(5012, 435, 'menu_order', '0'),
(5013, 435, 'id_field', 'ID'),
(5014, 436, 'order_by', 'sortorder'),
(5015, 436, 'order_direction', 'ASC'),
(5016, 436, 'returns', 'included'),
(5017, 436, 'maximum_entity_count', '500'),
(5018, 436, 'source', 'galleries'),
(5019, 436, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(5020, 436, 'slug', ''),
(5021, 436, 'post_content', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ=='),
(5022, 436, 'post_content_filtered', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ=='),
(5023, 436, 'post_type', 'displayed_gallery'),
(5024, 436, 'post_title', 'Untitled displayed_gallery'),
(5025, 436, 'post_excerpt', ''),
(5026, 436, 'ID', '436'),
(5027, 436, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(5028, 436, 'exclusions', 'W10='),
(5029, 436, 'container_ids', 'W10='),
(5030, 436, 'excluded_container_ids', 'W10='),
(5031, 436, 'sortorder', 'W10='),
(5032, 436, 'entity_ids', 'W10='),
(5033, 436, 'post_password', ''),
(5034, 436, 'menu_order', '0'),
(5035, 436, 'id_field', 'ID'),
(5039, 220, '_edit_lock', '1385340384:1'),
(10494, 1112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/85535bc01cebc47936cd5232d3b55cd7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"85535bc01cebc47936cd5232d3b55cd7-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:\"85535bc01cebc47936cd5232d3b55cd7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"85535bc01cebc47936cd5232d3b55cd7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"85535bc01cebc47936cd5232d3b55cd7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"85535bc01cebc47936cd5232d3b55cd7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"85535bc01cebc47936cd5232d3b55cd7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"85535bc01cebc47936cd5232d3b55cd7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10493, 1112, '_wp_attached_file', '2014/06/85535bc01cebc47936cd5232d3b55cd7.jpg'),
(10342, 177, 'display_settings', 'W10='),
(10341, 177, 'values', 'W10='),
(10340, 177, 'styles', ''),
(13048, 4800, '_menu_item_menu_item_parent', '4798'),
(13047, 4800, '_menu_item_type', 'post_type'),
(13045, 4799, '_menu_item_url', ''),
(13044, 4799, '_menu_item_xfn', ''),
(10492, 1111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/39414c6092ebac3cefbaa6a454af5f0d.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"39414c6092ebac3cefbaa6a454af5f0d-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:\"39414c6092ebac3cefbaa6a454af5f0d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"39414c6092ebac3cefbaa6a454af5f0d-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"39414c6092ebac3cefbaa6a454af5f0d-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"39414c6092ebac3cefbaa6a454af5f0d-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"39414c6092ebac3cefbaa6a454af5f0d-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"39414c6092ebac3cefbaa6a454af5f0d-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9299, 964, '_wp_attached_file', '2013/11/visitadeldia.jpg'),
(13134, 4746, '_wp_old_slug', 'beautiful-place-to-enjoy-nature-puerto-barillas'),
(10491, 1111, '_wp_attached_file', '2014/06/39414c6092ebac3cefbaa6a454af5f0d.jpg'),
(5164, 460, '_edit_last', '1'),
(5165, 460, '_edit_lock', '1469761444:1'),
(5168, 460, '_redirect_url', ''),
(5169, 460, 'hermes_post_display_featured', 'No'),
(5170, 460, 'hermes_post_display_slideshow', NULL),
(5171, 460, 'hermes_post_display_slideshow_autoplay', NULL),
(5172, 460, 'hermes_post_display_slideshow_speed', ''),
(8336, 821, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:468;s:4:\"file\";s:23:\"2014/01/Activities7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities7-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:\"Activities7-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1338719233;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00074294205052\";s:5:\"title\";s:0:\"\";}}'),
(5190, 462, '_edit_last', '1'),
(5191, 462, '_edit_lock', '1469420448:1'),
(5194, 462, '_redirect_url', ''),
(5195, 462, 'hermes_post_display_featured', 'No'),
(5196, 462, 'hermes_post_display_slideshow', NULL),
(5197, 462, 'hermes_post_display_slideshow_autoplay', NULL),
(5198, 462, 'hermes_post_display_slideshow_speed', ''),
(10490, 1110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/7493b13e8c74ceb7a6b91fc79a2335ad.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"7493b13e8c74ceb7a6b91fc79a2335ad-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:\"7493b13e8c74ceb7a6b91fc79a2335ad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"7493b13e8c74ceb7a6b91fc79a2335ad-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"7493b13e8c74ceb7a6b91fc79a2335ad-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"7493b13e8c74ceb7a6b91fc79a2335ad-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"7493b13e8c74ceb7a6b91fc79a2335ad-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"7493b13e8c74ceb7a6b91fc79a2335ad-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10489, 1110, '_wp_attached_file', '2014/06/7493b13e8c74ceb7a6b91fc79a2335ad.jpg'),
(8335, 821, '_wp_attached_file', '2014/01/Activities7.jpg'),
(5238, 84, '_thumbnail_id', '131'),
(5241, 84, '_redirect_url', ''),
(12844, 4784, '_wp_attached_file', '2013/10/IMG_6256.jpg'),
(8334, 821, 'wpml_media_processed', '1'),
(5245, 86, '_redirect_url', ''),
(5246, 460, '_thumbnail_id', '4776'),
(8333, 820, '_wp_attached_file', '2014/01/Activities7.jpg'),
(13206, 4836, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/10/PB1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB1-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:14:\"PB1-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB1-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB1-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5280, 467, '_edit_last', '1'),
(5281, 467, '_edit_lock', '1455323860:1'),
(5282, 467, '_wp_page_template', 'default'),
(5283, 467, '_redirect_url', 'http://www.puertobarillas.com/welcome/'),
(5284, 467, 'hermes_post_display_featured', 'No'),
(5285, 467, 'hermes_post_display_slideshow', ''),
(5286, 467, 'hermes_post_display_slideshow_autoplay', ''),
(5287, 467, 'hermes_post_display_slideshow_speed', ''),
(10488, 1109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/908da60f9cf790dc34e1e7ebf60de289.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"908da60f9cf790dc34e1e7ebf60de289-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:\"908da60f9cf790dc34e1e7ebf60de289-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"908da60f9cf790dc34e1e7ebf60de289-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"908da60f9cf790dc34e1e7ebf60de289-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"908da60f9cf790dc34e1e7ebf60de289-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"908da60f9cf790dc34e1e7ebf60de289-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"908da60f9cf790dc34e1e7ebf60de289-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10487, 1109, '_wp_attached_file', '2014/06/908da60f9cf790dc34e1e7ebf60de289.jpg'),
(10486, 1108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/89e3dd453aeab2a7033caa2148e90a26.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"89e3dd453aeab2a7033caa2148e90a26-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:\"89e3dd453aeab2a7033caa2148e90a26-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"89e3dd453aeab2a7033caa2148e90a26-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"89e3dd453aeab2a7033caa2148e90a26-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"89e3dd453aeab2a7033caa2148e90a26-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"89e3dd453aeab2a7033caa2148e90a26-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"89e3dd453aeab2a7033caa2148e90a26-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(13171, 4822, '_edit_lock', '1497306553:1'),
(13170, 4822, '_edit_last', '1'),
(10485, 1108, '_wp_attached_file', '2014/06/89e3dd453aeab2a7033caa2148e90a26.jpg'),
(12995, 4794, '_menu_item_object_id', '63'),
(12994, 4794, '_menu_item_menu_item_parent', '0'),
(12993, 4794, '_menu_item_type', 'post_type'),
(13013, 4796, '_menu_item_object_id', '207'),
(13014, 4796, '_menu_item_object', 'page'),
(13240, 1180, 'hermes_post_display_featured', 'No'),
(13239, 1180, '_redirect_url', ''),
(13246, 63, '_oembed_858aee3aefce15f57474077a19056604', '{{unknown}}'),
(13236, 1180, '_thumbnail_id', '1102'),
(13233, 24, '_yoast_wpseo_content_score', '30'),
(13235, 1102, '_wp_attachment_image_alt', 'Cacao Tour'),
(13081, 4803, '_menu_item_url', ''),
(13080, 4803, '_menu_item_xfn', ''),
(13079, 4803, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13078, 4803, '_menu_item_target', ''),
(13077, 4803, '_menu_item_object', 'page'),
(13076, 4803, '_menu_item_object_id', '24'),
(13075, 4803, '_menu_item_menu_item_parent', '0'),
(10484, 1107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/ff76ed0cbb3ccaef2ac61045569967d2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"ff76ed0cbb3ccaef2ac61045569967d2-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:\"ff76ed0cbb3ccaef2ac61045569967d2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"ff76ed0cbb3ccaef2ac61045569967d2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"ff76ed0cbb3ccaef2ac61045569967d2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"ff76ed0cbb3ccaef2ac61045569967d2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"ff76ed0cbb3ccaef2ac61045569967d2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"ff76ed0cbb3ccaef2ac61045569967d2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10483, 1107, '_wp_attached_file', '2014/06/ff76ed0cbb3ccaef2ac61045569967d2.jpg'),
(10482, 1106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/fa54ecfe648bdcddf753db48efee220f.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"fa54ecfe648bdcddf753db48efee220f-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:\"fa54ecfe648bdcddf753db48efee220f-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"fa54ecfe648bdcddf753db48efee220f-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"fa54ecfe648bdcddf753db48efee220f-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"fa54ecfe648bdcddf753db48efee220f-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"fa54ecfe648bdcddf753db48efee220f-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"fa54ecfe648bdcddf753db48efee220f-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(13195, 4835, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2016/08/Puerto_Barillas_Picture72-1400x400.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture72-1400x400-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:\"Puerto_Barillas_Picture72-1400x400-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture72-1400x400-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture72-1400x400-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture72-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture72-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_Picture72-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:44:\"Puerto_Barillas_Picture72-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture72-1400x400-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13194, 4835, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture72-1400x400.jpg'),
(10481, 1106, '_wp_attached_file', '2014/06/fa54ecfe648bdcddf753db48efee220f.jpg'),
(10480, 1105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/cb5d4f9ce15c755ca7be47252a8ba55a.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cb5d4f9ce15c755ca7be47252a8ba55a-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:\"cb5d4f9ce15c755ca7be47252a8ba55a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"cb5d4f9ce15c755ca7be47252a8ba55a-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"cb5d4f9ce15c755ca7be47252a8ba55a-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"cb5d4f9ce15c755ca7be47252a8ba55a-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"cb5d4f9ce15c755ca7be47252a8ba55a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"cb5d4f9ce15c755ca7be47252a8ba55a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10479, 1105, '_wp_attached_file', '2014/06/cb5d4f9ce15c755ca7be47252a8ba55a.jpg'),
(13297, 188, 'view_order', '10020'),
(13298, 188, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(13299, 188, 'format_content', ''),
(13300, 188, 'hidden_from_ui', ''),
(13301, 188, 'installed_at_version', '3.2.2'),
(13302, 188, 'hidden_from_igw', ''),
(13303, 188, '__defaults_set', '1'),
(13304, 188, 'entity_types', 'WyJpbWFnZSJd');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10478, 1104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/5184b42c5b72c3718c4e6689a477db44.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5184b42c5b72c3718c4e6689a477db44-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:\"5184b42c5b72c3718c4e6689a477db44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"5184b42c5b72c3718c4e6689a477db44-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"5184b42c5b72c3718c4e6689a477db44-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"5184b42c5b72c3718c4e6689a477db44-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"5184b42c5b72c3718c4e6689a477db44-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"5184b42c5b72c3718c4e6689a477db44-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10477, 1104, '_wp_attached_file', '2014/06/5184b42c5b72c3718c4e6689a477db44.jpg'),
(10476, 1103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/2446abfad76e829134abaf83d862d5f7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-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:\"2446abfad76e829134abaf83d862d5f7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"2446abfad76e829134abaf83d862d5f7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"2446abfad76e829134abaf83d862d5f7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"2446abfad76e829134abaf83d862d5f7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10475, 1103, '_wp_attached_file', '2014/06/2446abfad76e829134abaf83d862d5f7.jpg'),
(10230, 1079, 'excluded_container_ids', 'W10='),
(10228, 1079, 'exclusions', 'W10='),
(5777, 512, '_edit_last', '1'),
(5778, 512, '_wp_page_template', 'default'),
(5779, 512, '_redirect_url', ''),
(5780, 512, 'hermes_post_display_featured', 'No'),
(5781, 512, 'hermes_post_display_slideshow', ''),
(5782, 512, 'hermes_post_display_slideshow_autoplay', ''),
(5783, 512, 'hermes_post_display_slideshow_speed', ''),
(10474, 1102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/f5b1a23c83fbaedb37876ae56f7de000.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"f5b1a23c83fbaedb37876ae56f7de000-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:\"f5b1a23c83fbaedb37876ae56f7de000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"f5b1a23c83fbaedb37876ae56f7de000-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"f5b1a23c83fbaedb37876ae56f7de000-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"f5b1a23c83fbaedb37876ae56f7de000-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"f5b1a23c83fbaedb37876ae56f7de000-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"f5b1a23c83fbaedb37876ae56f7de000-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10473, 1102, '_wp_attached_file', '2014/06/f5b1a23c83fbaedb37876ae56f7de000.jpg'),
(5798, 512, '_edit_lock', '1466961701:1'),
(13126, 4808, '_menu_item_url', ''),
(13125, 4808, '_menu_item_xfn', ''),
(13124, 4808, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13121, 4808, '_menu_item_object_id', '167'),
(13122, 4808, '_menu_item_object', 'page'),
(13123, 4808, '_menu_item_target', ''),
(13120, 4808, '_menu_item_menu_item_parent', '4807'),
(13119, 4808, '_menu_item_type', 'post_type'),
(13115, 4807, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13116, 4807, '_menu_item_xfn', ''),
(13117, 4807, '_menu_item_url', ''),
(10472, 1101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2014/06/31c6394a5cd6d35ac89384ac27d6ce07.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"31c6394a5cd6d35ac89384ac27d6ce07-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:\"31c6394a5cd6d35ac89384ac27d6ce07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:44:\"31c6394a5cd6d35ac89384ac27d6ce07-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"31c6394a5cd6d35ac89384ac27d6ce07-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"31c6394a5cd6d35ac89384ac27d6ce07-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"31c6394a5cd6d35ac89384ac27d6ce07-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"31c6394a5cd6d35ac89384ac27d6ce07-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10471, 1101, '_wp_attached_file', '2014/06/31c6394a5cd6d35ac89384ac27d6ce07.jpg'),
(10470, 1099, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo6-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo6-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo6-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(13359, 184, 'module_id', 'photocrati-nextgen_basic_album'),
(13360, 184, 'hidden_from_igw', ''),
(13361, 184, '__defaults_set', '1'),
(13362, 184, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(13363, 184, 'settings', 'eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGVtcGxhdGUiOiIiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjAiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0Iiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJfZXJyb3JzIjpbXX0='),
(10469, 1100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo6-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo6-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo6-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(5915, 526, '_edit_last', '1'),
(5916, 526, '_edit_lock', '1386436200:1'),
(5917, 526, '_wp_page_template', 'default'),
(5918, 526, '_redirect_url', ''),
(5919, 526, 'hermes_post_display_featured', 'No'),
(5920, 526, 'hermes_post_display_slideshow', ''),
(5921, 526, 'hermes_post_display_slideshow_autoplay', ''),
(5922, 526, 'hermes_post_display_slideshow_speed', ''),
(10468, 1100, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo6.png'),
(10467, 1100, 'wpml_media_processed', '1'),
(10466, 1099, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo6.png'),
(13065, 4802, '_menu_item_type', 'post_type'),
(13095, 4805, '_menu_item_object', 'page'),
(13096, 4805, '_menu_item_target', ''),
(13063, 4801, '_menu_item_url', ''),
(13062, 4801, '_menu_item_xfn', ''),
(13061, 4801, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13060, 4801, '_menu_item_target', ''),
(10465, 1097, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:174;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo5-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo5-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo5-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10009, 1003, '_wp_attached_file', '2014/03/Promo.jpg'),
(10008, 1003, 'wpml_media_processed', '1'),
(5984, 532, '_edit_last', '1'),
(5985, 532, '_edit_lock', '1466973305:1'),
(5986, 532, '_wp_page_template', 'page-templates/fullwidth.php'),
(5987, 532, '_redirect_url', ''),
(5988, 532, 'hermes_post_display_featured', 'No'),
(5989, 532, 'hermes_post_display_slideshow', ''),
(5990, 532, 'hermes_post_display_slideshow_autoplay', ''),
(5991, 532, 'hermes_post_display_slideshow_speed', ''),
(10464, 1098, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:174;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo5-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo5-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo5-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10463, 1098, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo5.png'),
(10462, 1098, 'wpml_media_processed', '1'),
(13033, 4798, '_menu_item_target', ''),
(13018, 4796, '_menu_item_url', ''),
(13020, 4797, '_menu_item_type', 'post_type'),
(13021, 4797, '_menu_item_menu_item_parent', '4794'),
(13022, 4797, '_menu_item_object_id', '209'),
(13023, 4797, '_menu_item_object', 'page'),
(13024, 4797, '_menu_item_target', ''),
(13025, 4797, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13026, 4797, '_menu_item_xfn', ''),
(13027, 4797, '_menu_item_url', ''),
(13029, 4798, '_menu_item_type', 'post_type'),
(13030, 4798, '_menu_item_menu_item_parent', '0'),
(13031, 4798, '_menu_item_object_id', '18'),
(13032, 4798, '_menu_item_object', 'page'),
(13210, 4838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/10/PB2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB2-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:14:\"PB2-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB2-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB2-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13209, 4838, '_wp_attached_file', '2016/10/PB2.jpg'),
(13193, 4834, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:56:\"2016/08/Puerto_Barillas_Picture22-1400x4002-1400x400.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Puerto_Barillas_Picture22-1400x4002-1400x400-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:55:\"Puerto_Barillas_Picture22-1400x4002-1400x400-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Puerto_Barillas_Picture22-1400x4002-1400x400-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Puerto_Barillas_Picture22-1400x4002-1400x400-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:56:\"Puerto_Barillas_Picture22-1400x4002-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:56:\"Puerto_Barillas_Picture22-1400x4002-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:55:\"Puerto_Barillas_Picture22-1400x4002-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:54:\"Puerto_Barillas_Picture22-1400x4002-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:56:\"Puerto_Barillas_Picture22-1400x4002-1400x400-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13192, 4834, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture22-1400x4002-1400x400.jpg'),
(13218, 63, '_yoast_wpseo_focuskw_text_input', 'Lodge'),
(13017, 4796, '_menu_item_xfn', ''),
(13016, 4796, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13015, 4796, '_menu_item_target', ''),
(13011, 4796, '_menu_item_type', 'post_type'),
(13012, 4796, '_menu_item_menu_item_parent', '4794'),
(13008, 4795, '_menu_item_xfn', ''),
(13009, 4795, '_menu_item_url', ''),
(13214, 4840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/10/PB5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB5-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:14:\"PB5-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB5-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB5-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13213, 4840, '_wp_attached_file', '2016/10/PB5.jpg'),
(13057, 4801, '_menu_item_menu_item_parent', '0'),
(13058, 4801, '_menu_item_object_id', '16'),
(11527, 1301, 'hermes_post_display_slideshow_autoplay', NULL),
(11526, 1301, 'hermes_post_display_slideshow', NULL),
(11525, 1301, 'hermes_post_display_featured', 'No'),
(11524, 1301, '_redirect_url', ''),
(11523, 1301, '_wpas_done_all', '1'),
(11522, 1301, '_wp_page_template', 'default'),
(11521, 1301, '_edit_lock', '1553203015:1'),
(11520, 1301, '_edit_last', '1'),
(13002, 4795, '_menu_item_type', 'post_type'),
(13000, 4794, '_menu_item_url', ''),
(12999, 4794, '_menu_item_xfn', ''),
(12998, 4794, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(12997, 4794, '_menu_item_target', ''),
(12996, 4794, '_menu_item_object', 'page'),
(13288, 187, 'aliases', 'WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),
(13092, 4805, '_menu_item_type', 'post_type'),
(13093, 4805, '_menu_item_menu_item_parent', '0'),
(13090, 4804, '_menu_item_url', ''),
(13089, 4804, '_menu_item_xfn', ''),
(13088, 4804, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13084, 4804, '_menu_item_menu_item_parent', '0'),
(13085, 4804, '_menu_item_object_id', '107'),
(13086, 4804, '_menu_item_object', 'page'),
(13087, 4804, '_menu_item_target', ''),
(12991, 4793, '_menu_item_url', 'http://www.puertobarillas.com'),
(12990, 4793, '_menu_item_xfn', ''),
(12989, 4793, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(12988, 4793, '_menu_item_target', ''),
(12987, 4793, '_menu_item_object', 'custom'),
(12985, 4793, '_menu_item_menu_item_parent', '0'),
(12986, 4793, '_menu_item_object_id', '4793'),
(12984, 4793, '_menu_item_type', 'custom'),
(13056, 4801, '_menu_item_type', 'post_type'),
(13007, 4795, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13006, 4795, '_menu_item_target', ''),
(13005, 4795, '_menu_item_object', 'page'),
(13004, 4795, '_menu_item_object_id', '63'),
(13003, 4795, '_menu_item_menu_item_parent', '4794'),
(13097, 4805, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13054, 4800, '_menu_item_url', ''),
(13053, 4800, '_menu_item_xfn', ''),
(13051, 4800, '_menu_item_target', ''),
(13052, 4800, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6278, 577, '_wp_attached_file', '2013/10/staff6.jpg'),
(6279, 577, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/staff6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"staff6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"staff6-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"staff6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"staff6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"staff6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1321694897;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(13272, 187, 'meta_key', 'name'),
(13273, 187, 'meta_value', 'photocrati-nextgen_basic_slideshow'),
(13274, 187, 'title', 'Presentación NextGEN Básica'),
(13275, 187, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),
(13259, 186, 'format_content', ''),
(13252, 186, 'meta_key', 'name'),
(13283, 187, 'hidden_from_igw', ''),
(13284, 187, '__defaults_set', '1'),
(13305, 188, 'settings', 'eyJhamF4X3BhZ2luYXRpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsIl9lcnJvcnMiOltdfQ=='),
(6280, 578, '_wp_attached_file', '2013/10/cocina.jpg'),
(6281, 578, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/cocina.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cocina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"cocina-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"cocina-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"cocina-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"cocina-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(6282, 579, '_wp_attached_file', '2013/10/staff8.jpg'),
(6283, 579, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/staff8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"staff8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"staff8-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"staff8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"staff8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"staff8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1321694586;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(6284, 582, '_wp_attached_file', '2013/11/mapa.jpg'),
(6285, 582, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1554;s:6:\"height\";i:888;s:4:\"file\";s:16:\"2013/11/mapa.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mapa-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:16:\"mapa-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"mapa-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:17:\"mapa-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:16:\"mapa-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:16:\"mapa-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:15:\"mapa-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:14:\"mapa-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(13247, 4892, '_wp_attached_file', '2019/05/Puerto-Barillas-Logo6-1.png'),
(13248, 4892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:185;s:6:\"height\";i:136;s:4:\"file\";s:35:\"2019/05/Puerto-Barillas-Logo6-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Puerto-Barillas-Logo6-1-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:34:\"Puerto-Barillas-Logo6-1-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo6-1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10407, 182, 'meta_key', 'name'),
(10406, 182, 'post_id', '182'),
(10375, 180, 'meta_id', '9630'),
(10374, 180, 'filter', 'raw'),
(10391, 181, 'post_id', '181'),
(10392, 181, 'meta_key', 'name'),
(10390, 181, 'meta_id', '9641'),
(10389, 181, 'filter', 'raw'),
(10350, 178, 'title', 'Lightbox'),
(10367, 179, 'css_stylesheets', 'http://www.puertobarillas.com/welcome/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),
(10366, 179, 'code', 'class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"'),
(10423, 183, 'meta_value', 'thickbox'),
(10422, 183, 'meta_key', 'name'),
(10334, 177, 'name', 'none'),
(10333, 177, 'meta_value', 'none'),
(10346, 178, 'post_id', '178'),
(10347, 178, 'meta_key', 'name'),
(10348, 178, 'meta_value', 'lightbox'),
(10349, 178, 'name', 'lightbox'),
(10345, 178, 'meta_id', '9685'),
(10344, 178, 'filter', 'raw'),
(10365, 179, 'title', 'Fancybox'),
(10364, 179, 'name', 'fancybox'),
(10363, 179, 'meta_value', 'fancybox'),
(10362, 179, 'meta_key', 'name'),
(10361, 179, 'post_id', '179'),
(10360, 179, 'meta_id', '9696'),
(10359, 179, 'filter', 'raw'),
(10332, 177, 'meta_key', 'name'),
(10331, 177, 'post_id', '177'),
(10330, 177, 'meta_id', '9674'),
(10329, 177, 'filter', 'raw'),
(10405, 182, 'meta_id', '9652'),
(10404, 182, 'filter', 'raw'),
(6303, 596, '_wp_attached_file', '2013/10/mapaPB.jpg'),
(6304, 596, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:1039;s:4:\"file\";s:18:\"2013/10/mapaPB.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mapaPB-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:\"mapaPB-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"mapaPB-1024x665.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:19:\"mapaPB-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"mapaPB-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"mapaPB-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"mapaPB-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"mapaPB-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(6987, 18, 'hermes_attraction_distance', ''),
(6309, 612, '_wp_attached_file', '2013/10/IMG_4979.jpg'),
(6310, 612, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2514;s:4:\"file\";s:20:\"2013/10/IMG_4979.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4979-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:\"IMG_4979-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4979-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_4979-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_4979-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_4979-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_4979-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_4979-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364622947;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(6311, 613, '_wp_attached_file', '2013/10/IMG_5003.jpg'),
(6312, 613, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2013/10/IMG_5003.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5003-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:\"IMG_5003-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5003-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_5003-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_5003-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_5003-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_5003-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_5003-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(6313, 615, '_menu_item_type', 'post_type'),
(6314, 615, '_menu_item_menu_item_parent', '206'),
(6315, 615, '_menu_item_object_id', '63'),
(6316, 615, '_menu_item_object', 'page'),
(6317, 615, '_menu_item_target', ''),
(6318, 615, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6319, 615, '_menu_item_xfn', ''),
(6320, 615, '_menu_item_url', ''),
(6331, 617, '_menu_item_type', 'post_type'),
(6332, 617, '_menu_item_menu_item_parent', '29'),
(6333, 617, '_menu_item_object_id', '18'),
(6334, 617, '_menu_item_object', 'page'),
(6335, 617, '_menu_item_target', ''),
(6336, 617, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6337, 617, '_menu_item_xfn', ''),
(6338, 617, '_menu_item_url', ''),
(10461, 1097, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo5.png'),
(7955, 802, 'hermes_post_display_slideshow_speed', ''),
(7953, 802, 'hermes_post_display_slideshow', ''),
(7954, 802, 'hermes_post_display_slideshow_autoplay', ''),
(10119, 1046, 'wpml_media_processed', '1'),
(10120, 1046, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture12.jpg'),
(10121, 1046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-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:\"Puerto_Barillas_Picture12-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture12-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture12-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10084, 1032, 'wpml_media_processed', '1'),
(6922, 33, '_redirect_url', ''),
(13094, 4805, '_menu_item_object_id', '1301'),
(13074, 4803, '_menu_item_type', 'post_type'),
(13072, 4802, '_menu_item_url', ''),
(13071, 4802, '_menu_item_xfn', ''),
(13070, 4802, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13069, 4802, '_menu_item_target', ''),
(13068, 4802, '_menu_item_object', 'page'),
(13067, 4802, '_menu_item_object_id', '512'),
(11465, 1295, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11464, 1295, '_menu_item_target', ''),
(11463, 1295, '_menu_item_object', 'page'),
(11462, 1295, '_menu_item_object_id', '342'),
(11461, 1295, '_menu_item_menu_item_parent', '0'),
(11460, 1295, '_menu_item_type', 'post_type'),
(7000, 712, 'order_direction', 'ASC'),
(11530, 1301, '_wpml_media_featured', '1'),
(11529, 1301, '_wpml_media_duplicate', '1'),
(11528, 1301, 'hermes_post_display_slideshow_speed', ''),
(7001, 712, 'returns', 'included'),
(7993, 18, '_wpml_media_featured', ''),
(6999, 712, 'order_by', 'sortorder'),
(7002, 712, 'maximum_entity_count', '500'),
(7003, 712, 'source', 'galleries'),
(7004, 712, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(7005, 712, 'slug', ''),
(7006, 712, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(7007, 712, 'exclusions', 'W10='),
(7008, 712, 'container_ids', 'WzRd'),
(7009, 712, 'excluded_container_ids', 'W10='),
(7010, 712, 'sortorder', 'W10='),
(7011, 712, 'entity_ids', 'W10='),
(7012, 712, 'id_field', 'ID'),
(7015, 91, '_redirect_url', ''),
(7162, 18, 'hermes_room_rate', ''),
(7163, 18, 'hermes_room_quantity', ''),
(7164, 18, 'hermes_room_occupancy', ''),
(7165, 18, 'hermes_room_size', ''),
(7166, 18, 'hermes_room_breakfast', ''),
(7952, 802, 'hermes_post_display_featured', 'No'),
(7951, 802, '_redirect_url', ''),
(7950, 802, '_wp_page_template', 'default'),
(7949, 802, '_edit_lock', '1462415972:1'),
(7183, 716, 'wpml_media_processed', '1'),
(7184, 716, '_wp_attached_file', '2013/10/Puerto_Barillas_Picture1.jpg'),
(7185, 716, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2013/10/Puerto_Barillas_Picture1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-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:\"Puerto_Barillas_Picture1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture1-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10460, 1095, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo4-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo4-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo4-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo4-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7189, 718, 'wpml_media_processed', '1'),
(7190, 718, '_wp_attached_file', '2013/10/3445704174_9ef6bddeec_b.jpg'),
(7191, 718, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2013/10/3445704174_9ef6bddeec_b.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-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:\"3445704174_9ef6bddeec_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:36:\"3445704174_9ef6bddeec_b-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:35:\"3445704174_9ef6bddeec_b-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:34:\"3445704174_9ef6bddeec_b-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:33:\"3445704174_9ef6bddeec_b-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7192, 719, 'wpml_media_processed', '1'),
(7193, 719, '_wp_attached_file', '2013/10/3445705466_892f1c68c6_b.jpg'),
(7194, 719, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2013/10/3445705466_892f1c68c6_b.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-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:\"3445705466_892f1c68c6_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:36:\"3445705466_892f1c68c6_b-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:35:\"3445705466_892f1c68c6_b-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:34:\"3445705466_892f1c68c6_b-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:33:\"3445705466_892f1c68c6_b-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7195, 720, 'wpml_media_processed', '1'),
(7196, 720, '_wp_attached_file', '2013/10/barillasExit3.jpg'),
(7197, 720, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2013/10/barillasExit3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"barillasExit3-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:\"barillasExit3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:25:\"barillasExit3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"barillasExit3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"barillasExit3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"barillasExit3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"barillasExit3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:6:\"Walter\";s:6:\"camera\";s:24:\"Canon PowerShot SD870 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231131729;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(7198, 721, 'wpml_media_processed', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7199, 721, '_wp_attached_file', '2013/10/entrada.jpg'),
(7200, 721, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4752;s:6:\"height\";i:2833;s:4:\"file\";s:19:\"2013/10/entrada.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"entrada-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:\"entrada-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"entrada-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"entrada-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:19:\"entrada-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:19:\"entrada-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"entrada-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"entrada-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1299044918;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(7201, 722, 'wpml_media_processed', '1'),
(7202, 722, '_wp_attached_file', '2013/10/Marinaweb.jpg'),
(7203, 722, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:712;s:6:\"height\";i:534;s:4:\"file\";s:21:\"2013/10/Marinaweb.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Marinaweb-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:\"Marinaweb-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"Marinaweb-712x400.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"Marinaweb-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"Marinaweb-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"Marinaweb-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"Marinaweb-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316894219;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(8549, 838, '_wp_attached_file', '2014/01/photo3.jpg'),
(8550, 838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:387;s:4:\"file\";s:18:\"2014/01/photo3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photo3-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:\"photo3-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"photo3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"photo3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"photo3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"photo3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364577741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";}}'),
(8551, 839, '_wp_attached_file', '2014/01/photogallery2.jpg'),
(8552, 839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2014/01/photogallery2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"photogallery2-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:\"photogallery2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:25:\"photogallery2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"photogallery2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"photogallery2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"photogallery2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"photogallery2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1370164181;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00110497237569\";s:5:\"title\";s:0:\"\";}}'),
(8697, 844, 'wpml_media_processed', '1'),
(8698, 844, '_wp_attached_file', '2014/01/NickM3.jpg'),
(8699, 844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:695;s:4:\"file\";s:18:\"2014/01/NickM3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"NickM3-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:\"NickM3-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:18:\"NickM3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"NickM3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"NickM3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"NickM3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"NickM3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326443584;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";}}'),
(8700, 843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:695;s:4:\"file\";s:18:\"2014/01/NickM3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"NickM3-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:\"NickM3-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:18:\"NickM3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"NickM3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"NickM3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"NickM3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"NickM3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326443584;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";}}'),
(10459, 1096, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo4-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo4-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo4-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo4-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10458, 1096, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo4.png'),
(10457, 1096, 'wpml_media_processed', '1'),
(10456, 1095, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo4.png'),
(8671, 841, 'wpml_media_processed', '1'),
(8672, 841, '_wp_attached_file', '2014/01/photo3.jpg'),
(8673, 841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:387;s:4:\"file\";s:18:\"2014/01/photo3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photo3-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:\"photo3-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"photo3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"photo3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"photo3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"photo3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364577741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";}}'),
(8674, 842, 'hermes_post_display_featured', 'No'),
(8675, 842, 'hermes_post_display_slideshow', ''),
(8676, 842, 'hermes_post_display_slideshow_autoplay', ''),
(8677, 842, 'hermes_post_display_slideshow_speed', ''),
(7222, 729, 'wpml_media_processed', '1'),
(7223, 729, '_wp_attached_file', '2013/10/Puerto_Barillas_Picture4.jpg'),
(7224, 729, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2013/10/Puerto_Barillas_Picture4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-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:\"Puerto_Barillas_Picture4-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture4-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7225, 730, 'wpml_media_processed', '1'),
(7226, 730, '_wp_attached_file', '2013/10/Puerto_Barillas_Picture6.jpg'),
(7227, 730, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2013/10/Puerto_Barillas_Picture6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-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:\"Puerto_Barillas_Picture6-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture6-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7228, 731, 'wpml_media_processed', '1'),
(7229, 731, '_wp_attached_file', '2013/10/Puerto_Barillas_Picture7.jpg'),
(7230, 731, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2013/10/Puerto_Barillas_Picture7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-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:\"Puerto_Barillas_Picture7-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture7-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7231, 732, 'wpml_media_processed', '1'),
(7232, 732, '_wp_attached_file', '2013/10/Puerto_Barillas_Atracction2.jpg'),
(7233, 732, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:341;s:4:\"file\";s:39:\"2013/10/Puerto_Barillas_Atracction2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-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:\"Puerto_Barillas_Atracction2-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Atracction2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Atracction2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7234, 733, 'wpml_media_processed', '1'),
(7235, 733, '_wp_attached_file', '2013/10/Puerto_Barillas_Atracction.jpg'),
(7236, 733, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:341;s:4:\"file\";s:38:\"2013/10/Puerto_Barillas_Atracction.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-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:\"Puerto_Barillas_Atracction-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Atracction-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Atracction-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Atracction-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7237, 734, 'wpml_media_processed', '1'),
(7238, 734, '_wp_attached_file', '2013/10/monkey-sanctuary-Jiquilisco.jpg'),
(7239, 734, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:2736;s:4:\"file\";s:39:\"2013/10/monkey-sanctuary-Jiquilisco.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-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:\"monkey-sanctuary-Jiquilisco-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"monkey-sanctuary-Jiquilisco-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:40:\"monkey-sanctuary-Jiquilisco-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:39:\"monkey-sanctuary-Jiquilisco-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:38:\"monkey-sanctuary-Jiquilisco-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:37:\"monkey-sanctuary-Jiquilisco-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326628786;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"30.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(7240, 735, 'wpml_media_processed', '1'),
(7241, 735, '_wp_attached_file', '2013/10/Sport-Fishing.jpg'),
(7242, 735, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:4:\"file\";s:25:\"2013/10/Sport-Fishing.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-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:\"Sport-Fishing-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Sport-Fishing-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:26:\"Sport-Fishing-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"Sport-Fishing-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"Sport-Fishing-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"Sport-Fishing-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"u1050SW,S1050SW\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1266081121;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(7243, 736, 'wpml_media_processed', '1'),
(7244, 736, '_wp_attached_file', '2013/10/Kayaking-in-the-Bay.jpg'),
(7245, 736, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:418;s:6:\"height\";i:418;s:4:\"file\";s:31:\"2013/10/Kayaking-in-the-Bay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-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:\"Kayaking-in-the-Bay-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-418x400.jpg\";s:5:\"width\";i:418;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:31:\"Kayaking-in-the-Bay-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:30:\"Kayaking-in-the-Bay-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:29:\"Kayaking-in-the-Bay-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7246, 737, 'wpml_media_processed', '1'),
(7247, 737, '_wp_attached_file', '2013/10/lodge.jpg'),
(7248, 737, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:349;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2013/10/lodge.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lodge-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:17:\"lodge-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:17:\"lodge-349x400.jpg\";s:5:\"width\";i:349;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:17:\"lodge-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:17:\"lodge-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:16:\"lodge-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:15:\"lodge-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7249, 738, 'wpml_media_processed', '1'),
(7250, 738, '_wp_attached_file', '2013/10/Casa-de-arbol-2.jpg'),
(7251, 738, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2013/10/Casa-de-arbol-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-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:\"Casa-de-arbol-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:27:\"Casa-de-arbol-2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:26:\"Casa-de-arbol-2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:25:\"Casa-de-arbol-2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316891082;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.1\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(7252, 739, 'wpml_media_processed', '1'),
(7253, 739, '_wp_attached_file', '2013/10/day-trip.jpg'),
(7254, 739, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2293;s:6:\"height\";i:1728;s:4:\"file\";s:20:\"2013/10/day-trip.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"day-trip-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:\"day-trip-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"day-trip-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"day-trip-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"day-trip-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"day-trip-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"day-trip-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"day-trip-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7255, 740, 'wpml_media_processed', '1'),
(7256, 740, '_wp_attached_file', '2013/10/discoverBJ.jpg'),
(7257, 740, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"file\";s:22:\"2013/10/discoverBJ.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"discoverBJ-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:\"discoverBJ-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"discoverBJ-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"discoverBJ-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"discoverBJ-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"discoverBJ-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"discoverBJ-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix S3Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1137496239;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.00285714285714\";s:5:\"title\";s:0:\"\";}}'),
(7258, 741, 'wpml_media_processed', '1'),
(7259, 741, '_wp_attached_file', '2013/10/RogerMortimore.jpg'),
(7260, 741, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:809;s:6:\"height\";i:501;s:4:\"file\";s:26:\"2013/10/RogerMortimore.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-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:\"RogerMortimore-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-809x400.jpg\";s:5:\"width\";i:809;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:26:\"RogerMortimore-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:25:\"RogerMortimore-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:24:\"RogerMortimore-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:1328090820;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(8725, 737, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(13392, 1006, 'id_field', 'ID'),
(10080, 1030, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture41.jpg'),
(8736, 737, '_yoast_wpseo_linkdex', '40'),
(8793, 865, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:416;s:4:\"file\";s:22:\"2014/01/apartment1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment1-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:\"apartment1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472038;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";}}'),
(8794, 867, '_wp_attached_file', '2014/01/apartment2.jpg'),
(8795, 868, 'wpml_media_processed', '1'),
(8796, 868, '_wp_attached_file', '2014/01/apartment2.jpg'),
(8797, 868, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:431;s:4:\"file\";s:22:\"2014/01/apartment2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment2-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:\"apartment2-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:6.70000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-620\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1299067653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0222222222222\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(8798, 867, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:431;s:4:\"file\";s:22:\"2014/01/apartment2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment2-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:\"apartment2-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:6.70000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-620\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1299067653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0222222222222\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),
(8799, 869, '_wp_attached_file', '2014/01/apartment4.jpg'),
(8800, 870, 'wpml_media_processed', '1'),
(8801, 870, '_wp_attached_file', '2014/01/apartment4.jpg'),
(8802, 870, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2014/01/apartment4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment4-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:\"apartment4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316890786;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(8803, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2014/01/apartment4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment4-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:\"apartment4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316890786;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(8804, 871, '_wp_attached_file', '2014/01/apartment5.jpg'),
(8805, 872, 'wpml_media_processed', '1'),
(8806, 872, '_wp_attached_file', '2014/01/apartment5.jpg'),
(8807, 872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:373;s:4:\"file\";s:22:\"2014/01/apartment5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment5-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:\"apartment5-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7282, 749, 'wpml_media_processed', '1'),
(7283, 749, '_wp_attached_file', '2013/10/image0012.jpg'),
(7284, 749, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:85;s:4:\"file\";s:21:\"2013/10/image0012.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image0012-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"image0012-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"image0012-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7285, 750, 'wpml_media_processed', '1'),
(7286, 750, '_wp_attached_file', '2013/10/Green-Blue-Red-1a1.jpg'),
(7287, 750, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:69;s:4:\"file\";s:30:\"2013/10/Green-Blue-Red-1a1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Green-Blue-Red-1a1-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:29:\"Green-Blue-Red-1a1-130x69.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-1a1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(7288, 751, 'wpml_media_processed', '1'),
(7289, 751, '_wp_attached_file', '2013/10/Green-Blue-Red-2a.jpg'),
(7290, 751, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:93;s:4:\"file\";s:29:\"2013/10/Green-Blue-Red-2a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-2a-150x93.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-2a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:27:\"Green-Blue-Red-2a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(7291, 752, 'wpml_media_processed', '1'),
(7292, 752, '_wp_attached_file', '2013/10/Green-Blue-Red-3a.jpg'),
(7293, 752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:87;s:4:\"file\";s:29:\"2013/10/Green-Blue-Red-3a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-3a-150x87.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:28:\"Green-Blue-Red-3a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:27:\"Green-Blue-Red-3a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Daniel Figueroa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:12:\"about us.cdr\";}}'),
(7294, 753, 'wpml_media_processed', '1'),
(7295, 753, '_wp_attached_file', '2013/10/under-construction.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7296, 753, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:301;s:6:\"height\";i:326;s:4:\"file\";s:30:\"2013/10/under-construction.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"under-construction-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:\"under-construction-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:30:\"under-construction-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:30:\"under-construction-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:29:\"under-construction-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:28:\"under-construction-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7300, 755, 'wpml_media_processed', '1'),
(7301, 755, '_wp_attached_file', '2013/10/staff6.jpg'),
(7302, 755, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/staff6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"staff6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"staff6-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"staff6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"staff6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"staff6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1321694897;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(7303, 756, 'wpml_media_processed', '1'),
(7304, 756, '_wp_attached_file', '2013/10/cocina.jpg'),
(7305, 756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/cocina.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cocina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"cocina-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"cocina-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"cocina-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"cocina-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7306, 757, 'wpml_media_processed', '1'),
(7307, 757, '_wp_attached_file', '2013/10/staff8.jpg'),
(7308, 757, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2013/10/staff8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"staff8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"staff8-250x180.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"staff8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"staff8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"staff8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1321694586;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(7309, 758, 'wpml_media_processed', '1'),
(7310, 758, '_wp_attached_file', '2013/11/mapa.jpg'),
(7311, 758, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1554;s:6:\"height\";i:888;s:4:\"file\";s:16:\"2013/11/mapa.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mapa-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:16:\"mapa-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"mapa-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:17:\"mapa-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:16:\"mapa-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:16:\"mapa-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:15:\"mapa-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:14:\"mapa-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7312, 759, 'wpml_media_processed', '1'),
(7313, 759, '_wp_attached_file', '2013/10/mapaPB.jpg'),
(7314, 759, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:1039;s:4:\"file\";s:18:\"2013/10/mapaPB.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mapaPB-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:\"mapaPB-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"mapaPB-1024x665.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:19:\"mapaPB-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"mapaPB-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"mapaPB-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:17:\"mapaPB-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:16:\"mapaPB-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7315, 760, 'wpml_media_processed', '1'),
(7316, 760, '_wp_attached_file', '2013/10/IMG_4979.jpg'),
(7317, 760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2514;s:4:\"file\";s:20:\"2013/10/IMG_4979.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4979-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:\"IMG_4979-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4979-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_4979-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_4979-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_4979-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_4979-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_4979-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364622947;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(7318, 761, 'wpml_media_processed', '1'),
(7319, 761, '_wp_attached_file', '2013/10/IMG_5003.jpg'),
(7320, 761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2013/10/IMG_5003.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5003-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:\"IMG_5003-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5003-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_5003-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_5003-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_5003-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_5003-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_5003-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(7321, 762, 'wpml_media_processed', '1'),
(7322, 762, '_wp_attached_file', '2013/12/mono.jpg'),
(7323, 762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2013/12/mono.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mono-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:\"mono-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"mono-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:16:\"mono-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:16:\"mono-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:15:\"mono-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:14:\"mono-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7324, 763, 'wpml_media_processed', '1'),
(7325, 763, '_wp_attached_file', '2013/12/Restaurant.jpg'),
(7326, 763, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2013/12/Restaurant.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Restaurant-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:\"Restaurant-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Restaurant-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Restaurant-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Restaurant-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Restaurant-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Restaurant-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7327, 764, 'wpml_media_processed', '1'),
(7328, 764, '_wp_attached_file', '2013/10/banner1.jpg'),
(7329, 764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:609;s:6:\"height\";i:84;s:4:\"file\";s:19:\"2013/10/banner1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner1-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banner1-300x41.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:18:\"banner1-290x84.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:18:\"banner1-250x84.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"banner1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"banner1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7330, 765, 'wpml_media_processed', '1'),
(7331, 765, '_wp_attached_file', '2013/10/labahia.jpg'),
(7332, 765, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:170;s:6:\"height\";i:169;s:4:\"file\";s:19:\"2013/10/labahia.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"labahia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:19:\"labahia-170x155.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"labahia-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"labahia-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7986, 815, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:2736;s:4:\"file\";s:21:\"2014/01/membresia.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"membresia-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:\"membresia-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"membresia-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"membresia-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"membresia-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"membresia-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"membresia-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"membresia-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326466570;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";}}'),
(7338, 41, '_wpml_media_duplicate', '1'),
(7340, 74, 'wpml_media_processed', '1'),
(7341, 75, 'wpml_media_processed', '1'),
(7342, 76, 'wpml_media_processed', '1'),
(7343, 77, 'wpml_media_processed', '1'),
(7344, 78, 'wpml_media_processed', '1'),
(8547, 837, '_wp_attached_file', '2014/01/fotogallery1.jpg'),
(7347, 88, '_wpml_media_duplicate', '1'),
(7350, 91, '_wpml_media_duplicate', '1'),
(7357, 125, 'wpml_media_processed', '1'),
(7358, 63, '_wpml_media_duplicate', '1'),
(7359, 126, 'wpml_media_processed', '1'),
(7360, 84, '_wpml_media_duplicate', '1'),
(7361, 131, 'wpml_media_processed', '1'),
(7362, 1, '_wpml_media_duplicate', '1'),
(7363, 132, 'wpml_media_processed', '1'),
(7364, 86, '_wpml_media_duplicate', '1'),
(7365, 133, 'wpml_media_processed', '1'),
(7366, 201, 'wpml_media_processed', '1'),
(7367, 209, '_wpml_media_duplicate', '1'),
(7368, 220, 'wpml_media_processed', '1'),
(7369, 68, '_wpml_media_duplicate', '1'),
(7370, 225, 'wpml_media_processed', '1'),
(7371, 239, '_wpml_media_duplicate', '1'),
(7372, 242, 'wpml_media_processed', '1'),
(7373, 275, 'wpml_media_processed', '1'),
(7374, 18, '_wpml_media_duplicate', '1'),
(8369, 823, '_yoast_wpseo_focuskw', 'activities'),
(8370, 823, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(8371, 823, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(7382, 151, '_wpml_media_duplicate', '1'),
(7383, 376, 'wpml_media_processed', '1'),
(7384, 380, 'wpml_media_processed', '1'),
(7385, 381, 'wpml_media_processed', '1'),
(7386, 382, 'wpml_media_processed', '1'),
(7387, 22, '_wpml_media_duplicate', '1'),
(7388, 388, 'wpml_media_processed', '1'),
(7390, 137, '_wpml_media_duplicate', '1'),
(7391, 577, 'wpml_media_processed', '1'),
(7392, 578, 'wpml_media_processed', '1'),
(7393, 579, 'wpml_media_processed', '1'),
(7395, 582, 'wpml_media_processed', '1'),
(7396, 43, '_wpml_media_duplicate', '1'),
(7397, 596, 'wpml_media_processed', '1'),
(7398, 20, '_wpml_media_duplicate', '1'),
(7399, 612, 'wpml_media_processed', '1'),
(7400, 613, 'wpml_media_processed', '1'),
(7403, 312, '_wpml_media_duplicate', '1'),
(7404, 674, 'wpml_media_processed', '1'),
(7405, 141, '_wpml_media_duplicate', '1'),
(7406, 684, 'wpml_media_processed', '1'),
(7408, 84, '_wpml_media_featured', '1'),
(12593, 4770, '_wp_attached_file', 'ngg_featured/IMG_2718.JPG'),
(7410, 462, '_wpml_media_featured', '1'),
(7411, 86, '_wpml_media_featured', '1'),
(7412, 460, '_wpml_media_featured', '1'),
(7413, 88, '_wpml_media_featured', '1'),
(13205, 4836, '_wp_attached_file', '2016/10/PB1.jpg'),
(10185, 1072, 'id_field', 'ID'),
(10237, 1071, 'id_field', 'ID'),
(10236, 1071, 'filter', 'raw'),
(10184, 1072, 'filter', 'raw'),
(10044, 1016, 'wpml_media_processed', '1'),
(10045, 1016, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture6.jpg'),
(8724, 737, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(10240, 1073, 'filter', 'raw'),
(7988, 818, 'wpml_media_processed', '1'),
(7989, 818, '_wp_attached_file', '2014/01/mono.jpg'),
(7990, 818, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2014/01/mono.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mono-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:\"mono-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"mono-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:17:\"mono-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:16:\"mono-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:16:\"mono-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:15:\"mono-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:14:\"mono-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7985, 816, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:2736;s:4:\"file\";s:21:\"2014/01/membresia.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"membresia-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:\"membresia-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"membresia-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"membresia-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"membresia-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"membresia-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"membresia-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"membresia-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon PowerShot G12\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326466570;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";}}'),
(7970, 802, '_wpml_media_duplicate', ''),
(7971, 802, '_wpml_media_featured', ''),
(13043, 4799, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13041, 4799, '_menu_item_object', 'page'),
(13042, 4799, '_menu_item_target', ''),
(7982, 815, '_wp_attached_file', '2014/01/membresia.jpg'),
(7983, 816, 'wpml_media_processed', '1'),
(7984, 816, '_wp_attached_file', '2014/01/membresia.jpg'),
(7823, 789, 'wpml_media_processed', '1'),
(7824, 789, '_wp_attached_file', '2014/01/restaurante2.jpg'),
(7825, 789, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2014/01/restaurante2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurante2-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:\"restaurante2-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"restaurante2-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:25:\"restaurante2-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"restaurante2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"restaurante2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"restaurante2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"restaurante2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8763, 22, '_wpml_media_featured', ''),
(10178, 1069, 'filter', 'raw'),
(10179, 1069, 'id_field', 'ID'),
(10118, 1045, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture12.jpg'),
(7784, 783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2014/01/mono2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mono2-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:16:\"mono2-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"mono2-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:18:\"mono2-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:17:\"mono2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:17:\"mono2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:16:\"mono2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:15:\"mono2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(7783, 783, '_wp_attached_file', '2014/01/mono2.jpg'),
(7782, 783, 'wpml_media_processed', '1'),
(7948, 802, '_edit_last', '1'),
(10051, 1018, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2014/03/Puerto_Barillas_Picture7.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-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:\"Puerto_Barillas_Picture7-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture7-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture7-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10050, 1018, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture7.jpg'),
(10049, 1018, 'wpml_media_processed', '1'),
(10455, 1093, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo3-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo3-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo3-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo3-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10454, 1094, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo3-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo3-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo3-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo3-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10453, 1094, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo3.png'),
(10452, 1094, 'wpml_media_processed', '1'),
(10451, 1093, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo3.png'),
(10046, 1016, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2014/03/Puerto_Barillas_Picture6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-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:\"Puerto_Barillas_Picture6-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture6-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture6-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:34:\"Puerto_Barillas_Picture6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8721, 733, '_yoast_wpseo_linkdex', '40'),
(8722, 737, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(8723, 737, '_yoast_wpseo_title', 'lodge El Salvador'),
(8710, 733, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(8708, 733, '_yoast_wpseo_title', 'lodge El Salvador'),
(8709, 733, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(8781, 863, 'filter', 'raw'),
(8782, 863, 'id_field', 'ID'),
(7853, 794, 'wpml_media_processed', '1'),
(7854, 794, '_wp_attached_file', '2014/01/Puerto_Barillas_Picture22.jpg'),
(7855, 794, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/01/Puerto_Barillas_Picture22.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture22-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:\"Puerto_Barillas_Picture22-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture22-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture22-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture22-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture22-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture22-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture22-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10176, 1068, 'filter', 'raw'),
(10177, 1068, 'id_field', 'ID'),
(10024, 1008, 'wpml_media_processed', '1'),
(10025, 1008, '_wp_attached_file', '2014/03/Promo1-1400x4001.jpg'),
(10026, 1008, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2014/03/Promo1-1400x4001.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4001-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:\"Promo1-1400x4001-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4001-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:29:\"Promo1-1400x4001-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4001-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:28:\"Promo1-1400x4001-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:27:\"Promo1-1400x4001-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:26:\"Promo1-1400x4001-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8812, 874, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2014/01/apartment6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment6-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:\"apartment6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316890724;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(8811, 874, '_wp_attached_file', '2014/01/apartment6.jpg'),
(8810, 874, 'wpml_media_processed', '1'),
(8809, 873, '_wp_attached_file', '2014/01/apartment6.jpg'),
(8813, 873, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2014/01/apartment6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment6-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:\"apartment6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316890724;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(8817, 876, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2014/01/apartment7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment7-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:\"apartment7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364473023;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(8816, 876, '_wp_attached_file', '2014/01/apartment7.jpg'),
(8815, 876, 'wpml_media_processed', '1'),
(8931, 895, '_wp_attached_file', '2014/01/alojamiento1.jpg'),
(10740, 844, '_yoast_wpseo_focuskw', 'activities'),
(13336, 190, 'name', 'photocrati-nextgen_basic_tagcloud'),
(13353, 184, 'default_source', 'albums'),
(13372, 185, 'preview_image_relpath', 'photocrati-nextgen_basic_album#extended_preview.jpg'),
(13250, 186, 'meta_id', '8279'),
(13335, 190, 'view_order', '10100'),
(13354, 184, 'view_order', '10200'),
(13349, 184, 'meta_key', 'name'),
(13350, 184, 'meta_value', 'photocrati-nextgen_basic_compact_album'),
(13351, 184, 'title', 'Álbum NextGEN Básico Compacto'),
(13371, 185, 'title', 'Álbum NextGEN Básico Extendido'),
(13270, 187, 'meta_id', '8289'),
(13294, 188, 'title', 'ImageBrowser NextGEN básico'),
(13313, 189, 'title', 'NextGEN Basic SinglePic'),
(8337, 820, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:468;s:4:\"file\";s:23:\"2014/01/Activities7.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities7-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:\"Activities7-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities7-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1338719233;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00074294205052\";s:5:\"title\";s:0:\"\";}}'),
(8338, 822, '_wp_attached_file', '2014/01/Activities1.jpg'),
(8339, 823, 'wpml_media_processed', '1'),
(8340, 823, '_wp_attached_file', '2014/01/Activities1.jpg'),
(8341, 823, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2014/01/Activities1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities1-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:\"Activities1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1338719006;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.00143061516452\";s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8342, 822, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2014/01/Activities1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities1-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:\"Activities1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1338719006;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.00143061516452\";s:5:\"title\";s:0:\"\";}}'),
(8343, 824, '_wp_attached_file', '2014/01/Activities2.jpg'),
(8344, 825, 'wpml_media_processed', '1'),
(8345, 825, '_wp_attached_file', '2014/01/Activities2.jpg'),
(8346, 825, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Activities2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities2-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:\"Activities2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8347, 824, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Activities2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities2-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:\"Activities2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8348, 826, '_wp_attached_file', '2014/01/Activities3.jpg'),
(8349, 827, 'wpml_media_processed', '1'),
(8350, 827, '_wp_attached_file', '2014/01/Activities3.jpg'),
(8351, 827, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Activities3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities3-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:\"Activities3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1347714573;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.000271002710027\";s:5:\"title\";s:0:\"\";}}'),
(8352, 826, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Activities3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities3-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:\"Activities3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1347714573;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.000271002710027\";s:5:\"title\";s:0:\"\";}}'),
(8353, 828, '_wp_attached_file', '2014/01/Activities4.jpg'),
(8354, 829, 'wpml_media_processed', '1'),
(8355, 829, '_wp_attached_file', '2014/01/Activities4.jpg'),
(8356, 829, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:381;s:4:\"file\";s:23:\"2014/01/Activities4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities4-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:\"Activities4-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1334764622;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";}}'),
(8357, 828, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:381;s:4:\"file\";s:23:\"2014/01/Activities4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities4-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:\"Activities4-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1334764622;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";}}'),
(8358, 830, '_wp_attached_file', '2014/01/Activities5.jpg'),
(8359, 831, 'wpml_media_processed', '1'),
(8360, 831, '_wp_attached_file', '2014/01/Activities5.jpg'),
(8361, 831, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:442;s:4:\"file\";s:23:\"2014/01/Activities5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities5-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:\"Activities5-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1370109748;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00280898876404\";s:5:\"title\";s:0:\"\";}}'),
(8362, 830, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:442;s:4:\"file\";s:23:\"2014/01/Activities5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities5-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:\"Activities5-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1370109748;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00280898876404\";s:5:\"title\";s:0:\"\";}}'),
(8363, 832, '_wp_attached_file', '2014/01/Activities6.jpg'),
(8364, 833, 'wpml_media_processed', '1'),
(8365, 833, '_wp_attached_file', '2014/01/Activities6.jpg'),
(8366, 833, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:417;s:4:\"file\";s:23:\"2014/01/Activities6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities6-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:\"Activities6-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1333528940;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00074294205052\";s:5:\"title\";s:0:\"\";}}'),
(8367, 832, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:417;s:4:\"file\";s:23:\"2014/01/Activities6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Activities6-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:\"Activities6-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Activities6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Activities6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Activities6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Activities6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Activities6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1333528940;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00074294205052\";s:5:\"title\";s:0:\"\";}}'),
(8932, 896, 'wpml_media_processed', '1'),
(8933, 896, '_wp_attached_file', '2014/01/alojamiento1.jpg'),
(8934, 896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2014/01/alojamiento1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento1-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:\"alojamiento1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8819, 877, '_wp_attached_file', '2014/01/apartment9.jpg'),
(8820, 878, 'wpml_media_processed', '1'),
(8821, 878, '_wp_attached_file', '2014/01/apartment9.jpg'),
(8822, 878, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2014/01/apartment9.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment9-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:\"apartment9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment9-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment9-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment9-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment9-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment9-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472489;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(8823, 877, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2014/01/apartment9.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"apartment9-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:\"apartment9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"apartment9-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"apartment9-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"apartment9-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"apartment9-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"apartment9-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472489;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(8824, 879, '_wp_attached_file', '2014/01/apartment10.jpg'),
(8825, 880, 'wpml_media_processed', '1'),
(8826, 880, '_wp_attached_file', '2014/01/apartment10.jpg'),
(8827, 880, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"file\";s:23:\"2014/01/apartment10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment10-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:\"apartment10-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"apartment10-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment10-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment10-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment10-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment10-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:1357933725;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(8828, 879, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"file\";s:23:\"2014/01/apartment10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment10-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:\"apartment10-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"apartment10-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment10-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment10-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment10-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment10-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:1357933725;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(8829, 881, '_wp_attached_file', '2014/01/apartment11.jpg'),
(8830, 882, 'wpml_media_processed', '1'),
(8831, 882, '_wp_attached_file', '2014/01/apartment11.jpg'),
(8832, 882, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:389;s:4:\"file\";s:23:\"2014/01/apartment11.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment11-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:\"apartment11-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8833, 881, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:389;s:4:\"file\";s:23:\"2014/01/apartment11.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment11-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:\"apartment11-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8834, 883, '_wp_attached_file', '2014/01/apartment12.jpg'),
(8835, 884, 'wpml_media_processed', '1'),
(8836, 884, '_wp_attached_file', '2014/01/apartment12.jpg'),
(8837, 884, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:388;s:4:\"file\";s:23:\"2014/01/apartment12.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment12-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:\"apartment12-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment12-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment12-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment12-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment12-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8838, 883, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:388;s:4:\"file\";s:23:\"2014/01/apartment12.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"apartment12-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:\"apartment12-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"apartment12-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"apartment12-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"apartment12-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"apartment12-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8851, 207, '_redirect_url', ''),
(8852, 207, '_wpml_media_duplicate', ''),
(8853, 207, '_wpml_media_featured', ''),
(8854, 879, '_edit_lock', '1388980555:1'),
(8856, 879, '_edit_last', '1'),
(10450, 1091, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo2-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo2-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo2-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo2-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8874, 879, '_wp_attachment_image_alt', ''),
(8875, 63, '_thumbnail_id', '865'),
(8936, 897, '_wp_attached_file', '2014/01/alojamiento2.jpg'),
(8937, 898, 'wpml_media_processed', '1'),
(8938, 898, '_wp_attached_file', '2014/01/alojamiento2.jpg'),
(8939, 898, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2014/01/alojamiento2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento2-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:\"alojamiento2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}}'),
(8940, 897, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2014/01/alojamiento2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento2-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:\"alojamiento2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}}'),
(8941, 899, '_wp_attached_file', '2014/01/alojamiento3.jpg'),
(8942, 900, 'wpml_media_processed', '1'),
(8943, 900, '_wp_attached_file', '2014/01/alojamiento3.jpg'),
(8944, 900, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/alojamiento3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento3-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:\"alojamiento3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8945, 899, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/alojamiento3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento3-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:\"alojamiento3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8946, 901, '_wp_attached_file', '2014/01/alojamiento4.jpg'),
(8947, 902, 'wpml_media_processed', '1'),
(8948, 902, '_wp_attached_file', '2014/01/alojamiento4.jpg'),
(8949, 902, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:844;s:4:\"file\";s:24:\"2014/01/alojamiento4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento4-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:\"alojamiento4-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472573;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(8950, 901, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:844;s:4:\"file\";s:24:\"2014/01/alojamiento4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento4-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:\"alojamiento4-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472573;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(8951, 903, '_wp_attached_file', '2014/01/alojamiento5.jpg'),
(8952, 904, 'wpml_media_processed', '1'),
(8953, 904, '_wp_attached_file', '2014/01/alojamiento5.jpg'),
(8954, 904, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2014/01/alojamiento5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento5-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:\"alojamiento5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8955, 903, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2014/01/alojamiento5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento5-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:\"alojamiento5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8956, 905, '_wp_attached_file', '2014/01/alojamiento6.jpg'),
(8957, 906, 'wpml_media_processed', '1'),
(8958, 906, '_wp_attached_file', '2014/01/alojamiento6.jpg'),
(8959, 906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/alojamiento6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento6-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:\"alojamiento6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:13;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472474;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(8960, 905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/alojamiento6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alojamiento6-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:\"alojamiento6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"alojamiento6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"alojamiento6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"alojamiento6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"alojamiento6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"alojamiento6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:13;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472474;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(8961, 907, '_wp_attached_file', '2014/01/Treehouse1.jpg'),
(8962, 908, 'wpml_media_processed', '1'),
(8963, 908, '_wp_attached_file', '2014/01/Treehouse1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8964, 908, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:825;s:4:\"file\";s:22:\"2014/01/Treehouse1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse1-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:\"Treehouse1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472552;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(8965, 907, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:825;s:4:\"file\";s:22:\"2014/01/Treehouse1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse1-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:\"Treehouse1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472552;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(8966, 909, '_wp_attached_file', '2014/01/Treehouse2.jpg'),
(8967, 910, 'wpml_media_processed', '1'),
(8968, 910, '_wp_attached_file', '2014/01/Treehouse2.jpg'),
(8969, 910, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2014/01/Treehouse2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse2-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:\"Treehouse2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364473023;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(8970, 909, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2014/01/Treehouse2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse2-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:\"Treehouse2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364473023;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(8971, 911, '_wp_attached_file', '2014/01/Treehouse3.jpg'),
(8972, 912, 'wpml_media_processed', '1'),
(8973, 912, '_wp_attached_file', '2014/01/Treehouse3.jpg'),
(8974, 912, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:874;s:4:\"file\";s:22:\"2014/01/Treehouse3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse3-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:\"Treehouse3-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8975, 911, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:874;s:4:\"file\";s:22:\"2014/01/Treehouse3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse3-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:\"Treehouse3-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8976, 913, '_wp_attached_file', '2014/01/Treehouse4.jpg'),
(8977, 914, 'wpml_media_processed', '1'),
(8978, 914, '_wp_attached_file', '2014/01/Treehouse4.jpg'),
(8979, 914, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:826;s:4:\"file\";s:22:\"2014/01/Treehouse4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse4-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:\"Treehouse4-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472676;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(8980, 913, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:826;s:4:\"file\";s:22:\"2014/01/Treehouse4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse4-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:\"Treehouse4-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364472676;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(8981, 915, '_wp_attached_file', '2014/01/Treehouse5.jpg'),
(8982, 916, 'wpml_media_processed', '1'),
(8983, 916, '_wp_attached_file', '2014/01/Treehouse5.jpg'),
(8984, 916, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:408;s:4:\"file\";s:22:\"2014/01/Treehouse5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse5-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:\"Treehouse5-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8985, 915, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:408;s:4:\"file\";s:22:\"2014/01/Treehouse5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse5-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:\"Treehouse5-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8986, 917, '_wp_attached_file', '2014/01/Treehouse6.jpg'),
(8987, 918, 'wpml_media_processed', '1'),
(8988, 918, '_wp_attached_file', '2014/01/Treehouse6.jpg'),
(8989, 918, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:394;s:4:\"file\";s:22:\"2014/01/Treehouse6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse6-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:\"Treehouse6-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8990, 917, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:394;s:4:\"file\";s:22:\"2014/01/Treehouse6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse6-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:\"Treehouse6-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8991, 919, '_wp_attached_file', '2014/01/Treehouse7.jpg'),
(8992, 920, 'wpml_media_processed', '1'),
(8993, 920, '_wp_attached_file', '2014/01/Treehouse7.jpg'),
(8994, 920, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:395;s:4:\"file\";s:22:\"2014/01/Treehouse7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse7-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:\"Treehouse7-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8995, 919, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:395;s:4:\"file\";s:22:\"2014/01/Treehouse7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse7-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:\"Treehouse7-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(8996, 921, '_wp_attached_file', '2014/01/Treehouse8.jpg'),
(8997, 922, 'wpml_media_processed', '1'),
(8998, 922, '_wp_attached_file', '2014/01/Treehouse8.jpg'),
(8999, 922, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:475;s:4:\"file\";s:22:\"2014/01/Treehouse8.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse8-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:\"Treehouse8-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse8-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse8-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9000, 921, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:475;s:4:\"file\";s:22:\"2014/01/Treehouse8.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Treehouse8-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:\"Treehouse8-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Treehouse8-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Treehouse8-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Treehouse8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Treehouse8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Treehouse8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9001, 209, '_redirect_url', ''),
(9002, 209, '_wpml_media_featured', ''),
(10449, 1092, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:136;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo2-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo2-250x136.png\";s:5:\"width\";i:250;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo2-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo2-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10448, 1092, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo2.png'),
(10447, 1092, 'wpml_media_processed', '1'),
(10081, 1030, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture41.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture41-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:\"Puerto_Barillas_Picture41-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture41-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture41-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture41-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture41-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture41-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture41-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10446, 1091, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo2.png'),
(10010, 1003, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2014/03/Promo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Promo-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:16:\"Promo-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Promo-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:18:\"Promo-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:17:\"Promo-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:17:\"Promo-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:16:\"Promo-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:15:\"Promo-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9140, 925, '_wp_attached_file', '2014/01/Facilities1.jpg'),
(9141, 926, 'wpml_media_processed', '1'),
(9142, 926, '_wp_attached_file', '2014/01/Facilities1.jpg'),
(9143, 926, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2014/01/Facilities1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities1-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:\"Facilities1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:0:\"\";s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";i:1043689520;s:9:\"copyright\";s:18:\"© 2003 Mike Fizer\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:11:\"Ilopango 03\";}}'),
(9144, 925, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2014/01/Facilities1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities1-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:\"Facilities1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:0:\"\";s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";i:1043689520;s:9:\"copyright\";s:18:\"© 2003 Mike Fizer\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:11:\"Ilopango 03\";}}'),
(9145, 927, '_wp_attached_file', '2014/01/Facilities2.jpg'),
(9146, 928, 'wpml_media_processed', '1'),
(9147, 928, '_wp_attached_file', '2014/01/Facilities2.jpg'),
(9148, 928, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2014/01/Facilities2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities2-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:\"Facilities2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623796;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),
(9149, 927, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2014/01/Facilities2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities2-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:\"Facilities2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623796;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),
(9150, 929, '_wp_attached_file', '2014/01/Facilities3.jpg'),
(9151, 930, 'wpml_media_processed', '1'),
(9152, 930, '_wp_attached_file', '2014/01/Facilities3.jpg'),
(9153, 930, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2014/01/Facilities3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities3-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:\"Facilities3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";i:1043694571;s:9:\"copyright\";s:18:\"© 2003 Mike Fizer\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:11:\"Ilopango 03\";}}'),
(9154, 929, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2014/01/Facilities3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities3-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:\"Facilities3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities3-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities3-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities3-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities3-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:44:\"Ilopango Airshow 2003, Ilopango, El Salvador\";s:17:\"created_timestamp\";i:1043694571;s:9:\"copyright\";s:18:\"© 2003 Mike Fizer\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:11:\"Ilopango 03\";}}'),
(9155, 931, '_wp_attached_file', '2014/01/Facilities4.jpg'),
(9156, 932, 'wpml_media_processed', '1'),
(9157, 932, '_wp_attached_file', '2014/01/Facilities4.jpg'),
(9158, 932, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities4-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:\"Facilities4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9159, 931, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities4-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:\"Facilities4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9160, 933, '_wp_attached_file', '2014/01/Facilities5.jpg'),
(9161, 934, 'wpml_media_processed', '1'),
(9162, 934, '_wp_attached_file', '2014/01/Facilities5.jpg'),
(9163, 934, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2014/01/Facilities5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities5-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:\"Facilities5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364622970;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(9164, 933, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2014/01/Facilities5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities5-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:\"Facilities5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities5-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities5-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities5-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities5-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364622970;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(9165, 935, '_wp_attached_file', '2014/01/Facilities6.jpg'),
(9166, 936, 'wpml_media_processed', '1'),
(9167, 936, '_wp_attached_file', '2014/01/Facilities6.jpg'),
(9168, 936, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities6-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:\"Facilities6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316889830;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";}}'),
(9169, 935, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities6-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:\"Facilities6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities6-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities6-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities6-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities6-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities6-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1316889830;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";}}'),
(9170, 937, '_wp_attached_file', '2014/01/Facilities7.jpg'),
(9171, 938, 'wpml_media_processed', '1'),
(9172, 938, '_wp_attached_file', '2014/01/Facilities7.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9173, 938, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:365;s:4:\"file\";s:23:\"2014/01/Facilities7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities7-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:\"Facilities7-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:29;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1330857206;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:0:\"\";}}'),
(9174, 937, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:365;s:4:\"file\";s:23:\"2014/01/Facilities7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities7-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:\"Facilities7-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities7-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities7-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities7-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities7-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:29;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1330857206;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:0:\"\";}}'),
(9175, 939, '_wp_attached_file', '2014/01/Facilities8.jpg'),
(9176, 940, 'wpml_media_processed', '1'),
(9177, 940, '_wp_attached_file', '2014/01/Facilities8.jpg'),
(9178, 940, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities8.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities8-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:\"Facilities8-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities8-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities8-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:10:\"Picasa 2.7\";s:6:\"camera\";s:20:\"Canon PowerShot A580\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1214668642;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"12.643\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(9179, 939, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities8.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities8-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:\"Facilities8-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities8-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities8-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities8-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities8-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities8-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:10:\"Picasa 2.7\";s:6:\"camera\";s:20:\"Canon PowerShot A580\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1214668642;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"12.643\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(9180, 941, '_wp_attached_file', '2014/01/Facilities9.jpg'),
(9181, 942, 'wpml_media_processed', '1'),
(9182, 942, '_wp_attached_file', '2014/01/Facilities9.jpg'),
(9183, 942, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities9.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities9-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:\"Facilities9-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities9-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities9-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities9-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities9-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities9-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E990\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:986555818;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"17.8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00423908435778\";s:5:\"title\";s:0:\"\";}}'),
(9184, 941, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/01/Facilities9.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Facilities9-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:\"Facilities9-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Facilities9-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Facilities9-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Facilities9-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Facilities9-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Facilities9-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E990\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:986555818;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"17.8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00423908435778\";s:5:\"title\";s:0:\"\";}}'),
(9195, 943, 'id_field', 'ID'),
(9194, 943, 'filter', 'raw'),
(9189, 16, '_redirect_url', ''),
(9190, 16, '_wpml_media_duplicate', ''),
(9191, 16, '_wpml_media_featured', ''),
(9198, 946, '_wp_attached_file', '2014/01/Facilities10.jpg'),
(9199, 947, 'wpml_media_processed', '1'),
(9200, 947, '_wp_attached_file', '2014/01/Facilities10.jpg'),
(9201, 947, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:367;s:4:\"file\";s:24:\"2014/01/Facilities10.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Facilities10-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:\"Facilities10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"Facilities10-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"Facilities10-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"Facilities10-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"Facilities10-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623013;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(9202, 946, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:367;s:4:\"file\";s:24:\"2014/01/Facilities10.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Facilities10-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:\"Facilities10-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"Facilities10-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"Facilities10-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"Facilities10-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"Facilities10-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623013;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(9203, 948, '_wp_attached_file', '2014/01/Facilities11.jpg'),
(9204, 949, 'wpml_media_processed', '1'),
(9205, 949, '_wp_attached_file', '2014/01/Facilities11.jpg'),
(9206, 949, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/Facilities11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Facilities11-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:\"Facilities11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"Facilities11-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"Facilities11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"Facilities11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"Facilities11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"Facilities11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(9207, 948, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2014/01/Facilities11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Facilities11-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:\"Facilities11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"Facilities11-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"Facilities11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"Facilities11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"Facilities11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"Facilities11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364623419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(9242, 364, '_wpml_media_duplicate', ''),
(9243, 364, '_wpml_media_featured', ''),
(10445, 1089, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:145;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo1-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo1-250x145.png\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo1-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10444, 1090, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:145;s:4:\"file\";s:33:\"2014/06/Puerto-Barillas-Logo1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo1-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"Puerto-Barillas-Logo1-250x145.png\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo1-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10443, 1090, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo1.png'),
(9300, 965, 'wpml_media_processed', '1'),
(9301, 965, '_wp_attached_file', '2013/11/visitadeldia.jpg'),
(9302, 964, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:934;s:6:\"height\";i:623;s:4:\"file\";s:24:\"2013/11/visitadeldia.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"visitadeldia-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:\"visitadeldia-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"visitadeldia-934x400.jpg\";s:5:\"width\";i:934;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:24:\"visitadeldia-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:24:\"visitadeldia-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:23:\"visitadeldia-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:22:\"visitadeldia-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(13040, 4799, '_menu_item_object_id', '18'),
(9310, 896, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9311, 896, '_yoast_wpseo_title', 'lodge El Salvador'),
(9312, 896, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9313, 896, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(10442, 1090, 'wpml_media_processed', '1'),
(10441, 1089, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo1.png'),
(9324, 896, '_yoast_wpseo_linkdex', '40'),
(9325, 898, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9326, 898, '_yoast_wpseo_title', 'lodge El Salvador'),
(9327, 898, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9328, 898, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(9339, 898, '_yoast_wpseo_linkdex', '40'),
(9340, 900, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9341, 900, '_yoast_wpseo_title', 'lodge El Salvador'),
(9342, 900, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9343, 900, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(9354, 900, '_yoast_wpseo_linkdex', '40'),
(9355, 902, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9356, 902, '_yoast_wpseo_title', 'lodge El Salvador'),
(9357, 902, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9358, 902, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(9369, 902, '_yoast_wpseo_linkdex', '40'),
(9370, 904, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9371, 904, '_yoast_wpseo_title', 'lodge El Salvador'),
(9372, 904, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9373, 904, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(9384, 904, '_yoast_wpseo_linkdex', '40'),
(9385, 906, '_yoast_wpseo_focuskw', 'Lodge El Salvador'),
(9386, 906, '_yoast_wpseo_title', 'lodge El Salvador'),
(9387, 906, '_yoast_wpseo_metadesc', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses, full equipped, comfortable, air conditione'),
(9388, 906, '_yoast_wpseo_metakeywords', 'Lodge, Puerto Barillas, El Salvador, Comfortable, apartments, treehouses, air conditioner, nature'),
(9399, 906, '_yoast_wpseo_linkdex', '40'),
(9503, 974, '_redirect_url', ''),
(9502, 974, 'epaper_meta_pages', 'a:1:{i:0;s:0:\"\";}'),
(9501, 974, 'epaper_meta_pdf', 'http://puertobarillas.com/menu/MenuPB.pdf'),
(9500, 974, 'epaper_meta_realepaper', ''),
(9497, 974, '_edit_last', '1'),
(9498, 974, '_edit_lock', '1392154029:1'),
(9499, 974, '_wpas_done_all', '1'),
(9504, 974, 'hermes_post_display_featured', ''),
(9505, 974, 'hermes_post_display_slideshow', ''),
(9506, 974, 'hermes_post_display_slideshow_autoplay', ''),
(9507, 974, 'hermes_post_display_slideshow_speed', ''),
(10440, 1087, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:161;s:4:\"file\";s:32:\"2014/06/Puerto-Barillas-Logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo-250x155.png\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:30:\"Puerto-Barillas-Logo-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(9560, 107, '_wpml_media_duplicate', ''),
(9523, 20, '_wpml_media_featured', ''),
(10439, 1088, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:279;s:6:\"height\";i:161;s:4:\"file\";s:32:\"2014/06/Puerto-Barillas-Logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:32:\"Puerto-Barillas-Logo-250x155.png\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:31:\"Puerto-Barillas-Logo-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:30:\"Puerto-Barillas-Logo-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10438, 1088, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo.png'),
(10437, 1088, 'wpml_media_processed', '1'),
(10436, 1087, '_wp_attached_file', '2014/06/Puerto-Barillas-Logo.png'),
(9561, 107, '_wpml_media_featured', ''),
(10421, 183, 'post_id', '183'),
(10420, 183, 'meta_id', '9663'),
(10419, 183, 'filter', 'raw'),
(13348, 184, 'post_id', '184'),
(13251, 186, 'post_id', '186'),
(13271, 187, 'post_id', '187'),
(13334, 190, 'default_source', 'tags'),
(13333, 190, 'preview_image_relpath', 'photocrati-nextgen_basic_tagcloud#preview.gif'),
(12858, 985, 'id_field', 'ID'),
(10054, 1020, 'wpml_media_processed', '1'),
(10055, 1020, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture22-1400x400.jpg'),
(10056, 1020, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2014/03/Puerto_Barillas_Picture22-1400x400.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x400-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:\"Puerto_Barillas_Picture22-1400x400-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x400-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x400-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_Picture22-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:44:\"Puerto_Barillas_Picture22-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10085, 1032, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture61.jpg'),
(10086, 1032, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture61.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture61-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:\"Puerto_Barillas_Picture61-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture61-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture61-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture61-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture61-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture61-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture61-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10123, 1047, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture42.jpg'),
(10059, 1022, 'wpml_media_processed', '1'),
(10060, 1022, '_wp_attached_file', '2014/03/Restaurant.jpg'),
(10061, 1022, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2014/03/Restaurant.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Restaurant-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:\"Restaurant-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Restaurant-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:23:\"Restaurant-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:22:\"Restaurant-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:22:\"Restaurant-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:21:\"Restaurant-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:20:\"Restaurant-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10064, 1024, 'wpml_media_processed', '1'),
(10065, 1024, '_wp_attached_file', '2014/03/restaurante2-1400x400.jpg'),
(10066, 1024, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2014/03/restaurante2-1400x400.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x400-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:\"restaurante2-1400x400-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x400-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x400-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:32:\"restaurante2-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:31:\"restaurante2-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10122, 1045, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-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:\"Puerto_Barillas_Picture12-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture12-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture12-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10089, 1034, 'wpml_media_processed', '1'),
(10090, 1034, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture71.jpg'),
(10091, 1034, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture71.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture71-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:\"Puerto_Barillas_Picture71-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture71-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture71-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture71-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture71-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture71-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture71-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10124, 1048, 'wpml_media_processed', '1'),
(10125, 1048, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture42.jpg'),
(10126, 1048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture42.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-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:\"Puerto_Barillas_Picture42-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture42-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture42-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture42-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture42-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10094, 1036, 'wpml_media_processed', '1'),
(10095, 1036, '_wp_attached_file', '2014/03/mono-1400x4001.jpg'),
(10096, 1036, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2014/03/mono-1400x4001.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mono-1400x4001-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:\"mono-1400x4001-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"mono-1400x4001-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:27:\"mono-1400x4001-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:26:\"mono-1400x4001-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:26:\"mono-1400x4001-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:25:\"mono-1400x4001-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:24:\"mono-1400x4001-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10127, 1047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture42.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-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:\"Puerto_Barillas_Picture42-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture42-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture42-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture42-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture42-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture42-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10099, 1038, 'wpml_media_processed', '1'),
(10100, 1038, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture22-1400x4001.jpg'),
(10101, 1038, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2014/03/Puerto_Barillas_Picture22-1400x4001.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4001-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:46:\"Puerto_Barillas_Picture22-1400x4001-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4001-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4001-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4001-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4001-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x4001-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_Picture22-1400x4001-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10128, 1049, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture62.jpg'),
(10129, 1050, 'wpml_media_processed', '1'),
(10130, 1050, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture62.jpg'),
(10131, 1050, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture62.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-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:\"Puerto_Barillas_Picture62-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture62-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture62-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture62-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture62-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10104, 1040, 'wpml_media_processed', '1'),
(10105, 1040, '_wp_attached_file', '2014/03/Restaurant1.jpg'),
(10106, 1040, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2014/03/Restaurant1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Restaurant1-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:\"Restaurant1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Restaurant1-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"Restaurant1-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Restaurant1-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Restaurant1-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Restaurant1-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Restaurant1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10132, 1049, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture62.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-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:\"Puerto_Barillas_Picture62-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture62-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture62-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture62-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture62-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture62-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10109, 1042, 'wpml_media_processed', '1'),
(10110, 1042, '_wp_attached_file', '2014/03/restaurante2-1400x4001.jpg'),
(10111, 1042, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2014/03/restaurante2-1400x4001.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4001-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:\"restaurante2-1400x4001-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4001-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4001-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4001-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4001-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x4001-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:32:\"restaurante2-1400x4001-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10133, 1051, '_wp_attached_file', '2014/03/mono-1400x4002.jpg'),
(10134, 1052, 'wpml_media_processed', '1'),
(10135, 1052, '_wp_attached_file', '2014/03/mono-1400x4002.jpg'),
(10136, 1052, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2014/03/mono-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-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:\"mono-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"mono-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:27:\"mono-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:25:\"mono-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:24:\"mono-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10137, 1051, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2014/03/mono-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-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:\"mono-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"mono-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:27:\"mono-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:26:\"mono-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:25:\"mono-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:24:\"mono-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10138, 1053, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture72.jpg'),
(10139, 1054, 'wpml_media_processed', '1'),
(10140, 1054, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture72.jpg'),
(10141, 1054, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture72.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-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:\"Puerto_Barillas_Picture72-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture72-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture72-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture72-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture72-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10142, 1053, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2014/03/Puerto_Barillas_Picture72.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-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:\"Puerto_Barillas_Picture72-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture72-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture72-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture72-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture72-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture72-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10143, 1055, '_wp_attached_file', '2014/03/Restaurant2.jpg'),
(10144, 1056, 'wpml_media_processed', '1'),
(10145, 1056, '_wp_attached_file', '2014/03/Restaurant2.jpg'),
(10146, 1056, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2014/03/Restaurant2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Restaurant2-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:\"Restaurant2-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Restaurant2-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"Restaurant2-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Restaurant2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Restaurant2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Restaurant2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Restaurant2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10147, 1055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2014/03/Restaurant2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Restaurant2-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:\"Restaurant2-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Restaurant2-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:24:\"Restaurant2-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:23:\"Restaurant2-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:23:\"Restaurant2-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:22:\"Restaurant2-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:21:\"Restaurant2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10148, 1057, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture22-1400x4002.jpg'),
(10149, 1058, 'wpml_media_processed', '1'),
(10150, 1058, '_wp_attached_file', '2014/03/Puerto_Barillas_Picture22-1400x4002.jpg'),
(10151, 1058, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2014/03/Puerto_Barillas_Picture22-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-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:46:\"Puerto_Barillas_Picture22-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_Picture22-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10152, 1057, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2014/03/Puerto_Barillas_Picture22-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-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:46:\"Puerto_Barillas_Picture22-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:48:\"Puerto_Barillas_Picture22-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:47:\"Puerto_Barillas_Picture22-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:46:\"Puerto_Barillas_Picture22-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_Picture22-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10153, 1059, '_wp_attached_file', '2014/03/restaurante2-1400x4002.jpg'),
(10154, 1060, 'wpml_media_processed', '1'),
(10155, 1060, '_wp_attached_file', '2014/03/restaurante2-1400x4002.jpg'),
(10156, 1060, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2014/03/restaurante2-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-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:\"restaurante2-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:32:\"restaurante2-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10157, 1059, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2014/03/restaurante2-1400x4002.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-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:\"restaurante2-1400x4002-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4002-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:35:\"restaurante2-1400x4002-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:34:\"restaurante2-1400x4002-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:33:\"restaurante2-1400x4002-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:32:\"restaurante2-1400x4002-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10160, 1063, 'wpml_media_processed', '1'),
(10161, 1063, '_wp_attached_file', '2013/10/Atardecer.jpg'),
(10162, 1063, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4262;s:6:\"height\";i:2652;s:4:\"file\";s:21:\"2013/10/Atardecer.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Atardecer-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:\"Atardecer-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Atardecer-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:22:\"Atardecer-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"Atardecer-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"Atardecer-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"Atardecer-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"Atardecer-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301767696;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(10165, 1065, 'wpml_media_processed', '1'),
(10166, 1065, '_wp_attached_file', '2013/10/Isla-Pajarito.jpg'),
(10167, 1065, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2013/10/Isla-Pajarito.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-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:\"Isla-Pajarito-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"Isla-Pajarito-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"Isla-Pajarito-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10172, 1067, 'wpml_media_processed', '1'),
(10173, 1067, '_wp_attached_file', '2014/03/Isla-Pajarito.jpg'),
(10174, 1067, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2014/03/Isla-Pajarito.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-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:\"Isla-Pajarito-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"Isla-Pajarito-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"Isla-Pajarito-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10171, 1066, '_wp_attached_file', '2014/03/Isla-Pajarito.jpg'),
(10175, 1066, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2014/03/Isla-Pajarito.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-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:\"Isla-Pajarito-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:25:\"Isla-Pajarito-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:24:\"Isla-Pajarito-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:23:\"Isla-Pajarito-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10224, 1079, 'source', 'galleries'),
(10225, 1079, 'display_type', 'photocrati-nextgen_basic_slideshow'),
(10226, 1079, 'slug', ''),
(10227, 1079, 'display_settings', 'eyJnYWxsZXJ5X3dpZHRoIjoiNjAwIiwiZ2FsbGVyeV9oZWlnaHQiOiI0MDAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiY3ljbGVfaW50ZXJ2YWwiOiIxMCIsImltYWdlc19wZXJfcGFnZSI6IjEwIiwiZmxhc2hfZW5hYmxlZCI6IjAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfc3RyZXRjaF9pbWFnZSI6InRydWUiLCJmbGFzaF90cmFuc2l0aW9uX2VmZmVjdCI6InJhbmRvbSIsImZsYXNoX3NodWZmbGUiOiIxIiwiZmxhc2hfbmV4dF9vbl9jbGljayI6IjEiLCJmbGFzaF9uYXZpZ2F0aW9uX2JhciI6IjAiLCJmbGFzaF9sb2FkaW5nX2ljb24iOiIwIiwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOiIwIiwiZmxhc2hfc2xvd196b29tIjoiMCIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOiIwIiwiZmxhc2hfYmFja2dyb3VuZF9jb2xvciI6IjAwMDAwMCIsImZsYXNoX3RleHRfY29sb3IiOiJGRkZGRkYiLCJmbGFzaF9yb2xsb3Zlcl9jb2xvciI6IkNDMDAwMCIsImZsYXNoX3NjcmVlbl9jb2xvciI6IjAwMDAwMCIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIxIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJmbGFzaF9wYXRoIjoiIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(10223, 1079, 'maximum_entity_count', '500'),
(10222, 1079, 'returns', 'included'),
(10221, 1079, 'order_direction', 'ASC'),
(10220, 1079, 'order_by', 'sortorder'),
(10231, 1079, 'sortorder', 'W10='),
(10232, 1079, 'entity_ids', 'W10='),
(10233, 1079, 'id_field', 'ID'),
(10268, 207, '_yoast_wpseo_focuskw', 'Apartments'),
(10317, 141, '_wpml_media_featured', ''),
(10318, 765, '_yoast_wpseo_focuskw', 'Puerto Barillas Marina and Lodging, Bahia de Jiquilisco'),
(10319, 765, '_yoast_wpseo_title', 'Puerto Barillas Marina and Lodging, Bahia de Jiquilisco'),
(10320, 765, '_yoast_wpseo_metadesc', 'Puerto Barillas Marina and Lodging'),
(10321, 765, '_yoast_wpseo_metakeywords', 'Puerto Barillas Marina and Lodging'),
(10322, 765, '_yoast_wpseo_linkdex', '17'),
(10527, 207, '_yoast_wpseo_title', 'Hotels, lodges, apartments, accomodation'),
(10343, 177, 'id_field', 'ID'),
(10357, 178, 'display_settings', 'W10='),
(10358, 178, 'id_field', 'ID'),
(10371, 179, 'values', 'W10='),
(10372, 179, 'display_settings', 'W10='),
(10373, 179, 'id_field', 'ID'),
(10387, 180, 'display_settings', 'W10='),
(10388, 180, 'id_field', 'ID'),
(10401, 181, 'values', 'eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),
(10402, 181, 'display_settings', 'W10='),
(10403, 181, 'id_field', 'ID'),
(10416, 182, 'values', 'W10='),
(10417, 182, 'display_settings', 'W10='),
(10418, 182, 'id_field', 'ID'),
(10430, 183, 'styles', '/wp-includes/js/thickbox/thickbox.css'),
(10431, 183, 'values', 'W10='),
(10432, 183, 'display_settings', 'W10='),
(10433, 183, 'id_field', 'ID'),
(10702, 299, '_wpml_media_duplicate', ''),
(10703, 299, '_wpml_media_featured', ''),
(10741, 844, '_yoast_wpseo_title', 'Activities in EL Salvador'),
(10742, 844, '_yoast_wpseo_metadesc', 'Boat Tours Visit our Monkey Sanctuary eco Kayak Rental Sport Fishing Air Tours Hawksbill Turtle Tour Puerto Barillas offers many unique'),
(10743, 844, '_yoast_wpseo_metakeywords', 'Cacao Tours El Salvador, Green Tourism El Salvador, Monkey Sanctuary,'),
(10744, 844, '_yoast_wpseo_linkdex', '38'),
(13112, 4807, '_menu_item_object_id', '167'),
(13113, 4807, '_menu_item_object', 'page'),
(13114, 4807, '_menu_item_target', ''),
(11025, 24, 'hermes_booking_email', ''),
(10783, 1141, 'wpml_media_processed', '1'),
(10784, 1141, '_wp_attached_file', '2015/01/Puerto_Barillas_gallO12-1400x400.jpg'),
(10785, 1141, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:44:\"2015/01/Puerto_Barillas_gallO12-1400x400.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Puerto_Barillas_gallO12-1400x400-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:43:\"Puerto_Barillas_gallO12-1400x400-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Puerto_Barillas_gallO12-1400x400-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:44:\"Puerto_Barillas_gallO12-1400x400-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:44:\"Puerto_Barillas_gallO12-1400x400-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:43:\"Puerto_Barillas_gallO12-1400x400-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:42:\"Puerto_Barillas_gallO12-1400x400-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;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:\"\";}}'),
(10866, 45, '_wpml_media_duplicate', ''),
(10867, 45, '_wpml_media_featured', ''),
(10872, 24, '_wpml_media_duplicate', ''),
(10873, 24, '_wpml_media_featured', ''),
(13111, 4807, '_menu_item_menu_item_parent', '0'),
(13110, 4807, '_menu_item_type', 'post_type'),
(13367, 185, 'meta_id', '8269'),
(13039, 4799, '_menu_item_menu_item_parent', '4798'),
(13368, 185, 'post_id', '185'),
(13369, 185, 'meta_key', 'name'),
(13370, 185, 'meta_value', 'photocrati-nextgen_basic_extended_album'),
(10787, 1047, '_edit_lock', '1422203735:1'),
(11032, 1180, '_edit_last', '1'),
(11033, 1180, '_edit_lock', '1518484813:1'),
(11034, 512, '_wpml_media_duplicate', '1'),
(11035, 512, '_wpml_media_featured', ''),
(13249, 186, 'filter', 'raw'),
(13269, 187, 'filter', 'raw'),
(13293, 188, 'meta_value', 'photocrati-nextgen_basic_imagebrowser'),
(13292, 188, 'meta_key', 'name'),
(13291, 188, 'post_id', '188'),
(13290, 188, 'meta_id', '8299'),
(13317, 189, 'name', 'photocrati-nextgen_basic_singlepic'),
(13316, 189, 'view_order', '10060'),
(13315, 189, 'default_source', 'galleries'),
(13314, 189, 'preview_image_relpath', 'photocrati-nextgen_basic_singlepic#preview.gif'),
(13311, 189, 'meta_key', 'name'),
(13332, 190, 'title', 'NextGEN Basic TagCloud'),
(13328, 190, 'meta_id', '8319'),
(13329, 190, 'post_id', '190'),
(13330, 190, 'meta_key', 'name'),
(13331, 190, 'meta_value', 'photocrati-nextgen_basic_tagcloud'),
(13327, 190, 'filter', 'raw'),
(13347, 184, 'meta_id', '8259'),
(13366, 185, 'filter', 'raw'),
(11299, 24, '_yoast_wpseo_focuskw', 'Book on the OFFICIAL WEBSITE® of Hotel Puerto Barillas'),
(11300, 24, '_yoast_wpseo_title', 'Book on the OFFICIAL WEBSITE® of Hotel Puerto Barillas'),
(11301, 24, '_yoast_wpseo_metadesc', 'Book now directly on the OFFICIAL WEBSITE of Hotel Puerto Barillas in El Salvador without intermediaries with special discounts the best price guaranteed.'),
(11302, 24, '_yoast_wpseo_linkdex', '26'),
(11313, 24, '_yoast_wpseo_metakeywords', 'Book on the OFFICIAL WEBSITE® of Hotel Puerto Barillas'),
(11450, 1294, '_menu_item_type', 'post_type'),
(13260, 186, 'hidden_from_ui', ''),
(13261, 186, 'installed_at_version', '3.2.2'),
(13262, 186, 'module_id', 'photocrati-nextgen_basic_gallery'),
(12857, 985, 'filter', 'raw'),
(11451, 1294, '_menu_item_menu_item_parent', '0'),
(13391, 1006, 'filter', 'raw'),
(12856, 985, '__defaults_set', '1'),
(11357, 1224, '_edit_last', '1'),
(11358, 1224, '_edit_lock', '1452451563:1'),
(11359, 1224, '_wp_page_template', 'default'),
(11360, 1224, '_wpas_done_all', '1'),
(11361, 1224, '_redirect_url', ''),
(11362, 1224, 'hermes_post_display_featured', 'No'),
(11363, 1224, 'hermes_post_display_slideshow', ''),
(11364, 1224, 'hermes_post_display_slideshow_autoplay', ''),
(11365, 1224, 'hermes_post_display_slideshow_speed', ''),
(11366, 1224, '_wpml_media_duplicate', '1'),
(11367, 1224, '_wpml_media_featured', '1'),
(11368, 1226, '_edit_last', '1'),
(11369, 1226, '_edit_lock', '1452457438:1'),
(11370, 1226, '_wp_page_template', 'page-templates/booking.php'),
(11371, 1226, '_wpas_done_all', '1'),
(11372, 1226, '_redirect_url', ''),
(11373, 1226, 'hermes_post_display_featured', 'No'),
(11374, 1226, 'hermes_post_display_slideshow', ''),
(11375, 1226, 'hermes_post_display_slideshow_autoplay', ''),
(11376, 1226, 'hermes_post_display_slideshow_speed', ''),
(11377, 1226, '_wpml_media_duplicate', '1'),
(11378, 1226, '_wpml_media_featured', '1'),
(11379, 1226, 'hermes_booking_email', 'elena@puertobarillas.com'),
(13217, 984, 'id_field', 'ID'),
(13216, 984, 'filter', 'raw'),
(13264, 186, '__defaults_set', '1'),
(13265, 186, 'entity_types', 'WyJpbWFnZSJd'),
(13266, 186, 'settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsIl9lcnJvcnMiOltdfQ=='),
(13232, 24, '_yoast_wpseo_focuskw_text_input', 'Book on the OFFICIAL WEBSITE® of Hotel Puerto Barillas'),
(13234, 209, '_yoast_wpseo_content_score', '60'),
(13221, 207, '_yoast_wpseo_content_score', '60'),
(13220, 207, '_yoast_wpseo_focuskw_text_input', 'Apartments'),
(13389, 1070, 'id_field', 'ID'),
(13388, 1070, 'filter', 'raw'),
(13387, 1070, '__defaults_set', '1'),
(13225, 299, '_yoast_wpseo_content_score', '30'),
(13226, 299, '_yoast_wpseo_focuskw_text_input', 'Events'),
(13227, 299, '_yoast_wpseo_focuskw', 'Events'),
(13228, 299, '_yoast_wpseo_linkdex', '58'),
(13390, 1006, '__defaults_set', '1'),
(11452, 1294, '_menu_item_object_id', '22'),
(11453, 1294, '_menu_item_object', 'page'),
(11454, 1294, '_menu_item_target', ''),
(11455, 1294, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11456, 1294, '_menu_item_xfn', ''),
(11457, 1294, '_menu_item_url', ''),
(11459, 1294, '_wpas_done_all', '1'),
(11586, 1320, '_edit_last', '1'),
(11587, 1320, '_edit_lock', '1462661494:1'),
(11588, 1320, '_wp_page_template', 'default'),
(11589, 1320, '_wpas_done_all', '1'),
(11590, 1320, '_redirect_url', ''),
(11591, 1320, 'hermes_post_display_featured', 'No'),
(11592, 1320, 'hermes_post_display_slideshow', ''),
(11593, 1320, 'hermes_post_display_slideshow_autoplay', ''),
(11594, 1320, 'hermes_post_display_slideshow_speed', ''),
(11595, 1320, '_wpml_media_duplicate', ''),
(11596, 1320, '_wpml_media_featured', ''),
(13263, 186, 'hidden_from_igw', ''),
(11612, 153, '_wpml_media_duplicate', ''),
(11613, 153, '_wpml_media_featured', ''),
(11614, 153, '_oembed_eeb332c686f809b70cd00b13a00e4689', '{{unknown}}'),
(11615, 153, '_oembed_9f86f86cd4134222376562b381d043b0', '<iframe width=\"940\" height=\"529\" src=\"https://www.youtube.com/embed/CHNuIfPjijs?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(11616, 153, '_oembed_time_9f86f86cd4134222376562b381d043b0', '1464676988'),
(13137, 4811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:19:\"2013/10/Airview.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Airview-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:\"Airview-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Airview-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Airview-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"Airview-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:19:\"Airview-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:19:\"Airview-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:18:\"Airview-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:17:\"Airview-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:19:\"Airview-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13190, 4833, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture16.jpg'),
(13169, 4823, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:303;s:6:\"height\";i:101;s:4:\"file\";s:21:\"2016/08/Premio-PB.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Premio-PB-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Premio-PB-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:21:\"Premio-PB-290x101.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:21:\"Premio-PB-250x101.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:20:\"Premio-PB-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:19:\"Premio-PB-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13168, 4823, '_wp_attached_file', '2016/08/Premio-PB.jpg'),
(13191, 4833, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture16.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture16-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:\"Puerto_Barillas_Picture16-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture16-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture16-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture16-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture16-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture16-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture16-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture16-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13188, 4832, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture15a.jpg'),
(13189, 4832, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2016/08/Puerto_Barillas_Picture15a.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15a-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:\"Puerto_Barillas_Picture15a-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15a-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Picture15a-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15a-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15a-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture15a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15a-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13184, 4830, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture14a.jpg'),
(13185, 4830, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2016/08/Puerto_Barillas_Picture14a.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14a-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:\"Puerto_Barillas_Picture14a-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14a-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Picture14a-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14a-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14a-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture14a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14a-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13186, 4831, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture15.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13187, 4831, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture15.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15-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:\"Puerto_Barillas_Picture15-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture15-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture15-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture15-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture15-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13182, 4829, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture14.jpg'),
(13183, 4829, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14-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:\"Puerto_Barillas_Picture14-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture14-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture14-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture14-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture14-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13180, 4828, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture13.jpg'),
(13181, 4828, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture13-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:\"Puerto_Barillas_Picture13-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture13-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture13-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture13-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture13-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture13-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture13-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture13-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13178, 4827, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture12a.jpg'),
(13179, 4827, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2016/08/Puerto_Barillas_Picture12a.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12a-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:\"Puerto_Barillas_Picture12a-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12a-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Picture12a-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12a-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12a-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture12a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12a-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13176, 4826, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture12.jpg'),
(13177, 4826, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-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:\"Puerto_Barillas_Picture12-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture12-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture12-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture12-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture12-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13172, 4824, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture11.jpg'),
(13173, 4824, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2016/08/Puerto_Barillas_Picture11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-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:\"Puerto_Barillas_Picture11-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture11-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:35:\"Puerto_Barillas_Picture11-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13149, 4812, 'hermes_post_display_slideshow_autoplay', NULL),
(13150, 4812, 'hermes_post_display_slideshow_speed', ''),
(13151, 4812, '_edit_lock', '1472429952:1'),
(13148, 4812, 'hermes_post_display_slideshow', NULL),
(13147, 4812, 'hermes_post_display_featured', 'No'),
(13175, 4825, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2016/08/Puerto_Barillas_Picture11a.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11a-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:\"Puerto_Barillas_Picture11a-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11a-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Puerto_Barillas_Picture11a-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11a-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11a-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:37:\"Puerto_Barillas_Picture11a-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:36:\"Puerto_Barillas_Picture11a-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:38:\"Puerto_Barillas_Picture11a-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13174, 4825, '_wp_attached_file', '2016/08/Puerto_Barillas_Picture11a.jpg'),
(13143, 68, '_yoast_wpseo_metakeywords', 'Day Visit'),
(13142, 68, '_yoast_wpseo_linkdex', '58'),
(13146, 4812, '_redirect_url', ''),
(13145, 4812, '_wp_page_template', 'default'),
(13144, 4812, '_edit_last', '1'),
(13141, 68, '_yoast_wpseo_focuskw', 'Day Away'),
(13140, 68, '_yoast_wpseo_focuskw_text_input', 'Day Away'),
(13139, 68, '_thumbnail_id', '4811'),
(13138, 4811, '_wp_attachment_image_alt', 'Visita del Dia'),
(12294, 4733, '_edit_last', '1'),
(12295, 4733, '_wp_page_template', 'default'),
(12296, 4733, '_redirect_url', ''),
(12297, 4733, 'hermes_post_display_featured', 'No'),
(12298, 4733, 'hermes_post_display_slideshow', NULL),
(12299, 4733, 'hermes_post_display_slideshow_autoplay', NULL),
(12300, 4733, 'hermes_post_display_slideshow_speed', ''),
(12301, 4733, '_wpml_media_duplicate', '1'),
(12302, 4733, '_wpml_media_featured', '1'),
(12303, 4733, '_edit_lock', '1576833474:1'),
(12304, 4736, '_menu_item_type', 'custom'),
(12305, 4736, '_menu_item_menu_item_parent', '0'),
(12306, 4736, '_menu_item_object_id', '4736'),
(12307, 4736, '_menu_item_object', 'custom'),
(12308, 4736, '_menu_item_target', ''),
(12309, 4736, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(12310, 4736, '_menu_item_xfn', ''),
(12311, 4736, '_menu_item_url', 'http://puertobarillas.com/es/'),
(13219, 63, '_yoast_wpseo_content_score', '60'),
(13211, 4839, '_wp_attached_file', '2016/10/PB3.jpg'),
(13208, 4837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/10/PB4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB4-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:14:\"PB4-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB4-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB4-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB4-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB4-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB4-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB4-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13287, 187, 'id_field', 'ID'),
(13083, 4804, '_menu_item_type', 'post_type'),
(13066, 4802, '_menu_item_menu_item_parent', '0'),
(13059, 4801, '_menu_item_object', 'page'),
(13050, 4800, '_menu_item_object', 'page'),
(13049, 4800, '_menu_item_object_id', '299'),
(13383, 185, 'settings', 'eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGVtcGxhdGUiOiIiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0Iiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJfZXJyb3JzIjpbXX0='),
(13346, 184, 'filter', 'raw'),
(13308, 189, 'filter', 'raw'),
(13309, 189, 'meta_id', '8309'),
(13310, 189, 'post_id', '189'),
(13289, 188, 'filter', 'raw'),
(12460, 4744, '_edit_last', '1'),
(12432, 22, '_yoast_wpseo_content_score', '30'),
(13215, 984, '__defaults_set', '1'),
(12436, 4742, '_edit_last', '1'),
(12437, 4742, '_redirect_url', ''),
(12438, 4742, 'hermes_post_display_featured', NULL),
(12439, 4742, 'hermes_post_display_slideshow', NULL),
(12440, 4742, 'hermes_post_display_slideshow_autoplay', NULL),
(12441, 4742, 'hermes_post_display_slideshow_speed', NULL),
(12442, 4742, 'hermes_testimonial_author', ''),
(12443, 4742, 'hermes_testimonial_country', ''),
(12444, 4742, 'hermes_testimonial_date', ''),
(12445, 4742, 'hermes_testimonial_url', ''),
(12446, 4742, '_yoast_wpseo_content_score', '30'),
(12447, 4742, '_edit_lock', '1470078021:1'),
(12448, 4743, '_edit_last', '1'),
(12449, 4743, '_edit_lock', '1468796678:1'),
(12450, 4743, '_redirect_url', ''),
(12451, 4743, 'hermes_post_display_featured', NULL),
(12452, 4743, 'hermes_post_display_slideshow', NULL),
(12453, 4743, 'hermes_post_display_slideshow_autoplay', NULL),
(12454, 4743, 'hermes_post_display_slideshow_speed', NULL),
(12455, 4743, 'hermes_testimonial_author', ''),
(12456, 4743, 'hermes_testimonial_country', ''),
(12457, 4743, 'hermes_testimonial_date', ''),
(12458, 4743, 'hermes_testimonial_url', ''),
(12459, 4743, '_yoast_wpseo_content_score', '30'),
(12461, 4744, '_edit_lock', '1470014351:1'),
(12462, 4744, '_redirect_url', ''),
(12463, 4744, 'hermes_post_display_featured', NULL),
(12464, 4744, 'hermes_post_display_slideshow', NULL),
(12465, 4744, 'hermes_post_display_slideshow_autoplay', NULL),
(12466, 4744, 'hermes_post_display_slideshow_speed', NULL),
(12467, 4744, 'hermes_testimonial_author', ''),
(12468, 4744, 'hermes_testimonial_country', ''),
(12469, 4744, 'hermes_testimonial_date', ''),
(12470, 4744, 'hermes_testimonial_url', ''),
(12471, 4744, '_yoast_wpseo_content_score', '60'),
(12472, 4745, '_edit_last', '1'),
(12473, 4745, '_edit_lock', '1472418196:1'),
(12474, 4745, '_redirect_url', ''),
(12475, 4745, 'hermes_post_display_featured', NULL),
(12476, 4745, 'hermes_post_display_slideshow', NULL),
(12477, 4745, 'hermes_post_display_slideshow_autoplay', NULL),
(12478, 4745, 'hermes_post_display_slideshow_speed', NULL),
(12479, 4745, 'hermes_testimonial_author', 'Alessandra'),
(12480, 4745, 'hermes_testimonial_country', 'Italy'),
(12481, 4745, 'hermes_testimonial_date', ''),
(12482, 4745, 'hermes_testimonial_url', ''),
(12483, 4745, '_yoast_wpseo_content_score', '30'),
(12484, 4746, '_edit_last', '1'),
(12485, 4746, '_edit_lock', '1472418112:1'),
(12486, 4746, '_redirect_url', ''),
(12487, 4746, 'hermes_post_display_featured', NULL),
(12488, 4746, 'hermes_post_display_slideshow', NULL),
(12489, 4746, 'hermes_post_display_slideshow_autoplay', NULL),
(12490, 4746, 'hermes_post_display_slideshow_speed', NULL),
(12491, 4746, 'hermes_testimonial_author', 'SF Wanderer'),
(12492, 4746, 'hermes_testimonial_country', 'San Francisco, CA'),
(12493, 4746, 'hermes_testimonial_date', ''),
(12494, 4746, 'hermes_testimonial_url', ''),
(12495, 4746, '_yoast_wpseo_content_score', '30'),
(12502, 1301, '_yoast_wpseo_content_score', '30'),
(12506, 4752, '__defaults_set', '1'),
(12507, 4752, 'filter', 'raw'),
(12508, 4752, 'id_field', 'ID'),
(12509, 4753, '__defaults_set', '1'),
(12510, 4753, 'filter', 'raw'),
(12511, 4753, 'id_field', 'ID'),
(12795, 4754, 'id_field', 'ID'),
(12793, 4754, '__defaults_set', '1'),
(12794, 4754, 'filter', 'raw'),
(12518, 4755, '__defaults_set', '1'),
(12519, 4755, 'filter', 'raw'),
(12520, 4755, 'id_field', 'ID'),
(12521, 4756, '__defaults_set', '1'),
(12522, 4756, 'filter', 'raw'),
(12523, 4756, 'id_field', 'ID'),
(12528, 4757, 'filter', 'raw'),
(12527, 4757, '__defaults_set', '1'),
(12529, 4757, 'id_field', 'ID'),
(12530, 4758, '__defaults_set', '1'),
(12531, 4758, 'filter', 'raw'),
(12532, 4758, 'id_field', 'ID'),
(12537, 4759, 'filter', 'raw'),
(12536, 4759, '__defaults_set', '1'),
(12538, 4759, 'id_field', 'ID'),
(12539, 4760, '__defaults_set', '1'),
(12540, 4760, 'filter', 'raw'),
(12541, 4760, 'id_field', 'ID'),
(12546, 4761, 'filter', 'raw'),
(12545, 4761, '__defaults_set', '1'),
(12547, 4761, 'id_field', 'ID'),
(12548, 4762, '__defaults_set', '1'),
(12549, 4762, 'filter', 'raw'),
(12550, 4762, 'id_field', 'ID'),
(12555, 4763, 'filter', 'raw'),
(12554, 4763, '__defaults_set', '1'),
(12556, 4763, 'id_field', 'ID'),
(12557, 4764, '__defaults_set', '1'),
(12558, 4764, 'filter', 'raw'),
(12559, 4764, 'id_field', 'ID'),
(12564, 4765, 'filter', 'raw'),
(12563, 4765, '__defaults_set', '1'),
(12565, 4765, 'id_field', 'ID'),
(12566, 4766, '__defaults_set', '1'),
(12567, 4766, 'filter', 'raw'),
(12568, 4766, 'id_field', 'ID'),
(12573, 4767, 'filter', 'raw'),
(12572, 4767, '__defaults_set', '1'),
(12574, 4767, 'id_field', 'ID'),
(12591, 4769, '_wp_attached_file', '2013/11/IMG_6121.jpg'),
(12577, 462, '_yoast_wpseo_content_score', '30'),
(12578, 462, '_yoast_wpseo_primary_category', ''),
(12592, 4769, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2013/11/IMG_6121.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6121-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:\"IMG_6121-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6121-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6121-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_6121-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_6121-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_6121-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_6121-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_6121-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_6121-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458670028\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12594, 4770, '_ngg_image_id', '131'),
(12595, 4770, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"ngg_featured/IMG_2718.JPG\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2718-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:\"IMG_2718-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2718-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2718-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_2718-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_2718-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_2718-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_2718-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_2718-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_2718-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12596, 462, '_thumbnail_id', '4770'),
(12705, 4771, 'order_by', 'sortorder'),
(12706, 4771, 'order_direction', 'ASC'),
(12707, 4771, 'returns', 'included'),
(12708, 4771, 'maximum_entity_count', '500'),
(12709, 4771, 'source', 'galleries'),
(12710, 4771, 'display_type', 'photocrati-nextgen_basic_thumbnails'),
(12711, 4771, 'slug', ''),
(12712, 4771, '__defaults_set', '1'),
(12713, 4771, 'display_settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTIwIiwidGh1bWJuYWlsX2hlaWdodCI6IjkwIiwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjoiMCIsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMSIsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(12714, 4771, 'exclusions', 'W10='),
(12715, 4771, 'container_ids', 'Wzld'),
(12716, 4771, 'excluded_container_ids', 'W10='),
(12717, 4771, 'sortorder', 'WzEyOSwxMzAsMTMxLDEzMiwxMzMsMTM0LDEzNV0='),
(12718, 4771, 'entity_ids', 'W10='),
(12719, 4771, 'id_field', 'ID'),
(13135, 4745, '_wp_old_slug', 'all-this-beauty-in-one-place'),
(12814, 460, '_wp_old_slug', 'kayaking-el-salvador-adventure-travellers'),
(12830, 4782, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4384;s:6:\"height\";i:3288;s:4:\"file\";s:20:\"2013/10/DJI00526.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DJI00526-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:\"DJI00526-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DJI00526-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DJI00526-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"DJI00526-1400x400.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"DJI00526-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"DJI00526-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"DJI00526-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"DJI00526-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"DJI00526-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"PHANTOM VISION FC200\";s:7:\"caption\";s:12:\"DCIM123MEDIA\";s:17:\"created_timestamp\";s:10:\"1458144218\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.000786410821013\";s:5:\"title\";s:12:\"DCIM123MEDIA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12831, 239, '_thumbnail_id', '4782'),
(12845, 4784, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:982;s:4:\"file\";s:20:\"2013/10/IMG_6256.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6256-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:\"IMG_6256-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6256-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6256-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:21:\"IMG_6256-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_6256-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_6256-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_6256-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_6256-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_6256-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443610070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:15:\"0.0003279763857\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12834, 239, '_yoast_wpseo_content_score', '30'),
(12835, 239, '_yoast_wpseo_primary_category', ''),
(12838, 239, '_yoast_wpseo_focuskw_text_input', 'Bahia de Jiquilisco'),
(12839, 239, '_yoast_wpseo_focuskw', 'Bahia de Jiquilisco'),
(12840, 239, '_yoast_wpseo_title', 'Discover Bahia de Jiquilisco, El Salvador'),
(12841, 239, '_yoast_wpseo_metadesc', 'Bahia de Jiquilisco, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the'),
(12842, 239, '_yoast_wpseo_linkdex', '79'),
(12843, 239, '_yoast_wpseo_metakeywords', 'Bahia de JIquilisco El Salvador'),
(12846, 86, '_thumbnail_id', '4784'),
(12849, 86, '_yoast_wpseo_focuskw_text_input', 'Bike Tours'),
(12850, 86, '_yoast_wpseo_focuskw', 'Bike Tours'),
(12851, 86, '_yoast_wpseo_title', 'Bike Tours El Salvador'),
(12852, 86, '_yoast_wpseo_linkdex', '26'),
(12853, 86, '_yoast_wpseo_content_score', '30'),
(12854, 86, '_wp_old_slug', 'kayak-sport'),
(12855, 86, '_yoast_wpseo_primary_category', ''),
(12861, 4787, '_wp_attached_file', '2013/10/IMG_5452.jpg'),
(12862, 4787, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2013/10/IMG_5452.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5452-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:\"IMG_5452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5452-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"IMG_5452-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_5452-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_5452-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_5452-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_5452-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_5452-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12863, 18, '_thumbnail_id', '4787'),
(12864, 18, '_yoast_wpseo_focuskw_text_input', 'activities'),
(12865, 18, '_yoast_wpseo_content_score', '30'),
(12866, 4789, '_wp_attached_file', '2013/10/IMG_2549.jpg'),
(12867, 4789, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2013/10/IMG_2549.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2549-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:\"IMG_2549-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2549-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:20:\"IMG_2549-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:20:\"IMG_2549-290x180.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:20:\"IMG_2549-250x155.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:19:\"IMG_2549-130x80.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:18:\"IMG_2549-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:20:\"IMG_2549-640x533.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Andres Pohl Fotografia\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458147026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13136, 4811, '_wp_attached_file', '2013/10/Airview.jpg'),
(12869, 68, '_yoast_wpseo_content_score', '30'),
(12870, 4790, '_wp_attached_file', '2016/07/PB3.png'),
(12871, 4790, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/07/PB3.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PB3-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:15:\"PB3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"PB3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"PB3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"thumb-hermes-slideshow\";a:4:{s:4:\"file\";s:16:\"PB3-1400x400.png\";s:5:\"width\";i:1400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"thumb-attraction\";a:4:{s:4:\"file\";s:15:\"PB3-290x180.png\";s:5:\"width\";i:290;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"thumb-featured-page\";a:4:{s:4:\"file\";s:15:\"PB3-250x155.png\";s:5:\"width\";i:250;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-loop-main\";a:4:{s:4:\"file\";s:14:\"PB3-130x80.png\";s:5:\"width\";i:130;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"thumb-recent-posts\";a:4:{s:4:\"file\";s:13:\"PB3-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"jr_insta_square\";a:4:{s:4:\"file\";s:15:\"PB3-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12872, 4790, '_wp_attachment_image_alt', 'Casa de arbol'),
(12873, 4746, '_thumbnail_id', '4790');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2013-10-09 19:07:44', '2013-10-09 19:07:44', 'Bahia de Jiquilisco is picture perfect- scenery for fishing all-year round. It\'s always an adventure to spend the day enjoying the bay and the many species of marine life in our area. Puerto Barillas can make all of the arrangements for a very good fishing experience.\r\nWhen it\'s time for that get-a-way or fishing trip, contact Puerto Barillas for an adventure of a lifetime.\r\nThe Bahia de Jiquilisco region offers excellent inshore and offshore fishing throughout the year. First Clas Sport-fishing for sailfish, Blue Marlin, roosterfish, Yellow fin tuna, Bull mahi mahi, wahoo, anook and Jack cravalle are just some of the many different fish caught here.\r\n\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong>Minimum: 3 people/ Maximum 7 people</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 7 people)</td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n	<li>A real time Experience.</li>\r\n	<li>Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.</li>\r\n	<li>Does not include international airfare</li>\r\n	<li>Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBoat Rental with Pilot\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\nPrices do not include equipment. Visitors must bring their own equipment.', 'Sport Fishing', '', 'publish', 'open', 'open', '', 'sportfishing', '', '', '2013-10-29 23:04:54', '2013-10-29 23:04:54', '', 0, 'http://www.puertobarillas.com/welcome/?p=1', 0, 'post', '', 0),
(226, 1, '2013-10-20 21:18:06', '2013-10-20 21:18:06', '<h3>Steve’s answers to Frequent Asked Questions.</h3>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 21:18:06', '2013-10-20 21:18:06', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(1012, 1, '2014-03-14 23:09:18', '2014-03-14 23:09:18', '', 'Puerto_Barillas_Picture4', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture4-3', '', '', '2014-03-14 23:09:18', '2014-03-14 23:09:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture4.jpg', 0, 'attachment', 'image/jpeg', 0),
(12, 1, '2013-10-09 22:18:06', '2013-10-09 22:18:06', '', 'Home', '', 'publish', 'open', 'closed', '', 'home', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=12', 1, 'nav_menu_item', '', 0),
(16, 1, '2013-10-09 22:19:52', '2013-10-09 22:19:52', '<h3>Pool</h3>\r\nBefore or after taking a boat tour, enjoy the pool.\r\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\r\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\r\n<h3>Convenience Store</h3>\r\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\r\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\r\n<h3>Hangars</h3>\r\nNine hangars for boats 16 x 6 meters\r\n20 spaces for boats 10 x 6 meters\r\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\r\n\r\nPalapa Areas (Social areas with WIFI available)\r\n\r\n&nbsp;', 'Facilities', '', 'publish', 'closed', 'closed', '', 'facilities', '', '', '2014-01-07 00:13:11', '2014-01-07 00:13:11', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=16', 0, 'page', '', 0),
(944, 1, '2014-01-07 00:13:11', '2014-01-07 00:13:11', '<h3>Pool</h3>\r\nBefore or after taking a boat tour, enjoy the pool.\r\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\r\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\r\n<h3>Convenience Store</h3>\r\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\r\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\r\n<h3>Hangars</h3>\r\nNine hangars for boats 16 x 6 meters\r\n20 spaces for boats 10 x 6 meters\r\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\r\n\r\nPalapa Areas (Social areas with WIFI available)\r\n\r\n&nbsp;', 'Facilities', '', 'inherit', 'closed', 'open', '', '16-revision-v1', '', '', '2014-01-07 00:13:11', '2014-01-07 00:13:11', '', 16, 'http://www.puertobarillas.com/welcome/16-revision-v1/', 0, 'revision', '', 0),
(17, 1, '2013-10-09 22:19:52', '2013-10-09 22:19:52', '', 'Menu 3', '', 'inherit', 'open', 'open', '', '16-revision-v1', '', '', '2013-10-09 22:19:52', '2013-10-09 22:19:52', '', 16, 'http://www.puertobarillas.com/welcome/?p=17', 0, 'revision', '', 0),
(18, 1, '2013-10-09 22:20:03', '2013-10-09 22:20:03', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n&nbsp;\r\n\r\nActivities with lodging ( only) . For day visits, we offer packages.\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .   Opens daily: 8am-3pm\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Single with seat</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Fishing Kayak   (fishing rod not included)  renta 24 hours</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Pontoon El Crucerito</td>\r\n<td align=\"right\">$179.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"> more  than 10 people  per person</td>\r\n<td>        $5.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'publish', 'closed', 'closed', '', 'activities', '', '', '2017-08-23 01:06:51', '2017-08-23 01:06:51', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=18', 0, 'page', '', 0),
(1165, 1, '2015-04-17 03:11:34', '2015-04-17 03:11:34', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours<strong><a id=\"fishing\" name=\"fishing\"></a></strong>With Guide: add $3.00 per person</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\">Hawskbill Turtle Con\r\n</span></strong>\r\n\r\n<strong style=\"font-size: 1em;\">(Late April- September- Best time- July)</strong>\r\n\r\n<em><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></em>\r\n\r\n<em>Tour on request only…</em>\r\n\r\n<strong>WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</strong>\r\n<p style=\"text-align: justify;\"><strong>ITINERARY: </strong>A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</p>\r\n<p style=\"text-align: justify;\"><strong>IMPORTANCE: </strong>Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</p>\r\n<p style=\"text-align: justify;\"><strong>DECISION MAKING</strong>: One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</p>\r\n<p style=\"text-align: justify;\"><strong>WALK RITHM</strong>: If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</p>\r\n<p style=\"text-align: justify;\"><strong>LIGHTS: </strong>Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</p>\r\n<p style=\"text-align: justify;\"><strong>WHAT TO BRING: </strong>Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\nl\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2015-04-17 03:11:34', '2015-04-17 03:11:34', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1137, 1, '2014-12-16 17:43:59', '2014-12-16 17:43:59', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PlEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours</li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span style=\"color: #008000;\">Hawskbill Turtle</span></strong></h2>\r\n<strong style=\"font-size: 1em;\">(Late April- September- Best time- July)</strong>\r\n\r\n<em><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></em>\r\n\r\n<em>Tour on request only…</em>\r\n\r\n<strong>WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</strong>\r\n<p style=\"text-align: justify;\"><strong>ITINERARY: </strong>A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</p>\r\n<p style=\"text-align: justify;\"><strong>IMPORTANCE: </strong>Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</p>\r\n<p style=\"text-align: justify;\"><strong>DECISION MAKING</strong>: One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</p>\r\n<p style=\"text-align: justify;\"><strong>WALK RITHM</strong>: If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</p>\r\n<p style=\"text-align: justify;\"><strong>LIGHTS: </strong>Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</p>\r\n<p style=\"text-align: justify;\"><strong>WHAT TO BRING: </strong>Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2014-12-16 17:43:59', '2014-12-16 17:43:59', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(819, 1, '2014-01-05 03:40:11', '2014-01-05 03:40:11', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PlEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours</li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong>Minimum: 3 people/ Maximum 7 people</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 7 people)</td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span style=\"color: #008000;\">Hawskbill Turtle</span></strong></h2>\r\n<strong style=\"font-size: 1em;\">(Late April- September- Best time- July)</strong>\r\n\r\n<em><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></em>\r\n\r\n<em>Tour on request only…</em>\r\n\r\n<strong>WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</strong>\r\n<p style=\"text-align: justify;\"><strong>ITINERARY: </strong>A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</p>\r\n<p style=\"text-align: justify;\"><strong>IMPORTANCE: </strong>Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</p>\r\n<p style=\"text-align: justify;\"><strong>DECISION MAKING</strong>: One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</p>\r\n<p style=\"text-align: justify;\"><strong>WALK RITHM</strong>: If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</p>\r\n<p style=\"text-align: justify;\"><strong>LIGHTS: </strong>Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</p>\r\n<p style=\"text-align: justify;\"><strong>WHAT TO BRING: </strong>Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2014-01-05 03:40:11', '2014-01-05 03:40:11', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(711, 1, '2014-01-03 15:45:23', '2014-01-03 15:45:23', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n\r\nFOR GROUP RESERVATIONS, PlEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2014-01-03 15:45:23', '2014-01-03 15:45:23', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(702, 1, '2014-01-02 00:29:59', '2014-01-02 00:29:59', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n\r\nFOR GROUP RESERVATIONS, PlEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2014-01-02 00:29:59', '2014-01-02 00:29:59', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2013-10-09 22:20:03', '2013-10-09 22:20:03', '', 'Menu 4', '', 'inherit', 'open', 'open', '', '18-revision-v1', '', '', '2013-10-09 22:20:03', '2013-10-09 22:20:03', '', 18, 'http://www.puertobarillas.com/welcome/?p=19', 0, 'revision', '', 0),
(20, 1, '2013-10-09 22:20:16', '2013-10-09 22:20:16', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\nHours of Operation:\r\n\r\nSunday- Friday: 7:30am- 6:00pm    Saturday: 7:30am-6:30pm; For groups: we can open at 7:00am and close at 7:00pm.  Needs to be arranged prior to arrival.\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'publish', 'closed', 'closed', '', 'restaurant-bar', '', '', '2015-12-22 16:25:38', '2015-12-22 16:25:38', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=20', 0, 'page', '', 0),
(21, 1, '2013-10-09 22:20:16', '2013-10-09 22:20:16', '', 'Menu 5', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-10-09 22:20:16', '2013-10-09 22:20:16', '', 20, 'http://www.puertobarillas.com/welcome/?p=21', 0, 'revision', '', 0),
(22, 1, '2013-10-09 22:20:27', '2013-10-09 22:20:27', 'El Camino Does El Salvador\r\nJanuary 10, 2016\r\n\r\nWith the winter doldrums upon us in November, we sent El Camino photographer Kate Warren south to explore El Salvador and connect with local communities. Here\'s her visual dispatch from her travels.\r\n\r\nFive days, nine travel journalists, one bus. From dawn until well past dusk we tore around the country for a whirlwind week of seeing AS MUCH AS POSSIBLE of El Salvador. I\'d been before, but the country has changed quite a bit since then and our itinerary was aggressive - I took notes frantically. I was the only photographer on the trip and two decades younger than the other guests, except for a whip-smart writer from New York named Tyler with whom I made fast friends. With our matching haircuts and equally curious, immersive attitudes toward travel we jumped into experiencing El Salvador head first. New lady boss partner in crime? Boo yeah.\r\n\r\nThere were major adventures; we fed spider monkeys, kayaked through mangroves, released baby sea turtles, took surfing lessons, and saw incredible ancient ruins. Each evening I edited like a maniac to process the pictures in real time before falling into bed. It was wild, it was fun, and exhausting in the way only a totally immersive new experience can be <a href=\"http://www.elcamino.travel/blog/2015/12/30/el-camino-does-el-salvador\"> read more....</a>', 'Blog and Travel Puerto Barillas Marina & Lodge', '', 'publish', 'closed', 'closed', '', 'menu-6', '', '', '2016-07-08 04:41:02', '2016-07-08 04:41:02', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=22', 0, 'page', '', 0),
(23, 1, '2013-10-09 22:20:27', '2013-10-09 22:20:27', '', 'Menu 6', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-10-09 22:20:27', '2013-10-09 22:20:27', '', 22, 'http://www.puertobarillas.com/welcome/?p=23', 0, 'revision', '', 0),
(24, 1, '2013-10-09 22:20:41', '2013-10-09 22:20:41', '', 'Book Now', '', 'publish', 'closed', 'closed', '', 'book_now', '', '', '2017-09-20 00:46:48', '2017-09-20 00:46:48', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=24', 0, 'page', '', 0),
(1185, 1, '2015-12-17 08:58:06', '2015-12-17 08:58:06', '', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-12-17 08:58:06', '2015-12-17 08:58:06', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1147, 1, '2015-04-16 17:58:04', '2015-04-16 17:58:04', '[iframe_loader src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 17:58:04', '2015-04-16 17:58:04', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1146, 1, '2015-04-16 17:52:14', '2015-04-16 17:52:14', '[iframe_loader src=\"<span style=\"text-decoration: underline;\"><a href=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" target=\"_blank\">http://www.bookerclub.<wbr />com/en/hotel/Puerto-Barillas-<wbr />El-Salvador?aid=20&amp;currency=<wbr />usd</a></span>\" height=\"1000\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 17:52:14', '2015-04-16 17:52:14', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2013-10-09 22:20:41', '2013-10-09 22:20:41', '', 'Menu 7', '', 'inherit', 'open', 'open', '', '24-revision-v1', '', '', '2013-10-09 22:20:41', '2013-10-09 22:20:41', '', 24, 'http://www.puertobarillas.com/welcome/?p=25', 0, 'revision', '', 0),
(26, 1, '2013-10-09 22:22:00', '2013-10-09 22:22:00', '', 'BOOK NOW', '', 'publish', 'open', 'closed', '', '26', '', '', '2019-12-20 08:42:06', '2019-12-20 08:42:06', '', 0, 'http://www.puertobarillas.com/welcome/?p=26', 11, 'nav_menu_item', '', 0),
(28, 1, '2013-10-09 22:22:00', '2013-10-09 22:22:00', ' ', '', '', 'publish', 'open', 'closed', '', '28', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=28', 10, 'nav_menu_item', '', 0),
(29, 1, '2013-10-09 22:22:00', '2013-10-09 22:22:00', ' ', '', '', 'publish', 'open', 'closed', '', '29', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=29', 6, 'nav_menu_item', '', 0),
(30, 1, '2013-10-09 22:22:00', '2013-10-09 22:22:00', ' ', '', '', 'publish', 'open', 'closed', '', '30', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=30', 9, 'nav_menu_item', '', 0),
(207, 1, '2013-10-14 01:20:37', '2013-10-14 01:20:37', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk&nbsp; from the Puerto Barillas canal are located our comfortable apartments.&nbsp; Each apartment has being perfectly designed so that our guests may&nbsp; obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.&nbsp;&nbsp; On the top floor one bedroom with AC and full bathroom and a terrace.&nbsp; On the first floor another bedroom either with a&nbsp; queen or&nbsp; Full size bed and a full bed or two bunk beds (subject to availability).&nbsp; All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.&nbsp; All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRATES FOR&nbsp; 2020\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$201 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\r\n\r\n$221.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$239.00 1-6 people\r\n\r\n$249.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCheck in: 15:00&nbsp;&nbsp;&nbsp; Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.&nbsp; You will have to pay for another room.&nbsp; We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\">&nbsp;</pre>', 'Apartments', '', 'publish', 'closed', 'closed', '', 'apartments', '', '', '2019-08-13 00:31:01', '2019-08-13 00:31:01', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=207', 0, 'page', '', 0),
(886, 1, '2014-01-06 03:42:44', '2014-01-06 03:42:44', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n&nbsp;', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-01-06 03:42:44', '2014-01-06 03:42:44', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(33, 1, '2013-10-09 22:26:04', '2013-10-09 22:26:04', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>See: <a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\r\n\r\n&nbsp;', 'Travel Partners', '', 'publish', 'open', 'open', '', 'travelpartners', '', '', '2013-12-21 15:49:54', '2013-12-21 15:49:54', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=33', 0, 'page', '', 0),
(34, 1, '2013-10-09 22:26:04', '2013-10-09 22:26:04', '', 'Menu 8', '', 'inherit', 'open', 'open', '', '33-revision-v1', '', '', '2013-10-09 22:26:04', '2013-10-09 22:26:04', '', 33, 'http://www.puertobarillas.com/welcome/?p=34', 0, 'revision', '', 0),
(41, 1, '2013-10-09 22:36:40', '2013-10-09 22:36:40', '[nggallery id=1]', 'Photo Gallery', '', 'publish', 'closed', 'closed', '', 'photogallery', '', '', '2013-10-14 00:39:34', '2013-10-14 00:39:34', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=41', 0, 'page', '', 0),
(42, 1, '2013-10-09 22:36:40', '2013-10-09 22:36:40', '', 'Menu 12', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2013-10-09 22:36:40', '2013-10-09 22:36:40', '', 41, 'http://www.puertobarillas.com/welcome/?p=42', 0, 'revision', '', 0),
(43, 1, '2013-10-09 22:36:54', '2013-10-09 22:36:54', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Full Map:  <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> </small>\r\n\r\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\r\n\r\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\r\n\r\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\r\n\r\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg\"><img class=\"alignnone  wp-image-596\" alt=\"mapaPB\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB-1024x665.jpg\" width=\"564\" height=\"366\" /></a>', 'Getting There', '', 'publish', 'closed', 'closed', '', 'gettingthere', '', '', '2013-12-07 20:14:55', '2013-12-07 20:14:55', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=43', 0, 'page', '', 0),
(44, 1, '2013-10-09 22:36:54', '2013-10-09 22:36:54', '', 'Menu 13', '', 'inherit', 'open', 'open', '', '43-revision-v1', '', '', '2013-10-09 22:36:54', '2013-10-09 22:36:54', '', 43, 'http://www.puertobarillas.com/welcome/?p=44', 0, 'revision', '', 0),
(45, 1, '2013-10-09 22:37:20', '2013-10-09 22:37:20', '[vfb id=4]', 'Reservations', '', 'publish', 'closed', 'closed', '', 'reservations', '', '', '2015-04-16 19:31:34', '2015-04-16 19:31:34', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=45', 0, 'page', '', 0),
(46, 1, '2013-10-09 22:37:20', '2013-10-09 22:37:20', '', 'Menu 14', '', 'inherit', 'open', 'open', '', '45-revision-v1', '', '', '2013-10-09 22:37:20', '2013-10-09 22:37:20', '', 45, 'http://www.puertobarillas.com/welcome/?p=46', 0, 'revision', '', 0),
(896, 1, '2014-01-06 23:30:56', '2014-01-06 23:30:56', '', 'alojamiento1', '', 'inherit', 'closed', 'open', '', 'alojamiento1-2', '', '', '2014-01-06 23:30:56', '2014-01-06 23:30:56', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2013-10-09 22:43:10', '2013-10-09 22:43:10', ' ', '', '', 'publish', 'open', 'closed', '', '50', '', '', '2019-12-20 08:44:58', '2019-12-20 08:44:58', '', 0, 'http://www.puertobarillas.com/welcome/?p=50', 4, 'nav_menu_item', '', 0),
(51, 1, '2013-10-09 22:43:10', '2013-10-09 22:43:10', ' ', '', '', 'publish', 'open', 'closed', '', '51', '', '', '2019-12-20 08:44:58', '2019-12-20 08:44:58', '', 0, 'http://www.puertobarillas.com/welcome/?p=51', 2, 'nav_menu_item', '', 0),
(55, 1, '2013-10-09 22:46:02', '2013-10-09 22:46:02', '', 'Main 2', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2013-10-09 22:46:02', '2013-10-09 22:46:02', '', 41, 'http://www.puertobarillas.com/welcome/?p=55', 0, 'revision', '', 0),
(56, 1, '2013-10-09 22:46:24', '2013-10-09 22:46:24', '', 'Main 3', '', 'inherit', 'open', 'open', '', '43-revision-v1', '', '', '2013-10-09 22:46:24', '2013-10-09 22:46:24', '', 43, 'http://www.puertobarillas.com/welcome/?p=56', 0, 'revision', '', 0),
(57, 1, '2013-10-09 22:47:28', '2013-10-09 22:47:28', '', 'Main 4', '', 'inherit', 'open', 'open', '', '45-revision-v1', '', '', '2013-10-09 22:47:28', '2013-10-09 22:47:28', '', 45, 'http://www.puertobarillas.com/welcome/?p=57', 0, 'revision', '', 0),
(1026, 1, '2014-03-14 23:14:12', '2014-03-14 23:14:12', '', 'Promo1-1400x400', '', 'inherit', 'closed', 'open', '', 'promo1-1400x400-3', '', '', '2014-03-14 23:14:12', '2014-03-14 23:14:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Promo1-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1010, 1, '2014-03-14 23:08:57', '2014-03-14 23:08:57', '', 'Puerto_Barillas_Picture1', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture1-3', '', '', '2014-03-14 23:08:57', '2014-03-14 23:08:57', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(63, 1, '2013-10-09 23:21:47', '2013-10-09 23:21:47', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments&nbsp;and 4 treehouses. Enjoy this tranquil retreat&nbsp;where every day is a \"magical night and morning\"&nbsp;with the songs of the&nbsp;birds and enjoying&nbsp;the stunning view of the surrounding plantations.\r\n\r\nAccommodation is&nbsp;ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed&nbsp; and a half bathroom. First Floor: Social area and Full bathroom.&nbsp; Please note that the stairway is a snail-shaped stairway.&nbsp; If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night &nbsp;Maximum occupancy: 6 people. &nbsp; Apartment 8 is for a maximum of 7 people. &nbsp;The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for &nbsp;maximum occupancy:6 people. &nbsp; &nbsp;$246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n&nbsp;\r\n\r\nRATES FOR 2020\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed&nbsp; and a half bathroom. First Floor: Social area and Full bathroom.&nbsp; Please note that the stairway is a snail-shaped stairway.&nbsp; If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$121 00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$201.00 per lodge per night &nbsp;Maximum occupancy: 6 people. &nbsp; Apartment 8 is for a maximum of 7 people. &nbsp;The rate is $212.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$239.00 per lodge per night for &nbsp;maximum occupancy:6 people. &nbsp; &nbsp;$249.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n&nbsp;\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'publish', 'closed', 'closed', '', 'lodge', '', '', '2019-08-13 00:34:49', '2019-08-13 00:34:49', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=63', 0, 'page', '', 0),
(64, 1, '2013-10-09 23:21:47', '2013-10-09 23:21:47', 'Before you start using our themes, we recommend that you take a look at the Getting Started Documentation page. It contains information about installing a WordPress theme, answers to some frequently asked questions, as well as recommended plugins.', 'Attraction One', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-09 23:21:47', '2013-10-09 23:21:47', '', 63, 'http://www.puertobarillas.com/welcome/?p=64', 0, 'revision', '', 0),
(281, 1, '2013-10-21 16:04:37', '2013-10-21 16:04:37', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2013-10-21 16:04:37', '2013-10-21 16:04:37', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(280, 1, '2013-10-21 16:03:56', '2013-10-21 16:03:56', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2013-10-21 16:03:56', '2013-10-21 16:03:56', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(68, 1, '2013-10-09 23:23:32', '2013-10-09 23:23:32', 'Your ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure.\r\n\r\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\r\n\r\nFor day trips we offer the following packages:\r\n<strong>Option 1 - with Lunch</strong>\r\n<ul>\r\n 	<li>1-3 people $ 31.50PP</li>\r\n 	<li>4-6 people $ 30.50PP</li>\r\n 	<li>7-9 people $ 29.50PP</li>\r\n</ul>\r\n* Includes welcome coconut water .\r\n* Lunch and a drink :\r\n- A la Carte (includes ) :\r\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\r\nb ) Drink : 1 domestic beer , bottled water, Coconut water\r\n* Use of facilities\r\n* Tax ( VAT ) and services\r\nPP = Per Person\r\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\r\n\r\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\r\n<ul>\r\n 	<li>1-2 people : $ 130.50 total</li>\r\n 	<li>3-4 people $ 34.50PP</li>\r\n 	<li>5-6 people $ 32.50PP</li>\r\n 	<li>7-9 people $ 30.50PP</li>\r\n</ul>\r\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\r\n* Includes welcoming drink: coconut water\r\n* Use of facilities and services and taxes\r\n\r\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\r\n<ul>\r\n 	<li>3 people $ 47.50PP</li>\r\n 	<li>4-6 people $ 43.500PP</li>\r\n 	<li>7-9 people $ 42.50PP</li>\r\n</ul>\r\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\r\nUse of Facilities\r\n\r\n<strong>Optional tours:</strong>\r\nSpider Monkeys Sanctuary\r\n<ul>\r\n 	<li>1-2 people: $10.00 pp</li>\r\n 	<li>3-9 people: $5.00 pp</li>\r\n 	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\r\n</ul>\r\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\r\n\r\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\r\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\r\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\r\n<blockquote>For group reservations, please contact: info@puertobarillas.com\r\nFor group rates please visit group Full package rates</blockquote>', 'DAY TRIPS', '', 'publish', 'closed', 'closed', '', 'atracction-three', '', '', '2016-08-28 21:29:32', '2016-08-28 21:29:32', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=68', 0, 'page', '', 0),
(69, 1, '2013-10-09 23:23:32', '2013-10-09 23:23:32', 'It contains information about installing a WordPress theme, answers to some frequently asked questions, as well as recommended plugins. Before you start using our themes, we recommend that you take a look at the Getting Started Documentation page.', 'Atracction Three', '', 'inherit', 'open', 'open', '', '68-revision-v1', '', '', '2013-10-09 23:23:32', '2013-10-09 23:23:32', '', 68, 'http://www.puertobarillas.com/welcome/?p=69', 0, 'revision', '', 0),
(126, 1, '2013-10-13 03:22:12', '2013-10-13 03:22:12', '', 'Puerto_Barillas_Atracction', '', 'inherit', 'open', 'open', '', 'puerto_barillas_atracction', '', '', '2013-10-13 03:22:12', '2013-10-13 03:22:12', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Atracction.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2013-10-13 03:21:31', '2013-10-13 03:21:31', '', 'Puerto_Barillas_Atracction2', '', 'inherit', 'open', 'open', '', 'puerto_barillas_atracction2', '', '', '2013-10-13 03:21:31', '2013-10-13 03:21:31', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Atracction2.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2013-10-20 21:15:58', '2013-10-20 21:15:58', '', 'day trip', '', 'inherit', 'closed', 'open', '', 'day-trip', '', '', '2013-10-20 21:15:58', '2013-10-20 21:15:58', '', 68, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/day-trip.jpg', 0, 'attachment', 'image/jpeg', 0),
(844, 1, '2014-01-06 00:24:08', '2014-01-06 00:24:08', '', 'NickM3', '', 'inherit', 'closed', 'open', '', 'nickm3-2', '', '', '2014-01-06 00:24:08', '2014-01-06 00:24:08', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/NickM3.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2013-10-10 03:16:16', '2013-10-10 03:16:16', '', '3445704174_9ef6bddeec_b', '', 'inherit', 'open', 'open', '', '3445704174_9ef6bddeec_b', '', '', '2013-10-10 03:16:16', '2013-10-10 03:16:16', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/3445704174_9ef6bddeec_b.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2013-10-10 03:16:49', '2013-10-10 03:16:49', '', '3445705466_892f1c68c6_b', '', 'inherit', 'open', 'open', '', '3445705466_892f1c68c6_b', '', '', '2013-10-10 03:16:49', '2013-10-10 03:16:49', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/3445705466_892f1c68c6_b.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2013-10-10 03:16:59', '2013-10-10 03:16:59', '', 'barillasExit3', '', 'inherit', 'open', 'open', '', 'barillasexit3', '', '', '2013-10-10 03:16:59', '2013-10-10 03:16:59', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/barillasExit3.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2013-10-10 03:23:35', '2013-10-10 03:23:35', '', 'entrada', '', 'inherit', 'open', 'open', '', 'entrada', '', '', '2013-10-10 03:23:35', '2013-10-10 03:23:35', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/entrada.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2013-10-10 03:24:00', '2013-10-10 03:24:00', '', 'Marinaweb', '', 'inherit', 'open', 'open', '', 'marinaweb', '', '', '2013-10-10 03:24:00', '2013-10-10 03:24:00', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Marinaweb.jpg', 0, 'attachment', 'image/jpeg', 0),
(837, 1, '2014-01-05 23:03:55', '2014-01-05 23:03:55', '', 'fotogallery1', '', 'inherit', 'closed', 'open', '', 'fotogallery1', '', '', '2014-01-05 23:03:55', '2014-01-05 23:03:55', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/fotogallery1.jpg', 0, 'attachment', 'image/jpeg', 0),
(838, 1, '2014-01-05 23:03:58', '2014-01-05 23:03:58', '', 'photo3', '', 'inherit', 'closed', 'open', '', 'photo3', '', '', '2014-01-05 23:03:58', '2014-01-05 23:03:58', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/photo3.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2013-10-13 18:51:41', '2013-10-13 18:51:41', '[nggallery id=1]', 'Photo Gallery', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2013-10-13 18:51:41', '2013-10-13 18:51:41', '', 41, 'http://www.puertobarillas.com/welcome/?p=196', 0, 'revision', '', 0),
(284, 1, '2013-10-30 21:43:52', '2013-10-30 21:43:52', '<blockquote>\n<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\"><img class=\"alignnone size-full wp-image-376\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\" width=\"200\" height=\"85\" /></a></h3>\nCentro Comercial Feria Rosa Local B-118\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\n</a>Tours (Most Popular)</blockquote>\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\n\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\n\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\n\n<strong>SURF TOURS</strong>\n\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\"><img class=\"alignnone size-full wp-image-380\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\" width=\"250\" height=\"69\" />\n</a>Contacts\n<a href=\"www.greenbluered.com\">www.greenbluered.com</a>\ninfo@greenbluered.com\n<h3>About Us...</h3>\nWe are a tour operator based in El Salvador, providing incoming tourism services for El Salvador and Central America.\nWe operate three different brands.\nOur mission evolves around the concept of providing amazing travel experiences while at the same time giving back to local communities.\n<h3>Our Mission</h3>\nWithin each incoming brand: to improve the quality of life of our Central American communities by providing economic opportunities through tourism, while at the same time providing excellent service and product quality to our travelers.\n\n<span style=\"text-decoration: underline;\">Why greenbluered?</span>\n\nIt represents the colors of Central America. The green of our forests: from rainforests to cloud forests to tropical dry forests; the blue of our lakes, rivers and oceans; and the red of our culture: from our Maya History, to our coffee heritage, crafts and traditions and our friendly people.\n\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\"><img class=\"alignnone size-full wp-image-381\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\" width=\"250\" height=\"93\" /></a>\n\n<a href=\"www.learnandtravel.com\">www.learnandtravel.com</a>\ninfo@learnandtravel.com\n<h3>Authentic, meaningful and colorful travel</h3>\n•Single country or multiple destination leisure packages.\n•Minimum 3 star hotel properties.\n•Private vehicles, drivers and guides.\n•Emphasis on hands on activities.\n•Emphasis on authentic experiences.\n•Emphasis on giving back to the communities we visit.\n\nThe green, blue and red represent the colors of Central America: forests, beaches, live Maya culture. We offer leisure packages for El Salvador and multi destination packages of 2 or more Central American countries.\n\nEducational, meaningful and fun group travel\n\n• Programs around: archaeology, history, Spanish language, art, sports, business, nature, etc.\n• Teacher led programs.\n• Programs include 1 or 2 days of community service project.\n• Single or multiple country programs.\n\nLearn andTravel is an educational tour operator that specializes in student/youth group travel to El Salvador and Central America.\nThe trips are prepared around a specific educational interest of the group.\n\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\"><img class=\"alignnone size-full wp-image-382\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\" width=\"250\" height=\"87\" /></a>\n\n<a href=\"www.shareandtravel.org\">www.shareandtravel.org</a>\ninfo@shareandtravel.org\n<h3>Travel and Give Back</h3>\n•Volunteer travel programs from 1 week to up to 1 year.\n•We offer our own programs through our own non‐profit.\n•We also offer programs through other organizations.\n•Experience complemented with language schools and travel.\n•Lodging at hostel type properties or home stay.\n•Educational and conservation activities.\n\nShare and Travel is a non‐profit tour operator that provides volunteer programs to El Salvador and Central America.\nThrough our own non profit organization, we offer programs at rural schools that are located in beautiful places such as in the middle of three volcanoes and on a pristine beach.\n\n&nbsp;', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-autosave-v1', '', '', '2013-10-30 21:43:52', '2013-10-30 21:43:52', '', 151, 'http://www.puertobarillas.com/welcome/151-autosave-v1/', 0, 'revision', '', 0),
(84, 1, '2013-10-10 03:50:57', '2013-10-10 03:50:57', 'Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the   land reform that took place in late 1979 many innocent animals were killed or sold.  However, there was a community of cunning spider monkeys that managed to survive over the years.  Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback.  The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.  If you are lucky, you will be hosted by Pancho and Maria, the leaders of the monkey community (or the most popular monkeys).\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" />', 'Visit the Monkey Sanctuary', '', 'publish', 'open', 'open', '', 'new-web-site', '', '', '2013-11-25 21:49:17', '2013-11-25 21:49:17', '', 0, 'http://www.puertobarillas.com/welcome/?p=84', 0, 'post', '', 0),
(85, 1, '2013-10-10 03:50:57', '2013-10-10 03:50:57', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 'New Web Site', '', 'inherit', 'open', 'open', '', '84-revision-v1', '', '', '2013-10-10 03:50:57', '2013-10-10 03:50:57', '', 84, 'http://www.puertobarillas.com/welcome/?p=85', 0, 'revision', '', 0),
(86, 1, '2013-10-10 03:54:01', '2013-10-10 03:54:01', 'Experience the thrill of riding down the rugged terrain and dirt road of Hacienda La Carrera, with picture perfect views and paths.\r\n\r\nOur one-of-a-kind Hacienda La Carrera  biking tour is a real adventure because it includes riding through semi-tropical forest, riding through Central America\'s largest cacao plantation, taking a tour of the cacao processing plant, educational tour.\r\n\r\nThen you will be passing by a plantain process plant (if available as the plantation process plant opens two days a week), experience a very nice educational tour on the plantain export', 'Bike Tours', '', 'publish', 'open', 'open', '', 'bike-tours', '', '', '2016-07-30 03:06:05', '2016-07-30 03:06:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=86', 0, 'post', '', 0),
(4786, 1, '2016-07-30 03:06:05', '2016-07-30 03:06:05', 'Experience the thrill of riding down the rugged terrain and dirt road of Hacienda La Carrera, with picture perfect views and paths.\r\n\r\nOur one-of-a-kind Hacienda La Carrera  biking tour is a real adventure because it includes riding through semi-tropical forest, riding through Central America\'s largest cacao plantation, taking a tour of the cacao processing plant, educational tour.\r\n\r\nThen you will be passing by a plantain process plant (if available as the plantation process plant opens two days a week), experience a very nice educational tour on the plantain export', 'Bike Tours', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2016-07-30 03:06:05', '2016-07-30 03:06:05', '', 86, 'http://www.puertobarillas.com/welcome/86-revision-v1/', 0, 'revision', '', 0),
(87, 1, '2013-10-10 03:54:01', '2013-10-10 03:54:01', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'Kayak Sport', '', 'inherit', 'open', 'open', '', '86-revision-v1', '', '', '2013-10-10 03:54:01', '2013-10-10 03:54:01', '', 86, 'http://www.puertobarillas.com/welcome/?p=87', 0, 'revision', '', 0),
(88, 1, '2013-10-10 04:07:32', '2013-10-10 04:07:32', 'Having traveled to many countries in the world looking for adventure and something different , I found the Savior - Puerto Barrilas !Not fancy, but very comfortable and nice ( not like 5 stars anyway) the staff is wonderful , very friendly and helpful, nothing is too much for them . <!--more-->\r\n\r\nI first visited in November 2011 and the impact made ​​me write a blog for my company website five page magazine feature sea fishing I work on . The blog only attracted much attention and interest, that lead to me having to organize another trip to guide two guys from England, Andyg1000 was one of them .\r\n\r\nIt is a journey of verry loooong England through Houston , Texas, but worht every minute for the experience. Where do you see to saltwater crocodiles , catch a huge fish from the shore rooster spider monkeys and hand feed ? If you visit , you have to go and see the monkeys , they are amazing creatures - totally wild but I know that visitors carry bananas, make sure you have some!\r\n\r\nIt\'s a great base for exploring other towns and areas , we made a few trips to Puerto Parada and the local village Usulutan worth a visit to get a real flavor of Central America .\r\n\r\nI have limited time and very busy day this year but I\'ll sure as there is no better place to sit , relax and just chill !', 'A Taste of Paradise', '', 'publish', 'closed', 'closed', '', '88', '', '', '2013-10-21 15:46:28', '2013-10-21 15:46:28', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=88', 0, 'testimonial', '', 0),
(91, 1, '2013-10-10 05:03:12', '2013-10-10 05:03:12', '<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--712\" />', 'Image Gallery 2', '', 'publish', 'open', 'open', '', 'image-gallery-2', '', '', '2014-01-03 16:07:28', '2014-01-03 16:07:28', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=91', 0, 'page', '', 0),
(92, 1, '2013-10-10 05:03:12', '2013-10-10 05:03:12', '', 'Image Gallery 2', '', 'inherit', 'open', 'open', '', '91-revision-v1', '', '', '2013-10-10 05:03:12', '2013-10-10 05:03:12', '', 91, 'http://www.puertobarillas.com/welcome/?p=92', 0, 'revision', '', 0),
(865, 1, '2014-01-06 03:15:50', '2014-01-06 03:15:50', 'Apartamentos en Puerto Barillas', 'Aparmento en El Salvador', 'Apartamento de dos habitaciones en el jungle style lodge', 'inherit', 'closed', 'open', '', 'apartment1', '', '', '2017-08-19 01:49:58', '2017-08-19 01:49:58', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment1.jpg', 0, 'attachment', 'image/jpeg', 0),
(864, 1, '2014-01-06 04:26:49', '0000-00-00 00:00:00', 'eyJJRCI6ODY0LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-01-06 04:26:49', '2014-01-06 04:26:49', 'eyJJRCI6ODY0LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=864', 0, 'ngg_pictures', '', 0),
(866, 1, '2014-01-06 03:15:50', '2014-01-06 03:15:50', '', 'apartment1', '', 'inherit', 'closed', 'open', '', 'apartment1-2', '', '', '2014-01-06 03:15:50', '2014-01-06 03:15:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment1.jpg', 0, 'attachment', 'image/jpeg', 0),
(99, 1, '2013-10-10 23:36:22', '2013-10-10 23:36:22', '', 'Facilities', '', 'inherit', 'open', 'open', '', '16-revision-v1', '', '', '2013-10-10 23:36:22', '2013-10-10 23:36:22', '', 16, 'http://www.puertobarillas.com/welcome/?p=99', 0, 'revision', '', 0),
(100, 1, '2013-10-10 23:36:41', '2013-10-10 23:36:41', '', 'Activities', '', 'inherit', 'open', 'open', '', '18-revision-v1', '', '', '2013-10-10 23:36:41', '2013-10-10 23:36:41', '', 18, 'http://www.puertobarillas.com/welcome/?p=100', 0, 'revision', '', 0),
(101, 1, '2013-10-10 23:37:00', '2013-10-10 23:37:00', '', 'Restaurant/bar', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-10-10 23:37:00', '2013-10-10 23:37:00', '', 20, 'http://www.puertobarillas.com/welcome/?p=101', 0, 'revision', '', 0),
(102, 1, '2013-10-10 23:37:10', '2013-10-10 23:37:10', '', 'Blogs', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-10-10 23:37:10', '2013-10-10 23:37:10', '', 22, 'http://www.puertobarillas.com/welcome/?p=102', 0, 'revision', '', 0),
(103, 1, '2013-10-10 23:37:20', '2013-10-10 23:37:20', '', 'Special Offers', '', 'inherit', 'open', 'open', '', '24-revision-v1', '', '', '2013-10-10 23:37:20', '2013-10-10 23:37:20', '', 24, 'http://www.puertobarillas.com/welcome/?p=103', 0, 'revision', '', 0),
(104, 1, '2013-10-10 23:37:30', '2013-10-10 23:37:30', '', 'Air Strip', '', 'inherit', 'open', 'open', '', '33-revision-v1', '', '', '2013-10-10 23:37:30', '2013-10-10 23:37:30', '', 33, 'http://www.puertobarillas.com/welcome/?p=104', 0, 'revision', '', 0),
(309, 1, '2013-10-26 15:56:35', '2013-10-26 15:56:35', 'Puerto Barillas offers transportation  to the following sites\n(For prices please visit our reception office):\n<ul>\n	<li><strong>Joyas de Ceren</strong></li>\n	<li><strong>Alegria</strong></li>\n	<li><strong>Suchitoto</strong></li>\n</ul>\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\n</b></h3>\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\n\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\n\n<strong>See<a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\n\n&nbsp;', 'Tours and Travel', '', 'inherit', 'closed', 'open', '', '33-autosave-v1', '', '', '2013-10-26 15:56:35', '2013-10-26 15:56:35', '', 33, 'http://www.puertobarillas.com/welcome/33-autosave-v1/', 0, 'revision', '', 0),
(107, 1, '2013-10-10 23:38:17', '2013-10-10 23:38:17', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n<h3>info@puertobarillas.com</h3>\r\n<h4>Make a reservation by phone: (503) 2632-1802 / 2675-1131</h4>\r\n&nbsp;', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2019-12-20 09:12:52', '2019-12-20 09:12:52', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=107', 0, 'page', '', 0),
(979, 1, '2014-03-04 15:18:38', '2014-03-04 15:18:38', '', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-03-04 15:18:38', '2014-03-04 15:18:38', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(108, 1, '2013-10-10 23:38:17', '2013-10-10 23:38:17', '', 'Contact Us', '', 'inherit', 'open', 'open', '', '107-revision-v1', '', '', '2013-10-10 23:38:17', '2013-10-10 23:38:17', '', 107, 'http://www.puertobarillas.com/welcome/?p=108', 0, 'revision', '', 0),
(111, 1, '2013-10-10 23:41:41', '2013-10-10 23:41:41', '', 'Photo Gallery', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2013-10-10 23:41:41', '2013-10-10 23:41:41', '', 41, 'http://www.puertobarillas.com/welcome/?p=111', 0, 'revision', '', 0),
(112, 1, '2013-10-10 23:41:52', '2013-10-10 23:41:52', '', 'Getting There', '', 'inherit', 'open', 'open', '', '43-revision-v1', '', '', '2013-10-10 23:41:52', '2013-10-10 23:41:52', '', 43, 'http://www.puertobarillas.com/welcome/?p=112', 0, 'revision', '', 0),
(113, 1, '2013-10-10 23:42:16', '2013-10-10 23:42:16', '', 'Reservations', '', 'inherit', 'open', 'open', '', '45-revision-v1', '', '', '2013-10-10 23:42:16', '2013-10-10 23:42:16', '', 45, 'http://www.puertobarillas.com/welcome/?p=113', 0, 'revision', '', 0),
(115, 1, '2013-10-13 02:18:14', '2013-10-13 02:18:14', '', 'Tours and Travel', '', 'inherit', 'open', 'open', '', '33-revision-v1', '', '', '2013-10-13 02:18:14', '2013-10-13 02:18:14', '', 33, 'http://www.puertobarillas.com/welcome/?p=115', 0, 'revision', '', 0),
(1044, 1, '2014-03-15 14:55:31', '2014-03-15 14:55:31', '', 'Promo1-1400x400', '', 'inherit', 'closed', 'open', '', 'promo1-1400x400-4', '', '', '2014-03-15 14:55:31', '2014-03-15 14:55:31', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Promo1-1400x4003.jpg', 0, 'attachment', 'image/jpeg', 0),
(1028, 1, '2014-03-14 23:14:31', '2014-03-14 23:14:31', '', 'Puerto_Barillas_Picture1', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture1-4', '', '', '2014-03-14 23:14:31', '2014-03-14 23:14:31', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture11.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2013-10-13 03:12:08', '2013-10-13 03:12:08', 'Before you start using our themes, we recommend that you take a look at the Getting Started Documentation page. It contains information about installing a WordPress theme, answers to some frequently asked questions, as well as recommended plugins.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-13 03:12:08', '2013-10-13 03:12:08', '', 63, 'http://www.puertobarillas.com/welcome/?p=121', 0, 'revision', '', 0),
(123, 1, '2013-10-13 03:13:08', '2013-10-13 03:13:08', 'It contains information about installing a WordPress theme, answers to some frequently asked questions, as well as recommended plugins. Before you start using our themes, we recommend that you take a look at the Getting Started Documentation page.', 'DAYS TRIPS', '', 'inherit', 'open', 'open', '', '68-revision-v1', '', '', '2013-10-13 03:13:08', '2013-10-13 03:13:08', '', 68, 'http://www.puertobarillas.com/welcome/?p=123', 0, 'revision', '', 0),
(127, 1, '2013-10-13 16:06:12', '2013-10-13 16:06:12', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'Kayaking in the Bay', '', 'inherit', 'open', 'open', '', '86-revision-v1', '', '', '2013-10-13 16:06:12', '2013-10-13 16:06:12', '', 86, 'http://www.puertobarillas.com/welcome/?p=127', 0, 'revision', '', 0),
(128, 1, '2013-10-13 16:07:42', '2013-10-13 16:07:42', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 'Vist the monkey sanctuary', '', 'inherit', 'open', 'open', '', '84-revision-v1', '', '', '2013-10-13 16:07:42', '2013-10-13 16:07:42', '', 84, 'http://www.puertobarillas.com/welcome/?p=128', 0, 'revision', '', 0),
(129, 1, '2013-10-13 16:09:18', '2013-10-13 16:09:18', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Sport Fishing', '', 'inherit', 'open', 'open', '', '1-revision-v1', '', '', '2013-10-13 16:09:18', '2013-10-13 16:09:18', '', 1, 'http://www.puertobarillas.com/welcome/?p=129', 0, 'revision', '', 0),
(131, 1, '2013-10-13 16:17:38', '2013-10-13 16:17:38', '', 'monkey sanctuary Jiquilisco', '', 'inherit', 'open', 'open', '', 'monkey-sanctuary-jiquilisco', '', '', '2013-10-13 16:17:38', '2013-10-13 16:17:38', '', 84, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/monkey-sanctuary-Jiquilisco.jpg', 0, 'attachment', 'image/jpeg', 0),
(133, 1, '2013-10-13 16:21:25', '2013-10-13 16:21:25', '', 'Kayaking in the Bay', '', 'inherit', 'open', 'open', '', 'kayaking-in-the-bay', '', '', '2013-10-13 16:21:25', '2013-10-13 16:21:25', '', 86, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2013-10-13 16:19:04', '2013-10-13 16:19:04', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'open', 'open', '', 'olympus-digital-camera', '', '', '2013-10-13 16:19:04', '2013-10-13 16:19:04', '', 1, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Sport-Fishing.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2013-10-13 16:40:19', '2013-10-13 16:40:19', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Philosophy', '', 'publish', 'closed', 'closed', '', 'philosophy', '', '', '2013-11-01 15:09:38', '2013-11-01 15:09:38', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=135', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(137, 1, '2013-10-13 16:40:34', '2013-10-13 16:40:34', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\nIf you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>\r\n<h4><img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" /><i>\r\n</i></h4>', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2014-03-08 15:37:51', '2014-03-08 15:37:51', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=137', 0, 'page', '', 0),
(986, 1, '2014-03-08 15:37:51', '2014-03-08 15:37:51', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\nIf you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>\r\n<h4><img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" /><i>\r\n</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2014-03-08 15:37:51', '2014-03-08 15:37:51', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(138, 1, '2013-10-13 16:40:19', '2013-10-13 16:40:19', '', 'Philosophy', '', 'inherit', 'open', 'open', '', '135-revision-v1', '', '', '2013-10-13 16:40:19', '2013-10-13 16:40:19', '', 135, 'http://www.puertobarillas.com/welcome/?p=138', 0, 'revision', '', 0),
(244, 1, '2013-10-20 23:29:25', '2013-10-20 23:29:25', '<h2>Steve’s answers to Frequent Asked Questions.</h2>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:29:25', '2013-10-20 23:29:25', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2013-10-13 16:40:34', '2013-10-13 16:40:34', '', 'Our Staff', '', 'inherit', 'open', 'open', '', '137-revision-v1', '', '', '2013-10-13 16:40:34', '2013-10-13 16:40:34', '', 137, 'http://www.puertobarillas.com/welcome/?p=140', 0, 'revision', '', 0),
(141, 1, '2013-10-13 16:40:53', '2013-10-13 16:40:53', '<h3>About Jiquilisco Bay</h3>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\"><img class=\"size-full wp-image-684 alignleft\" alt=\"labahia\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\" width=\"170\" height=\"169\" /></a>Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--694\" />', 'Jiquilisco Bay', '', 'publish', 'closed', 'closed', '', 'bahia-de-jiquilisco', '', '', '2014-05-29 20:00:52', '2014-05-29 20:00:52', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=141', 0, 'page', '', 0),
(142, 1, '2013-10-13 16:40:53', '2013-10-13 16:40:53', '', 'Bahia de Jiquilisco', '', 'inherit', 'open', 'open', '', '141-revision-v1', '', '', '2013-10-13 16:40:53', '2013-10-13 16:40:53', '', 141, 'http://www.puertobarillas.com/welcome/?p=142', 0, 'revision', '', 0),
(143, 1, '2013-10-13 16:43:53', '2013-10-13 16:43:53', ' ', '', '', 'publish', 'open', 'open', '', '143', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=143', 5, 'nav_menu_item', '', 0),
(144, 1, '2013-10-13 16:43:53', '2013-10-13 16:43:53', ' ', '', '', 'publish', 'open', 'open', '', '144', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=144', 3, 'nav_menu_item', '', 0),
(145, 1, '2013-10-13 16:43:53', '2013-10-13 16:43:53', ' ', '', '', 'publish', 'open', 'open', '', '145', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=145', 2, 'nav_menu_item', '', 0),
(146, 1, '2013-10-13 16:43:28', '2013-10-13 16:43:28', '<h3>I. Background/ History</h3>\r\nHacienda La Carrera in the 60s-70s was on the top list of productive farms in Latin America, before the land reform in the late 70’s.  It was an icon for the agriculture and progress in El Salvador.  Therefore, because of this hacienda the area had a high employment rate.\r\n\r\nThe top resources before the land reform in the 70’s\r\n<ul>\r\n	<li>Cotton</li>\r\n	<li>Cattle</li>\r\n	<li>Green Plantains and bananas</li>\r\n	<li>Cacao ( highest quality/top market price- remember the chocolate you tried at the travel market and its aroma- simply delicious)</li>\r\n	<li> Coconut oil</li>\r\n	<li>Much more natural products (fruits and vegetables)</li>\r\n</ul>\r\nOur entrance to Puerto Barillas is in the midst of this beautiful farm (sugar cane, cacao, tropical vegetation and splendorous volcanoes) are just a few of the sightseeing items in the area\r\n\r\nPuerto Barillas, located in the Canal Barillas, opened its doors in year 2000 with a dream in mind: transforming the memory of the history of Salvadoran agriculture from an Hacienda  (La Carrera) to an attractive, enchanted tourist destination,  with its abundance and fertile nature (flora and fauna), its glamorous-picture perfect sceneries, its diverse and exciting activities and much more… and by this means, sharing the beauty with its visitors.\r\n\r\nToday, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna\r\n<h3><b>History of Jiquilisco Bay  </b></h3>\r\n<b>Pre-Columbian era</b>\r\n\r\nOn the south coast of Usulutan, the Pacific Ocean forms a picturesque sea entrance, formerly Xiriualtique, later called the Holy Spirit and now Jiquilisco. Xiriualtique which in Poton language means \"place in the bay of the stars.\" It comes from Xiria, star, ual, water, river, bay, and ticket, closed, suffix of place.\r\n\r\nIn the language Poton spoken by the Lencas tribes Xiquilisco means \"men of xiquilite\", coming from the roots xiquilite, indigo, jiquilite (plant from which the ink is extracted annually or indigo ink) and ixco, man. In other words, Jiquilisco becomes the \"people of the men who cultivate indigo, indigo and benefit.\"\r\n\r\n<b>1500</b>\r\n\r\nJiquilisco Bay was discovered in 1522 by Andrés Niño, Chief Pilot of the expedition of Gil Gonzalez Davila, who sailed from Pearl Islands, Gulf of Panama to the Gulf of Tehuantepec, in Mexico, seeking an inter-oceanic route.', 'History', '', 'publish', 'closed', 'closed', '', 'history', '', '', '2013-12-07 16:24:55', '2013-12-07 16:24:55', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=146', 0, 'page', '', 0),
(147, 1, '2013-10-13 16:43:28', '2013-10-13 16:43:28', '', 'History', '', 'inherit', 'open', 'open', '', '146-revision-v1', '', '', '2013-10-13 16:43:28', '2013-10-13 16:43:28', '', 146, 'http://www.puertobarillas.com/welcome/?p=147', 0, 'revision', '', 0),
(148, 1, '2013-10-13 16:44:27', '2013-10-13 16:44:27', ' ', '', '', 'publish', 'open', 'open', '', '148', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=148', 1, 'nav_menu_item', '', 0),
(149, 1, '2013-10-13 16:45:09', '2013-10-13 16:45:09', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'The Weather', '', 'publish', 'closed', 'closed', '', 'the-weather', '', '', '2013-11-01 15:16:01', '2013-11-01 15:16:01', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=149', 0, 'page', '', 0),
(150, 1, '2013-10-13 16:45:09', '2013-10-13 16:45:09', '', 'The Weather', '', 'inherit', 'open', 'open', '', '149-revision-v1', '', '', '2013-10-13 16:45:09', '2013-10-13 16:45:09', '', 149, 'http://www.puertobarillas.com/welcome/?p=150', 0, 'revision', '', 0),
(151, 1, '2013-10-13 16:45:35', '2013-10-13 16:45:35', '<blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\"><img class=\"alignnone size-full wp-image-376\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\" width=\"200\" height=\"85\" /></a></h3>\r\nCentro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\"><img class=\"alignnone size-full wp-image-380\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\" width=\"250\" height=\"69\" />\r\n</a>Contacts\r\n<a href=\"www.greenbluered.com\">www.greenbluered.com</a>\r\ninfo@greenbluered.com\r\n<h3>About Us...</h3>\r\nWe are a tour operator based in El Salvador, providing incoming tourism services for El Salvador and Central America.\r\nWe operate three different brands.\r\nOur mission evolves around the concept of providing amazing travel experiences while at the same time giving back to local communities.\r\n<h3>Our Mission</h3>\r\nWithin each incoming brand: to improve the quality of life of our Central American communities by providing economic opportunities through tourism, while at the same time providing excellent service and product quality to our travelers.\r\n\r\n<span style=\"text-decoration: underline;\">Why greenbluered?</span>\r\n\r\nIt represents the colors of Central America. The green of our forests: from rainforests to cloud forests to tropical dry forests; the blue of our lakes, rivers and oceans; and the red of our culture: from our Maya History, to our coffee heritage, crafts and traditions and our friendly people.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\"><img class=\"alignnone size-full wp-image-381\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\" width=\"250\" height=\"93\" /></a>\r\n\r\n<a href=\"www.learnandtravel.com\">www.learnandtravel.com</a>\r\ninfo@learnandtravel.com\r\n<h3>Authentic, meaningful and colorful travel</h3>\r\n•Single country or multiple destination leisure packages.\r\n•Minimum 3 star hotel properties.\r\n•Private vehicles, drivers and guides.\r\n•Emphasis on hands on activities.\r\n•Emphasis on authentic experiences.\r\n•Emphasis on giving back to the communities we visit.\r\n\r\nThe green, blue and red represent the colors of Central America: forests, beaches, live Maya culture. We offer leisure packages for El Salvador and multi destination packages of 2 or more Central American countries.\r\n\r\nEducational, meaningful and fun group travel\r\n\r\n• Programs around: archaeology, history, Spanish language, art, sports, business, nature, etc.\r\n• Teacher led programs.\r\n• Programs include 1 or 2 days of community service project.\r\n• Single or multiple country programs.\r\n\r\nLearn andTravel is an educational tour operator that specializes in student/youth group travel to El Salvador and Central America.\r\nThe trips are prepared around a specific educational interest of the group.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\"><img class=\"alignnone size-full wp-image-382\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\" width=\"250\" height=\"87\" /></a>\r\n\r\n<a href=\"www.shareandtravel.org\">www.shareandtravel.org</a>\r\ninfo@shareandtravel.org\r\n<h3>Travel and Give Back</h3>\r\n•Volunteer travel programs from 1 week to up to 1 year.\r\n•We offer our own programs through our own non‐profit.\r\n•We also offer programs through other organizations.\r\n•Experience complemented with language schools and travel.\r\n•Lodging at hostel type properties or home stay.\r\n•Educational and conservation activities.\r\n\r\nShare and Travel is a non‐profit tour operator that provides volunteer programs to El Salvador and Central America.\r\nThrough our own non profit organization, we offer programs at rural schools that are located in beautiful places such as in the middle of three volcanoes and on a pristine beach.\r\n\r\n&nbsp;', 'Tour Operators', '', 'publish', 'open', 'open', '', 'tour-operators', '', '', '2013-10-30 21:43:59', '2013-10-30 21:43:59', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=151', 0, 'page', '', 0),
(152, 1, '2013-10-13 16:45:35', '2013-10-13 16:45:35', '', 'Tour Operators', '', 'inherit', 'open', 'open', '', '151-revision-v1', '', '', '2013-10-13 16:45:35', '2013-10-13 16:45:35', '', 151, 'http://www.puertobarillas.com/welcome/?p=152', 0, 'revision', '', 0),
(153, 1, '2013-10-13 16:45:56', '2013-10-13 16:45:56', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n\r\nFor overnight package stays at Las Flores Resort, please contact our Service Manager: Emerita Sanchez cesanchez@puertobarillas.com\r\n\r\n\r\nhttps://www.youtube.com/watch?v=CHNuIfPjijs&feature=youtu.be\r\n\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\r\n\r\n-------------------------------------------------------------------------------------------------------------\r\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\r\n----------------------------------------------------------------------------------------------------------------------\r\nEL CUCO/ PLAYA LAS FLORES\r\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \r\n\r\nSUCHITOTO (COLONIAL TOWN)\r\nLOS ALMENDROS DE SAN LORENZO (HOTEL BOUTIQUE)\r\n\r\nSAN SALVADOR\r\nINTERCONTENTAL HOTEL\r\nHILTON PRINCESS\r\n \r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating. (GBR)', 'Travel El Salvador', '', 'publish', 'closed', 'closed', '', 'travel-el-salvador', '', '', '2016-05-31 23:00:05', '2016-05-31 23:00:05', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=153', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(154, 1, '2013-10-13 16:45:56', '2013-10-13 16:45:56', '', 'Travel El Salvador ', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2013-10-13 16:45:56', '2013-10-13 16:45:56', '', 153, 'http://www.puertobarillas.com/welcome/?p=154', 0, 'revision', '', 0),
(155, 1, '2013-10-13 16:47:59', '2013-10-13 16:47:59', ' ', '', '', 'publish', 'open', 'open', '', '155', '', '', '2016-05-01 16:18:22', '2016-05-01 16:18:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=155', 2, 'nav_menu_item', '', 0),
(157, 1, '2013-10-13 16:47:59', '2013-10-13 16:47:59', ' ', '', '', 'publish', 'open', 'open', '', '157', '', '', '2016-05-01 16:18:21', '2016-05-01 16:18:21', '', 0, 'http://www.puertobarillas.com/welcome/?p=157', 1, 'nav_menu_item', '', 0),
(158, 1, '2013-10-13 16:48:18', '2013-10-13 16:48:18', '<h3><strong>Febrero</strong></h3>\r\nEn Febrero Revista Ejecutiva de LPG realizo  sesión de Fotografias en Puerto Barillas\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--1079\" />', 'Press Release', '', 'publish', 'closed', 'closed', '', 'press-release', '', '', '2014-03-26 20:59:09', '2014-03-26 20:59:09', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=158', 0, 'page', '', 0),
(159, 1, '2013-10-13 16:48:18', '2013-10-13 16:48:18', '', 'Press Release', '', 'inherit', 'open', 'open', '', '158-revision-v1', '', '', '2013-10-13 16:48:18', '2013-10-13 16:48:18', '', 158, 'http://www.puertobarillas.com/welcome/?p=159', 0, 'revision', '', 0),
(160, 1, '2013-10-13 16:48:42', '2013-10-13 16:48:42', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Related Media', '', 'publish', 'closed', 'closed', '', 'related-media', '', '', '2013-11-01 15:11:18', '2013-11-01 15:11:18', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=160', 0, 'page', '', 0),
(161, 1, '2013-10-13 16:48:42', '2013-10-13 16:48:42', '', 'Related Media', '', 'inherit', 'open', 'open', '', '160-revision-v1', '', '', '2013-10-13 16:48:42', '2013-10-13 16:48:42', '', 160, 'http://www.puertobarillas.com/welcome/?p=161', 0, 'revision', '', 0),
(162, 1, '2013-10-13 16:49:01', '2013-10-13 16:49:01', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1800\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'publish', 'closed', 'closed', '', 'tripadvisor', '', '', '2013-12-11 21:40:59', '2013-12-11 21:40:59', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=162', 0, 'page', '', 0),
(163, 1, '2013-10-13 16:49:01', '2013-10-13 16:49:01', '', 'Tripadvisor', '', 'inherit', 'open', 'open', '', '162-revision-v1', '', '', '2013-10-13 16:49:01', '2013-10-13 16:49:01', '', 162, 'http://www.puertobarillas.com/welcome/?p=163', 0, 'revision', '', 0),
(164, 1, '2013-10-13 16:50:07', '2013-10-13 16:50:07', ' ', '', '', 'publish', 'open', 'open', '', '164', '', '', '2013-10-13 16:50:07', '2013-10-13 16:50:07', '', 0, 'http://www.puertobarillas.com/welcome/?p=164', 3, 'nav_menu_item', '', 0),
(165, 1, '2013-10-13 16:50:07', '2013-10-13 16:50:07', ' ', '', '', 'publish', 'open', 'open', '', '165', '', '', '2013-10-13 16:50:07', '2013-10-13 16:50:07', '', 0, 'http://www.puertobarillas.com/welcome/?p=165', 2, 'nav_menu_item', '', 0),
(166, 1, '2013-10-13 16:50:07', '2013-10-13 16:50:07', ' ', '', '', 'publish', 'open', 'open', '', '166', '', '', '2013-10-13 16:50:07', '2013-10-13 16:50:07', '', 0, 'http://www.puertobarillas.com/welcome/?p=166', 1, 'nav_menu_item', '', 0),
(167, 1, '2013-10-13 17:00:37', '2013-10-13 17:00:37', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Puerto Barillas, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<table width=\"589\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>DOCTORS USULUTAN</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA INTERNA</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">ALVARADO VILLEDA MANUEL ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">2A CALLE ORIENTE #1</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA GENERAL</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">MARTELL RUIZ BENJAMIN ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CA GRIMALDI M 22</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">CASTILLO PERDOMO PEDRO ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C PTE NR 13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">DUANES PALOMO LUCIA CLARIBEL</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C OTE 20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">LOPEZ VEGA EDGARDO ARMANDO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CALLE DR. FEDERICO PENADO # 4 EDIFICIO ANDA</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>EAR NOSE THROAT</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">GARAY CACERES JOSE VIRGILIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">1A CA PONIENTE 13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>UROLOGIST</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">BERNABEL CAÑAS LUIS GERARDO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">6A CL OTE N 10</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<b>San Salvador</b>\r\n\r\nCARDIOVASCULAR\r\nDERMATOLOGIST\r\nDENTIST\r\nEAR NOSE AND THROAT\r\nGYNOCOLOGY\r\nOPTOMETRY\r\nORTHOPEDIC\r\nPLASTIC SURGERY\r\nUROLOGY\r\nPHYSICAL THERAP\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'publish', 'open', 'open', '', 'faq', '', '', '2013-12-07 17:54:07', '2013-12-07 17:54:07', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=167', 0, 'page', '', 0),
(168, 1, '2013-10-13 17:00:37', '2013-10-13 17:00:37', '', 'FAQ', '', 'inherit', 'open', 'open', '', '167-revision-v1', '', '', '2013-10-13 17:00:37', '2013-10-13 17:00:37', '', 167, 'http://www.puertobarillas.com/welcome/?p=168', 0, 'revision', '', 0),
(169, 1, '2013-10-13 17:01:47', '2013-10-13 17:01:47', '', 'FAQ', '', 'publish', 'open', 'closed', '', '169', '', '', '2019-12-20 08:42:06', '2019-12-20 08:42:06', '', 0, 'http://www.puertobarillas.com/welcome/?p=169', 12, 'nav_menu_item', '', 0),
(172, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM3NCIsInBvc3RfaWQiOiIxNzIiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiZ2FsbGVyaWVzIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 'Galleries', '', 'draft', 'open', 'open', '', '', '', '', '2014-03-06 18:34:16', '2014-03-06 18:34:16', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM3NCIsInBvc3RfaWQiOiIxNzIiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiZ2FsbGVyaWVzIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?p=172', 0, 'gal_display_source', '', 0),
(995, 1, '2014-03-08 16:04:01', '2014-03-08 16:04:01', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nGracias por visitarnos.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Favor leer las políticas de la empresa </a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-03-08 16:04:01', '2014-03-08 16:04:01', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(994, 1, '2014-03-08 16:01:28', '2014-03-08 16:01:28', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-03-08 16:01:28', '2014-03-08 16:01:28', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM4MyIsInBvc3RfaWQiOiIxNzMiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiYWxidW1zIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 'Albums', '', 'draft', 'open', 'open', '', '', '', '', '2014-03-06 18:34:16', '2014-03-06 18:34:16', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM4MyIsInBvc3RfaWQiOiIxNzMiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiYWxidW1zIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?p=173', 0, 'gal_display_source', '', 0),
(174, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM5MiIsInBvc3RfaWQiOiIxNzQiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyIsInRpdGxlIjoiVGFncyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0sIm5hbWUiOiJ0YWdzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 'Tags', '', 'draft', 'open', 'open', '', '', '', '', '2014-03-06 18:34:16', '2014-03-06 18:34:16', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjM5MiIsInBvc3RfaWQiOiIxNzQiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyIsInRpdGxlIjoiVGFncyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0sIm5hbWUiOiJ0YWdzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9', 0, 'http://www.puertobarillas.com/welcome/?p=174', 0, 'gal_display_source', '', 0),
(993, 1, '2014-03-08 16:00:01', '2014-03-08 16:00:01', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n&nbsp;\r\n\r\nGracias por visitarnos.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Favor leer las políticas de la empresa </a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-03-08 16:00:01', '2014-03-08 16:00:01', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(992, 1, '2014-03-08 15:59:20', '2014-03-08 15:59:20', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n&nbsp;\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-03-08 15:59:20', '2014-03-08 15:59:20', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjQwMSIsInBvc3RfaWQiOiIxNzUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmFuZG9tX2ltYWdlcyIsInRpdGxlIjoiUmFuZG9tIEltYWdlcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXSwibmFtZSI6InJhbmRvbV9pbWFnZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjp0cnVlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==', 'Random Images', '', 'draft', 'open', 'open', '', '', '', '', '2014-03-06 18:34:16', '2014-03-06 18:34:16', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjQwMSIsInBvc3RfaWQiOiIxNzUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmFuZG9tX2ltYWdlcyIsInRpdGxlIjoiUmFuZG9tIEltYWdlcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXSwibmFtZSI6InJhbmRvbV9pbWFnZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjp0cnVlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==', 0, 'http://www.puertobarillas.com/welcome/?p=175', 0, 'gal_display_source', '', 0),
(176, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjQxMCIsInBvc3RfaWQiOiIxNzYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyIsInRpdGxlIjoiUmVjZW50IGltYWdlcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXSwibmFtZSI6InJlY2VudF9pbWFnZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 'Recent images', '', 'draft', 'open', 'open', '', '', '', '', '2014-03-06 18:34:16', '2014-03-06 18:34:16', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjQxMCIsInBvc3RfaWQiOiIxNzYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyIsInRpdGxlIjoiUmVjZW50IGltYWdlcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXSwibmFtZSI6InJlY2VudF9pbWFnZXMiLCJmb3JtYXRfY29udGVudCI6IiIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?p=176', 0, 'gal_display_source', '', 0),
(177, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY3NCIsInBvc3RfaWQiOiIxNzciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibm9uZSIsIm5hbWUiOiJub25lIiwidGl0bGUiOiJObyBsaWdodGJveCIsImNvZGUiOiIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiIiLCJzY3JpcHRzIjoiIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6IiJ9', 'none', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY3NCIsInBvc3RfaWQiOiIxNzciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibm9uZSIsIm5hbWUiOiJub25lIiwidGl0bGUiOiJObyBsaWdodGJveCIsImNvZGUiOiIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiIiLCJzY3JpcHRzIjoiIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6IiJ9', 0, 'http://www.puertobarillas.com/welcome/?p=177', 0, 'lightbox_library', '', 0),
(178, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY4NSIsInBvc3RfaWQiOiIxNzgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3giLCJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUubWluLmpzXHJcbmh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIn0=', 'lightbox', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY4NSIsInBvc3RfaWQiOiIxNzgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3giLCJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUubWluLmpzXHJcbmh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIn0=', 0, 'http://www.puertobarillas.com/welcome/?p=178', 0, 'lightbox_library', '', 0),
(179, 1, '2013-10-13 17:37:41', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY5NiIsInBvc3RfaWQiOiIxNzkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiZmFuY3lib3giLCJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmVhc2luZy0xLjMucGFjay5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyJ9', 'fancybox', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY5NiIsInBvc3RfaWQiOiIxNzkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiZmFuY3lib3giLCJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmVhc2luZy0xLjMucGFjay5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyJ9', 0, 'http://www.puertobarillas.com/welcome/?p=179', 0, 'lightbox_library', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(180, 1, '2013-10-13 17:37:42', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYzMCIsInBvc3RfaWQiOiIxODAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiaGlnaHNsaWRlIiwibmFtZSI6ImhpZ2hzbGlkZSIsInRpdGxlIjoiSGlnaHNsaWRlIiwiY29kZSI6ImNsYXNzPVwiaGlnaHNsaWRlXCIgb25jbGljaz1cInJldHVybiBocy5leHBhbmQodGhpcywge3NsaWRlc2hvd0dyb3VwOiAnJUdBTExFUllfTkFNRSUnfSk7XCIiLCJ2YWx1ZXMiOnsibmV4dGdlbl9oaWdoc2xpZGVfZ3JhcGhpY3NfZGlyIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2dyYXBoaWNzIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUtZnVsbC5wYWNrZWQuanNcclxuaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MifQ==', 'highslide', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYzMCIsInBvc3RfaWQiOiIxODAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoiaGlnaHNsaWRlIiwibmFtZSI6ImhpZ2hzbGlkZSIsInRpdGxlIjoiSGlnaHNsaWRlIiwiY29kZSI6ImNsYXNzPVwiaGlnaHNsaWRlXCIgb25jbGljaz1cInJldHVybiBocy5leHBhbmQodGhpcywge3NsaWRlc2hvd0dyb3VwOiAnJUdBTExFUllfTkFNRSUnfSk7XCIiLCJ2YWx1ZXMiOnsibmV4dGdlbl9oaWdoc2xpZGVfZ3JhcGhpY3NfZGlyIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2dyYXBoaWNzIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvaGlnaHNsaWRlXC9oaWdoc2xpZGUtZnVsbC5wYWNrZWQuanNcclxuaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MifQ==', 0, 'http://www.puertobarillas.com/welcome/?p=180', 0, 'lightbox_library', '', 0),
(181, 1, '2013-10-13 17:37:42', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY0MSIsInBvc3RfaWQiOiIxODEiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoic2h1dHRlciIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIn0=', 'shutter', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY0MSIsInBvc3RfaWQiOiIxODEiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoic2h1dHRlciIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xyXG5odHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIn0=', 0, 'http://www.puertobarillas.com/welcome/?p=181', 0, 'lightbox_library', '', 0),
(182, 1, '2013-10-13 17:37:42', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY1MiIsInBvc3RfaWQiOiIxODIiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoic2h1dHRlcjIiLCJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmpzXHJcbmh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MifQ==', 'shutter2', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY1MiIsInBvc3RfaWQiOiIxODIiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoic2h1dHRlcjIiLCJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmpzXHJcbmh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL3d3dy5wdWVydG9iYXJpbGxhcy5jb21cL3dlbGNvbWVcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5jc3MifQ==', 0, 'http://www.puertobarillas.com/welcome/?p=182', 0, 'lightbox_library', '', 0),
(183, 1, '2013-10-13 17:37:42', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY2MyIsInBvc3RfaWQiOiIxODMiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGhpY2tib3giLCJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC90aGlja2JveFwvbmV4dGdlbl90aGlja2JveF9pbml0LmpzXHJcblwvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MifQ==', 'thickbox', '', 'draft', 'open', 'open', '', '', '', '', '2014-06-10 21:38:59', '2014-06-10 21:38:59', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY2MyIsInBvc3RfaWQiOiIxODMiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGhpY2tib3giLCJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC93d3cucHVlcnRvYmFyaWxsYXMuY29tXC93ZWxjb21lXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvd3d3LnB1ZXJ0b2JhcmlsbGFzLmNvbVwvd2VsY29tZVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC90aGlja2JveFwvbmV4dGdlbl90aGlja2JveF9pbml0LmpzXHJcblwvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5jc3MifQ==', 0, 'http://www.puertobarillas.com/welcome/?p=183', 0, 'lightbox_library', '', 0),
(989, 1, '2014-03-08 15:46:04', '2014-03-08 15:46:04', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments Rates</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses Rates</a>', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-03-08 15:46:04', '2014-03-08 15:46:04', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4901, 1, '2019-12-20 09:12:52', '2019-12-20 09:12:52', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n<h3>info@puertobarillas.com</h3>\r\n<h4>Make a reservation by phone: (503) 2632-1802 / 2675-1131</h4>\r\n&nbsp;', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '107-revision-v1', '', '', '2019-12-20 09:12:52', '2019-12-20 09:12:52', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(984, 0, '2016-10-25 12:38:54', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-10-25 12:38:54', '2016-10-25 12:38:54', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=984', 0, 'ngg_pictures', '', 0),
(985, 0, '2016-07-30 03:02:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-30 03:02:34', '2016-07-30 03:02:34', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=985', 0, 'ngg_pictures', '', 0),
(193, 1, '2013-10-13 18:14:06', '2013-10-13 18:14:06', '[nggallery id=1]', 'Gallery Puerto Barillas', '', 'publish', 'open', 'open', '', 'gallery-puerto-barillas', '', '', '2013-10-13 18:14:06', '2013-10-13 18:14:06', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=193', 0, 'page', '', 0),
(198, 1, '2013-10-14 00:47:00', '2013-10-14 00:47:00', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures. Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am.\r\n\r\nConsider staying a minimum of two nights nights to enjoy all Puerto Barillas has to\r\noffer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 00:47:00', '2013-10-14 00:47:00', '', 63, 'http://www.puertobarillas.com/welcome/?p=198', 0, 'revision', '', 0),
(200, 1, '2013-10-14 00:54:22', '2013-10-14 00:54:22', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures. Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 00:54:22', '2013-10-14 00:54:22', '', 63, 'http://www.puertobarillas.com/welcome/?p=200', 0, 'revision', '', 0),
(199, 1, '2019-08-13 00:32:57', '2019-08-13 00:32:57', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\n&nbsp;\n\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments&nbsp;and 4 treehouses. Enjoy this tranquil retreat&nbsp;where every day is a \"magical night and morning\"&nbsp;with the songs of the&nbsp;birds and enjoying&nbsp;the stunning view of the surrounding plantations.\n\nAccommodation is&nbsp;ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\n\nRates are as follow:\n\nTREEHOUSES (Max Occupancy 3 people)\nTop Floor: One queen bed and one bunk bed&nbsp; and a half bathroom. First Floor: Social area and Full bathroom.&nbsp; Please note that the stairway is a snail-shaped stairway.&nbsp; If you experience mobility problems, we do not recommend this type of accommodation.\n\nLOW SEASON\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\n\nHIGH SEASON\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\n\nAPARTMENTS\n\n<strong>LOW SEASON</strong>\n2 Bedroom Apartments\nMaximum Occupancy 6 people\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\n\nLow Season\n$199.00 per lodge per night &nbsp;Maximum occupancy: 6 people. &nbsp; Apartment 8 is for a maximum of 7 people. &nbsp;The rate is $209.00\n\nHIGH SEASON\n2 Bedroom Apartment- Maximum Occupancy 6 people\n$236.00 per lodge per night for &nbsp;maximum occupancy:6 people. &nbsp; &nbsp;$246.00 Apartment 8: maximum occupancy: 7 people\n\n&nbsp;\n\nRATES FOR 2020\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\n\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\n\nCancellation penalty\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\n\n<strong>Cancellation Policies:</strong>\n\n0-5 days before arrival, the reservation is non-refundable.\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\n&nbsp;\n\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'open', 'open', '', '63-autosave-v1', '', '', '2019-08-13 00:32:57', '2019-08-13 00:32:57', '', 63, 'http://www.puertobarillas.com/welcome/?p=199', 0, 'revision', '', 0),
(4842, 1, '2016-11-11 22:21:58', '2016-11-11 22:21:58', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nOne queen bed and one bunk bed\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people  1 room-1 queen bed  room 2- 1 Queen bed and 1 full bed and a sofa bed in living room\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2016-11-11 22:21:58', '2016-11-11 22:21:58', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1276, 1, '2016-03-30 01:35:35', '2016-03-30 01:35:35', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night    Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night     Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n&nbsp;\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night    Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity.  Please note that we will not accept any additional person on a lodging.  No refunds allowed.\r\n', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-03-30 01:35:35', '2016-03-30 01:35:35', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1277, 1, '2016-03-30 01:45:07', '2016-03-30 01:45:07', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night    Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night     Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n&nbsp;\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night    Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity.  Please note that we will not accept any additional person on a lodging.  No refunds allowed.\r\n\r\n<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=en;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				\r\n', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-03-30 01:45:07', '2016-03-30 01:45:07', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(201, 1, '2013-10-14 01:02:38', '2013-10-14 01:02:38', '', 'Lodge in Puerto Barillas', '', 'inherit', 'open', 'open', '', 'lodge-2', '', '', '2013-10-14 01:02:38', '2013-10-14 01:02:38', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2013-10-14 01:03:58', '2013-10-14 01:03:58', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"188\" height=\"259\" /></a>\r\n\r\n&nbsp;\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 01:03:58', '2013-10-14 01:03:58', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(203, 1, '2013-10-14 01:04:43', '2013-10-14 01:04:43', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"150\" height=\"207\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 01:04:43', '2013-10-14 01:04:43', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(204, 1, '2013-10-14 01:06:25', '2013-10-14 01:06:25', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 01:06:25', '2013-10-14 01:06:25', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(206, 1, '2013-10-14 01:19:28', '2013-10-14 01:19:28', '', 'Lodge', '', 'publish', 'open', 'closed', '', 'lodge', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=206', 2, 'nav_menu_item', '', 0),
(208, 1, '2013-10-14 01:20:37', '2013-10-14 01:20:37', '', 'Apartments', '', 'inherit', 'open', 'open', '', '207-revision-v1', '', '', '2013-10-14 01:20:37', '2013-10-14 01:20:37', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(209, 1, '2013-10-14 01:21:19', '2013-10-14 01:21:19', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n 	<li>Ground Floor:</li>\r\n 	<li>Bathroom</li>\r\n 	<li>Social area with dining table</li>\r\n 	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n 	<li>Half bath</li>\r\n 	<li>Large room</li>\r\n 	<li>A double bed and a bunk bed</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 3 people\r\n\r\n<b><u>$95.00</u></b>\r\n\r\nAdditional person : $10 .00 (just 1 more child )\r\n\r\nHigh Season: $118.00 .&nbsp; Additional person : $10.00 (only 1 more person)\r\n\r\nRATES 2020\r\n\r\nMaximum Occupancy: 3 people\r\n\r\n<b><u>$95.00</u></b>\r\n\r\nAdditional person : $10 .00 (just 1 more child )\r\n\r\nHigh Season: $121.00 .&nbsp; Additional person : $10.00 (only 1 more person)\r\n\r\n&nbsp;\r\n\r\nThank you for choosing to stay with us. &nbsp;Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;', 'Treehouses', '', 'publish', 'closed', 'closed', '', 'treehouses', '', '', '2019-08-13 00:46:54', '2019-08-13 00:46:54', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=209', 0, 'page', '', 0),
(923, 1, '2014-01-06 23:56:30', '2014-01-06 23:56:30', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n	<li>Ground Floor:</li>\r\n	<li>Bathroom</li>\r\n	<li>Social area with dining table</li>\r\n	<li>Barbecue</li>\r\n	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n	<li>Half bath</li>\r\n	<li>Large room</li>\r\n	<li>A double bed and a bunk bed</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 4 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$118.00</strong></span>', 'Treehouses', '', 'inherit', 'closed', 'open', '', '209-revision-v1', '', '', '2014-01-06 23:56:30', '2014-01-06 23:56:30', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(210, 1, '2013-10-14 01:21:19', '2013-10-14 01:21:19', '', 'Treehouses', '', 'inherit', 'open', 'open', '', '209-revision-v1', '', '', '2013-10-14 01:21:19', '2013-10-14 01:21:19', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(211, 1, '2013-10-14 01:22:17', '2013-10-14 01:22:17', '', 'Treehouses Rates', '', 'publish', 'open', 'closed', '', '211', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=211', 5, 'nav_menu_item', '', 0),
(212, 1, '2013-10-14 01:22:17', '2013-10-14 01:22:17', '', 'Apartments Rates', '', 'publish', 'open', 'closed', '', '212', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=212', 4, 'nav_menu_item', '', 0),
(213, 1, '2013-10-14 01:26:40', '2013-10-14 01:26:40', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'open', 'open', '', '63-revision-v1', '', '', '2013-10-14 01:26:40', '2013-10-14 01:26:40', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4843, 1, '2016-11-11 22:24:24', '2016-11-11 22:24:24', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</\r\n\r\n<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=en;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2016-11-11 22:24:24', '2016-11-11 22:24:24', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(215, 1, '2013-10-14 01:33:14', '2013-10-14 01:33:14', '<strong>Top level floor:</strong>\n<ul>\n	<li>Terrace</li>\n	<li>Main room:</li>\n	<li>Double bed</li>\n	<li>Fully equipped</li>\n	<li>Spacious bathroom</li>\n	<li>Air Conditioning</li>\n	<li>Ground floor:</li>\n	<li>Living and dining</li>\n	<li>Futon (sofa bed) for 2 people</li>\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\n	<li>Terrace</li>\n	<li>Barbecue</li>\n	<li>Direct TV</li>\n</ul>\n<strong>Room 2</strong>\n<ul>\n	<li>Double Bed</li>\n	<li>Bunk Bed</li>\n	<li>Bathroom</li>\n</ul>\nMaximum Occupancy: 8 people\n\n<strong>Regular: $236.00 Member: $118.00</strong>\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.', 'Apartments', '', 'inherit', 'open', 'open', '', '207-revision-v1', '', '', '2013-10-14 01:33:14', '2013-10-14 01:33:14', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(216, 1, '2013-10-14 01:33:27', '2013-10-14 01:33:27', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.', 'Apartments', '', 'inherit', 'open', 'open', '', '207-revision-v1', '', '', '2013-10-14 01:33:27', '2013-10-14 01:33:27', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(267, 1, '2013-10-21 00:56:03', '2013-10-21 00:56:03', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--266\" />', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2013-10-21 00:56:03', '2013-10-21 00:56:03', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(217, 1, '2013-10-14 01:34:31', '2013-10-14 01:34:31', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"alignnone size-full wp-image-201\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"349\" height=\"480\" /></a>', 'Apartments', '', 'inherit', 'open', 'open', '', '207-revision-v1', '', '', '2013-10-14 01:34:31', '2013-10-14 01:34:31', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2013-10-14 01:35:08', '2013-10-14 01:35:08', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"alignnone  wp-image-201\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"279\" height=\"384\" /></a>', 'Apartments', '', 'inherit', 'open', 'open', '', '207-revision-v1', '', '', '2013-10-14 01:35:08', '2013-10-14 01:35:08', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2013-10-14 01:38:20', '2013-10-14 01:38:20', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n	<li>Ground Floor:</li>\r\n	<li>Bathroom</li>\r\n	<li>Social area with dining table</li>\r\n	<li>Barbecue</li>\r\n	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n	<li>Half bath</li>\r\n	<li>Large room</li>\r\n	<li>A double bed and a bunk bed</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 4 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$118.00</strong></span>', 'Treehouses', '', 'inherit', 'open', 'open', '', '209-revision-v1', '', '', '2013-10-14 01:38:20', '2013-10-14 01:38:20', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(220, 1, '2013-10-14 01:41:18', '2013-10-14 01:41:18', '', 'Casa de arbol - Puerto Barillas', '', 'inherit', 'open', 'open', '', 'casa-de-arbol-2', '', '', '2013-10-14 01:41:18', '2013-10-14 01:41:18', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Casa-de-arbol-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(221, 1, '2019-08-13 00:45:02', '2019-08-13 00:45:02', '<strong>The exotic treehouses include:</strong>\n<ul>\n 	<li>Ground Floor:</li>\n 	<li>Bathroom</li>\n 	<li>Social area with dining table</li>\n 	<li>Hot water</li>\n</ul>\n<strong>Top Floor:</strong>\n<ul>\n 	<li>Half bath</li>\n 	<li>Large room</li>\n 	<li>A double bed and a bunk bed</li>\n 	<li>Air Conditioning</li>\n 	<li>Direct TV offer</li>\n</ul>\nMaximum Occupancy: 3 people\n\n<b><u>$95.00</u></b>\n\nAdditional person : $10 .00 (just 1 more child )\n\nHigh S\n\n&nbsp;\n\n&nbsp;\n\nThank you for choosing to stay with us. &nbsp;Enjoy your visit.\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\n\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\n\n<strong>Cancellation Policies:</strong>\n\n0-5 days before arrival, the reservation is non-refundable.\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\n&nbsp;', 'Treehouses', '', 'inherit', 'open', 'open', '', '209-autosave-v1', '', '', '2019-08-13 00:45:02', '2019-08-13 00:45:02', '', 209, 'http://www.puertobarillas.com/welcome/209-autosave-v1/', 0, 'revision', '', 0),
(222, 1, '2013-10-14 01:41:51', '2013-10-14 01:41:51', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n	<li>Ground Floor:</li>\r\n	<li>Bathroom</li>\r\n	<li>Social area with dining table</li>\r\n	<li>Barbecue</li>\r\n	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n	<li>Half bath</li>\r\n	<li>Large room</li>\r\n	<li>A double bed and a bunk bed</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 4 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$118.00</strong></span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Casa-de-arbol-2.jpg\"><img class=\"alignnone  wp-image-220\" alt=\"Casa de arbol - Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Casa-de-arbol-2.jpg\" width=\"448\" height=\"336\" /></a>', 'Treehouses', '', 'inherit', 'open', 'open', '', '209-revision-v1', '', '', '2013-10-14 01:41:51', '2013-10-14 01:41:51', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(223, 1, '2013-10-15 00:51:55', '2013-10-15 00:51:55', 'Having traveled to many countries in the world looking for adventure and something different , I found the Savior - Puerto Barrilas !Not fancy, but very comfortable and nice ( not like 5 stars anyway) the staff is wonderful , very friendly and helpful, nothing is too much for them .\n\nI first visited in November 2011 and the impact made ​​me write a blog for my company website five page magazine feature sea fishing I work on . The blog only attracted much attention and interest, that lead to me having to organize another trip to guide two guys from England, Andyg1000 was one of them .\n\nIt is a journey of verry loooong England through Houston , Texas, but worht every minute for the experience. Where do you see to saltwater crocodiles , catch a huge fish from the shore rooster spider monkeys and hand feed ? If you visit , you have to go and see the monkeys , they are amazing creatures - totally wild but I know that visitors carry bananas, make sure you have some!\n\nIt\'s a great base for exploring other towns and areas , we made a few trips to Puerto Parada and the local village Usulutan worth a visit to get a real flavor of Central America .\n\nI have limited time and very busy day this year but I\'ll sure as there is no better place to sit , relax and just chill !', 'A Taste of Paradise', '', 'inherit', 'open', 'open', '', '88-autosave-v1', '', '', '2013-10-15 00:51:55', '2013-10-15 00:51:55', '', 88, 'http://www.puertobarillas.com/welcome/88-autosave-v1/', 0, 'revision', '', 0),
(239, 1, '2013-10-20 22:02:14', '2013-10-20 22:02:14', 'Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the place of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\"><img class=\"alignnone wp-image-118\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\" alt=\"Puerto_Barillas_Picture6\" width=\"980\" height=\"280\" /></a>', 'Discover the Beauty of Bahia de Jiquilisco', '', 'publish', 'open', 'open', '', 'discover-bahia-de-jiquilisco', '', '', '2016-07-29 04:12:52', '2016-07-29 04:12:52', '', 0, 'http://www.puertobarillas.com/welcome/?p=239', 0, 'post', '', 0),
(240, 1, '2013-10-20 22:02:14', '2013-10-20 22:02:14', '', 'Discover Bahía de Jiquilisco', '', 'inherit', 'closed', 'open', '', '239-revision-v1', '', '', '2013-10-20 22:02:14', '2013-10-20 22:02:14', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0),
(241, 1, '2013-10-20 22:03:12', '2013-10-20 22:03:12', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable.', 'Discover Bahía de Jiquilisco', '', 'inherit', 'closed', 'open', '', '239-revision-v1', '', '', '2013-10-20 22:03:12', '2013-10-20 22:03:12', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0),
(242, 1, '2013-10-20 22:08:12', '2013-10-20 22:08:12', '', 'discoverBJ', '', 'inherit', 'closed', 'open', '', 'discoverbj', '', '', '2013-10-20 22:08:12', '2013-10-20 22:08:12', '', 239, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/discoverBJ.jpg', 0, 'attachment', 'image/jpeg', 0),
(243, 1, '2013-10-20 22:15:08', '2013-10-20 22:15:08', '', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-10-20 22:15:08', '2013-10-20 22:15:08', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(245, 1, '2013-11-01 15:09:21', '2013-11-01 15:09:21', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Puerto Barillas, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\nChecking in: Documents you will receive (all provided by authorities at Barillas)\n<ol>\n	<li> <strong>Acta de Visita.</strong>\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\n	<li><strong>Importacion Temporal </strong>\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\n	<li><strong>Customs document.</strong></li>\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\n</ol>\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\n<h3>General Information</h3>\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\n\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\nDO NOT wear expensive jewelry while walking around town.\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\n<h3>Transportation</h3>\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\n\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\n\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\n\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\n\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\n<h3>Services, etc</h3>\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\n<strong>Auto Parts</strong>\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\n\n<strong>Banks/ATMs</strong>\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\n\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\nAnd many other banks in the general vicinity.\n\n<strong>Batteries</strong>\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\nSr.  Jose Garcia 2235 6944\n\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\nSee Oxgasa (In Hardware) for O-Rings\n\n<strong>Boatyard/Haulout Facilities</strong>\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\n\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\nCARPET CLEANING\nDRY CLEANING\n\n<strong>Copies</strong>\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\n\n<strong>Computer Repair/Supplies</strong>\n\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\n\nDIESEL PARTS\nYanmar parts.\nVolvo parts.\nCummins, Caterpillar,\nPerkins parts.\n\n<strong>Dive Tanks</strong>\n\nEmail, WiFi, and Internet:\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\n\n<b>Electrical </b>\n\nSTARTER MOTORS &amp; ALTERNATORS\n\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\n\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\n\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\n\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\n\n<b>Filters</b>\n\n<b>Fire Extinguisher Recharging</b>\n\n<b>  Oxgasa</b> (See Hardware)\n\n<b>Fuel (Diesel and Gasoline) </b>\n\nBarillas Fuel Dock\n\nCheck with the Office for current pricing\n\n<b>General Hands </b>\n\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\n\nHelp; ask at the Marina Office\n\n<b>Haircuts, Manicures, Pedicures </b>\n\n<b>  Beauty Shop</b> located in Dispensa Don Juan\n\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\n\nNumerous other barber/beauty shops located along both main streets\n\n<b>Hardware and Chandleries </b>\n\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\n\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\n\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\n\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\n\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\n\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\n\n<b>Others…</b>\n\n<b>Importing Parts into El Salvador\n</b><b>Fedex\n</b><b>DHL\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\n<b>Kattia E. Fandino\n</b><b>Ocean Export</b>\n\nClearfreight Inc.\n9704 NW 17th St.\nMiami, FL 33172\nPh.305-592-4446 ext.1311\nFax.305-592-3139\nwww.clearfreight.com\ne-mail: kattia@clearfreight.com\n\n<b>Coordinate your shipping with the Marina Office</b>\n\n<b>Liferaft Inspection</b>\n\n<b>Machine Shop </b>\n\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\n\n<b>MARINE ELECTRICIANS </b>\n\n<b>Mechanics</b>\n\n<b>Medical </b>\n\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\n\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\n<table width=\"589\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>DOCTORS USULUTAN</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA INTERNA</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">ALVARADO VILLEDA MANUEL ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">2A CALLE ORIENTE #1</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA GENERAL</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">MARTELL RUIZ BENJAMIN ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CA GRIMALDI M 22</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">CASTILLO PERDOMO PEDRO ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C PTE NR 13</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">DUANES PALOMO LUCIA CLARIBEL</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C OTE 20</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">LOPEZ VEGA EDGARDO ARMANDO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CALLE DR. FEDERICO PENADO # 4 EDIFICIO ANDA</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>EAR NOSE THROAT</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">GARAY CACERES JOSE VIRGILIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">1A CA PONIENTE 13</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>UROLOGIST</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">BERNABEL CAÑAS LUIS GERARDO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">6A CL OTE N 10</td>\n</tr>\n</tbody>\n</table>\n<b>San Salvador</b>\n\nCARDIOVASCULAR\nDERMATOLOGIST\nDENTIST\nEAR NOSE AND THROAT\nGYNOCOLOGY\nOPTOMETRY\nORTHOPEDIC\nPLASTIC SURGERY\nUROLOGY\nPHYSICAL THERAP\n\n<b>Laboratories:</b>\n\nThere are many labs from which to choose.  Here are some suggestions:\n\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\n\n<b>Others:</b>\n\n<b>Outboard Motors, sales, parts, repairs</b>\n\n<b>Marinsa:</b> (Get info from Gabriel)_________\n\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\n\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\n\n<b>Paint &amp; Painters </b>\n\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\n\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\n\n<b>Other?</b>\n\n<b>Painters: </b>\n\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\n\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\n\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\n\nAsk the Marina Office for more information\n\n<b>Photo Shop  </b>\n\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\n\n<b>Post Office</b>\n\n<b>Propane </b>\n\nMake arrangements with the Marina\n\nUS-type valves can be filled\n\n<b>Provisioning</b>\n\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\n\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\n\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\n\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\n\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\n\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\n\n<b>Refrigeration &amp; Air Conditioning</b>\n<h4><b>Restaurants </b></h4>\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\n\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\n\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\n\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\n\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\n\n<b>Rigging </b>\n\nThere is no professional rigging shop in Usulutan\n\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\n\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\n\n<b>No info, yet, on Sail Repair</b>…\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\n<h4><b>Shopping </b></h4>\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\n\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\n\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\n\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\n\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\n\n<b>Spanish Lessons</b>\n\n<b>Stainless Steel &amp; Aluminum </b>\n\nSee “Welding Shop”, below\n\n<b>Tailoring / Sewing:</b>\n\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\n<h4><b>Telephones</b></h4>\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\n\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\n\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\n\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\n\n<b>The following needs to be reviewed, changed, etc:</b>\n\nEl Salvador Country Code: ____   .\n\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\n\nA cell phone can be purchased at many places.\n\nYou can make international calls using the internet through the Skype service.\n\nEach cell phone company has a different access code for int’l calls:\n\nTIGO:    00 414 (then country code and number)\n\nMovistar:  00 9 (then country code and number)\n<h4><b>Theater &amp; Movies</b></h4>\n<b>Travel Agencies &amp; Airlines</b>\n\n<b>Out-of-town</b>\n\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\n\n<b>Veterinary Clinics</b>\n\n<b>Welding Shop:</b>\n\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\n\n<b>Prestomar:</b> Boatyard next to Barillas\n\n<b>Woodworking</b>\n\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\n<b>Horseback Riding</b>\n\n<b>Nature Walks</b>\n\n<b>Monkeys</b>\n\n<b>Beach Excursions</b>\n\n<b>Floating Restaurant</b>\n\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\n\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\n\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\n\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '167-autosave-v1', '', '', '2013-11-01 15:09:21', '2013-11-01 15:09:21', '', 167, 'http://www.puertobarillas.com/welcome/167-autosave-v1/', 0, 'revision', '', 0),
(246, 1, '2013-10-20 23:31:35', '2013-10-20 23:31:35', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n\r\n1. Acta de Visita.\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.\r\n2. Importacion Temporal\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.\r\n\r\n3. Customs document.\r\n\r\n4.Certificado de Permanencia.\r\n&gt; (akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:31:35', '2013-10-20 23:31:35', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(247, 1, '2013-10-20 23:33:08', '2013-10-20 23:33:08', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:33:08', '2013-10-20 23:33:08', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(248, 1, '2013-10-20 23:33:45', '2013-10-20 23:33:45', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n\r\n&nbsp;', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:33:45', '2013-10-20 23:33:45', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(249, 1, '2013-10-20 23:34:19', '2013-10-20 23:34:19', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:34:19', '2013-10-20 23:34:19', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(250, 1, '2013-10-20 23:34:55', '2013-10-20 23:34:55', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:34:55', '2013-10-20 23:34:55', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(251, 1, '2013-10-20 23:36:03', '2013-10-20 23:36:03', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:36:03', '2013-10-20 23:36:03', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(252, 1, '2013-10-20 23:40:34', '2013-10-20 23:40:34', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.. Jose Garcia 2235 6944', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:40:34', '2013-10-20 23:40:34', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(253, 1, '2013-10-20 23:42:29', '2013-10-20 23:42:29', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:42:29', '2013-10-20 23:42:29', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(254, 1, '2013-10-20 23:44:02', '2013-10-20 23:44:02', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\nDive Tanks', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:44:02', '2013-10-20 23:44:02', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(255, 1, '2013-10-20 23:44:58', '2013-10-20 23:44:58', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:44:58', '2013-10-20 23:44:58', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(256, 1, '2013-10-20 23:46:50', '2013-10-20 23:46:50', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters </b>\r\n\r\n<b> </b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b> </b>\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n&nbsp;\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b> </b>\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b> </b>\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>  Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>  2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>  Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>  Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>  Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>  Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>  Others…</b>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:46:50', '2013-10-20 23:46:50', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(257, 1, '2013-10-20 23:47:38', '2013-10-20 23:47:38', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters </b>\r\n\r\n<b> </b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b> </b>\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n&nbsp;\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b> </b>\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b> </b>\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:47:38', '2013-10-20 23:47:38', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(258, 1, '2013-10-20 23:49:32', '2013-10-20 23:49:32', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters </b>\r\n\r\n<b> </b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b> </b>\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n&nbsp;\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b> </b>\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b> </b>\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador</b>\r\n\r\n<b>  Fedex </b>\r\n\r\n<b>  DHL</b>\r\n\r\n<b>  Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n\r\n<b>  Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n\r\n<b>Kattia E. Fandino</b>\r\n\r\n<b>Ocean Export </b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:49:32', '2013-10-20 23:49:32', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(259, 1, '2013-10-20 23:52:58', '2013-10-20 23:52:58', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters </b>\r\n\r\n<b> </b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b> </b>\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n&nbsp;\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b> </b>\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b> </b>\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador</b>\r\n\r\n<b>  Fedex </b>\r\n\r\n<b>  DHL</b>\r\n\r\n<b>  Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n\r\n<b>  Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n\r\n<b>Kattia E. Fandino</b>\r\n\r\n<b>Ocean Export </b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n\r\n<b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias):  </b>\r\n\r\n&nbsp;\r\n\r\n<b>GENERAL </b>\r\n\r\n<b>Women’s clinic. </b>\r\n\r\n<b>CARDIOVASCULAR </b>\r\n\r\n<b>DERMATOLOGIST </b>\r\n\r\n<b>DENTIST </b>\r\n\r\n<b>EAR NOSE AND THROAT </b>\r\n\r\n<b>GYNOCOLOGY </b>\r\n\r\n<b>OPTOMETRY </b>\r\n\r\n<b>ORTHOPEDIC </b>\r\n\r\n<b>PLASTIC </b>SURGERY\r\n\r\n<b>UROLOGY </b>\r\n\r\n<b>PHYSICAL THERAPY </b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>  Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n&nbsp;\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>  Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>  Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\n<b>  </b>There is also an outboard Mechanic in <b>Puerto Parada </b><b></b>\r\n\r\n<b> </b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>  Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>  Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n&nbsp;\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b> </b>\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n\r\n&nbsp;\r\n<h4><b>Restaurants </b></h4>\r\n<b>  Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>  “Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n\r\n&nbsp;\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>  Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b> Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b> Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n\r\n&nbsp;\r\n\r\n<b>Theater &amp; Movies</b>\r\n\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-20 23:52:58', '2013-10-20 23:52:58', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(260, 1, '2013-10-21 00:04:02', '2013-10-21 00:04:02', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador</b>\r\n\r\n<b>  Fedex </b>\r\n\r\n<b>  DHL</b>\r\n\r\n<b>  Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n\r\n<b>  Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n\r\n<b>Kattia E. Fandino</b>\r\n\r\n<b>Ocean Export </b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL </b>\r\n\r\n<b>Women’s clinic. </b>\r\n\r\n<b>CARDIOVASCULAR </b>\r\n\r\n<b>DERMATOLOGIST </b>\r\n\r\n<b>DENTIST </b>\r\n\r\n<b>EAR NOSE AND THROAT </b>\r\n\r\n<b>GYNOCOLOGY </b>\r\n\r\n<b>OPTOMETRY </b>\r\n\r\n<b>ORTHOPEDIC </b>\r\n\r\n<b>PLASTIC </b>SURGERY\r\n\r\n<b>UROLOGY </b>\r\n\r\n<b>PHYSICAL THERAPY </b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:04:02', '2013-10-21 00:04:02', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(261, 1, '2013-10-21 00:05:09', '2013-10-21 00:05:09', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador</b>\r\n\r\n<b>  Fedex </b>\r\n\r\n<b>  DHL</b>\r\n\r\n<b>  Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n\r\n<b>  Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n\r\n<b>Kattia E. Fandino</b>\r\n\r\n<b>Ocean Export </b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL </b>\r\n\r\n<b>Women’s clinic. </b>\r\n\r\n<b>CARDIOVASCULAR </b>\r\n\r\n<b>DERMATOLOGIST </b>\r\n\r\n<b>DENTIST </b>\r\n\r\n<b>EAR NOSE AND THROAT </b>\r\n\r\n<b>GYNOCOLOGY </b>\r\n\r\n<b>OPTOMETRY </b>\r\n\r\n<b>ORTHOPEDIC </b>\r\n\r\n<strong>PLASTIC SURGERY</strong>\r\n\r\n<b>UROLOGY </b>\r\n\r\n<b>PHYSICAL THERAPY </b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:05:09', '2013-10-21 00:05:09', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(263, 1, '2013-10-21 00:17:24', '2013-10-21 00:17:24', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL </b>\r\n\r\n<b>Women’s clinic. </b>\r\n\r\n<b>CARDIOVASCULAR </b>\r\n\r\n<b>DERMATOLOGIST </b>\r\n\r\n<b>DENTIST </b>\r\n\r\n<b>EAR NOSE AND THROAT </b>\r\n\r\n<b>GYNOCOLOGY </b>\r\n\r\n<b>OPTOMETRY </b>\r\n\r\n<b>ORTHOPEDIC </b>\r\n\r\n<strong>PLASTIC SURGERY</strong>\r\n\r\n<b>UROLOGY </b>\r\n\r\n<b>PHYSICAL THERAPY </b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:17:24', '2013-10-21 00:17:24', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(272, 1, '2013-10-21 15:30:55', '2013-10-21 15:30:55', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL\r\n</b><b>Women’s clinic.\r\n</b><b>CARDIOVASCULAR\r\n</b><b>DERMATOLOGIST\r\n</b><b>DENTIST\r\n</b><b>EAR NOSE AND THROAT\r\n</b><b>GYNOCOLOGY\r\n</b><b>OPTOMETRY\r\n</b><b>ORTHOPEDIC\r\n</b><strong>PLASTIC SURGERY\r\n</strong><b>UROLOGY\r\n</b><b>PHYSICAL THERAPY</b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 15:30:55', '2013-10-21 15:30:55', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(264, 1, '2013-10-21 00:19:16', '2013-10-21 00:19:16', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL\r\n</b><b>Women’s clinic.\r\n</b><b>CARDIOVASCULAR\r\n</b><b>DERMATOLOGIST\r\n</b><b>DENTIST\r\n</b><b>EAR NOSE AND THROAT\r\n</b><b>GYNOCOLOGY\r\n</b><b>OPTOMETRY\r\n</b><b>ORTHOPEDIC\r\n</b><strong>PLASTIC SURGERY\r\n</strong><b>UROLOGY\r\n</b><b>PHYSICAL THERAPY</b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:19:16', '2013-10-21 00:19:16', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(262, 1, '2013-10-21 00:13:24', '2013-10-21 00:13:24', '<h2>Steve’s answers to Frequent Asked Questions.</h2>\r\n<h3 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h3>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador</b>\r\n\r\n<b>  Fedex </b>\r\n\r\n<b>  DHL</b>\r\n\r\n<b>  Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n\r\n<b>  Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n\r\n<b>Kattia E. Fandino</b>\r\n\r\n<b>Ocean Export </b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL </b>\r\n\r\n<b>Women’s clinic. </b>\r\n\r\n<b>CARDIOVASCULAR </b>\r\n\r\n<b>DERMATOLOGIST </b>\r\n\r\n<b>DENTIST </b>\r\n\r\n<b>EAR NOSE AND THROAT </b>\r\n\r\n<b>GYNOCOLOGY </b>\r\n\r\n<b>OPTOMETRY </b>\r\n\r\n<b>ORTHOPEDIC </b>\r\n\r\n<strong>PLASTIC SURGERY</strong>\r\n\r\n<b>UROLOGY </b>\r\n\r\n<b>PHYSICAL THERAPY </b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:13:24', '2013-10-21 00:13:24', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(265, 1, '2013-10-21 00:42:28', '2013-10-21 00:42:28', '<h1>Steve’s answers to Frequent Asked Questions.</h1>\r\n<h4 style=\"text-align: left;\" align=\"center\"><span style=\"text-decoration: underline;\">WELCOME</span></h4>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Barillas Marina Club, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL\r\n</b><b>Women’s clinic.\r\n</b><b>CARDIOVASCULAR\r\n</b><b>DERMATOLOGIST\r\n</b><b>DENTIST\r\n</b><b>EAR NOSE AND THROAT\r\n</b><b>GYNOCOLOGY\r\n</b><b>OPTOMETRY\r\n</b><b>ORTHOPEDIC\r\n</b><strong>PLASTIC SURGERY\r\n</strong><b>UROLOGY\r\n</b><b>PHYSICAL THERAPY</b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'FAQ', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 00:42:28', '2013-10-21 00:42:28', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(345, 1, '2017-08-23 01:04:58', '2017-08-23 01:04:58', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\n&nbsp;\n\nActivities with lodging ( only) . For day visits, we offer packages.\n\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\n\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\n<ul>\n 	<li>Visit the Monkey Sanctuary</li>\n 	<li>Bike Tours</li>\n 	<li>Kayak Rentals and Tours</li>\n 	<li>Cacao Plantation Tours</li>\n 	<li>Boat Tours</li>\n 	<li>Sportsfishing</li>\n</ul>\n<strong>Activities for all ages\n</strong>\n\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\n</strong></td>\n<td width=\"78\"></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\"><strong>Walking Tours\n</strong></td>\n<td></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">1-3 people</td>\n<td align=\"right\">$7</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">4+ people</td>\n<td align=\"right\">$5.50</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\n</strong></td>\n<td></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">1-3 people</td>\n<td align=\"right\">$9</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">4+ people</td>\n<td align=\"right\">$8</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\n<td align=\"right\">$4</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\n<td align=\"right\">$18</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\n<td align=\"right\">$16</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\n\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\n\n&nbsp;\n\n<strong><span style=\"color: #008000;\">Bike Tours</span>\n</strong>\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\"><strong>Bike Tours\n</strong></td>\n<td width=\"78\"></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\n<td align=\"right\">$18</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\n<td align=\"right\">$16</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\n<td align=\"right\">$20</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\n<td align=\"right\">$18</td>\n</tr>\n<tr>\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\n<td align=\"right\">$25.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\n<td align=\"right\">$20.00</td>\n</tr>\n</tbody>\n</table>\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\n</strong></span>\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\"><strong>KAYAKS\n</strong></td>\n<td width=\"78\"></td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Rental  Double</td>\n<td align=\"right\">$18.00</td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Rental Single</td>\n<td align=\"right\">$12.00</td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Single with seat</td>\n<td align=\"right\">$15.00</td>\n</tr>\n<tr>\n<td height=\"19\">Fishing Kayak   (fishing rod not included)  renta 24 hours</td>\n<td align=\"right\">$25.00</td>\n</tr>\n<tr>\n<td height=\"19\">Canoes</td>\n<td align=\"right\">$15</td>\n</tr>\n</tbody>\n</table>\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\"><strong>With Guide:\n</strong></td>\n<td width=\"78\"></td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Tour Double</td>\n<td align=\"right\">$21.00</td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Tour Single</td>\n<td align=\"right\">$15.00</td>\n</tr>\n<tr>\n<td height=\"19\">Kayak</td>\n<td align=\"right\">$23.00</td>\n</tr>\n<tr>\n<td height=\"19\">Kayak Premium (Sngle)</td>\n<td align=\"right\">$17.00</td>\n</tr>\n<tr>\n<td height=\"19\">Canoes</td>\n<td align=\"right\"></td>\n</tr>\n</tbody>\n</table>\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\n<strong>Cacao Plantation Tour\n</strong>\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\n</strong></td>\n<td width=\"78\"></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">1-3 people</td>\n<td align=\"right\">$8</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">4+ people</td>\n<td align=\"right\">$7</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\n</strong></td>\n<td></td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">1-2 people</td>\n<td align=\"right\">$13</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">3+ people</td>\n<td align=\"right\">$10</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\n<td align=\"right\">$20</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\n<td align=\"right\">$18</td>\n</tr>\n</tbody>\n</table>\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\n\n<strong>Boat Tours and Fishing Tours</strong>\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\n<tbody>\n<tr>\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\n<td align=\"right\" width=\"78\">$101.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\n<td>      $ 113.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\n<td align=\"right\">$195.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\n<td align=\"right\">$132.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Pontoon El Crucerito</td>\n<td align=\"right\">$179.00</td>\n</tr>\n<tr>\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\n<td align=\"right\">$143.00</td>\n</tr>\n<tr>\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\n<td align=\"right\">$315.00</td>\n</tr>\n<tr>\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\n<td align=\"right\">$164.00</td>\n</tr>\n<tr>\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\n<td align=\"right\">$25.00</td>\n</tr>\n<tr>\n<td height=\"19\"> more  than 10 people  per person</td>\n<td>        $5.00</td>\n</tr>\n<tr>\n<td height=\"19\">Additional Hour  (Stationary)</td>\n<td align=\"right\">$45.00</td>\n</tr>\n<tr>\n<td height=\"19\">Additional Hour (Navigation)</td>\n<td align=\"right\">$55.00</td>\n</tr>\n</tbody>\n</table>\n<strong>Panga Boat Tours\n</strong>\n\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\n\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\n\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\nAll of the tours include 13% taxes (IVA)\n<h2><strong>Pontoon Tours</strong></h2>\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\n</tr>\n</tbody>\n</table>\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\n</tr>\n</tbody>\n</table>\nAdditional Hour at the destination: $56.00\n\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\n</strong>\n\nFor group reservations, please contact us at info@puertobarillas.com\n\n&nbsp;\n<h3>About Isla Pajarito</h3>\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\n\n<h3><strong>Punta San Juan</strong></h3>\n<ul>\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\n 	<li>For Boat Tours or Transportation to:</li>\n 	<li>Panga Boat</li>\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\n 	<li>For El Espino (4 hours maximum): $213.00</li>\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\n 	<li>*Prices subject to change/  Additional hour:</li>\n 	<li>Parked: $45.00  Moving: $55.00</li>\n</ul>\n<h3><strong>Pontoon Tours (or Rides)\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\n</tr>\n</tbody>\n</table>\n<h3><strong>Pontoon Tours (or Rides)\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\n</tr>\n</tbody>\n</table>\n<h3></h3>\n<h3><strong>Pontoon Tours (or Rides)\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\n</tr>\n</tbody>\n</table>\n• Prices subject change\n\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\n\n&nbsp;\n\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-autosave-v1', '', '', '2017-08-23 01:04:58', '2017-08-23 01:04:58', '', 18, 'http://www.puertobarillas.com/welcome/18-autosave-v1/', 0, 'revision', '', 0),
(269, 1, '2013-10-26 15:21:39', '2013-10-26 15:21:39', '<h3>Pool</h3>\nBefore or after taking a boat tour, enjoy the pool.\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\n<h3>Convenience Store</h3>\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\n<h3>Hangars</h3>\nNine hangars for boats 16 x 6 meters\n20 spaces for boats 10 x 6 meters\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\n\nPalapa Areas (Social areas with WIFI available)\n\n&nbsp;', 'Facilities', '', 'inherit', 'closed', 'open', '', '16-autosave-v1', '', '', '2013-10-26 15:21:39', '2013-10-26 15:21:39', '', 16, 'http://www.puertobarillas.com/welcome/16-autosave-v1/', 0, 'revision', '', 0),
(270, 1, '2013-10-21 01:04:49', '2013-10-21 01:04:49', '<h3>Pool</h3>\r\nBefore or after taking a boat tour, enjoy the pool.\r\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\r\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\r\n<h3>\r\nConvenience Store</h3>\r\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\r\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\r\n<h3>\r\nHangars</h3>\r\nNine hangars for boats 16 x 6 meters\r\n20 spaces for boats 10 x 6 meters\r\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\r\n\r\nPalapa Areas (Social areas with WIFI available)', 'Facilities', '', 'inherit', 'closed', 'open', '', '16-revision-v1', '', '', '2013-10-21 01:04:49', '2013-10-21 01:04:49', '', 16, 'http://www.puertobarillas.com/welcome/16-revision-v1/', 0, 'revision', '', 0),
(271, 1, '2013-10-21 01:06:13', '2013-10-21 01:06:13', '<h3>Pool</h3>\r\nBefore or after taking a boat tour, enjoy the pool.\r\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\r\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\r\n<h3>Convenience Store</h3>\r\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\r\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\r\n<h3>Hangars</h3>\r\nNine hangars for boats 16 x 6 meters\r\n20 spaces for boats 10 x 6 meters\r\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\r\n\r\nPalapa Areas (Social areas with WIFI available)', 'Facilities', '', 'inherit', 'closed', 'open', '', '16-revision-v1', '', '', '2013-10-21 01:06:13', '2013-10-21 01:06:13', '', 16, 'http://www.puertobarillas.com/welcome/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(273, 1, '2013-10-21 15:33:59', '2013-10-21 15:33:59', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Puerto Barillas, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<b>GENERAL\r\n</b><b>Women’s clinic.\r\n</b><b>CARDIOVASCULAR\r\n</b><b>DERMATOLOGIST\r\n</b><b>DENTIST\r\n</b><b>EAR NOSE AND THROAT\r\n</b><b>GYNOCOLOGY\r\n</b><b>OPTOMETRY\r\n</b><b>ORTHOPEDIC\r\n</b><strong>PLASTIC SURGERY\r\n</strong><b>UROLOGY\r\n</b><b>PHYSICAL THERAPY</b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-21 15:33:59', '2013-10-21 15:33:59', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(275, 1, '2013-10-21 15:44:49', '2013-10-21 15:44:49', '', 'RogerMortimore', '', 'inherit', 'closed', 'open', '', 'rogermortimore', '', '', '2013-10-21 15:44:49', '2013-10-21 15:44:49', '', 88, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/RogerMortimore.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2013-10-21 15:53:38', '2013-10-21 15:53:38', 'Your ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure…\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\n\nFor day trips we offer the following packages:\n<strong>Option 1 - with Lunch</strong>\n<ul>\n	<li>1-3 people $ 31.50PP</li>\n	<li>4-6 people $ 30.50PP</li>\n	<li>7-9 people $ 29.50PP</li>\n</ul>\n* Includes welcome coconut water .\n* Lunch and a drink :\n- A la Carte (includes ) :\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\nb ) Drink : 1 domestic beer , bottled water, Coconut water\n* Use of facilities\n* Tax ( VAT ) and services\nPP = Per Person\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\n\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\n<ul>\n	<li>1-2 people : $ 130.50 total</li>\n	<li>3-4 people $ 34.50PP</li>\n	<li>5-6 people $ 32.50PP</li>\n	<li>7-9 people $ 30.50PP</li>\n</ul>\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\n* Includes welcoming drink: coconut water\n* Use of facilities and services and taxes\n\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\n<ul>\n	<li>3 people $ 47.50PP</li>\n	<li>4-6 people $ 43.500PP</li>\n	<li>7-9 people $ 42.50PP</li>\n</ul>\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\nUse of Facilities\n\n<strong>Optional tours:</strong>\nSpider Monkeys Sanctuary\n<ul>\n	<li>1-2 people: $10.00 pp</li>\n	<li>3-9 people: $5.00 pp</li>\n	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\n</ul>\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\n\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\n<blockquote>For group reservations, please contact: info@puertobarillas.com\nFor group rates please visit group Full package rates</blockquote>', 'DAYS TRIPS', '', 'inherit', 'closed', 'open', '', '68-autosave-v1', '', '', '2013-10-21 15:53:38', '2013-10-21 15:53:38', '', 68, 'http://www.puertobarillas.com/welcome/68-autosave-v1/', 0, 'revision', '', 0),
(277, 1, '2013-10-21 15:50:46', '2013-10-21 15:50:46', 'Your ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure…\r\n\r\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\r\n\r\nFor day trips we offer the following packages:\r\n<strong>Option 1 - with Lunch</strong>\r\n<ul>\r\n	<li>1-3 people $ 31.50PP</li>\r\n	<li>4-6 people $ 30.50PP</li>\r\n	<li>7-9 people $ 29.50PP</li>\r\n</ul>\r\n* Includes welcome coconut water .\r\n* Lunch and a drink :\r\n- A la Carte (includes ) :\r\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\r\nb ) Drink : 1 domestic beer , bottled water, Coconut water\r\n* Use of facilities\r\n* Tax ( VAT ) and services\r\nPP = Per Person\r\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\r\n\r\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\r\n<ul>\r\n	<li>1-2 people : $ 130.50 total</li>\r\n	<li>3-4 people $ 34.50PP</li>\r\n	<li>5-6 people $ 32.50PP</li>\r\n	<li>7-9 people $ 30.50PP</li>\r\n</ul>\r\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\r\n* Includes welcoming drink: coconut water\r\n* Use of facilities and services and taxes\r\n\r\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\r\n<ul>\r\n	<li>3 people $ 47.50PP</li>\r\n	<li>4-6 people $ 43.500PP</li>\r\n	<li>7-9 people $ 42.50PP</li>\r\n</ul>\r\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\r\nUse of Facilities\r\n\r\n<strong>Optional tours:</strong>\r\nSpider Monkeys Sanctuary\r\n<ul>\r\n	<li>1-2 people: $10.00 pp</li>\r\n	<li>3-9 people: $5.00 pp</li>\r\n	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\r\n</ul>\r\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\r\n\r\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\r\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\r\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\r\n<blockquote>For group reservations, please contact: info@puertobarillas.com\r\nFor group rates please visit group Full package rates</blockquote>', 'DAYS TRIPS', '', 'inherit', 'closed', 'open', '', '68-revision-v1', '', '', '2013-10-21 15:50:46', '2013-10-21 15:50:46', '', 68, 'http://www.puertobarillas.com/welcome/68-revision-v1/', 0, 'revision', '', 0),
(278, 1, '2013-10-21 15:55:19', '2013-10-21 15:55:19', 'Your ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure.\r\n\r\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\r\n\r\nFor day trips we offer the following packages:\r\n<strong>Option 1 - with Lunch</strong>\r\n<ul>\r\n	<li>1-3 people $ 31.50PP</li>\r\n	<li>4-6 people $ 30.50PP</li>\r\n	<li>7-9 people $ 29.50PP</li>\r\n</ul>\r\n* Includes welcome coconut water .\r\n* Lunch and a drink :\r\n- A la Carte (includes ) :\r\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\r\nb ) Drink : 1 domestic beer , bottled water, Coconut water\r\n* Use of facilities\r\n* Tax ( VAT ) and services\r\nPP = Per Person\r\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\r\n\r\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\r\n<ul>\r\n	<li>1-2 people : $ 130.50 total</li>\r\n	<li>3-4 people $ 34.50PP</li>\r\n	<li>5-6 people $ 32.50PP</li>\r\n	<li>7-9 people $ 30.50PP</li>\r\n</ul>\r\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\r\n* Includes welcoming drink: coconut water\r\n* Use of facilities and services and taxes\r\n\r\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\r\n<ul>\r\n	<li>3 people $ 47.50PP</li>\r\n	<li>4-6 people $ 43.500PP</li>\r\n	<li>7-9 people $ 42.50PP</li>\r\n</ul>\r\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\r\nUse of Facilities\r\n\r\n<strong>Optional tours:</strong>\r\nSpider Monkeys Sanctuary\r\n<ul>\r\n	<li>1-2 people: $10.00 pp</li>\r\n	<li>3-9 people: $5.00 pp</li>\r\n	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\r\n</ul>\r\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\r\n\r\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\r\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\r\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\r\n<blockquote>For group reservations, please contact: info@puertobarillas.com\r\nFor group rates please visit group Full package rates</blockquote>', 'DAYS TRIPS', '', 'inherit', 'closed', 'open', '', '68-revision-v1', '', '', '2013-10-21 15:55:19', '2013-10-21 15:55:19', '', 68, 'http://www.puertobarillas.com/welcome/68-revision-v1/', 0, 'revision', '', 0),
(282, 1, '2013-10-21 16:06:54', '2013-10-21 16:06:54', 'Your ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure.\r\n\r\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\r\n\r\nFor day trips we offer the following packages:\r\n<strong>Option 1 - with Lunch</strong>\r\n<ul>\r\n	<li>1-3 people $ 31.50PP</li>\r\n	<li>4-6 people $ 30.50PP</li>\r\n	<li>7-9 people $ 29.50PP</li>\r\n</ul>\r\n* Includes welcome coconut water .\r\n* Lunch and a drink :\r\n- A la Carte (includes ) :\r\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\r\nb ) Drink : 1 domestic beer , bottled water, Coconut water\r\n* Use of facilities\r\n* Tax ( VAT ) and services\r\nPP = Per Person\r\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\r\n\r\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\r\n<ul>\r\n	<li>1-2 people : $ 130.50 total</li>\r\n	<li>3-4 people $ 34.50PP</li>\r\n	<li>5-6 people $ 32.50PP</li>\r\n	<li>7-9 people $ 30.50PP</li>\r\n</ul>\r\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\r\n* Includes welcoming drink: coconut water\r\n* Use of facilities and services and taxes\r\n\r\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\r\n<ul>\r\n	<li>3 people $ 47.50PP</li>\r\n	<li>4-6 people $ 43.500PP</li>\r\n	<li>7-9 people $ 42.50PP</li>\r\n</ul>\r\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\r\nUse of Facilities\r\n\r\n<strong>Optional tours:</strong>\r\nSpider Monkeys Sanctuary\r\n<ul>\r\n	<li>1-2 people: $10.00 pp</li>\r\n	<li>3-9 people: $5.00 pp</li>\r\n	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\r\n</ul>\r\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\r\n\r\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\r\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\r\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\r\n<blockquote>For group reservations, please contact: info@puertobarillas.com\r\nFor group rates please visit group Full package rates</blockquote>', 'DAY TRIPS', '', 'inherit', 'closed', 'open', '', '68-revision-v1', '', '', '2013-10-21 16:06:54', '2013-10-21 16:06:54', '', 68, 'http://www.puertobarillas.com/welcome/68-revision-v1/', 0, 'revision', '', 0),
(283, 1, '2013-10-21 16:08:54', '2013-10-21 16:08:54', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 'Visit the Monkey Sanctuary', '', 'inherit', 'closed', 'open', '', '84-revision-v1', '', '', '2013-10-21 16:08:54', '2013-10-21 16:08:54', '', 84, 'http://www.puertobarillas.com/welcome/84-revision-v1/', 0, 'revision', '', 0),
(285, 1, '2013-10-26 14:22:56', '2013-10-26 14:22:56', '<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b><b></b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-26 14:22:56', '2013-10-26 14:22:56', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(287, 1, '2013-10-26 14:24:43', '2013-10-26 14:24:43', '<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image001.jpg\"><img class=\"alignnone  wp-image-286\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image001.jpg\" width=\"400\" height=\"171\" /></a></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b><b></b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-26 14:24:43', '2013-10-26 14:24:43', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2013-10-26 14:26:45', '2013-10-26 14:26:45', '<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\"><img class=\"alignnone size-full wp-image-288\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\" width=\"480\" height=\"205\" /></a></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b><b></b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-26 14:26:45', '2013-10-26 14:26:45', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(290, 1, '2013-10-26 14:28:30', '2013-10-26 14:28:30', '<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\"><img class=\"alignnone size-full wp-image-288\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\" width=\"480\" height=\"205\" /></a></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"></h3>\r\nCentro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113</a>\r\n\r\nTours (Most Popular)\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-26 14:28:30', '2013-10-26 14:28:30', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2013-10-30 21:15:36', '2013-10-30 21:15:36', '<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\"><img class=\"alignnone size-full wp-image-288\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\" width=\"200\" height=\"85\" /></a></h3>\r\n<blockquote>Centro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-30 21:15:36', '2013-10-30 21:15:36', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(291, 1, '2013-10-26 14:29:24', '2013-10-26 14:29:24', '<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\"><img class=\"alignnone size-full wp-image-288\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0011.jpg\" width=\"480\" height=\"205\" /></a></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"></h3>\r\n<blockquote>Centro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-26 14:29:24', '2013-10-26 14:29:24', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2013-10-26 14:31:07', '2013-10-26 14:31:07', '<p style=\"text-align: justify;\">Located on the southeast Pacific coast of El Salvador, in the Department of Usulutan, Jiquilisco Bay is country´s largest coastal estuary and consists of a largely undeveloped mangrove-lined series of inlets and canals. The area was designated a RAMSAR wetland on October 31, 2005 and named a UNESCO Biosphere Reserve in 2007. Its 637 square kilometers and 50 kilometers of coastline offers some of El Salvador´s most untouched natural beauty and hosts the largest abundance of coastal-marine birds in the country. It is also a critically important hawksbill nesting site, hosting approximately 40-45% of the known hawksbill nesting in the entire eastern Pacific!</p>\r\n<iframe src=\"//www.youtube.com/embed/vIUgTlrC3kM\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<p style=\"text-align: justify;\">The hawksbill conservation project in Bahía Jiquilisco is run by a local research team that has been conducting hawksbill monitoring and conservation since April 2008. Our staff carry out nightly patrols, egg protection, turtle tagging and other data gathering activities. Nests are protected primarily in two project hatcheries located one in the surroundings of La Pirraya and the other one out of the island, near Punta San Juan. There is also a portion of the estuary where nests are protected in-situ and is located in the other side of the San Sebastian island, near the community of El Cojoyón.</p>\r\n<p style=\"text-align: justify;\">Our research and conservation is implemented using innovative and fascinating methods. When walking the beach, project staff often pass local egg collectors on horseback, bike or foot, but everyone is looking for the same turtles. If egg collectors find a turtle first, they come and alert project staff, who then accompany them back to the nest. This is because the egg collectors that once sold eggs for consumption are now working with the project to protect hawksbills. The conservation team subsequently gathers up all the eggs and everyone (egg collectors and conservationists) go back to the guarded hatchery where the eggs are re-buried. In this manner we ensure that the maximum number of the eggs is staying in the sand and hatchlings is being produced, while also financially supporting local community members that often have limited options to provide for themselves and their families.</p>\r\nTo date, via this project we have:\r\n<blockquote>• Protected more than 300 nests\r\n• Produced more than 33,500 hawksbill hatchlings\r\n• Equipped 3 hawksbills with satellite tags\r\n• Benefited more than 95 local families</blockquote>\r\n<iframe src=\"//www.youtube.com/embed/_Ys4dbxzKJs\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>', 'Conservation Programs', '', 'publish', 'closed', 'closed', '', 'conservation-programs', '', '', '2013-12-07 21:48:20', '2013-12-07 21:48:20', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=292', 0, 'page', '', 0),
(293, 1, '2013-10-26 14:31:07', '2013-10-26 14:31:07', '', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-revision-v1', '', '', '2013-10-26 14:31:07', '2013-10-26 14:31:07', '', 292, 'http://www.puertobarillas.com/welcome/292-revision-v1/', 0, 'revision', '', 0),
(295, 1, '2013-10-26 14:32:19', '2013-10-26 14:32:19', '<h2><b>El Salvador prevé recibir 1.9 millones de turistas en 2014</b></h2>\r\n<h6><b>5 de Diciembre de 2013 a la(s) 14:19 - ACAN-EFE</b></h6>\r\n<img class=\"alignnone\" alt=\"\" src=\"http://www.laprensagrafica.com/getattachment/aeceb3ba-ea3b-4f99-a6f5-48aba469651e?width=300&amp;height=Auto\" width=\"300\" height=\"235\" />\r\n\r\nTurismo pretende cerrar 2013 con un crecimiento del 4.5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\r\n\r\nEl Salvador pretende recibir 1,9 millones de turistas el próximo año, que dejarán unos 1.006,82 millones de dólares en este país centroamericano, informó hoy el Ministerio de Turismo (MITUR).\r\n\r\nTambién esta área económica generará en 2014 unos 49.831 empleos nuevos en El Salvador, detalló el MITUR a través de un comunicado.\r\n\r\nTurismo pretende cerrar 2013 con un crecimiento del 4,5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\r\n\r\nEn 2012 El Salvador recibió 1.738.317 visitantes internacionales, mientras que al cierre de este año espera a 1.816.117 turista.\r\n\r\nEl año pasado este país centroamericano registró \"los ingresos económicos más altos en los últimos 32 años, con 771,55 millones de dólares\" en turismo, precisó el boletín.\r\n\r\nPara el cierre de este año proyecta que los ingresos alcancen los 891,91 millones de dólares, los cuales serán completados con los turistas de Navidad y de fin de año.\r\n\r\nEl Salvador espera recibir a 84.000 visitantes internacionales durante las festividades navideñas y de fin de año, es decir 3,6% más que el año pasado, cuando se recibieron 81.078 turistas.\r\n\r\nSe prevé que esos visitantes dejen 32,12 millones de dólares, superando así a los 22,8 millones de dólares captados durante las mismas festividades de 2012, precisó el boletín.\r\n\r\nEn cuanto a la salida de salvadoreños hacia otros países, para estas festividades se estima que la cifra sea de 48.736, es decir 1.419 más que los 47.317 del año anterior.', 'Tourism and Travel News', '', 'publish', 'closed', 'closed', '', 'tourism-travel-news', '', '', '2013-12-07 22:11:24', '2013-12-07 22:11:24', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=295', 0, 'page', '', 0),
(296, 1, '2013-10-26 14:32:19', '2013-10-26 14:32:19', '', 'Tourism and Travel News', '', 'inherit', 'closed', 'open', '', '295-revision-v1', '', '', '2013-10-26 14:32:19', '2013-10-26 14:32:19', '', 295, 'http://www.puertobarillas.com/welcome/295-revision-v1/', 0, 'revision', '', 0),
(297, 1, '2013-10-26 14:32:51', '2013-10-26 14:32:51', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Community Involvement', '', 'publish', 'closed', 'open', '', 'community-involvement', '', '', '2013-11-01 14:58:26', '2013-11-01 14:58:26', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=297', 0, 'page', '', 0),
(298, 1, '2013-10-26 14:32:51', '2013-10-26 14:32:51', '', 'Community Involvement', '', 'inherit', 'closed', 'open', '', '297-revision-v1', '', '', '2013-10-26 14:32:51', '2013-10-26 14:32:51', '', 297, 'http://www.puertobarillas.com/welcome/297-revision-v1/', 0, 'revision', '', 0),
(299, 1, '2013-10-26 14:33:38', '2013-10-26 14:33:38', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n 	<li>A welcoming coconut</li>\r\n 	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n 	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n 	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\r\n</ul>\r\nThere is a diversity of packages for groups, starting at 11 people.\r\n\r\nOpción 1:  Complete Package  (Pontoon + Lunch + Monkey Sanctuary):\r\n<ul>\r\n 	<li>10-12 people:   $41.50</li>\r\n 	<li>13-15 people:   $39.50</li>\r\n 	<li>16-20 people   $35.80</li>\r\n 	<li>21-30 people:   $32.30</li>\r\n 	<li>Children under de 7 years old- $23.00 lunch: hamburger, French fries,  ice cream  and soda $23.00 (minimum adults</li>\r\n 	<li>Puerto Barillas does not accept groups of 30+ during Saturdays and Sundays.</li>\r\n</ul>\r\nPuerto Barillas does not accept groups of more than 13 people in Semana Santa, August and from the 27th of December- 1st of January\r\n\r\nAll groups subject to availability (space).\r\n\r\nTarifas disponibles de Lunes - Viernes (descuento especial)\r\n<ul>\r\n 	<li>10-12 personas $39.90</li>\r\n 	<li>13-15 personas $37.50</li>\r\n 	<li>16-20 personas $34.00</li>\r\n 	<li>21-30 personas $30.60</li>\r\n 	<li>31-40 personas $28.00</li>\r\n 	<li>41 or more          $26.00</li>\r\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\r\n</ul>\r\nRates Monday– Friday (Special)\r\n<ul>\r\n 	<li>10-12 people     $39.90</li>\r\n 	<li>13-15 people.     $37.50</li>\r\n 	<li>16-20 people.     $34.00</li>\r\n 	<li>21-30 people.      $30.60</li>\r\n 	<li>31-40 people.      $27.00</li>\r\n 	<li>41 or more          $24.00</li>\r\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\r\n 	<li></li>\r\n</ul>\r\nPackages include\r\n<ul>\r\n 	<li>Pontoon tour on  Bahía de Jiquilisco to  isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas</li>\r\n 	<li>Complete Lunch: chicken,  meat, fish or heart of palm salad, 1 beverage (water, soda or coconut water), dessert  and coffee</li>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n</ul>\r\nBudget Package Available ONLY Monday-Friday\r\n<ul>\r\n 	<li>10-12 people : $35.50</li>\r\n 	<li>13-15 people : $34.50</li>\r\n 	<li>16-20 people: $28.80</li>\r\n 	<li>21-30 people  $26.50</li>\r\n 	<li>31-40 people: $23.75</li>\r\n 	<li>41+ people: $22.75</li>\r\n 	<li>Niños menores de 7 años (minimo de 11 adultos): $22.00 por niño.</li>\r\n</ul>\r\nPaquete incluye:\r\n<ul>\r\n 	<li>Coco helado de bienvenida (sujeto a disponibilidad) o coctel</li>\r\n 	<li>Tour en pontoon por la Bahía de Jiquilisco a isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas.</li>\r\n 	<li>Almuerzo: Sandwich, panini o hamburguesa, postre, 1 bebida (soda, agua o cerveza nacional)</li>\r\n 	<li>Visita al Santuario de Monos.</li>\r\n</ul>\r\nPara poder confirmar evento se requiere un 50% de anticipo por lo menos 7 días antes del evento, que puede ser depositado en cualquiera de nuestras cuentas que detallo abajo o ser cancelado en efectivo o cheque en nuestras oficinas ubicadas en <b>79 Ave Norte y 9ª Calle Poniente # 4050, Colonia Escalón, </b>con Verónica Jiménez teléfono 2263 3653. El complemento deberá ser cancelado el día del evento en efectivo.', 'Events', '', 'publish', 'closed', 'closed', '', 'events', '', '', '2017-06-27 23:59:56', '2017-06-27 23:59:56', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=299', 0, 'page', '', 0),
(300, 1, '2013-10-26 14:33:38', '2013-10-26 14:33:38', '', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-10-26 14:33:38', '2013-10-26 14:33:38', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(301, 1, '2013-10-26 14:35:16', '2013-10-26 14:35:16', ' ', '', '', 'publish', 'closed', 'closed', '', '301', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=301', 8, 'nav_menu_item', '', 0),
(1297, 1, '2016-05-01 16:18:22', '2016-05-01 16:18:22', ' ', '', '', 'publish', 'closed', 'open', '', '1297', '', '', '2016-05-01 16:18:22', '2016-05-01 16:18:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=1297', 3, 'nav_menu_item', '', 0),
(1296, 1, '2016-05-01 16:18:22', '2016-05-01 16:18:22', ' ', '', '', 'publish', 'closed', 'open', '', '1296', '', '', '2016-05-01 16:18:22', '2016-05-01 16:18:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=1296', 5, 'nav_menu_item', '', 0),
(305, 1, '2013-10-26 15:26:19', '2013-10-26 15:26:19', '<h3>Pool</h3>\r\nBefore or after taking a boat tour, enjoy the pool.\r\nThe pool is surrounded by palapas where you can relax or hang out with friends and family while watching the children enjoy the pool.\r\nThere is also a Jacuzzi in case you want to relax before heading back to your accommodation.\r\n<h3>Convenience Store</h3>\r\nThe convenient store, close to the reception office has all of the basic needs : sunscreen, drinks, sunglasses, hats, toothbrushes and toothpaste, chocolates, ice cream, towels, shirts and other supplies.\r\nDon’t forget to take a beautiful Barillas souvenir such as a t-shirt or a cap or a bag of our delicious hot chocolate.\r\n<h3>Hangars</h3>\r\nNine hangars for boats 16 x 6 meters\r\n20 spaces for boats 10 x 6 meters\r\n20 spaces for small boats or jet skis from 6.3 x 3.9 meters.\r\n\r\nPalapa Areas (Social areas with WIFI available)\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--304\" />', 'Facilities', '', 'inherit', 'closed', 'open', '', '16-revision-v1', '', '', '2013-10-26 15:26:19', '2013-10-26 15:26:19', '', 16, 'http://www.puertobarillas.com/welcome/16-revision-v1/', 0, 'revision', '', 0),
(306, 1, '2013-10-26 15:36:40', '2013-10-26 15:36:40', '', 'Booking Hotels', '', 'publish', 'closed', 'closed', '', 'booking-hotels', '', '', '2013-12-07 17:38:41', '2013-12-07 17:38:41', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=306', 0, 'page', '', 0),
(307, 1, '2013-10-26 15:36:40', '2013-10-26 15:36:40', '', 'Booking Hotels', '', 'inherit', 'closed', 'open', '', '306-revision-v1', '', '', '2013-10-26 15:36:40', '2013-10-26 15:36:40', '', 306, 'http://www.puertobarillas.com/welcome/306-revision-v1/', 0, 'revision', '', 0),
(310, 1, '2013-10-26 15:55:31', '2013-10-26 15:55:31', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n&nbsp;', 'Tours and Travel', '', 'inherit', 'closed', 'open', '', '33-revision-v1', '', '', '2013-10-26 15:55:31', '2013-10-26 15:55:31', '', 33, 'http://www.puertobarillas.com/welcome/33-revision-v1/', 0, 'revision', '', 0),
(311, 1, '2013-10-26 15:56:41', '2013-10-26 15:56:41', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>See: <a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\r\n\r\n&nbsp;', 'Tours and Travel', '', 'inherit', 'closed', 'open', '', '33-revision-v1', '', '', '2013-10-26 15:56:41', '2013-10-26 15:56:41', '', 33, 'http://www.puertobarillas.com/welcome/33-revision-v1/', 0, 'revision', '', 0),
(312, 1, '2013-10-26 16:00:50', '2013-10-26 16:00:50', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\r\nOur difference with other lodging services is:\r\n<ul>\r\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\r\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\r\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\r\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-674\" alt=\"banner\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg\" width=\"609\" height=\"84\" />', 'Our Difference', '', 'publish', 'closed', 'closed', '', 'difference', '', '', '2013-12-14 15:25:32', '2013-12-14 15:25:32', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=312', 0, 'page', '', 0),
(313, 1, '2013-10-26 16:00:50', '2013-10-26 16:00:50', '', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-10-26 16:00:50', '2013-10-26 16:00:50', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(314, 1, '2013-10-26 16:02:41', '2013-10-26 16:02:41', ' ', '', '', 'publish', 'closed', 'open', '', '314', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=314', 4, 'nav_menu_item', '', 0),
(315, 1, '2013-10-26 16:05:25', '2013-10-26 16:05:25', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable.', 'Discover the Beauty of Bahia de Jiquilisco', '', 'inherit', 'closed', 'open', '', '239-revision-v1', '', '', '2013-10-26 16:05:25', '2013-10-26 16:05:25', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2013-10-26 16:06:17', '2013-10-26 16:06:17', 'Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the place of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Discover the Beauty of Bahia de Jiquilisco', '', 'inherit', 'closed', 'open', '', '239-revision-v1', '', '', '2013-10-26 16:06:17', '2013-10-26 16:06:17', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(317, 1, '2013-10-26 16:07:22', '2013-10-26 16:07:22', 'Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the place of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\"><img class=\"alignnone  wp-image-118\" alt=\"Puerto_Barillas_Picture6\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\" width=\"980\" height=\"280\" /></a>', 'Discover the Beauty of Bahia de Jiquilisco', '', 'inherit', 'closed', 'open', '', '239-revision-v1', '', '', '2013-10-26 16:07:22', '2013-10-26 16:07:22', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0),
(318, 1, '2016-07-30 03:04:06', '2016-07-30 03:04:06', 'Experience the thrill of riding down the rugged terrain and dirt road of Hacienda La Carrera, with picture perfect views and paths.\n\nOur one-of-a-kind Hacienda La Carrera  biking tour is a real adventure because it includes riding through semi-tropical forest, riding through Central America\'s largest cacao plantation, taking a tour of the cacao processing plant, educational tour.\n\nThen you will be passing by a plantain pr (if available as the plantation process plant opens', 'Bike Tours', '', 'inherit', 'closed', 'open', '', '86-autosave-v1', '', '', '2016-07-30 03:04:06', '2016-07-30 03:04:06', '', 86, 'http://www.puertobarillas.com/welcome/86-autosave-v1/', 0, 'revision', '', 0),
(4787, 1, '2016-07-31 14:24:25', '2016-07-31 14:24:25', '', 'IMG_5452', '', 'inherit', 'closed', 'closed', '', 'img_5452-2', '', '', '2016-07-31 14:24:25', '2016-07-31 14:24:25', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5452.jpg', 0, 'attachment', 'image/jpeg', 0),
(4788, 1, '2016-07-31 14:24:37', '2016-07-31 14:24:37', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party)</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2016-07-31 14:24:37', '2016-07-31 14:24:37', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(319, 1, '2013-10-26 16:09:48', '2013-10-26 16:09:48', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type, paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nAlso, if you like fishing , try fishing while kayaking.\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak</blockquote>', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2013-10-26 16:09:48', '2013-10-26 16:09:48', '', 86, 'http://www.puertobarillas.com/welcome/86-revision-v1/', 0, 'revision', '', 0),
(320, 1, '2013-10-26 16:11:02', '2013-10-26 16:11:02', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type, paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nAlso, if you like fishing , try fishing while kayaking.\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak</blockquote>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\"><img class=\"alignnone size-full wp-image-133\" alt=\"Kayaking in the Bay\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\" width=\"418\" height=\"418\" /></a>', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '86-revision-v1', '', '', '2013-10-26 16:11:02', '2013-10-26 16:11:02', '', 86, 'http://www.puertobarillas.com/welcome/86-revision-v1/', 0, 'revision', '', 0),
(321, 1, '2013-10-26 16:12:43', '2013-10-26 16:12:43', 'Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the   land reform that took place in late 1979 many innocent animals were killed or sold.  However, there was a community of cunning spider monkeys that managed to survive over the years.  Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback.  The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.  If you are lucky, you will be hosted by Pancho and Maria, the leaders of the monkey community (or the most popular monkeys).', 'Visit the Monkey Sanctuary', '', 'inherit', 'closed', 'open', '', '84-revision-v1', '', '', '2013-10-26 16:12:43', '2013-10-26 16:12:43', '', 84, 'http://www.puertobarillas.com/welcome/84-revision-v1/', 0, 'revision', '', 0),
(322, 1, '2013-10-26 16:18:59', '2013-10-26 16:18:59', 'Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the   land reform that took place in late 1979 many innocent animals were killed or sold.  However, there was a community of cunning spider monkeys that managed to survive over the years.  Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback.  The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.  If you are lucky, you will be hosted by Pancho and Maria, the leaders of the monkey community (or the most popular monkeys).\n\n&nbsp;', 'Visit the Monkey Sanctuary', '', 'inherit', 'closed', 'open', '', '84-autosave-v1', '', '', '2013-10-26 16:18:59', '2013-10-26 16:18:59', '', 84, 'http://www.puertobarillas.com/welcome/84-autosave-v1/', 0, 'revision', '', 0),
(323, 1, '2016-07-25 03:52:59', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJjb250YWluZXJfaWRzIjpbIjQiXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOiI1MDAiLCJzb3VyY2UiOiJnYWxsZXJpZXMiLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInNsdWciOiIiLCJleGNsdXNpb25zIjpbMTA0LDEwNSwxMDYsMTA3LDEwOF0sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwiaWRfZmllbGQiOiJJRCIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-07-25 03:52:59', '2016-07-25 03:52:59', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJjb250YWluZXJfaWRzIjpbIjQiXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOiI1MDAiLCJzb3VyY2UiOiJnYWxsZXJpZXMiLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInNsdWciOiIiLCJleGNsdXNpb25zIjpbMTA0LDEwNSwxMDYsMTA3LDEwOF0sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwiaWRfZmllbGQiOiJJRCIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 0, 'http://www.puertobarillas.com/welcome/?p=323', 0, 'displayed_gallery', '', 0),
(324, 1, '2013-10-26 16:19:34', '2013-10-26 16:19:34', 'Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the   land reform that took place in late 1979 many innocent animals were killed or sold.  However, there was a community of cunning spider monkeys that managed to survive over the years.  Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback.  The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.  If you are lucky, you will be hosted by Pancho and Maria, the leaders of the monkey community (or the most popular monkeys).\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" />', 'Visit the Monkey Sanctuary', '', 'inherit', 'closed', 'open', '', '84-revision-v1', '', '', '2013-10-26 16:19:34', '2013-10-26 16:19:34', '', 84, 'http://www.puertobarillas.com/welcome/84-revision-v1/', 0, 'revision', '', 0),
(325, 1, '2013-10-26 16:25:35', '2013-10-26 16:25:35', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.', 'Sport Fishing', '', 'inherit', 'closed', 'open', '', '1-revision-v1', '', '', '2013-10-26 16:25:35', '2013-10-26 16:25:35', '', 1, 'http://www.puertobarillas.com/welcome/1-revision-v1/', 0, 'revision', '', 0),
(331, 1, '2013-10-26 17:56:16', '2013-10-26 17:56:16', '', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-10-26 17:56:16', '2013-10-26 17:56:16', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(327, 1, '2013-10-26 17:04:02', '2013-10-26 17:04:02', '[wd_contact_form id=\"5\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-10-26 17:04:02', '2013-10-26 17:04:02', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(328, 1, '2013-10-26 17:04:39', '2013-10-26 17:04:39', '[wd_contact_form id=\"10\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-10-26 17:04:39', '2013-10-26 17:04:39', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(330, 1, '2013-10-26 17:48:27', '2013-10-26 17:48:27', '[CONTACT_FORM_TO_EMAIL id=\"1\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-10-26 17:48:27', '2013-10-26 17:48:27', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(333, 1, '2013-10-28 02:42:19', '2013-10-28 02:42:19', '<h2>2014 Promotions</h2>\r\n<h3>January</h3>\r\n<h3>February</h3>\r\n<h3>March</h3>\r\n<h3>April</h3>\r\n<h3>May</h3>\r\n<h3>June</h3>\r\n<h3>July</h3>', 'Special Offers', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2013-10-28 02:42:19', '2013-10-28 02:42:19', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(822, 1, '2014-01-05 21:32:03', '2014-01-05 21:32:03', '', 'Activities1', '', 'inherit', 'closed', 'open', '', 'activities1', '', '', '2014-01-05 21:32:03', '2014-01-05 21:32:03', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities1.jpg', 0, 'attachment', 'image/jpeg', 0),
(823, 1, '2014-01-05 21:32:03', '2014-01-05 21:32:03', '', 'Activities1', '', 'inherit', 'closed', 'open', '', 'activities1-2', '', '', '2014-01-05 21:32:03', '2014-01-05 21:32:03', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities1.jpg', 0, 'attachment', 'image/jpeg', 0),
(373, 1, '2013-10-30 15:01:34', '2013-10-30 15:01:34', '', 'Book A Hotels', '', 'inherit', 'closed', 'open', '', '306-revision-v1', '', '', '2013-10-30 15:01:34', '2013-10-30 15:01:34', '', 306, 'http://www.puertobarillas.com/welcome/306-revision-v1/', 0, 'revision', '', 0),
(826, 1, '2014-01-05 21:32:09', '2014-01-05 21:32:09', '', 'Activities3', '', 'inherit', 'closed', 'open', '', 'activities3', '', '', '2014-01-05 21:32:09', '2014-01-05 21:32:09', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities3.jpg', 0, 'attachment', 'image/jpeg', 0),
(825, 1, '2014-01-05 21:32:06', '2014-01-05 21:32:06', '', 'Activities2', '', 'inherit', 'closed', 'open', '', 'activities2-2', '', '', '2014-01-05 21:32:06', '2014-01-05 21:32:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities2.jpg', 0, 'attachment', 'image/jpeg', 0),
(824, 1, '2014-01-05 21:32:06', '2014-01-05 21:32:06', '', 'Activities2', '', 'inherit', 'closed', 'open', '', 'activities2', '', '', '2014-01-05 21:32:06', '2014-01-05 21:32:06', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities2.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 1, '2013-10-28 03:32:58', '2013-10-28 03:32:58', '<a href=\"http://www.tkqlhce.com/click-7304173-10872028\" target=\"_top\">\r\n<img alt=\"\" src=\"http://www.tqlkg.com/image-7304173-10872028\" width=\"120\" height=\"90\" border=\"0\" /></a>', 'Book a Flight', '', 'publish', 'closed', 'closed', '', 'book-flight', '', '', '2013-11-24 20:46:13', '2013-11-24 20:46:13', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=342', 0, 'page', '', 0),
(343, 1, '2013-10-28 03:32:58', '2013-10-28 03:32:58', '', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-10-28 03:32:58', '2013-10-28 03:32:58', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(1306, 1, '2016-05-01 16:43:56', '2016-05-01 16:43:56', '', 'FQS - Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '1301-revision-v1', '', '', '2016-05-01 16:43:56', '2016-05-01 16:43:56', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(346, 1, '2013-10-28 23:25:03', '2013-10-28 23:25:03', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\nActivities For All Ages At Our Waikiki Resort Hotel\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.\r\n\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h3><strong style=\"font-size: 1.17em;\">Boat Tours</strong></h3>\r\nPanga Boat Tours.\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n\r\nBoat - Isla Pajarito\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n\r\nBoat - Isla La Chepona\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n\r\nTour Isla Pajarito</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.\r\n\r\n<strong>Punta San Juan</strong>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For Boat Tours or Transportation to:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Panga Boat\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For Punta San Juan  (3 hours maximum)  :$150.00\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For La Pirraya (3 hours maximum): $113.00\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For Madresal  (4 hours maximum) :$150.00\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">For El Espino (4 hours maximum): $213.00\r\n</span>For Puerto El Triunfo (4 hours maximum): $175.00\r\n\r\nFor Corral de Mulas: (4 hours máximum: $150.00\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Prices subject to change/  Additional hour: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h3><strong>Visit Our Monkey Sanctuary</strong></h3>\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\n\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members:\r\n\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h3><strong>Kayak Rental</strong></h3>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n\r\n$10.00 for single Kayak\r\n\r\n$18.00 for double Kayak (2 people)</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours\r\n\r\n$15.00 for single Kayak\r\n\r\n$25.00 for double Kayak</span><strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Sport-fishing\r\n\r\n</strong>\r\n\r\nDeep Sea Fishing\r\n\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\n\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\n\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n\r\nThe equipment\r\n\r\nFishing with a Pro\r\n\r\nBoat ride\r\n\r\nLunch Box:\r\n\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n\r\n* Does not include international airfare\r\n\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\n\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n\r\n$169.00 (4 horas)\r\n\r\n$ 211.00 (5 horas)\r\n\r\n$253.00 (6 horas)\r\n\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h3><strong>Air Tours</strong></h3>\r\nEnjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.\r\n\r\nPrecios\r\n\r\n$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers\r\n\r\n$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers\r\n\r\n• Please note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\n• We do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\n• For international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Hawskbill Turtle\r\n\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h3>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span>\r\n<table width=\"781\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:25:03', '2013-10-28 23:25:03', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(347, 1, '2013-10-28 23:28:42', '2013-10-28 23:28:42', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.\r\n\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><strong style=\"font-size: 1.17em;\">Boat Tours</strong></h2>\r\n<h4>Panga Boat Tours.</h4>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h3><strong>Visit Our Monkey Sanctuary</strong></h3>\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\n\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members:</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h3><strong>Kayak Rental</strong></h3>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n\r\n$10.00 for single Kayak\r\n\r\n$18.00 for double Kayak (2 people)\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span>\r\n\r\n$15.00 for single Kayak\r\n\r\n$25.00 for double Kayak<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Sport-fishing</strong>\r\n\r\n&nbsp;\r\n\r\nDeep Sea Fishing\r\n\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\n\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\n\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n\r\nThe equipment\r\n\r\nFishing with a Pro\r\n\r\nBoat ride\r\n\r\nLunch Box:\r\n\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n\r\n* Does not include international airfare\r\n\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\n\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n\r\n$169.00 (4 horas)\r\n\r\n$ 211.00 (5 horas)\r\n\r\n$253.00 (6 horas)\r\n\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h3><strong>Air Tours</strong></h3>\r\nEnjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.\r\n\r\nPrecios\r\n\r\n$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers\r\n\r\n$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers\r\n\r\n• Please note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\n• We do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\n• For international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Hawskbill Turtle</span></strong></h3>\r\n&nbsp;\r\n<h3><strong></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h3>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span>\r\n<table width=\"781\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:28:42', '2013-10-28 23:28:42', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(348, 1, '2013-10-28 23:32:29', '2013-10-28 23:32:29', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.\r\n\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\n\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members:</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2> <strong>Sport-fishing</strong></h2>\r\nDeep Sea Fishing\r\n\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\n\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\n\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n\r\n* Does not include international airfare\r\n\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\n\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\nEnjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.\r\n\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span>\r\n\r\n</span></strong></h2>\r\n<h4><strong></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h4>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span>\r\n<table width=\"781\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:32:29', '2013-10-28 23:32:29', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(349, 1, '2013-10-28 23:35:32', '2013-10-28 23:35:32', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.\r\n\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2> <strong>Sport-fishing</strong></h2>\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\nEnjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.\r\n\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n&nbsp;\r\n<h4><strong></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h4>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span>\r\n<table width=\"781\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:35:32', '2013-10-28 23:35:32', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(350, 1, '2013-10-28 23:39:20', '2013-10-28 23:39:20', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2> <strong>Sport-fishing</strong></h2>\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n&nbsp;\r\n<h4><strong></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h4>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"781\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:39:20', '2013-10-28 23:39:20', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(351, 1, '2013-10-28 23:40:56', '2013-10-28 23:40:56', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2> <strong>Sport-fishing</strong></h2>\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n&nbsp;\r\n<h4><strong></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong></h4>\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:40:56', '2013-10-28 23:40:56', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(352, 1, '2013-10-28 23:41:36', '2013-10-28 23:41:36', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak</li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2> <strong>Sport-fishing</strong></h2>\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-28 23:41:36', '2013-10-28 23:41:36', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(877, 1, '2014-01-06 03:16:20', '2014-01-06 03:16:20', '', 'apartment9', '', 'inherit', 'closed', 'open', '', 'apartment9', '', '', '2014-01-06 03:16:20', '2014-01-06 03:16:20', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment9.jpg', 0, 'attachment', 'image/jpeg', 0),
(867, 1, '2014-01-06 03:15:59', '2014-01-06 03:15:59', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'closed', 'open', '', 'olympus-digital-camera-3', '', '', '2014-01-06 03:15:59', '2014-01-06 03:15:59', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment2.jpg', 0, 'attachment', 'image/jpeg', 0),
(868, 1, '2014-01-06 03:15:59', '2014-01-06 03:15:59', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'closed', 'open', '', 'olympus-digital-camera-3-2', '', '', '2014-01-06 03:15:59', '2014-01-06 03:15:59', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment2.jpg', 0, 'attachment', 'image/jpeg', 0),
(869, 1, '2014-01-06 03:16:02', '2014-01-06 03:16:02', '', 'apartment4', '', 'inherit', 'closed', 'open', '', 'apartment4', '', '', '2014-01-06 03:16:02', '2014-01-06 03:16:02', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment4.jpg', 0, 'attachment', 'image/jpeg', 0),
(870, 1, '2014-01-06 03:16:02', '2014-01-06 03:16:02', '', 'apartment4', '', 'inherit', 'closed', 'open', '', 'apartment4-2', '', '', '2014-01-06 03:16:02', '2014-01-06 03:16:02', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment4.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2014-01-06 03:16:06', '2014-01-06 03:16:06', '', 'apartment5', '', 'inherit', 'closed', 'open', '', 'apartment5', '', '', '2014-01-06 03:16:06', '2014-01-06 03:16:06', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment5.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(434, 1, '2013-11-24 17:18:58', '2013-11-24 17:18:58', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages at Puerto Barillas</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-11-24 17:18:58', '2013-11-24 17:18:58', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(433, 1, '2013-11-24 17:17:16', '2013-11-24 17:17:16', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages at Puerto Barillas</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/USULUTAN.gif\"><img class=\"alignnone size-full wp-image-432\" title=\"FOTITO\" alt=\"USULUTAN\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/USULUTAN.gif\" width=\"300\" height=\"300\" /></a>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-11-24 17:17:16', '2013-11-24 17:17:16', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(587, 1, '2013-12-07 17:36:37', '2013-12-07 17:36:37', '<a id=\"top\" name=\"top\"></a>\n<ul>\n	<li><a href=\"#boattours\">Boat Tours</a></li>\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\n	<li><a href=\"#air\">Air Tours</a></li>\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\n</ul>\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\n<h4>Panga Boat Tours.</h4>\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\n\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\n<td bgcolor=\"#DDEFF7\">$91.99</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\n<td bgcolor=\"#DDEFF7\">$113.00</td>\n</tr>\n</tbody>\n</table>\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\n<td bgcolor=\"#DDEFF7\">$195.50</td>\n</tr>\n</tbody>\n</table>\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\n</tr>\n</tbody>\n</table>\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\n</tr>\n</tbody>\n</table>\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\n\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\n\n<h3><strong>Punta San Juan</strong></h3>\n<ul>\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\n	<li>For Boat Tours or Transportation to:</li>\n	<li>Panga Boat</li>\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\n	<li>For El Espino (4 hours maximum): $213.00</li>\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\n</ul>\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\n</tr>\n</tbody>\n</table>\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\n</tr>\n</tbody>\n</table>\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\n</tr>\n</tbody>\n</table>\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\n\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\nCustomers staying at Puerto Barillas\n\nPrices:\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\n\nPrices:\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\n\n• If you only plan to visit the Sanctuary and not acquire other package:\nPrices : $10.00 per person ( minimum 5 people).\n\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\n\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\n\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\n<a id=\"kayak\" name=\"kayak\"></a>\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\n<ul>\n	<li>$10.00 for single Kayak</li>\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\n	<li>$15.00 for single Kayak</li>\n	<li>$25.00 for double Kayak\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\n</ul>\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\n<span style=\"color: #000000;\"> Whole Day Package</span>\n\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\n\n*2 hours boat sailing from inlet to fishing spot.\n\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\n\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\n\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\n\nThe total price for your Deep sea fishing package includes:\n<ul>\n	<li>The equipment</li>\n	<li>Fishing with a Pro</li>\n	<li>Boat ride</li>\n</ul>\nLunch Box:\nHamburger or sandwich and chips/ granola bar/1 drink\n\nTaxes\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\n<td bgcolor=\"#DDEFF7\">$160</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\n<td bgcolor=\"#DDEFF7\">$186</td>\n</tr>\n</tbody>\n</table>\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\n\n&nbsp;\n\n* A real time Experience.\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\n* Does not include international airfare\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\n\nBay Fishing/Island Fishing/Surf Fishing\nWe offer special prices for those passionate about Fishing\n\n<strong>Boat Rental with Pilot</strong>\n<ul>\n	<li>$169.00 (4 horas)</li>\n	<li>$ 211.00 (5 horas)</li>\n	<li>$253.00 (6 horas)</li>\n</ul>\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\nPrecios\n<ul>\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\n</ul>\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\n\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\n\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\n\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\n\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\n\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\n\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\n\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\n</tr>\n<tr>\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\n<td bgcolor=\"#D6E1E2\">82</td>\n<td bgcolor=\"#D6E1E2\">43</td>\n<td bgcolor=\"#D6E1E2\">30</td>\n<td bgcolor=\"#D6E1E2\">24</td>\n<td bgcolor=\"#D6E1E2\">20</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">US$</td>\n<td bgcolor=\"#DDEFF7\">6 person</td>\n<td bgcolor=\"#DDEFF7\">7 person</td>\n<td bgcolor=\"#DDEFF7\">8 person</td>\n<td bgcolor=\"#DDEFF7\">9 person</td>\n<td bgcolor=\"#DDEFF7\">10 person</td>\n</tr>\n<tr>\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\n<td bgcolor=\"#D6E1E2\">18</td>\n<td bgcolor=\"#D6E1E2\">16</td>\n<td bgcolor=\"#D6E1E2\">15</td>\n<td bgcolor=\"#D6E1E2\">14</td>\n<td bgcolor=\"#D6E1E2\">13</td>\n</tr>\n</tbody>\n</table>\n<strong>Other activities under development</strong>\n\n• Horseback riding tours\n\n• Bicycle Tours\n\n• Cacao Tours\n\nLearn about El Salvador’s and Hacienda La Carrera cacao\n\nhttp://www.laprensagrafica.com/manjar-de-dioses\n\n• Coconut oil production tours ( visit Isla Espiritu Santo)\n\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-12-07 17:36:37', '2013-12-07 17:36:37', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(369, 1, '2013-10-29 22:57:05', '2013-10-29 22:57:05', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<a href=\"#top\"><strong> Return Top Page</strong></a>\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 22:57:05', '2013-10-29 22:57:05', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(360, 1, '2013-10-29 00:09:16', '2013-10-29 00:09:16', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 00:09:16', '2013-10-29 00:09:16', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(361, 1, '2013-10-29 00:14:14', '2013-10-29 00:14:14', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 00:14:14', '2013-10-29 00:14:14', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(362, 1, '2013-10-29 00:15:12', '2013-10-29 00:15:12', '<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 00:15:12', '2013-10-29 00:15:12', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(368, 1, '2013-10-29 22:54:39', '2013-10-29 22:54:39', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<a href=\"#top\"><strong> Return Top Page</strong></a>\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 22:54:39', '2013-10-29 22:54:39', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(363, 1, '2013-10-29 00:16:33', '2013-10-29 00:16:33', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours\r\n</span></strong><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">El Espino</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$35.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$33.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00  per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$28.00  per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n	<li>Lunch Box:</li>\r\n	<li>Hamburger or sandwich and chips/ granola bar/1 drink</li>\r\n</ul>\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Apartment (Prices are per person)</span></strong>\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<a href=\"#top\"><strong> Return Top Page</strong></a>\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 00:16:33', '2013-10-29 00:16:33', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2013-10-29 22:46:02', '2013-10-29 22:46:02', 'Family Group Membership $385.50 (Tax included)\r\nCoporate Group Membership: $339.00 ( Tax included) Minimum of 5 members required.\r\nThis membership includes the following benefits:\r\n<ul>\r\n	<li>50% discount on Apartment or TreeHouse rental ( Apartments :$ 118.00 or Treehouses: $ 59.00)</li>\r\n	<li>Priority reservation (Allocated space reserve)</li>\r\n	<li>2 Adults (married or couple) and unmarried children under 25 years</li>\r\n	<li>Free Daily visits</li>\r\n	<li>Friends are allowed as long as they come with the member (maximum 8 invitees per visit)</li>\r\n	<li>20% off –Boat rental (with pilot)</li>\r\n	<li>Value Added: 2 complimentary breakfasts on the first night stay</li>\r\n	<li>Membership: $ 385.50 (annual)</li>\r\n	<li>Membership Hangar with type 1 (16 m X 6 m) Membership $ 385.50 plus $ 293.80 monthly p/ Hangar</li>\r\n	<li>Membership Hangar with type 2 (10 m X 6 m) Membership $ 385.50 plus $ 146.90 monthly p/Hangar</li>\r\n	<li>Membership with hangar type 3 (6 m X 4 m) $ 385.50 plus $ 75.00 monthly p/Hangar</li>\r\n</ul>\r\nPrices include VAT.\r\nThe hangars fee is anticipated and should Be paid by the first day of every month', 'Memberships', '', 'publish', 'closed', 'closed', '', 'memberships', '', '', '2014-01-10 16:54:23', '2014-01-10 16:54:23', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=364', 0, 'page', '', 0),
(365, 1, '2013-10-29 22:46:02', '2013-10-29 22:46:02', '', 'Memberships', '', 'inherit', 'closed', 'open', '', '364-revision-v1', '', '', '2013-10-29 22:46:02', '2013-10-29 22:46:02', '', 364, 'http://www.puertobarillas.com/welcome/364-revision-v1/', 0, 'revision', '', 0),
(366, 1, '2013-10-29 22:47:02', '2013-10-29 22:47:02', 'Family Group Membership $385.50 (Tax included)\r\nCoporate Group Membership: $339.00 ( Tax included) Minimum of 5 members required.\r\nThis membership includes the following benefits:\r\n<ul>\r\n	<li>50% discount on Apartment or TreeHouse rental ( Apartments :$ 118.00 or Treehouses: $ 59.00)</li>\r\n	<li>Priority reservation (Allocated space reserve)</li>\r\n	<li>2 Adults (married or couple) and unmarried children under 25 years</li>\r\n	<li>Free Daily visits</li>\r\n	<li>Friends are allowed as long as they come with the member (maximum 8 invitees per visit)</li>\r\n	<li>20% off –Boat rental (with pilot)</li>\r\n	<li>Value Added: 2 complimentary breakfasts on the first night stay</li>\r\n	<li>Membership: $ 385.50 (annual)</li>\r\n	<li>Membership Hangar with type 1 (16 X 6) Membership $ 385.50 plus $ 293.80 monthly p/ Hangar</li>\r\n	<li>Membership Hangar with type 2 (10 X 6) Membership $ 385.50 plus $ 146.90 monthly p/Hangar</li>\r\n	<li>Membership with hangar type 3 (6 X 4) $ 385.50 plus $ 75.00 monthly p/Hangar</li>\r\n</ul>\r\nPrices include VAT.\r\nThe hangars fee is anticipated and should Be paid by the first day of every month', 'Memberships', '', 'inherit', 'closed', 'open', '', '364-revision-v1', '', '', '2013-10-29 22:47:02', '2013-10-29 22:47:02', '', 364, 'http://www.puertobarillas.com/welcome/364-revision-v1/', 0, 'revision', '', 0),
(367, 1, '2013-10-29 22:48:06', '2013-10-29 22:48:06', ' ', '', '', 'publish', 'closed', 'closed', '', '367', '', '', '2019-12-20 08:44:58', '2019-12-20 08:44:58', '', 0, 'http://www.puertobarillas.com/welcome/?p=367', 3, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(370, 1, '2013-10-29 22:58:19', '2013-10-29 22:58:19', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages At Our Waikiki Resort Hotel</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<a href=\"#top\"><strong> Return Top Page</strong></a>\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-10-29 22:58:19', '2013-10-29 22:58:19', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2013-10-29 23:04:46', '2013-10-29 23:04:46', 'Bahia de Jiquilisco is picture perfect- scenery for fishing all-year round. It\'s always an adventure to spend the day enjoying the bay and the many species of marine life in our area. Puerto Barillas can make all of the arrangements for a very good fishing experience.\nWhen it\'s time for that get-a-way or fishing trip, contact Puerto Barillas for an adventure of a lifetime.\nThe Bahia de Jiquilisco region offers excellent inshore and offshore fishing throughout the year. First Clas Sport-fishing for sailfish, Blue Marlin, roosterfish, Yellow fin tuna, Bull mahi mahi, wahoo, anook and Jack cravalle are just some of the many different fish caught here.\n\nDeep Sea Fishing\nWhole Day Package\n\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\n\n*2 hours boat sailing from inlet to fishing spot.\n\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\n\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\n\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\n\nThe total price for your Deep sea fishing package includes:\n<ul>\n	<li>The equipment</li>\n	<li>Fishing with a Pro</li>\n	<li>Boat ride</li>\n</ul>\nLunch Box:\nHamburger or sandwich and chips/ granola bar/1 drink\n\nTaxes\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong>Minimum: 3 people/ Maximum 7 people</strong></td>\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 7 people)</td>\n<td bgcolor=\"#DDEFF7\">$160</td>\n</tr>\n<tr>\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\n<td bgcolor=\"#DDEFF7\">$186</td>\n</tr>\n</tbody>\n</table>\n<ul>\n	<li>A real time Experience.</li>\n	<li>Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.</li>\n	<li>Does not include international airfare</li>\n	<li>Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)</li>\n</ul>\nBay Fishing/Island Fishing/Surf Fishing\nWe offer special prices for those passionate about Fishing\nBoat Rental with Pilot\n$169.00 (4 horas)\n$ 211.00 (5 horas)\n$253.00 (6 horas)\nPrices do not include equipment. Visitors must bring their own equipment.', 'Sport Fishing', '', 'inherit', 'closed', 'open', '', '1-autosave-v1', '', '', '2013-10-29 23:04:46', '2013-10-29 23:04:46', '', 1, 'http://www.puertobarillas.com/welcome/1-autosave-v1/', 0, 'revision', '', 0),
(372, 1, '2013-10-29 23:04:54', '2013-10-29 23:04:54', 'Bahia de Jiquilisco is picture perfect- scenery for fishing all-year round. It\'s always an adventure to spend the day enjoying the bay and the many species of marine life in our area. Puerto Barillas can make all of the arrangements for a very good fishing experience.\r\nWhen it\'s time for that get-a-way or fishing trip, contact Puerto Barillas for an adventure of a lifetime.\r\nThe Bahia de Jiquilisco region offers excellent inshore and offshore fishing throughout the year. First Clas Sport-fishing for sailfish, Blue Marlin, roosterfish, Yellow fin tuna, Bull mahi mahi, wahoo, anook and Jack cravalle are just some of the many different fish caught here.\r\n\r\nDeep Sea Fishing\r\nWhole Day Package\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong>Minimum: 3 people/ Maximum 7 people</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 7 people)</td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n	<li>A real time Experience.</li>\r\n	<li>Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.</li>\r\n	<li>Does not include international airfare</li>\r\n	<li>Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBoat Rental with Pilot\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\nPrices do not include equipment. Visitors must bring their own equipment.', 'Sport Fishing', '', 'inherit', 'closed', 'open', '', '1-revision-v1', '', '', '2013-10-29 23:04:54', '2013-10-29 23:04:54', '', 1, 'http://www.puertobarillas.com/welcome/1-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(591, 1, '2013-12-07 17:53:47', '2013-12-07 17:53:47', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Puerto Barillas, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\nChecking in: Documents you will receive (all provided by authorities at Barillas)\n<ol>\n	<li> <strong>Acta de Visita.</strong>\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\n	<li><strong>Importacion Temporal </strong>\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\n	<li><strong>Customs document.</strong></li>\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\n</ol>\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\n<h3>General Information</h3>\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\n\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\nDO NOT wear expensive jewelry while walking around town.\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\n<h3>Transportation</h3>\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\n\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\n\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\n\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\n\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\n<h3>Services, etc</h3>\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\n<strong>Auto Parts</strong>\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\n\n<strong>Banks/ATMs</strong>\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\n\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\nAnd many other banks in the general vicinity.\n\n<strong>Batteries</strong>\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\nSr.  Jose Garcia 2235 6944\n\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\nSee Oxgasa (In Hardware) for O-Rings\n\n<strong>Boatyard/Haulout Facilities</strong>\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\n\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\nCARPET CLEANING\nDRY CLEANING\n\n<strong>Copies</strong>\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\n\n<strong>Computer Repair/Supplies</strong>\n\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\n\nDIESEL PARTS\nYanmar parts.\nVolvo parts.\nCummins, Caterpillar,\nPerkins parts.\n\n<strong>Dive Tanks</strong>\n\nEmail, WiFi, and Internet:\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\n\n<b>Electrical </b>\n\nSTARTER MOTORS &amp; ALTERNATORS\n\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\n\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\n\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\n\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\n\n<b>Filters</b>\n\n<b>Fire Extinguisher Recharging</b>\n\n<b>  Oxgasa</b> (See Hardware)\n\n<b>Fuel (Diesel and Gasoline) </b>\n\nBarillas Fuel Dock\n\nCheck with the Office for current pricing\n\n<b>General Hands </b>\n\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\n\nHelp; ask at the Marina Office\n\n<b>Haircuts, Manicures, Pedicures </b>\n\n<b>  Beauty Shop</b> located in Dispensa Don Juan\n\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\n\nNumerous other barber/beauty shops located along both main streets\n\n<b>Hardware and Chandleries </b>\n\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\n\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\n\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\n\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\n\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\n\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\n\n<b>Others…</b>\n\n<b>Importing Parts into El Salvador\n</b><b>Fedex\n</b><b>DHL\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\n<b>Kattia E. Fandino\n</b><b>Ocean Export</b>\n\nClearfreight Inc.\n9704 NW 17th St.\nMiami, FL 33172\nPh.305-592-4446 ext.1311\nFax.305-592-3139\nwww.clearfreight.com\ne-mail: kattia@clearfreight.com\n\n<b>Coordinate your shipping with the Marina Office</b>\n\n<b>Liferaft Inspection</b>\n\n<b>Machine Shop </b>\n\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\n\n<b>MARINE ELECTRICIANS </b>\n\n<b>Mechanics</b>\n\n<b>Medical </b>\n\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\n\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\n<table width=\"589\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>DOCTORS USULUTAN</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA INTERNA</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">ALVARADO VILLEDA MANUEL ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">2A CALLE ORIENTE #1</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA GENERAL</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">MARTELL RUIZ BENJAMIN ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CA GRIMALDI M 22</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">CASTILLO PERDOMO PEDRO ANTONIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C PTE NR 13</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">DUANES PALOMO LUCIA CLARIBEL</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C OTE 20</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">LOPEZ VEGA EDGARDO ARMANDO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CALLE DR. FEDERICO PENADO # 4 EDIFICIO ANDA</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>EAR NOSE THROAT</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">GARAY CACERES JOSE VIRGILIO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">1A CA PONIENTE 13</td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>UROLOGIST</strong></td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\n</tr>\n<tr>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">BERNABEL CAÑAS LUIS GERARDO</td>\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">6A CL OTE N 10</td>\n</tr>\n</tbody>\n</table>\n<b>San Salvador</b>\n\nCARDIOVASCULAR\nDERMATOLOGIST\nDENTIST\nEAR NOSE AND THROAT\nGYNOCOLOGY\nOPTOMETRY\nORTHOPEDIC\nPLASTIC SURGERY\nUROLOGY\nPHYSICAL THERAP\n\n<b>Laboratories:</b>\n\nThere are many labs from which to choose.  Here are some suggestions:\n\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\n\n<b>Others:</b>\n\n<b>Outboard Motors, sales, parts, repairs</b>\n\n<b>Marinsa:</b> (Get info from Gabriel)_________\n\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\n\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\n\n<b>Paint &amp; Painters </b>\n\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\n\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\n\n<b>Other?</b>\n\n<b>Painters: </b>\n\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\n\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\n\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\n\nAsk the Marina Office for more information\n\n<b>Photo Shop  </b>\n\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\n\n<b>Post Office</b>\n\n<b>Propane </b>\n\nMake arrangements with the Marina\n\nUS-type valves can be filled\n\n<b>Provisioning</b>\n\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\n\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\n\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\n\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\n\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\n\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\n\n<b>Refrigeration &amp; Air Conditioning</b>\n<h4><b>Restaurants </b></h4>\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\n\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\n\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\n\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\n\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\n\n<b>Rigging </b>\n\nThere is no professional rigging shop in Usulutan\n\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\n\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\n\n<b>No info, yet, on Sail Repair</b>…\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\n<h4><b>Shopping </b></h4>\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\n\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\n\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\n\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\n\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\n\n<b>Spanish Lessons</b>\n\n<b>Stainless Steel &amp; Aluminum </b>\n\nSee “Welding Shop”, below\n\n<b>Tailoring / Sewing:</b>\n\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\n<h4><b>Telephones</b></h4>\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\n\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\n\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\n\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\n\n<b>The following needs to be reviewed, changed, etc:</b>\n\nEl Salvador Country Code: ____   .\n\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\n\nA cell phone can be purchased at many places.\n\nYou can make international calls using the internet through the Skype service.\n\nEach cell phone company has a different access code for int’l calls:\n\nTIGO:    00 414 (then country code and number)\n\nMovistar:  00 9 (then country code and number)\n<h4><b>Theater &amp; Movies</b></h4>\n<b>Travel Agencies &amp; Airlines</b>\n\n<b>Out-of-town</b>\n\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\n\n<b>Veterinary Clinics</b>\n\n<b>Welding Shop:</b>\n\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\n\n<b>Prestomar:</b> Boatyard next to Barillas\n\n<b>Woodworking</b>\n\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\n<b>Horseback Riding</b>\n\n<b>Nature Walks</b>\n\n<b>Monkeys</b>\n\n<b>Beach Excursions</b>\n\n<b>Floating Restaurant</b>\n\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\n\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\n\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\n\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-12-07 17:53:47', '2013-12-07 17:53:47', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(374, 1, '2013-10-30 21:12:00', '2013-10-30 21:12:00', '<h2><span style=\"text-decoration: underline;\">WELCOME</span></h2>\r\nAfter exploring the remote and beautiful Islands in Panama, and the Central American Countries to the South of us, or coming from the jet-set pace of Cabo san Lucas and her sister Mexican ports, you will find your stay at the Puerto Barillas, to be unique and enriching. We hope that this cruiser’s guide will assist you during your stay in El Salvador.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Arrival</b></h3>\r\nChecking in: Documents you will receive (all provided by authorities at Barillas)\r\n<ol>\r\n	<li> <strong>Acta de Visita.</strong>\r\nInitial acknowledgement of your arrival provided by the Port Captain\'s office.</li>\r\n	<li><strong>Importacion Temporal </strong>\r\nOn arrival, your will need to apply for a temporary importation permit for your vessel.</li>\r\n	<li><strong>Customs document.</strong></li>\r\n	<li><strong>Certificado de Permanencia. </strong>(akin to a cruising permit but applicable to stored boats as well), is another document required by the Port Captain, valid initially for 2 months from issue and representing additional confirmation of the vessels\' right to stay in El Salvador territory and applied to all vessels staying more than 8 days.</li>\r\n</ol>\r\nIf departing El Salvador on your vessel intending to return be AWARE that your paperwork will need to be renewed entirely when you return. Pet owners should also be aware of check-in regulations.\r\n<h3>General Information</h3>\r\nWelcome to our marina. Our marina is dedicated to the needs of cruisers and we depend on your goodwill and good-sense. Some do’s and don\'ts:\r\n\r\nPLEASE keep your pets on a leash while in the restaurant area: they can preside only with tacit agreement of the other restaurant users.\r\nDO NOT wear expensive jewelry while walking around town.\r\nLEAVING YOUR BOAT If leaving your boat unattended make arrangement with someone (approved by the marina) to look after it. We will be happy to recommend suitable caretakers. If leaving the country get a letter from the Marina declaring that your vessel is here so you will not require an outbound ticket on your return to El Salvador.\r\nGENERAL NOTES: While we do provide security in keeping with our desire to maintain the informal family ambient, the \'Club\' (Barillas Marina Club) will not be held responsible for you personally, nor your crew/guests. Neither will the Club be responsible for your property during your stay here. At all times the Captain/Owner remains responsible for all matters concerning his vessel and property (the Club is always ready to offer assistance).\r\nPAYING THE BILL: On arrival we will set up an account which should be paid on the First of the Month or prior to departure.\r\n<h3>Transportation</h3>\r\nTo Usulutan: A free ride by Barillas Mini-Van, departs the Marina on Tuesday and Friday at 0900 for Dispensa Don Juan, and departs the Dispensa at 1230 for Barillas; also available for short detours to specialty shops.\r\n\r\nTo San Salvador: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTo the Airport: Via Barillas Mini-Van, as requested; make arrangements with the Marina Office.\r\n\r\nTaxi Cab Information; Usulutan is full of yellow taxicabs; transport from town to Barillas costs about $15US; be sure to negotiate a price up front.\r\n\r\nBus: All kinds of bus transportation is available, to San Salvador, San Miguel and “other” locations for the adventurous. Buses are more or less clearly marked, and depart from a number of locations near Dispensa Don Juan.\r\n<h3>Services, etc</h3>\r\n<blockquote>Note: for ease of description, we have used the terms “South Main” for the street coming into Usulutan from Barillas, and “North Main” for the street leaving for Barillas.\r\nAlso, due to missing, illegible, etc street signs, we’ve used the “number of blocks from Dispensa Don Juan” or “Scotia Bank” for directions…(they’re still “approximate, but ballpark”).</blockquote>\r\n<strong>Auto Parts</strong>\r\nEconoPartes, across from Puerta Oriente Plaza (a few blocks east of Dispensa Don Juan); just about everything you’d expect to find in an auto parts store in the States\r\n\r\n<strong>Banks/ATMs</strong>\r\nThere are a number of ATMs (Cajeros Automaticos) in the entrance to Dispensa Don Juan; Additionally there a number of large banks around the business district in Usulutan:\r\n\r\n<em><strong><span style=\"text-decoration: underline;\">ScotiaBank</span></strong></em> 4 Blocks west of Dispensa Don Juan, on North Main\r\n<em><strong><span style=\"text-decoration: underline;\">Da Vivienda</span></strong></em> (formerly HSBC) 2 Blocks further on from ScotiaBank, on North Main, (across from the Parque Central)\r\n<span style=\"text-decoration: underline;\"><em><strong>Banco de America Centra</strong><strong>l</strong></em></span> 3 Blocks further on from ScotiaBank, (The other side of the Parque Central); very helpful with “card problems” or problems understanding what the ATM is asking you (or what you’re trying to tell it).\r\nAnd many other banks in the general vicinity.\r\n\r\n<strong>Batteries</strong>\r\nSmall Batteries: Impressa Repuestos in mid-town, the Barillas driver will take you there.\r\nLarge Batteries: Casa de las Batterias, 29 Calle Poinente y 21 Ave Norte, San Salvador\r\nSr.  Jose Garcia 2235 6944\r\n\r\n<strong>Bearings, (O-rings, gaskets, hose fittings)</strong>\r\nSee Oxgasa (In Hardware) for O-Rings\r\n\r\n<strong>Boatyard/Haulout Facilities</strong>\r\nPrestomar Need information, Railway up to ___ Tons, Width, …Include Catamarans; they provide bottom painting, topside painting, general marine repairs\r\n\r\n<strong>Boat Cleaning, etc (see also General Hands)</strong>\r\nCARPET CLEANING\r\nDRY CLEANING\r\n\r\n<strong>Copies</strong>\r\nThere are many places to get copies made in Usulutan; just walk up or down North or South Main\r\n\r\n<strong>Computer Repair/Supplies</strong>\r\n\r\n<strong>DIESEL ENGINE AND TRANSMISSION REPAIR</strong>\r\n\r\nDIESEL PARTS\r\nYanmar parts.\r\nVolvo parts.\r\nCummins, Caterpillar,\r\nPerkins parts.\r\n\r\n<strong>Dive Tanks</strong>\r\n\r\nEmail, WiFi, and Internet:\r\nFree Wi-Fi at the Marina; as you get farther down the anchorage, the coverage gets poorer; reception is great in the swimming pool area and the restaurant; there are 115V outlets at each table in the palapas.\r\n\r\n<b>Electrical </b>\r\n\r\nSTARTER MOTORS &amp; ALTERNATORS\r\n\r\n<b>Solar Panels</b> can be found at <b>Ferreteria El Conecte</b>, which is just one block beyond the Sherwin Williams Paint Store on North Main (just beyond Parque Central); they have a 75-watt model on display, but can get any size panel down from San Salvador.\r\n\r\n<b>Fiberglass, Minor Repairs &amp; Materials  (See also:Woodworking) </b>\r\n\r\n<b>Marinsa </b>(see “Chandleries, below) has a good supply of Polyester Resin and Filler\r\n\r\n(<b>PrestoMar</b>???) Hull repair, modifying chainlockers, propane tank boxes, etc.\r\n\r\n<b>Filters</b>\r\n\r\n<b>Fire Extinguisher Recharging</b>\r\n\r\n<b>  Oxgasa</b> (See Hardware)\r\n\r\n<b>Fuel (Diesel and Gasoline) </b>\r\n\r\nBarillas Fuel Dock\r\n\r\nCheck with the Office for current pricing\r\n\r\n<b>General Hands </b>\r\n\r\nFor boat cleaning, varnishing, head overhaul, running errands, piloting, underwater work, obtaining parts and general repairs, there are local workers ready, willing and able to <b></b>\r\n\r\nHelp; ask at the Marina Office\r\n\r\n<b>Haircuts, Manicures, Pedicures </b>\r\n\r\n<b>  Beauty Shop</b> located in Dispensa Don Juan\r\n\r\n<b>  Peluquero Richard</b>, walk to ScotiaBank, turn left walk one block, located on the corner.\r\n\r\nNumerous other barber/beauty shops located along both main streets\r\n\r\n<b>Hardware and Chandleries </b>\r\n\r\n<b>Marinsa</b>: Only “Marine Store” in Usulutan, caters mostly to fishermen, but worth a visit; walk a block from Dispensa Don Juan westward on South Main, take a left, walk 2 blocks, take a right, walk 2 blocks and Marinsa is on the corner; also has mechanics who work on Outboard Motors (see below)\r\n\r\n<b>2M Ferreteria: </b>They have most everything, including<b> </b>small galvanized chain, stainless hose clamps, lots of other stuff, some English spoken. Big Ferreteria, Located about 3 blocks east of Dispensa Don Juan, across the road to Puerto Parada, near the Puerta Oriente plaza<b></b>\r\n\r\n<b>Ferriteria El Baratillo (Orange Building)</b> about 2 blocks East of Dispensa Don Juan; they have most everything\r\n\r\n<b>Ferreteria Avila, between La Pirraya and EconoPartes, </b>across from Puerta Oriente<b>; </b>there is an English Speaker here.\r\n\r\n<b>Ferreteria San Rafael; </b>located outside of town, near the Hospital; Large, construction-oriented hardware store; Barillas driver will stop there on the way back to Barillas if requested\r\n\r\n<b>Oxgasa:</b> Walk past ScotiaBank to <b>Pollo Campero/Da Vivienda</b>, Turn left and walk two blocks to <b>Oxgasa</b>; you will find medical supplies, Stanley, Skil and Bosch hand and power tools, safety gear and shoes, welding machines, cutting and burning rigs, motors, generators, pumps, O-Rings, the list goes on and on…and, they will sell you a new fire extinguisher, or recharge your old one.\r\n\r\n<b>Others…</b>\r\n\r\n<b>Importing Parts into El Salvador\r\n</b><b>Fedex\r\n</b><b>DHL\r\n</b><b>Trans Express (mail forwarder): </b>Shipping every Friday from Miami (3 days to San Salvador).\r\n<b>Clear Freight (Cargo Forwarder): </b>Shipping every Friday from Miami (7 days to San Salvador); ClearFreight contact info:\r\n<b>Kattia E. Fandino\r\n</b><b>Ocean Export</b>\r\n\r\nClearfreight Inc.\r\n9704 NW 17th St.\r\nMiami, FL 33172\r\nPh.305-592-4446 ext.1311\r\nFax.305-592-3139\r\nwww.clearfreight.com\r\ne-mail: kattia@clearfreight.com\r\n\r\n<b>Coordinate your shipping with the Marina Office</b>\r\n\r\n<b>Liferaft Inspection</b>\r\n\r\n<b>Machine Shop </b>\r\n\r\n<b>Taller Merced</b>, a full-service machine shop complete with lathes, milling machines, presses, etc.; very good quality work. There is a weld shop associated with this shop (see below)\r\n\r\n<b>MARINE ELECTRICIANS </b>\r\n\r\n<b>Mechanics</b>\r\n\r\n<b>Medical </b>\r\n\r\n<b>Pharmacies</b> are everywhere and you will find most of your prescription needs available and reasonably priced. Prices vary considerably among the pharmacies, and even among branches of the same pharmacy.  It pays to shop around.  Many drugs that are prescription only in other countries can be purchased over-the-counter in El Salvador.  Most pharmacies have reference books to find a generic equivalent of name-brand drugs.\r\n\r\n<b>Pharmacia Brasil:</b> There are a number of these around town, one is next to Dispensa Don Juan; the staff in this one are very friendly and helpful, and accustomed to dealing with Cruisers\r\n<h4><b>HOSPITALS &amp; EMERGENCY (Sala de Urgencias): </b></h4>\r\n<table width=\"589\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>DOCTORS USULUTAN</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA INTERNA</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">ALVARADO VILLEDA MANUEL ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">2A CALLE ORIENTE #1</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>MEDICINA GENERAL</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">MARTELL RUIZ BENJAMIN ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CA GRIMALDI M 22</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">CASTILLO PERDOMO PEDRO ANTONIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C PTE NR 13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">DUANES PALOMO LUCIA CLARIBEL</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">4A C OTE 20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">LOPEZ VEGA EDGARDO ARMANDO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">CALLE DR. FEDERICO PENADO # 4 EDIFICIO ANDA</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>EAR NOSE THROAT</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">GARAY CACERES JOSE VIRGILIO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">1A CA PONIENTE 13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\"><strong>UROLOGIST</strong></td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\"><strong> </strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6FFFF\" width=\"259\">BERNABEL CAÑAS LUIS GERARDO</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" bgcolor=\"#E6EEFF\" width=\"331\">6A CL OTE N 10</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<b>San Salvador\r\n\r\nCARDIOVASCULAR\r\nDERMATOLOGIST\r\nDENTIST\r\nEAR NOSE AND THROAT\r\nGYNOCOLOGY\r\nOPTOMETRY\r\nORTHOPEDIC\r\nPLASTIC SURGERY\r\nUROLOGY\r\nPHYSICAL THERAP</b>\r\n\r\n<b>Laboratories:</b>\r\n\r\nThere are many labs from which to choose.  Here are some suggestions:\r\n\r\n<b>Hemo Plus</b> Blood Testing, next to the Banco de America Central, across from the Central Park\r\n\r\n<b>Others:</b>\r\n\r\n<b>Outboard Motors, sales, parts, repairs</b>\r\n\r\n<b>Marinsa:</b> (Get info from Gabriel)_________\r\n\r\n<b>Taller Lizama: </b>Propeller Repair; replace worn out rubber insert with a bushing and set screws. Located about a block West of Ferreteria <b>San Rafael</b>, near the Hospital…Barillas driver will take you there\r\n\r\nThere is also an outboard Mechanic in <b>Puerto Parada</b>\r\n\r\n<b>Paint &amp; Painters </b>\r\n\r\n<b>Sherman Williams </b>(Source of Antifouling Bottom Paint): Located<b> </b>a block West of the Parque Central, on North Main (closed for siesta)\r\n\r\n<b>Comex</b>; Across the Street from ScotiaBank; English Spoken Here\r\n\r\n<b>Other?</b>\r\n\r\n<b>Painters: </b>\r\n\r\nKeep a close eye on your project and an excellent job should be your reward at less than US prices. These men can do excellent finishing work (although at times may indulge in short cuts so be warned).You may have to explain “cutting in” and masking to the painters\r\n\r\nPlease draw up a written agreement before starting any major project. Be wary of the lowest quotation since when a project starts it may be difficult to maintain the original agreement.\r\n\r\nRemember, you get what you <b>IN</b>spect, not what you <b>EX</b>pect…\r\n\r\nAsk the Marina Office for more information\r\n\r\n<b>Photo Shop  </b>\r\n\r\n<b>Photo Expo, </b>A Half-Block beyond ScotiaBank, on North Main; photo and camera supplies,  passport photos, etc\r\n\r\n<b>Post Office</b>\r\n\r\n<b>Propane </b>\r\n\r\nMake arrangements with the Marina\r\n\r\nUS-type valves can be filled\r\n\r\n<b>Provisioning</b>\r\n\r\n<b>Dispensa Don Juan</b>: The Barillas Mini-Bus destination, “US-Style” Supermarket, is quite fully stocked.\r\n\r\n<b>Super Selectos</b>: Two locations, one a few blocks East of Dispensa Don, in Puerta Oriente shopping center (just beyond the Ferriteria 2M), and one a few blocks back toward Barillas from Dispensa Don Juan on “South Main”, just beyond <b>Dispensa</b> <b>Familiar</b>; These are also “US Style”, and you may find items here that are not available in Don Juan\r\n\r\n<b>Dispensa Familiar</b>; on “South Main”, just across from the new vegetable market; veterans of the Rio Dulce will recognize this store.\r\n\r\n<b>Tienda GALO</b>: Similar to Dispensa Familiar, One is across the street from Dispensa Don Juan, another is a few blocks further East, sort of across from the Ferreteria 2M\r\n\r\n<b>Central Market</b>: Impossible to miss; the older section goes on for blocks along and North of North Main, and the “new” section, enclosed by chain link fences, is between North and South Main, near <b>Pizza Hut, Wendy’s and Pollo Campestro</b>\r\n\r\nThere are also <b>Walmart, Sears, Radio Shack, Office depot, Price Club</b>, and other like stores in San Salvador\r\n\r\n<b>Refrigeration &amp; Air Conditioning</b>\r\n<h4><b>Restaurants </b></h4>\r\n<b>Wendy’s,</b> <b>Burger King</b> and <b>Pollo Campestre</b> are near Dispensa Don Juan\r\n\r\n<b>“Biggest”</b> Hamburger is about a block and a half beyond ScotiaBank\r\n\r\nThere is a <b>small cafeteria</b> inside of Dispensa Don Juan\r\n\r\n<b> La Pirraya</b> Restaurant and Hotel is located across from the Puerta Oriente Plaza\r\n\r\nThere are numerous small “<b>Comedors</b>” in the area, as well as sidewalk vendors\r\n\r\n<b>Rigging </b>\r\n\r\nThere is no professional rigging shop in Usulutan\r\n\r\n<b>Sail Repair, Canvas, Upholstery &amp; Fabrics</b>\r\n\r\n<b>Dispensa de Telas</b>: Here’s one for the Ladies: Large fabric store, across from Dispensa Don Juan, and another one of the same name about a block up from Dispensa Don Juan on North Main. A huge selection of fabrics, and 3” foam for cushions\r\n\r\n<b>No info, yet, on Sail Repair</b>…\r\n<h4><b>SEWING MACHINE REPAIRS AND SERVICE </b></h4>\r\n<b>Confecciones Granados</b> (it says “<b>Almacenes Granados</b>” on the portico), 3 Blocks west of Dispensa Don Juan, on North Main; in addition to fabrics, cushion foam, and other items, they repair sewing machines, and have a large supply of Polyester thread, in an assortment of colors.\r\n<h4><b>Shopping </b></h4>\r\nA walk down either of the “main” streets, and the side streets will expose you to all kinds of shopping opportunities, from furniture stores, to sporting goods, clothing, hardware, household goods, and the like; the central market is huge, with way too many items available to be listed here, but here are some choices:\r\n\r\n<b>Artesenias Helen: </b>Flags of all sizes, T-Shirts, Ball Caps, and hand-made souvenir crafts by local Artisans; walk to ScotiaBank on North Main, take a right, walk two blocks, take a left, the shop is just a couple of doors down on your left…\r\n\r\n<b>Payless Shoe Source</b>: Another one for the Ladies…one block further down the street from ScotiaBank\r\n\r\n<b>Libreria Montenegro: </b>All kinds of paper and office supplies; about 5 blocks West of Dispensa Don Juan, on South Main.\r\n\r\n<b>Ice Cream Parlor: </b>There are a number of these around town, the Heleria Niveria right next door to Dispensa Don Juan is a welcome place to wait on the departure of the MiniBus.\r\n\r\n<b>Spanish Lessons</b>\r\n\r\n<b>Stainless Steel &amp; Aluminum </b>\r\n\r\nSee “Welding Shop”, below\r\n\r\n<b>Tailoring / Sewing:</b>\r\n\r\n<b>Bazar Nelson; </b>pass by Scotia Bank, take a right at Payless Shoe Source, walk a few doors up the street, the Bazar is on the right; Alterations, etc, Singer treadle sewing machine, prices very reasonable.\r\n<h4><b>Telephones</b></h4>\r\nThe main <b>TIGO</b> store and the main <b>Digicel</b> store are located on South Main about 3 blocks from the Dispensa Don Juan, just down the street from <b>Peluqueria Richard</b>\r\n\r\nThe main <b>CLARO </b>store is on North Main, about 4 ½ blocks from Dispensa Don Juan\r\n\r\nThere are numerous kiosks that can sell you minutes, but for full service, computer modem “sticks”, etc, go to the main store.\r\n\r\nPhone cards can be purchased in Pharmacies, grocery stores and from street vendors wearing advertisement aprons.\r\n\r\n<b>The following needs to be reviewed, changed, etc:</b>\r\n\r\nEl Salvador Country Code: ____   .\r\n\r\nA call can be made to the U.S. or other countries using one of El Salvador’s long distance direct-dial companies (005+1+area code+number).\r\n\r\nA cell phone can be purchased at many places.\r\n\r\nYou can make international calls using the internet through the Skype service.\r\n\r\nEach cell phone company has a different access code for int’l calls:\r\n\r\nTIGO:    00 414 (then country code and number)\r\n\r\nMovistar:  00 9 (then country code and number)\r\n<h4><b>Theater &amp; Movies</b></h4>\r\n<b>Travel Agencies &amp; Airlines</b>\r\n\r\n<b>Out-of-town</b>\r\n\r\nIf you are planning to travel within El Salvador, it is important to keep in mind that while security has greatly improved throughout much of the country, some journeys by road continue to present a risk! It may be safer to fly, and/or make arrangements with a tour operator.\r\n\r\n<b>Veterinary Clinics</b>\r\n\r\n<b>Welding Shop:</b>\r\n\r\nLocated adjacent to, and affiliated with, <b>Taller Merced</b> (the machine shop), this shop can weld mild steel, stainless, aluminum, and also work with brass or bronze.\r\n\r\n<b>Prestomar:</b> Boatyard next to Barillas\r\n\r\n<b>Woodworking</b>\r\n\r\n<b>Wood Supplies (I saw a small “lumber yard) up the street across from the Dispensa…</b>\r\n<h4 style=\"text-align: left;\" align=\"center\"><b>Barillas Activities</b></h4>\r\n<p style=\"text-align: left;\"><b>Swimming</b>: There are three pools at Barillas Marina Club; the main pool is about 5 ½ feet deep at the far end, there is a shallow Kiddie Pool, and a Jacuzzie-style pool,</p>\r\n<b>Horseback Riding</b>\r\n\r\n<b>Nature Walks</b>\r\n\r\n<b>Monkeys</b>\r\n\r\n<b>Beach Excursions</b>\r\n\r\n<b>Floating Restaurant</b>\r\n\r\n<b>Puerto Parada</b> is an interesting side trip by dinghy from Barillas; it’s a 5-mile, 20-minute trip in a planning dinghy, and should be scheduled around high tide, as the water gets pretty shallow on each side of the Lows; see the map, below\r\n\r\nPuerto Parada is about 5 miles south of Usulutan (the road starts at the intersection near Ferreteria 2M and terminates at Puerto Parada).\r\n\r\nAt the Port, you will find a ramp with 15 or so pangas, which ferry people and material to and from the various islands in Bahia Jiquilisco; in addition to the transportation activity, there is a small tienda, a couple of small restaurants, and some very friendly local folks; some English spoken here. Land your dinghy on the small ramp beyond the nest of moored pangas.\r\n\r\nAs an additional attraction, when returning from the Port, the first large river, on the west side of the main river to Barillas, cuts through the mangroves South of the Marina and comes out on the “shrimp boat side” of the estuary; it is a very scenic ride. This river can be identified by a large fishing shack on the North side of the entrance; the river is wide, deep and winding.\r\n<p style=\"text-align: left;\" align=\"center\"><b>USULUTAN CITY STREET MAP</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Usulutan&amp;sll=13.774528,-89.157399&amp;sspn=0.812274,1.352692&amp;ie=UTF8&amp;hq=&amp;hnear=Usulut%C3%A1n&amp;ll=13.34604,-88.431587&amp;spn=0.02543,0.042272&amp;t=h&amp;z=14\">Ver mapa más grande</a></small>\r\n<p style=\"text-align: left;\" align=\"center\"><b>PUERTO PARADA</b></p>\r\n<iframe src=\"https://maps.google.com.sv/maps?f=q&amp;source=s_q&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps?f=q&amp;source=embed&amp;hl=es-419&amp;geocode=&amp;q=Puerto+Parada,+Usulut%C3%A1n&amp;aq=0&amp;oq=Puerto+PaUsulutan&amp;sll=13.341938,-88.438354&amp;sspn=0.02543,0.042272&amp;t=h&amp;ie=UTF8&amp;hq=Puerto+Parada,&amp;hnear=Usulut%C3%A1n&amp;ll=13.250702,-88.439169&amp;spn=0.209744,0.016681\">Ver mapa más grande</a></small>', 'Steve’s answers to Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '167-revision-v1', '', '', '2013-10-30 21:12:00', '2013-10-30 21:12:00', '', 167, 'http://www.puertobarillas.com/welcome/167-revision-v1/', 0, 'revision', '', 0),
(376, 1, '2013-10-30 21:17:23', '2013-10-30 21:17:23', '', 'image001', '', 'inherit', 'closed', 'open', '', 'image001-3', '', '', '2013-10-30 21:17:23', '2013-10-30 21:17:23', '', 151, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg', 0, 'attachment', 'image/jpeg', 0),
(377, 1, '2013-10-30 21:17:39', '2013-10-30 21:17:39', '<blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\"><img class=\"alignnone size-full wp-image-376\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\" width=\"200\" height=\"85\" /></a></h3>\r\nCentro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-30 21:17:39', '2013-10-30 21:17:39', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2013-10-30 21:39:22', '2013-10-30 21:39:22', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr-2', '', '', '2013-10-30 21:39:22', '2013-10-30 21:39:22', '', 151, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 1, '2013-10-30 21:41:06', '2013-10-30 21:41:06', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr', '', '', '2013-10-30 21:41:06', '2013-10-30 21:41:06', '', 151, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 1, '2013-10-30 21:41:59', '2013-10-30 21:41:59', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr-3', '', '', '2013-10-30 21:41:59', '2013-10-30 21:41:59', '', 151, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 1, '2013-10-30 21:42:31', '2013-10-30 21:42:31', '<blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\"><img class=\"alignnone size-full wp-image-376\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\" width=\"200\" height=\"85\" /></a></h3>\r\nCentro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\"><img class=\"alignnone size-full wp-image-380\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\" width=\"250\" height=\"69\" />\r\n</a>Contacts\r\nwww.greenbluered.com\r\ninfo@greenbluered.com\r\n<h3>About Us...</h3>\r\nWe are a tour operator based in El Salvador, providing incoming tourism services for El Salvador and Central America.\r\nWe operate three different brands.\r\nOur mission evolves around the concept of providing amazing travel experiences while at the same time giving back to local communities.\r\n<h3>Our Mission</h3>\r\nWithin each incoming brand: to improve the quality of life of our Central American communities by providing economic opportunities through tourism, while at the same time providing excellent service and product quality to our travelers.\r\n\r\n<span style=\"text-decoration: underline;\">Why greenbluered?</span>\r\n\r\nIt represents the colors of Central America. The green of our forests: from rainforests to cloud forests to tropical dry forests; the blue of our lakes, rivers and oceans; and the red of our culture: from our Maya History, to our coffee heritage, crafts and traditions and our friendly people.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\"><img class=\"alignnone size-full wp-image-381\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\" width=\"250\" height=\"93\" /></a>\r\n\r\n&nbsp;\r\n\r\nwww.learnandtravel.com\r\ninfo@learnandtravel.com\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3>Authentic, meaningful and colorful travel</h3>\r\n•Single country or multiple destination leisure packages.\r\n•Minimum 3 star hotel properties.\r\n•Private vehicles, drivers and guides.\r\n•Emphasis on hands on activities.\r\n•Emphasis on authentic experiences.\r\n•Emphasis on giving back to the communities we visit.\r\n\r\nThe green, blue and red represent the colors of Central America: forests, beaches, live Maya culture. We offer leisure packages for El Salvador and multi destination packages of 2 or more Central American countries.\r\n\r\nEducational, meaningful and fun group travel\r\n\r\n• Programs around: archaeology, history, Spanish language, art, sports, business, nature, etc.\r\n• Teacher led programs.\r\n• Programs include 1 or 2 days of community service project.\r\n• Single or multiple country programs.\r\n\r\nLearn andTravel is an educational tour operator that specializes in student/youth group travel to El Salvador and Central America.\r\nThe trips are prepared around a specific educational interest of the group.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\"><img class=\"alignnone size-full wp-image-382\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\" width=\"250\" height=\"87\" /></a>\r\n\r\n&nbsp;\r\n\r\nwww.shareandtravel.org\r\ninfo@shareandtravel.org\r\n<h3>Travel and Give Back</h3>\r\n•Volunteer travel programs from 1 week to up to 1 year.\r\n•We offer our own programs through our own non‐profit.\r\n•We also offer programs through other organizations.\r\n•Experience complemented with language schools and travel.\r\n•Lodging at hostel type properties or home stay.\r\n•Educational and conservation activities.\r\n\r\nShare and Travel is a non‐profit tour operator that provides volunteer programs to El Salvador and Central America.\r\nThrough our own non profit organization, we offer programs at rural schools that are located in beautiful places such as in the middle of three volcanoes and on a pristine beach.\r\n\r\n&nbsp;', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-30 21:42:31', '2013-10-30 21:42:31', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(384, 1, '2013-10-30 21:43:59', '2013-10-30 21:43:59', '<blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\"><img class=\"alignnone size-full wp-image-376\" alt=\"image001\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg\" width=\"200\" height=\"85\" /></a></h3>\r\nCentro Comercial Feria Rosa Local B-118\r\n<b>Email: </b><a href=\"mailto:bookings@salvadoreantours.com\" target=\"_blank\">bookings@salvadoreantours.com</a>\r\nor  email: <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a> or ask us Arely Calderon/ Meri for bookings.\r\n<b>Phone: </b><a href=\"tel:%2B503%202243-6113\" target=\"_blank\">+503 2243-6113\r\n</a>Tours (Most Popular)</blockquote>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!</b></h3>\r\nWould you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.\r\n\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>SURF TOURS</strong>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\"><img class=\"alignnone size-full wp-image-380\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg\" width=\"250\" height=\"69\" />\r\n</a>Contacts\r\n<a href=\"www.greenbluered.com\">www.greenbluered.com</a>\r\ninfo@greenbluered.com\r\n<h3>About Us...</h3>\r\nWe are a tour operator based in El Salvador, providing incoming tourism services for El Salvador and Central America.\r\nWe operate three different brands.\r\nOur mission evolves around the concept of providing amazing travel experiences while at the same time giving back to local communities.\r\n<h3>Our Mission</h3>\r\nWithin each incoming brand: to improve the quality of life of our Central American communities by providing economic opportunities through tourism, while at the same time providing excellent service and product quality to our travelers.\r\n\r\n<span style=\"text-decoration: underline;\">Why greenbluered?</span>\r\n\r\nIt represents the colors of Central America. The green of our forests: from rainforests to cloud forests to tropical dry forests; the blue of our lakes, rivers and oceans; and the red of our culture: from our Maya History, to our coffee heritage, crafts and traditions and our friendly people.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\"><img class=\"alignnone size-full wp-image-381\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg\" width=\"250\" height=\"93\" /></a>\r\n\r\n<a href=\"www.learnandtravel.com\">www.learnandtravel.com</a>\r\ninfo@learnandtravel.com\r\n<h3>Authentic, meaningful and colorful travel</h3>\r\n•Single country or multiple destination leisure packages.\r\n•Minimum 3 star hotel properties.\r\n•Private vehicles, drivers and guides.\r\n•Emphasis on hands on activities.\r\n•Emphasis on authentic experiences.\r\n•Emphasis on giving back to the communities we visit.\r\n\r\nThe green, blue and red represent the colors of Central America: forests, beaches, live Maya culture. We offer leisure packages for El Salvador and multi destination packages of 2 or more Central American countries.\r\n\r\nEducational, meaningful and fun group travel\r\n\r\n• Programs around: archaeology, history, Spanish language, art, sports, business, nature, etc.\r\n• Teacher led programs.\r\n• Programs include 1 or 2 days of community service project.\r\n• Single or multiple country programs.\r\n\r\nLearn andTravel is an educational tour operator that specializes in student/youth group travel to El Salvador and Central America.\r\nThe trips are prepared around a specific educational interest of the group.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\"><img class=\"alignnone size-full wp-image-382\" alt=\"about us.cdr\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg\" width=\"250\" height=\"87\" /></a>\r\n\r\n<a href=\"www.shareandtravel.org\">www.shareandtravel.org</a>\r\ninfo@shareandtravel.org\r\n<h3>Travel and Give Back</h3>\r\n•Volunteer travel programs from 1 week to up to 1 year.\r\n•We offer our own programs through our own non‐profit.\r\n•We also offer programs through other organizations.\r\n•Experience complemented with language schools and travel.\r\n•Lodging at hostel type properties or home stay.\r\n•Educational and conservation activities.\r\n\r\nShare and Travel is a non‐profit tour operator that provides volunteer programs to El Salvador and Central America.\r\nThrough our own non profit organization, we offer programs at rural schools that are located in beautiful places such as in the middle of three volcanoes and on a pristine beach.\r\n\r\n&nbsp;', 'Tour Operators', '', 'inherit', 'closed', 'open', '', '151-revision-v1', '', '', '2013-10-30 21:43:59', '2013-10-30 21:43:59', '', 151, 'http://www.puertobarillas.com/welcome/151-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2013-10-30 22:58:26', '2013-10-30 22:58:26', '', 'Booking Hotels', '', 'inherit', 'closed', 'open', '', '306-revision-v1', '', '', '2013-10-30 22:58:26', '2013-10-30 22:58:26', '', 306, 'http://www.puertobarillas.com/welcome/306-revision-v1/', 0, 'revision', '', 0),
(386, 1, '2013-11-01 14:47:43', '2013-11-01 14:47:43', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n<strong>Activities For All Ages at Puerto Barillas</strong>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<a href=\"#top\"><strong> Return Top Page</strong></a>\r\n\r\n&nbsp;', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-11-01 14:47:43', '2013-11-01 14:47:43', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(388, 1, '2013-11-01 14:55:04', '2013-11-01 14:55:04', '', 'under-construction', '', 'inherit', 'closed', 'open', '', 'under-construction', '', '', '2013-11-01 14:55:04', '2013-11-01 14:55:04', '', 22, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg', 0, 'attachment', 'image/jpeg', 0),
(389, 1, '2013-11-01 14:55:14', '2013-11-01 14:55:14', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Blogs', '', 'inherit', 'closed', 'open', '', '22-revision-v1', '', '', '2013-11-01 14:55:14', '2013-11-01 14:55:14', '', 22, 'http://www.puertobarillas.com/welcome/22-revision-v1/', 0, 'revision', '', 0),
(621, 1, '2013-12-07 23:11:50', '2013-12-07 23:11:50', '', 'Blogs', '', 'inherit', 'closed', 'open', '', '22-revision-v1', '', '', '2013-12-07 23:11:50', '2013-12-07 23:11:50', '', 22, 'http://www.puertobarillas.com/welcome/22-revision-v1/', 0, 'revision', '', 0),
(443, 1, '2013-11-24 20:20:07', '2013-11-24 20:20:07', '', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-24 20:20:07', '2013-11-24 20:20:07', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(390, 1, '2013-11-01 14:57:17', '2013-11-01 14:57:17', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-01 14:57:17', '2013-11-01 14:57:17', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(448, 1, '2013-11-25 18:03:19', '2013-11-25 18:03:19', '', 'Booking Hotels', '', 'inherit', 'closed', 'open', '', '306-revision-v1', '', '', '2013-11-25 18:03:19', '2013-11-25 18:03:19', '', 306, 'http://www.puertobarillas.com/welcome/306-revision-v1/', 0, 'revision', '', 0),
(391, 1, '2013-11-01 14:57:56', '2013-11-01 14:57:56', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Booking Hotels', '', 'inherit', 'closed', 'open', '', '306-revision-v1', '', '', '2013-11-01 14:57:56', '2013-11-01 14:57:56', '', 306, 'http://www.puertobarillas.com/welcome/306-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2013-11-01 14:58:26', '2013-11-01 14:58:26', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Community Involvement', '', 'inherit', 'closed', 'open', '', '297-revision-v1', '', '', '2013-11-01 14:58:26', '2013-11-01 14:58:26', '', 297, 'http://www.puertobarillas.com/welcome/297-revision-v1/', 0, 'revision', '', 0),
(393, 1, '2013-11-01 14:59:00', '2013-11-01 14:59:00', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-revision-v1', '', '', '2013-11-01 14:59:00', '2013-11-01 14:59:00', '', 292, 'http://www.puertobarillas.com/welcome/292-revision-v1/', 0, 'revision', '', 0),
(394, 1, '2013-11-01 14:59:26', '2013-11-01 14:59:26', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-01 14:59:26', '2013-11-01 14:59:26', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(395, 1, '2013-11-01 15:00:51', '2013-11-01 15:00:51', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-11-01 15:00:51', '2013-11-01 15:00:51', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(396, 1, '2013-11-01 15:03:06', '2013-11-01 15:03:06', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-11-01 15:03:06', '2013-11-01 15:03:06', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(397, 1, '2013-11-01 15:03:28', '2013-11-01 15:03:28', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'History', '', 'inherit', 'closed', 'open', '', '146-revision-v1', '', '', '2013-11-01 15:03:28', '2013-11-01 15:03:28', '', 146, 'http://www.puertobarillas.com/welcome/146-revision-v1/', 0, 'revision', '', 0),
(398, 1, '2013-11-01 15:07:18', '2013-11-01 15:07:18', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-11-01 15:07:18', '2013-11-01 15:07:18', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(399, 1, '2013-11-01 15:08:47', '2013-11-01 15:08:47', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-11-01 15:08:47', '2013-11-01 15:08:47', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(400, 1, '2013-12-11 23:10:22', '2013-12-11 23:10:22', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\n\n<img class=\"size-full wp-image-579 alignleft\" alt=\"staff8\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg\" width=\"250\" height=\"188\" />If you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\n\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\n\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\n\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\n\nI hope to meet you personally.\n\nRegards,\n<h4>Arely Calderón\n<i>Operations Manager\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" />\n</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-autosave-v1', '', '', '2013-12-11 23:10:22', '2013-12-11 23:10:22', '', 137, 'http://www.puertobarillas.com/welcome/137-autosave-v1/', 0, 'revision', '', 0),
(401, 1, '2013-11-01 15:09:11', '2013-11-01 15:09:11', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Our Staff', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-11-01 15:09:11', '2013-11-01 15:09:11', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(402, 1, '2013-11-01 15:09:38', '2013-11-01 15:09:38', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Philosophy', '', 'inherit', 'closed', 'open', '', '135-revision-v1', '', '', '2013-11-01 15:09:38', '2013-11-01 15:09:38', '', 135, 'http://www.puertobarillas.com/welcome/135-revision-v1/', 0, 'revision', '', 0),
(403, 1, '2013-11-01 15:10:16', '2013-11-01 15:10:16', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Press Release', '', 'inherit', 'closed', 'open', '', '158-revision-v1', '', '', '2013-11-01 15:10:16', '2013-11-01 15:10:16', '', 158, 'http://www.puertobarillas.com/welcome/158-revision-v1/', 0, 'revision', '', 0),
(404, 1, '2013-11-01 15:11:18', '2013-11-01 15:11:18', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Related Media', '', 'inherit', 'closed', 'open', '', '160-revision-v1', '', '', '2013-11-01 15:11:18', '2013-11-01 15:11:18', '', 160, 'http://www.puertobarillas.com/welcome/160-revision-v1/', 0, 'revision', '', 0),
(405, 1, '2013-11-01 15:12:01', '2013-11-01 15:12:01', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Reservations', '', 'inherit', 'closed', 'open', '', '45-revision-v1', '', '', '2013-11-01 15:12:01', '2013-11-01 15:12:01', '', 45, 'http://www.puertobarillas.com/welcome/45-revision-v1/', 0, 'revision', '', 0),
(623, 1, '2013-12-09 00:05:16', '2013-12-09 00:05:16', '[vfb id=4]', 'Reservations', '', 'inherit', 'closed', 'open', '', '45-revision-v1', '', '', '2013-12-09 00:05:16', '2013-12-09 00:05:16', '', 45, 'http://www.puertobarillas.com/welcome/45-revision-v1/', 0, 'revision', '', 0),
(406, 1, '2013-11-01 15:12:59', '2013-11-01 15:12:59', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Restaurant/bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2013-11-01 15:12:59', '2013-11-01 15:12:59', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(407, 1, '2013-11-01 15:14:05', '2013-11-01 15:14:05', '<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a></h2>\r\n<h2>2014 Promotions</h2>\r\n<h3>January</h3>\r\n<h3>February</h3>\r\n<h3>March</h3>\r\n<h3>April</h3>\r\n<h3>May</h3>\r\n<h3>June</h3>\r\n<h3>July</h3>', 'Special Offers', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2013-11-01 15:14:05', '2013-11-01 15:14:05', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(408, 1, '2013-11-01 15:16:01', '2013-11-01 15:16:01', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'The Weather', '', 'inherit', 'closed', 'open', '', '149-revision-v1', '', '', '2013-11-01 15:16:01', '2013-11-01 15:16:01', '', 149, 'http://www.puertobarillas.com/welcome/149-revision-v1/', 0, 'revision', '', 0),
(409, 1, '2013-11-01 15:16:37', '2013-11-01 15:16:37', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Tourism and Travel News', '', 'inherit', 'closed', 'open', '', '295-revision-v1', '', '', '2013-11-01 15:16:37', '2013-11-01 15:16:37', '', 295, 'http://www.puertobarillas.com/welcome/295-revision-v1/', 0, 'revision', '', 0),
(410, 1, '2013-11-01 15:17:12', '2013-11-01 15:17:12', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Travel El Salvador ', '', 'inherit', 'closed', 'open', '', '153-revision-v1', '', '', '2013-11-01 15:17:12', '2013-11-01 15:17:12', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(627, 1, '2013-12-11 21:16:49', '2013-12-11 21:16:49', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"400\" width=\"500\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:16:49', '2013-12-11 21:16:49', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2013-11-01 15:17:46', '2013-11-01 15:17:46', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-11-01 15:17:46', '2013-11-01 15:17:46', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(418, 1, '2013-11-03 03:10:41', '2013-11-03 03:10:41', '[iframe_loader src=\"<a href=\"http://puertobarillas.com/welcome/cc/contacto.php\">puertobarillas.com/welcome/cc/contacto.php</a>\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:10:41', '2013-11-03 03:10:41', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(419, 1, '2013-11-03 03:12:21', '2013-11-03 03:12:21', '[iframe_loader src=\"<a href=\"http://puertobarillas.com/welcome/cc/\">http://puertobarillas.com/welcome/cc/</a>\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:12:21', '2013-11-03 03:12:21', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(421, 1, '2013-11-03 03:17:36', '2013-11-03 03:17:36', '[iframe_loader width=\'100%\' height=\'1000\' src=\"http://puertobarillas.com/welcome/cc/\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:17:36', '2013-11-03 03:17:36', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(416, 1, '2013-11-03 03:05:17', '2013-11-03 03:05:17', '[iframe_loader src=\"www.puertobarillas.com/welcome/cc/contacto.php\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:05:17', '2013-11-03 03:05:17', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(420, 1, '2013-11-03 03:16:22', '2013-11-03 03:16:22', '[iframe_loader src=\"http://puertobarillas.com/welcome/cc/\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:16:22', '2013-11-03 03:16:22', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(417, 1, '2013-11-03 03:10:05', '2013-11-03 03:10:05', '[iframe_loader src=\"<a href=\"http://puertobarillas.com/welcome/cc/contacto.php\">http://puertobarillas.com/welcome/cc/contacto.php</a>\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:10:05', '2013-11-03 03:10:05', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(415, 1, '2013-11-03 02:57:44', '2013-11-03 02:57:44', '<object width=\"600\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"src\" value=\"http://puertobarillas.com/welcome/cc/contacto.php\" /><param name=\"wmode\" value=\"transparent\" /><embed width=\"600\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"http://puertobarillas.com/welcome/cc/contacto.php\" wmode=\"transparent\" />  Error: Embedded data could not be displayed. </object>', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 02:57:44', '2013-11-03 02:57:44', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(412, 1, '2013-11-03 02:37:05', '2013-11-03 02:37:05', '<span style=\"font-family: Verdana, Arial, Helvetica, sans-serif;\"><span style=\"font-family: Arial; font-size: medium;\">Nombre:</span></span>\r\n\r\n<form id=\"contacto.php\" action=\"contacto.php\" method=\"post\" name=\"contacto.php\"><span style=\"font-family: Arial; font-size: medium;\"> <input type=\"text\" name=\"nombre\" size=\"25\" />\r\n\r\nEmail:</span>\r\n<input type=\"text\" name=\"email\" size=\"25\" />\r\n\r\nAddress:\r\n\r\n<input type=\"text\" name=\"address\" size=\"25\" />\r\n\r\nCity:\r\n<input type=\"text\" name=\"city\" size=\"25\" />\r\n\r\nCountry:\r\n<input type=\"text\" name=\"country\" size=\"25\" />\r\n\r\nMessaje:\r\n<span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;\">\r\n<textarea cols=\"25\" name=\"messaje\" rows=\"6\"></textarea>\r\n\r\n\r\n\r\n\r\n</span>\r\n\r\n\r\n\r\n<input type=\"submit\" name=\"submit\" value=\"Send\" />\r\n\r\n</form>&lt;? }else{ //Recibo el mensaje de contacto $cuerpo .= \"Nombre: \" . $_POST[\"nombre\"] . \"\\n\"; $cuerpo .= \"Email: \" . $_POST[\"email\"] . \"\\n\"; $cuerpo .= \"Address: \" . $_POST[\"address\"] . \"\\n\"; $cuerpo .= \"City: \" . $_POST[\"city\"] . \"\\n\"; $cuerpo .= \"Country: \" . $_POST[\"country\"] . \"\\n\"; $cuerpo .= \"Messaje: \" . $_POST[\"messaje\"] . \"\\n\"; //Correo electrónico para recibir el mensaje mail(\"esamuelcoto@gmail.com\",\"Formulario recibido\",$cuerpo); //Mensaje formulario enviado. echo \"Su mensaje ha sido enviado, gracias por contactar con nosotros.\"; } ?&gt;\r\n<!-- Fin del formulario de la página www.web.com -->', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 02:37:05', '2013-11-03 02:37:05', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(414, 1, '2013-11-03 02:41:59', '2013-11-03 02:41:59', '', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 02:41:59', '2013-11-03 02:41:59', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(413, 1, '2013-11-03 02:38:59', '2013-11-03 02:38:59', '<!-- Inicio del formulario de la página www.web.com -->\r\n<!--?php if (!$_POST){  ?-->\r\n\r\n<form id=\"contacto.php\" action=\"contacto.php\" method=\"post\" name=\"contacto.php\"><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif;\">\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">Nombre:</span></span> <span style=\"font-family: Arial; font-size: medium;\">\r\n<input type=\"text\" name=\"nombre\" size=\"25\" />\r\n\r\n\r\nEmail:</span>\r\n<input type=\"text\" name=\"email\" size=\"25\" />\r\n\r\n\r\nAddress:\r\n<input type=\"text\" name=\"address\" size=\"25\" />\r\n\r\n\r\nCity:\r\n<input type=\"text\" name=\"city\" size=\"25\" />\r\n\r\n\r\nCountry:\r\n<input type=\"text\" name=\"country\" size=\"25\" />\r\nMessaje:\r\n<span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;\">\r\n<textarea cols=\"25\" name=\"messaje\" rows=\"6\"></textarea>\r\n\r\n\r\n\r\n\r\n</span>\r\n\r\n\r\n\r\n<input type=\"submit\" name=\"submit\" value=\"Send\" />\r\n\r\n</form>&lt;? }else{ //Recibo el mensaje de contacto $cuerpo .= \"Nombre: \" . $_POST[\"nombre\"] . \"\\n\"; $cuerpo .= \"Email: \" . $_POST[\"email\"] . \"\\n\"; $cuerpo .= \"Address: \" . $_POST[\"address\"] . \"\\n\"; $cuerpo .= \"City: \" . $_POST[\"city\"] . \"\\n\"; $cuerpo .= \"Country: \" . $_POST[\"country\"] . \"\\n\"; $cuerpo .= \"Messaje: \" . $_POST[\"messaje\"] . \"\\n\"; //Correo electrónico para recibir el mensaje mail(\"esamuelcoto@gmail.com\",\"Formulario recibido\",$cuerpo); //Mensaje formulario enviado. echo \"Su mensaje ha sido enviado, gracias por contactar con nosotros.\"; } ?&gt;\r\n<!-- Fin del formulario de la página www.web.com -->', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 02:38:59', '2013-11-03 02:38:59', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(425, 1, '2013-11-04 17:13:36', '2013-11-04 17:13:36', '[contact-form-7 id=\"424\" title=\"Formulario de contacto 1\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-04 17:13:36', '2013-11-04 17:13:36', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(423, 1, '2013-11-03 03:39:33', '2013-11-03 03:39:33', 'e-mail: <a href=\"mailto:info@puertobarillas.com\">info@puertobarillas.com</a>\r\nphone: (503) 2263-3620', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:39:33', '2013-11-03 03:39:33', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(427, 1, '2013-11-04 17:20:56', '2013-11-04 17:20:56', '[contact-form-7 id=\"426\" title=\"pb Contact1\"]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-04 17:20:56', '2013-11-04 17:20:56', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(422, 1, '2013-11-03 03:24:14', '2013-11-03 03:24:14', '&nbsp;\r\n\r\n<form id=\"contacto.php\" action=\"contacto.php\" method=\"post\" name=\"contacto.php\"><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif;\">\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">Name:\r\n\r\n</span></span>\r\n<input type=\"text\" name=\"name\" size=\"25\" />\r\n\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\"> Email:</span>\r\n\r\n<input type=\"text\" name=\"email\" size=\"25\" />\r\n\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">Address:</span>\r\n\r\n<input type=\"text\" name=\"address\" size=\"25\" />\r\n\r\n\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">City:</span>\r\n\r\n<input type=\"text\" name=\"city\" size=\"25\" />\r\n\r\n\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">Country:</span>\r\n\r\n<input type=\"text\" name=\"country\" size=\"25\" />\r\n\r\n\r\n\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">Message:</span>\r\n\r\n<span style=\"font-family: Arial; font-size: medium;\">\r\n<textarea cols=\"35\" name=\"message\" rows=\"6\"></textarea>\r\n</span>\r\n\r\n\r\n\r\n<input type=\"submit\" name=\"submit\" value=\"Send\" />\r\n\r\n</form>&lt;? }else{ //Recibo el mensaje de contacto $cuerpo .= \"Name: \" . $_POST[\"name\"] . \"\\n\"; $cuerpo .= \"Email: \" . $_POST[\"email\"] . \"\\n\"; $cuerpo .= \"Address: \" . $_POST[\"address\"] . \"\\n\"; $cuerpo .= \"City: \" . $_POST[\"city\"] . \"\\n\"; $cuerpo .= \"Country: \" . $_POST[\"country\"] . \"\\n\"; $cuerpo .= \"message: \" . $_POST[\"message\"] . \"\\n\"; //Correo electrónico para recibir el mensaje mail(\"esamuelcoto@gmail.com\",\"Formulario recibido\",$cuerpo); //Mensaje formulario enviado. echo \"Su mensaje ha sido enviado, gracias por contactar con nosotros.\"; } ?&gt;', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2013-11-03 03:24:14', '2013-11-03 03:24:14', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(435, 1, '2013-11-24 17:23:12', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2013-11-24 17:23:12', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ==', 0, 'http://www.puertobarillas.com/welcome/?p=435', 0, 'displayed_gallery', '', 0),
(436, 1, '2013-11-24 17:23:12', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2013-11-24 17:23:12', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6IjUwMCIsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6IiIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdfQ==', 0, 'http://www.puertobarillas.com/welcome/?p=436', 0, 'displayed_gallery', '', 0),
(437, 1, '2013-12-07 15:39:46', '2013-12-07 15:39:46', '<h3>I. Background/ History</h3>\nHacienda La Carrera in the 60s-70s was on the top list of productive farms in Latin America, before the land reform in the late 70’s.  It was an icon for the agriculture and progress in El Salvador.  Therefore, because of this hacienda the area had a high employment rate.\n\nThe top resources before the land reform in the 70’s\n<ul>\n	<li>Cotton</li>\n	<li>Cattle</li>\n	<li>Green Plantains and bananas</li>\n	<li>Cacao ( highest quality/top market price- remember the chocolate you tried at the travel market and its aroma- simply delicious)</li>\n	<li> Coconut oil</li>\n	<li>Much more natural products (fruits and vegetables)</li>\n</ul>\nOur entrance to Puerto Barillas is in the midst of this beautiful farm (sugar cane, cacao, tropical vegetation and splendorous volcanoes) are just a few of the sightseeing items in the area\n\nPuerto Barillas, located in the Canal Barillas, opened its doors in year 2000 with a dream in mind: transforming the memory of the history of Salvadoran agriculture from an Hacienda  (La Carrera) to an attractive, enchanted tourist destination,  with its abundance and fertile nature (flora and fauna), its glamorous-picture perfect sceneries, its diverse and exciting activities and much more… and by this means, sharing the beauty with its visitors.\n\nToday, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna', 'History', '', 'inherit', 'closed', 'open', '', '146-autosave-v1', '', '', '2013-12-07 15:39:46', '2013-12-07 15:39:46', '', 146, 'http://www.puertobarillas.com/welcome/146-autosave-v1/', 0, 'revision', '', 0),
(439, 1, '2013-11-24 17:24:45', '2013-11-24 17:24:45', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'History', '', 'inherit', 'closed', 'open', '', '146-revision-v1', '', '', '2013-11-24 17:24:45', '2013-11-24 17:24:45', '', 146, 'http://www.puertobarillas.com/welcome/146-revision-v1/', 0, 'revision', '', 0),
(438, 1, '2013-11-24 17:23:26', '2013-11-24 17:23:26', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--435\" />', 'History', '', 'inherit', 'closed', 'open', '', '146-revision-v1', '', '', '2013-11-24 17:23:26', '2013-11-24 17:23:26', '', 146, 'http://www.puertobarillas.com/welcome/146-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2013-11-24 19:33:50', '2013-11-24 19:33:50', '', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-autosave-v1', '', '', '2013-11-24 19:33:50', '2013-11-24 19:33:50', '', 342, 'http://www.puertobarillas.com/welcome/342-autosave-v1/', 0, 'revision', '', 0),
(444, 1, '2013-11-24 20:21:10', '2013-11-24 20:21:10', '<a href=\"http://www.jdoqocy.com/click-7304173-10888022\" target=\"_top\">Avianca.com</a> at the best fares<img alt=\"\" src=\"http://www.awltovhc.com/image-7304173-10888022\" width=\"1\" height=\"1\" border=\"0\" />', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-24 20:21:10', '2013-11-24 20:21:10', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(446, 1, '2013-11-24 20:40:14', '2013-11-24 20:40:14', '<a href=\"http://www.tkqlhce.com/click-7304173-10872028\" target=\"_top\">\r\n<img src=\"http://www.tqlkg.com/image-7304173-10872028\" width=\"120\" height=\"90\" alt=\"\" border=\"0\"/></a>', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-24 20:40:14', '2013-11-24 20:40:14', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(445, 1, '2013-11-24 20:34:25', '2013-11-24 20:34:25', 'Book your flight at <a href=\"http://www.anrdoezrs.net/click-7304173-10888022\" target=\"_top\">Avianca.com</a> at the best fares<img alt=\"\" src=\"http://www.awltovhc.com/image-7304173-10888022\" width=\"1\" height=\"1\" border=\"0\" />', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-24 20:34:25', '2013-11-24 20:34:25', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2013-11-24 20:43:52', '2013-11-24 20:43:52', '<a href=\"http://www.tkqlhce.com/click-7304173-10872028\" target=\"_top\">\r\n<img alt=\"\" src=\"http://www.tqlkg.com/image-7304173-10872028\" width=\"120\" height=\"90\" border=\"0\" /></a>', 'Book a Flight', '', 'inherit', 'closed', 'open', '', '342-revision-v1', '', '', '2013-11-24 20:43:52', '2013-11-24 20:43:52', '', 342, 'http://www.puertobarillas.com/welcome/342-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2014-01-06 02:37:43', '2014-01-06 02:37:43', '', 'Blog', '', 'inherit', 'closed', 'open', '', '22-revision-v1', '', '', '2014-01-06 02:37:43', '2014-01-06 02:37:43', '', 22, 'http://www.puertobarillas.com/welcome/22-revision-v1/', 0, 'revision', '', 0),
(863, 1, '2014-01-06 02:58:39', '0000-00-00 00:00:00', 'eyJJRCI6ODYzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-01-06 02:58:39', '2014-01-06 02:58:39', 'eyJJRCI6ODYzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=863', 0, 'ngg_pictures', '', 0),
(878, 1, '2014-01-06 03:16:20', '2014-01-06 03:16:20', '', 'apartment9', '', 'inherit', 'closed', 'open', '', 'apartment9-2', '', '', '2014-01-06 03:16:20', '2014-01-06 03:16:20', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment9.jpg', 0, 'attachment', 'image/jpeg', 0),
(879, 1, '2014-01-06 03:16:23', '2014-01-06 03:16:23', '', 'Apartment10', '', 'inherit', 'closed', 'open', '', 'apartment10', '', '', '2014-01-06 03:16:23', '2014-01-06 03:16:23', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment10.jpg', 0, 'attachment', 'image/jpeg', 0),
(880, 1, '2014-01-06 03:16:23', '2014-01-06 03:16:23', '', 'apartment10', '', 'inherit', 'closed', 'open', '', 'apartment10-2', '', '', '2014-01-06 03:16:23', '2014-01-06 03:16:23', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment10.jpg', 0, 'attachment', 'image/jpeg', 0),
(881, 1, '2014-01-06 03:16:25', '2014-01-06 03:16:25', '', 'apartment11', '', 'inherit', 'closed', 'open', '', 'apartment11', '', '', '2014-01-06 03:16:25', '2014-01-06 03:16:25', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment11.jpg', 0, 'attachment', 'image/jpeg', 0),
(882, 1, '2014-01-06 03:16:25', '2014-01-06 03:16:25', '', 'apartment11', '', 'inherit', 'closed', 'open', '', 'apartment11-2', '', '', '2014-01-06 03:16:25', '2014-01-06 03:16:25', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment11.jpg', 0, 'attachment', 'image/jpeg', 0),
(883, 1, '2014-01-06 03:16:27', '2014-01-06 03:16:27', '', 'apartment12', '', 'inherit', 'closed', 'open', '', 'apartment12', '', '', '2014-01-06 03:16:27', '2014-01-06 03:16:27', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment12.jpg', 0, 'attachment', 'image/jpeg', 0),
(884, 1, '2014-01-06 03:16:27', '2014-01-06 03:16:27', '', 'apartment12', '', 'inherit', 'closed', 'open', '', 'apartment12-2', '', '', '2014-01-06 03:16:27', '2014-01-06 03:16:27', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment12.jpg', 0, 'attachment', 'image/jpeg', 0),
(888, 1, '2014-01-06 22:42:30', '2014-01-06 22:42:30', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>\r\n\r\n<span style=\"color: #ffffff;\">Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.</span>\r\n\r\n<span style=\"color: #ffffff;\">All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.</span>\r\n<span style=\"color: #ffffff;\">See our Accomodation Gallery for more pictures.</span>\r\n\r\n<span style=\"color: #ffffff;\">Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.</span>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:42:30', '2014-01-06 22:42:30', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(460, 1, '2013-11-25 21:45:21', '2013-11-25 21:45:21', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type (love adventure travel and love nature) , paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nWe offer kayak rental or we can also offer tours with a guide.  Our suggestion is you take the guided tour as you will be able to experience paradise within the mangroves.\r\n\r\nAlso, if you like fishing , try fishing while Kayaking\r\n\r\nWe offer prices with your lodging;\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak\r\n\r\nWe also offer rates for those who want to visit us as a day visit.\r\n\r\nThere is a very popular package sold which our customer enjoy and it includes:\r\n\r\nKayak tour of the bay - you can paddle for 30 minutes or you can go for the 2-hour tour.\r\n\r\nIt also includes lunch- either you can go for the budget package and request a panini or hamburger or you can choose for the full lunch which includes entree, dessert, soda or national beer and coffee</blockquote>\r\n&nbsp;', 'Kayaking in Jiquilisco Bay', '', 'publish', 'open', 'open', '', 'kayaking-el-salvador', '', '', '2016-07-29 03:05:50', '2016-07-29 03:05:50', '', 0, 'http://www.puertobarillas.com/welcome/?p=460', 0, 'post', '', 0),
(4775, 1, '2016-07-29 01:59:02', '2016-07-29 01:59:02', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type, paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nAlso, if you like fishing , try fishing while kayaking.\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak</blockquote>', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2016-07-29 01:59:02', '2016-07-29 01:59:02', '', 460, 'http://www.puertobarillas.com/welcome/460-revision-v1/', 0, 'revision', '', 0),
(461, 1, '2013-11-25 21:45:21', '2013-11-25 21:45:21', 'Con 365 días de los días soleados y el calentamiento, se preparan para un kayak y agarrar los remos y un chaleco salvavidas para explorar los canales de la Bahía de Jiquilisco. Reme acabar con toda la familia. Si usted es un tipo aventurero, remar a su propio ritmo a través de los laberínticos túneles de manglares y experimentar la belleza de los paisajes.\r\n\r\n¿Qué mejor manera de conseguir una mirada de primera mano de nuestros fabulosos fantásticamente paisajes, la flora, la fauna: volcanes, caimanes, aves exóticas, los manglares y si tienes suerte, puede llegar a ver una tortuga carey.\r\n\r\nTambién, si te gusta la pesca, practicar la pesca, mientras que el kayak.\r\n\r\nprecios:\r\n<blockquote>Alquiler de kayak de dos horas (para obtener experiencia para arriba-cerca y personal con este tesoro nacional):\r\n$ 10.00 por una sola Kayak\r\n$ 18.00 para el kayak doble (2 personas)\r\n\r\nCinco horas\r\n$ 15.00 por una sola Kayak\r\n$ 25.00 por doble Kayak</blockquote>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\"><img class=\"alignnone size-full wp-image-133\" alt=\"Kayaking in the Bay\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\" width=\"418\" height=\"418\" /></a>', 'Kayak en Bahía de Jiquilisco', '', 'inherit', 'closed', 'open', '', '460-revision-v1', '', '', '2013-11-25 21:45:21', '2013-11-25 21:45:21', '', 460, 'http://www.puertobarillas.com/welcome/460-revision-v1/', 0, 'revision', '', 0),
(462, 1, '2013-11-25 21:46:43', '2013-11-25 21:46:43', 'This is a highly reccomended tour with different options:\r\n\r\na) Leaving from Puerto Barillas to an island (approximately 30 minutes boat ride).  On your way to the island, the scenic views are wonderful, volcanoes, birds depending on the weather and the time, green mangroves and nice canals.  The stop on the island is for 1.5 hours were you can have a rest and swim in the peaceful waters of the bay.  The pilot will try to find you a nice spot for a good time.  Tour duration: 2.5 hours\r\n\r\nb) Leaving Puerto Barillas and going through different canals.  The boat will stop at a little house were they sell mollusk so if you are an oyster lover, these are the best \"oysters\" (casco de burro) in El Salvador.  They run between $7.00-$20.00 the lb.   Tour duration: 2.5-3 hours\r\n\r\nc) Our favorite is the sunset boat ride, always stopping at one or two islands and definitely seeing the most beautiful time of the day in the bay, the sunset time.  (Highly reccomended in Summer time)  Tour duration: 3 hours\r\n\r\nd) There is also a tour where you can go to an island and then stop to eat prior or after the island into a little restaurant in a local fishermen community.  Tour Duration: 3.5 hours.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" alt=\"\" /><img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--4771\" data-mce-placeholder=\"1\" />', 'Bahia de Jiquilisco Boat Tour', '', 'publish', 'open', 'open', '', 'visita-al-santuario-del-mono', '', '', '2016-07-25 03:55:42', '2016-07-25 03:55:42', '', 0, 'http://www.puertobarillas.com/welcome/?p=462', 0, 'post', '', 0),
(463, 1, '2013-11-25 21:46:43', '2013-11-25 21:46:43', 'Hacienda La Carrera, en los años 60 de los 70 incluía una protegida, parque zoológico con conciencia ambiental. Después de la reforma agraria que tuvo lugar a finales de 1979 muchos animales inocentes fueron asesinados o vendidos. Sin embargo, había una comunidad de monos araña astutos que lograron sobrevivir a lo largo de los años. Hoy en día, gran parte de la propiedad en la Hacienda La Carrera ha sido recomprado por el uso agrícola. No obstante, la compañía se ha ido a la compra de un gran esfuerzo para la compra de \"zonas verdes\" con un fuerte compromiso de preservar y proteger la flora y fauna. Como resultado, la fauna nativa de la zona ha hecho una impresionante remontada. La población de monos también está prosperando, después de haber llegado a cerca de 30. Los monos araña son muy curiosos y aficionados a los turistas. Ellos estarán encantados de aceptar los plátanos de los visitantes y para hacer una experiencia maravillosa. Si tiene suerte, usted será conducido por Pancho y María, los líderes de la comunidad de mono (o los monos más populares).\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" />', 'Visita al Santuario del mono', '', 'inherit', 'closed', 'open', '', '462-revision-v1', '', '', '2013-11-25 21:46:43', '2013-11-25 21:46:43', '', 462, 'http://www.puertobarillas.com/welcome/462-revision-v1/', 0, 'revision', '', 0),
(4837, 1, '2016-10-09 02:42:18', '2016-10-09 02:42:18', '', 'pb4', '', 'inherit', 'closed', 'closed', '', 'pb4', '', '', '2016-10-09 02:42:18', '2016-10-09 02:42:18', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/10/PB4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4838, 1, '2016-10-09 02:42:30', '2016-10-09 02:42:30', '', 'pb2', '', 'inherit', 'closed', 'closed', '', 'pb2', '', '', '2016-10-09 02:42:30', '2016-10-09 02:42:30', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/10/PB2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4839, 1, '2016-10-09 02:42:33', '2016-10-09 02:42:33', '', 'pb3', '', 'inherit', 'closed', 'closed', '', 'pb3-2', '', '', '2016-10-09 02:42:33', '2016-10-09 02:42:33', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/10/PB3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4840, 1, '2016-10-09 02:42:36', '2016-10-09 02:42:36', '', 'pb5', '', 'inherit', 'closed', 'closed', '', 'pb5', '', '', '2016-10-09 02:42:36', '2016-10-09 02:42:36', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/10/PB5.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2013-11-25 22:00:57', '2013-11-25 22:00:57', '', 'English', '', 'publish', 'closed', 'closed', '', 'english', '', '', '2013-11-25 22:00:57', '2013-11-25 22:00:57', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=467', 0, 'page', '', 0),
(468, 1, '2013-11-25 22:00:57', '2013-11-25 22:00:57', '', 'English', '', 'inherit', 'closed', 'open', '', '467-revision-v1', '', '', '2013-11-25 22:00:57', '2013-11-25 22:00:57', '', 467, 'http://www.puertobarillas.com/welcome/467-revision-v1/', 0, 'revision', '', 0),
(512, 1, '2013-11-30 18:35:01', '2013-11-30 18:35:01', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurante/Bar', '', 'publish', 'closed', 'closed', '', 'restaurantebar', '', '', '2015-07-25 22:17:34', '2015-07-25 22:17:34', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=512', 0, 'page', '', 0),
(513, 1, '2013-11-30 18:35:01', '2013-11-30 18:35:01', '', 'Restaurante/Bar', '', 'inherit', 'closed', 'open', '', '512-revision-v1', '', '', '2013-11-30 18:35:01', '2013-11-30 18:35:01', '', 512, 'http://www.puertobarillas.com/welcome/512-revision-v1/', 0, 'revision', '', 0),
(514, 1, '2013-11-30 18:35:11', '2013-11-30 18:35:11', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Restaurante/Bar', '', 'inherit', 'closed', 'open', '', '512-revision-v1', '', '', '2013-11-30 18:35:11', '2013-11-30 18:35:11', '', 512, 'http://www.puertobarillas.com/welcome/512-revision-v1/', 0, 'revision', '', 0),
(526, 1, '2013-11-30 18:40:56', '2013-11-30 18:40:56', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>See: <a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\r\n\r\n&nbsp;', 'Tours y Viajes', '', 'publish', 'open', 'open', '', 'tours-y-viajes', '', '', '2013-11-30 18:40:56', '2013-11-30 18:40:56', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=526', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(527, 1, '2013-11-30 18:40:56', '2013-11-30 18:40:56', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>See: <a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\r\n\r\n&nbsp;', 'Tours y Viajes', '', 'inherit', 'closed', 'open', '', '526-revision-v1', '', '', '2013-11-30 18:40:56', '2013-11-30 18:40:56', '', 526, 'http://www.puertobarillas.com/welcome/526-revision-v1/', 0, 'revision', '', 0),
(532, 1, '2013-11-30 18:42:46', '2013-11-30 18:42:46', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1200\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'publish', 'closed', 'closed', '', 'tripadvisor-2', '', '', '2013-12-11 21:43:40', '2013-12-11 21:43:40', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=532', 0, 'page', '', 0),
(638, 1, '2013-12-11 21:43:40', '2013-12-11 21:43:40', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1200\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '532-revision-v1', '', '', '2013-12-11 21:43:40', '2013-12-11 21:43:40', '', 532, 'http://www.puertobarillas.com/welcome/532-revision-v1/', 0, 'revision', '', 0),
(533, 1, '2013-11-30 18:42:46', '2013-11-30 18:42:46', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '532-revision-v1', '', '', '2013-11-30 18:42:46', '2013-11-30 18:42:46', '', 532, 'http://www.puertobarillas.com/welcome/532-revision-v1/', 0, 'revision', '', 0),
(1302, 1, '2016-05-01 16:38:40', '2016-05-01 16:38:40', '', 'FQS - Frequently Asked questions. ', '', 'inherit', 'closed', 'open', '', '1301-revision-v1', '', '', '2016-05-01 16:38:40', '2016-05-01 16:38:40', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(1301, 1, '2016-05-01 16:38:40', '2016-05-01 16:38:40', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)\r\n\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include a maximum occupancy of 6 people.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the illness (with a detailed explanation of why could not travel.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"> In These cases there  is a penalty fee, service charge fee (administrative fee) depending on the reservation made (within 3-5 days prior to arrival)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 48 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Cancellations:</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>As we are in rural area, for our property it is very difficult to sell again a no-show or last minute cancellations.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"twelve columns\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'publish', 'closed', 'open', '', 'fqs-frequently-asked-questions', '', '', '2019-03-21 21:15:22', '2019-03-21 21:15:22', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=1301', 0, 'page', '', 0),
(1304, 1, '2016-05-01 16:40:19', '2016-05-01 16:40:19', '', 'FQS - Frequently Asked questions. (ES)', '', 'inherit', 'closed', 'open', '', '1301-revision-v1', '', '', '2016-05-01 16:40:19', '2016-05-01 16:40:19', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(565, 1, '2013-12-07 15:26:39', '2013-12-07 15:26:39', '<iframe src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> en un mapa ampliado</small>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 15:26:39', '2013-12-07 15:26:39', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(566, 1, '2013-12-07 20:14:31', '2013-12-07 20:14:31', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n\n<small>Full Map:  <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> </small>\n\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\n\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\n\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\n\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\n\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\n\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.\n\n&nbsp;', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-autosave-v1', '', '', '2013-12-07 20:14:31', '2013-12-07 20:14:31', '', 43, 'http://www.puertobarillas.com/welcome/43-autosave-v1/', 0, 'revision', '', 0),
(567, 1, '2013-12-07 15:29:59', '2013-12-07 15:29:59', '<iframe src=\"http://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=m&amp;vpsrc=6&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;z=16&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=m&amp;vpsrc=6&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;z=16&amp;source=embed\">Puerto Barillas</a> en un mapa más grande</small>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 15:29:59', '2013-12-07 15:29:59', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(569, 1, '2013-12-07 15:31:59', '2013-12-07 15:31:59', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> en un mapa ampliado</small>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 15:31:59', '2013-12-07 15:31:59', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(568, 1, '2013-12-07 15:31:16', '2013-12-07 15:31:16', '<iframe src=\"http://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=m&amp;vpsrc=6&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;z=16&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=m&amp;vpsrc=6&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;z=16&amp;source=embed\">Puerto Barillas</a> en un mapa más grande</small>\r\n\r\n<iframe src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> en un mapa ampliado</small>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 15:31:16', '2013-12-07 15:31:16', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(570, 1, '2013-12-07 15:33:45', '2013-12-07 15:33:45', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Ver <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> en un mapa ampliado</small>\r\n\r\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\r\n\r\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\r\n\r\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\r\n\r\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 15:33:45', '2013-12-07 15:33:45', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(584, 1, '2013-12-07 16:01:03', '2013-12-07 16:01:03', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Full Map:  <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> </small>\r\n\r\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\r\n\r\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\r\n\r\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\r\n\r\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 16:01:03', '2013-12-07 16:01:03', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(572, 1, '2013-12-07 15:40:44', '2013-12-07 15:40:44', '<h3>I. Background/ History</h3>\r\nHacienda La Carrera in the 60s-70s was on the top list of productive farms in Latin America, before the land reform in the late 70’s.  It was an icon for the agriculture and progress in El Salvador.  Therefore, because of this hacienda the area had a high employment rate.\r\n\r\nThe top resources before the land reform in the 70’s\r\n<ul>\r\n	<li>Cotton</li>\r\n	<li>Cattle</li>\r\n	<li>Green Plantains and bananas</li>\r\n	<li>Cacao ( highest quality/top market price- remember the chocolate you tried at the travel market and its aroma- simply delicious)</li>\r\n	<li> Coconut oil</li>\r\n	<li>Much more natural products (fruits and vegetables)</li>\r\n</ul>\r\nOur entrance to Puerto Barillas is in the midst of this beautiful farm (sugar cane, cacao, tropical vegetation and splendorous volcanoes) are just a few of the sightseeing items in the area\r\n\r\nPuerto Barillas, located in the Canal Barillas, opened its doors in year 2000 with a dream in mind: transforming the memory of the history of Salvadoran agriculture from an Hacienda  (La Carrera) to an attractive, enchanted tourist destination,  with its abundance and fertile nature (flora and fauna), its glamorous-picture perfect sceneries, its diverse and exciting activities and much more… and by this means, sharing the beauty with its visitors.\r\n\r\nToday, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna\r\n\r\n<b>History of Jiquilisco Bay  </b>\r\n\r\n<b>Pre-Columbian era</b>\r\n\r\nOn the south coast of Usulutan, the Pacific Ocean forms a picturesque sea entrance, formerly Xiriualtique, later called the Holy Spirit and now Jiquilisco. Xiriualtique which in Poton language means \"place in the bay of the stars.\" It comes from Xiria, star, ual, water, river, bay, and ticket, closed, suffix of place.\r\n\r\nIn the language Poton spoken by the Lencas tribes Xiquilisco means \"men of xiquilite\", coming from the roots xiquilite, indigo, jiquilite (plant from which the ink is extracted annually or indigo ink) and ixco, man. In other words, Jiquilisco becomes the \"people of the men who cultivate indigo, indigo and benefit.\"\r\n\r\n<b>1500</b>\r\n\r\nJiquilisco Bay was discovered in 1522 by Andrés Niño, Chief Pilot of the expedition of Gil Gonzalez Davila, who sailed from Pearl Islands, Gulf of Panama to the Gulf of Tehuantepec, in Mexico, seeking an inter-oceanic route.', 'History', '', 'inherit', 'closed', 'open', '', '146-revision-v1', '', '', '2013-12-07 15:40:44', '2013-12-07 15:40:44', '', 146, 'http://www.puertobarillas.com/welcome/146-revision-v1/', 0, 'revision', '', 0),
(573, 1, '2013-12-07 15:41:23', '2013-12-07 15:41:23', '<h3>I. Background/ History</h3>\r\nHacienda La Carrera in the 60s-70s was on the top list of productive farms in Latin America, before the land reform in the late 70’s.  It was an icon for the agriculture and progress in El Salvador.  Therefore, because of this hacienda the area had a high employment rate.\r\n\r\nThe top resources before the land reform in the 70’s\r\n<ul>\r\n	<li>Cotton</li>\r\n	<li>Cattle</li>\r\n	<li>Green Plantains and bananas</li>\r\n	<li>Cacao ( highest quality/top market price- remember the chocolate you tried at the travel market and its aroma- simply delicious)</li>\r\n	<li> Coconut oil</li>\r\n	<li>Much more natural products (fruits and vegetables)</li>\r\n</ul>\r\nOur entrance to Puerto Barillas is in the midst of this beautiful farm (sugar cane, cacao, tropical vegetation and splendorous volcanoes) are just a few of the sightseeing items in the area\r\n\r\nPuerto Barillas, located in the Canal Barillas, opened its doors in year 2000 with a dream in mind: transforming the memory of the history of Salvadoran agriculture from an Hacienda  (La Carrera) to an attractive, enchanted tourist destination,  with its abundance and fertile nature (flora and fauna), its glamorous-picture perfect sceneries, its diverse and exciting activities and much more… and by this means, sharing the beauty with its visitors.\r\n\r\nToday, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna\r\n<h3><b>History of Jiquilisco Bay  </b></h3>\r\n<b>Pre-Columbian era</b>\r\n\r\nOn the south coast of Usulutan, the Pacific Ocean forms a picturesque sea entrance, formerly Xiriualtique, later called the Holy Spirit and now Jiquilisco. Xiriualtique which in Poton language means \"place in the bay of the stars.\" It comes from Xiria, star, ual, water, river, bay, and ticket, closed, suffix of place.\r\n\r\nIn the language Poton spoken by the Lencas tribes Xiquilisco means \"men of xiquilite\", coming from the roots xiquilite, indigo, jiquilite (plant from which the ink is extracted annually or indigo ink) and ixco, man. In other words, Jiquilisco becomes the \"people of the men who cultivate indigo, indigo and benefit.\"\r\n\r\n<b>1500</b>\r\n\r\nJiquilisco Bay was discovered in 1522 by Andrés Niño, Chief Pilot of the expedition of Gil Gonzalez Davila, who sailed from Pearl Islands, Gulf of Panama to the Gulf of Tehuantepec, in Mexico, seeking an inter-oceanic route.', 'History', '', 'inherit', 'closed', 'open', '', '146-revision-v1', '', '', '2013-12-07 15:41:23', '2013-12-07 15:41:23', '', 146, 'http://www.puertobarillas.com/welcome/146-revision-v1/', 0, 'revision', '', 0),
(576, 1, '2013-12-07 15:48:35', '2013-12-07 15:48:35', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\nIf you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-12-07 15:48:35', '2013-12-07 15:48:35', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(577, 1, '2013-12-07 15:49:18', '2013-12-07 15:49:18', '', 'staff6', '', 'inherit', 'closed', 'open', '', 'staff6', '', '', '2013-12-07 15:49:18', '2013-12-07 15:49:18', '', 137, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff6.jpg', 0, 'attachment', 'image/jpeg', 0),
(580, 1, '2013-12-07 15:51:14', '2013-12-07 15:51:14', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\n<img class=\"size-full wp-image-579 alignleft\" alt=\"staff8\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg\" width=\"250\" height=\"188\" />If you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-12-07 15:51:14', '2013-12-07 15:51:14', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(578, 1, '2013-12-07 15:50:26', '2013-12-07 15:50:26', '', 'cocina', '', 'inherit', 'closed', 'open', '', 'cocina', '', '', '2013-12-07 15:50:26', '2013-12-07 15:50:26', '', 137, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/cocina.jpg', 0, 'attachment', 'image/jpeg', 0),
(579, 1, '2013-12-07 15:50:36', '2013-12-07 15:50:36', '', 'staff8', '', 'inherit', 'closed', 'open', '', 'staff8', '', '', '2013-12-07 15:50:36', '2013-12-07 15:50:36', '', 137, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 1, '2013-12-07 15:57:58', '2013-12-07 15:57:58', '', 'mapa', '', 'inherit', 'closed', 'open', '', 'mapa', '', '', '2013-12-07 15:57:58', '2013-12-07 15:57:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/mapa.jpg', 0, 'attachment', 'image/jpeg', 0),
(997, 1, '2014-03-08 16:04:36', '2014-03-08 16:04:36', '<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-03-08 16:04:36', '2014-03-08 16:04:36', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(596, 1, '2013-12-07 20:14:04', '2013-12-07 20:14:04', '', 'mapaPB', '', 'inherit', 'closed', 'open', '', 'mapapb', '', '', '2013-12-07 20:14:04', '2013-12-07 20:14:04', '', 43, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2013-12-07 20:14:55', '2013-12-07 20:14:55', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Full Map:  <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> </small>\r\n\r\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\r\n\r\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\r\n\r\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\r\n\r\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg\"><img class=\"alignnone  wp-image-596\" alt=\"mapaPB\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB-1024x665.jpg\" width=\"564\" height=\"366\" /></a>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 20:14:55', '2013-12-07 20:14:55', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0),
(595, 1, '2013-12-07 20:10:09', '2013-12-07 20:10:09', '<iframe style=\"line-height: 1.5em;\" src=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small>Full Map:  <a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com.sv/maps/ms?msid=212037305017281341740.0004b3c9bb738214feace&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;source=embed&amp;ll=13.264236,-88.49232&amp;spn=0.00731,0.00912\">Puerto Barillas</a> </small>\r\n\r\nWe are located in the Canal Barillas Jiquilisco Bay. If traveling by land, crossing at Km 108.5 Carretera Litoral CA2 road to the Hacienda La Carrera (exactly at the entrance is placed a tractor tire painted in various colors) refer to Barillas signaling or the laying of telephone cable from the coast to the Highway facilities in Puerto Barillas.\r\n\r\nIf traveling by sea, please call VHF channel 16 one hour before reaching the meeting point, and we will gladly send you a panga to guide you to the marina. Meeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nMeeting Point: 13 º 07,018 \'N 88 ° 25,165\' W 35\'de water, Volcan San Miguel 025M, 060M Blue Hill.\r\n\r\nIf traveling by air, we have international landing runway 1,700 meters long and 50 meters wide with radio control station.\r\n\r\nCoordinates: N 942 13.15 088 29 577W Orientation: 08_26\r\n\r\nFrom San Salvador arriving by car approximately 1.5 to 2 hours.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg\"><img class=\"alignnone  wp-image-594\" alt=\"mapaPB\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg\" width=\"575\" height=\"374\" /></a>', 'Getting There', '', 'inherit', 'closed', 'open', '', '43-revision-v1', '', '', '2013-12-07 20:10:09', '2013-12-07 20:10:09', '', 43, 'http://www.puertobarillas.com/welcome/43-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(599, 1, '2013-12-07 21:24:39', '2013-12-07 21:24:39', '<a id=\"top\" name=\"top\"></a>\r\n<ul>\r\n	<li><a href=\"#boattours\">Boat Tours</a></li>\r\n	<li><a href=\"#monkeys\">Visit our Monkey Sanctuary</a></li>\r\n	<li><a href=\"#kayak\">Kayak Rental</a></li>\r\n	<li><a href=\"#fishing\">Sport Fishing</a></li>\r\n	<li><a href=\"#air\">Air Tours</a></li>\r\n	<li><a href=\"#haw\">Hawksbill Turtle Tour</a></li>\r\n</ul>\r\nPuerto Barillas offers many unique recreational choices and a host of guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides unforgettable choices of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\"><img class=\"alignnone size-full wp-image-359\" alt=\"tour4\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour4.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours</span></strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).</span>\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Additional Hour at the destination: $56.00</span>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</span></strong><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Members receive 20% discount on boat tours.</span></strong>\r\n\r\nFOR GROUP RESERVATIONS, PlEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3><span lang=\"EN-US\" xml:lang=\"EN-US\">About Isla Pajarito</span></h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Isla Pajarito:</span></strong></span></h3>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island, when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\"><img class=\"alignnone size-full wp-image-356\" alt=\"tour1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour1.jpg\" width=\"376\" height=\"473\" /></a></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. </span>This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  (3 hours maximum)  :$150.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (4 hours máximum: $150.00</li>\r\n	<li>*Prices subject to change/  Additional hour: $56.00</li>\r\n</ul>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Punta San Juan, Corral de Mulas</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto El Triunfo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"tour2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/tour2.jpg\" width=\"376\" height=\"473\" /></a></h3>\r\n<h3><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Pontoon Tours (or Rides)\r\n</span></strong><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Espiritu Santo</span></strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change/additional hour for pack: $62 per pontoon (not saliling)\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Members: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">Free</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Puerto Barillas suggest the customers to bring bananas in order to optimize this experience</span>\r\n\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">• </span><span lang=\"EN-US\" xml:lang=\"EN-US\">For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a></span>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\n<span lang=\"EN-US\" xml:lang=\"EN-US\">Prices:\r\n</span><span lang=\"EN-US\" xml:lang=\"EN-US\">Two hour Kayak rental (to get up-close and personal experience with this national treasure):</span>\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) <span lang=\"EN-US\" xml:lang=\"EN-US\">Five Hours</span></li>\r\n	<li>$15.00 for single Kayak</li>\r\n	<li>$25.00 for double Kayak\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\"><img class=\"alignnone size-full wp-image-354\" alt=\"kayak1\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak1.jpg\" width=\"376\" height=\"473\" /></a></li>\r\n</ul>\r\n<strong><a id=\"fishing\" name=\"fishing\"></a></strong>\r\n<h2><span style=\"color: #008000;\"> <strong>Sport-fishing</strong></span></h2>\r\n<span style=\"color: #000000;\">Deep Sea Fishing</span>\r\n<span style=\"color: #000000;\"> Whole Day Package</span>\r\n\r\nThis package is a daily tour and needs to be booked at least 10 days in advance (confirmation only/as request)\r\nFishing Schedule: Sailing out of Puerto Barillas 6am Returning: 6pm\r\n\r\n*2 hours boat sailing from inlet to fishing spot.\r\n\r\nA full day deep-sea fishing with a professional: Chia Chian Juang who has won several fishing tournaments.\r\nBoat: 22 Prokat with 2 Yamaha 115 4 stroke equipped with fusion sound system, Garmin GPS and lowrance fish finder.\r\n\r\nGear: 7 Trolling/ Spinning reels and rods with pleanty of trolling /spry lures , life vest and all of the fishing equipment necessary for a good day of fishing (with GO PRO video camera included)\r\n\r\nFishing Target: Bull mahi mahi, Blue Marlin, Black Marlin, Yellowfin Tuna, wahoo, sailfish, roosterfish, jack cravalle.\r\n\r\nThe total price for your Deep sea fishing package includes:\r\n<ul>\r\n	<li>The equipment</li>\r\n	<li>Fishing with a Pro</li>\r\n	<li>Boat ride</li>\r\n</ul>\r\nLunch Box:\r\nHamburger or sandwich and chips/ granola bar/1 drink\r\n\r\nTaxes\r\n*A cooler will be in the boat and at the end of the trip, you can pay for additional drinks.\r\n<table width=\"587\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"321\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Minimum: 3 people/ Maximum 7 people</span></strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"263\"><strong>$1117 Total 1-7 people</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\"><span lang=\"EN-US\" xml:lang=\"EN-US\">Price per person  (base on 7 people)</span></td>\r\n<td bgcolor=\"#DDEFF7\">$160</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">Price per person  (base on 6  people)</td>\r\n<td bgcolor=\"#DDEFF7\">$186</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\"><img class=\"alignnone size-full wp-image-355\" alt=\"kayak2\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/kayak2.jpg\" width=\"376\" height=\"473\" /></a>\r\n\r\n&nbsp;\r\n\r\n* A real time Experience.\r\n* Please note that our restaurant closes at 6:30pm so please order dinner the night before the fishing tour.\r\n* Does not include international airfare\r\n* Prices subject to change (due to fuel costs and El Salvador taxes and fuel surcharges)\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\n<strong>Boat Rental with Pilot</strong>\r\n<ul>\r\n	<li>$169.00 (4 horas)</li>\r\n	<li>$ 211.00 (5 horas)</li>\r\n	<li>$253.00 (6 horas)</li>\r\n</ul>\r\n• Prices do not include equipment. Visitors must bring their own equipment <a id=\"air\" name=\"air\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Air Tours</strong></span></h2>\r\n<p style=\"text-align: justify;\">Enjoy El Salvador and Jiqulisco Bay by air. Rent one of our aircraft with an experienced commercial pilot and get to see El Salvador from a different perspective. You may also rent the aircraft to travel to Guatemala or Honduras in a comfortable and Stylish manner.</p>\r\nPrecios\r\n<ul>\r\n	<li>$550.00 plus taxes ( IVA)- Azteca (YS-164-P) Maximum : 5 passengers</li>\r\n	<li>$700.00 plus taxes ( IVA) Navajo (YS-311-P). Maximum : 7 passengers</li>\r\n</ul>\r\nPlease note that we only charge per hour so if you take a flight for 2.5 hours, we will charge 3 hours flight\r\n\r\nWe do not charge the time that the flight is not in use. For example, if you fly from Ilopango to Puerto Barillas and want to stay the whole day in Barillas, we will only charge you 1-2 hours for the flight and you can enjoy the rest of the day\r\n\r\nFor international flights or other flights: passengers are responsible for all other charges such as airport fees, landing fees, pilot meals and other charges that may incur in their trip.\r\n\r\n• Prices subject to change.<strong><a id=\"haw\" name=\"haw\"></a></strong>\r\n<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\"><img class=\"alignnone size-full wp-image-353\" alt=\"avion\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/avion.jpg\" width=\"376\" height=\"473\" /></a></h2>\r\n<h2><strong><span lang=\"EN-US\" xml:lang=\"EN-US\"><span style=\"color: #008000;\">Hawskbill Turtle</span></span></strong></h2>\r\n<strong style=\"font-size: 1em;\"><span lang=\"EN-US\" xml:lang=\"EN-US\">(Late April- September- Best time- July)</span></strong>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\"><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></span></em>\r\n\r\n<em><span lang=\"EN-US\" xml:lang=\"EN-US\">Tour on request only…</span></em>\r\n\r\n<strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</span></strong>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">ITINERARY: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">IMPORTANCE: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">DECISION MAKING</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WALK RITHM</span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">: </span><span lang=\"EN-US\" xml:lang=\"EN-US\">If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">LIGHTS: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</span></p>\r\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" xml:lang=\"EN-US\">WHAT TO BRING: </span></strong><span lang=\"EN-US\" xml:lang=\"EN-US\">Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</span></p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2013-12-07 21:24:39', '2013-12-07 21:24:39', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(601, 1, '2013-12-07 21:25:24', '2013-12-07 21:25:24', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\nYou can check our online <a href=\"#\">menu</a>\r\n\r\nYou can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.', 'Restaurant/bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2013-12-07 21:25:24', '2013-12-07 21:25:24', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(602, 1, '2013-12-07 21:26:47', '2013-12-07 21:26:47', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\nYou can check our online <a href=\"#\">menu</a>\r\n\r\nYou can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2013-12-07 21:26:47', '2013-12-07 21:26:47', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(603, 1, '2013-12-07 21:44:55', '2013-12-07 21:44:55', 'Located on the southeast Pacific coast of El Salvador, in the Department of Usulutan, Jiquilisco Bay is country´s largest coastal estuary and consists of a largely undeveloped mangrove-lined series of inlets and canals. The area was designated a RAMSAR wetland on October 31, 2005 and named a UNESCO Biosphere Reserve in 2007. Its 637 square kilometers and 50 kilometers of coastline offers some of El Salvador´s most untouched natural beauty and hosts the largest abundance of coastal-marine birds in the country. It is also a critically important hawksbill nesting site, hosting approximately 40-45% of the known hawksbill nesting in the entire eastern Pacific!\n\n<iframe src=\"//www.youtube.com/embed/vIUgTlrC3kM\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n\nThe hawksbill conservation project in Bahía Jiquilisco is run by a local research team that has been conducting hawksbill monitoring and conservation since April 2008. Our staff carry out nightly patrols, egg protection, turtle tagging and other data gathering activities. Nests are protected primarily in two project hatcheries located one in the surroundings of La Pirraya and the other one out of the island, near Punta San Juan. There is also a portion of the estuary where nests are protected in-situ and is located in the other side of the San Sebastian island, near the community of El Cojoyón.\n\nOur research and conservation is implemented using innovative and fascinating methods. When walking the beach, project staff often pass local egg collectors on horseback, bike or foot, but everyone is looking for the same turtles. If egg collectors find a turtle first, they come and alert project staff, who then accompany them back to the nest. This is because the egg collectors that once sold eggs for consumption are now working with the project to protect hawksbills. The conservation team subsequently gathers up all the eggs and everyone (egg collectors and conservationists) go back to the guarded hatchery where the eggs are re-buried. In this manner we ensure that the maximum number of the eggs is staying in the sand and hatchlings is being produced, while also financially supporting local community members that often have limited options to provide for themselves and their families.\n\nTo date, via this project we have:\n<blockquote>• Protected more than 300 nests\n• Produced more than 33,500 hawksbill hatchlings\n• Equipped 3 hawksbills with satellite tags\n• Benefited more than 95 local families</blockquote>\n&nbsp;', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-autosave-v1', '', '', '2013-12-07 21:44:55', '2013-12-07 21:44:55', '', 292, 'http://www.puertobarillas.com/welcome/292-autosave-v1/', 0, 'revision', '', 0),
(604, 1, '2013-12-07 21:40:41', '2013-12-07 21:40:41', 'Located on the southeast Pacific coast of El Salvador, in the Department of Usulutan, Jiquilisco Bay is country´s largest coastal estuary and consists of a largely undeveloped mangrove-lined series of inlets and canals. The area was designated a RAMSAR wetland on October 31, 2005 and named a UNESCO Biosphere Reserve in 2007. Its 637 square kilometers and 50 kilometers of coastline offers some of El Salvador´s most untouched natural beauty and hosts the largest abundance of coastal-marine birds in the country. It is also a critically important hawksbill nesting site, hosting approximately 40-45% of the known hawksbill nesting in the entire eastern Pacific!\r\n\r\nThe hawksbill conservation project in Bahía Jiquilisco is run by a local research team that has been conducting hawksbill monitoring and conservation since April 2008. Our staff carry out nightly patrols, egg protection, turtle tagging and other data gathering activities. Nests are protected primarily in two project hatcheries located one in the surroundings of La Pirraya and the other one out of the island, near Punta San Juan. There is also a portion of the estuary where nests are protected in-situ and is located in the other side of the San Sebastian island, near the community of El Cojoyón.\r\n\r\nOur research and conservation is implemented using innovative and fascinating methods. When walking the beach, project staff often pass local egg collectors on horseback, bike or foot, but everyone is looking for the same turtles. If egg collectors find a turtle first, they come and alert project staff, who then accompany them back to the nest. This is because the egg collectors that once sold eggs for consumption are now working with the project to protect hawksbills. The conservation team subsequently gathers up all the eggs and everyone (egg collectors and conservationists) go back to the guarded hatchery where the eggs are re-buried. In this manner we ensure that the maximum number of the eggs is staying in the sand and hatchlings is being produced, while also financially supporting local community members that often have limited options to provide for themselves and their families.\r\n\r\nTo date, via this project we have:\r\n<blockquote>• Protected more than 300 nests\r\n• Produced more than 33,500 hawksbill hatchlings\r\n• Equipped 3 hawksbills with satellite tags\r\n• Benefited more than 95 local families</blockquote>\r\n&nbsp;', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-revision-v1', '', '', '2013-12-07 21:40:41', '2013-12-07 21:40:41', '', 292, 'http://www.puertobarillas.com/welcome/292-revision-v1/', 0, 'revision', '', 0),
(605, 1, '2013-12-07 21:45:10', '2013-12-07 21:45:10', 'Located on the southeast Pacific coast of El Salvador, in the Department of Usulutan, Jiquilisco Bay is country´s largest coastal estuary and consists of a largely undeveloped mangrove-lined series of inlets and canals. The area was designated a RAMSAR wetland on October 31, 2005 and named a UNESCO Biosphere Reserve in 2007. Its 637 square kilometers and 50 kilometers of coastline offers some of El Salvador´s most untouched natural beauty and hosts the largest abundance of coastal-marine birds in the country. It is also a critically important hawksbill nesting site, hosting approximately 40-45% of the known hawksbill nesting in the entire eastern Pacific!\r\n\r\n<iframe src=\"//www.youtube.com/embed/vIUgTlrC3kM\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\nThe hawksbill conservation project in Bahía Jiquilisco is run by a local research team that has been conducting hawksbill monitoring and conservation since April 2008. Our staff carry out nightly patrols, egg protection, turtle tagging and other data gathering activities. Nests are protected primarily in two project hatcheries located one in the surroundings of La Pirraya and the other one out of the island, near Punta San Juan. There is also a portion of the estuary where nests are protected in-situ and is located in the other side of the San Sebastian island, near the community of El Cojoyón.\r\n\r\nOur research and conservation is implemented using innovative and fascinating methods. When walking the beach, project staff often pass local egg collectors on horseback, bike or foot, but everyone is looking for the same turtles. If egg collectors find a turtle first, they come and alert project staff, who then accompany them back to the nest. This is because the egg collectors that once sold eggs for consumption are now working with the project to protect hawksbills. The conservation team subsequently gathers up all the eggs and everyone (egg collectors and conservationists) go back to the guarded hatchery where the eggs are re-buried. In this manner we ensure that the maximum number of the eggs is staying in the sand and hatchlings is being produced, while also financially supporting local community members that often have limited options to provide for themselves and their families.\r\n\r\nTo date, via this project we have:\r\n<blockquote>• Protected more than 300 nests\r\n• Produced more than 33,500 hawksbill hatchlings\r\n• Equipped 3 hawksbills with satellite tags\r\n• Benefited more than 95 local families</blockquote>\r\n<iframe src=\"//www.youtube.com/embed/_Ys4dbxzKJs\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-revision-v1', '', '', '2013-12-07 21:45:10', '2013-12-07 21:45:10', '', 292, 'http://www.puertobarillas.com/welcome/292-revision-v1/', 0, 'revision', '', 0),
(606, 1, '2013-12-07 21:48:20', '2013-12-07 21:48:20', '<p style=\"text-align: justify;\">Located on the southeast Pacific coast of El Salvador, in the Department of Usulutan, Jiquilisco Bay is country´s largest coastal estuary and consists of a largely undeveloped mangrove-lined series of inlets and canals. The area was designated a RAMSAR wetland on October 31, 2005 and named a UNESCO Biosphere Reserve in 2007. Its 637 square kilometers and 50 kilometers of coastline offers some of El Salvador´s most untouched natural beauty and hosts the largest abundance of coastal-marine birds in the country. It is also a critically important hawksbill nesting site, hosting approximately 40-45% of the known hawksbill nesting in the entire eastern Pacific!</p>\r\n<iframe src=\"//www.youtube.com/embed/vIUgTlrC3kM\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<p style=\"text-align: justify;\">The hawksbill conservation project in Bahía Jiquilisco is run by a local research team that has been conducting hawksbill monitoring and conservation since April 2008. Our staff carry out nightly patrols, egg protection, turtle tagging and other data gathering activities. Nests are protected primarily in two project hatcheries located one in the surroundings of La Pirraya and the other one out of the island, near Punta San Juan. There is also a portion of the estuary where nests are protected in-situ and is located in the other side of the San Sebastian island, near the community of El Cojoyón.</p>\r\n<p style=\"text-align: justify;\">Our research and conservation is implemented using innovative and fascinating methods. When walking the beach, project staff often pass local egg collectors on horseback, bike or foot, but everyone is looking for the same turtles. If egg collectors find a turtle first, they come and alert project staff, who then accompany them back to the nest. This is because the egg collectors that once sold eggs for consumption are now working with the project to protect hawksbills. The conservation team subsequently gathers up all the eggs and everyone (egg collectors and conservationists) go back to the guarded hatchery where the eggs are re-buried. In this manner we ensure that the maximum number of the eggs is staying in the sand and hatchlings is being produced, while also financially supporting local community members that often have limited options to provide for themselves and their families.</p>\r\nTo date, via this project we have:\r\n<blockquote>• Protected more than 300 nests\r\n• Produced more than 33,500 hawksbill hatchlings\r\n• Equipped 3 hawksbills with satellite tags\r\n• Benefited more than 95 local families</blockquote>\r\n<iframe src=\"//www.youtube.com/embed/_Ys4dbxzKJs\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>', 'Conservation Programs', '', 'inherit', 'closed', 'open', '', '292-revision-v1', '', '', '2013-12-07 21:48:20', '2013-12-07 21:48:20', '', 292, 'http://www.puertobarillas.com/welcome/292-revision-v1/', 0, 'revision', '', 0),
(607, 1, '2013-12-07 22:06:45', '2013-12-07 22:06:45', '<h2><b>El Salvador prevé recibir 1.9 millones de turistas en 2014</b></h2>\n<h6><b>5 de Diciembre de 2013 a la(s) 14:19 - ACAN-EFE</b></h6>\nTurismo pretende cerrar 2013 con un crecimiento del 4.5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\n\nEl Salvador pretende recibir 1,9 millones de turistas el próximo año, que dejarán unos 1.006,82 millones de dólares en este país centroamericano, informó hoy el Ministerio de Turismo (MITUR).\n\nTambién esta área económica generará en 2014 unos 49.831 empleos nuevos en El Salvador, detalló el MITUR a través de un comunicado.\n\nTurismo pretende cerrar 2013 con un crecimiento del 4,5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\n\nEn 2012 El Salvador recibió 1.738.317 visitantes internacionales, mientras que al cierre de este año espera a 1.816.117 turista.\n\nEl año pasado este país centroamericano registró \"los ingresos económicos más altos en los últimos 32 años, con 771,55 millones de dólares\" en turismo, precisó el boletín.\n\nPara el cierre de este año proyecta que los ingresos alcancen los 891,91 millones de dólares, los cuales serán completados con los turistas de Navidad y de fin de año.\n\nEl Salvador espera recibir a 84.000 visitantes internacionales durante las festividades navideñas y de fin de año, es decir 3,6% más que el año pasado, cuando se recibieron 81.078 turistas.\n\nSe prevé que esos visitantes dejen 32,12 millones de dólares, superando así a los 22,8 millones de dólares captados durante las mismas festividades de 2012, precisó el boletín.\n\nEn cuanto a la salida de salvadoreños hacia otros países, para estas festividades se estima que la cifra sea de 48.736, es decir 1.419 más que los 47.317 del año anterior.', 'Tourism and Travel News', '', 'inherit', 'closed', 'open', '', '295-autosave-v1', '', '', '2013-12-07 22:06:45', '2013-12-07 22:06:45', '', 295, 'http://www.puertobarillas.com/welcome/295-autosave-v1/', 0, 'revision', '', 0),
(608, 1, '2013-12-07 22:07:33', '2013-12-07 22:07:33', '<h2><b>El Salvador prevé recibir 1.9 millones de turistas en 2014</b></h2>\r\n<h6><b>5 de Diciembre de 2013 a la(s) 14:19 - ACAN-EFE</b></h6>\r\n<img class=\"alignnone\" alt=\"\" src=\"http://www.laprensagrafica.com/getattachment/aeceb3ba-ea3b-4f99-a6f5-48aba469651e?width=300&amp;height=Auto\" width=\"300\" height=\"235\" />\r\n\r\nTurismo pretende cerrar 2013 con un crecimiento del 4.5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\r\n\r\nEl Salvador pretende recibir 1,9 millones de turistas el próximo año, que dejarán unos 1.006,82 millones de dólares en este país centroamericano, informó hoy el Ministerio de Turismo (MITUR).\r\n\r\nTambién esta área económica generará en 2014 unos 49.831 empleos nuevos en El Salvador, detalló el MITUR a través de un comunicado.\r\n\r\nTurismo pretende cerrar 2013 con un crecimiento del 4,5% con respecto a 2012 en la llegada de visitantes, precisó el documento.\r\n\r\nEn 2012 El Salvador recibió 1.738.317 visitantes internacionales, mientras que al cierre de este año espera a 1.816.117 turista.\r\n\r\nEl año pasado este país centroamericano registró \"los ingresos económicos más altos en los últimos 32 años, con 771,55 millones de dólares\" en turismo, precisó el boletín.\r\n\r\nPara el cierre de este año proyecta que los ingresos alcancen los 891,91 millones de dólares, los cuales serán completados con los turistas de Navidad y de fin de año.\r\n\r\nEl Salvador espera recibir a 84.000 visitantes internacionales durante las festividades navideñas y de fin de año, es decir 3,6% más que el año pasado, cuando se recibieron 81.078 turistas.\r\n\r\nSe prevé que esos visitantes dejen 32,12 millones de dólares, superando así a los 22,8 millones de dólares captados durante las mismas festividades de 2012, precisó el boletín.\r\n\r\nEn cuanto a la salida de salvadoreños hacia otros países, para estas festividades se estima que la cifra sea de 48.736, es decir 1.419 más que los 47.317 del año anterior.', 'Tourism and Travel News', '', 'inherit', 'closed', 'open', '', '295-revision-v1', '', '', '2013-12-07 22:07:33', '2013-12-07 22:07:33', '', 295, 'http://www.puertobarillas.com/welcome/295-revision-v1/', 0, 'revision', '', 0),
(612, 1, '2013-12-07 22:16:26', '2013-12-07 22:16:26', '', 'IMG_4979', '', 'inherit', 'closed', 'open', '', 'img_4979', '', '', '2013-12-07 22:16:26', '2013-12-07 22:16:26', '', 20, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2013-12-07 22:18:28', '2013-12-07 22:18:28', '', 'IMG_5003', '', 'inherit', 'closed', 'open', '', 'img_5003', '', '', '2013-12-07 22:18:28', '2013-12-07 22:18:28', '', 20, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 1, '2013-12-07 22:19:51', '2013-12-07 22:19:51', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\n<strong><em>You can check our online <a href=\"#\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2013-12-07 22:19:51', '2013-12-07 22:19:51', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(615, 1, '2013-12-07 23:08:22', '2013-12-07 23:08:22', '', 'Lodge', '', 'publish', 'closed', 'closed', '', 'lodge-2', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=615', 3, 'nav_menu_item', '', 0),
(617, 1, '2013-12-07 23:09:37', '2013-12-07 23:09:37', ' ', '', '', 'publish', 'closed', 'closed', '', '617', '', '', '2019-12-20 08:42:05', '2019-12-20 08:42:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=617', 7, 'nav_menu_item', '', 0),
(628, 1, '2013-12-11 21:25:07', '2013-12-11 21:25:07', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"15000\" width=\"1080\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:25:07', '2013-12-11 21:25:07', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(629, 1, '2013-12-11 21:33:24', '2013-12-11 21:33:24', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3800\" width=\"1024\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:33:24', '2013-12-11 21:33:24', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(630, 1, '2013-12-11 21:34:31', '2013-12-11 21:34:31', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3700\" width=\"1024\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:34:31', '2013-12-11 21:34:31', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(631, 1, '2013-12-11 21:34:56', '2013-12-11 21:34:56', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3700\" width=\"1200\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:34:56', '2013-12-11 21:34:56', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(632, 1, '2013-12-11 21:36:02', '2013-12-11 21:36:02', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3600\" width=\"1300\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:36:02', '2013-12-11 21:36:02', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(633, 1, '2013-12-11 21:36:54', '2013-12-11 21:36:54', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3400\" width=\"1300\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:36:54', '2013-12-11 21:36:54', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(634, 1, '2013-12-11 21:38:14', '2013-12-11 21:38:14', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3600\" width=\"1440\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:38:14', '2013-12-11 21:38:14', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(635, 1, '2013-12-11 21:39:41', '2013-12-11 21:39:41', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1440\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-autosave-v1', '', '', '2013-12-11 21:39:41', '2013-12-11 21:39:41', '', 162, 'http://www.puertobarillas.com/welcome/162-autosave-v1/', 0, 'revision', '', 0),
(636, 1, '2013-12-11 21:39:49', '2013-12-11 21:39:49', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1500\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:39:49', '2013-12-11 21:39:49', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(637, 1, '2013-12-11 21:40:59', '2013-12-11 21:40:59', '<iframe title=\"Titulo\" src=\"http://www.tripadvisor.es/Hotel_Review-g5414775-d2410034-Reviews-Puerto_Barillas-Jiquilisco_Usulutan_Department.html\" height=\"3500\" width=\"1800\" frameborder=\"0\"></iframe>', 'Tripadvisor', '', 'inherit', 'closed', 'open', '', '162-revision-v1', '', '', '2013-12-11 21:40:59', '2013-12-11 21:40:59', '', 162, 'http://www.puertobarillas.com/welcome/162-revision-v1/', 0, 'revision', '', 0),
(639, 1, '2017-06-27 23:56:48', '2017-06-27 23:56:48', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\n\nOur recommended package:\n<ul>\n 	<li>A welcoming coconut</li>\n 	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\n</ul>\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\n<ul>\n 	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\n 	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\n</ul>\nThere is a diversity of packages for groups, starting at 11 people.\n\nOpción 1:  Complete Package  (Pontoon + Lunch + Monkey Sanctuary):\n<ul>\n 	<li>10-12 people:   $41.50</li>\n 	<li>13-15 people:   $39.50</li>\n 	<li>16-20 people   $35.80</li>\n 	<li>21-30 people:   $32.30</li>\n 	<li>Children under de 7 years old- $23.00 lunch: hamburger, French fries,  ice cream  and soda $23.00 (minimum adults</li>\n</ul>\nPuerto Barillas does not accept groups of more than 13 people in Semana Santa, August and from the 27th of December- 1st o\n<ul>\n 	<li>No se aceptan grupos mayores a 13 personas en Semana Santa y Agosto y del 27 de Diciembre - 1 de Enero.</li>\n 	<li>Todo grupo sujeto a espacio.</li>\n</ul>\nTarifas disponibles de Lunes - Viernes (descuento especial)\n<ul>\n 	<li>10-12 personas $39.90</li>\n 	<li>13-15 personas $37.50</li>\n 	<li>16-20 personas $34.00</li>\n 	<li>21-30 personas $30.60</li>\n 	<li>31-40 personas $28.00</li>\n 	<li>41 or more          $26.00</li>\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\n</ul>\nRates Monday– Friday (Special)\n<ul>\n 	<li>10-12 people     $39.90</li>\n 	<li>13-15 people.     $37.50</li>\n 	<li>16-20 people.     $34.00</li>\n 	<li>21-30 people.      $30.60</li>\n 	<li>31-40 people.      $27.00</li>\n 	<li>41 or more          $22.60</li>\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\n 	<li></li>\n</ul>\nPackages include\n<ul>\n 	<li>A welcoming coconut (subject to availability)</li>\n 	<li>Pontoon tour on  Bahía de Jiquilisco to  isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas</li>\n 	<li>Complete Lunch: chicken,  meat, fish or heart of palm salad, 1 beverage (water, soda or coconut water), dessert  and coffee</li>\n 	<li>Visit the Monkey Sanctuary</li>\n</ul>\nBudget Package Available ONLY Monday-Friday\n<ul>\n 	<li>10-12 people : $35.50</li>\n 	<li>13-15 people : $34.50</li>\n 	<li>16-20 people: $28.80</li>\n 	<li>21-30 people  $26.50</li>\n 	<li>31-40 people: $23.75</li>\n 	<li>41+ people: $22.75</li>\n 	<li>Niños menores de 7 años (minimo de 11 adultos): $22.00 por niño.</li>\n</ul>\nPaquete incluye:\n<ul>\n 	<li>Coco helado de bienvenida (sujeto a disponibilidad) o coctel</li>\n 	<li>Tour en pontoon por la Bahía de Jiquilisco a isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas.</li>\n 	<li>Almuerzo: Sandwich, panini o hamburguesa, postre, 1 bebida (soda, agua o cerveza nacional)</li>\n 	<li>Visita al Santuario de Monos.</li>\n</ul>\nPara poder confirmar evento se requiere un 50% de anticipo por lo menos 7 días antes del evento, que puede ser depositado en cualquiera de nuestras cuentas que detallo abajo o ser cancelado en efectivo o cheque en nuestras oficinas ubicadas en <b>79 Ave Norte y 9ª Calle Poniente # 4050, Colonia Escalón, </b>con Verónica Jiménez teléfono 2263 3653. El complemento deberá ser cancelado el día del evento en efectivo.', 'Events', '', 'inherit', 'closed', 'open', '', '299-autosave-v1', '', '', '2017-06-27 23:56:48', '2017-06-27 23:56:48', '', 299, 'http://www.puertobarillas.com/welcome/299-autosave-v1/', 0, 'revision', '', 0),
(640, 1, '2013-12-11 22:16:22', '2013-12-11 22:16:22', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b>includes a stop in Isla Pajarito\r\n\r\n</b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>-          Use of facilities\r\n\r\nRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong>For a snack: add $3.75 to the price</strong>\r\n\r\n*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:16:22', '2013-12-11 22:16:22', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(641, 1, '2013-12-11 22:17:02', '2013-12-11 22:17:02', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b>&nbsp;</li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong>For a snack: add $3.75 to the price</strong>\r\n\r\n*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:17:02', '2013-12-11 22:17:02', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(642, 1, '2013-12-11 22:17:25', '2013-12-11 22:17:25', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong>For a snack: add $3.75 to the price</strong>\r\n\r\n*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:17:25', '2013-12-11 22:17:25', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(643, 1, '2013-12-11 22:20:35', '2013-12-11 22:20:35', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong>For a snack: add $3.75 to the price</strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:20:35', '2013-12-11 22:20:35', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(644, 1, '2013-12-11 22:21:21', '2013-12-11 22:21:21', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong>For a snack: add $3.75 to the price\r\n\r\n</strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.</li>\r\n	<li>Additional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:21:21', '2013-12-11 22:21:21', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(646, 1, '2013-12-11 22:21:59', '2013-12-11 22:21:59', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price</strong></strong>\r\n\r\n*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.</li>\r\n	<li>Additional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:21:59', '2013-12-11 22:21:59', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(645, 1, '2013-12-11 22:21:50', '2013-12-11 22:21:50', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price\r\n\r\n</strong></strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.</li>\r\n	<li>Additional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:21:50', '2013-12-11 22:21:50', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(647, 1, '2013-12-11 22:22:28', '2013-12-11 22:22:28', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price</strong></strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.</li>\r\n	<li>Additional gratuities are welcome.</li>\r\n</ul>', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:22:28', '2013-12-11 22:22:28', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(648, 1, '2013-12-11 22:23:21', '2013-12-11 22:23:21', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:</li>\r\n</ul>\r\n</ul>\r\n<blockquote><strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price</strong></strong>*\r\n\r\nAlso for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:23:21', '2013-12-11 22:23:21', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(649, 1, '2013-12-11 22:24:32', '2013-12-11 22:24:32', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price</strong></strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:24:32', '2013-12-11 22:24:32', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(650, 1, '2013-12-11 22:24:50', '2013-12-11 22:24:50', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong>For a snack: add $3.75 to the price\r\n\r\n</strong></strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:24:50', '2013-12-11 22:24:50', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(651, 1, '2013-12-11 22:25:19', '2013-12-11 22:25:19', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong><strong><strong>For a snack: add $3.75 to the price</strong></strong></strong>\r\n\r\n*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:25:19', '2013-12-11 22:25:19', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(653, 1, '2013-12-11 22:26:45', '2013-12-11 22:26:45', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n\r\nFor a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:26:45', '2013-12-11 22:26:45', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(652, 1, '2013-12-11 22:26:16', '2013-12-11 22:26:16', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n<p><strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong></p>\r\n\r\n<strong><strong><strong>For a snack: add $3.75 to the price</strong></strong></strong>*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)\r\nPrices include taxes and 10% restaurant gratuities.\r\nAdditional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:26:16', '2013-12-11 22:26:16', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(654, 1, '2013-12-11 22:27:04', '2013-12-11 22:27:04', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:\r\n\r\n<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:27:04', '2013-12-11 22:27:04', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(655, 1, '2013-12-11 22:27:28', '2013-12-11 22:27:28', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:<strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong></li>\r\n	<li><strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:27:28', '2013-12-11 22:27:28', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(659, 1, '2013-12-11 22:30:17', '2013-12-11 22:30:17', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\r\n</ul>\r\n<blockquote><strong>Use of facilities Rates:</strong>\r\n\r\nGroups 11-15: $37.10\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n\r\n<strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:30:17', '2013-12-11 22:30:17', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(656, 1, '2013-12-11 22:28:16', '2013-12-11 22:28:16', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n	<li>Use of facilitiesRates:</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<blockquote><strong>Groups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n<strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:28:16', '2013-12-11 22:28:16', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(657, 1, '2013-12-11 22:29:05', '2013-12-11 22:29:05', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<blockquote><strong>Use of facilitiesRates:\r\n\r\nGroups 11-15: $37.10</strong>\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n\r\n<strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:29:05', '2013-12-11 22:29:05', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(658, 1, '2013-12-11 22:29:14', '2013-12-11 22:29:14', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n<ul>\r\n<ul>\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste.   Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make  the most of a wonderful experience.</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<blockquote><strong>Use of facilities Rates:</strong>\r\n\r\nGroups 11-15: $37.10\r\n<strong>Groups 15-20:  $35.15</strong>\r\n<strong>Groups 21-30:  $33.17</strong>\r\n<strong>Groups 31-50: $30.70</strong>\r\n\r\n<strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2013-12-11 22:29:14', '2013-12-11 22:29:14', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(660, 1, '2013-12-11 23:08:23', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6W10sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzbHVnIjpudWxsfQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2013-12-11 23:08:23', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6W10sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzbHVnIjpudWxsfQ==', 0, 'http://www.puertobarillas.com/welcome/?post_type=displayed_gallery&p=660', 0, 'displayed_gallery', '', 0),
(661, 1, '2013-12-14 15:57:06', '0000-00-00 00:00:00', 'eyJJRCI6NjYxLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:57:06', '2013-12-14 15:57:06', 'eyJJRCI6NjYxLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=661', 0, 'ngg_pictures', '', 0),
(663, 0, '2013-12-16 06:37:10', '0000-00-00 00:00:00', 'eyJJRCI6NjYzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-16 06:37:10', '2013-12-16 06:37:10', 'eyJJRCI6NjYzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=663', 0, 'ngg_pictures', '', 0),
(664, 1, '2013-12-11 23:09:41', '2013-12-11 23:09:41', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\n<img class=\"size-full wp-image-579 alignleft\" alt=\"staff8\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg\" width=\"250\" height=\"188\" />If you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" />\r\n</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-12-11 23:09:41', '2013-12-11 23:09:41', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(666, 1, '2013-12-11 23:12:03', '2013-12-11 23:12:03', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\n<img class=\"size-full wp-image-579 alignleft\" alt=\"staff8\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg\" width=\"250\" height=\"188\" />If you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>\r\n<h4><i>\r\n</i><img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" /><i>\r\n</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-12-11 23:12:03', '2013-12-11 23:12:03', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(668, 1, '2013-12-11 23:13:05', '2013-12-11 23:13:05', '<h3>Welcome to Puerto Barillas, in the heart of Jiquilisco Bay</h3>\r\nPuerto Barillas is centrally located between volcanoes and cacao plantations, surrounded by tropical vegetation and ocean views.\r\n\r\n<img class=\"size-full wp-image-579 alignleft\" alt=\"staff8\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg\" width=\"250\" height=\"188\" />If you are a member, visited our Facebook page, or heard about Puerto Barillas, be sure to visit us. Enjoy warm hospitality and first class accommodation facilities. Our dedicated team is committed to making your visit as comfortable, relaxing and enjoyable.\r\n\r\nThere are some outstanding things I would not want you to miss! These should be highlighted, and include: our beautiful gardens, our Club House restaurant overlooking the bay, the convenience store, a swimming pool, hiking trails to visit one of the last communities of spider monkeys and boat tours to beautiful secluded beaches.\r\n\r\nWe will do everything to ensure that your stay in Puerto Barillas is a pleasant and memorable experience. We are committed to improve and further develop this \"hidden gem\" in the Pacific, and offer something special at every visit.\r\n\r\nThis New Year 2012 we are committed to innovate new products and services for our members, their families and visitors. We invite you to continuously visit us at our website where you can make reservations, view new videos on Youtube, communicate via Facebook or download photos of beautiful landscapes of our facilities and the Bay of Jiquilisco on Flickr.\r\n\r\nI hope to meet you personally.\r\n\r\nRegards,\r\n<h4>Arely Calderón\r\n<i>Operations Manager</i></h4>\r\n<h4><img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--662\" /><i>\r\n</i></h4>', 'Our Team', '', 'inherit', 'closed', 'open', '', '137-revision-v1', '', '', '2013-12-11 23:13:05', '2013-12-11 23:13:05', '', 137, 'http://www.puertobarillas.com/welcome/137-revision-v1/', 0, 'revision', '', 0),
(670, 0, '2014-01-08 21:05:48', '0000-00-00 00:00:00', 'eyJJRCI6NjcwLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-01-08 21:05:48', '2014-01-08 21:05:48', 'eyJJRCI6NjcwLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=670', 0, 'ngg_pictures', '', 0),
(671, 1, '2013-12-14 15:13:16', '2013-12-14 15:13:16', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\nOur difference with other lodging services is:\n<ul>\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\n</ul>\n&nbsp;', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-autosave-v1', '', '', '2013-12-14 15:13:16', '2013-12-14 15:13:16', '', 312, 'http://www.puertobarillas.com/welcome/312-autosave-v1/', 0, 'revision', '', 0),
(675, 1, '2013-12-14 15:16:04', '2013-12-14 15:16:04', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\r\nOur difference with other lodging services is:\r\n<ul>\r\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\r\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\r\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\r\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\r\n</ul>\r\n&nbsp;', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-12-14 15:16:04', '2013-12-14 15:16:04', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(673, 1, '2013-12-14 15:04:08', '2013-12-14 15:04:08', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\r\nOur difference with other lodging services is:\r\n<ul>\r\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\r\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\r\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\r\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\r\n</ul>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner.jpg\"><img class=\"alignnone size-full wp-image-672\" alt=\"banner\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner.jpg\" width=\"500\" height=\"85\" /></a>', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-12-14 15:04:08', '2013-12-14 15:04:08', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(674, 1, '2013-12-14 15:14:41', '2013-12-14 15:14:41', '', 'banner', '', 'inherit', 'closed', 'open', '', 'banner-2', '', '', '2013-12-14 15:14:41', '2013-12-14 15:14:41', '', 312, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg', 0, 'attachment', 'image/jpeg', 0),
(677, 1, '2013-12-14 15:18:26', '2013-12-14 15:18:26', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\r\nOur difference with other lodging services is:\r\n<ul>\r\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\r\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\r\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\r\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-674\" alt=\"banner\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg\" width=\"609\" height=\"84\" />', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-12-14 15:18:26', '2013-12-14 15:18:26', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(676, 1, '2013-12-14 15:16:59', '2013-12-14 15:16:59', '<h3>In Puerto Barillas we do make you feel as if this paradise is your beach house!</h3>\r\nOur difference with other lodging services is:\r\n<ul>\r\n	<li>We have developed an infrastructure in which the guest can get complete privacy.</li>\r\n	<li>We believe that the destinations where nature is kind are to enjoy peace, tranquility and relaxation.</li>\r\n	<li>We know that sometimes we need this peace to return with renewed strength and shine to our daily routine.</li>\r\n	<li>We work in conservation programs because we have consciousness, love and respect for nature.</li>\r\n</ul>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg\"><img class=\"alignnone size-full wp-image-674\" alt=\"banner\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg\" width=\"609\" height=\"84\" /></a>', 'Our Difference', '', 'inherit', 'closed', 'open', '', '312-revision-v1', '', '', '2013-12-14 15:16:59', '2013-12-14 15:16:59', '', 312, 'http://www.puertobarillas.com/welcome/312-revision-v1/', 0, 'revision', '', 0),
(678, 1, '2013-12-14 15:56:43', '2013-12-14 15:56:43', '<h3>About Jiquilisco Bay</h3>\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\"><img class=\"size-full wp-image-684 alignleft\" alt=\"labahia\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\" width=\"170\" height=\"169\" /></a>Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\n\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\n\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\n\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\n\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--694\" />', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-autosave-v1', '', '', '2013-12-14 15:56:43', '2013-12-14 15:56:43', '', 141, 'http://www.puertobarillas.com/welcome/141-autosave-v1/', 0, 'revision', '', 0),
(683, 1, '2013-12-14 15:42:59', '2013-12-14 15:42:59', '<h3>About Jiquilisco Bay</h3>\r\nJiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:42:59', '2013-12-14 15:42:59', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(679, 1, '2013-12-14 15:38:48', '2013-12-14 15:38:48', '<h3>About Jiquilisco Bay</h3>\r\n&nbsp;\r\n\r\n<img class=\"wp-image-80 alignleft\" alt=\"puntasanjuandelgozoxw5hy0\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/puntasanjuandelgozoxw5hy0.jpg\" width=\"230\" height=\"154\" />\r\n\r\nJiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:38:48', '2013-12-14 15:38:48', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(680, 1, '2013-12-14 15:39:35', '2013-12-14 15:39:35', '<h3>About Jiquilisco Bay</h3>\r\n<img class=\"wp-image-80 alignleft\" alt=\"puntasanjuandelgozoxw5hy0\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/puntasanjuandelgozoxw5hy0.jpg\" width=\"230\" height=\"154\" />\r\n\r\nJiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:39:35', '2013-12-14 15:39:35', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(681, 1, '2013-12-14 15:40:17', '2013-12-14 15:40:17', '<h3>About Jiquilisco Bay</h3>\r\n<img class=\"wp-image-80 alignleft\" alt=\"puntasanjuandelgozoxw5hy0\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/puntasanjuandelgozoxw5hy0.jpg\" width=\"138\" height=\"92\" />\r\n\r\nJiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:40:17', '2013-12-14 15:40:17', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(821, 1, '2014-01-05 21:31:59', '2014-01-05 21:31:59', '', 'Activities7', '', 'inherit', 'closed', 'open', '', 'activities7-2', '', '', '2014-01-05 21:31:59', '2014-01-05 21:31:59', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities7.jpg', 0, 'attachment', 'image/jpeg', 0),
(684, 1, '2013-12-14 15:44:17', '2013-12-14 15:44:17', '', 'labahia', '', 'inherit', 'closed', 'open', '', 'labahia', '', '', '2013-12-14 15:44:17', '2013-12-14 15:44:17', '', 141, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg', 0, 'attachment', 'image/jpeg', 0),
(685, 1, '2013-12-14 15:44:35', '2013-12-14 15:44:35', '<h3>About Jiquilisco Bay</h3>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\"><img class=\"size-full wp-image-684 alignleft\" alt=\"labahia\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\" width=\"170\" height=\"169\" /></a>Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:44:35', '2013-12-14 15:44:35', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(686, 1, '2013-12-14 15:51:53', '0000-00-00 00:00:00', 'eyJJRCI6Njg2LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:51:53', '2013-12-14 15:51:53', 'eyJJRCI6Njg2LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_gallery&#038;p=686', 0, 'ngg_gallery', '', 0),
(687, 1, '2014-01-06 01:49:17', '0000-00-00 00:00:00', 'eyJJRCI6Njg3LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-01-06 01:49:17', '2014-01-06 01:49:17', 'eyJJRCI6Njg3LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=687', 0, 'ngg_pictures', '', 0),
(688, 1, '2013-12-14 15:51:55', '0000-00-00 00:00:00', 'eyJJRCI6Njg4LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:51:55', '2013-12-14 15:51:55', 'eyJJRCI6Njg4LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=688', 0, 'ngg_pictures', '', 0),
(689, 1, '2013-12-14 15:52:00', '0000-00-00 00:00:00', 'eyJJRCI6Njg5LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:52:00', '2013-12-14 15:52:00', 'eyJJRCI6Njg5LCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=689', 0, 'ngg_pictures', '', 0),
(690, 1, '2013-12-14 15:52:07', '0000-00-00 00:00:00', 'eyJJRCI6NjkwLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:52:07', '2013-12-14 15:52:07', 'eyJJRCI6NjkwLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=690', 0, 'ngg_pictures', '', 0),
(691, 1, '2013-12-14 15:52:08', '0000-00-00 00:00:00', 'eyJJRCI6NjkxLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:52:08', '2013-12-14 15:52:08', 'eyJJRCI6NjkxLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=691', 0, 'ngg_pictures', '', 0),
(692, 1, '2013-12-14 15:52:13', '0000-00-00 00:00:00', 'eyJJRCI6NjkyLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:52:13', '2013-12-14 15:52:13', 'eyJJRCI6NjkyLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=692', 0, 'ngg_pictures', '', 0),
(693, 1, '2013-12-14 15:52:21', '0000-00-00 00:00:00', 'eyJJRCI6NjkzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2013-12-14 15:52:21', '2013-12-14 15:52:21', 'eyJJRCI6NjkzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=693', 0, 'ngg_pictures', '', 0),
(694, 1, '2013-12-14 16:10:22', '0000-00-00 00:00:00', 'eyJJRCI6IjY5NCIsImRpc3BsYXlfc2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjEyMCIsInRodW1ibmFpbF9oZWlnaHQiOiI5MCIsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidGh1bWJuYWlsX3dhdGVybWFyayI6IjAiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3BpY2xlbnNfbGluayI6IjAiLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19zbGlkZXNob3dfbGluayI6IjEiLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbN10sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzbHVnIjpudWxsLCJwb3N0X3Bhc3N3b3JkIjoiIiwibWVudV9vcmRlciI6IjAifQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2013-12-14 16:10:22', '2013-12-14 16:10:22', 'eyJJRCI6IjY5NCIsImRpc3BsYXlfc2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMCIsInRodW1ibmFpbF93aWR0aCI6IjEyMCIsInRodW1ibmFpbF9oZWlnaHQiOiI5MCIsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidGh1bWJuYWlsX3dhdGVybWFyayI6IjAiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjAiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjAiLCJzaG93X3BpY2xlbnNfbGluayI6IjAiLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19zbGlkZXNob3dfbGluayI6IjEiLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbN10sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzbHVnIjpudWxsLCJwb3N0X3Bhc3N3b3JkIjoiIiwibWVudV9vcmRlciI6IjAifQ==', 0, 'http://www.puertobarillas.com/welcome/?post_type=displayed_gallery&#038;p=694', 0, 'displayed_gallery', '', 0),
(695, 1, '2013-12-14 15:57:20', '2013-12-14 15:57:20', '<h3>About Jiquilisco Bay</h3>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\"><img class=\"size-full wp-image-684 alignleft\" alt=\"labahia\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg\" width=\"170\" height=\"169\" /></a>Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the\r\nplace of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--694\" />', 'Jiquilisco Bay', '', 'inherit', 'closed', 'open', '', '141-revision-v1', '', '', '2013-12-14 15:57:20', '2013-12-14 15:57:20', '', 141, 'http://www.puertobarillas.com/welcome/141-revision-v1/', 0, 'revision', '', 0),
(696, 1, '2013-12-21 15:45:23', '2013-12-21 15:45:23', 'Puerto Barillas offers transportation  to the following sites\r\n(For prices please visit our reception office):\r\n<ul>\r\n	<li><strong>Joyas de Ceren</strong></li>\r\n	<li><strong>Alegria</strong></li>\r\n	<li><strong>Suchitoto</strong></li>\r\n</ul>\r\nLooking for more tours? Local Tour Operators offer the following tours:  (Please contact our Front  office or email <a href=\"mailto:elena@puertobarillas.com\" target=\"_blank\">elena@puertobarillas.com</a> for booking a tour).\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Discover the majestic volcanoes of El Salvador!\r\n</b></h3>\r\n<p style=\"text-align: left;\" align=\"center\"><b></b>Would you like to visit one of the most distinctive natural attributes of El Salvador? You must visit the volcanoes and lakes of El Salvador. In the lakes and volcanoes tour you will take a sightseeing tour to “Izalco Volcano”, best known as the Lighthouse of the Pacific because the boats were oriented with the red glow of the lava to reach the Acajutla port. Cerro Verde is an inactive volcano located at an altitude of 2035 meters and length of 500 hectares the nature reserve of Cerro Verde,  It has a cloud forest in and around the crater with a temperature of between 12 and 18 degrees centigrade.</p>\r\nIlamatepec Volcano or Volcán de Santa Ana, is one of the most beautiful walks you can do in El Salvador.  It is a place where you will be surrounded by the wilderness or “dwarf forest”, where you can find pasture and some low-lying bushes, giant agaves, among others. The landscape is unique in Mesoamerica. Next, visit to the volcanic lake “Coatepeque”, cataloged amongst the most beautiful of the world where you can enjoy a boat ride. Welcome to the Land of the Volcanoes.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Suchitoto Tour</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Looking to combine history, culture and nature?</b><b></b></h3>\r\nThe Suchitoto day tour is a beautiful visit to the enchanting city of Suchitoto, also known as the “Place of Flower Bird” for its name in Nahuatl. Suchitoto offers an essence of ancient city with colonial architecture that seems like the time has stopped. Visit its beautiful cobbled streets, art galleries, crafts and home of one of the main attractions of the city for its structure and historical importance: the Santa Lucia Church, built in 1853. The founding of Suchitoto is attributed to the Pipiles, who settled in the present Salvadoran territory of Cuscatlán halfway through the 11 th century and were one of the most veteran indigenous tribes that fought against the Spanish conquistadors in the beginning of the 17 th century. The city is known as the “Cradle of History and Culture” for all the wealth it contains.\r\n\r\nLater, if you feel like, you can also visit Suchitlán Lake, the largest artificial lake surface water in the country. Its natural scenic beauty makes it an ideal destination to enjoy a artisan boat ride with one of the local boaters. During the boat ride you will be able to visit the different islands that surround the lake, home of migratory birds and native animals. Do you want to discover a city with enchantment? This is the perfect tour to escape of your routine.\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>City Tour San Salvador All Day</b><b></b></h3>\r\n<h3 style=\"text-align: left;\" align=\"center\"><b>Do you want to discover the city of San Salvador?</b></h3>\r\nThis is definitly your tour. Visit the main avenues and monuments of San Salvador, the primary residential zones of the Capital City, the Historical Centre with is majestic Metropolitan Cathedral, beautiful National Palace and charateristic National Theatre of a French Renaissance style declared a national monument in 1979. Then, visit El Rosario Church and Plaza Libertad. In the afternoon, visit San Salvador´s Volcano at only 25 kms from the city. This Volcano is also known as “El Boquerón”. Here, enjoy a refreshing eco walk through the natural trails and a panoramic view to the crater with its particular “volcancito” or “little volcano” inside. The sightseeings are just Impressive! When returning, you will be able to see the beautiful city of San Salvador in the late afternoon. At the end, delight yourself with a warm and tasting cup of coffee or a delicious typical early dinner at a local restaurant in the area, where you will also be able to taste the famous salvadorean dishes: “Las Pupusas”. This tour is a real natural, cultural and historic apporach that characterizes El Salvador.\r\n\r\n<strong>See: <a href=\"http://www.puertobarillas.com/welcome/booking-hotels/\">Booking Hotels</a></strong>\r\n\r\n&nbsp;', 'Travel Partners', '', 'inherit', 'closed', 'open', '', '33-revision-v1', '', '', '2013-12-21 15:45:23', '2013-12-21 15:45:23', '', 33, 'http://www.puertobarillas.com/welcome/33-revision-v1/', 0, 'revision', '', 0),
(1295, 1, '2016-05-01 16:18:22', '2016-05-01 16:18:22', ' ', '', '', 'publish', 'closed', 'open', '', '1295', '', '', '2016-05-01 16:18:22', '2016-05-01 16:18:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=1295', 4, 'nav_menu_item', '', 0),
(707, 1, '2014-01-03 15:36:27', '2014-01-03 15:36:27', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:36:27', '2014-01-03 15:36:27', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(703, 1, '2014-01-03 15:32:52', '2014-01-03 15:32:52', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page. See our Accomodation Gallery for more pictures.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:32:52', '2014-01-03 15:32:52', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(704, 1, '2014-01-03 15:33:34', '2014-01-03 15:33:34', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations. All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\n\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:33:34', '2014-01-03 15:33:34', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(705, 1, '2014-01-03 15:35:20', '2014-01-03 15:35:20', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:35:20', '2014-01-03 15:35:20', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(706, 1, '2014-01-03 15:36:02', '2014-01-03 15:36:02', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\"\r\n\r\nwith the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img class=\"wp-image-201 alignnone\" alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:36:02', '2014-01-03 15:36:02', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(893, 1, '2014-01-06 22:52:44', '2014-01-06 22:52:44', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\n&nbsp;', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:52:44', '2014-01-06 22:52:44', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(709, 1, '2014-01-03 15:38:59', '2014-01-03 15:38:59', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:38:59', '2014-01-03 15:38:59', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(708, 1, '2014-01-03 15:37:20', '2014-01-03 15:37:20', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:37:20', '2014-01-03 15:37:20', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(820, 1, '2014-01-05 21:31:59', '2014-01-05 21:31:59', '', 'Activities7', '', 'inherit', 'closed', 'open', '', 'activities7', '', '', '2014-01-05 21:31:59', '2014-01-05 21:31:59', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities7.jpg', 0, 'attachment', 'image/jpeg', 0),
(885, 1, '2014-01-06 03:34:00', '2014-01-06 03:34:00', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n&nbsp;\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 03:34:00', '2014-01-06 03:34:00', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(710, 1, '2014-01-03 15:39:23', '2014-01-03 15:39:23', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\"><img alt=\"Lodge in Puerto Barillas\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg\" width=\"156\" height=\"215\" /></a>\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-03 15:39:23', '2014-01-03 15:39:23', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(712, 1, '2014-01-03 16:07:18', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6WzRdLCJleGNsdWRlZF9jb250YWluZXJfaWRzIjpbXSwic29ydG9yZGVyIjpbXSwiZW50aXR5X2lkcyI6W10sInJldHVybnMiOiJpbmNsdWRlZCIsIm1heGltdW1fZW50aXR5X2NvdW50Ijo1MDAsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6bnVsbH0=', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2014-01-03 16:07:18', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6WzRdLCJleGNsdWRlZF9jb250YWluZXJfaWRzIjpbXSwic29ydG9yZGVyIjpbXSwiZW50aXR5X2lkcyI6W10sInJldHVybnMiOiJpbmNsdWRlZCIsIm1heGltdW1fZW50aXR5X2NvdW50Ijo1MDAsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6bnVsbH0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=displayed_gallery&p=712', 0, 'displayed_gallery', '', 0),
(713, 1, '2014-01-03 16:07:28', '2014-01-03 16:07:28', '<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--712\" />', 'Image Gallery 2', '', 'inherit', 'closed', 'open', '', '91-revision-v1', '', '', '2014-01-03 16:07:28', '2014-01-03 16:07:28', '', 91, 'http://www.puertobarillas.com/welcome/91-revision-v1/', 0, 'revision', '', 0),
(802, 1, '2014-01-03 23:48:53', '2014-01-03 23:48:53', '', 'Slideshow Main', '', 'publish', 'closed', 'open', '', 'slideshow-main', '', '', '2014-01-03 23:48:53', '2014-01-03 23:48:53', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=802', 0, 'page', '', 0),
(716, 1, '2013-10-09 19:21:20', '2013-10-09 19:21:20', '', 'Imput you Text 1 Here', 'Make sure that the selected static page has attached images to it', 'inherit', 'open', 'open', '', 'puerto_barillas_picture1-2', '', '', '2013-10-09 19:21:20', '2013-10-09 19:21:20', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture1.jpg', 0, 'attachment', 'image/jpeg', 0),
(718, 1, '2013-10-10 03:16:16', '2013-10-10 03:16:16', '', '3445704174_9ef6bddeec_b', '', 'inherit', 'open', 'open', '', '3445704174_9ef6bddeec_b-2', '', '', '2013-10-10 03:16:16', '2013-10-10 03:16:16', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/3445704174_9ef6bddeec_b.jpg', 0, 'attachment', 'image/jpeg', 0),
(719, 1, '2013-10-10 03:16:49', '2013-10-10 03:16:49', '', '3445705466_892f1c68c6_b', '', 'inherit', 'open', 'open', '', '3445705466_892f1c68c6_b-2', '', '', '2013-10-10 03:16:49', '2013-10-10 03:16:49', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/3445705466_892f1c68c6_b.jpg', 0, 'attachment', 'image/jpeg', 0),
(720, 1, '2013-10-10 03:16:59', '2013-10-10 03:16:59', '', 'barillasExit3', '', 'inherit', 'open', 'open', '', 'barillasexit3-2', '', '', '2013-10-10 03:16:59', '2013-10-10 03:16:59', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/barillasExit3.jpg', 0, 'attachment', 'image/jpeg', 0),
(721, 1, '2013-10-10 03:23:35', '2013-10-10 03:23:35', '', 'entrada', '', 'inherit', 'open', 'open', '', 'entrada-2', '', '', '2013-10-10 03:23:35', '2013-10-10 03:23:35', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/entrada.jpg', 0, 'attachment', 'image/jpeg', 0),
(722, 1, '2013-10-10 03:24:00', '2013-10-10 03:24:00', '', 'Marinaweb', '', 'inherit', 'open', 'open', '', 'marinaweb-2', '', '', '2013-10-10 03:24:00', '2013-10-10 03:24:00', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Marinaweb.jpg', 0, 'attachment', 'image/jpeg', 0),
(839, 1, '2014-01-05 23:04:07', '2014-01-05 23:04:07', '', 'photogallery2', '', 'inherit', 'closed', 'open', '', 'photogallery2', '', '', '2014-01-05 23:04:07', '2014-01-05 23:04:07', '', 41, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/photogallery2.jpg', 0, 'attachment', 'image/jpeg', 0),
(840, 1, '2014-01-05 23:03:55', '2014-01-05 23:03:55', '', 'fotogallery1', '', 'inherit', 'closed', 'open', '', 'fotogallery1-2', '', '', '2014-01-05 23:03:55', '2014-01-05 23:03:55', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/fotogallery1.jpg', 0, 'attachment', 'image/jpeg', 0),
(841, 1, '2014-01-05 23:03:58', '2014-01-05 23:03:58', '', 'photo3', '', 'inherit', 'closed', 'open', '', 'photo3-2', '', '', '2014-01-05 23:03:58', '2014-01-05 23:03:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/photo3.jpg', 0, 'attachment', 'image/jpeg', 0),
(842, 1, '2014-01-05 23:04:07', '2014-01-05 23:04:07', '', 'photogallery2', '', 'inherit', 'closed', 'open', '', 'photogallery2-2', '', '', '2014-01-05 23:04:07', '2014-01-05 23:04:07', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/photogallery2.jpg', 0, 'attachment', 'image/jpeg', 0),
(843, 1, '2014-01-06 00:24:08', '2014-01-06 00:24:08', '', 'NickM3', '', 'inherit', 'closed', 'open', '', 'nickm3', '', '', '2014-01-06 00:24:08', '2014-01-06 00:24:08', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/NickM3.jpg', 0, 'attachment', 'image/jpeg', 0),
(729, 1, '2013-10-13 02:47:10', '2013-10-13 02:47:10', '', 'Puerto_Barillas_Picture4', '', 'inherit', 'open', 'open', '', 'puerto_barillas_picture4-2', '', '', '2013-10-13 02:47:10', '2013-10-13 02:47:10', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture4.jpg', 0, 'attachment', 'image/jpeg', 0),
(730, 1, '2013-10-13 02:47:33', '2013-10-13 02:47:33', '', 'Puerto_Barillas_Picture6', '', 'inherit', 'open', 'open', '', 'puerto_barillas_picture6-2', '', '', '2013-10-13 02:47:33', '2013-10-13 02:47:33', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg', 0, 'attachment', 'image/jpeg', 0),
(731, 1, '2013-10-13 02:57:15', '2013-10-13 02:57:15', '', 'Puerto_Barillas_Picture7', '', 'inherit', 'open', 'open', '', 'puerto_barillas_picture7-2', '', '', '2013-10-13 02:57:15', '2013-10-13 02:57:15', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture7.jpg', 0, 'attachment', 'image/jpeg', 0),
(732, 1, '2013-10-13 03:21:31', '2013-10-13 03:21:31', '', 'Puerto_Barillas_Atracction2', '', 'inherit', 'open', 'open', '', 'puerto_barillas_atracction2-2', '', '', '2013-10-13 03:21:31', '2013-10-13 03:21:31', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Atracction2.jpg', 0, 'attachment', 'image/jpeg', 0),
(733, 1, '2013-10-13 03:22:12', '2013-10-13 03:22:12', '', 'Puerto_Barillas_Atracction', '', 'inherit', 'open', 'open', '', 'puerto_barillas_atracction-2', '', '', '2013-10-13 03:22:12', '2013-10-13 03:22:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Atracction.jpg', 0, 'attachment', 'image/jpeg', 0),
(734, 1, '2013-10-13 16:17:38', '2013-10-13 16:17:38', '', 'monkey sanctuary Jiquilisco', '', 'inherit', 'open', 'open', '', 'monkey-sanctuary-jiquilisco-2', '', '', '2013-10-13 16:17:38', '2013-10-13 16:17:38', '', 462, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/monkey-sanctuary-Jiquilisco.jpg', 0, 'attachment', 'image/jpeg', 0),
(735, 1, '2013-10-13 16:19:04', '2013-10-13 16:19:04', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'open', 'open', '', 'olympus-digital-camera-2', '', '', '2013-10-13 16:19:04', '2013-10-13 16:19:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Sport-Fishing.jpg', 0, 'attachment', 'image/jpeg', 0),
(736, 1, '2013-10-13 16:21:25', '2013-10-13 16:21:25', '', 'Kayaking in the Bay', '', 'inherit', 'open', 'open', '', 'kayaking-in-the-bay-2', '', '', '2013-10-13 16:21:25', '2013-10-13 16:21:25', '', 460, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg', 0, 'attachment', 'image/jpeg', 0),
(737, 1, '2013-10-14 01:02:38', '2013-10-14 01:02:38', '', 'Lodge in Puerto Barillas', '', 'inherit', 'open', 'open', '', 'lodge-2-2', '', '', '2013-10-14 01:02:38', '2013-10-14 01:02:38', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/lodge.jpg', 0, 'attachment', 'image/jpeg', 0),
(738, 1, '2013-10-14 01:41:18', '2013-10-14 01:41:18', '', 'Casa de arbol - Puerto Barillas', '', 'inherit', 'open', 'open', '', 'casa-de-arbol-2-2', '', '', '2013-10-14 01:41:18', '2013-10-14 01:41:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Casa-de-arbol-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(739, 1, '2013-10-20 21:15:58', '2013-10-20 21:15:58', '', 'day trip', '', 'inherit', 'closed', 'open', '', 'day-trip-2', '', '', '2013-10-20 21:15:58', '2013-10-20 21:15:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/day-trip.jpg', 0, 'attachment', 'image/jpeg', 0),
(740, 1, '2013-10-20 22:08:12', '2013-10-20 22:08:12', '', 'discoverBJ', '', 'inherit', 'closed', 'open', '', 'discoverbj-2', '', '', '2013-10-20 22:08:12', '2013-10-20 22:08:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/discoverBJ.jpg', 0, 'attachment', 'image/jpeg', 0),
(741, 1, '2013-10-21 15:44:49', '2013-10-21 15:44:49', '', 'RogerMortimore', '', 'inherit', 'closed', 'open', '', 'rogermortimore-2', '', '', '2013-10-21 15:44:49', '2013-10-21 15:44:49', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/RogerMortimore.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2014-01-06 03:16:06', '2014-01-06 03:16:06', '', 'apartment5', '', 'inherit', 'closed', 'open', '', 'apartment5-2', '', '', '2014-01-06 03:16:06', '2014-01-06 03:16:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment5.jpg', 0, 'attachment', 'image/jpeg', 0),
(873, 1, '2014-01-06 03:16:09', '2014-01-06 03:16:09', '', 'apartment6', '', 'inherit', 'closed', 'open', '', 'apartment6', '', '', '2014-01-06 03:16:09', '2014-01-06 03:16:09', '', 207, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment6.jpg', 0, 'attachment', 'image/jpeg', 0),
(874, 1, '2014-01-06 03:16:09', '2014-01-06 03:16:09', '', 'apartment6', '', 'inherit', 'closed', 'open', '', 'apartment6-2', '', '', '2014-01-06 03:16:09', '2014-01-06 03:16:09', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment6.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2014-01-06 23:30:56', '2014-01-06 23:30:56', '', 'alojamiento1', '', 'inherit', 'closed', 'open', '', 'alojamiento1', '', '', '2014-01-06 23:30:56', '2014-01-06 23:30:56', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento1.jpg', 0, 'attachment', 'image/jpeg', 0),
(876, 1, '2014-01-06 03:16:16', '2014-01-06 03:16:16', '', 'apartment7', '', 'inherit', 'closed', 'open', '', 'apartment7-2', '', '', '2014-01-06 03:16:16', '2014-01-06 03:16:16', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/apartment7.jpg', 0, 'attachment', 'image/jpeg', 0),
(749, 1, '2013-10-30 21:17:23', '2013-10-30 21:17:23', '', 'image001', '', 'inherit', 'closed', 'open', '', 'image001-3-2', '', '', '2013-10-30 21:17:23', '2013-10-30 21:17:23', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/image0012.jpg', 0, 'attachment', 'image/jpeg', 0),
(750, 1, '2013-10-30 21:39:22', '2013-10-30 21:39:22', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr-2-2', '', '', '2013-10-30 21:39:22', '2013-10-30 21:39:22', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-1a1.jpg', 0, 'attachment', 'image/jpeg', 0),
(751, 1, '2013-10-30 21:41:06', '2013-10-30 21:41:06', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr-4', '', '', '2013-10-30 21:41:06', '2013-10-30 21:41:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-2a.jpg', 0, 'attachment', 'image/jpeg', 0),
(752, 1, '2013-10-30 21:41:59', '2013-10-30 21:41:59', '', 'about us.cdr', '', 'inherit', 'closed', 'open', '', 'about-us-cdr-3-2', '', '', '2013-10-30 21:41:59', '2013-10-30 21:41:59', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Green-Blue-Red-3a.jpg', 0, 'attachment', 'image/jpeg', 0),
(753, 1, '2013-11-01 14:55:04', '2013-11-01 14:55:04', '', 'under-construction', '', 'inherit', 'closed', 'open', '', 'under-construction-2', '', '', '2013-11-01 14:55:04', '2013-11-01 14:55:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg', 0, 'attachment', 'image/jpeg', 0),
(755, 1, '2013-12-07 15:49:18', '2013-12-07 15:49:18', '', 'staff6', '', 'inherit', 'closed', 'open', '', 'staff6-2', '', '', '2013-12-07 15:49:18', '2013-12-07 15:49:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff6.jpg', 0, 'attachment', 'image/jpeg', 0),
(756, 1, '2013-12-07 15:50:26', '2013-12-07 15:50:26', '', 'cocina', '', 'inherit', 'closed', 'open', '', 'cocina-2', '', '', '2013-12-07 15:50:26', '2013-12-07 15:50:26', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/cocina.jpg', 0, 'attachment', 'image/jpeg', 0),
(757, 1, '2013-12-07 15:50:36', '2013-12-07 15:50:36', '', 'staff8', '', 'inherit', 'closed', 'open', '', 'staff8-2', '', '', '2013-12-07 15:50:36', '2013-12-07 15:50:36', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/staff8.jpg', 0, 'attachment', 'image/jpeg', 0),
(758, 1, '2013-12-07 15:57:58', '2013-12-07 15:57:58', '', 'mapa', '', 'inherit', 'closed', 'open', '', 'mapa-2', '', '', '2013-12-07 15:57:58', '2013-12-07 15:57:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/mapa.jpg', 0, 'attachment', 'image/jpeg', 0),
(759, 1, '2013-12-07 20:14:04', '2013-12-07 20:14:04', '', 'mapaPB', '', 'inherit', 'closed', 'open', '', 'mapapb-2', '', '', '2013-12-07 20:14:04', '2013-12-07 20:14:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/mapaPB.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 1, '2013-12-07 22:16:26', '2013-12-07 22:16:26', '', 'IMG_4979', '', 'inherit', 'closed', 'open', '', 'img_4979-2', '', '', '2013-12-07 22:16:26', '2013-12-07 22:16:26', '', 512, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2013-12-07 22:18:28', '2013-12-07 22:18:28', '', 'IMG_5003', '', 'inherit', 'closed', 'open', '', 'img_5003-2', '', '', '2013-12-07 22:18:28', '2013-12-07 22:18:28', '', 512, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 1, '2013-12-09 02:47:02', '2013-12-09 02:47:02', '', 'mono', '', 'inherit', 'closed', 'open', '', 'mono-2', '', '', '2013-12-09 02:47:02', '2013-12-09 02:47:02', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/12/mono.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 1, '2013-12-09 02:47:26', '2013-12-09 02:47:26', '', 'Restaurant', '', 'inherit', 'closed', 'open', '', 'restaurant-2', '', '', '2013-12-09 02:47:26', '2013-12-09 02:47:26', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/12/Restaurant.jpg', 0, 'attachment', 'image/jpeg', 0),
(764, 1, '2013-12-14 15:14:41', '2013-12-14 15:14:41', '', 'banner', '', 'inherit', 'closed', 'open', '', 'banner-2-2', '', '', '2013-12-14 15:14:41', '2013-12-14 15:14:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/banner1.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2013-12-14 15:44:17', '2013-12-14 15:44:17', '', 'labahia', '', 'inherit', 'closed', 'open', '', 'labahia-2', '', '', '2013-12-14 15:44:17', '2013-12-14 15:44:17', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/labahia.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2014-01-03 22:13:58', '2014-01-03 22:13:58', '', 'mono2', '', 'inherit', 'closed', 'open', '', 'mono2-2', '', '', '2014-01-03 22:13:58', '2014-01-03 22:13:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/mono2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1068, 1, '2014-03-26 20:52:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_gallery', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_gallery&p=1068', 0, 'ngg_gallery', '', 0),
(1008, 1, '2014-03-14 23:08:39', '2014-03-14 23:08:39', '', 'Promo1-1400x400', '', 'inherit', 'closed', 'open', '', 'promo1-1400x400-2', '', '', '2014-03-14 23:08:39', '2014-03-14 23:08:39', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Promo1-1400x4001.jpg', 0, 'attachment', 'image/jpeg', 0),
(789, 1, '2014-01-03 22:26:26', '2014-01-03 22:26:26', '', 'restaurante2', '', 'inherit', 'closed', 'open', '', 'restaurante2-2', '', '', '2014-01-03 22:26:26', '2014-01-03 22:26:26', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/restaurante2.jpg', 0, 'attachment', 'image/jpeg', 0),
(803, 1, '2014-01-03 23:48:53', '2014-01-03 23:48:53', '', 'Slideshow Main', '', 'inherit', 'closed', 'open', '', '802-revision-v1', '', '', '2014-01-03 23:48:53', '2014-01-03 23:48:53', '', 802, 'http://www.puertobarillas.com/welcome/802-revision-v1/', 0, 'revision', '', 0),
(794, 1, '2014-01-03 22:33:43', '2014-01-03 22:33:43', '', 'Puerto_Barillas_Picture2', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture2-4', '', '', '2014-01-03 22:33:43', '2014-01-03 22:33:43', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Puerto_Barillas_Picture22.jpg', 0, 'attachment', 'image/jpeg', 0),
(815, 1, '2014-01-05 03:00:48', '2014-01-05 03:00:48', '', 'membresia', '', 'inherit', 'closed', 'open', '', 'membresia', '', '', '2014-01-05 03:00:48', '2014-01-05 03:00:48', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/membresia.jpg', 0, 'attachment', 'image/jpeg', 0),
(816, 1, '2014-01-05 03:00:48', '2014-01-05 03:00:48', '', 'membresia', '', 'inherit', 'closed', 'open', '', 'membresia-2', '', '', '2014-01-05 03:00:48', '2014-01-05 03:00:48', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/membresia.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2014-01-05 03:03:07', '2014-01-05 03:03:07', '', 'mono', '', 'inherit', 'closed', 'open', '', 'mono-3', '', '', '2014-01-05 03:03:07', '2014-01-05 03:03:07', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/mono.jpg', 0, 'attachment', 'image/jpeg', 0),
(827, 1, '2014-01-05 21:32:09', '2014-01-05 21:32:09', '', 'Activities3', '', 'inherit', 'closed', 'open', '', 'activities3-2', '', '', '2014-01-05 21:32:09', '2014-01-05 21:32:09', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities3.jpg', 0, 'attachment', 'image/jpeg', 0),
(828, 1, '2014-01-05 21:32:12', '2014-01-05 21:32:12', '', 'Activities4', '', 'inherit', 'closed', 'open', '', 'activities4', '', '', '2014-01-05 21:32:12', '2014-01-05 21:32:12', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities4.jpg', 0, 'attachment', 'image/jpeg', 0),
(829, 1, '2014-01-05 21:32:12', '2014-01-05 21:32:12', '', 'Activities4', '', 'inherit', 'closed', 'open', '', 'activities4-2', '', '', '2014-01-05 21:32:12', '2014-01-05 21:32:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities4.jpg', 0, 'attachment', 'image/jpeg', 0),
(830, 1, '2014-01-05 21:32:15', '2014-01-05 21:32:15', '', 'Activities5', '', 'inherit', 'closed', 'open', '', 'activities5', '', '', '2014-01-05 21:32:15', '2014-01-05 21:32:15', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities5.jpg', 0, 'attachment', 'image/jpeg', 0),
(831, 1, '2014-01-05 21:32:15', '2014-01-05 21:32:15', '', 'Activities5', '', 'inherit', 'closed', 'open', '', 'activities5-2', '', '', '2014-01-05 21:32:15', '2014-01-05 21:32:15', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities5.jpg', 0, 'attachment', 'image/jpeg', 0),
(832, 1, '2014-01-05 21:32:18', '2014-01-05 21:32:18', '', 'Activities6', '', 'inherit', 'closed', 'open', '', 'activities6', '', '', '2014-01-05 21:32:18', '2014-01-05 21:32:18', '', 18, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities6.jpg', 0, 'attachment', 'image/jpeg', 0),
(833, 1, '2014-01-05 21:32:18', '2014-01-05 21:32:18', '', 'Activities6', '', 'inherit', 'closed', 'open', '', 'activities6-2', '', '', '2014-01-05 21:32:18', '2014-01-05 21:32:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Activities6.jpg', 0, 'attachment', 'image/jpeg', 0),
(890, 1, '2014-01-06 22:45:43', '2014-01-06 22:45:43', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>\r\n\r\n<span style=\"color: #ffffff;\"> </span>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:45:43', '2014-01-06 22:45:43', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(889, 1, '2014-01-06 22:44:51', '2014-01-06 22:44:51', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>\r\n\r\n<span style=\"color: #ffffff;\">Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.</span>\r\n\r\n<span style=\"color: #ffffff;\">All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.</span>\r\n<span style=\"color: #ffffff;\">See our Accomodation Gallery for more pictures.</span>\r\n\r\n<span style=\"color: #ffffff;\">Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.</span>\r\n\r\n<span style=\"color: #ffffff;\">Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.</span>\r\n\r\n<span style=\"color: #ffffff;\">All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.</span>\r\n<span style=\"color: #ffffff;\">See our Accomodation Gallery for more pictures.</span>\r\n\r\n<span style=\"color: #ffffff;\">Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.</span>\r\n\r\n<span style=\"color: #ffffff;\">Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.</span>\r\n\r\n<span style=\"color: #ffffff;\">All prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.</span>\r\n<span style=\"color: #ffffff;\">See our Accomodation Gallery for more pictures.</span>\r\n\r\n<span style=\"color: #ffffff;\">Accommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.</span>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:44:51', '2014-01-06 22:44:51', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(892, 1, '2014-01-06 22:52:24', '2014-01-06 22:52:24', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:52:24', '2014-01-06 22:52:24', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(894, 1, '2014-01-06 22:53:03', '2014-01-06 22:53:03', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:53:03', '2014-01-06 22:53:03', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(891, 1, '2014-01-06 22:46:53', '2014-01-06 22:46:53', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>\r\n\r\nYour ‘Day Away’ at Puerto Barillas, located in Canal Barillas at Jiquilisco Bay offers plenty of activities to choose from including a lancha panga tour or pontoon tour in the Jiqulisco Bay, a delicious meal and a visit to our monkey sanctuary in their natural habitat. But if you prefer more adventurous tours, such as kayaking in the bay or other customized group tour, we will be more than happy to prepare a day full of adventure.\r\n\r\nIf you decide to take the boat tour, you will be visiting a heavenly –made island where you can be enjoy the calm waters of the Jiquilisco Bay which are safe for the family to swim and fish. In our facilities we offer swings and slides for the children (a lovely playground) and also a swimming pool and Jacuzzi for all ages Come and enjoy the day with us….\r\n\r\nFor day trips we offer the following packages:\r\n<strong>Option 1 - with Lunch</strong>\r\n<ul>\r\n	<li>1-3 people $ 31.50PP</li>\r\n	<li>4-6 people $ 30.50PP</li>\r\n	<li>7-9 people $ 29.50PP</li>\r\n</ul>\r\n* Includes welcome coconut water .\r\n* Lunch and a drink :\r\n- A la Carte (includes ) :\r\na) Main Dish : Meat, poultry, fish , cocktails, sandwich is considered a main dish .\r\nb ) Drink : 1 domestic beer , bottled water, Coconut water\r\n* Use of facilities\r\n* Tax ( VAT ) and services\r\nPP = Per Person\r\n* Children under 7 years : $ 20.00 . Kids meal : hamburger or sandwich , chips , ice cream and soda.\r\n\r\n<strong>Option 2 - With Panga Boat Tour – Isla Pajarito</strong> ( 2 hours Additional Hour $ 56.00 )\r\n<ul>\r\n	<li>1-2 people : $ 130.50 total</li>\r\n	<li>3-4 people $ 34.50PP</li>\r\n	<li>5-6 people $ 32.50PP</li>\r\n	<li>7-9 people $ 30.50PP</li>\r\n</ul>\r\n* 7-9 persons: allow 2 children under 7 years paying the fee of $25.00\r\n* Includes welcoming drink: coconut water\r\n* Use of facilities and services and taxes\r\n\r\n<strong>Option 3 - Boat Tour and Lunch</strong> ( 2 hours tour )\r\n<ul>\r\n	<li>3 people $ 47.50PP</li>\r\n	<li>4-6 people $ 43.500PP</li>\r\n	<li>7-9 people $ 42.50PP</li>\r\n</ul>\r\nIncludes panga boat tour , welcome coconut water , lunch and a drink ( domestic beer , glass water , coconut water or gas )\r\nUse of Facilities\r\n\r\n<strong>Optional tours:</strong>\r\nSpider Monkeys Sanctuary\r\n<ul>\r\n	<li>1-2 people: $10.00 pp</li>\r\n	<li>3-9 people: $5.00 pp</li>\r\n	<li>Children: $2.50 pp (as long as there are 2 adults in the group)</li>\r\n</ul>\r\nThe boat tour is approximately two hours , we made the trip over the main channel of Jiquilisco Bay where our visitors can appreciate the benefits offered by the Bay , including mangrove diversity , panoramic view of mountains and volcanoes , then we reach Isla Pajarito where you can enjoy the beautiful beach with a beautiful and relaxing view of the sea. You may also have the opportunity to see migratory birds.\r\n\r\n• Our recommendation is to take lunch and tour of the bay. It\'s beautiful!\r\nDo not forget to bring your camera because you usually see exotic birds, mangroves, a nice view of volcanoes , crocs and gators depending on the tide . Also the tour to see the monkeys is fun. These spider monkeys are playful and mischievous, especially when they take bananas.\r\n<h4>We hope you visit this wonderful paradise in Jiquilisco Bay !</h4>\r\n<blockquote>For group reservations, please contact: info@puertobarillas.com\r\nFor group rates please visit group Full package rates</blockquote>\r\n<span style=\"color: #ffffff;\"> </span>', 'LODGE', '', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-06 22:46:53', '2014-01-06 22:46:53', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(897, 1, '2014-01-06 23:32:04', '2014-01-06 23:32:04', '', 'alojamiento2', '', 'inherit', 'closed', 'open', '', 'alojamiento2', '', '', '2014-01-06 23:32:04', '2014-01-06 23:32:04', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento2.jpg', 0, 'attachment', 'image/jpeg', 0),
(898, 1, '2014-01-06 23:32:04', '2014-01-06 23:32:04', '', 'alojamiento2', '', 'inherit', 'closed', 'open', '', 'alojamiento2-2', '', '', '2014-01-06 23:32:04', '2014-01-06 23:32:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento2.jpg', 0, 'attachment', 'image/jpeg', 0),
(899, 1, '2014-01-06 23:32:20', '2014-01-06 23:32:20', '', 'alojamiento3', '', 'inherit', 'closed', 'open', '', 'alojamiento3', '', '', '2014-01-06 23:32:20', '2014-01-06 23:32:20', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento3.jpg', 0, 'attachment', 'image/jpeg', 0),
(900, 1, '2014-01-06 23:32:20', '2014-01-06 23:32:20', '', 'alojamiento3', '', 'inherit', 'closed', 'open', '', 'alojamiento3-2', '', '', '2014-01-06 23:32:20', '2014-01-06 23:32:20', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento3.jpg', 0, 'attachment', 'image/jpeg', 0),
(901, 1, '2014-01-06 23:32:37', '2014-01-06 23:32:37', '', 'alojamiento4', '', 'inherit', 'closed', 'open', '', 'alojamiento4', '', '', '2014-01-06 23:32:37', '2014-01-06 23:32:37', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento4.jpg', 0, 'attachment', 'image/jpeg', 0),
(902, 1, '2014-01-06 23:32:37', '2014-01-06 23:32:37', '', 'alojamiento4', '', 'inherit', 'closed', 'open', '', 'alojamiento4-2', '', '', '2014-01-06 23:32:37', '2014-01-06 23:32:37', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento4.jpg', 0, 'attachment', 'image/jpeg', 0),
(903, 1, '2014-01-06 23:32:41', '2014-01-06 23:32:41', '', 'alojamiento5', '', 'inherit', 'closed', 'open', '', 'alojamiento5', '', '', '2014-01-06 23:32:41', '2014-01-06 23:32:41', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento5.jpg', 0, 'attachment', 'image/jpeg', 0),
(904, 1, '2014-01-06 23:32:41', '2014-01-06 23:32:41', '', 'alojamiento5', '', 'inherit', 'closed', 'open', '', 'alojamiento5-2', '', '', '2014-01-06 23:32:41', '2014-01-06 23:32:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento5.jpg', 0, 'attachment', 'image/jpeg', 0),
(905, 1, '2014-01-06 23:32:55', '2014-01-06 23:32:55', '', 'alojamiento6', '', 'inherit', 'closed', 'open', '', 'alojamiento6', '', '', '2014-01-06 23:32:55', '2014-01-06 23:32:55', '', 63, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento6.jpg', 0, 'attachment', 'image/jpeg', 0),
(906, 1, '2014-01-06 23:32:55', '2014-01-06 23:32:55', '', 'alojamiento6', '', 'inherit', 'closed', 'open', '', 'alojamiento6-2', '', '', '2014-01-06 23:32:55', '2014-01-06 23:32:55', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/alojamiento6.jpg', 0, 'attachment', 'image/jpeg', 0),
(907, 1, '2014-01-06 23:40:12', '2014-01-06 23:40:12', '', 'Treehouse1', '', 'inherit', 'closed', 'open', '', 'treehouse1', '', '', '2014-01-06 23:40:12', '2014-01-06 23:40:12', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse1.jpg', 0, 'attachment', 'image/jpeg', 0),
(908, 1, '2014-01-06 23:40:12', '2014-01-06 23:40:12', '', 'Treehouse1', '', 'inherit', 'closed', 'open', '', 'treehouse1-2', '', '', '2014-01-06 23:40:12', '2014-01-06 23:40:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse1.jpg', 0, 'attachment', 'image/jpeg', 0),
(909, 1, '2014-01-06 23:40:50', '2014-01-06 23:40:50', '', 'Treehouse2', '', 'inherit', 'closed', 'open', '', 'treehouse2', '', '', '2014-01-06 23:40:50', '2014-01-06 23:40:50', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse2.jpg', 0, 'attachment', 'image/jpeg', 0),
(910, 1, '2014-01-06 23:40:50', '2014-01-06 23:40:50', '', 'Treehouse2', '', 'inherit', 'closed', 'open', '', 'treehouse2-2', '', '', '2014-01-06 23:40:50', '2014-01-06 23:40:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse2.jpg', 0, 'attachment', 'image/jpeg', 0),
(911, 1, '2014-01-06 23:41:31', '2014-01-06 23:41:31', '', 'Treehouse3', '', 'inherit', 'closed', 'open', '', 'treehouse3', '', '', '2014-01-06 23:41:31', '2014-01-06 23:41:31', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse3.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2014-01-06 23:41:31', '2014-01-06 23:41:31', '', 'Treehouse3', '', 'inherit', 'closed', 'open', '', 'treehouse3-2', '', '', '2014-01-06 23:41:31', '2014-01-06 23:41:31', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse3.jpg', 0, 'attachment', 'image/jpeg', 0),
(913, 1, '2014-01-06 23:42:04', '2014-01-06 23:42:04', '', 'Treehouse4', '', 'inherit', 'closed', 'open', '', 'treehouse4', '', '', '2014-01-06 23:42:04', '2014-01-06 23:42:04', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse4.jpg', 0, 'attachment', 'image/jpeg', 0),
(914, 1, '2014-01-06 23:42:04', '2014-01-06 23:42:04', '', 'Treehouse4', '', 'inherit', 'closed', 'open', '', 'treehouse4-2', '', '', '2014-01-06 23:42:04', '2014-01-06 23:42:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse4.jpg', 0, 'attachment', 'image/jpeg', 0),
(915, 1, '2014-01-06 23:42:34', '2014-01-06 23:42:34', '', 'Treehouse5', '', 'inherit', 'closed', 'open', '', 'treehouse5', '', '', '2014-01-06 23:42:34', '2014-01-06 23:42:34', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse5.jpg', 0, 'attachment', 'image/jpeg', 0),
(916, 1, '2014-01-06 23:42:34', '2014-01-06 23:42:34', '', 'Treehouse5', '', 'inherit', 'closed', 'open', '', 'treehouse5-2', '', '', '2014-01-06 23:42:34', '2014-01-06 23:42:34', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse5.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(917, 1, '2014-01-06 23:43:14', '2014-01-06 23:43:14', '', 'Treehouse6', '', 'inherit', 'closed', 'open', '', 'treehouse6', '', '', '2014-01-06 23:43:14', '2014-01-06 23:43:14', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse6.jpg', 0, 'attachment', 'image/jpeg', 0),
(918, 1, '2014-01-06 23:43:14', '2014-01-06 23:43:14', '', 'Treehouse6', '', 'inherit', 'closed', 'open', '', 'treehouse6-2', '', '', '2014-01-06 23:43:14', '2014-01-06 23:43:14', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse6.jpg', 0, 'attachment', 'image/jpeg', 0),
(919, 1, '2014-01-06 23:43:20', '2014-01-06 23:43:20', '', 'Treehouse7', '', 'inherit', 'closed', 'open', '', 'treehouse7', '', '', '2014-01-06 23:43:20', '2014-01-06 23:43:20', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse7.jpg', 0, 'attachment', 'image/jpeg', 0),
(920, 1, '2014-01-06 23:43:20', '2014-01-06 23:43:20', '', 'Treehouse7', '', 'inherit', 'closed', 'open', '', 'treehouse7-2', '', '', '2014-01-06 23:43:20', '2014-01-06 23:43:20', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse7.jpg', 0, 'attachment', 'image/jpeg', 0),
(921, 1, '2014-01-06 23:43:28', '2014-01-06 23:43:28', '', 'Treehouse8', '', 'inherit', 'closed', 'open', '', 'treehouse8', '', '', '2014-01-06 23:43:28', '2014-01-06 23:43:28', '', 209, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse8.jpg', 0, 'attachment', 'image/jpeg', 0),
(922, 1, '2014-01-06 23:43:28', '2014-01-06 23:43:28', '', 'Treehouse8', '', 'inherit', 'closed', 'open', '', 'treehouse8-2', '', '', '2014-01-06 23:43:28', '2014-01-06 23:43:28', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Treehouse8.jpg', 0, 'attachment', 'image/jpeg', 0),
(925, 1, '2014-01-07 00:03:17', '2014-01-07 00:03:17', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '', 'inherit', 'closed', 'open', '', 'ilopango-03', '', '', '2014-01-07 00:03:17', '2014-01-07 00:03:17', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities1.jpg', 0, 'attachment', 'image/jpeg', 0),
(926, 1, '2014-01-07 00:03:17', '2014-01-07 00:03:17', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '', 'inherit', 'closed', 'open', '', 'ilopango-03-2', '', '', '2014-01-07 00:03:17', '2014-01-07 00:03:17', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities1.jpg', 0, 'attachment', 'image/jpeg', 0),
(927, 1, '2014-01-07 00:03:33', '2014-01-07 00:03:33', '', 'Facilities2', '', 'inherit', 'closed', 'open', '', 'facilities2', '', '', '2014-01-07 00:03:33', '2014-01-07 00:03:33', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities2.jpg', 0, 'attachment', 'image/jpeg', 0),
(928, 1, '2014-01-07 00:03:33', '2014-01-07 00:03:33', '', 'Facilities2', '', 'inherit', 'closed', 'open', '', 'facilities2-2', '', '', '2014-01-07 00:03:33', '2014-01-07 00:03:33', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities2.jpg', 0, 'attachment', 'image/jpeg', 0),
(929, 1, '2014-01-07 00:04:09', '2014-01-07 00:04:09', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '', 'inherit', 'closed', 'open', '', 'ilopango-03-3', '', '', '2014-01-07 00:04:09', '2014-01-07 00:04:09', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities3.jpg', 0, 'attachment', 'image/jpeg', 0),
(930, 1, '2014-01-07 00:04:09', '2014-01-07 00:04:09', 'Ilopango Airshow 2003, Ilopango, El Salvador', 'Ilopango 03', '', 'inherit', 'closed', 'open', '', 'ilopango-03-3-2', '', '', '2014-01-07 00:04:09', '2014-01-07 00:04:09', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities3.jpg', 0, 'attachment', 'image/jpeg', 0),
(931, 1, '2014-01-07 00:04:18', '2014-01-07 00:04:18', '', 'Facilities4', '', 'inherit', 'closed', 'open', '', 'facilities4', '', '', '2014-01-07 00:04:18', '2014-01-07 00:04:18', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities4.jpg', 0, 'attachment', 'image/jpeg', 0),
(932, 1, '2014-01-07 00:04:18', '2014-01-07 00:04:18', '', 'Facilities4', '', 'inherit', 'closed', 'open', '', 'facilities4-2', '', '', '2014-01-07 00:04:18', '2014-01-07 00:04:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities4.jpg', 0, 'attachment', 'image/jpeg', 0),
(933, 1, '2014-01-07 00:04:30', '2014-01-07 00:04:30', '', 'Facilities5', '', 'inherit', 'closed', 'open', '', 'facilities5', '', '', '2014-01-07 00:04:30', '2014-01-07 00:04:30', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities5.jpg', 0, 'attachment', 'image/jpeg', 0),
(934, 1, '2014-01-07 00:04:30', '2014-01-07 00:04:30', '', 'Facilities5', '', 'inherit', 'closed', 'open', '', 'facilities5-2', '', '', '2014-01-07 00:04:30', '2014-01-07 00:04:30', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities5.jpg', 0, 'attachment', 'image/jpeg', 0),
(935, 1, '2014-01-07 00:05:03', '2014-01-07 00:05:03', '', 'Facilities6', '', 'inherit', 'closed', 'open', '', 'facilities6', '', '', '2014-01-07 00:05:03', '2014-01-07 00:05:03', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities6.jpg', 0, 'attachment', 'image/jpeg', 0),
(936, 1, '2014-01-07 00:05:03', '2014-01-07 00:05:03', '', 'Facilities6', '', 'inherit', 'closed', 'open', '', 'facilities6-2', '', '', '2014-01-07 00:05:03', '2014-01-07 00:05:03', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities6.jpg', 0, 'attachment', 'image/jpeg', 0),
(937, 1, '2014-01-07 00:05:15', '2014-01-07 00:05:15', '', 'Facilities7', '', 'inherit', 'closed', 'open', '', 'facilities7', '', '', '2014-01-07 00:05:15', '2014-01-07 00:05:15', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities7.jpg', 0, 'attachment', 'image/jpeg', 0),
(938, 1, '2014-01-07 00:05:15', '2014-01-07 00:05:15', '', 'Facilities7', '', 'inherit', 'closed', 'open', '', 'facilities7-2', '', '', '2014-01-07 00:05:15', '2014-01-07 00:05:15', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities7.jpg', 0, 'attachment', 'image/jpeg', 0),
(939, 1, '2014-01-07 00:05:27', '2014-01-07 00:05:27', '', 'Facilities8', '', 'inherit', 'closed', 'open', '', 'facilities8', '', '', '2014-01-07 00:05:27', '2014-01-07 00:05:27', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities8.jpg', 0, 'attachment', 'image/jpeg', 0),
(940, 1, '2014-01-07 00:05:27', '2014-01-07 00:05:27', '', 'Facilities8', '', 'inherit', 'closed', 'open', '', 'facilities8-2', '', '', '2014-01-07 00:05:27', '2014-01-07 00:05:27', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities8.jpg', 0, 'attachment', 'image/jpeg', 0),
(941, 1, '2014-01-07 00:05:36', '2014-01-07 00:05:36', '', 'Facilities9', '', 'inherit', 'closed', 'open', '', 'facilities9', '', '', '2014-01-07 00:05:36', '2014-01-07 00:05:36', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities9.jpg', 0, 'attachment', 'image/jpeg', 0),
(942, 1, '2014-01-07 00:05:36', '2014-01-07 00:05:36', '', 'Facilities9', '', 'inherit', 'closed', 'open', '', 'facilities9-2', '', '', '2014-01-07 00:05:36', '2014-01-07 00:05:36', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities9.jpg', 0, 'attachment', 'image/jpeg', 0),
(943, 1, '2014-01-07 00:13:27', '0000-00-00 00:00:00', 'eyJJRCI6OTQzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-01-07 00:13:27', '2014-01-07 00:13:27', 'eyJJRCI6OTQzLCJwb3N0X25hbWUiOiJNaXhpbl9OZXh0R2VuX1RhYmxlX0V4dHJhcyJ9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=943', 0, 'ngg_pictures', '', 0),
(946, 1, '2014-01-07 00:18:01', '2014-01-07 00:18:01', '', 'Facilities10', '', 'inherit', 'closed', 'open', '', 'facilities10', '', '', '2014-01-07 00:18:01', '2014-01-07 00:18:01', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities10.jpg', 0, 'attachment', 'image/jpeg', 0),
(947, 1, '2014-01-07 00:18:01', '2014-01-07 00:18:01', '', 'Facilities10', '', 'inherit', 'closed', 'open', '', 'facilities10-2', '', '', '2014-01-07 00:18:01', '2014-01-07 00:18:01', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities10.jpg', 0, 'attachment', 'image/jpeg', 0),
(948, 1, '2014-01-07 00:18:04', '2014-01-07 00:18:04', '', 'Facilities11', '', 'inherit', 'closed', 'open', '', 'facilities11', '', '', '2014-01-07 00:18:04', '2014-01-07 00:18:04', '', 16, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities11.jpg', 0, 'attachment', 'image/jpeg', 0),
(949, 1, '2014-01-07 00:18:04', '2014-01-07 00:18:04', '', 'Facilities11', '', 'inherit', 'closed', 'open', '', 'facilities11-2', '', '', '2014-01-07 00:18:04', '2014-01-07 00:18:04', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/01/Facilities11.jpg', 0, 'attachment', 'image/jpeg', 0),
(953, 1, '2014-01-07 03:35:27', '2014-01-07 03:35:27', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n	<li>Ground Floor:</li>\r\n	<li>Bathroom</li>\r\n	<li>Social area with dining table</li>\r\n	<li>Barbecue</li>\r\n	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n	<li>Half bath</li>\r\n	<li>Large room</li>\r\n	<li>A double bed and a bunk bed</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 4 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$59.00</strong></span>', 'Treehouses', '', 'inherit', 'closed', 'open', '', '209-revision-v1', '', '', '2014-01-07 03:35:27', '2014-01-07 03:35:27', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(954, 1, '2014-01-10 16:20:51', '2014-01-10 16:20:51', 'Family Group Membership $385.50 (Tax included)\nCoporate Group Membership: $339.00 ( Tax included) Minimum of 5 members required.\nThis membership includes the following benefits:\n<ul>\n	<li>50% discount on Apartment or TreeHouse rental ( Apartments :$ 118.00 or Treehouses: $ 59.00)</li>\n	<li>Priority reservation (Allocated space reserve)</li>\n	<li>2 Adults (married or couple) and unmarried children under 25 years</li>\n	<li>Free Daily visits</li>\n	<li>Friends are allowed as long as they come with the member (maximum 8 invitees per visit)</li>\n	<li>20% off –Boat rental (with pilot)</li>\n	<li>Value Added: 2 complimentary breakfasts on the first night stay</li>\n	<li>Membership: $ 385.50 (annual)</li>\n	<li>Membership Hangar with type 1 (16 m X 6 m) Membership $ 385.50 plus $ 293.80 monthly p/ Hangar</li>\n	<li>Membership Hangar with type 2 (10 m X 6 m) Membership $ 385.50 plus $ 146.90 monthly p/Hangar</li>\n	<li>Membership with hangar type 3 (6 m X 4 m) $ 385.50 plus $ 75.00 monthly p/Hangar</li>\n</ul>\nPrices include VAT.\nThe hangars fee is anticipated and should Be paid by the first day of every month', 'Memberships', '', 'inherit', 'closed', 'open', '', '364-autosave-v1', '', '', '2014-01-10 16:20:51', '2014-01-10 16:20:51', '', 364, 'http://www.puertobarillas.com/welcome/364-autosave-v1/', 0, 'revision', '', 0),
(955, 1, '2014-01-10 16:54:23', '2014-01-10 16:54:23', 'Family Group Membership $385.50 (Tax included)\r\nCoporate Group Membership: $339.00 ( Tax included) Minimum of 5 members required.\r\nThis membership includes the following benefits:\r\n<ul>\r\n	<li>50% discount on Apartment or TreeHouse rental ( Apartments :$ 118.00 or Treehouses: $ 59.00)</li>\r\n	<li>Priority reservation (Allocated space reserve)</li>\r\n	<li>2 Adults (married or couple) and unmarried children under 25 years</li>\r\n	<li>Free Daily visits</li>\r\n	<li>Friends are allowed as long as they come with the member (maximum 8 invitees per visit)</li>\r\n	<li>20% off –Boat rental (with pilot)</li>\r\n	<li>Value Added: 2 complimentary breakfasts on the first night stay</li>\r\n	<li>Membership: $ 385.50 (annual)</li>\r\n	<li>Membership Hangar with type 1 (16 m X 6 m) Membership $ 385.50 plus $ 293.80 monthly p/ Hangar</li>\r\n	<li>Membership Hangar with type 2 (10 m X 6 m) Membership $ 385.50 plus $ 146.90 monthly p/Hangar</li>\r\n	<li>Membership with hangar type 3 (6 m X 4 m) $ 385.50 plus $ 75.00 monthly p/Hangar</li>\r\n</ul>\r\nPrices include VAT.\r\nThe hangars fee is anticipated and should Be paid by the first day of every month', 'Memberships', '', 'inherit', 'closed', 'open', '', '364-revision-v1', '', '', '2014-01-10 16:54:23', '2014-01-10 16:54:23', '', 364, 'http://www.puertobarillas.com/welcome/364-revision-v1/', 0, 'revision', '', 0),
(974, 1, '2014-02-11 21:10:18', '2014-02-11 21:10:18', '', 'Menu Puerto Barillas', '', 'publish', 'closed', 'closed', '', 'menu-puerto-barillas', '', '', '2014-02-11 21:10:18', '2014-02-11 21:10:18', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=epaper&#038;p=974', 0, 'epaper', '', 0),
(964, 1, '2014-01-14 23:14:06', '2014-01-14 23:14:06', '', 'visitadeldia', '', 'inherit', 'closed', 'open', '', 'visitadeldia', '', '', '2014-01-14 23:14:06', '2014-01-14 23:14:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/visitadeldia.jpg', 0, 'attachment', 'image/jpeg', 0),
(965, 1, '2014-01-14 23:14:06', '2014-01-14 23:14:06', '', 'visitadeldia', '', 'inherit', 'closed', 'open', '', 'visitadeldia-2', '', '', '2014-01-14 23:14:06', '2014-01-14 23:14:06', '', 68, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/visitadeldia.jpg', 0, 'attachment', 'image/jpeg', 0),
(966, 1, '2014-01-14 23:48:40', '2014-01-14 23:48:40', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-14 23:48:40', '2014-01-14 23:48:40', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(969, 1, '2014-01-14 23:52:08', '2014-01-14 23:52:08', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying...', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-14 23:52:08', '2014-01-14 23:52:08', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(970, 1, '2014-01-14 23:52:57', '2014-01-14 23:52:57', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAll prices are per room unless otherwise stated and do not include meals. For current offers, please see our Special offers page.\r\nSee our Accomodation Gallery for more pictures.\r\n\r\nAccommodation is usually ready to check in around 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nMore Information:\r\n<a href=\"http://www.puertobarillas.com/welcome/apartments/\">Apartments</a> and <a href=\"http://www.puertobarillas.com/welcome/treehouses/\">Treehouses</a>', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2014-01-14 23:52:57', '2014-01-14 23:52:57', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(976, 1, '2014-02-12 05:02:50', '2014-02-12 05:02:50', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\n<strong><em>You can check our online <a href=\"#\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2014-02-12 05:02:50', '2014-02-12 05:02:50', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(977, 1, '2014-02-12 05:35:05', '2014-02-12 05:35:05', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2014-02-12 05:35:05', '2014-02-12 05:35:05', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(981, 1, '2014-03-04 15:27:39', '2014-03-04 15:27:39', '[vfb id=6]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-03-04 15:27:39', '2014-03-04 15:27:39', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(983, 1, '2014-03-04 15:49:34', '2014-03-04 15:49:34', '[vfb id=7]', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2014-03-04 15:49:34', '2014-03-04 15:49:34', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(999, 1, '2014-03-08 16:09:03', '2014-03-08 16:09:03', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n	<li>Ground Floor:</li>\r\n	<li>Bathroom</li>\r\n	<li>Social area with dining table</li>\r\n	<li>Barbecue</li>\r\n	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n	<li>Half bath</li>\r\n	<li>Large room</li>\r\n	<li>A double bed and a bunk bed</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 4 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$59.00</strong></span>\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Treehouses', '', 'inherit', 'closed', 'open', '', '209-revision-v1', '', '', '2014-03-08 16:09:03', '2014-03-08 16:09:03', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(1014, 1, '2014-03-14 23:09:33', '2014-03-14 23:09:33', '', 'mono-1400x400', '', 'inherit', 'closed', 'open', '', 'mono-1400x400-2', '', '', '2014-03-14 23:09:33', '2014-03-14 23:09:33', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/mono-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(1003, 1, '2014-03-11 23:07:45', '2014-03-11 23:07:45', '', 'Promo', '', 'inherit', 'closed', 'open', '', 'promo-2', '', '', '2014-03-11 23:07:45', '2014-03-11 23:07:45', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Promo.jpg', 0, 'attachment', 'image/jpeg', 0),
(1005, 1, '2014-03-11 23:15:49', '2014-03-11 23:15:49', '', 'Promo', '', 'inherit', 'closed', 'open', '', 'promo-3', '', '', '2014-03-11 23:15:49', '2014-03-11 23:15:49', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Promo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1006, 0, '2019-09-06 22:11:33', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-09-06 22:11:33', '2019-09-06 22:11:33', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=1006', 0, 'ngg_pictures', '', 0),
(1046, 1, '2014-03-15 14:56:09', '2014-03-15 14:56:09', '', 'Puerto_Barillas_Picture1', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture1-5', '', '', '2014-03-15 14:56:09', '2014-03-15 14:56:09', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1016, 1, '2014-03-14 23:10:05', '2014-03-14 23:10:05', '', 'Puerto_Barillas_Picture6', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture6-3', '', '', '2014-03-14 23:10:05', '2014-03-14 23:10:05', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1030, 1, '2014-03-14 23:14:56', '2014-03-14 23:14:56', '', 'Puerto_Barillas_Picture4', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture4-4', '', '', '2014-03-14 23:14:56', '2014-03-14 23:14:56', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture41.jpg', 0, 'attachment', 'image/jpeg', 0),
(1018, 1, '2014-03-14 23:10:30', '2014-03-14 23:10:30', '', 'Puerto_Barillas_Picture7', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture7-3', '', '', '2014-03-14 23:10:30', '2014-03-14 23:10:30', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1047, 1, '2014-03-15 14:56:50', '2014-03-15 14:56:50', '', 'Puerto_Barillas_Picture4', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture4', '', '', '2014-03-15 14:56:50', '2014-03-15 14:56:50', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture42.jpg', 0, 'attachment', 'image/jpeg', 0),
(1020, 1, '2014-03-14 23:10:58', '2014-03-14 23:10:58', '', 'Puerto_Barillas_Picture22-1400x400', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture22-1400x400-2', '', '', '2014-03-14 23:10:58', '2014-03-14 23:10:58', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture22-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(1032, 1, '2014-03-14 23:15:23', '2014-03-14 23:15:23', '', 'Puerto_Barillas_Picture6', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture6-4', '', '', '2014-03-14 23:15:23', '2014-03-14 23:15:23', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture61.jpg', 0, 'attachment', 'image/jpeg', 0),
(1022, 1, '2014-03-14 23:11:16', '2014-03-14 23:11:16', '', 'Restaurant', '', 'inherit', 'closed', 'open', '', 'restaurant-3', '', '', '2014-03-14 23:11:16', '2014-03-14 23:11:16', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Restaurant.jpg', 0, 'attachment', 'image/jpeg', 0),
(1049, 1, '2014-03-15 14:58:18', '2014-03-15 14:58:18', '', 'Puerto_Barillas_Picture6', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture6', '', '', '2014-03-15 14:58:18', '2014-03-15 14:58:18', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture62.jpg', 0, 'attachment', 'image/jpeg', 0),
(1048, 1, '2014-03-15 14:56:50', '2014-03-15 14:56:50', '', 'Puerto_Barillas_Picture4', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture4-5', '', '', '2014-03-15 14:56:50', '2014-03-15 14:56:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture42.jpg', 0, 'attachment', 'image/jpeg', 0),
(1024, 1, '2014-03-14 23:11:35', '2014-03-14 23:11:35', '', 'restaurante2-1400x400', '', 'inherit', 'closed', 'open', '', 'restaurante2-1400x400-2', '', '', '2014-03-14 23:11:35', '2014-03-14 23:11:35', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/restaurante2-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(1045, 1, '2014-03-15 14:56:09', '2014-03-15 14:56:09', '', 'Puerto_Barillas_Picture1', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture1', '', '', '2014-03-15 14:56:09', '2014-03-15 14:56:09', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1034, 1, '2014-03-14 23:15:48', '2014-03-14 23:15:48', '', 'Puerto_Barillas_Picture7', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture7-4', '', '', '2014-03-14 23:15:48', '2014-03-14 23:15:48', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture71.jpg', 0, 'attachment', 'image/jpeg', 0),
(1036, 1, '2014-03-14 23:15:59', '2014-03-14 23:15:59', '', 'mono-1400x400', '', 'inherit', 'closed', 'open', '', 'mono-1400x400-3', '', '', '2014-03-14 23:15:59', '2014-03-14 23:15:59', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/mono-1400x4001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1050, 1, '2014-03-15 14:58:18', '2014-03-15 14:58:18', '', 'Puerto_Barillas_Picture6', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture6-5', '', '', '2014-03-15 14:58:18', '2014-03-15 14:58:18', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture62.jpg', 0, 'attachment', 'image/jpeg', 0),
(1038, 1, '2014-03-14 23:16:29', '2014-03-14 23:16:29', '', 'Puerto_Barillas_Picture22-1400x400', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture22-1400x400-3', '', '', '2014-03-14 23:16:29', '2014-03-14 23:16:29', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture22-1400x4001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1040, 1, '2014-03-14 23:16:48', '2014-03-14 23:16:48', '', 'Restaurant', '', 'inherit', 'closed', 'open', '', 'restaurant-4', '', '', '2014-03-14 23:16:48', '2014-03-14 23:16:48', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Restaurant1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1051, 1, '2014-03-15 14:59:12', '2014-03-15 14:59:12', '', 'mono-1400x400', '', 'inherit', 'closed', 'open', '', 'mono-1400x400', '', '', '2014-03-15 14:59:12', '2014-03-15 14:59:12', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/mono-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1042, 1, '2014-03-14 23:17:08', '2014-03-14 23:17:08', '', 'restaurante2-1400x400', '', 'inherit', 'closed', 'open', '', 'restaurante2-1400x400-3', '', '', '2014-03-14 23:17:08', '2014-03-14 23:17:08', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/restaurante2-1400x4001.jpg', 0, 'attachment', 'image/jpeg', 0),
(1052, 1, '2014-03-15 14:59:12', '2014-03-15 14:59:12', '', 'mono-1400x400', '', 'inherit', 'closed', 'open', '', 'mono-1400x400-4', '', '', '2014-03-15 14:59:12', '2014-03-15 14:59:12', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/mono-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1053, 1, '2014-03-15 15:00:14', '2014-03-15 15:00:14', '', 'Puerto_Barillas_Picture7', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture7', '', '', '2014-03-15 15:00:14', '2014-03-15 15:00:14', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture72.jpg', 0, 'attachment', 'image/jpeg', 0),
(1054, 1, '2014-03-15 15:00:14', '2014-03-15 15:00:14', '', 'Puerto_Barillas_Picture7', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture7-5', '', '', '2014-03-15 15:00:14', '2014-03-15 15:00:14', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture72.jpg', 0, 'attachment', 'image/jpeg', 0),
(1055, 1, '2014-03-15 15:01:10', '2014-03-15 15:01:10', '', 'Restaurant', '', 'inherit', 'closed', 'open', '', 'restaurant', '', '', '2014-03-15 15:01:10', '2014-03-15 15:01:10', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Restaurant2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1056, 1, '2014-03-15 15:01:10', '2014-03-15 15:01:10', '', 'Restaurant', '', 'inherit', 'closed', 'open', '', 'restaurant-5', '', '', '2014-03-15 15:01:10', '2014-03-15 15:01:10', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Restaurant2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1057, 1, '2014-03-15 15:02:39', '2014-03-15 15:02:39', '', 'Puerto_Barillas_Picture22-1400x400', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture22-1400x400', '', '', '2014-03-15 15:02:39', '2014-03-15 15:02:39', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture22-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1058, 1, '2014-03-15 15:02:39', '2014-03-15 15:02:39', '', 'Puerto_Barillas_Picture22-1400x400', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_picture22-1400x400-4', '', '', '2014-03-15 15:02:39', '2014-03-15 15:02:39', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Puerto_Barillas_Picture22-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1059, 1, '2014-03-15 15:04:01', '2014-03-15 15:04:01', '', 'restaurante2-1400x400', '', 'inherit', 'closed', 'open', '', 'restaurante2-1400x400', '', '', '2014-03-15 15:04:01', '2014-03-15 15:04:01', '', 802, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/restaurante2-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1060, 1, '2014-03-15 15:04:01', '2014-03-15 15:04:01', '', 'restaurante2-1400x400', '', 'inherit', 'closed', 'open', '', 'restaurante2-1400x400-4', '', '', '2014-03-15 15:04:01', '2014-03-15 15:04:01', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/restaurante2-1400x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1063, 1, '2014-03-26 20:15:26', '2014-03-26 20:15:26', '', 'Atardecer', '', 'inherit', 'closed', 'open', '', 'atardecer-2', '', '', '2014-03-26 20:15:26', '2014-03-26 20:15:26', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Atardecer.jpg', 0, 'attachment', 'image/jpeg', 0),
(1065, 1, '2014-03-26 20:31:50', '2014-03-26 20:31:50', '', 'Isla Pajarito', '', 'inherit', 'closed', 'open', '', 'isla-pajarito-2', '', '', '2014-03-26 20:31:50', '2014-03-26 20:31:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Isla-Pajarito.jpg', 0, 'attachment', 'image/jpeg', 0),
(1066, 1, '2014-03-26 20:39:03', '2014-03-26 20:39:03', '', 'Isla Pajarito', '', 'inherit', 'closed', 'open', '', 'isla-pajarito', '', '', '2014-03-26 20:39:03', '2014-03-26 20:39:03', '', 239, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Isla-Pajarito.jpg', 0, 'attachment', 'image/jpeg', 0),
(1067, 1, '2014-03-26 20:39:03', '2014-03-26 20:39:03', '', 'Isla Pajarito', '', 'inherit', 'closed', 'open', '', 'isla-pajarito-3', '', '', '2014-03-26 20:39:03', '2014-03-26 20:39:03', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/03/Isla-Pajarito.jpg', 0, 'attachment', 'image/jpeg', 0),
(1069, 1, '2014-03-26 20:52:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&p=1069', 0, 'ngg_pictures', '', 0),
(1070, 0, '2019-06-06 21:42:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2019-06-06 21:42:53', '2019-06-06 21:42:53', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=1070', 0, 'ngg_pictures', '', 0),
(1071, 1, '2014-03-26 21:01:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_gallery', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 21:01:12', '2014-03-26 21:01:12', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_gallery&#038;p=1071', 0, 'ngg_gallery', '', 0),
(1072, 1, '2014-03-26 20:52:26', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:26', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&p=1072', 0, 'ngg_pictures', '', 0),
(1073, 1, '2014-03-26 21:01:13', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 21:01:13', '2014-03-26 21:01:13', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=1073', 0, 'ngg_pictures', '', 0),
(1074, 1, '2014-03-26 20:52:29', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:29', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&p=1074', 0, 'ngg_pictures', '', 0),
(1075, 1, '2014-03-26 21:01:13', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 21:01:13', '2014-03-26 21:01:13', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&#038;p=1075', 0, 'ngg_pictures', '', 0),
(1076, 1, '2014-03-26 20:52:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&p=1076', 0, 'ngg_pictures', '', 0),
(1077, 1, '2014-03-26 20:52:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 'Untitled ngg_pictures', '', 'draft', 'closed', 'open', '', 'mixin_nextgen_table_extras', '', '', '2014-03-26 20:52:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIn0=', 0, 'http://www.puertobarillas.com/welcome/?post_type=ngg_pictures&p=1077', 0, 'ngg_pictures', '', 0),
(1078, 1, '2014-03-26 20:56:34', '2014-03-26 20:56:34', '<h3><strong>Febrero</strong></h3>\nEn Febrero Revista Ejecutiva de LPG realizo  sesión de Fotografias en Puerto Barillas\n\n&nbsp;', 'Press Release', '', 'inherit', 'closed', 'open', '', '158-autosave-v1', '', '', '2014-03-26 20:56:34', '2014-03-26 20:56:34', '', 158, 'http://www.puertobarillas.com/welcome/158-autosave-v1/', 0, 'revision', '', 0),
(1079, 1, '2014-03-26 20:58:28', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiI2MDAiLCJnYWxsZXJ5X2hlaWdodCI6IjQwMCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMTAiLCJmbGFzaF9lbmFibGVkIjoiMCIsImZsYXNoX2JhY2tncm91bmRfbXVzaWMiOiIiLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoidHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2h1ZmZsZSI6IjEiLCJmbGFzaF9uZXh0X29uX2NsaWNrIjoiMSIsImZsYXNoX25hdmlnYXRpb25fYmFyIjoiMCIsImZsYXNoX2xvYWRpbmdfaWNvbiI6IjAiLCJmbGFzaF93YXRlcm1hcmtfbG9nbyI6IjAiLCJmbGFzaF9zbG93X3pvb20iOiIwIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6IjAiLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOjEyMCwidGh1bWJuYWlsX2hlaWdodCI6OTAsImZsYXNoX3BhdGgiOiIiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbOF0sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInNsdWciOm51bGwsImlkX2ZpZWxkIjoiSUQifQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'open', '', '', '', '', '2014-03-26 20:58:28', '2014-03-26 20:58:28', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiI2MDAiLCJnYWxsZXJ5X2hlaWdodCI6IjQwMCIsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMTAiLCJmbGFzaF9lbmFibGVkIjoiMCIsImZsYXNoX2JhY2tncm91bmRfbXVzaWMiOiIiLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoidHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2h1ZmZsZSI6IjEiLCJmbGFzaF9uZXh0X29uX2NsaWNrIjoiMSIsImZsYXNoX25hdmlnYXRpb25fYmFyIjoiMCIsImZsYXNoX2xvYWRpbmdfaWNvbiI6IjAiLCJmbGFzaF93YXRlcm1hcmtfbG9nbyI6IjAiLCJmbGFzaF9zbG93X3pvb20iOiIwIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6IjAiLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgdGh1bWJuYWlsc10iLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0aHVtYm5haWxfd2lkdGgiOjEyMCwidGh1bWJuYWlsX2hlaWdodCI6OTAsImZsYXNoX3BhdGgiOiIiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbOF0sImV4Y2x1ZGVkX2NvbnRhaW5lcl9pZHMiOltdLCJzb3J0b3JkZXIiOltdLCJlbnRpdHlfaWRzIjpbXSwicmV0dXJucyI6ImluY2x1ZGVkIiwibWF4aW11bV9lbnRpdHlfY291bnQiOjUwMCwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInNsdWciOm51bGwsImlkX2ZpZWxkIjoiSUQifQ==', 0, 'http://www.puertobarillas.com/welcome/?post_type=displayed_gallery&#038;p=1079', 0, 'displayed_gallery', '', 0),
(1080, 1, '2014-03-26 20:57:26', '2014-03-26 20:57:26', '<h3><strong>Febrero</strong></h3>\r\nEn Febrero Revista Ejecutiva de LPG realizo  sesión de Fotografias en Puerto Barillas\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--1079\" />', 'Press Release', '', 'inherit', 'closed', 'open', '', '158-revision-v1', '', '', '2014-03-26 20:57:26', '2014-03-26 20:57:26', '', 158, 'http://www.puertobarillas.com/welcome/158-revision-v1/', 0, 'revision', '', 0),
(1087, 1, '2014-06-18 21:32:28', '2014-06-18 21:32:28', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo', '', '', '2014-06-18 21:32:28', '2014-06-18 21:32:28', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo.png', 0, 'attachment', 'image/png', 0),
(1088, 1, '2014-06-18 21:32:28', '2014-06-18 21:32:28', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-2', '', '', '2014-06-18 21:32:28', '2014-06-18 21:32:28', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo.png', 0, 'attachment', 'image/png', 0),
(1089, 1, '2014-06-18 21:33:08', '2014-06-18 21:33:08', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-3', '', '', '2014-06-18 21:33:08', '2014-06-18 21:33:08', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo1.png', 0, 'attachment', 'image/png', 0),
(1090, 1, '2014-06-18 21:33:08', '2014-06-18 21:33:08', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-3-2', '', '', '2014-06-18 21:33:08', '2014-06-18 21:33:08', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo1.png', 0, 'attachment', 'image/png', 0),
(1091, 1, '2014-06-18 21:33:50', '2014-06-18 21:33:50', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-4', '', '', '2014-06-18 21:33:50', '2014-06-18 21:33:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo2.png', 0, 'attachment', 'image/png', 0),
(1092, 1, '2014-06-18 21:33:50', '2014-06-18 21:33:50', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-4-2', '', '', '2014-06-18 21:33:50', '2014-06-18 21:33:50', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo2.png', 0, 'attachment', 'image/png', 0),
(1093, 1, '2014-06-18 21:34:05', '2014-06-18 21:34:05', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-5', '', '', '2014-06-18 21:34:05', '2014-06-18 21:34:05', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo3.png', 0, 'attachment', 'image/png', 0),
(1094, 1, '2014-06-18 21:34:05', '2014-06-18 21:34:05', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-5-2', '', '', '2014-06-18 21:34:05', '2014-06-18 21:34:05', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo3.png', 0, 'attachment', 'image/png', 0),
(1095, 1, '2014-06-18 21:35:41', '2014-06-18 21:35:41', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-6', '', '', '2014-06-18 21:35:41', '2014-06-18 21:35:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo4.png', 0, 'attachment', 'image/png', 0),
(1096, 1, '2014-06-18 21:35:41', '2014-06-18 21:35:41', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-6-2', '', '', '2014-06-18 21:35:41', '2014-06-18 21:35:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo4.png', 0, 'attachment', 'image/png', 0),
(1097, 1, '2014-06-18 21:37:36', '2014-06-18 21:37:36', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-7', '', '', '2014-06-18 21:37:36', '2014-06-18 21:37:36', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo5.png', 0, 'attachment', 'image/png', 0),
(1098, 1, '2014-06-18 21:37:36', '2014-06-18 21:37:36', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-7-2', '', '', '2014-06-18 21:37:36', '2014-06-18 21:37:36', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo5.png', 0, 'attachment', 'image/png', 0),
(1099, 1, '2014-06-18 21:42:06', '2014-06-18 21:42:06', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-8', '', '', '2014-06-18 21:42:06', '2014-06-18 21:42:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo6.png', 0, 'attachment', 'image/png', 0),
(1100, 1, '2014-06-18 21:42:06', '2014-06-18 21:42:06', '', 'Puerto-Barillas-Logo', '', 'inherit', 'closed', 'open', '', 'puerto-barillas-logo-8-2', '', '', '2014-06-18 21:42:06', '2014-06-18 21:42:06', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/Puerto-Barillas-Logo6.png', 0, 'attachment', 'image/png', 0),
(1101, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 'Las amaneceres en Puerto Barillas son increíbles. ¡te invitamos a vivir esta inolvidable experiencia!', '', 'inherit', 'closed', 'open', '', 'las-amaneceres-en-puerto-barillas-son-increibles-te-invitamos-a-vivir-esta-inolvidable-experiencia', '', '', '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/31c6394a5cd6d35ac89384ac27d6ce07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1102, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 'Cacao Tours available at Puerto Barillas', 'Learn about cacao plant processing', 'inherit', 'closed', 'open', '', 'te-esperamos-en-puerto-barillas-para-que-conozcas-el-tour-del-cacao-no-te-lo-puedes-perderreserva-yatel-50326751131www-puertobarillas-com', '', '', '2018-02-12 23:53:21', '2018-02-12 23:53:21', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/f5b1a23c83fbaedb37876ae56f7de000.jpg', 0, 'attachment', 'image/jpeg', 0),
(1103, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', '¡Les deseamos un feliz día a todos los padres! Esperamos lo disfruten con todos sus amigos y familiares.', '', 'inherit', 'closed', 'open', '', 'les-deseamos-un-feliz-dia-a-todos-los-padres-esperamos-lo-disfruten-con-todos-sus-amigos-y-familiares', '', '', '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/2446abfad76e829134abaf83d862d5f7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1104, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', '¡feliz inicio de semana!, ¿que tal si para tu próximo fin de semana vas a disfrutar a Puerto Barillas\n¡te esperamos!', '', 'inherit', 'closed', 'open', '', 'feliz-inicio-de-semana-que-tal-si-para-tu-proximo-fin-de-semana-vas-a-disfrutar-a-puerto-barillaste-esperamos', '', '', '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/5184b42c5b72c3718c4e6689a477db44.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1105, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 'Las mañanas están llenas de color en Puerto Barillas. Los esperamos!! Mornings are full of color in Puerto Barillas. Visit us!!', '', 'inherit', 'closed', 'open', '', 'las-mananas-estan-llenas-de-color-en-puerto-barillas-los-esperamos-mornings-are-full-of-color-in-puerto-barillas-visit-us', '', '', '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/cb5d4f9ce15c755ca7be47252a8ba55a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1106, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'Look deep into nature, and then you will understand everything better. -Albert Einstein. Amazin sunset at The Hidden Gem.', '', 'inherit', 'closed', 'open', '', 'look-deep-into-nature-and-then-you-will-understand-everything-better-albert-einstein-amazin-sunset-at-the-hidden-gem', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/fa54ecfe648bdcddf753db48efee220f.jpg', 0, 'attachment', 'image/jpeg', 0),
(1107, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'Canal Barillas\nPor todo lo que la Bahía de Jiquilisco ofrece: por su caracteristica y sus bellos paisajes; les invitamos a que conozcan este paraiso natural de El Salvador.\n\nBahia de Jiquilisco, El Salvador\nCentral America', '', 'inherit', 'closed', 'open', '', 'canal-barillaspor-todo-lo-que-la-bahia-de-jiquilisco-ofrece-por-su-caracteristica-y-sus-bellos-paisajes-les-invitamos-a-que-conozcan-este-paraiso-natural-de-el-salvador-bahia-de-jiquilisco-el-sa', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/ff76ed0cbb3ccaef2ac61045569967d2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1108, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'Cacao Tour. Bamboo.', '', 'inherit', 'closed', 'open', '', 'cacao-tour-bamboo', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/89e3dd453aeab2a7033caa2148e90a26.jpg', 0, 'attachment', 'image/jpeg', 0),
(1109, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', '908da60f9cf790dc34e1e7ebf60de289.jpg', '', 'inherit', 'closed', 'open', '', '908da60f9cf790dc34e1e7ebf60de289-jpg', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/908da60f9cf790dc34e1e7ebf60de289.jpg', 0, 'attachment', 'image/jpeg', 0),
(1110, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'Days just fly by at  , there is so much fun to be had, so much relaxing to be done, it\'s paradise.', '', 'inherit', 'closed', 'open', '', 'days-just-fly-by-at-there-is-so-much-fun-to-be-had-so-much-relaxing-to-be-done-its-paradise', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/7493b13e8c74ceb7a6b91fc79a2335ad.jpg', 0, 'attachment', 'image/jpeg', 0),
(1111, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'A  picture of our  deck at', '', 'inherit', 'closed', 'open', '', 'a-picture-of-our-deck-at', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/39414c6092ebac3cefbaa6a454af5f0d.jpg', 0, 'attachment', 'image/jpeg', 0),
(1112, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'Spider monkeys are always entertaining, beautiful creatures who you can meet at Puerto Barillas', '', 'inherit', 'closed', 'open', '', 'spider-monkeys-are-always-entertaining-beautiful-creatures-who-you-can-meet-at-puerto-barillas', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/85535bc01cebc47936cd5232d3b55cd7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1113, 1, '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 'El 17 de Junio es un gran día para celebrar con papá y es por eso que te multiplicamos el  (17x2 +1) y te ofrecemos 35% de descuento en alojamiento. Te regalamos 2 desayunos y 2 entradas a visitar el santuario de monos.\n¡Regálale una gran experiencia a á que nunca olvidará!\nNuestras casas de árbol y apartamentos cuentan con cable: ,  ....¡Te esperamos!', '', 'inherit', 'closed', 'open', '', 'el-17-de-junio-es-un-gran-dia-para-celebrar-con-papa-y-es-por-eso-que-te-multiplicamos-el-17x2-1-y-te-ofrecemos-35-de-descuento-en-alojamiento-te-regalamos-2-desayunos-y-2-entradas-a-visitar-el-s', '', '', '2014-06-18 23:49:42', '2014-06-18 23:49:42', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/7e56f0aade4f257eca96a635ed95de68.jpg', 0, 'attachment', 'image/jpeg', 0),
(1114, 1, '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 'Our comfortable accommodations at Puerto Barillas', '', 'inherit', 'closed', 'open', '', 'our-comfortable-accommodations-at-puerto-barillas', '', '', '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/e798a06b0379a02706e687d7507d611f.jpg', 0, 'attachment', 'image/jpeg', 0),
(1115, 1, '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 'Let\'s go kayaking at Puerto Barillas!!', '', 'inherit', 'closed', 'open', '', 'lets-go-kayaking-at-puerto-barillas', '', '', '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/526b86b2c56f95bdb8426c073f403dc3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1116, 1, '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 'We wish you a good night, from The Hidden Gem, Puerto Barillas.', '', 'inherit', 'closed', 'open', '', 'we-wish-you-a-good-night-from-the-hidden-gem-puerto-barillas', '', '', '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg', 0, 'attachment', 'image/jpeg', 0),
(1118, 1, '2014-07-03 02:02:24', '2014-07-03 02:02:24', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-07-03 02:02:24', '2014-07-03 02:02:24', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1119, 1, '2014-07-03 02:04:01', '2014-07-03 02:04:01', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Lodge Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-07-03 02:04:01', '2014-07-03 02:04:01', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1125, 1, '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 'We wish you a good night, from The Hidden Gem, Puerto Barillas.', '', 'inherit', 'closed', 'open', '', 'we-wish-you-a-good-night-from-the-hidden-gem-puerto-barillas-2', '', '', '2014-06-18 23:49:43', '2014-06-18 23:49:43', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/b6fd69ce54398a3d1f9ff0489d8e0d76.jpg', 0, 'attachment', 'image/jpeg', 0),
(1129, 1, '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', '¡Les deseamos un feliz día a todos los padres! Esperamos lo disfruten con todos sus amigos y familiares.', '', 'inherit', 'closed', 'open', '', 'les-deseamos-un-feliz-dia-a-todos-los-padres-esperamos-lo-disfruten-con-todos-sus-amigos-y-familiares-2', '', '', '2014-06-18 23:49:41', '2014-06-18 23:49:41', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2014/06/2446abfad76e829134abaf83d862d5f7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1135, 1, '2014-10-29 19:16:00', '2014-10-29 19:16:00', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n	<li>A welcoming coconut</li>\r\n	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\r\n</ul>\r\n<blockquote><strong>Use of facilities Rates:</strong>\r\n\r\nGroups 11-15: $41.40\r\n<strong>Groups 16-20:  $</strong>40.20\r\n<strong>Groups 21-30:  $35.40</strong>\r\n<strong>Groups 31-50: $31.20</strong>\r\n\r\n<strong></strong>For a snack: add $3.75 to the price*Also for bananas for the monkeys add a total extra fee of $5.00 (please include it with advance notice)Prices include taxes and 10% restaurant gratuities. Additional gratuities are welcome.</blockquote>\r\n&nbsp;', 'Events', '', 'inherit', 'closed', 'open', '', '299-revision-v1', '', '', '2014-10-29 19:16:00', '2014-10-29 19:16:00', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(1138, 1, '2015-01-04 19:38:11', '2015-01-04 19:38:11', '[vfb id=7]\r\n\r\nKm. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2015-01-04 19:38:11', '2015-01-04 19:38:11', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(1139, 1, '2015-01-04 19:38:52', '2015-01-04 19:38:52', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n[vfb id=7]\r\n\r\n&nbsp;', 'Contact Us', '', 'inherit', 'closed', 'open', '', '107-revision-v1', '', '', '2015-01-04 19:38:52', '2015-01-04 19:38:52', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(1143, 1, '2015-12-17 08:53:51', '2015-12-17 08:53:51', '', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-autosave-v1', '', '', '2015-12-17 08:53:51', '2015-12-17 08:53:51', '', 24, 'http://www.puertobarillas.com/welcome/24-autosave-v1/', 0, 'revision', '', 0),
(1148, 1, '2015-04-16 18:00:03', '2015-04-16 18:00:03', '&nbsp;\r\n\r\n[iframe_loader width=”100%” height=”150″  frameborder = ’0′  longdesc=’ ‘ marginheight=’0′  marginwidth=’0′ name=’ ‘ click_words=’ ‘ click_url=’ ‘  scrolling=’auto’   src=’http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd‘]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:00:03', '2015-04-16 18:00:03', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1141, 1, '2015-01-25 16:33:02', '2015-01-25 16:33:02', '', 'Puerto_Barillas_gallO12-1400x400', '', 'inherit', 'closed', 'open', '', 'puerto_barillas_gallo12-1400x400-2', '', '', '2015-01-25 16:33:02', '2015-01-25 16:33:02', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2015/01/Puerto_Barillas_gallO12-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(1149, 1, '2015-04-16 18:01:38', '2015-04-16 18:01:38', '[iframe_loader width=”1000%” height=”1000″src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\"]\r\n\r\n&nbsp;', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:01:38', '2015-04-16 18:01:38', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1144, 1, '2015-04-16 16:30:25', '2015-04-16 16:30:25', '<h2><a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\"><img class=\"alignnone size-full wp-image-388\" alt=\"under-construction\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/under-construction.jpg\" width=\"301\" height=\"326\" /></a></h2>\r\n<h2>2014 Promotions</h2>\r\n<h3>January</h3>\r\n<h3>February</h3>\r\n<h3>March</h3>\r\n<h3>April</h3>\r\n<h3>May</h3>\r\n<h3>June</h3>\r\n<h3>July</h3>', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 16:30:25', '2015-04-16 16:30:25', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1154, 1, '2015-04-16 18:12:46', '2015-04-16 18:12:46', '[iframe src=\"http://www.youtube.com/embed/4qsGTXLnmKs\" width=\"100%\" height=\"500\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:12:46', '2015-04-16 18:12:46', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1150, 1, '2015-04-16 18:03:39', '2015-04-16 18:03:39', '[iframe_loadersrc=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\"  width=\"1000\" height=\"1000\"]\r\n\r\n&nbsp;', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:03:39', '2015-04-16 18:03:39', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1153, 1, '2015-04-16 18:08:13', '2015-04-16 18:08:13', '', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:08:13', '2015-04-16 18:08:13', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1151, 1, '2015-04-16 18:04:56', '2015-04-16 18:04:56', '<span style=\"line-height: 1.5em;\"> </span><span style=\"line-height: 1.5em;\">[iframe_loader src=\"</span><span style=\"line-height: 1.5em;\">http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd</span><span style=\"line-height: 1.5em;\">\" height=\"1000\"]</span>', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:04:56', '2015-04-16 18:04:56', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1152, 1, '2015-04-16 18:05:40', '2015-04-16 18:05:40', '<span style=\"line-height: 1.5em;\"> </span><span style=\"line-height: 1.5em;\">[iframe_loader src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd</span><span style=\"line-height: 1.5em;\">\" height=\"1000\"]</span>', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:05:40', '2015-04-16 18:05:40', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1178, 1, '2015-07-23 16:28:01', '2015-07-23 16:28:01', '[iframe src=\"https://www.thebookingbutton.co.uk/properties/barillasdirect\" width=\"100%\" height=\"550\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-07-23 16:28:01', '2015-07-23 16:28:01', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1155, 1, '2015-04-16 18:13:49', '2015-04-16 18:13:49', '[iframe src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" width=\"100%\" height=\"500\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:13:49', '2015-04-16 18:13:49', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1156, 1, '2015-04-16 18:16:50', '2015-04-16 18:16:50', '[iframe src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" width=\"1400\" height=\"1000\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:16:50', '2015-04-16 18:16:50', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1157, 1, '2015-04-16 18:17:48', '2015-04-16 18:17:48', '[iframe src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" width=\"100%\" height=\"600\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:17:48', '2015-04-16 18:17:48', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1158, 1, '2015-04-16 18:18:41', '2015-04-16 18:18:41', '[iframe src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" width=\"100%\" height=\"450\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:18:41', '2015-04-16 18:18:41', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1159, 1, '2015-04-16 18:20:02', '2015-04-16 18:20:02', '[iframe src=\"http://www.bookerclub.com/en/hotel/Puerto-Barillas-El-Salvador?aid=20&amp;currency=usd\" width=\"100%\" height=\"550\"]', 'Book Now', '', 'inherit', 'closed', 'open', '', '24-revision-v1', '', '', '2015-04-16 18:20:02', '2015-04-16 18:20:02', '', 24, 'http://www.puertobarillas.com/welcome/24-revision-v1/', 0, 'revision', '', 0),
(1204, 1, '2016-01-05 20:41:17', '2016-01-05 20:41:17', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accomodation have gas barbecues in the terrace/patio.\r\n\r\nPrices are as follows and does NOT include breakfast ( includes taxes )\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"477\"><strong>Low Season  Saturday</strong></td>\r\n<td valign=\"top\" width=\"394\"><strong>Low Season Weekdays</strong></td>\r\n<td valign=\"top\" width=\"334\"><strong>High Season</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"477\">$212.00 (1-3 people)  $224.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"394\">$189.00  (1 – 3 people) 199.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"334\">$236.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nLow Season : January, February, 1-15 th of March, 20 -30th of April, June,  July, 20th-30th of August, September-November, 1-24th of November\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\n&nbsp;\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2016-01-05 20:41:17', '2016-01-05 20:41:17', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1164, 1, '2015-04-17 02:24:35', '2015-04-17 02:24:35', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accomodation have gas barbecues in the terrace/patio.\r\n\r\nPrices are as follows and does NOT include breakfast ( includes taxes )\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"477\"><strong>Low Season  Saturday</strong></td>\r\n<td valign=\"top\" width=\"394\"><strong>Low Season Weekdays</strong></td>\r\n<td valign=\"top\" width=\"334\"><strong>High Season</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"477\">$212.00 (1-3 people)  $224.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"394\">$189.00  (1 – 3 people) 199.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"334\">$236.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nLow Season : January, February, 1-15 th of March, 20 -30th of April, June,  July, 20th-30th of August, September-November, 1-24th of November\r\n\r\nHigh Season: Semana Santa, Semana de Agosto, 27h of December-2th of January\r\n\r\n&nbsp;\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2015-04-17 02:24:35', '2015-04-17 02:24:35', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1163, 1, '2015-04-17 02:23:04', '2015-04-17 02:23:04', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accomodation have gas barbecues in the terrace/patio.\r\n\r\nPrices are as follows and does NOT include breakfast ( includes taxes )\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"477\"><strong>Low Season  Saturday</strong></td>\r\n<td valign=\"top\" width=\"394\"><strong>Low Season Weekdays</strong></td>\r\n<td valign=\"top\" width=\"334\"><strong>High Season</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"477\">$212.00 (1-3 people)  $224.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"394\">$189.00  (1 – 3 people) 199.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"334\">$236.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nLow Season : January, February, 1-15 th of March, 20 -30th of April, June,  July, 20th-30th of August, September-November, 1-24th of November\r\n\r\nigh Season: Semana Santa, Semana de Agosto, 27h of December-2th of January\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\nMaximum Occupancy: 8 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $236.00 Member: $118.00</strong></span>\r\nAll rates include VAT (13%) and tourist tax (5%). Become a member and save half off.\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2015-04-17 02:23:04', '2015-04-17 02:23:04', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1177, 1, '2015-07-07 22:38:07', '2015-07-07 22:38:07', 'Puerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n&nbsp;\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Boat Tours    (Máximo 10 personas)</b></td>\r\n<td valign=\"top\" width=\"368\">Total ( per boat)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat Tour Isla Pajarito / Duration : 2 hours  1-5/6-10</td>\r\n<td valign=\"top\" width=\"368\">$101.00/$113.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Boat Tours / Duration: 2-3 hours</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat tour Punta San Juan or La Pirraya</td>\r\n<td valign=\"top\" width=\"368\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (Estacionado/Parked)</td>\r\n<td valign=\"top\" width=\"368\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (moving)</td>\r\n<td valign=\"top\" width=\"368\">$55.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">For other boat rents  from La Pirray, Puerto El Triufo, Puerto Parada/ Please let us book it or you will still have to pay</td>\r\n<td valign=\"top\" width=\"368\"> $25.00 per boat (service charge/port fee)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Visit the Monkey Sanctuary (you will love this monkey encounter in their natural habitat)\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Per Person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or your own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$5.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b> </b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Kayak Rental\r\n</b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Single</td>\r\n<td valign=\"top\" width=\"368\">$10.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Double</td>\r\n<td valign=\"top\" width=\"368\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">With a guide</td>\r\n<td valign=\"top\" width=\"368\">$3.00 per person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Fishing tours\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Total</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Fishing (3 hours ) max. 5  people</td>\r\n<td valign=\"top\" width=\"368\">$102</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour</td>\r\n<td valign=\"top\" width=\"368\">$30.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Deep Sea Fishing in panga (5:30am-1pm) máx. 3 personas trolling</td>\r\n<td valign=\"top\" width=\"368\">$225-315  (subject to price change)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Artisan fishing Deep Sea or Bay  (3-4 horas) max. 4 personas</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Cocoa Tours   Monday-Friday  8am-3 pm Saturday: 8am-1pm</b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or by own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Our vehicle</td>\r\n<td valign=\"top\" width=\"368\">$9.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours<strong><a id=\"fishing\" name=\"fishing\"></a></strong>With Guide: add $3.00 per person</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\"><br style=\"color: #008000;\" /></span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2015-07-07 22:38:07', '2015-07-07 22:38:07', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1166, 1, '2015-04-17 03:27:45', '2015-04-17 03:27:45', 'Puerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n&nbsp;\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Boat Tours    (Máximo 10 personas)</b></td>\r\n<td valign=\"top\" width=\"368\">Total ( per boat)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat Tour Isla Pajarito / Duration : 2 hours  1-5/6-10</td>\r\n<td valign=\"top\" width=\"368\">$101.00/$113.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Boat Tours / Duration: 2-3 hours</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat tour Punta San Juan or La Pirraya</td>\r\n<td valign=\"top\" width=\"368\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (Estacionado/Parked)</td>\r\n<td valign=\"top\" width=\"368\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (moving)</td>\r\n<td valign=\"top\" width=\"368\">$55.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">For other boat rents  from La Pirray, Puerto El Triufo, Puerto Parada/ Please let us book it or you will still have to pay</td>\r\n<td valign=\"top\" width=\"368\"> $25.00 per boat (service charge/port fee)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Visit the Monkey Sanctuary (you will love this monkey encounter in their natural habitat)\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Per Person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or your own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$5.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b> </b></td>\r\n<td valign=\"top\" width=\"368\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Kayak Rental\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Single</td>\r\n<td valign=\"top\" width=\"368\">$10.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Double</td>\r\n<td valign=\"top\" width=\"368\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">With a guide</td>\r\n<td valign=\"top\" width=\"368\">$3.00 per person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">&nbsp;</td>\r\n<td valign=\"top\" width=\"368\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Fishing tours\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Total</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Fishing (3 hours ) max. 5  people</td>\r\n<td valign=\"top\" width=\"368\">$102</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour</td>\r\n<td valign=\"top\" width=\"368\">$30.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Deep Sea Fishing in panga (5:30am-1pm) máx. 3 personas trolling</td>\r\n<td valign=\"top\" width=\"368\">$225-315  (subject to price change)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Artisan fishing Deep Sea or Bay  (3-4 horas) max. 4 personas</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">&nbsp;</td>\r\n<td valign=\"top\" width=\"368\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Cocoa Tours   Monday-Friday  8am-3 pm Saturday: 8am-1pm</b></td>\r\n<td valign=\"top\" width=\"368\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or by own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Our vehicle</td>\r\n<td valign=\"top\" width=\"368\">$9.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours<strong><a id=\"fishing\" name=\"fishing\"></a></strong>With Guide: add $3.00 per person</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\">Hawskbill Turtle Con\r\n</span></strong>\r\n\r\n<strong style=\"font-size: 1em;\">(Late April- September- Best time- July)</strong>\r\n\r\n<em><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></em>\r\n\r\n<em>Tour on request only…</em>\r\n\r\n<strong>WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</strong>\r\n<p style=\"text-align: justify;\"><strong>ITINERARY: </strong>A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</p>\r\n<p style=\"text-align: justify;\"><strong>IMPORTANCE: </strong>Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</p>\r\n<p style=\"text-align: justify;\"><strong>DECISION MAKING</strong>: One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</p>\r\n<p style=\"text-align: justify;\"><strong>WALK RITHM</strong>: If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</p>\r\n<p style=\"text-align: justify;\"><strong>LIGHTS: </strong>Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</p>\r\n<p style=\"text-align: justify;\"><strong>WHAT TO BRING: </strong>Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\nl\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2015-04-17 03:27:45', '2015-04-17 03:27:45', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(1167, 1, '2015-04-17 03:28:31', '2015-04-17 03:28:31', 'Puerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n\r\n&nbsp;\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Boat Tours    (Máximo 10 personas)</b></td>\r\n<td valign=\"top\" width=\"368\">Total ( per boat)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat Tour Isla Pajarito / Duration : 2 hours  1-5/6-10</td>\r\n<td valign=\"top\" width=\"368\">$101.00/$113.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Boat Tours / Duration: 2-3 hours</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Boat tour Punta San Juan or La Pirraya</td>\r\n<td valign=\"top\" width=\"368\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (Estacionado/Parked)</td>\r\n<td valign=\"top\" width=\"368\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour (moving)</td>\r\n<td valign=\"top\" width=\"368\">$55.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">For other boat rents  from La Pirray, Puerto El Triufo, Puerto Parada/ Please let us book it or you will still have to pay</td>\r\n<td valign=\"top\" width=\"368\"> $25.00 per boat (service charge/port fee)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Visit the Monkey Sanctuary (you will love this monkey encounter in their natural habitat)\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Per Person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or your own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$5.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b> </b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Kayak Rental\r\n</b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Single</td>\r\n<td valign=\"top\" width=\"368\">$10.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Double</td>\r\n<td valign=\"top\" width=\"368\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">With a guide</td>\r\n<td valign=\"top\" width=\"368\">$3.00 per person</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Fishing tours\r\n</b></td>\r\n<td valign=\"top\" width=\"368\">Total</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bay Fishing (3 hours ) max. 5  people</td>\r\n<td valign=\"top\" width=\"368\">$102</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Additional hour</td>\r\n<td valign=\"top\" width=\"368\">$30.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Deep Sea Fishing in panga (5:30am-1pm) máx. 3 personas trolling</td>\r\n<td valign=\"top\" width=\"368\">$225-315  (subject to price change)</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Artisan fishing Deep Sea or Bay  (3-4 horas) max. 4 personas</td>\r\n<td valign=\"top\" width=\"368\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\"><b>Cocoa Tours   Monday-Friday  8am-3 pm Saturday: 8am-1pm</b></td>\r\n<td valign=\"top\" width=\"368\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Walking or by own vehicle</td>\r\n<td valign=\"top\" width=\"368\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Bike tour</td>\r\n<td valign=\"top\" width=\"368\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"612\">Our vehicle</td>\r\n<td valign=\"top\" width=\"368\">$9.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours<strong><a id=\"fishing\" name=\"fishing\"></a></strong>With Guide: add $3.00 per person</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\">Hawskbill Turtle Con\r\n</span></strong>\r\n\r\n<strong style=\"font-size: 1em;\">(Late April- September- Best time- July)</strong>\r\n\r\n<em><a href=\"http://www.hawksbill.org/\" target=\"_blank\">www.hawksbill.org</a></em>\r\n\r\n<em>Tour on request only…</em>\r\n\r\n<strong>WHAT YOU SHOULD KNOW ABOUT HAWKSBILL SEA TURTLE TOUR</strong>\r\n<p style=\"text-align: justify;\"><strong>ITINERARY: </strong>A local boat driver will meet with you at the harbour of Puerto Barillas normally <strong>at 19:00h however could be flexible notifying in advance</strong>. Transportation in the estuary will be around 30 minutes to La Pirraya Island where you’ll receive a brief introduction about the project and sea turtles in general for 20 minutes. After that we´ll visit the hatchery and then we´ll walk <strong>around four kilometers </strong>to the beach for <strong>approximately 2 hours</strong>. The <strong>whole tour will take approximately 3,5 hours</strong>.</p>\r\n<p style=\"text-align: justify;\"><strong>IMPORTANCE: </strong>Patrolling at night enables us to obtain a lot of information from the nesting turtles. Turtle tours involve local people in sustainable activities that let them to get incomes helping to the conservation. This is why your presence on the beach is so important. Thank you very much once more time for being here and helping us on this project.</p>\r\n<p style=\"text-align: justify;\"><strong>DECISION MAKING</strong>: One of the local guides will be leading the turtle tour, please only walk behind or alongside him/her, never in front, since we will be able to show you how to distinguish the turtle tracks and we will be able to spot them on time to stop and not scare the nesting turtles. When we see a turtle, you will wait. The local guide will approach her carefully and let you know what she is doing and what you will do.</p>\r\n<p style=\"text-align: justify;\"><strong>WALK RITHM</strong>: If at any moment, you need to stop to have a rest, a drink of water, or you´d prefer to walk a bit slower, let us know, there is no problem; the most important thing is walk together.</p>\r\n<p style=\"text-align: justify;\"><strong>LIGHTS: </strong>Turtles are very sensitive to light and flashlights have to use only when are necessary. You might want to bring your white <strong>flashlight </strong>for walking on the trail, which you will need to do in case there is no beach because the tide is too high, but it should be kept away during the rest of the patrol.</p>\r\n<p style=\"text-align: justify;\"><strong>WHAT TO BRING: </strong>Always take a <strong>water bottle </strong>with you since we will be working and walking for a long time. Take your <strong>rain gear</strong>, it rains almost every night, even if it´s just for a little while. Use <strong>closed toed shoes </strong>and long trousers, since there is a lot of garbage, spines and timber on the beach that might hurt you, and they are necessary for when walking on the trail. You will also need to use <strong>dark clothes </strong>so that you do not stand out too much at night on the beach. Otherwise, <strong>insect repellent </strong>will help you to enjoy the sea turtle tour easily…….</p>\r\n\r\n<table width=\"622\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\" width=\"96\">US$</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">1 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">2 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">3 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">4 person</td>\r\n<td bgcolor=\"#DDEFF7\" width=\"94\">5 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">82</td>\r\n<td bgcolor=\"#D6E1E2\">43</td>\r\n<td bgcolor=\"#D6E1E2\">30</td>\r\n<td bgcolor=\"#D6E1E2\">24</td>\r\n<td bgcolor=\"#D6E1E2\">20</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">US$</td>\r\n<td bgcolor=\"#DDEFF7\">6 person</td>\r\n<td bgcolor=\"#DDEFF7\">7 person</td>\r\n<td bgcolor=\"#DDEFF7\">8 person</td>\r\n<td bgcolor=\"#DDEFF7\">9 person</td>\r\n<td bgcolor=\"#DDEFF7\">10 person</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\">Cost/person</td>\r\n<td bgcolor=\"#D6E1E2\">18</td>\r\n<td bgcolor=\"#D6E1E2\">16</td>\r\n<td bgcolor=\"#D6E1E2\">15</td>\r\n<td bgcolor=\"#D6E1E2\">14</td>\r\n<td bgcolor=\"#D6E1E2\">13</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Other activities under development</strong>\r\n\r\n• Horseback riding tours\r\n\r\n• Bicycle Tours\r\n\r\n• Cacao Tours\r\n\r\nLearn about El Salvador’s and Hacienda La Carrera cacao\r\n\r\nhttp://www.laprensagrafica.com/manjar-de-dioses\r\n\r\n• Coconut oil production tours ( visit Isla Espiritu Santo)\r\n\r\n&nbsp;\r\n\r\nl\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"#top\"> Return Top Page</a></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2015-04-17 03:28:31', '2015-04-17 03:28:31', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(1180, 1, '2018-02-12 23:54:46', '2018-02-12 23:54:46', 'Puerto Barillas lodge offers either day packages  for this tour or when staying at Puerto Barillas book this tour.\r\n\r\nWhat to expect on this tour?\r\n\r\nThe local cacao expert guide will guide you through each one of the steps in processing high-quality cacao. Beginning with the first step of grafting either on a young 6 month old plant or on grounds  and continue to learn about the harvest, cutting and extraction of the grains in a cacao pod. Next, you will learn about the post-harvest process: fermentation and drying, which are determining factors in the quality of the chocolate.  This is a 45 minute tour.   At the end of the tour, we will invite you to try a cup of hot chocolate when retuning to Puerto Barillas.\r\n\r\nChocolates made from our cacao have won gold and silver medals on an International Chocolate Awards Event.\r\n\r\nLocation: San Jose Real de La Carrera, one of the largest cacao plantations in Central America (1km  away from Puerto Barillas).  Tours are not open directly to public only via Puerto Barillas, sister company.   Cacao plantation farm: 240 manzanas, 168 hectares, 414 acres.\r\n\r\nHigh Season: February-July. (approximately 28000 cacao pods are opened daily)\r\n\r\nHours of Operation:\r\n\r\nMonday-Friday 8:00am-11:30am.\r\nSaturday: 8:00am-11:00 am (by appointment only, reservations need to be make in advance)\r\n\r\nSunday: We only accept groups between 5-15 people (by appointment only, reservations need to make in advance, at least 4 days in advance)\r\n\r\nFor day visits, we have the following package that includes:\r\n\r\nBudget:  Cacao tour + Lunch: Panini, 1 beverage (national beer, water or soda) + Free cup of hot chocolate\r\n1-7 people: $26.40\r\n8-15 people: $24.00\r\n\r\nCacao + Complete Lunch which includes Chicken, meat or fish + 1 beverage (soda, water or national beer), ice cream or sorbet and a cup of hot chocolate\r\n1-7 people: $32.40\r\n8-15 people: $30.00\r\n\r\n\r\nFor our guests at the jungle lodge, we have special rates:\r\nTake the tour in:\r\nOwn vehicle:\r\n1-3 people: $7.70\r\n4+ people: $6.75\r\n\r\nPuerto Barillas transportation:\r\n1 person: $13.80\r\n2 people: $12.50\r\n3+ people: $10.00\r\nChildren under 7 years old $3.00 (maximum of 2 children allowed in each group at this rate)\r\nBy Bike: $24.00\r\n\r\nCombining this tour with our Monkey Sanctuary Experience is also a great alternative,\r\n\r\nFor more information, please email us at info@puertobarillas.com or call us at 503-26751131\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Cacao Tour', '', 'publish', 'closed', 'open', '', 'cacao-tour', '', '', '2018-02-12 23:54:46', '2018-02-12 23:54:46', '', 0, 'http://www.puertobarillas.com/welcome/?p=1180', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1181, 1, '2015-07-25 22:17:34', '2015-07-25 22:17:34', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurante/Bar', '', 'inherit', 'closed', 'open', '', '512-revision-v1', '', '', '2015-07-25 22:17:34', '2015-07-25 22:17:34', '', 512, 'http://www.puertobarillas.com/welcome/512-revision-v1/', 0, 'revision', '', 0),
(1191, 1, '2015-12-22 16:25:38', '2015-12-22 16:25:38', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\nHours of Operation:\r\n\r\nSunday- Friday: 7:30am- 6:00pm    Saturday: 7:30am-6:30pm; For groups: we can open at 7:00am and close at 7:00pm.  Needs to be arranged prior to arrival.\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2015-12-22 16:25:38', '2015-12-22 16:25:38', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(1190, 1, '2015-12-22 16:24:35', '2015-12-22 16:24:35', '<h2>Club House El Conacaste\r\nRestaurant</h2>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979.jpg\"><img class=\"alignnone  wp-image-612\" alt=\"IMG_4979\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_4979-1024x602.jpg\" width=\"564\" height=\"331\" /></a>\r\n\r\nWe have included in our menu a variety of dishes to delight the palate!  Some of the dishes include seafood, Salvadorean typical food, American food and home-made dishes.\r\n\r\nHours of Operation:\r\n\r\nSunday- Friday: 7:30am- 6:00pm    Saturday: 7:30am-6:30pm; For groups: we can open at 7:00am\r\n\r\n<strong><em>You can check our online <a href=\"http://puertobarillas.com/MenuPB.pdf\">menu</a></em></strong>\r\n\r\n<span style=\"line-height: 1.5em;\">You can also  enjoy your favorite game or watch a movie, listen to music, enjoy with family or friends a good conversation, with beautiful sceneries, at our Conacaste Club House.</span>\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003.jpg\"><img alt=\"IMG_5003\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_5003-1024x682.jpg\" width=\"203\" height=\"136\" /></a>\r\n\r\n<a class=\"ePaper\" href=\"http://www.1kcloud.com/wp1N1O88/\" target=\"_blank\"> <img class=\"tg_preview_image\" alt=\"\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/epaper_preview_3392.gif?rnd=6131\" /> </a>\r\n\r\n&nbsp;', 'Restaurant/Bar', '', 'inherit', 'closed', 'open', '', '20-revision-v1', '', '', '2015-12-22 16:24:35', '2015-12-22 16:24:35', '', 20, 'http://www.puertobarillas.com/welcome/20-revision-v1/', 0, 'revision', '', 0),
(4733, 1, '2016-06-26 17:37:24', '2016-06-26 17:37:24', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n<h3>info@puertobarillas.com</h3>\r\n<h4>Make a reservation by phone: (503) 2632-1802 / 2675-1131</h4>', 'Contáctenos', '', 'publish', 'closed', 'closed', '', 'contactenos-espanol', '', '', '2019-12-20 09:13:19', '2019-12-20 09:13:19', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=4733', 0, 'page', '', 0),
(4734, 1, '2016-06-26 17:37:24', '2016-06-26 17:37:24', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n[vfb id=6]', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '4733-revision-v1', '', '', '2016-06-26 17:37:24', '2016-06-26 17:37:24', '', 4733, 'http://www.puertobarillas.com/welcome/4733-revision-v1/', 0, 'revision', '', 0),
(4736, 1, '2016-06-27 15:25:15', '2016-06-27 15:25:15', '', 'Español', '', 'publish', 'closed', 'closed', '', 'espanol', '', '', '2019-12-20 08:44:58', '2019-12-20 08:44:58', '', 0, 'http://www.puertobarillas.com/welcome/?p=4736', 1, 'nav_menu_item', '', 0),
(1274, 1, '2016-03-30 01:09:50', '2016-03-30 01:09:50', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2016-03-30 01:09:50', '2016-03-30 01:09:50', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1205, 1, '2016-01-05 20:45:51', '2016-01-05 20:45:51', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accomodation have gas barbecues in the terrace/patio.\r\n\r\nPrices are as follows and does NOT include breakfast ( includes taxes )\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"477\"><strong>Low Season  Saturday</strong></td>\r\n<td valign=\"top\" width=\"394\"><strong>Low Season Weekdays</strong></td>\r\n<td valign=\"top\" width=\"334\"><strong>High Season</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"477\">$212.00 (1-3 people)  $224.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"394\">$189.00  (1 – 3 people) 199.00 (4-6 people)</td>\r\n<td valign=\"top\" width=\"334\">$236.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nLow Season : January, February, 1-15 th of March, 20 -30th of April, June,  July, 20th-30th of August, September-November, 1-24th of November\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancelations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\n&nbsp;\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2016-01-05 20:45:51', '2016-01-05 20:45:51', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1224, 1, '2016-01-10 18:44:06', '2016-01-10 18:44:06', '<iframe src=\"https://www.thebookingbutton.co.uk/properties/barillasdirect/booking_widget\" height=\"200\" width=\"250\" frameborder=\"0\" scrolling=\"no\"></iframe>', 'Test', '', 'publish', 'closed', 'open', '', 'test', '', '', '2016-01-10 18:44:06', '2016-01-10 18:44:06', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=1224', 0, 'page', '', 0),
(1225, 1, '2016-01-10 18:44:06', '2016-01-10 18:44:06', '<iframe src=\"https://www.thebookingbutton.co.uk/properties/barillasdirect/booking_widget\" height=\"200\" width=\"250\" frameborder=\"0\" scrolling=\"no\"></iframe>', 'Test', '', 'inherit', 'closed', 'open', '', '1224-revision-v1', '', '', '2016-01-10 18:44:06', '2016-01-10 18:44:06', '', 1224, 'http://www.puertobarillas.com/welcome/1224-revision-v1/', 0, 'revision', '', 0),
(1226, 1, '2016-01-10 20:15:51', '2016-01-10 20:15:51', '', 'Booking Form', '', 'publish', 'closed', 'closed', '', 'booking-form', '', '', '2016-01-10 20:24:27', '2016-01-10 20:24:27', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=1226', 0, 'page', '', 0),
(1227, 1, '2016-01-10 20:15:51', '2016-01-10 20:15:51', '', 'Booking Form', '', 'inherit', 'closed', 'open', '', '1226-revision-v1', '', '', '2016-01-10 20:15:51', '2016-01-10 20:15:51', '', 1226, 'http://www.puertobarillas.com/welcome/1226-revision-v1/', 0, 'revision', '', 0),
(1290, 1, '2016-04-05 01:02:39', '2016-04-05 01:02:39', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n	<li>Visit the Monkey Sanctuary</li>\r\n	<li>Bike Tours</li>\r\n	<li>Kayak Rentals and Tours</li>\r\n	<li>Cacao Plantation Tours</li>\r\n	<li>Boat Tours</li>\r\n	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table width=\"552\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table width=\"592\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party)</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong></strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2016-04-05 01:02:39', '2016-04-05 01:02:39', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1289, 1, '2016-04-05 00:59:30', '2016-04-05 00:59:30', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n	<li>Visit the Monkey Sanctuary</li>\r\n	<li>Bike Tours</li>\r\n	<li>Kayak Rentals and Tours</li>\r\n	<li>Cacao Plantation Tours</li>\r\n	<li>Boat Tours</li>\r\n	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table width=\"552\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table width=\"592\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party)</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"><br style=\"color: #008000;\" /></span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2016-04-05 00:59:30', '2016-04-05 00:59:30', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(1262, 1, '2016-02-13 02:44:19', '2016-02-13 02:44:19', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n	<li>Visit the Monkey Sanctuary</li>\r\n	<li>Bike Tours</li>\r\n	<li>Boat Tours</li>\r\n	<li>Kayak Rentals and Tours</li>\r\n	<li>Cacao Plantation Tours</li>\r\n	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table width=\"552\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table width=\"592\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour Monos y Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Monos y Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) starts at Puerto Barillas heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\nBoat Tours and Fishing Tours\r\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en lancha Isla Pajarito  1-5 personas</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla Pajarito (3 hr, transito regular, 2 estacionada) -</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla la Chepona (4 hr, transito regular) -</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Punta San Juan (3.5  hr, transito regular) -</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"37\">Tour en Lancha Bahía y Canales (2 hr, sin playa, ingreso canales y cascos de burro, lancha propia motor 2 tiempos)</td>\r\n<td align=\"right\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Bahía con lancha de terceros (Pajarito, PSJ, Pirraya)</td>\r\n<td align=\"right\">$113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Pesca Bahía - estacionado - 3 hrs x 5 personas max</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Mar Adentro - lancha de tercero</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Artesanal - Troling - 3 a 4 hrs</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Uso de muelle (en caso de tomar lancha con otro proveedor )</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Estacionada)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Navegando)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>USO DE MUELLE (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1 personas</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">2 personas</td>\r\n<td align=\"right\">$11.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3 personas</td>\r\n<td align=\"right\">$7.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4 personas</td>\r\n<td align=\"right\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">5 - 8 personas</td>\r\n<td align=\"right\">$6.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">9 +</td>\r\n<td align=\"right\">$35.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPara todo huésped o visitante del dia (con paquete), que tomé una lancha que no sea contratada directamente a Puerto Barillas, hay un recargo por el uso de muelle. Deberá ser pagado directamente a Puerto Barillas.\r\n\r\n<strong>Tour de Cacao</strong>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao Carro propio (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao en Vehículo PB  (Precios por persona)</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 personas</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ personas</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nDescripción: Visite la plantación más grande de cacao en Centroámerica (250 manzanas=175 hectareas) en San José Real de La Carrera a tan solo 1 km de Puerto Barillas.  En esta plantación descubrirá el proceso de la plantación, extracción de cacao, lavado, secado y fermentado, para la exportación de uno de los cacaos más finos del mundo, acriollado.  El visitante podrá probar la fruta, el cacao tostado y si desea, en nuestro restaurante podrá probar una taza de chocolate caliente (en el desayuno o cena).  Valor agregado: Lavado de plátanos: pintoresco.  Si están trabajando en la planta de lavado de plátano, pasaremos visitando está.  Este plátano es exportado a Chiquita en Estados Unidos (valor agregado)\r\n\r\nNota: Todos los precios precios incluyen impuestos, IVA (13%).   Miembros reciben 20% de descuento en tours en lancha.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n\r\n&nbsp;\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\"><br style=\"color: #008000;\" /></span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2016-02-13 02:44:19', '2016-02-13 02:44:19', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1261, 1, '2016-02-13 02:40:58', '2016-02-13 02:40:58', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n	<li>Visit the Monkey Sanctuary</li>\r\n	<li>Bike Tours</li>\r\n	<li>Boat Tours</li>\r\n	<li>Kayak Rentals and Tours</li>\r\n	<li>Cacao Plantation Tours</li>\r\n	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table width=\"552\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table width=\"592\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour Monos y Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Monos y Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) starts at Puerto Barillas heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\" id=\"tw-target-text\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\nBoat Tours and Fishing Tours\r\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en lancha Isla Pajarito  1-5 personas</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla Pajarito (3 hr, transito regular, 2 estacionada) -</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla la Chepona (4 hr, transito regular) -</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Punta San Juan (3.5  hr, transito regular) -</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"37\">Tour en Lancha Bahía y Canales (2 hr, sin playa, ingreso canales y cascos de burro, lancha propia motor 2 tiempos)</td>\r\n<td align=\"right\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Bahía con lancha de terceros (Pajarito, PSJ, Pirraya)</td>\r\n<td align=\"right\">$113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Pesca Bahía - estacionado - 3 hrs x 5 personas max</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Mar Adentro - lancha de tercero</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Artesanal - Troling - 3 a 4 hrs</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Uso de muelle (en caso de tomar lancha con otro proveedor )</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Estacionada)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Navegando)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>USO DE MUELLE (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1 personas</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">2 personas</td>\r\n<td align=\"right\">$11.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3 personas</td>\r\n<td align=\"right\">$7.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4 personas</td>\r\n<td align=\"right\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">5 - 8 personas</td>\r\n<td align=\"right\">$6.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">9 +</td>\r\n<td align=\"right\">$35.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPara todo huésped o visitante del dia (con paquete), que tomé una lancha que no sea contratada directamente a Puerto Barillas, hay un recargo por el uso de muelle. Deberá ser pagado directamente a Puerto Barillas.\r\n\r\n<strong>Tour de Cacao</strong>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao Carro propio (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao en Vehículo PB  (Precios por persona)</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 personas</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ personas</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nDescripción: Visite la plantación más grande de cacao en Centroámerica (250 manzanas=175 hectareas) en San José Real de La Carrera a tan solo 1 km de Puerto Barillas.  En esta plantación descubrirá el proceso de la plantación, extracción de cacao, lavado, secado y fermentado, para la exportación de uno de los cacaos más finos del mundo, acriollado.  El visitante podrá probar la fruta, el cacao tostado y si desea, en nuestro restaurante podrá probar una taza de chocolate caliente (en el desayuno o cena).  Valor agregado: Lavado de plátanos: pintoresco.  Si están trabajando en la planta de lavado de plátano, pasaremos visitando está.  Este plátano es exportado a Chiquita en Estados Unidos (valor agregado)\r\n\r\nNota: Todos los precios precios incluyen impuestos, IVA (13%).   Miembros reciben 20% de descuento en tours en lancha.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n\r\n&nbsp;\r\n\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\"><br style=\"color: #008000;\" /></span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2016-02-13 02:40:58', '2016-02-13 02:40:58', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1260, 1, '2016-02-13 01:48:49', '2016-02-13 01:48:49', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n	<li>Visit the Monkey Sanctuary</li>\r\n	<li>Bike Tours</li>\r\n	<li>Boat Tours</li>\r\n	<li>Kayak Rentals and Tours</li>\r\n	<li>Cacao Plantation Tours</li>\r\n	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n<table width=\"552\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera en los  60s-70s incluyó un protegido, zoológico con conciencia ambiental. Después de la reforma agraria que tuvo lugar a finales de 1979 muchos animales inocentes fueron asesinados o vendidos. Sin embargo, había una comunidad de monos araña astutos que lograron sobrevivir durante los años. Hoy en día, gran parte de la propiedad en la Hacienda La Carrera ha recomprado para uso agrícola. Sin embargo, la empresa compradora ha hecho grandes esfuerzos para comprar \"áreas verdes\" con un fuerte compromiso de preservar y proteger la flora y la fauna. Como resultado, la vida silvestre nativa en la zona ha hecho una impresionante remontada. La población de monos también es próspera, habiendo llegado a cerca de 30. Los monos araña son muy curiosos y aficionados a los turistas. Ellos estarán encantados de aceptar los bananos de los visitantes y hacer para una experiencia maravillosa.\r\n\r\nEs imposible resistirse a esta tour. Visita Don Miguel y su comunidad santuario del mono arañas. Podrá alimentar a Pancho y María y ver cómo este rey de los bananos  se regocija en su bosque (El Nacascolo). Éste es las últimas comunidades de monos araña que gracias a don Miguel que hemos sido capaces de proteger. Highlight- Caminar a través de los campos de caña de azúcar y los bosques semi-tropical cerrados. Mira como \"Miguel\" los llama a sus pies lo que es una experiencia naturalment impresionante, un encuentro total con los monos.\r\n\r\n<strong>Tours en Bicicletas</strong>\r\n<table width=\"592\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bicicleta</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Monos en Bicicleta   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour Monos y Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Monos y Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nNUEVO 2015- ¡Este tour ha sido un éxito!  Su visita empezará en   la plantación de cacao,  plantación y planta platanera (usualmente disponible Lunes y Martes en la mañana),  el santuario de monos llegando en bici.  Pasarán por un bosque donde posiblemente verán lagartos o cocodrilos en una presa y una diversidad de aves en el camino.\r\n\r\nTour en lancha panga y Tour de Pesca\r\n<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en lancha Isla Pajarito  1-5 personas</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla Pajarito (3 hr, transito regular, 2 estacionada) -</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Isla la Chepona (4 hr, transito regular) -</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour en Lancha Punta San Juan (3.5  hr, transito regular) -</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"37\">Tour en Lancha Bahía y Canales (2 hr, sin playa, ingreso canales y cascos de burro, lancha propia motor 2 tiempos)</td>\r\n<td align=\"right\">$137.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour Bahía con lancha de terceros (Pajarito, PSJ, Pirraya)</td>\r\n<td align=\"right\">$113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour de Pesca Bahía - estacionado - 3 hrs x 5 personas max</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Mar Adentro - lancha de tercero</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Tour de Pesca Artesanal - Troling - 3 a 4 hrs</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Uso de muelle (en caso de tomar lancha con otro proveedor )</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Estacionada)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Hora Adicional  (Navegando)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nHay 27 islas desiertas en la Bahía de Jiquilisco. Nuestras excursiones en barco toman aproximadamente 30 minutos en llegar a una isla (Pajarito o Las Elenas), rodeadas de bellos paisajes.  ¿Que esperar de este tour?  ver: caimanes, aves exóticas y manglares, y los volcanes de imagen perfecta en la distancia. Al llegar a la playa, bañarse y nadar en la calma de la bahía y aguas cálidas. También podría ser llevado a uno de los dos deltas bahía y nadar en el océano Pacífico. Tenemos todo preparado para este viaje: un gran paraguas si molesta el sol en exceso, sillas para descansar y lo mejor de todo ... podemos preparar una hielera con sus bebidas favoritas. Disfrute de la belleza de la naturaleza alrededor de Puerto Barillas. Durante el recorrido se podrá disfrutar del paisaje de la cordillera volcánica,  El majestuoso Chaparrastique, bosques de manglares, observación de aves, y los pescadores en pleno trabajo.\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>USO DE MUELLE (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1 personas</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">2 personas</td>\r\n<td align=\"right\">$11.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3 personas</td>\r\n<td align=\"right\">$7.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4 personas</td>\r\n<td align=\"right\">$7.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">5 - 8 personas</td>\r\n<td align=\"right\">$6.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">9 +</td>\r\n<td align=\"right\">$35.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPara todo huésped o visitante del dia (con paquete), que tomé una lancha que no sea contratada directamente a Puerto Barillas, hay un recargo por el uso de muelle. Deberá ser pagado directamente a Puerto Barillas.\r\n\r\nTours o Alquiler de Kayak\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Doble</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Sencillo</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Premium (Doble)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Premium (Sencillo)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoas</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Con guia:</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Doble</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Sencillo</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Premium (Doble)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Alquiler Kayak Premium (Sencillo)</td>\r\n<td align=\"right\">$17</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nNuestra recomendación es tomar el tour con un guía que le enseñará los canales maravillosos de la Bahía, donde usted podrá apreciar una éxotica variedad de manglares, que son alumbrados por los reflejos del sol.  También verá caminar sobre el agua cuatro ojos y es posible que pueda ver un cocodrilo o lagarto de una distancia corta. ¡Será una buena experiencia!  Los tours pueden ser desde 30 minutos- 2 horas y media (dependiendo de su resistencia).  Podemos darle la vuelta a la isla, ir a observar cocodrilos, buscar aves.... aqui lo personalizamos!\r\n\r\n<strong>Tour de Cacao</strong>\r\n<table width=\"676\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao Carro propio (Precio por persona)</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 personas</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ personas</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Tour del Cacao en Vehículo PB  (Precios por persona)</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 personas</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ personas</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta 1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Tour del Cacao en Bicicleta  3+ personas</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nDescripción: Visite la plantación más grande de cacao en Centroámerica (250 manzanas=175 hectareas) en San José Real de La Carrera a tan solo 1 km de Puerto Barillas.  En esta plantación descubrirá el proceso de la plantación, extracción de cacao, lavado, secado y fermentado, para la exportación de uno de los cacaos más finos del mundo, acriollado.  El visitante podrá probar la fruta, el cacao tostado y si desea, en nuestro restaurante podrá probar una taza de chocolate caliente (en el desayuno o cena).  Valor agregado: Lavado de plátanos: pintoresco.  Si están trabajando en la planta de lavado de plátano, pasaremos visitando está.  Este plátano es exportado a Chiquita en Estados Unidos (valor agregado)\r\n\r\nNota: Todos los precios precios incluyen impuestos, IVA (13%).   Miembros reciben 20% de descuento en tours en lancha.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n<p style=\"text-align: justify;\">Indulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles. This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.</p>\r\n<strong><a id=\"boattours\" name=\"boattours\"></a></strong>\r\n<h2><span style=\"color: #008000;\"><strong style=\"font-size: 1.17em;\">Boat Tours</strong></span></h2>\r\n<h4>Panga Boat Tours.</h4>\r\n<p style=\"text-align: justify;\">There are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.</p>\r\n<p style=\"text-align: justify;\">Experience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.</p>\r\n<p style=\"text-align: justify;\">In the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.</p>\r\n\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-5 people</td>\r\n<td bgcolor=\"#DDEFF7\">$91.99</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">6-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$113.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately 70 minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Boat - Isla La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">1-10 people</td>\r\n<td bgcolor=\"#DDEFF7\">$195.50</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong><strong>Members receive 20% discount on boat tours.</strong>\r\n\r\nFOR GROUP RESERVATIONS, PLEASE CONTACT US AT INFO@PUERTOBARILLAS.COM\r\n\r\nFor Group packages please click on group packages\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made ​​of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n	<li>For Boat Tours or Transportation to:</li>\r\n	<li>Panga Boat</li>\r\n	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n	<li>For El Espino (4 hours maximum): $213.00</li>\r\n	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n	<li>*Prices subject to change/  Additional hour:</li>\r\n	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table width=\"250\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Visit Our Monkey Sanctuary</strong></span></h2>\r\n<p style=\"text-align: justify;\">Hacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.</p>\r\n<p style=\"text-align: justify;\">It is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .</p>\r\nCustomers staying at Puerto Barillas\r\n\r\nPrices:\r\n$5.00 per adult/ $2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\nCustomer visiting Puerto Barillas on a day entry visit (must pay package):\r\n\r\nPrices:\r\n$5.00 per adult/$2.50 per child (minimum 2 adults). Parents should accompany their children at all time\r\n\r\n• If you only plan to visit the Sanctuary and not acquire other package:\r\nPrices : $10.00 per person ( minimum 5 people).\r\n\r\nMembers: Free\r\n\r\nPuerto Barillas suggest the customers to bring bananas in order to optimize this experience\r\n\r\n• For group packages including the monkey sanctuary, please email us <a href=\"mailto:info@puertobarillas.com\" target=\"_blank\">info@puertobarillas.com</a>\r\n<a id=\"kayak\" name=\"kayak\"></a>\r\n<h2><span style=\"color: #008000;\"><strong>Kayak Rental</strong></span></h2>\r\nPrices:\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n<ul>\r\n	<li>$10.00 for single Kayak</li>\r\n	<li>$18.00 for double Kayak (2 people) Five Hours<strong><a id=\"fishing\" name=\"fishing\"></a></strong>With Guide: add $3.00 per person</li>\r\n</ul>\r\nBay Fishing/Island Fishing/Surf Fishing\r\nWe offer special prices for those passionate about Fishing\r\n\r\nBay Fishing: $102.00  (max. 3 hours)\r\n\r\nArtisan Fishing/Deep Sea Fishing (in panga with local fisherman):\r\n<p style=\"padding-left: 30px;\">4 people: $137.00 (3-4 hours)</p>\r\n<p style=\"padding-left: 30px;\">Trolling in pangas $197.00 (5 hours)</p>\r\n<p style=\"padding-left: 30px;\">Please note that Puerto Barillas will charge a port fee for tour taken on boats that does not belong to Puerto Barillas.  $3-$5 per person.   Maximum: $25.00 per boat.</p>\r\n                                                                                                                  <strong><span style=\"color: #008000;\"><br style=\"color: #008000;\" /></span></strong>', 'Activities', '', 'inherit', 'closed', 'open', '', '18-revision-v1', '', '', '2016-02-13 01:48:49', '2016-02-13 01:48:49', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(1312, 1, '2019-03-21 21:03:38', '2019-03-21 21:03:38', ' <div class=\"twelve columns\">\n <div class=\"gdlr-item gdlr-content-item\">\n<ol>\n 	<li><strong>Check In / Check Out</strong></li>\n</ol>\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\n\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\n\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\n\nPlease note that this is subject to availability and needs to check in the reception if available.\n\n<strong>2.Reception\n</strong>\n\nOpening hours:\n\nMonday-Saturday: 8:00 am- 5:30pm.\n\nSunday: 7:30 am- 5:30pm\n\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\n\n3. Occupation\n(Capacity)\n\n</div>\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include a maximum occupancy of 6 people.</div>\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\n</div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the ill</div>\n <div class=\"gdlr-item gdlr-content-item\">There is a penalty fee, service charge fee (administrative fee) depending on the reservation made:</div>\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 24 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\n <div class=\"gdlr-item gdlr-content-item\">As we are in rural area, for us it is very difficult to sell again a no-show or last minute cancellation and that is the reason we have a strict policy,</div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"twelve columns\"></div>\n <div class=\"gdlr-item gdlr-content-item\"></div>\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '1301-autosave-v1', '', '', '2019-03-21 21:03:38', '2019-03-21 21:03:38', '', 1301, 'http://www.puertobarillas.com/welcome/1301-autosave-v1/', 0, 'revision', '', 0),
(1316, 1, '2016-05-01 18:35:37', '2016-05-01 18:35:37', '', 'IMG_2545', '', 'inherit', 'closed', 'open', '', 'img_2545', '', '', '2016-05-01 18:35:37', '2016-05-01 18:35:37', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/IMG_2545.jpg', 0, 'attachment', 'image/jpeg', 0),
(1275, 1, '2016-03-30 01:19:55', '2016-03-30 01:19:55', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a bunk bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n	<li>Terrace</li>\r\n	<li>Main room:</li>\r\n	<li>Double bed</li>\r\n	<li>Fully equipped</li>\r\n	<li>Spacious bathroom</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Ground floor:</li>\r\n	<li>Living and dining</li>\r\n	<li>Futon (sofa bed) for 2 people</li>\r\n	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n	<li>Terrace</li>\r\n	<li>Barbecue</li>\r\n	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n	<li>Double Bed</li>\r\n	<li>Bunk Bed</li>\r\n	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</\r\n\r\n<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=en;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				', ' Apartments', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2016-03-30 01:19:55', '2016-03-30 01:19:55', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(1278, 1, '2016-03-30 03:57:45', '2016-03-30 03:57:45', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider stayinhttp://www.puertobarillas.com/welcome/wp-admin/post.php?post=63&amp;action=edit&amp;lang=en#g a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\n&nbsp;\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-03-30 03:57:45', '2016-03-30 03:57:45', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1279, 1, '2016-03-30 04:09:26', '2016-03-30 04:09:26', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider stayinhttp://www.puertobarillas.com/welcome/wp-admin/post.php?post=63&amp;action=edit&amp;lang=en#g a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-03-30 04:09:26', '2016-03-30 04:09:26', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1291, 1, '2016-04-05 03:37:41', '2016-04-05 03:37:41', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-04-05 03:37:41', '2016-04-05 03:37:41', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1280, 1, '2016-03-30 04:11:08', '2016-03-30 04:11:08', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider stayinhttp://www.puertobarillas.com/welcome/wp-admin/post.php?post=63&amp;action=edit&amp;lang=en#g a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments- Maximum Occupancy 6 people\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, maximum occupancy: 8)\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancelation penalty\r\n0-3 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n<script type=\"text/javascript\" src=\"http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=en;hotel_id=1251457;cc1=sv;hotel_page=puerto-barillas\"></script>\r\n				\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'open', '', '63-revision-v1', '', '', '2016-03-30 04:11:08', '2016-03-30 04:11:08', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(1310, 1, '2016-05-01 16:56:05', '2016-05-01 16:56:05', '', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'open', '', '1301-revision-v1', '', '', '2016-05-01 16:56:05', '2016-05-01 16:56:05', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4794, 1, '2016-08-12 12:15:04', '2016-08-12 12:15:04', '', 'Lodge', '', 'publish', 'closed', 'closed', '', 'lodge-3', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4794', 2, 'nav_menu_item', '', 0),
(4795, 1, '2016-08-12 12:15:04', '2016-08-12 12:15:04', '', 'Lodge', '', 'publish', 'closed', 'closed', '', 'lodge-4', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4795', 3, 'nav_menu_item', '', 0),
(4796, 1, '2016-08-12 12:16:01', '2016-08-12 12:16:01', ' ', '', '', 'publish', 'closed', 'closed', '', 'apartments', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4796', 4, 'nav_menu_item', '', 0),
(4797, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4797', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4797', 5, 'nav_menu_item', '', 0),
(4798, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4798', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4798', 6, 'nav_menu_item', '', 0),
(4799, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4799', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4799', 7, 'nav_menu_item', '', 0),
(4800, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4800', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4800', 8, 'nav_menu_item', '', 0),
(4801, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4801', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4801', 9, 'nav_menu_item', '', 0),
(4802, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4802', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4802', 10, 'nav_menu_item', '', 0),
(4803, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', '', 'BOOK NOW', '', 'publish', 'closed', 'closed', '', 'book-now', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4803', 13, 'nav_menu_item', '', 0),
(4804, 1, '2016-08-12 12:19:59', '2016-08-12 12:19:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4804', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4804', 14, 'nav_menu_item', '', 0),
(4805, 1, '2016-08-12 12:23:21', '2016-08-12 12:23:21', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'fqa-frequently-asked-questions', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4805', 15, 'nav_menu_item', '', 0),
(4807, 1, '2016-08-12 12:24:41', '2016-08-12 12:24:41', '', 'Marina', '', 'publish', 'closed', 'closed', '', 'marina', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4807', 11, 'nav_menu_item', '', 0),
(4808, 1, '2016-08-12 12:25:59', '2016-08-12 12:25:59', ' ', '', '', 'publish', 'closed', 'closed', '', '4808', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4808', 12, 'nav_menu_item', '', 0),
(1294, 1, '2016-05-01 16:16:22', '2016-05-01 16:16:22', ' ', '', '', 'publish', 'closed', 'open', '', '1294', '', '', '2016-05-01 16:16:22', '2016-05-01 16:16:22', '', 0, 'http://www.puertobarillas.com/welcome/?p=1294', 6, 'nav_menu_item', '', 0),
(1320, 1, '2016-05-07 22:51:11', '2016-05-07 22:51:11', '', 'Slideshow Main', '', 'publish', 'closed', 'open', '', 'slideshow-main-2', '', '', '2016-05-07 22:51:11', '2016-05-07 22:51:11', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=1320', 0, 'page', '', 0),
(1321, 1, '2016-05-07 22:51:11', '2016-05-07 22:51:11', '', 'Slideshow Main', '', 'inherit', 'closed', 'open', '', '1320-revision-v1', '', '', '2016-05-07 22:51:11', '2016-05-07 22:51:11', '', 1320, 'http://www.puertobarillas.com/welcome/1320-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1323, 1, '2016-05-31 06:11:24', '2016-05-31 06:11:24', 'There are several tours  you can experience while travelling in El Salvador:\n\n<strong>DAY TOURS</strong>\n\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\n\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\n\n<strong>Our Transportation:</strong>\nNissan Urvan 2012- 8 passenger\nNissan Pick Up 2014- 3-4 passenger\n<strong>\nSURF TOURS</strong>\n\nPLAYA LAS FLORES\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\n\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \n\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\n\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\n\n\nLA LIBERTAD\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\n\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\n\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\n\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\n\n\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\n\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\n\n \n\nHIGHLIGHTS\n<strong>HIGHLY RECOMMENDED</strong>\n<strong>\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\n\nLas Flores Day Package:\nIncludes:\nAdvance Surfer: (2) boat rides per day\nIntermediate/Advance:(1) boat ride per day\nSurf Coaching for Beginners: 90 minute of instructions per day\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\n*A (1) 90 minute session or a (2) 45 minute session\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\nUsage of luxury facilities\nPrices are per person/ day: $123.00\nA 10% tip is not included in beverage and surf packages to be paid at the resort\nDoes not include transportion\nTransportation 1-8 people: $200.000   (LFR)\n      ------------------------------------------------------------------------------------------------------------\n<strong>Other recommendations</strong>\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\nTransferto Hotel Los Mangos\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\n* Surf Board rental: $20.00 Full day\n$12.00 Half day   (EST)\n\n____________________________________________________________________________________________\n\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \nTransportation to La Libertad\nTour includes entrance to Eco Villas property\nUsage of facilities\nTour to any of the surf spots depending on surfing level and waves during the day.\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\n\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\n\n____________________________________________________________________________________\n\nLA LIBERTAD\nCAFE SUNZAL\nFULL DAY TOUR - SURF \nRound Trip transportation with limited lunch\n*Surf board rentals $15.Full Day\n$10.00 half day   (EST2)\n\n____________________________________________________________________________________\n\n<strong>OTHER DAY TOURS</strong>\n\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \n\n8 Hours\nDeparture: 8.30 am\nService: Private\nOperates: Daily (subject to availabilty)\nDifficulty: Easy\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\nCODE: ODT04-A\nRECOMMENDATIONS\n• Walking shoes.\n• Sunscreen, sunglasses, hat.\n• Fresh clothes.\n\nDESCRIPTION\n\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\n\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\n\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\n             --------------------------------------------------------------------------------------------------\n<strong>\nHiking the \"Lighthouse of the Pacific\"</strong>\n\n9 Hours \nDeparture: 8.00 am \nOperates: Daily \nDifficulty: Medium to medium- High\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\nCODE: ODT02-A \nRECOMMENDATIONS\nHiking clothes (hiking shoes, pants, long sleeves).\nSunscreen, sunglasses, hat.\nTake enough drinking water.\n\nDESCRIPTION\n\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\n\n         ----------------------------------------------------------------------------------------------------------\n<strong>Coffee and Flower Route</strong>\n\n9 Hours\nDeparture: Private\nOperates: Daily (Subject to\nDifficulty: Easy\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\nCODE: ODT03-A\nRECOMMENDATIONS\nNo specific recommendations.\n\nDESCRIPTION\n\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\n\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\n\n\n            -----------------------------------------------------------------------------------------------------\n\n\n<strong>Volcanoes Tour </strong> \n\n8 Hours \nDeparture: 8:30 am \nService: Private \nOperates: Daily \nDifficulty: Easy \nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\nCODE : ODT01-A \nRECOMMENDATIONS\nWalking shoes.\nSunscreen, sunglasses, hat.\nWe will reach an altitude of 2300 mts. above sea level.\n\n\nDESCRIPTION\n\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\n\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\n\n\n           -------------------------------------------------------------------------------------------------------------\n\n<strong>Mayan History Tour</strong>\n\n9 Hours \nDeparture: 8.00 am \nService: Private \nOperates: Daily except Monday \nDifficulty: easy \nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\nCODE: ODT05-A\nRECOMMENDATIONS\n•	Walking shoes.\n•	Sunscreen, sunglasses, hat.\n•	Fresh clothes and repellent.\n\nFor more info contact us:  info@greenbluered.com\n\nDESCRIPTION\n\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\n\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\n	\n         -------------------------------------------------------------------------------------------------\n<strong>San Salvador City Tour</strong>\n\nDuration of Tour: 4 hours in San Salvador\nDeparture: 8.30am \nService: Private \nOperates: Daily \nDifficulty: Easy \nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\nCODE: ODT07-A \nRecommendations \n•	No specific recommendations.\n\nDESCRIPTION\n\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\n\n  ------------------------------------------------------------------------------------------------\nTour Suchitoto From Puerto Barillas\n\nFull Day Suchitoto y Suchitlán Lake\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\n\n  -----------------------------------------------------------------------------------------------------\n\nFull Day hike Santa Ana Volcano CerroVerde\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\n-------------------------------------------------------------------------------------------------------\n\nFull Day The Flowers and Coffee  Route\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\n\n-------------------------------------------------------------------------------------------------------------\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\n----------------------------------------------------------------------------------------------------------------------\nEL CUCO/ PLAYA LAS FLORES\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \n\nSUCHITOTO (COLONIAL TO \n \n\n\n\n\n\n\nMULTI DAY PACKAGES\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\n\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\nLodging in Casa de Mar hotel. (L)\n\nPrice included:\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\n• English speaking guides from Puerto Barillas hotel.\n• Local guide in La Libertad for surf tour.\n• 1 lunch per person.\n• All entrance fees and activities are included: Surf tour with local guide.\n• Bottled water in the vehicle.\n• All local taxes and fees are included.\n\nPrice does not include:\n• Surfboard. Extra cost per person $20\n• Dinner.\n• Travel insurance.\n• Tips for guide and drivers.\n• Personal expenses.\n• Services not specifically mentioned\n\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\nAlmendros de San Lorenzo hotel (B, L)\n\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\n\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\n\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\n\nPrice included:\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\n• English speaking guides from La Libertad hotel.\n• 1 lunch per person.\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\n• Bottled water in the vehicle.\n• All local taxes and fees are included.\n\nPrice does not include:\n• Dinner.\n• Travel insurance.\n• Tips for guide and drivers.\n• Personal expenses.\n• Services not specifically mentioned\n\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\n\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\n\nAfternoon continue to Flower Route for lodging.\n\nPrice included:\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\n• English speaking guides from Suchitoto hotel.\n• 1 lunch per person.\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\n• Bottled water in the vehicle.\n• All local taxes and fees are included.\n\nPrice does not include:\n• Dinner.\n• Travel insurance.\n• Tips for guide and drivers.\n• Personal expenses.\n• Services not specifically mentioned\n\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\n\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\n\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\n\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\n\nEND OF SERVICES\n\nPrice included:\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\n• English speaking guides from Flower Route hotel.\n• 1 lunch per person.\n• All entrance fees and activities are included: Coffee tour and zipline.\n• Bottled water in the vehicle.\n• All local taxes and fees are included.\n\nPrice does not include:\n• Dinner.\n• Travel insurance.\n• Tips for guide and drivers.\n• Personal expenses.\n• Services not specifically mentioned\n\nNOTES:\n• Hotels are not confirmed.\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-autosave-v1', '', '', '2016-05-31 06:11:24', '2016-05-31 06:11:24', '', 153, 'http://www.puertobarillas.com/welcome/153-autosave-v1/', 0, 'revision', '', 0),
(1324, 1, '2016-05-30 06:32:56', '2016-05-30 06:32:56', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire a guide (3 days advance notice, subject to availability or you\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-30 06:32:56', '2016-05-30 06:32:56', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1325, 1, '2016-05-30 19:12:47', '2016-05-30 19:12:47', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire a guide (3 days advance notice, subject to availability or you\r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n\r\nLAS FLORES RESORT (LUXURY SURF)    www.lasfloresresort.com\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-30 19:12:47', '2016-05-30 19:12:47', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1326, 1, '2016-05-30 19:27:24', '2016-05-30 19:27:24', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire a guide (3 days advance notice, subject to availability or you\r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n\r\nLAS FLORES RESORT (LUXURY SURF)    www.lasfloresresort.com\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion \r\nTransportation 1-9 people: $180.00\r\n\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people  $123.00 per person\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-30 19:27:24', '2016-05-30 19:27:24', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1328, 1, '2016-05-31 01:12:18', '2016-05-31 01:12:18', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking  guide  that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\n\r\nOur Transportation:\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger \r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n\r\nLAS FLORES RESORT (LUXURY SURF)    www.lasfloresresort.com\r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel.  Return to Puerto Barillas hotel. (L)\r\n\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion \r\nTransportation 1-9 people: $180.00\r\n\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people  $123.00 per person\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day \r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1:	Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad. \r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included: \r\n•	1 night in Casa de Mar hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Puerto Barillas hotel.\r\n•	Local guide in La Libertad for surf tour. \r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Surf tour with local guide. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include: \r\n•	Surfboard. Extra cost per person $20\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.  \r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los \r\n	Almendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people.  Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993.  This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.  \r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf. \r\n\r\nPrice included: \r\n•	1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from La Libertad hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\n\r\nDAY 3: 	Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in \r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano.  Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old.  Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast.  No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano.   Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging. \r\n\r\nPrice included: \r\n•	1 night in Misión de Angeles hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Suchitoto hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\nDAY 4:  Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel.  (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.  After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel. \r\n \r\nEND OF SERVICES\r\n\r\nPrice included: \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Flower Route hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Coffee tour and zipline.\r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nNOTES:  \r\n•	Hotels are not confirmed. \r\n•	We reserve the right to make changes in the itinerary due to situations beyond our control. \r\n•	Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n•	Coffee Mill tour may be done all year: From December to May you will be able to see it operating.\r\n\r\n', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 01:12:18', '2016-05-31 01:12:18', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1327, 1, '2016-05-31 00:58:40', '2016-05-31 00:58:40', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking  guide  that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\n\r\nOur Transportation:\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger \r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n\r\nLAS FLORES RESORT (LUXURY SURF)    www.lasfloresresort.com\r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel.  Return to Puerto Barillas hotel. (L)\r\n\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion \r\nTransportation 1-9 people: $180.00\r\n\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people  $123.00 per person\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\n\r\n\r\nDAY 1:	Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad. \r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included: \r\n•	1 night in Casa de Mar hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Puerto Barillas hotel.\r\n•	Local guide in La Libertad for surf tour. \r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Surf tour with local guide. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include: \r\n•	Surfboard. Extra cost per person $20\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.  \r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los \r\n	Almendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people.  Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993.  This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.  \r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf. \r\n\r\nPrice included: \r\n•	1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from La Libertad hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\n\r\nDAY 4: 	Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in \r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano.  Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old.  Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast.  No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano.   Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging. \r\n\r\nPrice included: \r\n•	1 night in Misión de Angeles hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Suchitoto hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\nDAY 5:  Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel.  (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.  After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel. \r\n \r\nEND OF SERVICES\r\n\r\nPrice included: \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Flower Route hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Coffee tour and zipline.\r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nNOTES:  \r\n•	Hotels are not confirmed. \r\n•	We reserve the right to make changes in the itinerary due to situations beyond our control. \r\n•	Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n•	Coffee Mill tour may be done all year: From December to May you will be able to see it operating.\r\n\r\n', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 00:58:40', '2016-05-31 00:58:40', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1329, 1, '2016-05-31 02:21:20', '2016-05-31 02:21:20', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking  guide  that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\nOur Transportation:\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger \r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n\r\nLAS FLORES RESORT (LUXURY SURF)    www.lasfloresresort.com\r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel.  Return to Puerto Barillas hotel. (L)\r\n\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion \r\nTransportation 1-9 people: $180.00\r\n\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people  $123.00 per person\r\n\r\n\r\n\r\n\r\n\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours \r\nDeparture: 8.30 am\r\nService: Private \r\nOperates: Daily  (subject to availabilty)\r\nDifficulty: Easy \r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE:  ODT04-A \r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes.\r\n\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. \r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\n\r\n\r\n\r\n\r\n\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours \r\nDeparture: Private \r\nOperates: Daily (Subject to \r\nDifficulty: Easy \r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options. \r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area. \r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day \r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1:	Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad. \r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included: \r\n•	1 night in Casa de Mar hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Puerto Barillas hotel.\r\n•	Local guide in La Libertad for surf tour. \r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Surf tour with local guide. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include: \r\n•	Surfboard. Extra cost per person $20\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.  \r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los \r\n	Almendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people.  Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993.  This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.  \r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf. \r\n\r\nPrice included: \r\n•	1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from La Libertad hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\n\r\nDAY 3: 	Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in \r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano.  Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old.  Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast.  No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano.   Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging. \r\n\r\nPrice included: \r\n•	1 night in Misión de Angeles hotel with breakfast, based on standard double room. \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Suchitoto hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano. \r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\nDAY 4:  Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel.  (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.  After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel. \r\n \r\nEND OF SERVICES\r\n\r\nPrice included: \r\n•	All Price based on all PAX traveling together. Extra cost for extra transfers applies. \r\n•	Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n•	English speaking guides from Flower Route hotel.\r\n•	1 lunch per person. \r\n•	All entrance fees and activities are included: Coffee tour and zipline.\r\n•	Bottled water in the vehicle. \r\n•	All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n•	Dinner. \r\n•	Travel insurance.\r\n•	Tips for guide and drivers.\r\n•	Personal expenses.\r\n•	Services not specifically mentioned\r\n\r\n\r\nNOTES:  \r\n•	Hotels are not confirmed. \r\n•	We reserve the right to make changes in the itinerary due to situations beyond our control. \r\n•	Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n•	Coffee Mill tour may be done all year: From December to May you will be able to see it operating.\r\n\r\n', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:21:20', '2016-05-31 02:21:20', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1330, 1, '2016-05-31 02:30:48', '2016-05-31 02:30:48', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\nDAY TOURS\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\nOur Transportation:\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n\r\nSURF TOURS\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $180.00\r\n\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:30:48', '2016-05-31 02:30:48', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1331, 1, '2016-05-31 02:33:21', '2016-05-31 02:33:21', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $180.00\r\n\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             ----------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\n\r\n         --------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:33:21', '2016-05-31 02:33:21', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1332, 1, '2016-05-31 02:37:34', '2016-05-31 02:37:34', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $180.00\r\n\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             ----------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         --------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n                ----------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:37:34', '2016-05-31 02:37:34', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1333, 1, '2016-05-31 02:38:21', '2016-05-31 02:38:21', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             ----------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         --------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n                ----------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:38:21', '2016-05-31 02:38:21', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1334, 1, '2016-05-31 02:38:45', '2016-05-31 02:38:45', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         --------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n                ----------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:38:45', '2016-05-31 02:38:45', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1335, 1, '2016-05-31 02:39:05', '2016-05-31 02:39:05', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n                ----------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:39:05', '2016-05-31 02:39:05', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1336, 1, '2016-05-31 02:39:34', '2016-05-31 02:39:34', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)\r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNIGHT PACKAGES\r\n\r\nHIGHLIGHT\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:39:34', '2016-05-31 02:39:34', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(1338, 1, '2016-05-31 02:45:47', '2016-05-31 02:45:47', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n\r\n\r\n\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:45:47', '2016-05-31 02:45:47', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1337, 1, '2016-05-31 02:42:09', '2016-05-31 02:42:09', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving at least 2 days prior to tour unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-9 people: $200.000\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos)\r\n4-6 people $123.00 per person\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\nhttp://www.puertobarillas.com/welcome/wp-admin/admin.php?page=gadash_settings\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\nVolcanoes Tour  \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.\r\n\r\n\r\n\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 02:42:09', '2016-05-31 02:42:09', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1339, 1, '2016-05-31 05:56:40', '2016-05-31 05:56:40', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n\r\n\r\n\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 05:56:40', '2016-05-31 05:56:40', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1340, 1, '2016-05-31 05:57:08', '2016-05-31 05:57:08', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans.\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.\r\n\r\n\r\n\r\n\r\n\r\n\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 05:57:08', '2016-05-31 05:57:08', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1342, 1, '2016-05-31 06:13:01', '2016-05-31 06:13:01', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\r\n\r\n-------------------------------------------------------------------------------------------------------------\r\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\r\n----------------------------------------------------------------------------------------------------------------------\r\nEL CUCO/ PLAYA LAS FLORES\r\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \r\n\r\nSUCHITOTO (COLONIAL TOWN)\r\nLOS ALMENDROS DE SAN LORENZO (HOTEL BOUTIQUE)\r\n\r\nSAN SALVADOR\r\nINTERCONTENTAL HOTEL\r\nHILTON PRINCESS\r\n \r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 06:13:01', '2016-05-31 06:13:01', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1341, 1, '2016-05-31 06:02:05', '2016-05-31 06:02:05', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times. \r\n\r\n--------------------------------------------------------------------------------------------------------------\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n----------------------------------------------------------------------------------------------------------------------\r\nPrices per night Las Flores Resort 2016  - Luxury Beach Hotel and Surf Club\r\n\r\nPrices are based on double or Single Occupancy.  Minimu stay 2 nights if reservations made more than 1 week ahead.  Reservations for 1 night might be confirmed if travelling 5 days prior to arrival. Prices valid until the 31st of December  2016.\r\n\r\nDouble Room\r\n\r\n&nbsp;\r\n\r\nLos precios son basados en ocupación doble y sencilla. Una estadía mínima de 2 noches es requerida para reservar con más de 1 semana de anticipación. Reservaciones menores de 2 noches son confirmadas a menos de 5 días de la llegada al hotel. Precios validos hasta 31 de Diciembre 2016. Habitación doble con vista parcial del mar (#1 a #4 y #7) Ocupación doble: $378.00/noche ($189.00x pax) Ocupación sencilla: $258.00/noche Ocupación máxima 3 adultos o 2 adultos y 2 niños Habitación doble Premium con vista al mar (#14, #15) Ocupación doble: $458.00/noche ($229.00xpax) Ocupación sencilla: $338.00/noche Ocupación máxima 2 adultos/2 niños (menores de 12) Habitación King Delux con vista al mar (#8, #12,#16) Ocupación doble: $498.00/ noche ($249.00x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Deluxe Jr. Suite w/Jacuzzi – (#9) Ocupación doble: $518.00/noche ($259.00 x pax) Ocupación sencilla: $378.00/noche Ocupación máxima 2 adultos (niños no) Suite de 2 dormitorios con vista al mar (#5, #6) Ocupación doble: $418.00/noche ($209.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12 Delux 2-bedroom Suite con vista al mar (#10, #11) Ocupación doble: $598.00/noche ($299.00 x pax) Ocupación máxima 4 adultos/2 niños (menores de 12) NOTAS: Adulto adicional (13años o mas) $120.00 x noche • Niños (6 a 12 años) $50.00 x noche ; Niños (2 a 5 años) $30.00 x noche; Niños (0 a 1año) Sin costo • Las inclusiones para los niños hospedados con los padres son 3 alimentos por día con opciones para niños en el menú, agua y jugos naturales. Inclusiones en las tarifas por noche de Las Flores Resort: -Habitación con aire acondicionado, TV de min 40\'\' LCD con programación por satélite e internet ilimitado -Desayuno continental servido desde las 5am a 8am -Desayuno a la carta: 1 plato principal + 1 orden adicional del menú -Almuerzo (1 sopa + 1 plato principal del menú*) - 3 cervezas nacionales o 1 copa de vino de la casa o 3 sodas o 1 Smoothie -Cena: Menú de 3 platos según especialidad del día, opciones a seleccionar entre marisco, carne/aves, o vegetariano -Selección de Jugos naturales, leche, café, té, 1 botella de agua por día + rellenos ilimitados de los oasis por todo el hotel -IVA, impuestos de turismo y propina *Aplica cargo adicional a los crustáceos (sujetos a disponibilidad) Inclusiones de Paquete de Surf Las Flores Surf Club: Surfeador avanzado: (2) salidas en lancha por día Intermedio/Avanzado: (1) salida en lancha por día + Surf coaching Principiante: 90 minutos por día de instrucción de surf personalizada** Todos los paquetes de surf incluyen: Alquiler de tabla de surf* (Excluyendo marcas Firewire y Stewart) Costo reducido de alquiler en tablas Firewire o Stewart* *Depósito de seguridad requerido **(1) sesión de 90min o (2) sesiones de 45min Paquete de Surf: Agregar $75.00 por día x persona\r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 06:02:05', '2016-05-31 06:02:05', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1343, 1, '2016-05-31 06:43:04', '2016-05-31 06:43:04', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\nhttps://www.youtube.com/watch?v=CHNuIfPjijs&feature=youtu.be\r\n\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\r\n\r\n-------------------------------------------------------------------------------------------------------------\r\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\r\n----------------------------------------------------------------------------------------------------------------------\r\nEL CUCO/ PLAYA LAS FLORES\r\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \r\n\r\nSUCHITOTO (COLONIAL TOWN)\r\nLOS ALMENDROS DE SAN LORENZO (HOTEL BOUTIQUE)\r\n\r\nSAN SALVADOR\r\nINTERCONTENTAL HOTEL\r\nHILTON PRINCESS\r\n \r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 06:43:04', '2016-05-31 06:43:04', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1345, 1, '2016-05-31 23:00:05', '2016-05-31 23:00:05', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n\r\nFor overnight package stays at Las Flores Resort, please contact our Service Manager: Emerita Sanchez cesanchez@puertobarillas.com\r\n\r\n\r\nhttps://www.youtube.com/watch?v=CHNuIfPjijs&feature=youtu.be\r\n\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\r\n\r\n-------------------------------------------------------------------------------------------------------------\r\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\r\n----------------------------------------------------------------------------------------------------------------------\r\nEL CUCO/ PLAYA LAS FLORES\r\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \r\n\r\nSUCHITOTO (COLONIAL TOWN)\r\nLOS ALMENDROS DE SAN LORENZO (HOTEL BOUTIQUE)\r\n\r\nSAN SALVADOR\r\nINTERCONTENTAL HOTEL\r\nHILTON PRINCESS\r\n \r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating. (GBR)', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 23:00:05', '2016-05-31 23:00:05', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1344, 1, '2016-05-31 06:52:28', '2016-05-31 06:52:28', 'There are several tours  you can experience while travelling in El Salvador:\r\n\r\n<strong>DAY TOURS</strong>\r\n\r\nWe can offer you the transportation to a location without a guide, just our driver and you can visit the city or landmark at your own pace or we can hire in English speaking guide that will explain you more on El Salvador\'s history and diversity landmarks (3 days advance notice, subject to availability) or our customers can take a tour with our country\'s top tour operators.\r\nSome of our tours that include our transportation and overnight might require that the customer pays for driver/lodging (we can look up at budget places)\r\n\r\nWe highly recommend reserving the tours at least 2 days prior to tour as we need a quote base on number of people unless we can provide transportation and no guide is needed:\r\n\r\n<strong>Our Transportation:</strong>\r\nNissan Urvan 2012- 8 passenger\r\nNissan Pick Up 2014- 3-4 passenger\r\n<strong>\r\nSURF TOURS</strong>\r\n\r\nPLAYA LAS FLORES\r\nThe East Coast of El Salvador, also known as the Wild East, it is a surfers piece of Heaven on Earth , totally different from La Libertad. It is located in an impressive jungle were you will find the most beautiful beach breaks and a lot of right point breaks, two of them qualified as World Class Waves, only accessed by boat.\r\n\r\nIn Las Flores you\'ll enjoy one of the best waves of El Salvador. Las Flores right point break it is a long, consistent, fun wave with a sand bottom and tubular sections. being in Las Flores the main activity is surfing, and one of the activities is to take a boat and surf Punta Mango point break the most tubular wave in the country. \r\n\r\nPunta Mango is 15 min. West of Las Flores. Access: boat only. Powerful right cobblestone point break w/200m rides when on, machine-like. It is has a hollow take off with a serious barrel at size AND a hollow inside section. It works on a 3ft+ swell and all tides, but 4-7 ft SW is best. Closes out over 8 feet. Reef booties are recommended but not mandatory.\r\n\r\nThe hollowest wave in the region, but also the most wind sensitive. Experienced surfers only even when small, due to currents and shallow inside rocks. The wave has become popular and is sometimes semi-crowded w/3-4 boats and 15-20 surfers at peak hours.\r\n\r\n\r\nLA LIBERTAD\r\nThe Puerto de La Libertad was founded in 1927 and it is the first port of El Salvador, back in the 50’s it was an international tourist destination; its major attractive was Punta Roca’s wave, back in the days was know as the Latin American J Bay, it was visited mostly by nomad surfers that adventure themselves looking for perfect waves here in the south.\r\n\r\nOne of these surfers was Bob Rotherham, who has established now in the town of La Libertad, he is a North American nationalized as a Salvadorian. Joined by his son, the Quiksilver pro surfer Jimmy Rotherham they administrate the surf camp and restaurant Punta Roca, which has decades of history and it’s a must be visited.\r\n\r\nThe port and its infrastructure was damaged back in the civil war last decade; and now, with the help of the government, the municipal table and different people interested in the tourist development of this part of La Libertad it forms part of an ambitious project which is now a few steps of being totally reconstruct.\r\n\r\nThe dock is a proudly icon of the habitants. The craft fishing it is the mainly use that is given to the port because of history and tradition. By walking on the dock you could enjoy of fresh seafood being sold in the dock market. Near by you could also find restaurants and bars at the beach shore where you could enjoy of the local gastronomy and exquisite preparation based on different seafood of the zone.\r\n\r\n\r\nIn La Libertad you can surf different spots, the main break is Punta Roca and its last section Playa La Paz, but you will find dfferent areas around like Conchalio pointbreak, beach break as Playa El Obispo.\r\n\r\nPunta Roca is very popular spot for travelers and for locals if know as the Latin JBay, one of the best right pointbreak in America, is a strong wave, long and powerfull, very impresive when is big and is the spot that all the best surfers will surf with the best and bigger swells\r\n\r\n \r\n\r\nHIGHLIGHTS\r\n<strong>HIGHLY RECOMMENDED</strong>\r\n<strong>\r\nLAS FLORES RESORT (LUXURY SURF) </strong>   www.lasfloresresort.com   \r\nTransfer from Puerto Barillas to Las Flores Resort. Local lunch. Surf tour at Punta Mango (transfer\r\nby boat from Las Flores Resort. Transfer to Hotel. Return to Puerto Barillas hotel. (L)\r\n\r\nLas Flores Day Package:\r\nIncludes:\r\nAdvance Surfer: (2) boat rides per day\r\nIntermediate/Advance:(1) boat ride per day\r\nSurf Coaching for Beginners: 90 minute of instructions per day\r\nAll of the tour packages include: surf board * (Except Firewire and Stewart* Additional cost at a special price *Security Deposit Required)\r\n*A (1) 90 minute session or a (2) 45 minute session\r\nIncludes Lunch:  Soup + Entree + soda or natural juice + coffee or tea\r\nUsage of luxury facilities\r\nPrices are per person/ day: $123.00\r\nA 10% tip is not included in beverage and surf packages to be paid at the resort\r\nDoes not include transportion\r\nTransportation 1-8 people: $200.000   (LFR)\r\n\r\nFor overnight package stays at Las Flores Resort, please contact our Service Manager: Emerita Sanchez cesanchez@puertobarillas.com\r\n\r\n\r\nhttps://www.youtube.com/watch?v=CHNuIfPjijs&feature=youtu.be\r\n\r\n      ------------------------------------------------------------------------------------------------------------\r\n<strong>Other recommendations</strong>\r\nPLAYA LOS MANGOS (Hotel Los Mangos) www.puntamangohotel.com\r\nTransferto Hotel Los Mangos\r\nLunch at the hotel- Chicken or fish and a non-alcoholic drink\r\n* Surf Board rental: $20.00 Full day\r\n$12.00 Half day   (EST)\r\n\r\n____________________________________________________________________________________________\r\n\r\nPLAYA EL COCAL, Mandala Eco Villas (LA LIBERTAD) \r\nTransportation to La Libertad\r\nTour includes entrance to Eco Villas property\r\nUsage of facilities\r\nTour to any of the surf spots depending on surfing level and waves during the day.\r\nPlaya Punta Roca, Playa El Cocal, Playa El Zonte o Playa El Sunzal\r\n\r\n*Surf Board Rentals approximately: $15.00 per board  (Mandala)\r\n\r\n____________________________________________________________________________________\r\n\r\nLA LIBERTAD\r\nCAFE SUNZAL\r\nFULL DAY TOUR - SURF \r\nRound Trip transportation with limited lunch\r\n*Surf board rentals $15.Full Day\r\n$10.00 half day   (EST2)\r\n\r\n____________________________________________________________________________________\r\n\r\n<strong>OTHER DAY TOURS</strong>\r\n\r\n<strong>Indigo Blue and Suchitoto colonial town</strong> (Our Reccomendation)  \r\n\r\n8 Hours\r\nDeparture: 8.30 am\r\nService: Private\r\nOperates: Daily (subject to availabilty)\r\nDifficulty: Easy\r\nPrice includes: Private vehicle and driver, private guide, lunch, indigo workshop, sales tax.\r\nCODE: ODT04-A\r\nRECOMMENDATIONS\r\n• Walking shoes.\r\n• Sunscreen, sunglasses, hat.\r\n• Fresh clothes.\r\n\r\nDESCRIPTION\r\n\r\nIn this tour we will visit Suchitoto, one of El Salvador\'s colonial towns. Its name means the place of the Flower Bird. Walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square. We will have lunch at charming Hotel Los Almendros de San Lorenzo.\r\n\r\nAfter lunch, we will enjoy an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magic/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region.\r\n\r\nPedro de Alvarado noticed how the Indians used several shades of blue in their clothes. In 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain.\r\nThe commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador’s indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.  (GBR)\r\n             --------------------------------------------------------------------------------------------------\r\n<strong>\r\nHiking the \"Lighthouse of the Pacific\"</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nOperates: Daily \r\nDifficulty: Medium to medium- High\r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT02-A \r\nRECOMMENDATIONS\r\nHiking clothes (hiking shoes, pants, long sleeves).\r\nSunscreen, sunglasses, hat.\r\nTake enough drinking water.\r\n\r\nDESCRIPTION\r\n\r\nVolcanoes National Park (description in tour #1) provides the wonderful opportunity to hike to the crater of 2 amazing volcanoes. Izalco Volcano is a cone shaped volcano made up of sand and lava rock creating a challenging but rewarding hike. Once at the summit, you will be able to walk around the crater experiencing the warm fumaroles and the amazing views. With a personal and experienced guide, the total hike takes about 5 hours.\r\nThe other option is Santa Ana Volcano. This volcano provides a different hike since it is a more solid and massive body. Once at the top, this volcano offers the view of Coatepeque Lake as well as the sulfur green lagoon inside the crater. Total hike takes about 4 hours. On a clear day, even the ships on the Pacific Ocean can be seen.  (GBR)\r\n\r\n         ----------------------------------------------------------------------------------------------------------\r\n<strong>Coffee and Flower Route</strong>\r\n\r\n9 Hours\r\nDeparture: Private\r\nOperates: Daily (Subject to\r\nDifficulty: Easy\r\nPrice Includes: Private vehicle and driver, private guide, lunch, coffee tour, sales tax.\r\nCODE: ODT03-A\r\nRECOMMENDATIONS\r\nNo specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nThe Flower Route is a coffee plantation area in the Western side of El Salvador. It is composed of 4 main towns and it has a nice welcoming weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes, crafts, coffee tours, charming towns, markets, and adventure options.\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals.\r\n\r\nAfter this experience, a guided tour will explain each step of the coffee process. Travelers will be able to buy coffee products and crafts as souvenirs. We will enjoy lunch in a charming restaurant of the area.\r\nOptional: travelers may be able to enjoy adventure options such as horseback riding, mountain bike, ATV tour, or a zip line tour.  (GBR)\r\n\r\n\r\n            -----------------------------------------------------------------------------------------------------\r\n\r\n\r\n<strong>Volcanoes Tour </strong> \r\n\r\n8 Hours \r\nDeparture: 8:30 am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE : ODT01-A \r\nRECOMMENDATIONS\r\nWalking shoes.\r\nSunscreen, sunglasses, hat.\r\nWe will reach an altitude of 2300 mts. above sea level.\r\n\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is the country with more volcanoes per square kilometers in the world. This is because there are many volcanoes in a very small country, (20,000 square kilometers). From San Salvador we have easy access to visit some of these beautiful volcanoes. \r\nOn this trip, we will visit El Boquerón and Volcanoes National Park which is a UNESCO Biosphere Reserve. El Boqueron is the name of the crater of San Salvador’s Volcano. Locals say that it has this name given that the crater resembles a big mouth (boqueron = Big Mouth).\r\nAt approximately 1,700 meters above sea level, it provides a cool climate in between 15 - 23 ºC. We will be able to walk to the edge of the crater and admire its beauty.\r\n\r\nThen we will continue to Volcanoes National Park, where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. \r\nIzalco Volcano is one of the youngest volcanoes in America because it was born in the 1700\'s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. In Cerro Verde, located in the middle of the other two volcanoes, we will walk around its extinct crater providing breathtaking views of Izalco and Santa Ana and Coatepeque Lake. A typical world - famous pupusas lunch will wait for us at Cerro Verde.  (GBR)\r\n\r\n\r\n           -------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>Mayan History Tour</strong>\r\n\r\n9 Hours \r\nDeparture: 8.00 am \r\nService: Private \r\nOperates: Daily except Monday \r\nDifficulty: easy \r\nPrices includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT05-A\r\nRECOMMENDATIONS\r\n•	Walking shoes.\r\n•	Sunscreen, sunglasses, hat.\r\n•	Fresh clothes and repellent.\r\n\r\nFor more info contact us:  info@greenbluered.com\r\n\r\nDESCRIPTION\r\n\r\nEl Salvador is part of the Mayan World, and in this tour we will visit its main archaeological sites. Joya de Cerén was declared a World Heritage Site by UNESCO in 1993, and it is known as the “Pompeii of the Americas”. This agricultural community was buried by the ashes of Caldera Volcano back in 600 AD. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period. There is also a comprehensive museum on site.\r\n\r\nWe will also visit Tazumal, a ceremonial site which has the highest known pyramid in El Salvador (24 meters). There is an interesting archaeological museum with many jewels and 4-sided stone sculptures with embossed found in 1942 and dating 800 BC approx. We will also visit Casablanca (white house) Archaeological Park with a number of pyramids, a museum, and an exciting interactive dying workshop (Indigo) a natural blue colorant extracted from the xiquilite plant and used by the Mayans. (GBR)\r\n	\r\n         -------------------------------------------------------------------------------------------------\r\n<strong>San Salvador City Tour</strong>\r\n\r\nDuration of Tour: 4 hours in San Salvador\r\nDeparture: 8.30am \r\nService: Private \r\nOperates: Daily \r\nDifficulty: Easy \r\nPrice Includes:  Private vehicle and driver, private guide, lunch, entrance fee, sales tax.\r\nCODE: ODT07-A \r\nRecommendations \r\n•	No specific recommendations.\r\n\r\nDESCRIPTION\r\n\r\nSan Salvador is the second largest city of Central America with a population of about 1.8 million people. We will visit the main landmarks of the city including downtown where we will see the National Palace, a neoclassic building built in 1905. It has a beautiful central patio as well as more than 100 rooms. Its files include important documents from the colonial period. \r\nWe will also visit the Metropolitan Cathedral which substitutes the previous edifications destroyed by earthquakes or fires. The Cathedral is surprisingly wide and large (Neo-Romanesque and Byzantine) and celestial drawings are \r\nPainted on its cupola. Inside stand a wooden figure of the Divine Savior of the World and the tomb of Archbishop Romero, a martyr and an important figure for El Salvador. Rosario church is also an interesting stop. With its bizarre building, it holds the grave of Father José Matías Delgado, a very important figure of the Central America independence. Then we will also drive by the main avenues and streets until we arrive to a local crafts market where you will be able to buy some souvenirs. For lunch, we will enjoy the world famous Pupusas which are tortillas stuffed with cheese or cheese and beans or pork.  (GBR)\r\n\r\n  ------------------------------------------------------------------------------------------------\r\nTour Suchitoto From Puerto Barillas\r\n\r\nFull Day Suchitoto y Suchitlán Lake\r\nSuchitoto comes from pre-Columbian times where the Spanish concurs had a big influence. This has been much conserved as you can see during a city tour by foot. Suchitoto has great colonial church Santa Lucia, art galleries and antique houses. The town is located at the food of Lake Suchitlan, a former river that was dammed and has an ecosystem that offers much ornithological interest for abundance as well as for the variety of species, pelicans, herons and storks. Included a boat trip on the lake and visit to the island Los Pájaros.  (EST)\r\n\r\n  -----------------------------------------------------------------------------------------------------\r\n\r\nFull Day hike Santa Ana Volcano CerroVerde\r\nWe will start our trip towards Volcanoes National Park, where three volcanoes come together: Izalco Volcano, Santa Ana Volcano (both of which active – but not erupting) and Cerro Verde, an extinct volcano. The volcanoes are located within beautiful scenery and have a wide biodiversity. There are many species of animals living inside the park; among them are many types of hummingbirds and the black birds known as \"chara\" which feed other birds such as toucans, during their mating season At a 11 am  you will hike up Volcano Ilamatepec (Santa Ana) 2,381 meters above sea level, the tallest volcano in El Salvador. The volcano has four craters and one of them held a sulfur lagoon. It\'s most recent eruption was on the morning of October 1st. 2005. The volcano is located within the hills of Apaneca, surrounded by cloud forests, in region full of coffee plantations. You will have a great view to Lake Coatepeque, a beautiful, clean, and sparkling blue crater-shaped lake.  (EST)\r\n-------------------------------------------------------------------------------------------------------\r\n\r\nFull Day The Flowers and Coffee  Route\r\nToday you will enjoy a full day tour beginning with the colorful town of Ataco. Here you will visit a local coffee factory to learn the production progress from growing and harvesting to the delicious final product. \r\nThis afternoon you will have at your leisure to explore the beautiful city of Ataco before continuing to Nahuizalco. A small town with strong indigenous roots, Nahuizaclo is known for its wicker and famous for its evening market dating from ancient times.  (EST)\r\n\r\n-------------------------------------------------------------------------------------------------------------\r\nONE NIGHT STAY  HOTELS - RECCOMENDED- (We have agreements with the following hotels so we can make your reservation directly\r\n----------------------------------------------------------------------------------------------------------------------\r\nEL CUCO/ PLAYA LAS FLORES\r\nLAS FLORES RESORT & SURF CLUB FULL BOARD    \r\n\r\nSUCHITOTO (COLONIAL TOWN)\r\nLOS ALMENDROS DE SAN LORENZO (HOTEL BOUTIQUE)\r\n\r\nSAN SALVADOR\r\nINTERCONTENTAL HOTEL\r\nHILTON PRINCESS\r\n \r\n\r\nMULTI DAY PACKAGES\r\nMIX AND MATCH... Either you can go for one day, stay the night o continue travelling the next day\r\nTravel for 1 day, 1 night up to 3 nights and learn more about El Salvador.\r\n\r\nDAY 1: Transfer from Puerto Barillas to La Libertad. Surf tour. Local lunch. Transfer to Hotel at La Libertad.\r\nLodging in Casa de Mar hotel. (L)\r\n\r\nPrice included:\r\n• 1 night in Casa de Mar hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Puerto Barillas hotel.\r\n• Local guide in La Libertad for surf tour.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Surf tour with local guide.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Surfboard. Extra cost per person $20\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 2: Transfer from La Libertad Hotel. Panoramic City tour San Salvador. Joya de Ceren Archaeological site.\r\nLocal lunch. Transfer to Suchitoto and Indigo Workshop. Transfer to hotel. Lodging in Los\r\nAlmendros de San Lorenzo hotel (B, L)\r\n\r\nMorning we will have a panoramic city tour for San Salvador city. San Salvador is the second largest city of Central America with a population of about 1.8 million people. Then we will continue to the archaeological site of Joya de Cerén, declared a World Heritage Site by UNESCO in 1993. This agricultural community was buried by the ashes of Volcano Caldera back in 600 AD for which it is also known as the “Pompeii of the Americas”. And although no bodies were found, there are signs that its inhabitants received prompt warning of the eruption. Thanks to the excellent preservation, this site allows us to witness the everyday lives of the Mesoamerican agricultures of such time period; we can witness their homes, beds, crop fields and even saunas. This makes it a unique place within the Mayan World. There is also a comprehensive museum on site where you can see the oldest cacao seeds known in the world. Local Lunch.\r\n\r\nAfter lunch, transfer to Suchitoto. Suchitoto town is one of El Salvador oldest colonial towns. Its name means the place of the Flower Bird. We will walk along the charming cobblestone streets surrounded by lovely old colonial homes. Suchitoto is home to Santa Lucia Church, built in 1853, majestically situated in the town\'s central square.\r\n\r\nWe will experience an Indigo Workshop. Indigo is a natural colorant extracted from the Xiquilite plant. It was a very important element for the Mayans since they used it for magical/religious rituals, as a medical plant, for pottery, and for painting. When the Spanish “Conquistadores” arrived to El Salvador in 1524, Indigo became the new source of wealth in the region. Pedro de Alvarado noticed how the Indians used several shades of blue in their clothes, and in 1558, the Habsburg King Charles I ordered the territories of Guatemala and Cuscatlán (El Salvador), to produce indigo for Spain. The commercial route was through Granada, then to Cartagena de Indias from where it travelled to Spain. In the XVII century, the ounce of indigo was as valuable as gold. El Salvador indigo, has always been recognized as top quality worldwide. We will learn the process of indigo as well as art techniques used on clothing as we experiment in designing our own scarf.\r\n\r\nPrice included:\r\n• 1 night in Los Almendros de San Lorenzo hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from La Libertad hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Panoramic city tour, Joya de Ceren archaeological site, indigo workshop.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 3: Transfer from Suchitoto to Volcanoes National Park. Climb the Santa Ana volcano. Local lunch in\r\nCoatepeque Lake. Transfer to Flower Route. Lodging in Misión de Angeles hotel (B, L).\r\n\r\nIn the morning we will head to Volcanoes National Park, a UNESCO BIOSPHERE RESERVE where three amazing volcanoes (Izalco Volcano, Santa Ana Volcano and Cerro Verde) embrace beautiful Coatepeque Lake which fills a crater of another volcano. Izalco Volcano is one of the youngest volcanoes in America since it was born in the 1700’s, whereas Santa Ana Volcano is thousands of years old. Izalco Volcano was known as the “Lighthouse of the Pacific” since its lava guided the ships on the Pacific Ocean Coast. No lava is currently flowing, but both volcanoes are still active since constant fumaroles are present. Volcanoes National Park offers amazing hiking and trekking, in this trip we will climb the Santa Ana volcano. Local Lunch in Coatepeque Lake.\r\n\r\nAfternoon continue to Flower Route for lodging.\r\n\r\nPrice included:\r\n• 1 night in Misión de Angeles hotel with breakfast, based on standard double room.\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Suchitoto hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Volcanoes National Park, Climb the Santa Ana volcano.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nDAY 4: Coffee tour. Zipline. Local lunch. Return to Puerto Barillas hotel. (B, L)\r\n\r\nThe Flower Route, a coffee plantation area in Western El Salvador, is consists of 4 main towns and has comfortable weather due to the altitude. The towns are Nahuizalco, Juayua, Apaneca, and Ataco. The region offers amazing views of mountains and volcanoes and offers crafts, coffee tours, charming towns, markets, and adventure options.\r\n\r\nWe will visit a coffee plantation and if the tour takes place within coffee season (DEC-MAR), travelers will be able to collect coffee themselves along with the locals. After this experience, a local guide will explain each step of the coffee process at the mill, finishing by tasting a delicious cup of coffee.\r\n\r\nThen we will enjoy a zipline tour and then we have a local lunch. Afternoon transfer to Puerto Barillas hotel.\r\n\r\nEND OF SERVICES\r\n\r\nPrice included:\r\n• All Price based on all PAX traveling together. Extra cost for extra transfers applies.\r\n• Private vehicle for all trip: Coaster (22 seats): For all PAX.\r\n• English speaking guides from Flower Route hotel.\r\n• 1 lunch per person.\r\n• All entrance fees and activities are included: Coffee tour and zipline.\r\n• Bottled water in the vehicle.\r\n• All local taxes and fees are included.\r\n\r\nPrice does not include:\r\n• Dinner.\r\n• Travel insurance.\r\n• Tips for guide and drivers.\r\n• Personal expenses.\r\n• Services not specifically mentioned\r\n\r\nNOTES:\r\n• Hotels are not confirmed.\r\n• We reserve the right to make changes in the itinerary due to situations beyond our control.\r\n• Indigo process is seasonal: June to November. But Indigo workshop (dye) can be done all year.\r\n• Coffee Mill tour may be done all year: From December to May you will be able to see it operating.', 'Travel El Salvador', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2016-05-31 06:52:28', '2016-05-31 06:52:28', '', 153, 'http://www.puertobarillas.com/welcome/153-revision-v1/', 0, 'revision', '', 0),
(4850, 1, '2017-06-13 18:53:57', '2017-06-13 18:53:57', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n 	<li>A welcoming coconut</li>\r\n 	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n 	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n 	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\r\n</ul>\r\nThere is a diversity of packages for groups, starting at 11 people.\r\n\r\nOpción 1:  Complete Package  (Pontoon + Lunch + Monkey Sanctuary):\r\n<ul>\r\n 	<li>10-12 people:   $41.50</li>\r\n 	<li>13-15 people:   $39.50</li>\r\n 	<li>16-20 people   $35.80</li>\r\n 	<li>21-30 people:   $32.30</li>\r\n 	<li>31-40 people: $28.50</li>\r\n 	<li>41 or more           $23.80</li>\r\n 	<li>Children under de 7 years old- $23.00 lunch: hamburger, French fries,  ice cream  and soda $23.00 (minimum adults 11)</li>\r\n</ul>\r\nRates Monday– Friday (Special)\r\n<ul>\r\n 	<li>10-12 people     $39.90</li>\r\n 	<li>13-15 people.     $37.50</li>\r\n 	<li>16-20 people.     $34.00</li>\r\n 	<li>21-30 people.      $30.60</li>\r\n 	<li>31-40 people.      $27.00</li>\r\n 	<li>41 or more          $22.60</li>\r\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\r\n 	<li></li>\r\n</ul>\r\nPackages include\r\n<ul>\r\n 	<li>A welcoming coconut (subject to availability)</li>\r\n 	<li>Pontoon tour on  Bahía de Jiquilisco to  isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas</li>\r\n 	<li>Complete Lunch: chicken,  meat, fish or heart of palm salad, 1 beverage (water, soda or coconut water), dessert  and coffee</li>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n</ul>\r\nBudget Package Available ONLY Monday-Friday\r\n<ul>\r\n 	<li>10-12 people : $35.50</li>\r\n 	<li>13-15 people : $34.50</li>\r\n 	<li>16-20 people: $28.80</li>\r\n 	<li>21-30 people  $26.50</li>\r\n 	<li>31-40 people: $23.75</li>\r\n 	<li>41+ people: $22.75</li>\r\n 	<li>Niños menores de 7 años (minimo de 11 adultos): $22.00 por niño.</li>\r\n</ul>\r\nPaquete incluye:\r\n<ul>\r\n 	<li>Coco helado de bienvenida (sujeto a disponibilidad) o coctel</li>\r\n 	<li>Tour en pontoon por la Bahía de Jiquilisco a isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas.</li>\r\n 	<li>Almuerzo: Sandwich, panini o hamburguesa, postre, 1 bebida (soda, agua o cerveza nacional)</li>\r\n 	<li>Visita al Santuario de Monos.</li>\r\n</ul>\r\nPara poder confirmar evento se requiere un 50% de anticipo por lo menos 7 días antes del evento, que puede ser depositado en cualquiera de nuestras cuentas que detallo abajo o ser cancelado en efectivo o cheque en nuestras oficinas ubicadas en <b>79 Ave Norte y 9ª Calle Poniente # 4050, Colonia Escalón, </b>con Verónica Jiménez teléfono 2263 3653. El complemento deberá ser cancelado el día del evento en efectivo.', 'Events', '', 'inherit', 'closed', 'closed', '', '299-revision-v1', '', '', '2017-06-13 18:53:57', '2017-06-13 18:53:57', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(4836, 1, '2016-10-09 02:42:15', '2016-10-09 02:42:15', '', 'pb1', '', 'inherit', 'closed', 'closed', '', 'pb1', '', '', '2016-10-09 02:42:15', '2016-10-09 02:42:15', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/10/PB1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4782, 1, '2016-07-29 04:01:55', '2016-07-29 04:01:55', '', 'Bahia De Jiquilisco', 'Canal Barillas, Bahia de Jiquilisco', 'inherit', 'closed', 'closed', '', 'dcim123media', '', '', '2016-07-29 04:08:27', '2016-07-29 04:08:27', '', 239, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/DJI00526.jpg', 0, 'attachment', 'image/jpeg', 0),
(4852, 1, '2017-06-27 23:58:46', '2017-06-27 23:58:46', 'Would you like to celebrate a special occasion in a paradise in El Salvador?  We got the right package for that special occasion.   We can even customize it.\r\n\r\nOur recommended package:\r\n<ul>\r\n 	<li>A welcoming coconut</li>\r\n 	<li>Jiquilisco Bay tour- <b><b>includes a stop in Isla Pajarito</b></b></li>\r\n</ul>\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach an island, surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n<ul>\r\n 	<li>Lunch at our on-site restaurant- Conacaste. Check our group menu (a complete lunch)\r\n(Please note that Ice cream is served for groups fewer than 30 visitors)</li>\r\n 	<li>Visit the Spider monkey sanctuary- A community of cunning spider monkeys that managed to survive over the years. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make the most of a wonderful experience.</li>\r\n</ul>\r\nThere is a diversity of packages for groups, starting at 11 people.\r\n\r\nOpción 1:  Complete Package  (Pontoon + Lunch + Monkey Sanctuary):\r\n<ul>\r\n 	<li>10-12 people:   $41.50</li>\r\n 	<li>13-15 people:   $39.50</li>\r\n 	<li>16-20 people   $35.80</li>\r\n 	<li>21-30 people:   $32.30</li>\r\n 	<li>Children under de 7 years old- $23.00 lunch: hamburger, French fries,  ice cream  and soda $23.00 (minimum adults</li>\r\n 	<li>Puerto Barillas does not accept groups of 30+ during Saturdays and Sundays.</li>\r\n</ul>\r\nPuerto Barillas does not accept groups of more than 13 people in Semana Santa, August and from the 27th of December- 1st of January\r\n\r\nAll groups subject to availability (space).\r\n\r\nTarifas disponibles de Lunes - Viernes (descuento especial)\r\n<ul>\r\n 	<li>10-12 personas $39.90</li>\r\n 	<li>13-15 personas $37.50</li>\r\n 	<li>16-20 personas $34.00</li>\r\n 	<li>21-30 personas $30.60</li>\r\n 	<li>31-40 personas $28.00</li>\r\n 	<li>41 or more          $26.00</li>\r\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\r\n</ul>\r\nRates Monday– Friday (Special)\r\n<ul>\r\n 	<li>10-12 people     $39.90</li>\r\n 	<li>13-15 people.     $37.50</li>\r\n 	<li>16-20 people.     $34.00</li>\r\n 	<li>21-30 people.      $30.60</li>\r\n 	<li>31-40 people.      $27.00</li>\r\n 	<li>41 or more          $24.00</li>\r\n 	<li>Niños menores de 7 años - $22.00 almuerzo: hamburguesa, papas fritas, helado y soda $20.00 (minimo de adultos 11)</li>\r\n 	<li></li>\r\n</ul>\r\nPackages include\r\n<ul>\r\n 	<li>Pontoon tour on  Bahía de Jiquilisco to  isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas</li>\r\n 	<li>Complete Lunch: chicken,  meat, fish or heart of palm salad, 1 beverage (water, soda or coconut water), dessert  and coffee</li>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n</ul>\r\nBudget Package Available ONLY Monday-Friday\r\n<ul>\r\n 	<li>10-12 people : $35.50</li>\r\n 	<li>13-15 people : $34.50</li>\r\n 	<li>16-20 people: $28.80</li>\r\n 	<li>21-30 people  $26.50</li>\r\n 	<li>31-40 people: $23.75</li>\r\n 	<li>41+ people: $22.75</li>\r\n 	<li>Niños menores de 7 años (minimo de 11 adultos): $22.00 por niño.</li>\r\n</ul>\r\nPaquete incluye:\r\n<ul>\r\n 	<li>Coco helado de bienvenida (sujeto a disponibilidad) o coctel</li>\r\n 	<li>Tour en pontoon por la Bahía de Jiquilisco a isla Pajarito/Elenas (islote, banco de arena): los visitantes podrán disfrutar de la belleza de la Bahía de Jiquilisco en un tour en pontoon, donde podrán observar una diversidad de managlares , aves dependiendo la temporada y otras especies. Duración: aproximadamente 3 horas.</li>\r\n 	<li>Almuerzo: Sandwich, panini o hamburguesa, postre, 1 bebida (soda, agua o cerveza nacional)</li>\r\n 	<li>Visita al Santuario de Monos.</li>\r\n</ul>\r\nPara poder confirmar evento se requiere un 50% de anticipo por lo menos 7 días antes del evento, que puede ser depositado en cualquiera de nuestras cuentas que detallo abajo o ser cancelado en efectivo o cheque en nuestras oficinas ubicadas en <b>79 Ave Norte y 9ª Calle Poniente # 4050, Colonia Escalón, </b>con Verónica Jiménez teléfono 2263 3653. El complemento deberá ser cancelado el día del evento en efectivo.', 'Events', '', 'inherit', 'closed', 'closed', '', '299-revision-v1', '', '', '2017-06-27 23:58:46', '2017-06-27 23:58:46', '', 299, 'http://www.puertobarillas.com/welcome/299-revision-v1/', 0, 'revision', '', 0),
(4780, 1, '2016-07-29 03:05:50', '2016-07-29 03:05:50', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type (love adventure travel and love nature) , paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nWe offer kayak rental or we can also offer tours with a guide.  Our suggestion is you take the guided tour as you will be able to experience paradise within the mangroves.\r\n\r\nAlso, if you like fishing , try fishing while Kayaking\r\n\r\nWe offer prices with your lodging;\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak\r\n\r\nWe also offer rates for those who want to visit us as a day visit.\r\n\r\nThere is a very popular package sold which our customer enjoy and it includes:\r\n\r\nKayak tour of the bay - you can paddle for 30 minutes or you can go for the 2-hour tour.\r\n\r\nIt also includes lunch- either you can go for the budget package and request a panini or hamburger or you can choose for the full lunch which includes entree, dessert, soda or national beer and coffee</blockquote>\r\n&nbsp;', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2016-07-29 03:05:50', '2016-07-29 03:05:50', '', 460, 'http://www.puertobarillas.com/welcome/460-revision-v1/', 0, 'revision', '', 0),
(4761, 1, '2016-07-25 03:25:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:41', '2016-07-25 03:25:41', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4761', 0, 'ngg_pictures', '', 0),
(4762, 1, '2016-07-25 03:25:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4762', 0, 'ngg_pictures', '', 0),
(4763, 1, '2016-07-25 03:25:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:43', '2016-07-25 03:25:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4763', 0, 'ngg_pictures', '', 0),
(4822, 1, '2016-08-29 00:23:05', '0000-00-00 00:00:00', '<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Premio-PB.jpg\"><img class=\"alignnone wp-image-4823 size-full\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Premio-PB.jpg\" alt=\"Premio PB\" width=\"303\" height=\"101\" /></a>', '', '', 'draft', 'closed', 'open', '', '', '', '', '2016-08-29 00:23:05', '2016-08-29 00:23:05', '', 0, 'http://www.puertobarillas.com/welcome/?p=4822', 0, 'post', '', 0),
(4823, 1, '2016-08-29 00:22:34', '2016-08-29 00:22:34', '', 'Premio PB', '', 'inherit', 'closed', 'closed', '', 'premio-pb', '', '', '2016-08-29 00:22:34', '2016-08-29 00:22:34', '', 4822, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Premio-PB.jpg', 0, 'attachment', 'image/jpeg', 0),
(4832, 1, '2016-08-29 12:54:28', '2016-08-29 12:54:28', '', 'Puerto_Barillas_Picture15a', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture15a', '', '', '2016-08-29 12:54:28', '2016-08-29 12:54:28', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture15a.jpg', 0, 'attachment', 'image/jpeg', 0),
(4813, 1, '2016-08-29 00:11:07', '2016-08-29 00:11:07', '', 'SlideShow2', '', 'inherit', 'closed', 'closed', '', '4812-revision-v1', '', '', '2016-08-29 00:11:07', '2016-08-29 00:11:07', '', 4812, 'http://www.puertobarillas.com/welcome/4812-revision-v1/', 0, 'revision', '', 0),
(4824, 1, '2016-08-29 12:53:40', '2016-08-29 12:53:40', '', 'Puerto_Barillas_Picture11', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture11', '', '', '2016-08-29 12:53:40', '2016-08-29 12:53:40', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture11.jpg', 0, 'attachment', 'image/jpeg', 0),
(4825, 1, '2016-08-29 12:53:44', '2016-08-29 12:53:44', '', 'Puerto_Barillas_Picture11a', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture11a', '', '', '2016-08-29 12:53:44', '2016-08-29 12:53:44', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture11a.jpg', 0, 'attachment', 'image/jpeg', 0),
(4826, 1, '2016-08-29 12:53:51', '2016-08-29 12:53:51', '', 'Puerto_Barillas_Picture12', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture12', '', '', '2016-08-29 12:53:51', '2016-08-29 12:53:51', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture12.jpg', 0, 'attachment', 'image/jpeg', 0),
(4827, 1, '2016-08-29 12:53:56', '2016-08-29 12:53:56', '', 'Puerto_Barillas_Picture12a', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture12a', '', '', '2016-08-29 12:53:56', '2016-08-29 12:53:56', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture12a.jpg', 0, 'attachment', 'image/jpeg', 0),
(4828, 1, '2016-08-29 12:54:05', '2016-08-29 12:54:05', '', 'Puerto_Barillas_Picture13', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture13', '', '', '2016-08-29 12:54:05', '2016-08-29 12:54:05', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture13.jpg', 0, 'attachment', 'image/jpeg', 0),
(4829, 1, '2016-08-29 12:54:09', '2016-08-29 12:54:09', '', 'Puerto_Barillas_Picture14', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture14', '', '', '2016-08-29 12:54:09', '2016-08-29 12:54:09', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture14.jpg', 0, 'attachment', 'image/jpeg', 0),
(4830, 1, '2016-08-29 12:54:16', '2016-08-29 12:54:16', '', 'Puerto_Barillas_Picture14a', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture14a', '', '', '2016-08-29 12:54:16', '2016-08-29 12:54:16', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture14a.jpg', 0, 'attachment', 'image/jpeg', 0),
(4831, 1, '2016-08-29 12:54:22', '2016-08-29 12:54:22', '', 'Puerto_Barillas_Picture15', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture15', '', '', '2016-08-29 12:54:22', '2016-08-29 12:54:22', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture15.jpg', 0, 'attachment', 'image/jpeg', 0),
(4811, 1, '2016-08-28 21:27:02', '2016-08-28 21:27:02', 'Come and enjoy a beautiful day at Puerto Barillas', 'Day Visit', '', 'inherit', 'closed', 'closed', '', 'airview', '', '', '2016-08-28 21:28:23', '2016-08-28 21:28:23', '', 68, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Airview.jpg', 0, 'attachment', 'image/jpeg', 0),
(4812, 1, '2016-08-29 00:11:07', '2016-08-29 00:11:07', '', 'SlideShow2', '', 'publish', 'closed', 'closed', '', 'slideshow2', '', '', '2016-08-29 00:11:07', '2016-08-29 00:11:07', '', 0, 'http://www.puertobarillas.com/welcome/?page_id=4812', 0, 'page', '', 0),
(4746, 1, '2016-07-17 23:13:13', '2016-07-17 23:13:13', 'We stayed here only one night but wished it could have been more. What a setting - the whole area is magical. We were lucky enough to stay in one of the \'tree houses\' - you felt like you were in the middle of a jungle - so quiet except for the birds in the morning - a welcome sound. We took the boat tour and the views were amazing - saw some birds but it was the middle of the afternoon so not as many as one would see in the morning or early evening,. <!--more-->\r\n\r\nRestaurant very nice and the food good. Pool lovely - lots of places to sit and relax and enjoy the surroundings. Definitely worth a visit and very close to San Salvador and the airport -- highly recommended.   SF Wanderer\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Beautiful Place to Enjoy Nature -Puerto Barillas', 'We stayed here only one night but wished it could have been more. What a setting - the whole area is magical. We were lucky enough to stay in one of the \'tree houses\' - you felt like you were in the middle of a jungle - so quiet except for the birds in the morning - a welcome sound. We took the boat tour and the views were amazing - saw some birds but it was the middle of the afternoon so not as many as one would see in the morning or early evening,.....highly recommended         SFWanderer', 'publish', 'closed', 'closed', '', '120', '', '', '2016-08-28 21:00:24', '2016-08-28 21:00:24', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=4746', 0, 'testimonial', '', 0),
(4810, 1, '2016-08-28 21:05:27', '2016-08-28 21:05:27', 'I can\'t believe I was in Puerto Barillas...nine months ago at TMLA you were telling me about the amazing place and activities and now I have been here. The landscape is awesome and although we were forced to a short stay, we managed to enjoy so much!! So thank you very much! My kid loved the turtles and the monkeys and the pool as well!! I loved everything, seeing him so happy and looking around in awe for all this beauty in one place, altogether!\n\n<!--more-->\n\nMari was an excellent companion, she even gave us a chance to visit the platano plantation, which provided a very interesting insight.\n\nAll the best and hope to start sending customers soon!!\n\nAlessandra', 'All this beauty in one place...', '', 'inherit', 'closed', 'closed', '', '4745-autosave-v1', '', '', '2016-08-28 21:05:27', '2016-08-28 21:05:27', '', 4745, 'http://www.puertobarillas.com/welcome/4745-autosave-v1/', 0, 'revision', '', 0),
(4833, 1, '2016-08-29 12:54:32', '2016-08-29 12:54:32', '', 'Puerto_Barillas_Picture16', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture16', '', '', '2016-08-29 12:54:32', '2016-08-29 12:54:32', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture16.jpg', 0, 'attachment', 'image/jpeg', 0),
(4834, 1, '2016-08-29 12:54:39', '2016-08-29 12:54:39', '', 'Puerto_Barillas_Picture22-1400x4002-1400x400', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture22-1400x4002-1400x400', '', '', '2016-08-29 12:54:39', '2016-08-29 12:54:39', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture22-1400x4002-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4835, 1, '2016-08-29 12:54:47', '2016-08-29 12:54:47', '', 'Puerto_Barillas_Picture72-1400x400', '', 'inherit', 'closed', 'closed', '', 'puerto_barillas_picture72-1400x400', '', '', '2016-08-29 12:54:47', '2016-08-29 12:54:47', '', 4812, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/08/Puerto_Barillas_Picture72-1400x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(4845, 1, '2017-01-22 22:15:10', '2017-01-22 22:15:10', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Double)</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Premium  (Single)</td>\r\n<td align=\"right\">$14</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Double)</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"> more  than 10 people  per person</td>\r\n<td>        $5.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-01-22 22:15:10', '2017-01-22 22:15:10', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(4745, 1, '2016-07-17 23:10:53', '2016-07-17 23:10:53', 'I can\'t believe I was in Puerto Barillas...nine months ago at TMLA you were telling me about the amazing place and activities and now I have been here. The landscape is awesome and although we were forced to a short stay, we managed to enjoy so much!! So thank you very much! My kid loved the turtles and the monkeys and the pool as well!! I loved everything, seeing him so happy and looking around in awe for all this beauty in one place, altogether!\r\n\r\n<!--more-->\r\n\r\nMari was an excellent companion, she even gave us a chance to visit the platano plantation, which provided a very interesting insight.\r\n\r\nAll the best and hope to start sending customers soon!!\r\n\r\nAlessandra', 'All this beauty in one place...', '', 'publish', 'closed', 'closed', '', '110', '', '', '2016-08-28 21:05:30', '2016-08-28 21:05:30', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=4745', 0, 'testimonial', '', 0),
(4783, 1, '2016-07-29 04:08:40', '2016-07-29 04:08:40', 'Jiquilisco Bay, a reserve and the most important coastal marine ecosystem of El Salvador. comprises 55 km of coast from the mouth of the Lempa River to the mouth of the Chepona in Jucuarán: contains 27 islands and islets and 22, 912 hectares of mangroves. On October 31, 2005 was declared a Ramsar site under the international convention on wetlands, because of its uniqueness and fragility, because it is the habitat of most coastal marine birds in the country. It is the only nesting site for some of them, and the place of destination or step (feeding, moulting and resting) of eighty-seven migratory birds of international importance.\r\n\r\nThis site is home to a diversity of terrestrial species associated with water bodies and coastal areas. It should be noted that it has confirmed that four of the seven sea turtle species known worldwide visit Jiquilisco Bay for nesting. The species concerned are: the black turtle, Hawksbill, Olive Ridley turtle and tortoise Baule.\r\n\r\nPeople living on the perimeter of the reserve is well aware of the need to preserve the site through the establishment of production systems compatible with the environment, co-management of protected areas, risk management and rescue skills TEK. The sustainable development of the area is based on tourism, harvesting of mangroves and coconuts, the cultivation of sugar cane, fishing and livestock.\r\n\r\nFor all that the Bay’s beauty and what it offers: its characteristics and unique landscapes, we invite you to visit this natural paradise of El Salvador.\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\"><img class=\"alignnone wp-image-118\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Puerto_Barillas_Picture6.jpg\" alt=\"Puerto_Barillas_Picture6\" width=\"980\" height=\"280\" /></a>', 'Discover the Beauty of Bahia de Jiquilisco', '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2016-07-29 04:08:40', '2016-07-29 04:08:40', '', 239, 'http://www.puertobarillas.com/welcome/239-revision-v1/', 0, 'revision', '', 0),
(4790, 1, '2016-08-01 04:58:33', '2016-08-01 04:58:33', 'Casa de arbol con 1 cama Queen y 1 camarote', 'Casa de arbol', 'Casa de arbol en Puerto Barillas', 'inherit', 'closed', 'closed', '', 'pb3', '', '', '2016-08-01 05:00:36', '2016-08-01 05:00:36', '', 4746, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2016/07/PB3.png', 0, 'attachment', 'image/png', 0),
(4789, 1, '2016-07-31 14:28:59', '2016-07-31 14:28:59', '', 'IMG_2549', '', 'inherit', 'closed', 'closed', '', 'img_2549', '', '', '2016-07-31 14:28:59', '2016-07-31 14:28:59', '', 68, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_2549.jpg', 0, 'attachment', 'image/jpeg', 0),
(4889, 1, '2019-03-21 22:18:22', '2019-03-21 22:18:22', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n 	<li>Ground Floor:</li>\r\n 	<li>Bathroom</li>\r\n 	<li>Social area with dining table</li>\r\n 	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n 	<li>Half bath</li>\r\n 	<li>Large room</li>\r\n 	<li>A double bed and a bunk bed</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 3 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$59.00</strong></span>\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;', 'Treehouses', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2019-03-21 22:18:22', '2019-03-21 22:18:22', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(4888, 1, '2019-03-21 22:17:17', '2019-03-21 22:17:17', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night  Maximum occupancy: 6 people.   Apartment 8 is for a maximum of 7 people.  The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for  maximum occupancy:6 people.    $246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2019-03-21 22:17:17', '2019-03-21 22:17:17', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4887, 1, '2019-03-21 22:15:17', '2019-03-21 22:15:17', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\"></pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-03-21 22:15:17', '2019-03-21 22:15:17', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4886, 1, '2019-03-21 22:14:53', '2019-03-21 22:14:53', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\">We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\"></pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-03-21 22:14:53', '2019-03-21 22:14:53', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4885, 1, '2019-03-21 22:14:06', '2019-03-21 22:14:06', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following:</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\">High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</p>\r\n<p style=\"text-align: justify;\">We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\"></pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-03-21 22:14:06', '2019-03-21 22:14:06', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4884, 1, '2019-03-21 22:09:48', '2019-03-21 22:09:48', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies  (0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or  of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate.  The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following:</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\">High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</p>\r\n<p style=\"text-align: justify;\">We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</p>\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\"></pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-03-21 22:09:48', '2019-03-21 22:09:48', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4882, 1, '2019-03-21 21:21:40', '2019-03-21 21:21:40', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n 	<li>Ground Floor:</li>\r\n 	<li>Bathroom</li>\r\n 	<li>Social area with dining table</li>\r\n 	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n 	<li>Half bath</li>\r\n 	<li>Large room</li>\r\n 	<li>A double bed and a bunk bed</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 3 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$59.00</strong></span>\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\n<strong>Cancellation Penalty:</strong>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the illness (with a detailed explanation of why could not travel.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"> In These cases there  is a penalty fee, service charge fee (administrative fee) depending on the reservation made (within 3-5 days prior to arrival)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 48 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Cancellations:</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>As we are in rural area, for our property it is very difficult to sell again a no-show or last minute cancellations.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'Treehouses', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2019-03-21 21:21:40', '2019-03-21 21:21:40', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(4881, 1, '2019-03-21 21:19:52', '2019-03-21 21:19:52', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.\r\n\r\nCancellation Penalty:\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the illness (with a detailed explanation of why could not travel.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"> In These cases there  is a penalty fee, service charge fee (administrative fee) depending on the reservation made (within 3-5 days prior to arrival)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 48 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Cancellations:</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>As we are in rural area, for our property it is very difficult to sell again a no-show or last minute cancellations.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-03-21 21:19:52', '2019-03-21 21:19:52', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4880, 1, '2019-03-21 21:19:04', '2019-03-21 21:19:04', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night  Maximum occupancy: 6 people.   Apartment 8 is for a maximum of 7 people.  The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for  maximum occupancy:6 people.    $246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>Our policy is 0-5 days prior to arrival,  reservations are non refundable</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the illness (with a detailed explanation of why could not travel.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"> In These cases there  is a penalty fee, service charge fee (administrative fee) depending on the reservation made (within 3-5 days prior to arrival)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 48 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Cancellations:</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>As we are in rural area, for our property it is very difficult to sell again a no-show or last minute cancellations.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2019-03-21 21:19:04', '2019-03-21 21:19:04', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4879, 1, '2019-03-21 21:15:22', '2019-03-21 21:15:22', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)\r\n\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include a maximum occupancy of 6 people.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency.  A valid proof  such: as certificate of death of a member of the family within 2 days before traveling, a note certified and stamped by a certified doctor that it was dangerous to travel because  of the illness (with a detailed explanation of why could not travel.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"> In These cases there  is a penalty fee, service charge fee (administrative fee) depending on the reservation made (within 3-5 days prior to arrival)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.. For last minute cancellations (only in Emergencicies)  in less than 48 hours , we will charge a one night fee plus $35.00 (for more than 1 night reservation).</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Cancellations:</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>As we are in rural area, for our property it is very difficult to sell again a no-show or last minute cancellations.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"twelve columns\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'closed', '', '1301-revision-v1', '', '', '2019-03-21 21:15:22', '2019-03-21 21:15:22', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4873, 1, '2018-04-19 20:33:24', '2018-04-19 20:33:24', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2018-04-19 20:33:24', '2018-04-19 20:33:24', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4874, 1, '2018-04-19 20:34:58', '2018-04-19 20:34:58', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night  Maximum occupancy: 6 people.   Apartment 8 is for a maximum of 7 people.  The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for  maximum occupancy:6 people.    $246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n0-5 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\nWe understand that sometimes there can be emergencies.  However, for emergencies, we will need a proof and administrative fees of no less than $35.00 would apply for last minute cancellations.   Not applicable on high season\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2018-04-19 20:34:58', '2018-04-19 20:34:58', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4872, 1, '2018-04-19 20:32:53', '2018-04-19 20:32:53', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2018-04-19 20:32:53', '2018-04-19 20:32:53', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4870, 1, '2018-02-12 23:54:46', '2018-02-12 23:54:46', 'Puerto Barillas lodge offers either day packages  for this tour or when staying at Puerto Barillas book this tour.\r\n\r\nWhat to expect on this tour?\r\n\r\nThe local cacao expert guide will guide you through each one of the steps in processing high-quality cacao. Beginning with the first step of grafting either on a young 6 month old plant or on grounds  and continue to learn about the harvest, cutting and extraction of the grains in a cacao pod. Next, you will learn about the post-harvest process: fermentation and drying, which are determining factors in the quality of the chocolate.  This is a 45 minute tour.   At the end of the tour, we will invite you to try a cup of hot chocolate when retuning to Puerto Barillas.\r\n\r\nChocolates made from our cacao have won gold and silver medals on an International Chocolate Awards Event.\r\n\r\nLocation: San Jose Real de La Carrera, one of the largest cacao plantations in Central America (1km  away from Puerto Barillas).  Tours are not open directly to public only via Puerto Barillas, sister company.   Cacao plantation farm: 240 manzanas, 168 hectares, 414 acres.\r\n\r\nHigh Season: February-July. (approximately 28000 cacao pods are opened daily)\r\n\r\nHours of Operation:\r\n\r\nMonday-Friday 8:00am-11:30am.\r\nSaturday: 8:00am-11:00 am (by appointment only, reservations need to be make in advance)\r\n\r\nSunday: We only accept groups between 5-15 people (by appointment only, reservations need to make in advance, at least 4 days in advance)\r\n\r\nFor day visits, we have the following package that includes:\r\n\r\nBudget:  Cacao tour + Lunch: Panini, 1 beverage (national beer, water or soda) + Free cup of hot chocolate\r\n1-7 people: $26.40\r\n8-15 people: $24.00\r\n\r\nCacao + Complete Lunch which includes Chicken, meat or fish + 1 beverage (soda, water or national beer), ice cream or sorbet and a cup of hot chocolate\r\n1-7 people: $32.40\r\n8-15 people: $30.00\r\n\r\n\r\nFor our guests at the jungle lodge, we have special rates:\r\nTake the tour in:\r\nOwn vehicle:\r\n1-3 people: $7.70\r\n4+ people: $6.75\r\n\r\nPuerto Barillas transportation:\r\n1 person: $13.80\r\n2 people: $12.50\r\n3+ people: $10.00\r\nChildren under 7 years old $3.00 (maximum of 2 children allowed in each group at this rate)\r\nBy Bike: $24.00\r\n\r\nCombining this tour with our Monkey Sanctuary Experience is also a great alternative,\r\n\r\nFor more information, please email us at info@puertobarillas.com or call us at 503-26751131\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Cacao Tour', '', 'inherit', 'closed', 'closed', '', '1180-revision-v1', '', '', '2018-02-12 23:54:46', '2018-02-12 23:54:46', '', 1180, 'http://www.puertobarillas.com/welcome/1180-revision-v1/', 0, 'revision', '', 0),
(4868, 1, '2018-01-09 20:55:25', '2018-01-09 20:55:25', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n 	<li>Ground Floor:</li>\r\n 	<li>Bathroom</li>\r\n 	<li>Social area with dining table</li>\r\n 	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n 	<li>Half bath</li>\r\n 	<li>Large room</li>\r\n 	<li>A double bed and a bunk bed</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 3 people\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Regular: $118.00 Member:$59.00</strong></span>\r\n\r\nThank you for choosing to stay with us.  Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>', 'Treehouses', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2018-01-09 20:55:25', '2018-01-09 20:55:25', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(4869, 1, '2018-01-09 20:59:46', '2018-01-09 20:59:46', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night  Maximum occupancy: 6 people.   Apartment 8 is for a maximum of 7 people.  The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for  maximum occupancy:6 people.    $246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n0-5 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\nWe understand that sometimes there can be emergencies.  However, for emergencies, we will need a proof and administrative fees of no less than $35.00 would apply for last minute cancellations.   Not applicable on high season\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2018-01-09 20:59:46', '2018-01-09 20:59:46', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4867, 1, '2017-12-20 01:20:36', '2017-12-20 01:20:36', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people    Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers.  Please consult it at the reception desk.', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2017-12-20 01:20:36', '2017-12-20 01:20:36', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4865, 1, '2017-10-10 18:42:36', '2017-10-10 18:42:36', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, Maximum occupancy: 8\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n0-5 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\nWe understand that sometimes there can be emergencies.  However, for emergencies, we will need a proof and administrative fees of no less than $35.00 would apply for last minute cancellations.   Not applicable on high season\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2017-10-10 18:42:36', '2017-10-10 18:42:36', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4862, 1, '2017-08-23 01:06:51', '2017-08-23 01:06:51', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n&nbsp;\r\n\r\nActivities with lodging ( only) . For day visits, we offer packages.\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .   Opens daily: 8am-3pm\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Single with seat</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Fishing Kayak   (fishing rod not included)  renta 24 hours</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Pontoon El Crucerito</td>\r\n<td align=\"right\">$179.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"> more  than 10 people  per person</td>\r\n<td>        $5.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-08-23 01:06:51', '2017-08-23 01:06:51', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(4860, 1, '2017-08-19 01:26:10', '2017-08-19 01:26:10', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a \"magical night and morning\" with the songs of the birds and enjoying the stunning view of the surrounding plantations.\r\n\r\nAccommodation is ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed  and a half bathroom. First Floor: Social area and Full bathroom.  Please note that the stairway is a snail-shaped stairway.  If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night Additional person:$10.00 (up to 2 ONLY, Maximum occupancy: 8\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night Additional person: $10.00 (up to 2 only, maximum occupancy 8 people)\r\n\r\nHIGH SEASON: Semana Santa, 1-7th of August, December 26th- January 3th\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n0-5 days prior to arrival, non refundable\r\nHIGH SEASON: NONREFUNDABLE\r\nFor security reasons, all lodging has a maximum capacity. Please note that we will not accept any additional person on a lodging. No refunds allowed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2017-08-19 01:26:10', '2017-08-19 01:26:10', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4861, 1, '2017-08-23 01:03:53', '2017-08-23 01:03:53', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\n&nbsp;\r\n\r\nActivities with lodging ( only) . For day visits, we offer packages.\r\n\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Single with seat</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Fishing Kayak   (fishing rod not included)  renta 24 hours</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Pontoon El Crucerito</td>\r\n<td align=\"right\">$179.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"> more  than 10 people  per person</td>\r\n<td>        $5.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-08-23 01:03:53', '2017-08-23 01:03:53', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4858, 1, '2019-08-13 00:30:33', '2019-08-13 00:30:33', '&nbsp;\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\n&nbsp;\n\nSurrounded by cocoa and palm trees and just a few minutes walk&nbsp; from the Puerto Barillas canal are located our comfortable apartments.&nbsp; Each apartment has being perfectly designed so that our guests may&nbsp; obtain privacy.\n\nRates are as follows and does include breakfast ( includes taxes)\n\nApartments - Maximum occupancy: 6 people. It has two bedrooms.&nbsp;&nbsp; On the top floor one bedroom with AC and full bathroom and a terrace.&nbsp; On the first floor another bedroom either with a&nbsp; queen or&nbsp; Full size bed and a full bed or two bunk beds (subject to availability).&nbsp; All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.&nbsp; All of the accommodation have gas barbecues in the terrace/patio.\n\n&nbsp;\n\n<strong>Low Season</strong>\nAll Week\n$199.00 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\n\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\n\n<strong>High Season</strong>\n$236.00 1-6 people\n\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\n\n*Prices are per room per night\n\n&nbsp;\n\n&nbsp;\n\nRATES FOR&nbsp; 2020\n\n<strong>Low Season</strong>\nAll Week\n$201 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\n\n$221.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\n\n<strong>High Season</strong>\n$239.00 1-6 people\n\n$249.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\n\n*Prices are per room per night\n\n&nbsp;\n\n&nbsp;\n\nCheck in: 15:00&nbsp;&nbsp;&nbsp; Check out: 12:00\n\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\n\nCancellations:\n\n0-3 days prior to arrival non refundable\n\nHigh Season: Non refundable\n\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.&nbsp; You will have to pay for another room.&nbsp; We cannot refund any paid reservations on the date of arrival.\n\nAdditional description:\n\n<strong>Top level floor:</strong>\n<ul>\n 	<li>Terrace</li>\n 	<li>Main room:</li>\n 	<li>Double bed</li>\n 	<li>Fully equipped</li>\n 	<li>Spacious bathroom</li>\n 	<li>Air Conditioning</li>\n 	<li>Ground floor:</li>\n 	<li>Living and dining</li>\n 	<li>Futon (sofa bed) for 2 people</li>\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\n 	<li>Terrace</li>\n 	<li>Barbecue</li>\n 	<li>Direct TV</li>\n</ul>\n<strong>Room 2</strong>\n<ul>\n 	<li>Double Bed</li>\n 	<li>Bunk Bed</li>\n 	<li>Bathroom</li>\n</ul>\n&nbsp;\n\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\n\n<strong>Cancellation Policies:</strong>\n\n0-5 days before arrival, the reservation is non-refundable.\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\n\n&nbsp;\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\n&nbsp;\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\">&nbsp;</pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-autosave-v1', '', '', '2019-08-13 00:30:33', '2019-08-13 00:30:33', '', 207, 'http://www.puertobarillas.com/welcome/207-autosave-v1/', 0, 'revision', '', 0),
(4859, 1, '2017-08-19 00:29:17', '2017-08-19 00:29:17', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom and a terrace.  On the first floor another bedroom either with a  queen or  Full size bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2017-08-19 00:29:17', '2017-08-19 00:29:17', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4847, 1, '2017-05-31 00:04:03', '2017-05-31 00:04:03', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"https://myallocator.com/booknow/KjB9PenitBbsHCurjzfngA\" style=\"width: 410px; height: 400px; border: none\" frameBorder=\"0\" allowtransparency=\"true\"></iframe>\r\n\r\n\r\n', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2017-05-31 00:04:03', '2017-05-31 00:04:03', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4848, 1, '2017-05-31 00:10:41', '2017-05-31 00:10:41', 'Surrounded by cocoa and palm trees and just a few minutes walk  from the Puerto Barillas canal are located our comfortable apartments.  Each apartment has being perfectly designed so that our guests may  obtain privacy.\r\n\r\nApartments - maximum occupancy: 6 people. It has two bedrooms.   On the top floor one bedroom with AC and full bathroom.  On the first floor another bedroom either with a  queen or Double bed and a full bed or two bunk beds (subject to availability).  All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.  All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people     Additional person: $10.00 per person Maximum Occupancy: 8 people\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people Additional person: $10.00 per person.  Maximum Occupancy: 8 people\r\n\r\n*Prices are per room per night\r\n\r\nCheck in: 15:00    Check out: 12:00\r\n\r\nHigh Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.  You will have to pay for another room.  We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\n&nbsp;\r\n\r\n<iframe style=\"width: 600px; height: 300px; border: none;\" src=\"https://myallocator.com/booknow/KjB9PenitBbsHCurjzfngA\" width=\"300\" height=\"150\" frameborder=\"0\"></iframe>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2017-05-31 00:10:41', '2017-05-31 00:10:41', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4855, 1, '2017-08-13 01:25:36', '2017-08-13 01:25:36', '<h3><strong>Activities For All Ages at Puerto Barillas</strong></h3>\r\nIndulge in the endless choices of activities at this tropical paradise. Puerto Barillas offers an extensive array of entertaining pursuits for the entire family. Lounge by the pool. Relax on one of the bay islands. Browse our convenience store for the perfect souvenir. Attend the monkey sanctuary and hear interesting and funny stories of these friendly spider monkeys, taste our delicious food with lovely views of the bay and its different colours. Participate in Protecting the Sea Turtles (tours on request). This Hidden Treasure of the Pacific Coast, Puerto Barillas, provides a diversity of activities for any age.\r\n\r\nPuerto Barillas offers many unique  guest activities. From bay tours to water sports, children\'s playgrounds to conservation programs and sightseeeing, there is something here for everyone.\r\n<ul>\r\n 	<li>Visit the Monkey Sanctuary</li>\r\n 	<li>Bike Tours</li>\r\n 	<li>Kayak Rentals and Tours</li>\r\n 	<li>Cacao Plantation Tours</li>\r\n 	<li>Boat Tours</li>\r\n 	<li>Sportsfishing</li>\r\n</ul>\r\n<strong>Activities for all ages\r\n</strong>\r\n\r\n<strong><span style=\"color: #008000;\">VISIT THE MONKEY SANCTUARY</span></strong>\r\n<table border=\"0\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Monkey Sanctuary  (Price per persona)-with lodging\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Walking Tours\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$5.50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>By Car (Puerto Barillas vehicle)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$9</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Children under  2 years (must be accompanied by two adults)</td>\r\n<td align=\"right\">$4</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to monkey sanctuary   1-2 people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike tours to Monkey santuary   3+ people</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nHacienda La Carrera in the 60s-70s included a protected, environmentally conscious zoo. After the land reform that took place in late 1979 many innocent animals were killed or sold. However, there was a community of cunning spider monkeys that managed to survive over the years. Today, much of the property at Hacienda La Carrera has been repurchased for agricultural use. Nevertheless, the purchasing company has gone to great efforts to purchase “green areas” with a strong commitment to preserve and protect the flora and fauna. As a result, native wildlife in the area has made an impressive comeback. The monkey population is also thriving, having reached close to 30. Spider monkeys are quite curious and fond of tourists. They will happily accept bananas from visitors and make for a wonderful experience.\r\n\r\nIt is impossible to resist this tour. Visit Don Miguel and his spider monkey sanctuary community. Bring along bananas to feed Pancho and Maria and see how this king of the bananas rejoices in his forest (El Nacascolo). This one is the last communities of spider monkeys that thanks to Don Miguel we have been able to protect. Highlight- Walk through the sugar cane fields and enclosed semi-tropical forests. Watch as “Miguel” calls them to your feet making it an awesome, close-encounter natural experience .\r\n\r\n<strong><span style=\"color: #008000;\">Bike Tours</span>\r\n</strong>\r\n<table border=\"0\" width=\"592\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Bike Tours\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monkey sanctuary 1-2</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to monley sanctuary   3+</td>\r\n<td align=\"right\">$16</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to  cacao plantation  1-2 people</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to cacao plantation  3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Bike Tour to Cacao and Monkey Sanctuary 1-2 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bike Tour to Caca and Monkey Sanctuary  3+ personas</td>\r\n<td align=\"right\">$20.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">New in 2015! ! The full tour  (cacao and monkeys) started at Puerto Barillas   heading to a cacao plantation, passing by a banana plantation and plant ( usually available Monday and Tuesday morning ), then biking through the forest until reaching the monkey\'s sanctuary encounter spot. If you are lucky, you might even find the monkeys on your way to the forest.  After stopping by the monkey\'s encounter spot, we stop at a pond so we can try to observe crocodiles and  some migratory birds.</p>\r\n<span style=\"color: #008000;\"><strong>Kayak Rentals and Tours\r\n</strong></span>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>KAYAKS\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental  Double</td>\r\n<td align=\"right\">$18.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Rental Single</td>\r\n<td align=\"right\">$12.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Single with seat</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Fishing Kayak   (fishing rod not included)  renta 24 hours</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\">$15</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>With Guide:\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Double</td>\r\n<td align=\"right\">$21.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Tour Single</td>\r\n<td align=\"right\">$15.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak</td>\r\n<td align=\"right\">$23.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Kayak Premium (Sngle)</td>\r\n<td align=\"right\">$17.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Canoes</td>\r\n<td align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Traducción\">We highly recommend to take the tour with a guide who will take you through the beautiful canals of the bay, where you can appreciate an exotic variety of mangroves, which are lit by the sun\'s reflection . You will also see  how  four eyes (a specie) walk in the water and you may see a crocodiles or lizard . It will be a good experience! The tours  are from 30 minutes- 2 hours (depending on your physical condition or fitness level). We can go around the island, go  see crocodiles , look for birds .... here we customize it according to your preferences !</p>\r\n<strong>Cacao Plantation Tour\r\n</strong>\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour  (Prices per person)\r\n</strong></td>\r\n<td width=\"78\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-3 people</td>\r\n<td align=\"right\">$8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">4+ people</td>\r\n<td align=\"right\">$7</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\"><strong>Cacao Tour Puerto Barillas vehicle  (Price per person)\r\n</strong></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">1-2 people</td>\r\n<td align=\"right\">$13</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">3+ people</td>\r\n<td align=\"right\">$10</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour  1-2 personas</td>\r\n<td align=\"right\">$20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Cacao Bike Tour 3+ people</td>\r\n<td align=\"right\">$18</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nVisit Central America\'s largest cacao plantation (approximately 175 acres) in San Jose Real de La Carrera just 1 km away from Puerto Barillas. Discover the plant processing of cacao, its drying methods and its fermentation, for exporting one of the finest cacao seeds in the world, acriollado. The visitor will be able to taste the fruit of cacao,  toast cacao after the drying process and back in our restaurant, you can taste a cup of hot chocolate (at breakfast, lunch or dinner time).  Value added tour: there are 2 days a week when a plantain plant is processing \"big bananas\" for exportation.  The colorful sceneries are picture-perfect. Days vary so we cannot guarantee this tour.\r\n\r\n<strong>Boat Tours and Fishing Tours</strong>\r\n<table border=\"0\" width=\"640\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla Pajarito  1-5 people  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td align=\"right\" width=\"78\">$101.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla pajarito  (Duration: 3 hours- 1 hour navigation, 2 hours island)</td>\r\n<td>      $ 113.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat Tour to Isla la Chepona (Duration: 3. 5 hours)</td>\r\n<td align=\"right\">$195.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Boat tour to  Punta San Juan (Duration: 3.5 hours)</td>\r\n<td align=\"right\">$132.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Pontoon El Crucerito</td>\r\n<td align=\"right\">$179.00</td>\r\n</tr>\r\n<tr>\r\n<td width=\"598\" height=\"19\">Bay fishing tour  - Stationary - (Duration: 3 hours, maximum 5 people)</td>\r\n<td align=\"right\">$143.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deep Sea Fishung - third party (Duration: approximately 5 hours: max. 4 people per boat)</td>\r\n<td align=\"right\">$315.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Artisan Fishing  - Troling - (Duration: 3- 4 hours)</td>\r\n<td align=\"right\">$164.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Deck Usage (In Case hire a third party) 1-10 people</td>\r\n<td align=\"right\">$25.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\"> more  than 10 people  per person</td>\r\n<td>        $5.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour  (Stationary)</td>\r\n<td align=\"right\">$45.00</td>\r\n</tr>\r\n<tr>\r\n<td height=\"19\">Additional Hour (Navigation)</td>\r\n<td align=\"right\">$55.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Panga Boat Tours\r\n</strong>\r\n\r\nThere are 27 deserted islands in the Bay of Jiquilisco. Our boat tours take approximately 30 minutes to reach one island, Pajarito, Las Elenas or La Pirraya,  surrounded by beautiful scenery. Expect to see: alligators, exotic birds and mangroves, and picture-perfect volcanoes in the distance. Once you reach the beach, bathe and swim in the bay’s calm and warm waters. You could also be taken to one of the two bay deltas and swim in the Pacific Ocean. We have everything prepared for this trip: a big umbrella if too much sun bothers, chairs for resting and best of all… we can prepare a cooler with your favorite beverages.\r\n\r\nExperience the beauty of nature around Puerto Barillas. During the tour you will enjoy the landscape of the volcanic ridge, mangrove forests, bird watching, and fishermen in full operation.\r\n\r\nIn the Bay Area, Jiquilisco, are housed Cumichín island, Espiritu Santo, San Dionisio Tortuga, El Recodo, San Sebastian, Summary, Bow, Isla Pajarito, Corral de Mulas, Punta San Juan and other islands. River mouths: the downturn, La Chepona. Cargo Ports: The Triunfo and Puerto Parada.\r\n<table border=\"0\" width=\"676\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"598\" /> <col width=\"78\" /> </colgroup></table>\r\nAll of the tours include 13% taxes (IVA)\r\n<h2><strong>Pontoon Tours</strong></h2>\r\n<h3><span style=\"text-decoration: underline;\">Tour Isla Pajarito</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$18.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$16.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$14.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n*Approximately  90  minutes of navigation and 1 hour to enjoy Pajarito Island (bathing, relaxing, taking pictures).\r\n<h3><span style=\"text-decoration: underline;\">Tour to La Chepona</span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nAdditional Hour at the destination: $56.00\r\n\r\n<strong>Please note that all prices include (13% IVA).  Prices do not include tips.\r\n</strong>\r\n\r\nFor group reservations, please contact us at info@puertobarillas.com\r\n\r\n&nbsp;\r\n<h3>About Isla Pajarito</h3>\r\n<h3><span style=\"text-decoration: underline;\"><strong>Isla Pajarito:</strong></span></h3>\r\n<p style=\"text-align: justify;\">A strange and miraculous image, made of lead, is found on the main altar of the church of Santa Maria in Usulutan. The residents had a fisherman of the bayworking in the waters near Bird Island (Isla Pajarito) , when, suddenly, the sea was curled, the degree to wreck his boat. Such was the anxiety and fear that the fisherman invoked his salvation from San Antonio. When he awoke, he was in the Bird Island beaches and in his hand the saving image. From there, the man promised to be the protector of the small effigy.</p>\r\n<p style=\"text-align: justify;\">Then, when man and statue were called to the bedside of a sick, he healed them. This happened many times until the image was required by the church, but the man refused to surrender it, therefore, the police arrested him for the purpose of confiscating the image.</p>\r\n<p style=\"text-align: justify;\">The fisherman handed over the image and was released. But, when he was among his people, he found, surprisingly, in their spritsail, the saint wrapped in a handkerchief. Since the news of this miracle ran, the faith of the population increased, so it was decided to celebrate the feast of San Antonio Pajarito each February 20.</p>\r\n<p style=\"text-align: justify;\">An afternoon on the island is a sight to reconnect with nature. This small space is one of the favorite places for the birds that inhabit the bay. So along with the sunset, Bird Island is wrapped with the presence and the unique melody of various species of birds. This destination is close to Punta San Juan.</p>\r\n\r\n<h3><strong>Punta San Juan</strong></h3>\r\n<ul>\r\n 	<li>Placid waters, a paradisiacal place located on the peninsula of San Juan del Gozo.</li>\r\n 	<li>For Boat Tours or Transportation to:</li>\r\n 	<li>Panga Boat</li>\r\n 	<li>For Punta San Juan  ( 3hours maximum)  :$132.00</li>\r\n 	<li>For La Pirraya (3 hours maximum): $113.00</li>\r\n 	<li>For Espiritu Santo  (4 hours maximum): $195.00     Visit a Coconut Oil Production Center.</li>\r\n 	<li>For Madresal  (4 hours maximum) :$150.00</li>\r\n 	<li>For El Espino (4 hours maximum): $213.00</li>\r\n 	<li>For Puerto El Triunfo (4 hours maximum): $175.00</li>\r\n 	<li>For Corral de Mulas: (3 hours máximum): $132.00</li>\r\n 	<li>*Prices subject to change/  Additional hour:</li>\r\n 	<li>Parked: $45.00  Moving: $55.00</li>\r\n</ul>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Punta San Juan, Corral de Mulas</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$26.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$21.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$19.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Puerto El Triunfo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$29.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$24.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$22.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3><strong>Pontoon Tours (or Rides)\r\n</strong><span style=\"text-decoration: underline;\"><strong>Espiritu Santo</strong></span></h3>\r\n<table border=\"0\" width=\"250\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#D6E1E2\" width=\"96\"><strong>Tour</strong></td>\r\n<td bgcolor=\"#D6E1E2\" width=\"94\"><strong>Price</strong></td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">11-15 people</td>\r\n<td bgcolor=\"#DDEFF7\">$32.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">16-20 people</td>\r\n<td bgcolor=\"#DDEFF7\">$30.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">21-30 people</td>\r\n<td bgcolor=\"#DDEFF7\">$27.00 per head</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#DDEFF7\">31-50 people</td>\r\n<td bgcolor=\"#DDEFF7\">$25.00 per head</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Prices subject change\r\n\r\nPlease note that Puerto Barillas will charge a commision fee/port fee for any boat tour taken that does not belong to Puerto Barillas $25.00 per boat 1-10 people     11 or more $5.00 per person\r\n\r\n&nbsp;\r\n\r\n• Please note that we offer complete packages. Please emails us at info@puertobarillas.com for group package information.<a id=\"monkeys\" name=\"monkeys\"></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #008000;\"> </span></strong>', 'Activities', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-08-13 01:25:36', '2017-08-13 01:25:36', '', 18, 'http://www.puertobarillas.com/welcome/18-revision-v1/', 0, 'revision', '', 0),
(4739, 1, '2016-07-08 04:39:08', '2016-07-08 04:39:08', '\nEl Camino Does El Salvador\nJanuary 10, 2016\n\nWith the winter doldrums upon us in November, we sent El Camino photographer Kate Warren south to explore El Salvador and connect with local communities. Here\'s her visual dispatch from her travels. \n\nFive days, nine travel journalists, one bus. From dawn until well past dusk we tore around the country for a whirlwind week of seeing AS MUCH AS POSSIBLE of El Salvador. I\'d been before, but the country has changed quite a bit since then and our itinerary was aggressive - I took notes frantically. I was the only photographer on the trip and two decades younger than the other guests, except for a whip-smart writer from New York named Tyler with whom I made fast friends. With our matching haircuts and equally curious, immersive attitudes toward travel we jumped into experiencing El Salvador head first. New lady boss partner in crime? Boo yeah.  \n\nThere were major adventures; we fed spider monkeys, kayaked through mangroves, released baby sea turtles, took surfing lessons, and saw incredible ancient ruins. Each evening I edited like a maniac to process the pictures in real time before falling into bed. It was wild, it was fun, and exhausting in the way only a totally immersive new experience can be - full sensory overload, in all the best ways.  Read More..', 'Blog and Travel Puerto Barillas Marina & Lodge', '', 'inherit', 'closed', 'closed', '', '22-autosave-v1', '', '', '2016-07-08 04:39:08', '2016-07-08 04:39:08', '', 22, 'http://www.puertobarillas.com/welcome/22-autosave-v1/', 0, 'revision', '', 0),
(4740, 1, '2016-07-08 04:41:02', '2016-07-08 04:41:02', 'El Camino Does El Salvador\r\nJanuary 10, 2016\r\n\r\nWith the winter doldrums upon us in November, we sent El Camino photographer Kate Warren south to explore El Salvador and connect with local communities. Here\'s her visual dispatch from her travels.\r\n\r\nFive days, nine travel journalists, one bus. From dawn until well past dusk we tore around the country for a whirlwind week of seeing AS MUCH AS POSSIBLE of El Salvador. I\'d been before, but the country has changed quite a bit since then and our itinerary was aggressive - I took notes frantically. I was the only photographer on the trip and two decades younger than the other guests, except for a whip-smart writer from New York named Tyler with whom I made fast friends. With our matching haircuts and equally curious, immersive attitudes toward travel we jumped into experiencing El Salvador head first. New lady boss partner in crime? Boo yeah.\r\n\r\nThere were major adventures; we fed spider monkeys, kayaked through mangroves, released baby sea turtles, took surfing lessons, and saw incredible ancient ruins. Each evening I edited like a maniac to process the pictures in real time before falling into bed. It was wild, it was fun, and exhausting in the way only a totally immersive new experience can be <a href=\"http://www.elcamino.travel/blog/2015/12/30/el-camino-does-el-salvador\"> read more....</a>', 'Blog and Travel Puerto Barillas Marina & Lodge', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2016-07-08 04:41:02', '2016-07-08 04:41:02', '', 22, 'http://www.puertobarillas.com/welcome/22-revision-v1/', 0, 'revision', '', 0),
(4778, 1, '2016-07-29 02:59:59', '2016-07-29 02:59:59', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type, paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nWe offer kayak rental or we can also offer tours with a guide.  Our suggestion is you take the guided tour as you will be able to experience paradise within the mangroves.\r\n\r\nAlso, if you like fishing , try fishing while Kayaking\r\n\r\nWe offer prices with your lodging;\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak\r\n\r\nWe also offer rates for those who want to visit us as a day visit.\r\n\r\nThere is a very popular package sold which our customer enjoy and it includes:\r\n\r\nKayak tour of the bay - you can paddle for 30 minutes or you can go for the 2-hour tour.\r\n\r\nIt also includes lunch- either you can go for the budget package and request a panini or hamburger or you can choose for the full lunch:</blockquote>\r\n&nbsp;', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2016-07-29 02:59:59', '2016-07-29 02:59:59', '', 460, 'http://www.puertobarillas.com/welcome/460-revision-v1/', 0, 'revision', '', 0),
(4779, 1, '2016-07-29 03:04:25', '2016-07-29 03:04:25', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type (love adventure travel and love nature) , paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nWe offer kayak rental or we can also offer tours with a guide.  Our suggestion is you take the guided tour as you will be able to experience paradise within the mangroves.\r\n\r\nAlso, if you like fishing , try fishing while Kayaking\r\n\r\nWe offer prices with your lodging;\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak\r\n\r\nWe also offer rates for those who want to visit us as a day visit.\r\n\r\nThere is a very popular package sold which our customer enjoy and it includes:\r\n\r\nKayak tour of the bay - you can paddle for 30 minutes or you can go for the 2-hour tour.\r\n\r\nIt also includes lunch- either you can go for the budget package and request a panini or hamburger or you can choose for the full lunch:</blockquote>\r\n&nbsp;', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2016-07-29 03:04:25', '2016-07-29 03:04:25', '', 460, 'http://www.puertobarillas.com/welcome/460-revision-v1/', 0, 'revision', '', 0),
(4756, 1, '2016-07-25 03:25:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4756', 0, 'ngg_pictures', '', 0),
(4757, 1, '2016-07-25 03:25:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:36', '2016-07-25 03:25:36', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4757', 0, 'ngg_pictures', '', 0),
(4758, 1, '2016-07-25 03:25:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4758', 0, 'ngg_pictures', '', 0),
(4759, 1, '2016-07-25 03:25:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:38', '2016-07-25 03:25:38', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4759', 0, 'ngg_pictures', '', 0),
(4760, 1, '2016-07-25 03:25:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4760', 0, 'ngg_pictures', '', 0),
(4776, 1, '2016-07-29 02:16:54', '2016-07-29 02:16:54', '', 'Kayaking mangroves', '', 'inherit', 'closed', 'closed', '', 'img_5452', '', '', '2016-07-29 02:26:57', '2016-07-29 02:26:57', '', 460, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/IMG_5452.jpg', 0, 'attachment', 'image/jpeg', 0),
(4777, 1, '2016-07-29 03:05:30', '2016-07-29 03:05:30', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type (love adventure travel and love nature) , paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\n\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\n\nWe offer kayak rental or we can also offer tours with a guide.  Our suggestion is you take the guided tour as you will be able to experience paradise within the mangroves.\n\nAlso, if you like fishing , try fishing while Kayaking\n\nWe offer prices with your lodging;\n<blockquote>Prices:\n\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\n$10.00 for single Kayak\n$18.00 for double Kayak (2 people)\n\nFive Hours\n$15.00 for single Kayak\n$25.00 for double Kayak\n\nWe also offer rates for those who want to visit us as a day visit.\n\nThere is a very popular package sold which our customer enjoy and it includes:\n\nKayak tour of the bay - you can paddle for 30 minutes or you can go for the 2-hour tour.\n\nIt also includes lunch- either you can go for the budget package and request a panini or hamburger or you can choose for the full lunch which includes entree, dessert, soda or national beer or</blockquote>\n&nbsp;', 'Kayaking in Jiquilisco Bay', '', 'inherit', 'closed', 'closed', '', '460-autosave-v1', '', '', '2016-07-29 03:05:30', '2016-07-29 03:05:30', '', 460, 'http://www.puertobarillas.com/welcome/460-autosave-v1/', 0, 'revision', '', 0),
(4793, 1, '2016-08-12 12:15:04', '2016-08-12 12:15:04', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2019-12-20 08:43:08', '2019-12-20 08:43:08', '', 0, 'http://www.puertobarillas.com/welcome/?p=4793', 1, 'nav_menu_item', '', 0),
(4751, 1, '2016-07-25 03:53:19', '2016-07-25 03:53:19', 'This is a highly reccomended tour with different options:\n\na) Leaving from Puerto Barillas to an island (approximately 30 minutes boat ride).  On your way to the island, the scenic views are wonderful, volcanoes, birds depending on the weather and the time, green mangroves and nice canals.  The stop on the island is for 1.5 hours were you can have a rest and swim in the peaceful waters of the bay.  The pilot will try to find you a nice spot for a good time.  Tour duration: 2.5 hours\n\nb) Leaving Puerto Barillas and going through different canals.  The boat will stop at a little house were they sell mollusk so if you are an oyster lover, these are the best \"oysters\" (casco de burro) in El Salvador.  They run between $7.00-$20.00 the lb.   Tour duration: 2.5-3 hours\n\nc) Our favorite is the sunset boat ride, always stopping at one or two islands and definitely seeing the most beautiful time of the day in the bay, the sunset time.  (Highly reccomended in Summer time)  Tour duration: 3 hours\n\nd) There is also a tour where you can go to an island and then stop to eat prior or after the island into a little restaurant in a local fishermen community.  Tour Duration: 3.5 hours.\n\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--4771\" data-mce-placeholder=\"1\" /><img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" alt=\"\" />', 'Bahia de Jiquilisco Boat Tour', '', 'inherit', 'closed', 'closed', '', '462-autosave-v1', '', '', '2016-07-25 03:53:19', '2016-07-25 03:53:19', '', 462, 'http://www.puertobarillas.com/welcome/462-autosave-v1/', 0, 'revision', '', 0),
(4752, 1, '2016-07-25 03:25:31', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:31', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4752', 0, 'ngg_gallery', '', 0),
(4753, 1, '2016-07-25 03:25:31', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:31', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4753', 0, 'ngg_pictures', '', 0),
(4754, 1, '2016-07-25 03:55:52', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:55:52', '2016-07-25 03:55:52', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4754', 0, 'ngg_pictures', '', 0),
(4755, 1, '2016-07-25 03:25:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4755', 0, 'ngg_gallery', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4791, 1, '2016-08-28 20:59:32', '2016-08-28 20:59:32', 'We stayed here only one night but wished it could have been more. What a setting - the whole area is magical. We were lucky enough to stay in one of the \'tree houses\' - you felt like you were in the middle of a jungle - so quiet except for the birds in the morning - a welcome sound. We took the boat tour and the views were amazing - saw some birds but it was the middle of the afternoon so not as many as one would see in the morning or early evening,. <!--more-->\n\nRestaurant very nice and the food good. Pool lovely - lots of places to sit and relax and enjoy the surroundings. Definitely worth a visit and very close to San Salvador and the airport -- highly recommended.   SF Wanderer\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;', 'Beautiful Place to Enjoy Nature -Puerto Barillas', 'We stayed here only one night but wished it could have been more. What a setting - the whole area is magical. We were lucky enough to stay in one of the \'tree houses\' - you felt like you were in the middle of a jungle - so quiet except for the birds in the morning - a welcome sound. We took the boat tour and the views were amazing - saw some birds but it was the middle of the afternoon so not as many as one would see in the morning or early evening,.....highly recommended         SFWanderer', 'inherit', 'closed', 'closed', '', '4746-autosave-v1', '', '', '2016-08-28 20:59:32', '2016-08-28 20:59:32', '', 4746, 'http://www.puertobarillas.com/welcome/4746-autosave-v1/', 0, 'revision', '', 0),
(4784, 1, '2016-07-29 04:14:52', '2016-07-29 04:14:52', '', 'IMG_6256', '', 'inherit', 'closed', 'closed', '', 'img_6256', '', '', '2016-07-29 04:14:52', '2016-07-29 04:14:52', '', 86, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/IMG_6256.jpg', 0, 'attachment', 'image/jpeg', 0),
(4785, 1, '2016-07-29 04:16:06', '2016-07-29 04:16:06', 'With 365 days of sunny and warming days, get ready for a kayak and grab the paddles and a life vest to explore the Jiquilisco Bay channels. Paddle away with the whole family. If you are an adventurous type, paddle at your own pace through the mazelike mangrove tunnels  and experience the beauty of the landscapes.\r\n\r\nWhat better way to get a firsthand look of our fantastically fabulous landscapes, flora, fauna: volcanoes, alligators, exotic birds, mangroves and if you get lucky, you might get to see a  hawksbill turtle.\r\n\r\nAlso, if you like fishing , try fishing while kayaking.\r\n<blockquote>Prices:\r\n\r\nTwo hour Kayak rental (to get up-close and personal experience with this national treasure):\r\n$10.00 for single Kayak\r\n$18.00 for double Kayak (2 people)\r\n\r\nFive Hours\r\n$15.00 for single Kayak\r\n$25.00 for double Kayak</blockquote>\r\n<a href=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.puertobarillas.com/welcome/wp-content/uploads/2013/10/Kayaking-in-the-Bay.jpg\" alt=\"Kayaking in the Bay\" width=\"418\" height=\"418\" /></a>', 'Bike Tours', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2016-07-29 04:16:06', '2016-07-29 04:16:06', '', 86, 'http://www.puertobarillas.com/welcome/86-revision-v1/', 0, 'revision', '', 0),
(4764, 1, '2016-07-25 03:25:45', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:45', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4764', 0, 'ngg_pictures', '', 0),
(4765, 1, '2016-07-25 03:25:46', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:25:46', '2016-07-25 03:25:46', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4765', 0, 'ngg_pictures', '', 0),
(4766, 1, '2016-07-25 03:26:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:26:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4766', 0, 'ngg_pictures', '', 0),
(4767, 1, '2016-07-25 03:26:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2016-07-25 03:26:42', '2016-07-25 03:26:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://www.puertobarillas.com/welcome/?p=4767', 0, 'ngg_pictures', '', 0),
(4768, 1, '2016-07-25 03:33:33', '2016-07-25 03:33:33', 'This is a highly reccomended tour with different options:\r\n\r\na) Leaving from Puerto Barillas to an island (approximately 30 minutes boat ride).  On your way to the island, the scenic views are wonderful, volcanoes, birds depending on the weather and the time, green mangroves and nice canals.  The stop on the island is for 1.5 hours were you can have a rest and swim in the peaceful waters of the bay.  The pilot will try to find you a nice spot for a good time.  Tour duration: 2.5 hours\r\n\r\nb) Leaving Puerto Barillas and going through different canals.  The boat will stop at a little house were they sell mollusk so if you are an oyster lover, these are the best \"oysters\" (casco de burro) in El Salvador.  They run between $7.00-$20.00 the lb.   Tour duration: 2.5-3 hours\r\n\r\nc) Our favorite is the sunset boat ride, always stopping at one or two islands and definitely seeing the most beautiful time of the day in the bay, the sunset time.  (Highly reccomended in Summer time)  Tour duration: 3 hours\r\n\r\nd) There is also a tour where you can go to an island and then stop to eat prior or after the island into a little restaurant in a local fishermen community.  Tour Duration: 3.5 hours.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" alt=\"\" />', 'Bahia de Jiquilisco Boat Tour', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2016-07-25 03:33:33', '2016-07-25 03:33:33', '', 462, 'http://www.puertobarillas.com/welcome/462-revision-v1/', 0, 'revision', '', 0),
(4769, 1, '2016-07-25 03:39:47', '2016-07-25 03:39:47', '', 'IMG_6121', 'Atardecer en la Bahia', 'inherit', 'closed', 'closed', '', 'img_6121', '', '', '2016-07-25 03:40:28', '2016-07-25 03:40:28', '', 462, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2013/11/IMG_6121.jpg', 0, 'attachment', 'image/jpeg', 0),
(4770, 1, '2016-07-25 03:45:55', '2016-07-25 03:45:55', '', 'IMG_2718', '', 'inherit', 'closed', 'closed', '', 'img_2718', '', '', '2016-07-25 03:45:55', '2016-07-25 03:45:55', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/gallery/Boat-Tour-ride/IMG_2718.JPG', 0, 'attachment', 'image/jpeg', 0),
(4773, 1, '2016-07-25 03:55:42', '2016-07-25 03:55:42', 'This is a highly reccomended tour with different options:\r\n\r\na) Leaving from Puerto Barillas to an island (approximately 30 minutes boat ride).  On your way to the island, the scenic views are wonderful, volcanoes, birds depending on the weather and the time, green mangroves and nice canals.  The stop on the island is for 1.5 hours were you can have a rest and swim in the peaceful waters of the bay.  The pilot will try to find you a nice spot for a good time.  Tour duration: 2.5 hours\r\n\r\nb) Leaving Puerto Barillas and going through different canals.  The boat will stop at a little house were they sell mollusk so if you are an oyster lover, these are the best \"oysters\" (casco de burro) in El Salvador.  They run between $7.00-$20.00 the lb.   Tour duration: 2.5-3 hours\r\n\r\nc) Our favorite is the sunset boat ride, always stopping at one or two islands and definitely seeing the most beautiful time of the day in the bay, the sunset time.  (Highly reccomended in Summer time)  Tour duration: 3 hours\r\n\r\nd) There is also a tour where you can go to an island and then stop to eat prior or after the island into a little restaurant in a local fishermen community.  Tour Duration: 3.5 hours.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" alt=\"\" /><img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--4771\" data-mce-placeholder=\"1\" />', 'Bahia de Jiquilisco Boat Tour', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2016-07-25 03:55:42', '2016-07-25 03:55:42', '', 462, 'http://www.puertobarillas.com/welcome/462-revision-v1/', 0, 'revision', '', 0),
(4771, 1, '2016-07-25 03:51:53', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6WzldLCJleGNsdWRlZF9jb250YWluZXJfaWRzIjpbXSwic29ydG9yZGVyIjpbMTI5LDEzMCwxMzEsMTMyLDEzMywxMzQsMTM1XSwiZW50aXR5X2lkcyI6W10sInJldHVybnMiOiJpbmNsdWRlZCIsIm1heGltdW1fZW50aXR5X2NvdW50Ijo1MDAsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6bnVsbCwiaWRfZmllbGQiOiJJRCIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 'Untitled displayed_gallery', '', 'draft', 'closed', 'closed', '', '', '', '', '2016-07-25 03:51:53', '0000-00-00 00:00:00', 'eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInRodW1ibmFpbF93YXRlcm1hcmsiOiIwIiwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6IjAiLCJhamF4X3BhZ2luYXRpb24iOiIwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOiIwIiwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOiIwIiwic2hvd19waWNsZW5zX2xpbmsiOiIwIiwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIxIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IHNsaWRlc2hvd10iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwib3JkZXJfYnkiOiJzb3J0b3JkZXIiLCJvcmRlcl9kaXJlY3Rpb24iOiJBU0MiLCJleGNsdXNpb25zIjpbXSwiY29udGFpbmVyX2lkcyI6WzldLCJleGNsdWRlZF9jb250YWluZXJfaWRzIjpbXSwic29ydG9yZGVyIjpbMTI5LDEzMCwxMzEsMTMyLDEzMywxMzQsMTM1XSwiZW50aXR5X2lkcyI6W10sInJldHVybnMiOiJpbmNsdWRlZCIsIm1heGltdW1fZW50aXR5X2NvdW50Ijo1MDAsInNvdXJjZSI6ImdhbGxlcmllcyIsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2x1ZyI6bnVsbCwiaWRfZmllbGQiOiJJRCIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 0, 'http://www.puertobarillas.com/welcome/?p=4771', 0, 'displayed_gallery', '', 0),
(4772, 1, '2016-07-25 03:52:12', '2016-07-25 03:52:12', 'This is a highly reccomended tour with different options:\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--4771\" data-mce-placeholder=\"1\" />a) Leaving from Puerto Barillas to an island (approximately 30 minutes boat ride).  On your way to the island, the scenic views are wonderful, volcanoes, birds depending on the weather and the time, green mangroves and nice canals.  The stop on the island is for 1.5 hours were you can have a rest and swim in the peaceful waters of the bay.  The pilot will try to find you a nice spot for a good time.  Tour duration: 2.5 hours\r\n\r\nb) Leaving Puerto Barillas and going through different canals.  The boat will stop at a little house were they sell mollusk so if you are an oyster lover, these are the best \"oysters\" (casco de burro) in El Salvador.  They run between $7.00-$20.00 the lb.   Tour duration: 2.5-3 hours\r\n\r\nc) Our favorite is the sunset boat ride, always stopping at one or two islands and definitely seeing the most beautiful time of the day in the bay, the sunset time.  (Highly reccomended in Summer time)  Tour duration: 3 hours\r\n\r\nd) There is also a tour where you can go to an island and then stop to eat prior or after the island into a little restaurant in a local fishermen community.  Tour Duration: 3.5 hours.\r\n\r\n<img class=\"ngg_displayed_gallery mceItem\" src=\"http://www.puertobarillas.com/welcome/nextgen-attach_to_post/preview/id--323\" alt=\"\" />', 'Bahia de Jiquilisco Boat Tour', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2016-07-25 03:52:12', '2016-07-25 03:52:12', '', 462, 'http://www.puertobarillas.com/welcome/462-revision-v1/', 0, 'revision', '', 0),
(4742, 1, '2016-07-17 23:02:53', '2016-07-17 23:02:53', 'The hotel is located in Usulutan ,where the surroundings are well managed. The lodge itself is big enough for a family of 4-6 people, complete with kitchen facilities. I felt like I was at home in a paradise like setting. There were many activities to do so plan to stay at least 2 or more nights. You can feel that the staff are happy because they make you feel happy. Elena, ( manager) was very warm and welcoming. Staying in Puerto Barillas Marina and lodge is a good base to explore the Jiquilisco Bay. I had a memorable experience of participating in releasing the baby sea turtles back into the ocean and later had the chance to see how an adult turtle is captured by biologists and witnessed how their conservation studies are conducted. When you are there, take the monkey tour. You will walk through a forest until you reach their home. When you call their names, they come down the tress and interact with you ( be sure to bring lots of bananas/plantains). If you stay longer, you can also take the Cacao tour and Banana plantation tour. It is an excellent hotel with so much awesome experiences and adventures to bring home. Would love to go back again -- this time longer.', 'Awesome adventure in your own paradise', '', 'publish', 'closed', 'closed', '', 'awesome-adventure-in-your-own-paradise', '', '', '2016-07-17 23:02:53', '2016-07-17 23:02:53', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=4742', 0, 'testimonial', '', 0),
(4743, 1, '2016-07-17 23:04:24', '2016-07-17 23:04:24', 'In short this is one of the best marinas in terms of amenities, ambience and price that we\'ve seen in all of Central America!\r\n\r\nNestled deep in the tropical estuary, Marina Barillas provided a sanctuary for our sailboat of weary cruisers. The amenities from the boat side panga taxi to shore to the sparkling azure pools (of which there were three to choose from) were an unexpected treat. We opted to spend nearly a week working on our boat in the tranquil water while treating ourselves to mango smoothies and cooling soaks in the pools. For the less sedentary there\'s plenty to fill your days as well. We delighted in visiting the spider monkeys, soaking in the natural pools in the sand bar island and were amazed at the phenomenal work of the endangered hawksbill turtle sanctuary. These ingenious conservationists pay local fisherman to locate turtle nests. By purchasing the turtle eggs for conservation they\'re helping the endangered hawksbill while compensating the fisherman so they continue their livelihood. Instead of selling the eggs to the market they sell them to consecration!\r\nHighly recommended destination for any boat in El Salvador.', 'Exquisite Tropical Marina Respit', '', 'publish', 'closed', 'closed', '', 'exquisite-tropical-marina-respit', '', '', '2016-07-17 23:06:58', '2016-07-17 23:06:58', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=4743', 0, 'testimonial', '', 0),
(4744, 1, '2016-07-17 23:08:03', '2016-07-17 23:08:03', 'My husband and I stayed at Port Barillas and enjoyed very much! Is a beautiful place in the middle of nature and birds singing. It has an amazing view, the establishment is clean with pristine pools, is a place to relax and forget the stresses of life. My husband is an avid fisherman so he enjoyed 3 days of fishing. We got an excellent service from the Personnel Office as well from the restaurant. The food is excellent. I liked so much I wanted to stay longer. As I said is a hidden gem in El Salvador. Olga &amp; Billy Scott', 'A Hidden Gem in El Salvador, Central America', '', 'publish', 'closed', 'closed', '', 'hidden-gem-in-salvador-central-america', '', '', '2016-07-17 23:08:03', '2016-07-17 23:08:03', '', 0, 'http://www.puertobarillas.com/welcome/?post_type=testimonial&#038;p=4744', 0, 'testimonial', '', 0),
(4748, 1, '2016-07-25 02:16:53', '2016-07-25 02:16:53', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include 6 people. However, as there is a sofa bed, we can allow 2 additional people $10.00 per person.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'closed', '', '1301-revision-v1', '', '', '2016-07-25 02:16:53', '2016-07-25 02:16:53', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4877, 1, '2018-07-07 01:08:25', '2018-07-07 01:08:25', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)\r\n\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include a maximum occupancy of 6 people.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency: doctor\'s note (stamped, will be verified) or family\'s death.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">There is a penalty fee, service charge fee (administrative fee) depending on the reservation made:</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"twelve columns\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'closed', '', '1301-revision-v1', '', '', '2018-07-07 01:08:25', '2018-07-07 01:08:25', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4866, 1, '2017-10-10 18:43:42', '2017-10-10 18:43:42', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)\r\n\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include 6 people. However, as there is a sofa bed, we can allow 2 additional people $10.00 per person.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency: doctor\'s note (stamped, will be verified) or family\'s death.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">There is a penalty fee, service charge fee (administrative fee) depending on the reservation made:</div>\r\n <div class=\"gdlr-item gdlr-content-item\">$35.00 minimum penalty fee on emergencies.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"twelve columns\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'closed', '', '1301-revision-v1', '', '', '2017-10-10 18:43:42', '2017-10-10 18:43:42', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4749, 1, '2016-07-25 02:25:08', '2016-07-25 02:25:08', ' <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\">\r\n<ol>\r\n 	<li><strong>Check In / Check Out</strong></li>\r\n</ol>\r\nCheck In: 3:00 p.m. (UTC-6) Check Out: 12:00 p.m. (UTC-6)\r\n\r\nPlease note that if you are arriving after 5:30 p.m. please contact reception office at 2675-1131 or send us an email at info@puertobarillas.com at least 12 hours prior to arrival.  Please check you receive a confirmation to make sure we have received an email.\r\n\r\nPlease note that when available, we can offer a complimentary 30 minutes extra time in the lodge.  However, after 30 minutes, there is a $10.00 charge for any additional hours (or 30 minutes). $10.00 per hour.  More than 5 hours, an extra night.\r\n\r\nPlease note that this is subject to availability and needs to check in the reception if available.\r\n\r\n<strong>2.Reception\r\n</strong>\r\n\r\nOpening hours:\r\n\r\nMonday-Saturday: 8:00 am- 5:30pm.\r\n\r\nSunday: 7:30 am- 5:30pm\r\n\r\nCustomer Service (phone): Sunday- Saturday: 8:00 am- 5:30pm\r\n\r\n3. Occupation\r\n(Capacity)\r\n\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Please note we are very strict and concerned with the maximum capacity in each lodging, for security reasons.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Treehouses:  Our rates include 3 people.  However, we allow an additional person, child under 11 for $10.00</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Apartaments: Our rates include 6 people. However, as there is a sofa bed, we can allow 2 additional people $10.00 per person.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"><strong>We will not allow additional people from the maximum capacity in the lodging.</strong></div>\r\n <div class=\"gdlr-item gdlr-content-item\">All accomodation include breakfast: basic delicious typical breakfast (eggs your choice over flour tortilla, fired beans and plantain) or  2 pancakes, include orange juice and coffee</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For additional food and beverage: we offer a la carte restaurant.</div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\">4. Cancellation policy</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Our policy is 0-5 days prior to arrival,  reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">For holidays- Semana Santa, August and New Years -27th of December- 1st of January, reservations are non refundable</div>\r\n <div class=\"gdlr-item gdlr-content-item\">Emergencies:  We understand there are some last minute emergencies, however we need to have a proof of the emergency: doctor\'s note (stamped, will be verified) or family\'s death.</div>\r\n <div class=\"gdlr-item gdlr-content-item\">There is a penalty fee, service charge fee (administrative fee) depending on the reservation made:</div>\r\n <div class=\"gdlr-item gdlr-content-item\">20% of booking.</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"twelve columns\">\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n</div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>\r\n <div class=\"gdlr-item gdlr-content-item\"></div>', 'FQA - Frequently Asked questions.', '', 'inherit', 'closed', 'closed', '', '1301-revision-v1', '', '', '2016-07-25 02:25:08', '2016-07-25 02:25:08', '', 1301, 'http://www.puertobarillas.com/welcome/1301-revision-v1/', 0, 'revision', '', 0),
(4903, 1, '2019-12-28 20:26:42', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2019-12-28 20:26:42', '0000-00-00 00:00:00', '', 0, 'https://www.puertobarillas.com/welcome/?p=4903', 0, 'post', '', 0),
(4892, 1, '2019-05-20 17:32:55', '2019-05-20 17:32:55', '', 'Puerto-Barillas-Logo6', '', 'inherit', 'closed', 'closed', '', 'puerto-barillas-logo6', '', '', '2019-05-20 17:32:55', '2019-05-20 17:32:55', '', 0, 'http://www.puertobarillas.com/welcome/wp-content/uploads/2019/05/Puerto-Barillas-Logo6-1.png', 0, 'attachment', 'image/png', 0),
(4898, 1, '2019-12-20 08:56:10', '2019-12-20 08:56:10', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\ninfo@puertobarillas.com\r\n\r\n&nbsp;', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '107-revision-v1', '', '', '2019-12-20 08:56:10', '2019-12-20 08:56:10', '', 107, 'http://www.puertobarillas.com/welcome/107-revision-v1/', 0, 'revision', '', 0),
(4899, 1, '2019-12-20 09:09:05', '2019-12-20 09:09:05', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n\r\ninfo@puertobarillas.com\r\n\r\nMake a reservation by phone: (503) 2632-1802 / 2675-1131', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '4733-revision-v1', '', '', '2019-12-20 09:09:05', '2019-12-20 09:09:05', '', 4733, 'http://www.puertobarillas.com/welcome/4733-revision-v1/', 0, 'revision', '', 0),
(4900, 1, '2019-12-20 09:12:12', '2019-12-20 09:12:12', 'Km. 108.5- CA2 (Carreteral El Litoral), desvío Hacienda La Carrera, Usulután (Bahía de Jiquilisco)\r\n<h3>info@puertobarillas.com</h3>\r\n<h4>Make a reservation by phone: (503) 2632-1802 / 2675-1131</h4>', 'Contáctenos', '', 'inherit', 'closed', 'closed', '', '4733-revision-v1', '', '', '2019-12-20 09:12:12', '2019-12-20 09:12:12', '', 4733, 'http://www.puertobarillas.com/welcome/4733-revision-v1/', 0, 'revision', '', 0),
(4894, 1, '2019-08-13 00:31:01', '2019-08-13 00:31:01', '&nbsp;\r\n <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nSurrounded by cocoa and palm trees and just a few minutes walk&nbsp; from the Puerto Barillas canal are located our comfortable apartments.&nbsp; Each apartment has being perfectly designed so that our guests may&nbsp; obtain privacy.\r\n\r\nRates are as follows and does include breakfast ( includes taxes)\r\n\r\nApartments - Maximum occupancy: 6 people. It has two bedrooms.&nbsp;&nbsp; On the top floor one bedroom with AC and full bathroom and a terrace.&nbsp; On the first floor another bedroom either with a&nbsp; queen or&nbsp; Full size bed and a full bed or two bunk beds (subject to availability).&nbsp; All apartments have a fully equipped kitchen, living room with a sofa bed and dining area.&nbsp; All of the accommodation have gas barbecues in the terrace/patio.\r\n\r\n&nbsp;\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$199.00 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\r\n\r\n$219.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$236.00 1-6 people\r\n\r\n$246.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRATES FOR&nbsp; 2020\r\n\r\n<strong>Low Season</strong>\r\nAll Week\r\n$201 1-6 people &nbsp; &nbsp;Maximum occupancy 6 people\r\n\r\n$221.00 Apartment 8: Maximum occupancy 6 adults and 1 child under 9 years old\r\n\r\n<strong>High Season</strong>\r\n$239.00 1-6 people\r\n\r\n$249.00 Apartment 8 : Maximum occupancy 6 adults and 1 child 9 years old\r\n\r\n*Prices are per room per night\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCheck in: 15:00&nbsp;&nbsp;&nbsp; Check out: 12:00\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nCancellations:\r\n\r\n0-3 days prior to arrival non refundable\r\n\r\nHigh Season: Non refundable\r\n\r\nPlease note that our lodging has a maximum capacity and we will not honor the room if more people shows up.&nbsp; You will have to pay for another room.&nbsp; We cannot refund any paid reservations on the date of arrival.\r\n\r\nAdditional description:\r\n\r\n<strong>Top level floor:</strong>\r\n<ul>\r\n 	<li>Terrace</li>\r\n 	<li>Main room:</li>\r\n 	<li>Double bed</li>\r\n 	<li>Fully equipped</li>\r\n 	<li>Spacious bathroom</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Ground floor:</li>\r\n 	<li>Living and dining</li>\r\n 	<li>Futon (sofa bed) for 2 people</li>\r\n 	<li>Fully equipped kitchen: refrigerator, stove, dishwasher, toaster, dishes, silverware and more</li>\r\n 	<li>Terrace</li>\r\n 	<li>Barbecue</li>\r\n 	<li>Direct TV</li>\r\n</ul>\r\n<strong>Room 2</strong>\r\n<ul>\r\n 	<li>Double Bed</li>\r\n 	<li>Bunk Bed</li>\r\n 	<li>Bathroom</li>\r\n</ul>\r\n&nbsp;\r\n\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n\r\n&nbsp;\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\">&nbsp;</pre>', 'Apartments', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2019-08-13 00:31:01', '2019-08-13 00:31:01', '', 207, 'http://www.puertobarillas.com/welcome/207-revision-v1/', 0, 'revision', '', 0),
(4895, 1, '2019-08-13 00:34:49', '2019-08-13 00:34:49', ' <div id=\"f2b-widget\"><script src=\"https://www.freetobook.com/affiliates/dynamicWidget/js/widget-js.php?w_id=21638&amp;w_tkn=mQPTyq2hyFAstlDAGvQ2iQuoVx6EyHwIbYUMCdSNcwwhuMeeq0BfuBLKYxErB&amp;w_new=1\" type=\"text/javascript\"></script></div>\r\n&nbsp;\r\n\r\nNestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments&nbsp;and 4 treehouses. Enjoy this tranquil retreat&nbsp;where every day is a \"magical night and morning\"&nbsp;with the songs of the&nbsp;birds and enjoying&nbsp;the stunning view of the surrounding plantations.\r\n\r\nAccommodation is&nbsp;ready for check in at 3pm and check out is 12pm. But you can enjoy the property starting at 730am. Consider staying a minimum of two nights nights to enjoy all Puerto Barillas has to offer and to take advantage of the many fun activities in the Jiquilisco Bay and Hacienda La Carrera area.\r\n\r\nRates are as follow:\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed&nbsp; and a half bathroom. First Floor: Social area and Full bathroom.&nbsp; Please note that the stairway is a snail-shaped stairway.&nbsp; If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$118.00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$199.00 per lodge per night &nbsp;Maximum occupancy: 6 people. &nbsp; Apartment 8 is for a maximum of 7 people. &nbsp;The rate is $209.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$236.00 per lodge per night for &nbsp;maximum occupancy:6 people. &nbsp; &nbsp;$246.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n&nbsp;\r\n\r\nRATES FOR 2020\r\n\r\nTREEHOUSES (Max Occupancy 3 people)\r\nTop Floor: One queen bed and one bunk bed&nbsp; and a half bathroom. First Floor: Social area and Full bathroom.&nbsp; Please note that the stairway is a snail-shaped stairway.&nbsp; If you experience mobility problems, we do not recommend this type of accommodation.\r\n\r\nLOW SEASON\r\n$95.000 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nHIGH SEASON\r\n$121 00 per lodge per night Additional person (1 more person ONLY): $10.00\r\n\r\nAPARTMENTS\r\n\r\n<strong>LOW SEASON</strong>\r\n2 Bedroom Apartments\r\nMaximum Occupancy 6 people\r\nTop Floor room -1 queen bed room with private spacious bathroom and a terrace.\r\nFirst Floor- Room with 1 Queen bed and bunk bed or 2 full size beds (subject to availability) and a private bathroom, a sofa bed in the living room and a fully-equipped kitchen.\r\n\r\nLow Season\r\n$201.00 per lodge per night &nbsp;Maximum occupancy: 6 people. &nbsp; Apartment 8 is for a maximum of 7 people. &nbsp;The rate is $212.00\r\n\r\nHIGH SEASON\r\n2 Bedroom Apartment- Maximum Occupancy 6 people\r\n$239.00 per lodge per night for &nbsp;maximum occupancy:6 people. &nbsp; &nbsp;$249.00 Apartment 8: maximum occupancy: 7 people\r\n\r\n&nbsp;\r\n\r\n<strong>High Season: Semana Santa, Semana de Agosto (1-7th of August), 24th of December-4th of January and Salvadorean festivities (holidays)</strong>\r\n\r\nPrices include breakfast (typical or pancakes) and taxes (13% IVA and 5% tourism)\r\n\r\nCancellation penalty\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;\r\n\r\n&nbsp;', 'LODGE', 'Nestled between an unspoiled rainforest of Coconut palm trees and cacao trees lies 6 apartments and 4 treehouses. Enjoy this tranquil retreat where every day is a “magical night and morning” with the songs of the birds and enjoying[…]', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2019-08-13 00:34:49', '2019-08-13 00:34:49', '', 63, 'http://www.puertobarillas.com/welcome/63-revision-v1/', 0, 'revision', '', 0),
(4896, 1, '2019-08-13 00:46:54', '2019-08-13 00:46:54', '<strong>The exotic treehouses include:</strong>\r\n<ul>\r\n 	<li>Ground Floor:</li>\r\n 	<li>Bathroom</li>\r\n 	<li>Social area with dining table</li>\r\n 	<li>Hot water</li>\r\n</ul>\r\n<strong>Top Floor:</strong>\r\n<ul>\r\n 	<li>Half bath</li>\r\n 	<li>Large room</li>\r\n 	<li>A double bed and a bunk bed</li>\r\n 	<li>Air Conditioning</li>\r\n 	<li>Direct TV offer</li>\r\n</ul>\r\nMaximum Occupancy: 3 people\r\n\r\n<b><u>$95.00</u></b>\r\n\r\nAdditional person : $10 .00 (just 1 more child )\r\n\r\nHigh Season: $118.00 .&nbsp; Additional person : $10.00 (only 1 more person)\r\n\r\nRATES 2020\r\n\r\nMaximum Occupancy: 3 people\r\n\r\n<b><u>$95.00</u></b>\r\n\r\nAdditional person : $10 .00 (just 1 more child )\r\n\r\nHigh Season: $121.00 .&nbsp; Additional person : $10.00 (only 1 more person)\r\n\r\n&nbsp;\r\n\r\nThank you for choosing to stay with us. &nbsp;Enjoy your visit.\r\n<a href=\"http://www.puertobarillas.com/welcome/politicas/\">Please read carefully rules and regulations.</a>\r\n\r\nPlease note we have a service fee for third party providers. &nbsp;Please consult it at the reception desk.\r\n\r\n<strong>Cancellation Policies:</strong>\r\n\r\n0-5 days before arrival, the reservation is non-refundable.\r\n<p style=\"text-align: justify;\">For Holidays (High Season)- non refundable rates. Semana Santa (complete, varies year to year), August (complete week), from 27th of December - 2nd of January.</p>\r\n<p style=\"text-align: justify;\">Emergencies &nbsp;(0-5 days prior to arrival):</p>\r\n<p style=\"text-align: justify;\">We understand that sometimes unfortunate emergencies arise, such as personal illnesses or &nbsp;of a close family member (father, mother, children) or death of a close family member (of the people mentioned above). In this case, we must receive a certified doctor\'s letter of death certificate. &nbsp;The doctor will be verified.</p>\r\n<p style=\"text-align: justify;\">The policies for emergencies are the following :</p>\r\n<p style=\"text-align: justify;\">3-5days before arrival, penalty of 50% of 1 night accomodation</p>\r\n<p style=\"text-align: justify;\">48-24 hours prior to arrival, 1 night plus administrative fee of $35.00 will be charged.</p>\r\n<p style=\"text-align: justify;\"><strong>High Season (holidays): No refunds for the whole stay, completely non-refundable rates.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>We are in a remote area, it is almost impossible to sell rooms of last minute cancellations.</strong></p>\r\nFor third party vendors: online travel agencies and tour operators, please not that there cancellation policies apply,\r\n <div class=\"gdlr-item gdlr-content-item\">&nbsp;</div>\r\n&nbsp;', 'Treehouses', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2019-08-13 00:46:54', '2019-08-13 00:46:54', '', 209, 'http://www.puertobarillas.com/welcome/209-revision-v1/', 0, 'revision', '', 0),
(4905, 1, '2019-12-28 20:36:15', '2019-12-28 20:36:15', '{\n    \"ambassador-PHP::logo\": {\n        \"value\": \"https://www.puertobarillas.com/welcome/wp-content/uploads/2019/05/Puerto-Barillas-Logo6-1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2019-12-28 20:36:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '268c6ec0-5c1d-4e02-9fb2-6d0c61d8ce87', '', '', '2019-12-28 20:36:15', '2019-12-28 20:36:15', '', 0, 'https://www.puertobarillas.com/welcome/268c6ec0-5c1d-4e02-9fb2-6d0c61d8ce87/', 0, 'customize_changeset', '', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_spidercontacts_contacts`
--

CREATE TABLE `wp_spidercontacts_contacts` (
  `id` int(11) UNSIGNED NOT NULL,
  `first_name` varchar(100) DEFAULT NULL,
  `last_name` varchar(100) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `want_email` int(10) NOT NULL DEFAULT 0,
  `category_id` int(11) UNSIGNED DEFAULT NULL,
  `description` text DEFAULT NULL,
  `image_url` text DEFAULT NULL,
  `param` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `published` tinyint(4) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_spidercontacts_contacts`
--

INSERT INTO `wp_spidercontacts_contacts` (`id`, `first_name`, `last_name`, `email`, `want_email`, `category_id`, `description`, `image_url`, `param`, `ordering`, `published`) VALUES
(24, 'Eric', 'Cartman', 'eric.cartman@southpark.com', 0, 1, '<!--more-->\r\n\r\nEric Theodore Cartman is a fictional character in the American animated television series South Park. One of four main characters, along with Stan Marsh, Kyle Broflovski, and Kenny McCormick, he is generally referred to within the series by his surname. He debuted on television when South Park first aired on August 13, 1997; he had earlier appeared in The Spirit of Christmas shorts created by Trey Parker and Matt Stone in 1992 (Jesus vs. Frosty) and 1995 (Jesus vs. Santa).\r\n\r\nVoiced by Trey Parker, Cartman is an obese, immature, spoiled, selfish, manipulative, lazy, foul-mouthed, mean-spirited, sadistic, racist, sexist, anti-semitic, homophobic, xenophobic, sociopathic, narcissistic, and ill-tempered elementary school student living with his unwed mother in the fictional town of South Park, Colorado, where he routinely has extraordinary experiences not typical of conventional small-town life. Despite his many personality flaws, he is also depicted as being highly intelligent, outspoken, cunning and streetwise. He is one of few multilingual characters on the show, and is depicted speaking Spanish, French and German. He tends to make effective use of his capabilities by executing morally appalling—yet highly successful—business ideas.\r\n\r\nCartman is one of the most popular characters on the show and has remained one of the most recognizable television characters ever since South Park became a hit during its first season. Parker and Stone describe the character as \"a little Archie Bunker\", and state that he is their favorite character, and the one with whom they most identify. During its fifteen seasons, South Park has received both praise and criticism for Cartmans tendency to be politically incorrect and shockingly profane. Prominent publications and television channels have included Cartman on their lists of the most iconic television and cartoon characters of all time.', 'http://www.puertobarillas.com/welcome/wp-content/plugins/spider-contacts/Front_images/sampleimages/220px-ericcartman.png', 'par_Occupation@@:@@Student		par_Family@@:@@Liane Cartman (mother)	Jack Tenorman (biological father)	Scott Tenorman (half-brother)		par_Religion@@:@@Roman Catholic (1997 - 2012)	Judaism (2012 - present)		par_Residence@@:@@South Park, Colorado		', 3, 1),
(25, 'Kenny', 'McCormick', 'kenny.mccormick@southpark.com', 0, 1, '<!--more-->\r\n\r\nKenneth \"Kenny\" McCormick (sometimes spelled as McKormick) is a character in the animated television series South Park. He is one of the main characters along with his friends Stan Marsh, Kyle Broflovski, and Eric Cartman. His oft-muffled and indiscernible speech—the result of his parka hood covering his mouth—is provided by co-creator Matt Stone. He debuted on television when South Park first aired on August 13, 1997, after having first appeared in The Spirit of Christmas shorts created by Stone and long-time collaborator Trey Parker in 1992 (Jesus vs. Frosty) and 1995 (Jesus vs. Santa).Kenny is a third- then fourth-grade student who commonly has extraordinary experiences not typical of conventional small-town life in his hometown of South Park, Colorado, where he lives with his relatively poor redneck family. Kenny is animated by computer in a way to emulate the shows original method of cutout animation. he was played by an actor named Kenny Santos..He also appears in the 1999 full-length feature film South Park: Bigger, Longer &amp; Uncut, as well as South Park-related media and merchandise.In a running gag most prevalent during the first five seasons of the series, Kenny would die in many episodes before returning in the next with little or no definitive explanation given. Other characters accompanying exclamation of \"Oh my God! They killed Kenny! ...You bastards!\" became a catchphrase. Media commentators have published their interpretations of the many aspects of the running gag from philosophical and societal viewpoints. Since the show began its sixth season in 2002, the practice of killing Kenny in each episode has been seldom used by the shows creators. Various episodes have set up the gag, sometimes presenting a number of explanations for Kennys unacknowledged reappearances.', 'http://www.puertobarillas.com/welcome/wp-content/plugins/spider-contacts/Front_images/sampleimages/150px-kennymccormick.png', 'par_Occupation@@:@@Student		par_Family@@:@@Carol McCormick (mother)	Stuart McCormick (father)	Kevin McCormick (brother)	Karen McCormick (sister)		par_Religion@@:@@Roman Catholic		par_Residence@@:@@South Park, Colorado		', 4, 1),
(26, 'Stan', 'Marsh', 'stan.marsh@southpark.com', 0, 1, '<!--more-->Stanley Randall \"Stan\" Marsh is a fictional character in the animated television series South Park. He is voiced by and loosely based on series co-creator Trey Parker. Stan is one of the shows four central characters, along with his friends Kyle Broflovski, Kenny McCormick, and Eric Cartman. He debuted on television when South Park first aired on August 13, 1997, after having first appeared in The Spirit of Christmas shorts created by Parker and long-time collaborator Matt Stone in 1992 (Jesus vs. Frosty) and 1995 (Jesus vs. Santa).\r\nStan is a third- then fourth-grade student who commonly has extraordinary experiences not typical of conventional small-town life in his fictional hometown of South Park, Colorado. Stan is generally friendly, down-to-earth, knowledgeable, helpful, laid back, and often shares with Kyle a leadership role as the main protagonist of the show. Stan is unreserved in verbally expressing his distinct lack of esteem for adults and their influences, as adult South Park residents rarely make use of their critical faculties.Stan is animated by computer in a way to emulate the shows original method of cutout animation. He also appears in the 1999 full-length feature film South Park: Bigger, Longer &amp; Uncut, as well as South Park-related media and merchandise. While Parker and Stone portray Stan as having common childlike tendencies, his dialogue is often intended to reflect stances and views on more adult-oriented issues, and has been frequently cited in numerous publications by experts in the fields of politics, religion, popular culture and philosophy', 'http://www.puertobarillas.com/welcome/wp-content/plugins/spider-contacts/Front_images/sampleimages/130px-stanmarsh.png', 'par_Occupation@@:@@Student		par_Family@@:@@Sharon Marsh (mother)	Randy Marsh (father)	Shelley Marsh (sister)		par_Religion@@:@@Roman Catholic		par_Residence@@:@@South Park, Colorado		', 1, 1),
(27, 'Kyle', 'Broflovski', 'kyle.broflovski@southpark.com', 0, 1, '<!--more-->\r\n\r\nKyle Broflovski (or Kyle Broflovsky) is a fictional character in Comedy Centrals animated television series South Park. He is voiced by and loosely based on co-creator Matt Stone. Kyle is one of the shows four central characters, along with his friends Stan Marsh, Kenny McCormick, and Eric Cartman. He debuted on television when South Park first aired on August 13, 1997, after having first appeared in The Spirit of Christmas shorts created by Stone and long-time collaborator Trey Parker in 1992 (Jesus vs. Frosty) and 1995 (Jesus vs. Santa). Kyle is a third- then fourth-grade student who commonly has extraordinary experiences not typical of conventional small-town life in his fictional hometown of South Park, Colorado. Kyle is distinctive as one of the few Jewish children on the show, and because of this, he often feels like an outsider amongst the core group of characters. His portrayal in this role is often dealt with satirically, and has elicited both praise and criticism from Jewish viewers. Kyle is animated by computer in a way to emulate the shows original method of cutout animation. He also appears in South Park: Bigger, Longer &amp; Uncut, the 1999 full-length feature film based on the series, as well as South Park-related media and merchandise. While Parker and Stone portray Kyle as having common childlike tendencies, his dialogue is often intended to reflect stances and views on more adult-oriented issues, and has been frequently cited in numerous publications by experts in the fields of politics, religion, pop culture, and philosophy', 'http://www.puertobarillas.com/welcome/wp-content/plugins/spider-contacts/Front_images/sampleimages/165px-kylebroflovski.png', 'par_Occupation@@:@@Student		par_Family@@:@@Sheila Broflovski (mother)	Gerald Broflovski (father)	Sir Ike Broflovski (adopted brother)		par_Religion@@:@@Judaism		par_Residence@@:@@South Park, Colorado		', 2, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_spidercontacts_contacts_categories`
--

CREATE TABLE `wp_spidercontacts_contacts_categories` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL,
  `description` text DEFAULT NULL,
  `param` text DEFAULT NULL,
  `parent` int(11) UNSIGNED DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `published` tinyint(4) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_spidercontacts_contacts_categories`
--

INSERT INTO `wp_spidercontacts_contacts_categories` (`id`, `name`, `description`, `param`, `parent`, `ordering`, `published`) VALUES
(1, 'South Park', 'South Park is an American animated sitcom created by Trey Parker and Matt Stonefor the Comedy Central television network. Intended for mature audiences, the show has become famous for its crude language and dark, surreal humor that lampoons awide range of topics. The ongoing narrative revolves around four boys—Stan Marsh,Kyle Broflovski, Eric Cartman and Kenny McCormick—and their bizarre adventures in and around the titular Colorado town.', 'Occupation	Family	Religion	Residence		', NULL, 1, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_spidercontacts_messages`
--

CREATE TABLE `wp_spidercontacts_messages` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `text` text NOT NULL,
  `to_contact` int(11) NOT NULL,
  `sender` varchar(255) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `cont_pref` varchar(250) NOT NULL,
  `readen` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_spidercontacts_params`
--

CREATE TABLE `wp_spidercontacts_params` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(50) CHARACTER SET utf8 NOT NULL,
  `title` varchar(200) CHARACTER SET utf8 NOT NULL,
  `description` text CHARACTER SET utf8 NOT NULL,
  `value` varchar(200) CHARACTER SET utf8 NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `wp_spidercontacts_params`
--

INSERT INTO `wp_spidercontacts_params` (`id`, `name`, `title`, `description`, `value`) VALUES
(1, 'table_border_style_table', 'Table Border Style in Table View', 'Table Border Style in Table View', 'solid'),
(2, 'cube_contact_cell_width', 'Contact Cell Width in Cube View', 'Contact Cell Width in Cube View', '150'),
(3, 'table_border_color', 'Border Color in Table View', 'Border Color in Table View', '#36739e'),
(4, 'table_params_background_color2', 'Parameters Background color 2 in Table', 'Background Color of odd parameters in Table', '#ed5353'),
(5, 'table_params_background_color1', 'Parameters Background color 1 in Table', 'Background Color of odd parameters in Table', '#00aeef'),
(6, 'params_background_color1', 'Parameters Background color 1', 'Background Color of odd parameters', '#4aeaff'),
(7, 'table_params_color1', 'Color of Parameter Values in Table', 'Color of Parameter Values in Table', '#ffffff'),
(8, 'table_title_size_small', 'Title Size in Table', 'Title Size in Table', '16'),
(9, 'table_small_picture_height', 'Picture Height in Table', 'Picture Height in Table', '50'),
(10, 'params_background_color2', 'Parameters Background color 2', 'Background Color of odd parameters', '#1acded'),
(11, 'parameters_select_box_width', 'Parameters Select Box Width', 'Parameters Select Box Width', '300'),
(12, 'background_color', 'Background color', 'Background color', '#F0F0F0'),
(13, 'border_style', 'Border Style', 'Border Style', 'solid'),
(14, 'border_width', 'Border Width', 'Border Width', '12'),
(15, 'border_color', 'Border Color', 'Border Color', '#36739e'),
(16, 'text_color', 'Text Color', 'Text Color', '#000000'),
(17, 'params_color', 'Color of Parameter Values', 'Color of Parameter Values', '#000000'),
(18, 'hyperlink_color', 'Hyperlink Color', 'Hyperlink Color', '#02a7de'),
(19, 'title_color', 'Title Color', 'Title Color', '#ffffff'),
(20, 'title_background_color', 'Title Background color', 'Title Background color', '#00aeef'),
(21, 'button_color', 'Buttons Text color', 'Color of text of buttons', '#ffffff'),
(22, 'button_background_color', 'Buttons Background color', 'Background Color of buttons', '#00aeef'),
(23, 'table_small_picture_width', 'Picture Width in Table', 'Picture Width in Table', '50'),
(24, 'count_of_contact_in_the_row', 'Count of Contacts in the Row', 'Count of Products in the Row', '2'),
(25, 'count_of_rows_in_the_page', 'Count of Rows in the Page', 'Count of Rows in the Page', '5'),
(26, 'contact_cell_width', 'Contact Cell Width', 'Product Cell Width', '300'),
(27, 'contact_cell_height', 'Contact Cell Height', 'Product Cell Height', '370'),
(28, 'small_picture_width', 'Picture Width', 'Picture Width', '100'),
(29, 'small_picture_height', 'Picture Height', 'Picture Height', '100'),
(30, 'text_size_small', 'Text Size', 'Text Size', '12'),
(31, 'title_size_small', 'Title Size', 'Title Size', '20'),
(32, 'large_picture_width', 'Picture Width', 'Picture Width', '100'),
(33, 'large_picture_height', 'Picture Height', 'Picture Height', '100'),
(34, 'text_size_big', 'Text Size', 'Text Size', '14'),
(35, 'table_text_size_small', 'Text Size in Table', 'Text Size in Table', ''),
(36, 'title_size_big', 'Title Size', 'Title Size', '16'),
(37, 'table_border_style', 'Table Border Style', 'Table Border Style', 'solid'),
(38, 'show_cont_pref', 'Show \'Contact Preference\' Field	', 'Show \'Contact Preference\' Field	', '1'),
(39, 'show_name', 'Show \'Name\' field in Front-End', 'Show \'Name\' field in Front-End', '1'),
(40, 'enable_message', 'Oportunity to Send Message from Front-End', 'Oportunity to Send Message from Front-End', '1'),
(41, 'messages_background_color', 'Message background color', 'Message background color', '#ffffff'),
(42, 'module_width', 'Module Width', 'Module Width', '150'),
(43, 'module_background_color', 'Background color', 'Background Color of module', '#d8ecf2'),
(44, 'module_picture_width', 'Picture Width', 'Picture Width', '100'),
(45, 'module_picture_height', 'Picture Height', 'Picture Height', '100'),
(46, 'module_text_color', 'Text color', 'Color of Text in the module', '#6e6d5c'),
(47, 'show_email', 'Show \'Email\' field in Front-End', 'Show \'Email\' field in Front-End', '1'),
(48, 'show_phone', 'Show \'Phone\' field in Front-End', 'Show \'Phone\' field in Front-End', '1'),
(49, 'count_of_rows_in_the_table', 'Count of Rows in the Table', 'Count of Rows in the Table', '5'),
(50, 'table_radius', ' Nicely Rounded Corners In Table View', ' Nicely Rounded Corners In Table View in Front-End', '1'),
(51, 'name_search', 'Name Search', 'Search by Name in Front-End', '1'),
(52, 'choose_category', 'Choose category', 'Search product on frontend by category', '1'),
(53, 'radius', ' Nicely Rounded Corners', 'Round Corners in Front-End', '1'),
(54, 'table_text_color', 'Text Color in Table View', 'Text Color in Table View', '#050505'),
(55, 'table_background_color', 'Background color in Table View', 'Background color in Table View', '#F0F0F0'),
(56, 'table_title_background_color', 'Title Background color in Table', 'Title Background color in Table', '#3e95e6'),
(57, 'table_title_color', 'Title Color in Table', 'Title Color', '#ffffff'),
(58, 'table_parameters_select_box_width', 'Parameters Select Box Width in Table', 'Parameters Select Box Width in Table', '200'),
(59, 'cube_count_of_contact_in_the_row', 'Count of Contacts in the Row in the Small view', 'Count of Contacts in the Row in the Small view', '2'),
(60, 'cube_count_of_rows_in_the_page', 'Count of Rows in the Page for Small view', 'Count of Rows in the Page for Small view', '2'),
(61, 'cube_radius', ' Nicely Rounded Corners in cube view', 'Round Corners in Front-End', '1'),
(62, 'cube_border_width', 'Border Width in Short View', 'Border Width in Short View', '8'),
(63, 'cube_border_color', 'Border Color in Short View', 'Border Color in Short View', '#36739e'),
(64, 'cube_border_style', 'Border Style for Short View', 'Border Style for Short View', 'solid'),
(65, 'cube_text_size_small', 'Text Size in Short', 'Text Size in Short', '12'),
(66, 'cube_text_color', 'Text Color in Cube view', 'Text Color in Cube view', '#000000'),
(67, 'cube_background_color', 'Background color in Short View', 'Background color in Short View', '#F0F0F0'),
(68, 'cube_title_size_small', 'Title Size in Short view', 'Title Size in Short view', '14'),
(69, 'cube_title_color', 'Title Color in Short View', 'Title Color in Short View', '#ffffff'),
(70, 'cube_title_background_color', 'Title Background color in short View', 'Title Background color In Short', '#00aeef'),
(71, 'cube_small_picture_width', 'Picture Width in Short View', 'Picture Width in Short View', '60'),
(72, 'cube_small_picture_height', 'Picture Height in Short view', 'Picture Height in Short view', '60'),
(73, 'cube_hyperlink_color', 'Hyperlink Color in short View', 'Hyperlink Color', '#049acc'),
(74, 'table_border_width', 'Border Width in Table View', 'Border Width in Table View', '12'),
(75, 'cube_contact_cell_height', 'Contact Cell Height in Cube View', 'Contact Cell Height in Cube View', '170'),
(76, 'viewcontact_radius', 'Rounded corners in Contact view', 'Rounded corners in Contact view', '1'),
(77, 'hover_color', 'Row Color on Hover', 'Row Color on Hover', '#14c4ff'),
(78, 'change_on_hover', 'Change Color on Hover in Table View', 'Change Color on Hover in Table View', '1'),
(79, 'full_button_color', 'Buttons Text color', 'Color of text of buttons in FULL View', '#ffffff'),
(80, 'full_button_background_color', 'Buttons Background color', 'Background Color of buttons in FUll view', '#00aeef'),
(81, 'table_button_color', 'Buttons Text color', 'Color of text of buttons in Table ', '#ffffff'),
(82, 'table_button_background_color', 'Buttons Background color', 'Background Color of buttons in TableVIew', '#00aeef'),
(83, 'cube_button_color', 'Buttons Text color', 'Color of text of buttons in Short View', '#ffffff'),
(84, 'cube_button_background_color', 'Buttons Background color', 'Background Color of buttons in Cube View', '#00aeef'),
(85, 'small_pic_size', 'Small Pictures Size ', 'Small Pictures Size ', '60'),
(86, 'hover_text_color', 'Row Color on Hover', 'Row Color on Hover', '#ffffff'),
(87, 'table_params_color2', 'Color of Parameter Values in Table', 'Color of Parameter Values in Table', '#000000'),
(88, 'viewcontact_border_width', 'Border Width In Contact View', 'Border Width In Contact View', '12'),
(89, 'viewcontact_border_color', 'Border Color In Contact View', 'Border Color In Contact View', '#36739e'),
(90, 'viewcontact_border_style', 'Border Style In Contact', 'Border Style In Contact', 'solid'),
(91, 'viewcontact_text_color', 'Text Color In Contact View', 'Text Color In Contact View', '#ffffff'),
(92, 'viewcontact_background_color', 'Background color In Contact View', 'Background color In Contact View', '#F0F0F0'),
(93, 'viewcontact_title_color', 'Title Color in Contact View', 'Title Color in Contact View', '#ffffff'),
(94, 'viewcontact_title_background_color', 'Title Background color In Contact View', 'Title Background color In Contact View', '#00aeef'),
(95, 'viewcontact_params_background_color1', 'Parameters Background color 1 In Contact View', 'Parameters Background color 1 In Contact View', '#0ba7d6'),
(96, 'viewcontact_params_color', 'Color of Parameter Values in Contact View', 'Color of Parameter Values in Contact View', '#ffffff'),
(97, 'viewcontact_params_background_color2', 'Parameters Background color 2 In Contact View', 'Background Color of odd parameters', '#17d4ff'),
(98, 'paramstable_parameters_main_table_width', 'main list table width', 'main list table width', ''),
(99, 'paramstable_parameters_single_main_table_width', 'main list table width', 'main list table width', ''),
(100, 'description_text_color', 'Description Text Color', 'Description Text Color', '#000000');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'uncategorized', 0),
(6, 'Main Menu (Bad)', 'main-menu-bad', 0),
(7, 'Top Menu', 'top-menu', 0),
(8, 'Marina in El Salvador', 'marina-in-el-salvador', 0),
(9, 'Birdwatching', 'birdwatching', 0),
(10, 'Kayaking', 'kayaking', 0),
(11, 'Hotel de playa', 'hotel-de-playa', 0),
(12, 'Mangroves', 'mangroves', 0),
(13, 'Island hopping', 'island-hopping', 0),
(14, 'Nature', 'nature', 0),
(15, 'Turismo en El Salvador', 'turismo-en-el-salvador', 0),
(16, 'Lodge in El Salvador', 'lodge-in-el-salvador', 0),
(17, 'Accomodation El Salvador', 'accomodation-el-salvador', 0),
(18, 'Sportsfishing', 'sportsfishing', 0),
(19, 'Paradise in El Salvador', 'paradise-in-el-salvador', 0),
(20, 'Fauna in El Salvador', 'fauna-in-el-salvador', 0),
(21, 'Hawksbill', 'hawksbill', 0),
(22, 'Bahía de Jiquilisco', 'bahia-de-jiquilisco', 0),
(23, 'Jiquilisco Bay', 'jiquilisco-bay', 0),
(24, 'El Salvador', 'el-salvador', 0),
(25, 'Puerto Barillas Botton', 'puerto-barillas-botton', 0),
(26, 'Useful Information BTT', 'useful-information-btt', 0),
(27, 'News Btt', 'news-btt', 0),
(28, 'Piper', 'piper', 0),
(29, '6x', '6x', 0),
(30, 'Piston Single', 'piston-single', 0),
(31, 'Fixed Gear', 'fixed-gear', 0),
(32, 'Metal', 'metal', 0),
(33, 'Tricycle', 'tricycle', 0),
(34, 'Sin categoría @es', 'sin-categoria-es', 0),
(35, 'Sin categoría @es @en', 'sin-categoria-es-en', 0),
(43, 'Menu Principal', 'menu-principal', 0),
(41, 'Puerto Barillas', 'puerto-barillas', 0),
(42, 'Bahia de Jiquilisco', 'bahia-de-jiquilisco-2', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(143, 25, 0),
(212, 6, 0),
(12, 6, 0),
(30, 6, 0),
(29, 6, 0),
(28, 6, 0),
(26, 6, 0),
(86, 24, 0),
(1, 9, 0),
(50, 7, 0),
(51, 7, 0),
(4822, 1, 0),
(4794, 43, 0),
(86, 13, 0),
(86, 12, 0),
(86, 8, 0),
(86, 19, 0),
(84, 20, 0),
(84, 13, 0),
(84, 14, 0),
(84, 19, 0),
(1, 11, 0),
(1, 23, 0),
(1, 14, 0),
(1, 19, 0),
(1, 18, 0),
(144, 25, 0),
(145, 25, 0),
(148, 25, 0),
(157, 26, 0),
(155, 26, 0),
(166, 27, 0),
(165, 27, 0),
(164, 27, 0),
(169, 6, 0),
(6, 33, 6),
(6, 32, 5),
(6, 31, 4),
(6, 30, 3),
(6, 29, 2),
(6, 28, 1),
(51, 28, 1),
(51, 29, 2),
(51, 30, 3),
(51, 31, 4),
(51, 32, 5),
(51, 33, 6),
(75, 28, 1),
(75, 29, 2),
(75, 30, 3),
(75, 31, 4),
(75, 32, 5),
(75, 33, 6),
(1297, 26, 0),
(239, 23, 0),
(239, 24, 0),
(1296, 26, 0),
(211, 6, 0),
(206, 6, 0),
(1295, 26, 0),
(301, 6, 0),
(93, 28, 1),
(93, 29, 2),
(93, 30, 3),
(93, 31, 4),
(93, 32, 5),
(93, 33, 6),
(314, 25, 0),
(367, 7, 0),
(460, 34, 0),
(462, 34, 0),
(4803, 43, 0),
(4798, 43, 0),
(4805, 43, 0),
(4797, 43, 0),
(4793, 43, 0),
(4795, 43, 0),
(4802, 43, 0),
(4796, 43, 0),
(4800, 43, 0),
(4807, 43, 0),
(4799, 43, 0),
(4808, 43, 0),
(615, 6, 0),
(617, 6, 0),
(4804, 43, 0),
(4801, 43, 0),
(1294, 25, 0),
(4736, 7, 0),
(10, 41, 1),
(10, 42, 2),
(1180, 1, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(7, 7, 'nav_menu', '', 0, 4),
(6, 6, 'nav_menu', '', 0, 12),
(8, 8, 'category', '', 0, 1),
(9, 9, 'category', '', 0, 1),
(10, 10, 'category', '', 0, 0),
(11, 11, 'category', '', 0, 1),
(12, 12, 'category', '', 0, 1),
(13, 13, 'category', '', 0, 2),
(14, 14, 'category', '', 0, 2),
(15, 15, 'category', '', 0, 0),
(16, 16, 'category', '', 0, 0),
(17, 17, 'category', '', 0, 0),
(18, 18, 'category', '', 0, 1),
(19, 19, 'category', '', 0, 3),
(20, 20, 'category', '', 0, 1),
(21, 21, 'category', '', 0, 0),
(22, 22, 'category', '', 0, 0),
(23, 23, 'category', '', 0, 2),
(24, 24, 'category', '', 0, 2),
(25, 25, 'nav_menu', '', 0, 6),
(26, 26, 'nav_menu', '', 0, 5),
(27, 27, 'nav_menu', '', 0, 3),
(28, 28, 'ngg_tag', '', 0, 4),
(29, 29, 'ngg_tag', '', 0, 4),
(30, 30, 'ngg_tag', '', 0, 4),
(31, 31, 'ngg_tag', '', 0, 4),
(32, 32, 'ngg_tag', '', 0, 4),
(33, 33, 'ngg_tag', '', 0, 4),
(34, 34, 'category', '', 0, 2),
(35, 35, 'category', '', 0, 0),
(43, 43, 'nav_menu', '', 0, 15),
(41, 41, 'ngg_tag', '', 0, 1),
(42, 42, 'ngg_tag', '', 0, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'pbnew'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:9:\"translate\";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,theme_editor_notice'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '4903'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:\"add-post\";i:1;s:15:\"add-testimonial\";i:2;s:9:\"add-event\";i:3;s:12:\"add-post_tag\";}'),
(17, 1, 'nav_menu_recently_edited', '43'),
(18, 1, 'wp_user-settings', 'libraryContent=browse&imgsize=full&hidetb=1&editor=tinymce&widgets_access=off'),
(19, 1, 'wp_user-settings-time', '1558423783'),
(20, 1, 'closedpostboxes_attachment', 'a:0:{}'),
(21, 1, 'metaboxhidden_attachment', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(22, 1, 'closedpostboxes_page', 'a:1:{i:0;s:16:\"epaper_editorbox\";}'),
(23, 1, 'metaboxhidden_page', 'a:4:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";}'),
(26, 1, '_yoast_wpseo_profile_updated', '1576725285'),
(24, 1, 'meta-box-order_page', 'a:3:{s:4:\"side\";s:82:\"epaper_editorbox,icl_div,hermes_post_template,submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:125:\"wpseo_meta,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,redirection_meta,icl_div_config\";s:8:\"advanced\";s:12:\"sharing_meta\";}'),
(25, 1, 'screen_layout_page', '2'),
(27, 1, 'closedpostboxes_testimonial', 'a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:10:\"postcustom\";}'),
(28, 1, 'metaboxhidden_testimonial', 'a:0:{}'),
(29, 1, 'meta-box-order_testimonial', 'a:3:{s:4:\"side\";s:49:\"hermes_testimonial_options,submitdiv,postimagediv\";s:6:\"normal\";s:41:\"wpseo_meta,postexcerpt,postcustom,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(30, 1, 'screen_layout_testimonial', '2'),
(31, 1, 'wpseo_title', ''),
(32, 1, 'wpseo_metadesc', ''),
(33, 1, 'wpseo_metakey', ''),
(34, 1, 'googleplus', ''),
(35, 1, 'twitter', ''),
(36, 1, 'facebook', ''),
(37, 1, 'closedpostboxes_post', 'a:0:{}'),
(38, 1, 'metaboxhidden_post', 'a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:13:\"trackbacksdiv\";i:3;s:10:\"postcustom\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),
(39, 1, 'wp_nav_menu_recently_edited', '6'),
(40, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:92:\"dashboard_right_now,gadash-widget,dashboard_activity,vfb-dashboard,ab_widget,dashboard_stats\";s:4:\"side\";s:60:\"icl_dashboard_widget,dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(41, 1, 'wp_language_pairs', 'a:1:{s:2:\"en\";a:1:{s:2:\"es\";i:1;}}'),
(42, 1, 'vfb-form-settings', 'a:7:{i:1;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:13:\"email-details\";}i:2;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:12:\"notification\";}i:3;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:13:\"email-details\";}i:4;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:13:\"email-details\";}i:5;a:2:{s:16:\"form_setting_tab\";s:6:\"closed\";s:17:\"setting_accordion\";s:16:\"general-settings\";}i:6;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:13:\"email-details\";}i:7;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:13:\"email-details\";}}'),
(43, 1, 'closedpostboxes_toplevel_page_visual-form-builder', 'a:0:{}'),
(44, 1, 'metaboxhidden_toplevel_page_visual-form-builder', 'a:0:{}'),
(45, 1, 'default_password_nag', ''),
(46, 1, 'icl_admin_language', ''),
(47, 1, 'icl_show_hidden_languages', '0'),
(48, 1, 'icl_admin_language_for_edit', '0'),
(49, 1, 'AtD_options', ''),
(50, 1, 'AtD_check_when', ''),
(51, 1, 'AtD_guess_lang', ''),
(52, 1, 'AtD_ignored_phrases', ''),
(53, 1, 'manageedit-postcolumnshidden', 'a:8:{i:0;s:11:\"gadwp_stats\";i:1;s:11:\"wpseo-score\";i:2;s:14:\"wpseo-metadesc\";i:3;s:13:\"wpseo-focuskw\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}'),
(55, 1, 'wpseo_ignore_tour', '1'),
(57, 1, 'wp_media_library_mode', 'list'),
(56, 1, 'wpseo_noindex_author', ''),
(62, 1, 'session_tokens', 'a:3:{s:64:\"fd79f0c04d365ac88e336a1c93daefe40681485102f676662506c42e25070d02\";a:4:{s:10:\"expiration\";i:1577571141;s:2:\"ip\";s:13:\"179.5.103.126\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:5:\"login\";i:1577398341;}s:64:\"15b2e52c204a1622923035996103fcc975e19d783d515d81737c99acacd08d30\";a:4:{s:10:\"expiration\";i:1577571202;s:2:\"ip\";s:13:\"179.5.103.126\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:5:\"login\";i:1577398402;}s:64:\"535877cedea1938851217357c4410a3f92d17f15ccabf004edae9d9078f02196\";a:4:{s:10:\"expiration\";i:1577738079;s:2:\"ip\";s:12:\"179.5.231.18\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36\";s:5:\"login\";i:1577565279;}}'),
(63, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"179.5.231.0\";}'),
(64, 1, 'jetpack_tracks_anon_id', 'jetpack:GR5+lNUYUJ4ocGsyEwuOBz7H'),
(65, 1, 'syntax_highlighting', 'true'),
(66, 1, 'locale', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'pbnew', '$P$BsMlYqjnlMA9P8ksXyq13zu9MtA2A6/', 'pbnew', 'elena@puertobarillas.com', '', '2013-10-09 19:07:44', '', 0, 'pbnew');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_visual_form_builder_entries`
--

CREATE TABLE `wp_visual_form_builder_entries` (
  `entries_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `data` longtext NOT NULL,
  `subject` text DEFAULT NULL,
  `sender_name` varchar(255) DEFAULT NULL,
  `sender_email` varchar(255) DEFAULT NULL,
  `emails_to` text DEFAULT NULL,
  `date_submitted` datetime DEFAULT NULL,
  `ip_address` varchar(50) DEFAULT NULL,
  `entry_approved` varchar(20) DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_visual_form_builder_entries`
--

INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(7, 4, 'a:7:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Roxana Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"roxy78@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:4;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:5;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:6;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', '', 'Roxana Coto', 'Esamuelcoto@gmail.com', 'a:1:{i:0;s:21:\"Esamuelcoto@gmail.com\";}', '2013-12-09 00:13:50', '190.87.79.9', '1'),
(8, 4, 'a:13:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Norma Aguilar\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Samcoto@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78904598\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"79605678\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Not yet\";}i:6;a:7:{s:2:\"id\";s:2:\"50\";s:4:\"slug\";s:13:\"date-to-start\";s:4:\"name\";s:13:\"Date to Start\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"25-10-2013\";}i:7;a:7:{s:2:\"id\";s:2:\"51\";s:4:\"slug\";s:13:\"date-to-leave\";s:4:\"name\";s:13:\"Date to Leave\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"26-10-2013\";}i:8;a:7:{s:2:\"id\";s:2:\"52\";s:4:\"slug\";s:15:\"how-many-people\";s:4:\"name\";s:15:\"How many people\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1:\"2\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:12;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', '', 'RESERVATIONS PUERTO BARILLAS', 'Samcoto@hotmail.com', 'a:1:{i:0;s:21:\"Esamuelcoto@gmail.com\";}', '2013-12-09 01:28:47', '190.87.73.125', '1'),
(5, 4, 'a:7:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Samuel Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Samcoto@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:4;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:5;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:6;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', '', 'Puerto Barillas', 'Esamuelcoto@gmail.com', 'a:1:{i:0;s:0:\"\";}', '2013-12-09 00:06:03', '190.87.79.9', '1'),
(6, 4, 'a:7:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Esmeralda Garcia\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"esmeralda@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:4;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:5;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:6;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', '', 'Puerto Barillas', 'esmeralda@hotmail.com', 'a:1:{i:0;s:0:\"\";}', '2013-12-09 00:10:46', '190.87.79.9', 'trash'),
(9, 4, 'a:13:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Samuel Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"booksacademiaeuropea@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78904598\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78655777\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"99 Av Nte #639\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:13:\"date-to-start\";s:4:\"name\";s:13:\"Date to Start\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/24/2013\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:13:\"date-to-leave\";s:4:\"name\";s:13:\"Date to Leave\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/28/2013\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:16:\"how-many-persons\";s:4:\"name\";s:16:\"How many persons\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:154:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:9:\"2 Persons\";i:2;s:9:\"4 Persons\";i:3;s:9:\"5 Persons\";i:4;s:9:\"6 Persons\";i:5;s:9:\"7 Persons\";i:6;s:17:\"More to 8 Persons\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2 Persons\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:34:\"please-data-have-to-be-real-thanks\";s:4:\"name\";s:36:\"Please, data have to be real, Thanks\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:12;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Puerto Barillas', 'booksacademiaeuropea@gmail.com', 'a:1:{i:0;s:21:\"Esamuelcoto@gmail.com\";}', '2013-12-09 01:50:23', '190.87.73.125', '1'),
(10, 4, 'a:13:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:19:\"make-your-rervation\";s:4:\"name\";s:19:\"Make your Rervation\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Samuel Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"booksacademiaeuropea@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"23573505\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"71271663\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"99 Av Nte #639\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:13:\"date-to-start\";s:4:\"name\";s:13:\"Date to Start\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/21/2013\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:13:\"date-to-leave\";s:4:\"name\";s:13:\"Date to Leave\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/29/2013\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:16:\"how-many-persons\";s:4:\"name\";s:16:\"How many persons\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:154:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:9:\"2 Persons\";i:2;s:9:\"4 Persons\";i:3;s:9:\"5 Persons\";i:4;s:9:\"6 Persons\";i:5;s:9:\"7 Persons\";i:6;s:17:\"More to 8 Persons\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2 Persons\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:34:\"please-data-have-to-be-real-thanks\";s:4:\"name\";s:36:\"Please, data have to be real, Thanks\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:12;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'PuertoBarillas.com', 'booksacademiaeuropea@gmail.com', 'a:1:{i:0;s:24:\"elena@puertobarillas.com\";}', '2013-12-09 01:55:25', '190.87.73.125', '1'),
(11, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:8:\"fieldset\";s:4:\"name\";s:8:\"Fieldset\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Josue Aguilar\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"heysamuelcoto@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:248:\"Hola Samuel, necesito por fa que si puedes adaptar el arte de la valla de la escuela americana, a un tamaño de 9 mts de base x 7  mts de alto, si lo puedes hacer esta semana te lo agradeceré porque hay que mandar a imprimir y a instalar \r\ngracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Contacto', 'CONTACTO - Puerto Barrillas', 'elena@puertobarillas.com', 'a:1:{i:0;s:21:\"esamuelcoto@gmail.com\";}', '2014-03-04 15:31:17', '190.86.197.54', '1'),
(12, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Gilbert Ventura\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gilbert661@verizon.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"301 385 5939\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"Good morning. i just whant to know if you can send me the prices for your rooms thank you so much have a nice day.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Contacto', 'CONTACTO-PuertoBarrillas', 'elena@puertobarillas.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-06 15:40:37', '205.222.248.74', '1'),
(13, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"NMNM,N,\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"KJKJKJKJ@GMAIL.COM\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"FDFAF\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"NMNMNM\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Contacto', 'CONTACTO-PuertoBarrillas', 'elena@puertobarillas.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-06 16:57:10', '190.86.230.147', '1'),
(14, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Susana Barrera\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"sukbv12@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"70086310\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:982:\"Buen día, \r\n\r\nQuisiera saber si cuentan con disponibilidad para reservar la próxima semana en su espectacular hotel, me gustaría que me dieran los detalles, yo soy salvadoreña y tengo automóvil pero me gustaría saber si donde se encuentran se puede llegar con automóvil o cuentan con algún servicio especial de llegada.\r\n\r\nPor otra parte quisiera saber si los precios varían por temporada, me gusta mucho una de las casa del árbol para mi novio y para mi, solo seria para 2 personas 2 noches, estamos aun verificando fechas podría ser entre el 14 y 15 de marzo o hasta el miércoles 19 y jueves 20 de marzo, todo depende de la respuesta de este e-mail para saber sobre reservaciones.\r\n\r\nAdemás quisiera saber si es buena temporada de pesca, por que a mi novio le encantaría ir a un tour de pesca.\r\n\r\nEspero saber si tienen disponibilidad, precio, tour de pesca y como llegar donde ustedes se encuentran,  por medio de un correo. \r\nGracias, \r\nAtentamente\r\nSusana Barrera\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Contacto', 'CONTACTO-PuertoBarrillas', 'elena@puertobarillas.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-06 17:42:45', '190.86.164.23', '1'),
(15, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Samuel Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"esamuelcoto@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"7678900&#039;\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"Esta es una prueba de correo favor ignorar!!!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Contacto', 'Samuel Coto', 'esamuelcoto@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-07 03:30:16', '190.87.80.109', '1'),
(16, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Elena\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"elena@travellersspot.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50325634979\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"foofjos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Elena', 'elena@travellersspot.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-08 04:41:05', '190.150.138.181', '1'),
(17, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Elena\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"elena@travellersspot.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50333333333\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50387202020\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"03/19/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"03/24/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"4 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"22\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Elena', 'elena@travellersspot.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-08 04:42:43', '190.150.138.181', '1'),
(18, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"gianluca gazzola\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"gianlucagazzola@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:501:\"Estaria interesado a reservar la casas de árbol por dos noches qualquieras que haya disponibilidad entre viernes 11 Abril hasta domingo 20 Abril.\r\nEntiendo que el costo es de $118.00 o 125$ durante la semana santa.\r\nSomos 2 adultos y dos ninos (2 y 7 anos).\r\nQueremos hacer toures y si posible snorkeling y alquiler de una moto e agua.\r\nMuchas gracias, me pueden por favor corresponder a los dos emails abajo:\r\ngianlucagazzola@hotmail.com\r\ngianluca.gazzola@siemens.com\r\n\r\nGracias!\r\n\r\nGianluca Gazzola\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gianluca gazzola', 'gianlucagazzola@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-10 13:45:50', '63.87.61.77', '1'),
(19, 5, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"70\";s:4:\"slug\";s:24:\"solicite-una-reservacion\";s:4:\"name\";s:25:\"Solicite una Reservación\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"69\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Antonio\";}i:2;a:7:{s:2:\"id\";s:2:\"67\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"jodecsdtro0416@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"62\";s:4:\"slug\";s:19:\"telefono-de-oficina\";s:4:\"name\";s:20:\"Teléfono de Oficina\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"7758435932\";}i:4;a:7:{s:2:\"id\";s:2:\"63\";s:4:\"slug\";s:7:\"celular\";s:4:\"name\";s:7:\"Celular\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"7758435932\";}i:5;a:7:{s:2:\"id\";s:2:\"64\";s:4:\"slug\";s:9:\"direccion\";s:4:\"name\";s:10:\"Dirección\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"690 East patriot blvd Reno nv 89511\";}i:6;a:7:{s:2:\"id\";s:2:\"60\";s:4:\"slug\";s:16:\"fecha-de-entrada\";s:4:\"name\";s:16:\"Fecha de Entrada\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/14/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"61\";s:4:\"slug\";s:15:\"fecha-de-salida\";s:4:\"name\";s:15:\"Fecha de Salida\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/16/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"59\";s:4:\"slug\";s:14:\"no-de-personas\";s:4:\"name\";s:15:\"No. de Personas\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:166:\"a:7:{i:0;s:9:\"1 Persona\";i:1;s:10:\"2 Personas\";i:2;s:10:\"4 Personas\";i:3;s:10:\"5 Personas\";i:4;s:10:\"6 Personas\";i:5;s:10:\"7 Personas\";i:6;s:18:\"Más de 8 Personas\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"6 Personas\";}i:9;a:7:{s:2:\"id\";s:2:\"68\";s:4:\"slug\";s:12:\"alojamientio\";s:4:\"name\";s:12:\"Alojamientio\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:55:\"a:2:{i:0;s:11:\"Apartamento\";i:1;s:14:\"Casa de Árbol\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Apartamento\";}i:10;a:7:{s:2:\"id\";s:2:\"58\";s:4:\"slug\";s:15:\"nota-importante\";s:4:\"name\";s:15:\"Nota Importante\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"71\";s:4:\"slug\";s:46:\"para-verificar-introduzca-datos-reales-gracias\";s:4:\"name\";s:49:\"Para verificar, introduzca datos reales, Gracias.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"65\";s:4:\"slug\";s:29:\"por-favor-ingrese-los-digitos\";s:4:\"name\";s:31:\"Por favor, ingrese los dígitos\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:2:\"12\";}i:13;a:7:{s:2:\"id\";s:2:\"66\";s:4:\"slug\";s:18:\"enviar-informacion\";s:4:\"name\";s:19:\"Enviar información\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:0:\"\";}}', 'Reservaciones', 'Antonio ', 'jodecsdtro0416@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-21 03:32:15', '71.9.245.66', '1'),
(20, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Chris Tzortzis\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ctzortzi@cisco.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"925 878 9659\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:665:\"Hi there- we are buying a boat and need to haul it out in Mexico, Costa Rico, or El Salvador for a bottom and engine inspections.  We wanted to see if the boat could be pulled out of the water for 1 day in a few weeks from now- and we wanted to see if the Prestomar boatyard in Puerto Barillas could haul out the boat.\r\nThe boat is a sailing catamaran, and it is 47 feet (14.5 meters) long, 26.5 feet (8.1Meters) wide, and weighs 14 tons.\r\n\r\nI called someone today and they gave me Jaime Hugo Martinez&#039;s name and email - but i have not been able to send him an email successfully.  Can you please have him or someone else email me back?  Thanks! CHRIS TZORTZIS\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Chris Tzortzis', 'ctzortzi@cisco.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-21 04:55:42', '173.36.196.9', '1'),
(21, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Patrick Yllescas Licona\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"productoscym@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"Me gustaria que me enviaran informacion sobre los requisitos y el costos de la membresilla\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Patrick Yllescas Licona', 'productoscym@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-03-26 17:21:58', '190.5.150.67', '1'),
(22, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Seafarersguatemala\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"sergiocatalan67@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"(502) 4977 2466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:482:\"Señores de Puerto Barillas, le saludo a nombre de la Agencia Naviera SeafarersGuatemala, por este medio les comento que la embarcación WINTERLUDE con 2 personas de origen canadiense zarparon de Marina Pez Vela el día de hoy 01/04  a las 09:00 horas, teniendo como destino Barillas, El Salvador.\r\n\r\nEs un gusto saludarles y desearles múchos éxitos.\r\n\r\nAgradecería me indicaran cuando alguna nave zarpe desde su buen Puerto para Guatemala.\r\n\r\nSaludos \r\n\r\nSergio Catalan\r\nAgente.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Seafarersguatemala', 'sergiocatalan67@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-04-01 18:57:14', '190.111.29.235', '1'),
(23, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"anna van Delft\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Anneriken@hotmail.nl\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+31647404531\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+31647404531\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"eindhoven, holanda\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/14/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/16/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"97\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'anna van Delft', 'Anneriken@hotmail.nl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-04-07 03:36:59', '190.120.14.14', '1'),
(24, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Bruce Bock MD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Sailnsouth@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"8589454221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:420:\"Hola\r\nI would like to spend several weeks with our sailboat at your marina. We are now in Puert Chiapas MX preparing to sail south\r\n\r\nOur only problem is that our insurance company ACE American will not allow us to stop there. Another company Pantaeneus said the same thing\r\n\r\nI would be saddened not to be able to visit your marina\r\n\r\nDo you have any suggestions about solving the insurance issues\r\n\r\nThank you\r\n\r\nBruce\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Bruce Bock MD', 'Sailnsouth@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-01 13:04:29', '187.214.16.174', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(25, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"SANDRA DE ACOSTA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"sandra.mabel.acosta@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"22431277\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Muy buenos dias, Quisiera saber si cuentan con membresias en Puerto barbillas, en caso de tenerlas que requisitos son necesarios,\r\nGracias de antemano por la información\r\nSandra de A.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SANDRA DE ACOSTA', 'sandra.mabel.acosta@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-03 15:30:09', '190.150.180.147', '1'),
(26, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Iliana Gallegos-Blue\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ilbga@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"703-409-3465\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:431:\"Good Morning,\r\nWe are interested in staying for three days two nights for a graduation celebration for High School kids from Ashburn, Virginia. We can either do Spring break 3/28/15 or 6/23/15, please send us a rate including day trips on boat with lunch and trip to see monkeys. The quote needed is for five people but that might chage depending on how many additional teenagers tag along. Your help is much appreciated.\r\n\r\nIliana\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Iliana Gallegos-Blue', 'ilbga@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-05 14:43:04', '8.20.69.6', '1'),
(27, 5, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"70\";s:4:\"slug\";s:24:\"solicite-una-reservacion\";s:4:\"name\";s:25:\"Solicite una Reservación\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"69\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Jorge Montecinos\";}i:2;a:7:{s:2:\"id\";s:2:\"67\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"bombyka@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"62\";s:4:\"slug\";s:19:\"telefono-de-oficina\";s:4:\"name\";s:20:\"Teléfono de Oficina\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"(240)2376574\";}i:4;a:7:{s:2:\"id\";s:2:\"63\";s:4:\"slug\";s:7:\"celular\";s:4:\"name\";s:7:\"Celular\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"(703)7636196\";}i:5;a:7:{s:2:\"id\";s:2:\"64\";s:4:\"slug\";s:9:\"direccion\";s:4:\"name\";s:10:\"Dirección\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"8520 Cavalry Ln\";}i:6;a:7:{s:2:\"id\";s:2:\"60\";s:4:\"slug\";s:16:\"fecha-de-entrada\";s:4:\"name\";s:16:\"Fecha de Entrada\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/20/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"61\";s:4:\"slug\";s:15:\"fecha-de-salida\";s:4:\"name\";s:15:\"Fecha de Salida\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/22/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"59\";s:4:\"slug\";s:14:\"no-de-personas\";s:4:\"name\";s:15:\"No. de Personas\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:166:\"a:7:{i:0;s:9:\"1 Persona\";i:1;s:10:\"2 Personas\";i:2;s:10:\"4 Personas\";i:3;s:10:\"5 Personas\";i:4;s:10:\"6 Personas\";i:5;s:10:\"7 Personas\";i:6;s:18:\"Más de 8 Personas\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"5 Personas\";}i:9;a:7:{s:2:\"id\";s:2:\"68\";s:4:\"slug\";s:12:\"alojamientio\";s:4:\"name\";s:12:\"Alojamientio\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:55:\"a:2:{i:0;s:11:\"Apartamento\";i:1;s:14:\"Casa de Árbol\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Apartamento\";}i:10;a:7:{s:2:\"id\";s:2:\"58\";s:4:\"slug\";s:15:\"nota-importante\";s:4:\"name\";s:15:\"Nota Importante\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"71\";s:4:\"slug\";s:46:\"para-verificar-introduzca-datos-reales-gracias\";s:4:\"name\";s:49:\"Para verificar, introduzca datos reales, Gracias.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"65\";s:4:\"slug\";s:29:\"por-favor-ingrese-los-digitos\";s:4:\"name\";s:31:\"Por favor, ingrese los dígitos\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:2:\"27\";}i:13;a:7:{s:2:\"id\";s:2:\"66\";s:4:\"slug\";s:18:\"enviar-informacion\";s:4:\"name\";s:19:\"Enviar información\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:0:\"\";}}', 'Reservaciones', 'Jorge Montecinos ', 'bombyka@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-14 01:47:27', '108.31.112.138', '1'),
(28, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Virgil Dwain Holmes\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"rfholmes6@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:135:\"Please send info by email that I can forward to a friend in the USA that may be interested in coming to El Salvador via his power boat!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Virgil Dwain Holmes', 'rfholmes6@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-29 19:23:15', '76.79.18.234', '1'),
(29, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Morgan Delporte\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"petra.elmqvist@live.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"+52 1 322 105 98 62\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:237:\"I am contacting you because we need some work done on our sailing boat.\r\nNeed a haulout\r\n\r\nWe will be arriving in a few week, I need a quote on the work that needs to be done.\r\nIs there a way to contact the shipyard manager?\r\n\r\nThank you\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Morgan Delporte', 'petra.elmqvist@live.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-05-30 02:15:27', '187.217.195.115', '1'),
(30, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Petra Elmqvist\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"petra.elmqvist@live.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"+52 1322 105 98 62\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:333:\"Hello. \r\nI called you this morning because I needed to get in contact with Prestomar the shipyard.\r\nI was given a name, Hayme Martinez who is the manager. I called him and talked to him too, but I did not get the right email address to him can you PLEASE send me and email address to him or to the shipyard PLEASE\r\nTHANK YOU\r\n\r\nPetra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Petra Elmqvist', 'petra.elmqvist@live.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-02 20:27:00', '187.217.195.20', '1'),
(31, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Ryan Truxton\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rntruxton@msn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7910-1274\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7910-1274\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:49:\"Embajada Americana Antiguo Cuscatlan, El Salvador\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"06/14/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"06/15/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"11\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Ryan Truxton', 'rntruxton@msn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-03 14:38:03', '12.183.71.67', '1'),
(32, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Dagmar Sahr\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"tuffig.reisen@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:815:\"Hello,\r\nwe are looking for a berth for our sailing vessel for several month this year, beginning in July or August.\r\nOur boat is a ALubat OVni 395, length 12,77m, width 4.10m, draft 0,80-2,10m (lifting keel).\r\n\r\nWe have some questions and would appreciate any information you could give us:\r\n\r\n1. Is it possible to leave the boat at your Marina for a long-term stay?\r\n2. How would be the price for that?\r\n3. Is there somebody who could look after the boat ( changing the dehumidifier-devices and so on ), as we would like to leave it for some weeks?\r\n4. Would it be possible to have the boat stay up to 6 month at El Salvador? \r\n5. How could we do this, altough we intend to leave the boat for 3 month and be abroad at that time (Germany and other countries)?\r\n\r\nBest regards\r\nDagmar and Christian Sahr\r\nSY Taitonga\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dagmar Sahr', 'tuffig.reisen@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-04 17:19:09', '190.102.58.13', '1'),
(33, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Edye Omar Serpas\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"eomarserpas@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7553-7633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"HAY PASES DE CORTESÍA PARA IR A CONOCER EL LUGAR?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Edye Omar Serpas', 'eomarserpas@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-05 16:27:37', '186.32.75.163', '1'),
(34, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"maribel de la rosa\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"missmari0022@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"956-324-1399\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"956-324-1399\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"123 coronado st. Texas\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"06/20/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"07/15/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"32\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'maribel de la rosa', 'missmari0022@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-15 19:38:03', '108.211.163.49', '1'),
(35, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"maribel de la rosa\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"missmari0022@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"956-324-1399\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"956-324-1399\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"123 coronado st. Texas\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"06/20/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"07/15/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"32\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'maribel de la rosa', 'missmari0022@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-15 19:38:40', '108.211.163.49', '1'),
(36, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Erika Wahn\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"perikawahn@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78520123\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:605:\"Buenas tardes.\r\nQuisiera pedir información para una visita del día al club Puerto Barillas. Somos un grupo de 7 personas, 4 adultos y 3 niños de más de 8 años.\r\nMe interesa el tour en lancha a la isla Pajarito. El día que quisiéramos hacer la vista es dia de semana, un día ideal sería el jueves 14 de agosto. Veo que este tour no incluye el almuerzo, pero puede pedirse a la carta al regreso del mismo? Podemos llevar nuestra bebida durante el tour o es parte del consumo que se haría en el club?\r\nCon cuánto tiempo de anticipación se puede hacer la reservación?\r\n\r\nGracias por su atención.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Erika Wahn', 'perikawahn@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-06-23 01:09:44', '190.62.125.109', '1'),
(37, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Josue Aguilar\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"esamuelcoto@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"785699\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Pruebaaaa\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Josue Aguilar', 'esamuelcoto@gmail.com', 'a:1:{i:0;s:26:\"scoto@academia-europea.com\";}', '2014-06-25 17:53:13', '190.86.197.54', '1'),
(38, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Lesaffre Benoit\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"blesaffre@jsw.hk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+85290384005\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:409:\"I Have tried unsuccessfully to Email  ( no reply ) about leaving my boat in your Marina. I am the \r\nOwner of a 60 footer racing Trimaran &quot; Lakota &quot;\r\nWould like to come to your Marina in Octobre.\r\nPresently I am in Costa Rica for a Holliday and would like to check the place.\r\nHow long does it takes from San Salvadore to Marina Barillas By car please ?\r\nMany thanks for your reply !\r\nBenoit Lesaffre\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Lesaffre Benoit', 'blesaffre@jsw.hk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-07-09 14:51:23', '186.64.176.78', '1'),
(39, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Juan Harrison\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"jharrison@indtopaz.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50378838408\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78838409\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/08/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/04/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Apartments, Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"11\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Juan Harrison', 'jharrison@indtopaz.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-07-29 01:10:00', '190.62.149.199', '1'),
(40, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Juan Harrison\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"jharrison@indtopaz.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50378838408\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78838409\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/08/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/04/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Apartments, Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"11\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Juan Harrison', 'jharrison@indtopaz.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-07-29 01:14:15', '190.62.149.199', '1'),
(41, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Julio Quan\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"quanjmp3@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"74690234\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"74690235\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/03/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"08/04/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"4 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"33\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Julio Quan', 'quanjmp3@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-07-31 02:55:05', '190.62.158.171', '1'),
(42, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hernan de Llano\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"hdellano@sinectis.com.ar\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Estoy viajando el día miércoles proximo hacia El Salvador y cuento con el fin de semana libre. Me gustaría saber si hay disponibilidad desde viernes 5 al domingo 7, la tarifa, cuanto tiempo de viaje tengo desde San Salvador y si tienen un sistema de traslado.\r\nMuchas gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Hernan de Llano', 'hdellano@sinectis.com.ar', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-09-01 17:41:46', '200.5.223.175', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(43, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Luc GUIBERT DE FONTAINE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"lgdf34@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"33467683993\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:264:\"Good morning,\r\n\r\nWe are coming to Salvador at the beginning of December and we would like to do the anti-fouling paint in your country.\r\nOur cat is 43 long, 20 wide and 13 Ton weight.\r\nWe will be happy to stay a few weeks on your yard.\r\nBest Regards\r\nLuc and Marie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Luc GUIBERT DE FONTAINE', 'lgdf34@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-09-02 22:14:45', '190.105.155.126', '1'),
(44, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Andrés Coto\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"acoto@skygo.com.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"76061622\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:987:\"Buenos días.\r\nMi nombre es Andrés Coto y soy el gerente comercial de SKYGO (Venta de motocicletas), es un gusto para mi poder saludarles.\r\n\r\nEl motivo de mi mensaje es porque como empresa quisiéramos regalarle un paquete vacacional en sus instalaciones a una pareja que son clientes muy fuertes nuestros; es por eso que escribo para solicitar una cotización de una estadía para 2 personas  (2 días, 1 noche)\r\nNuestro presupuesto para esto es de $250\r\nDe ser posible, nos gustaría saber si aparte de la estadía,  podrían ofrecernos otros beneficios ó actividades (Kayak, visita al santuario de monos, etc...) a modo de cubrir el presupuesto de $250.\r\nNos gustaría conocer su propuesta detallada con todo lo que incluiría.\r\n\r\nQuedo al pendiente de su respuesta.\r\nCualquier duda o consulta estoy a la órden.\r\n\r\nAndrés Coto\r\nGerente Comercial\r\n(503) 2389-8630 (503) 7606-1622\r\n \r\nRepuestolandia, S.A. de C.V.\r\nZona Franca Internacional, Olocuilta, El Salvador\r\nwww.skygo.com.sv\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Andrés Coto', 'acoto@skygo.com.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-09-05 17:37:00', '201.247.49.214', '1'),
(45, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Adam Scott\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"addamscotts@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1013:\"Increase your website Traffic\r\n\r\nHi,\r\n\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\n\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings then anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. Our prices are less then half of what other companies charge.\r\n\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and /or phone number.\r\n\r\nSincerely,\r\nAdam Scott\r\naddamscotts@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Adam Scott', 'addamscotts@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-09-17 12:37:30', '114.30.75.96', '1'),
(46, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"Carmen Martínez de Portillo\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"cacematu@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:229:\"Buen día. \r\n\r\nQuiero información para alojamiento en Casa de árbol para las fechas 11 y 12 de octubre (ingresando 11 y saliendo 12. Quiero saber costo para dos personas, el detalle de lo que incluye, desayuno, etc.\r\n\r\nGracias.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Carmen Martínez de Portillo', 'cacematu@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-09-24 18:06:22', '168.243.53.133', '1'),
(47, 5, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"70\";s:4:\"slug\";s:24:\"solicite-una-reservacion\";s:4:\"name\";s:25:\"Solicite una Reservación\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"69\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Karla\";}i:2;a:7:{s:2:\"id\";s:2:\"67\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"laboni84@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"62\";s:4:\"slug\";s:19:\"telefono-de-oficina\";s:4:\"name\";s:20:\"Teléfono de Oficina\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2402040619\";}i:4;a:7:{s:2:\"id\";s:2:\"63\";s:4:\"slug\";s:7:\"celular\";s:4:\"name\";s:7:\"Celular\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2402040619\";}i:5;a:7:{s:2:\"id\";s:2:\"64\";s:4:\"slug\";s:9:\"direccion\";s:4:\"name\";s:10:\"Dirección\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"19424 saint johnsbury ln\";}i:6;a:7:{s:2:\"id\";s:2:\"60\";s:4:\"slug\";s:16:\"fecha-de-entrada\";s:4:\"name\";s:16:\"Fecha de Entrada\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/28/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"61\";s:4:\"slug\";s:15:\"fecha-de-salida\";s:4:\"name\";s:15:\"Fecha de Salida\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/30/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"59\";s:4:\"slug\";s:14:\"no-de-personas\";s:4:\"name\";s:15:\"No. de Personas\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:166:\"a:7:{i:0;s:9:\"1 Persona\";i:1;s:10:\"2 Personas\";i:2;s:10:\"4 Personas\";i:3;s:10:\"5 Personas\";i:4;s:10:\"6 Personas\";i:5;s:10:\"7 Personas\";i:6;s:18:\"Más de 8 Personas\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"1 Persona\";}i:9;a:7:{s:2:\"id\";s:2:\"68\";s:4:\"slug\";s:12:\"alojamientio\";s:4:\"name\";s:12:\"Alojamientio\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:55:\"a:2:{i:0;s:11:\"Apartamento\";i:1;s:14:\"Casa de Árbol\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Casa de Árbol\";}i:10;a:7:{s:2:\"id\";s:2:\"58\";s:4:\"slug\";s:15:\"nota-importante\";s:4:\"name\";s:15:\"Nota Importante\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"71\";s:4:\"slug\";s:46:\"para-verificar-introduzca-datos-reales-gracias\";s:4:\"name\";s:49:\"Para verificar, introduzca datos reales, Gracias.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"65\";s:4:\"slug\";s:29:\"por-favor-ingrese-los-digitos\";s:4:\"name\";s:31:\"Por favor, ingrese los dígitos\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:2:\"12\";}i:13;a:7:{s:2:\"id\";s:2:\"66\";s:4:\"slug\";s:18:\"enviar-informacion\";s:4:\"name\";s:19:\"Enviar información\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:0:\"\";}}', 'Reservaciones', 'Karla', 'laboni84@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-10-06 09:50:53', '69.140.115.138', '1'),
(48, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Luc GUIBERT DE FONTAINE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"lgdf34@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:290:\"ola, \r\nEstaremos con nuestro catamarán en Guatemala en diciembre. \r\nQueremos llevar el barco a tierra para la pintura antiincrustante. \r\nNuestro catamarán es de 43 pies de largo, 20 de ancho y peso 13 toneladas. \r\nPuede por favor dar las condiciones y los precios,\r\nSaludos\r\nLucas y Maria\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Luc GUIBERT DE FONTAINE', 'lgdf34@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-10-11 23:03:56', '190.105.155.126', '1'),
(49, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"PATRICIO AMAYA\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"pamaya@digitalinsightsla.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50374690320\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50374690320\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"11/01/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"11/02/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Apartments, Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'PATRICIO AMAYA', 'pamaya@digitalinsightsla.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-10-30 11:05:51', '190.99.55.78', '1'),
(50, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Zoila Ostorga\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gloria_1950@live.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"224-6476 7260-3854\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:604:\"Señor \r\nGrente del Puerto Barilla\r\nJiquilisco.\r\n\r\n\r\nHola, me gustarìa saber si se puede pasar solo el dìa 14 de diciembre (un aproximado de ocho horas) somos un grupo de 60 personas de Zacatecoluca y si me puede decir precio por adultos y precio por niños de almuerzo. \r\n\r\nSu informaciòn positiva  o negativa serà muy valiosa y a la mayor brevedad posible, favor responder a  gloria_1950@live.com  ò   zoila.ostorga@mh.gob.sv\r\n\r\nPor la atenciòn a esta le doy mi agradecimiento.        \r\n                                                                                                Zoila Ostorga\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Zoila Ostorga', 'gloria_1950@live.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-11-13 07:20:35', '190.86.144.44', '1'),
(51, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Brad Wiebe\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"2livnlife@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:254:\"Can I leave my sailboat (Westsail 32, 11-tons, 32-feet long) long-term while I return to my home country for 6-months (April - October 2015)?  If so, what are my options (in water or on land) and what are the rates for doing so?\r\n\r\nRegards,\r\n\r\nBrad Wiebe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Brad Wiebe', '2livnlife@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-11-17 19:00:27', '187.254.19.36', '1'),
(52, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Jamie MacDonald\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"ellare38@shaw.ca\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:480:\"hello,\r\n\r\nI have a 37 ft steel sailboat that I would like to have some work done on. Forexample I would like to replate below the waterline, sand blast, prime and repaint and redo the exterior woodwork.\r\n\r\nDo you do this kind ofwork or do you know who does on the Pacific Coast?\r\n\r\nI would also during the time this work is  being done need a place to stay. Could you providethiskindof service?\r\n\r\nThank you.\r\n\r\n I will look forward tohearing from you.\r\n\r\nJamie \r\nellare38@shaw.ca\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jamie MacDonald', 'ellare38@shaw.ca', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-11-26 13:54:39', '189.252.222.253', '1'),
(53, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Carlos Clemente\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"clementecarlos@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"saludos\r\nquisiera saber si tienen disponibilidad de espacio para las fechas que podrian ser entre el 20 de diciembre y 3 de enero\r\nel costo para 2 personas y 1 niño de 2 años, ya incluye todo o hay que comprar la comida?\r\nse puede llegar en carro hasta el hotel?\r\n\r\ngracias!!!\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Carlos Clemente', 'clementecarlos@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-12-12 18:54:28', '168.243.5.250', '1'),
(54, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Gary Higdon\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"ghigdon20@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"3176401097\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:106:\"Can Diesel be purchased without official clearance if the yacht is in transit and will not stay overnight?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Gary Higdon', 'ghigdon20@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-12-13 11:06:43', '189.148.183.122', '1'),
(55, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Rodrigo Vaquerano\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"rodrigovaquerano@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"22649199\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78410388\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"res alturas de la escalon\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/21/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/22/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"5 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"14\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Rodrigo Vaquerano', 'rodrigovaquerano@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-12-15 01:22:34', '190.56.253.114', '1'),
(56, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Gonzalo Aguiar\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"optimacaulking@rogers.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"76568002\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"76568002\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"Calle los castaños lote 54\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/17/2014\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"12/18/2014\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"6 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"16\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Gonzalo Aguiar ', 'optimacaulking@rogers.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2014-12-17 13:09:22', '190.56.253.114', '1'),
(57, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"John Nelson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"jrn@nucleus.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"1-403-630-9280\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:257:\"I will be in El Salvador Feb 14-16 and would like to spend 1-2 days  beach fishing for roosterfish in your area.  I can bring my own gear.  Please advise what arrangements can be made including transfers from the airport in San Salvador.  Best regards, John\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Nelson', 'jrn@nucleus.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-01-03 18:36:33', '24.114.45.98', '1'),
(58, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"Maria Jose Molina Hissner\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"mariajosemcruz@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"79130974\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"Buenas tardes quisiera saber que precio tiene la membresia y que es lo que incluye, gracias.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Maria Jose Molina Hissner', 'mariajosemcruz@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-01-07 18:11:58', '190.56.253.44', '1'),
(59, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Michelle Abrego\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"michelle.g.abrego@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77861132\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77861132\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"01/24/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"01/25/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"More than 8 people\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Apartments, Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"23\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Michelle Abrego', 'michelle.g.abrego@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-01-19 16:53:42', '201.247.185.191', '1'),
(60, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Marco Aleman\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"marco.aleman@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77871204\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:130:\"Por favor si me pudieran indicar si tienen disponibilidad para Semana Santa, alojamiento de jueves a sábado, y el costo.\r\nGracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Marco Aleman', 'marco.aleman@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-01-19 20:57:03', '181.225.130.150', '1'),
(61, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Perry E. Olsen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"peolsen@att.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"8316887135\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:476:\"I am thinking of coming there next Friday or Saturday by boat.  My insurance requires one other person on board to be effective.  I will be by myself.  My question is, when you send the pilot panga, could you send a second person to get on my boat while going to your club so that my insurance would be effective in the tricky waters?\r\n\r\n                                                       Sincerely,\r\n\r\n\r\n                                                        Perry Olsen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Perry E. Olsen', 'peolsen@att.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-01-30 03:21:55', '107.193.184.137', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(62, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Edgar Antonio Bermúdez Solís\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"seko911@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"25196054\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77437020\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"Col. Jardines de La Sabana 3, casa 2 senda B, poligono I-5, Ciudada Merliot, La Liberad, El Salvador\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/14/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"02/15/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Edgar Antonio Bermúdez Solís', 'seko911@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-02-04 18:58:39', '201.247.16.43', '1'),
(63, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"steve\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"snash@kuyima.ca\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:310:\"hi...we are in bahia del sol..planning on heading to Bariilas on Tuesday...we will likely leave here on  the high tide early Tuesday morning...what time can we enter Barillas and what is the process.  We are two people aboard a 42  ft canadian registered sailboat called Kuyima.  My email is above..thx so much\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'steve', 'snash@kuyima.ca', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-02-06 16:41:06', '190.120.25.104', '1'),
(64, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Licdo: Hector Recinos.\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Comparecinos@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"61608833\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1162:\"Buen Dia tengas como lector.\r\nMi molestia hacia ustedes es por iniciar como empresario, mi propio cultivo de Cacao en la zona de Suchitoto, Cuscatlan bueno mi interes es saber si tienen a disposicion en la HACIENDA la CARRERA el producto de: PLANTAS de CACAO INGERTADAS (con las caracteristicas de: Semilla criolla pura, de modelo auto-compatible) mi requerimiento es de 300 plantas de ingerto o podria ser tambien la obtension de yemas de plantas puras auto-compatibles para poder hacer nosotros dicho ingerto; tambien seria como ultima alternativa la obtencion de la planta ya cresida con no mas de 30 cms. \r\nMi presencia fue hace 3 años en sus instalaciones en una capasitacion dada por un instructor Colombiano en esa epoca propusieron en dicha finca que se trabajaria en ingertos por eso es hoy mi interes, en dicha planta para facilitar el inicio con respecto al factor tiempo de producion obteniendo calidad de producto como el que ustedes poseen.\r\nDe ante mano mi persona les agradese su respuesta que favoresca al desarrollo de dicho pais para obtener dicha informacion, muchas gracias y que Dios les aporte mucha SALUD para que sigan triunfando.......\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Licdo: Hector Recinos.', 'Comparecinos@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-02-11 15:55:51', '179.5.36.211', '1'),
(65, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Kevin Estrada\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"skatoestrada@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77032250\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"-fecha de estadía de medio día del sábado 21 de febrero hasta medio día del domingo 22 de febrero\r\n- cuarto para 3 personas\r\n- que incluye el precio de la habitación\r\n- cuanto sería el precio incluyendo alimentación.\r\n\r\nMuchas gracias!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kevin Estrada', 'skatoestrada@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-02-17 17:14:58', '216.184.106.90', '1'),
(66, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Dan Finkelstein\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"dan@lungtalife.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Mexico 322-139-1646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"I hi, \r\n\r\ns there any cell phone service in the area around Barillas?   We will need an Internet connection while we are in the marina.   Can the wifi connection be used from the boats on the mooring balls? \r\n\r\nThanks, \r\nDan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dan Finkelstein', 'dan@lungtalife.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-02 21:36:32', '187.217.195.16', '1'),
(67, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"Gabriela Guzmán rossell\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"gguzmanrossell@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78491118\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78491118\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"03/07/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"03/09/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"2 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Apartments\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"22\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Gabriela Guzmán rossell ', 'gguzmanrossell@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-07 00:19:34', '190.53.111.135', '1'),
(68, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Dr John Brehm\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"john.brehm@phe.gov.uk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"+44 (07825) 042950\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:165:\"Please can you adise if you have any availability for the nights of 7, 8 &amp; 9 of June this year. I am also interested in maybe becoming a member. Thank you.\r\nJohn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dr John Brehm', 'john.brehm@phe.gov.uk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-09 10:16:46', '83.244.250.15', '1'),
(69, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Dr John Brehm\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"john.brehm@phe.gov.uk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"+44(0) 1722712561\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:441:\"Dear sir/madam, \r\n\r\nI am inquiring about availability for the nights of 7, 8 &amp; 9 June 2015. Do you have Treehouses/Apartments available at that time?\r\n\r\nAlso, I am thinking of becoming a member. So, I want to know if I can put the membership discount against my first stay, if I pay for the membership either bore, or when I arrive?\r\n\r\nThank you for considering my request and I look forward to hearing from you.\r\n\r\nKind regards,\r\n\r\nJohn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dr John Brehm', 'john.brehm@phe.gov.uk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-11 16:11:52', '83.244.250.15', '1'),
(70, 5, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"70\";s:4:\"slug\";s:24:\"solicite-una-reservacion\";s:4:\"name\";s:25:\"Solicite una Reservación\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"69\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Maria Jose Calderone\";}i:2;a:7:{s:2:\"id\";s:2:\"67\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"mariajosecalderone@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"62\";s:4:\"slug\";s:19:\"telefono-de-oficina\";s:4:\"name\";s:20:\"Teléfono de Oficina\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"22349288\";}i:4;a:7:{s:2:\"id\";s:2:\"63\";s:4:\"slug\";s:7:\"celular\";s:4:\"name\";s:7:\"Celular\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"72723730\";}i:5;a:7:{s:2:\"id\";s:2:\"64\";s:4:\"slug\";s:9:\"direccion\";s:4:\"name\";s:10:\"Dirección\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"60\";s:4:\"slug\";s:16:\"fecha-de-entrada\";s:4:\"name\";s:16:\"Fecha de Entrada\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/02/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"61\";s:4:\"slug\";s:15:\"fecha-de-salida\";s:4:\"name\";s:15:\"Fecha de Salida\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/03/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"59\";s:4:\"slug\";s:14:\"no-de-personas\";s:4:\"name\";s:15:\"No. de Personas\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:166:\"a:7:{i:0;s:9:\"1 Persona\";i:1;s:10:\"2 Personas\";i:2;s:10:\"4 Personas\";i:3;s:10:\"5 Personas\";i:4;s:10:\"6 Personas\";i:5;s:10:\"7 Personas\";i:6;s:18:\"Más de 8 Personas\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"4 Personas\";}i:9;a:7:{s:2:\"id\";s:2:\"68\";s:4:\"slug\";s:12:\"alojamientio\";s:4:\"name\";s:12:\"Alojamientio\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:55:\"a:2:{i:0;s:11:\"Apartamento\";i:1;s:14:\"Casa de Árbol\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"Apartamento, Casa de Árbol\";}i:10;a:7:{s:2:\"id\";s:2:\"58\";s:4:\"slug\";s:15:\"nota-importante\";s:4:\"name\";s:15:\"Nota Importante\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"71\";s:4:\"slug\";s:46:\"para-verificar-introduzca-datos-reales-gracias\";s:4:\"name\";s:49:\"Para verificar, introduzca datos reales, Gracias.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"65\";s:4:\"slug\";s:29:\"por-favor-ingrese-los-digitos\";s:4:\"name\";s:31:\"Por favor, ingrese los dígitos\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:2:\"12\";}i:13;a:7:{s:2:\"id\";s:2:\"66\";s:4:\"slug\";s:18:\"enviar-informacion\";s:4:\"name\";s:19:\"Enviar información\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"71\";s:5:\"value\";s:0:\"\";}}', 'Reservaciones', 'Maria Jose Calderone', 'mariajosecalderone@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-16 01:03:57', '190.150.220.18', '1'),
(71, 4, 'a:14:{i:0;a:7:{s:2:\"id\";s:2:\"39\";s:4:\"slug\";s:21:\"request-a-reservation\";s:4:\"name\";s:22:\"Request a Reservation:\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"44\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Yunia Arbaiza\";}i:2;a:7:{s:2:\"id\";s:2:\"45\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"yuni718@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"47\";s:4:\"slug\";s:12:\"phone-number\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+50378620853\";}i:4;a:7:{s:2:\"id\";s:2:\"48\";s:4:\"slug\";s:11:\"cell-number\";s:4:\"name\";s:11:\"Cell Number\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"25256827\";}i:5;a:7:{s:2:\"id\";s:2:\"49\";s:4:\"slug\";s:7:\"address\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"san salvador\";}i:6;a:7:{s:2:\"id\";s:2:\"53\";s:4:\"slug\";s:8:\"check-in\";s:4:\"name\";s:8:\"Check in\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/02/2015\";}i:7;a:7:{s:2:\"id\";s:2:\"54\";s:4:\"slug\";s:9:\"check-out\";s:4:\"name\";s:9:\"Check out\";s:4:\"type\";s:4:\"date\";s:7:\"options\";s:39:\"a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"04/04/2015\";}i:8;a:7:{s:2:\"id\";s:2:\"56\";s:4:\"slug\";s:20:\"how-many-visiting-us\";s:4:\"name\";s:20:\"How many visiting us\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:150:\"a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"7 People\";}i:9;a:7:{s:2:\"id\";s:2:\"46\";s:4:\"slug\";s:5:\"lodge\";s:4:\"name\";s:5:\"Lodge\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";s:48:\"a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Apartments, Treehouse\";}i:10;a:7:{s:2:\"id\";s:2:\"57\";s:4:\"slug\";s:4:\"note\";s:4:\"name\";s:4:\"Note\";s:4:\"type\";s:12:\"instructions\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:11;a:7:{s:2:\"id\";s:2:\"40\";s:4:\"slug\";s:48:\"for-verification-please-enter-the-data-thank-you\";s:4:\"name\";s:51:\"For verification, please enter the data. Thank you.\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:12;a:7:{s:2:\"id\";s:2:\"41\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:2:\"12\";}i:13;a:7:{s:2:\"id\";s:2:\"42\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"40\";s:5:\"value\";s:0:\"\";}}', 'Reservations', 'Yunia Arbaiza', 'yuni718@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-16 03:47:41', '190.62.85.49', '1'),
(72, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Carlos Alfredo Burgos\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"carlosburgos.abc@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78627839\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:275:\"Hola,\r\nNecesito saber cuanto me costaría una noche y dos días, mi familia somos solo 3.\r\nAdemas tengo dos preguntas en el hotel tienen piscinas? y en cual tipo de habitación nos permitirían 2 perritos chihuahua pequeñitos, no los podemos dejar solos en la casa.\r\nGracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Carlos Alfredo Burgos', 'carlosburgos.abc@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-19 20:29:16', '190.242.22.20', '1'),
(73, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"astrid vreys\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"astrid_roberto@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:273:\"Buenos dias, \r\n\r\nacabo de encontrar su lindo lugar y queria saber:\r\n- para semana santa, todavia hay espacio para una pareja y dos niños (8 y 10 años)\r\n- cuales actividades hay en esta temporada? \r\n- donde esta ubicada, y es lugar seguro?\r\n\r\nGracias de ante mano,\r\nAstrid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'astrid vreys', 'astrid_roberto@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-22 17:20:20', '190.62.98.223', '1'),
(74, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Daysi Acosta\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"daysita_1101@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7854-9787\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Cotización para el ingreso a instalaciones de Puerto Barillas y contratación de Tour para un grupo entre 15 y 20 personas.\r\nAdicionalmente si nos pueden envíar el menú del restaurante.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Daysi Acosta', 'daysita_1101@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-03-24 02:15:05', '190.120.0.194', '1'),
(75, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Efrain Perez\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"efra_3108@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:58:\"Para esta semana no tienen disponibilidad en habitaciones?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Efrain Perez', 'efra_3108@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-04-01 17:09:25', '190.53.5.203', '1'),
(76, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Mr Jody Perry\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"jodyperry2000@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:389:\"Hi,\r\nI am thinking of sailing my 35 boat to your marina in El Salvadore, but would then have to leave it longer term and return to work for possibly a few months. Can you please tell me the situation with regards visa&#039;s or temporary import permits or whatever, and the maximum time length allowed for a vessel to be allowed to stay in El Salvadore? \r\nThanks,\r\nJody Perry\r\nV.V. Strider\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mr Jody Perry', 'jodyperry2000@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-04-12 00:29:52', '187.216.136.32', '1'),
(77, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"carlos baños\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"cabc.1988@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"Buenas tardes, quisiera saber el costo estimado para  un grupo de 15 personas aprox. Para pasar el dia con almuerzo, en dia de semana un viernes.  \r\n  Gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carlos baños', 'cabc.1988@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-04-20 23:32:48', '190.62.146.245', '1'),
(78, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Salvador Rebollo\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"salvadorebollo@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"79719-6510\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Buenos días.\r\nQuisiera saber si es abierto al público o es sólo para miembros???\r\n\r\nMuchas Gracias\r\n\r\nSalvador\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Salvador Rebollo', 'salvadorebollo@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-04-28 15:40:36', '190.122.176.218', '1'),
(79, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Alec and Cherry Yarrow\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"yarrowgypsies@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:444:\"Hi, we will be sailing down from Mexico in our small catamaran SV Rainbow Gypsy, arriving in about a week. We hope you can take us. We are originally from South Africa, which we left seven years ago. We would like to stay for maybe four to six months while we do land travel and maybe visit Europe. Can we order  small items to be delivered for us please. A couple of books and a foot pump, coming from USA. What address should we use?\r\nRegards\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Alec and Cherry Yarrow', 'yarrowgypsies@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-05-15 14:41:28', '189.188.97.0', '1'),
(80, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"sarah blakely\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"sarahbe123@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:492:\"Queridos Empleados:  Saludos de Los estados unidos.  Voy a pasar el mes de junio en el lindo El Salvador.  Estoy averiguando la posibilidad de pasar unos dias en la playa.  Me parece genial este hotel.  Sin embargo, encuentro precios distintos aqui que en el sitio www.hostels.com.  Dice que cuartos compartidos de 3 personas que cuesta $12 por la noche por persona.  ?Es cierto?   Es necesario hacer la reserva con anticipacion?  Nos vemos pronto.  Muchas gracias.  Atte:  Lic. Sarah Blakely\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sarah  blakely', 'sarahbe123@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-05-21 00:02:53', '76.127.137.44', '1'),
(81, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"wilfredo Cordova\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"wilfredo.cr17@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"70176553\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:323:\"Envio correo para solicitar informacion sobre las rentas de los katak.\r\n\r\nEstamos planificando un tour  para ir en e mes de Octubre aproximadamente entre 20 y 25 personas\r\n\r\npero queremos hacer uso de los kayak cuanto nos cuesta el uso y con guia  \r\n\r\nel viaje es de un dia  almorzando alli \r\n\r\nAtentamente Wilfredo Cordova\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'wilfredo Cordova', 'wilfredo.cr17@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-05-22 14:19:48', '190.120.30.30', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(82, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Ryan Edwards\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rce43@cornell.edu\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:557:\"Hi,\r\n\r\nWe are trying to book a room for two people. We would arrive at the international airport at 10pm on Saturday July 11th. Is it possible to receive a shuttle to the resort at this late hour? Also, what is the cost of the shuttle? We would like to stay two nights, then go to San Salvador on July 13th in the afternoon. What is the transportation option and cost to the capital?\r\n\r\nThe resort looks amazing and we hope to book our room soon! Just please let us know about the transportation options because we won&#039;t have a car.\r\n\r\nThank you,\r\nRyan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Ryan Edwards', 'rce43@cornell.edu', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-05-30 21:00:40', '65.78.11.218', '1'),
(83, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Robin Sutherland\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"rsuther55@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"6195070510\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:99:\"Heading north and looking for place to keep boat for hurricane season.\r\nLagoon 440 catamaran, Koula\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Robin Sutherland', 'rsuther55@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-06-19 18:09:35', '98.186.225.107', '1'),
(84, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"Richmond Vale Diving and Hiking Center\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"info@richmondvalehiking.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"+1 784 458 2255\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1016:\"Good afternoon\r\n\r\nI am calling from Richmond Vale Diving and Hiking Center in Saint Vincent and the Grenadines. We are located on a headland by the Caribbean Sea on the North of Saint Vincent in beautiful unspoilt rainforest, a short walk from the beach.\r\n\r\nWe offer the La Soufriere volcano hike and other local trails and waterfalls, as well as diving courses and packages using the PADI instructor system. We try to offer a different experience from the larger hotels here for those on a tighter budget.\r\n\r\nWe are also an academy teaching international students to work with charities and with climate change and sustainability with the local community. We grow as much of our own fruit and vegetables as we can and are working to be self sufficient.\r\n\r\nWe would like to suggest we could exchange links, which would be a great help for both of us.\r\n\r\nWe look forward to your reply.\r\n\r\nRegards\r\n\r\nDavid Christian\r\nRichmond Vale Diving and Hiking Center\r\nSaint Vincent and the Grenadines\r\nwww.richmondvalehiking.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"29\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Richmond Vale Diving and Hiking Center', 'info@richmondvalehiking.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-07-09 19:34:00', '192.214.117.22', '1'),
(85, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Elvia Clara\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"eles.cs@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"75070530\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"muy buenas tardes queria saber precios de estadia dos dias y una noche y si tiene todo incluido?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Elvia Clara', 'eles.cs@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-07-13 22:25:03', '190.150.71.152', '1'),
(86, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Nelson Mocan\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mocantec@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77370672\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"Quisiera saber si aceptan mascotas en el establecimiento, tengo un perro y me gustaría hospedarme en la casa de arbol un fin de semana, desde el sabado hasta el domingo.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Nelson Mocan', 'mocantec@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-07-27 14:23:23', '201.247.17.71', '1'),
(87, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Luisa Rivera de Tobar\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"luisa_1783@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78410562\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:156:\"Buenos días!  quisiera una cotización para 7 personas para los días del 22 al 24 de Septiembre (2 noches y 3 días)\r\n\r\nAgradezco de antemano su respuesta\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Luisa  Rivera de Tobar', 'luisa_1783@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-08-12 15:37:32', '200.35.188.226', '1'),
(88, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"allan james\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"acj1942@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"253 514 3245\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:368:\"Would like info re: leaving my boat between March and June of 2016, while I fly home to Seattle, Wa.  Is the boat safe and secure, so it is as I left it.  The boat is 46ft sail.  What is the approx. cost for a 90day stay.  I am most concerned about theft and vandalism.  Also how much notice do you need before I arrive.  Please call or email.  Thank You   Allan James\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'allan james', 'acj1942@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-09-01 21:20:14', '67.168.104.183', '1'),
(89, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"LORENA DE GARCIA\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"ana.baires@yahoo.es\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78548984\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"BUENAS TARDES EL FIN DE SEMANA ESTUBE EN SUS INSTALACIONES Y PREGUNTE INFORMACION SOBRE MEMBRESIA, ME DIJERON ME ENVIARIAN INFORMACION PERO AUN NO LA RECIBO. ESTOY INTERESADA EN OBTENER UNA MENBRESIA.\r\nGRACIAS\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'LORENA DE GARCIA', 'ana.baires@yahoo.es', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-09-04 21:18:00', '138.99.3.243', '1'),
(90, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Jay Reese\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"honquesp@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2:\"NA\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:357:\"How can you say that $45.00 for one day is reasonable, when combined with the other fees amounts to over $100 for a day? We have changed our mind and will not be stopping there on our way south. Where I am from (Oregon) the marinas charge $15 a day for the transient dock with full use of facilities. That is reasonable and competitive, your prices are not!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jay Reese', 'honquesp@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-09-11 02:55:03', '187.210.142.14', '1'),
(91, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ed manrique\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ed@edman.tv\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"3054322760\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:659:\"Managing Director \r\n\r\nI tried to contact you by telephone, unfortunately without success. \r\n\r\nI’m a freelance producer and motion graphics designer specializing in explainer videos.\r\n\r\nMy videos tell stories, educate customers, explain the complex, and humanize brands.\r\n\r\nSee by yourself at my video portfolio: www.edman.tv/portfolio\r\n\r\nI also produce 3D product animations, Live video commercials and infomercials.\r\n\r\nBased in Miami, I&#039;ve worked for corporate clients, production companies and advertising agencies worldwide.\r\n\r\nPlease let me know if there is a chance to work for your company at a freelance or project basis. \r\n\r\nBest regards,\r\n\r\nED\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ed manrique', 'ed@edman.tv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-09-15 18:39:56', '181.14.168.127', '1'),
(92, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Jaime Alberto Torres\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"contabilidadhp@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7856-7922\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Favor cotizar membresía.\r\n\r\nInformación de beneficios de membresía.\r\n\r\nEs un lugar bonito ya me he hospedado por ahí.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Jaime Alberto Torres ', 'contabilidadhp@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-10-07 23:17:31', '168.243.110.165', '1'),
(93, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Dietmar Petutschnig\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"dietmar@yachtingtourism.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"702 606 1809\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:186:\"Can you please let me know the depth in the channel for your marina - how deep is the water and what is the best tide table to use for larger yachts.\r\n\r\nWarm regards\r\n\r\n\r\nCaptain Dietmar\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dietmar Petutschnig', 'dietmar@yachtingtourism.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-10-12 16:39:04', '107.77.92.91', '1'),
(94, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"kenneth collins\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"kcollins@ironbarque.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:451:\"Estimado Señor / Señora\r\nNuestro velero es:\r\n• 72 &quot;de largo (22m)\r\n• 18 &quot;de ancho (5,5 m)\r\n• 11 pies de profundidad (3,3 m)\r\n• mástil de 95 &#039;\r\nNos AE viajando desde San Diego a Panamá. Estaremos pasando por el 26 de noviembre y necesitaremos combustible. Nos detendremos sólo para combustible.\r\n\r\n¿Se puede manejar nuestro tamaño?\r\n¿Cuáles son sus costos?\r\n¿Tiene un muelle de combustible?\r\n¿Qué precio es el diesel?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kenneth collins', 'kcollins@ironbarque.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-10-19 14:08:47', '189.222.175.42', '1'),
(95, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"william garcia\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"garciaw001@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"403-809-6664\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:437:\"Buenas, estoy interesado para hacer una reservacion entre el 28 y el 30 de Diciembre para 3 adultos y 4 ninos. Los apartamentos veo q solo tienen un maximo para 4 personas pero queria saber si habria una excepcion para una persona mas. Si se pudiera entonces quisiera sabe cual seria el precio total. Y a la vez podria mandarme una cotizacion para 2 casas de arbol una con ocupacion de 4 personas y la otra 3. Muchas gracias de antemano.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'william garcia', 'garciaw001@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-10-22 20:31:07', '142.59.112.179', '1'),
(96, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"Francisco Antonio Mendoza\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"clinicadr.mendoza@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"26612345\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:308:\"Estamos organizando un evento con los compañeros de trabajo, deseamos pasar un dia domingo de dicembre  en sus instalaciones, somos alrededor de 30, queremos hacer salir a navegar,almorzar y tener un espacio para actividades juntos en piscina, areas verdes.\r\nQue nos pueden ofrecer? cuales serian los costos\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Francisco Antonio Mendoza', 'clinicadr.mendoza@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-11-02 01:27:59', '201.247.19.233', '1'),
(97, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Gabriel Falzi\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gabrielfalzi@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Hello\r\nWe plane to go on your marina with our sailboat in march .The draft of the sailboat is 8 ft 7in (2.6m)you think it is possible to enter in the laguna.\r\nbest regards\r\nGaby\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Gabriel Falzi', 'gabrielfalzi@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-11-08 19:07:24', '88.179.15.131', '1'),
(98, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"william\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"garciaw001@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:241:\"Buenas, quiero reservar un apartamento del 28 de Diciembre al 30, pero queria saber si pudiera hacerlo para 7 personas (3 adultos y 4 ninos). Espero su respuesta ya q esta es la 2 vez que trato de contactarme con ustedes. Gracias.\r\n\r\nWilliam\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'william ', 'garciaw001@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-11-14 21:23:00', '142.59.112.179', '1'),
(99, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Oscar Lopez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"oscar_a_lopez@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"75749884\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"Hola.\r\n\r\n\r\nDeseo me proporcionen una cotizacion para estadia de dos personas, ingresando el dia sabado 21 de noviembre.\r\n\r\nSaludos.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Oscar Lopez', 'oscar_a_lopez@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-11-16 16:53:25', '190.87.236.172', '1'),
(100, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Joel Ungar\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jaungar2@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"8058864151\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:293:\"37 pies velero alobar actualmente en Ixtapa navegará sur previsto llegar El Salvador a principios de marzo de 2016. Sírvanse proporcionar alguna indicación de la disponibilidad esperada de un barco en el puerto durante 30 días y el precio del amarre. Además, se aceptan reservas ? Gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Joel Ungar', 'jaungar2@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2015-12-26 03:14:25', '70.197.1.24', '1'),
(101, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Jim Patek\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jimpatek@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"843 838 3980\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:599:\"Dear Puerto Barillas\r\n\r\nMy 44 ft sailing vessel Let&#039;s Go! is currently in Alaska for the winter. I am looking for a place where I may leave her at the end of 2016 or early 2017 for a period of approximately four months followed by a haul out and antifouling. It was suggested to me that Puerto Barillas Marina alongside  Prestomar might provide a solution.  The yacht  has a retractable centerboard and can therefore be hauled on a conventional marine rail system. I am not sure what Prestormar offers but I would like your advice.\r\n\r\nThank you.\r\n\r\nKind regards,\r\n\r\nJim Patek\r\nSV Let&#039;s Go!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jim Patek', 'jimpatek@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-01-14 16:35:00', '73.131.144.102', '1'),
(102, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"carmen jimenez\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"carmenjimenez_4@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:59:\"en una de las fotos veo unos perritos, ¿permiten mascotas?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carmen jimenez', 'carmenjimenez_4@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-02-04 05:35:41', '201.247.198.172', '1'),
(103, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"David Johnson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"2239summer@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"415-823-0957\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:249:\"Buenos Dias,\r\nI am sailing my 40 ft. Beneteau up from Panama this winter and would like to inquire about leaving the boat at your Marina for the summer.  We plan to arrive the first week in May.  Please  advise me on availability.  Thank you,\r\nDavid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'David Johnson', '2239summer@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-02-09 21:41:27', '108.254.145.88', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(104, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Sanjay Dutta\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"duttasnjy@yahoo.co.in\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"91-9810249305\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:437:\"Sir,\r\nWe have a tour and travel company in India.  We have around 100 persons who are interesting to visit El Salvador for sigh sing.  Our company can send them in a group of 5 to 7 persons each time for 7 days trip,  If your company takes the responsibility of  their boarding, lodging and  their sight sigh so please mail us your charges that includes everything start from their pick up from airport.\r\nThanks\r\nYours sincerely,\r\nSanjay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sanjay Dutta', 'duttasnjy@yahoo.co.in', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-03-03 17:23:43', '101.0.53.77', '1'),
(105, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lisseth Servellon\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lisseth_serv@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:167:\"Buenas tardes \r\n\r\nQuisiera saber si tienen paquetes para dos personas, que incluye y si cuentan con servicio de cuatrimotos o que deportes acuaticos ofrecen\r\n\r\nSaludos\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'lisseth Servellon', 'lisseth_serv@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-03-17 19:42:30', '190.5.149.226', '1'),
(106, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Edwin Edgardo Lazo\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"edwin.lazo@ca.sabmiller.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7745-7157\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:345:\"Buen día estimados,\r\n\r\nSomos empleados de ILC.  Queremos tener un día de campo y hacer dinamicas de integración, solicito me hagan llegar una cotización para 35 personas , viaje de dias que contenga entre otras cosas:\r\nUso de Instalaciones\r\nAlmuerzo\r\n Paseo en lancha\r\nUso de kayak\r\nNota: es posible que podamos llevar nuestra propia bebida?\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Edwin Edgardo Lazo', 'edwin.lazo@ca.sabmiller.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-04-25 21:15:43', '64.35.47.19', '1'),
(107, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Lisa Wilson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lwilson792@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"9999991111\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1172:\"&quot;Hi,\r\n \r\nAfter a quick look at your website and the code, I&#039;d like to  highlight some of the bugs that you might have encountered because of the SEO firms you hired. There are obvious spots in the code where SEO techniques could have been utilized but weren&#039;t. There are other things, one or more of the SEO firms did that could actually be hurting your site&#039;s \r\n\r\nThe website code also looks outdated and uses techniques that aren&#039;t exactly SEO-friendly. IMO it&#039;s a combination of both the site code and imperfect work by SEO firms that&#039;s affecting your search engine performance.\r\nWe also provide Content Development for K-12 and corporate learning as well as development of mobile apps.\r\n\r\nContent Development in 2D and 3D | Mobile apps | Website development | LMS\r\n \r\nKindly revert back if you are interested, then we can send you more detail about package/action with special Offer.\r\nNote: - Please clearly write to me which services are you interested.\r\nI look forward to your positive mail.         \r\n\r\nWith Best Regards,   \r\nLisa Wilson\r\nContent Development | Mobile apps |Online SEO I SMO I PPC I Design &amp; Development.&quot;\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Lisa Wilson', 'lwilson792@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-04 05:43:04', '43.252.26.32', '1'),
(108, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Ing. Jose David Ayala\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jodalo21@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77977911\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:147:\"buenas tardes me gusta el lugar y quiciera saber un poco mas de la membrecia y la ubicacion geografica al igual que ver mas imagenes de dicho lugar\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ing. Jose David Ayala', 'jodalo21@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-05 18:11:14', '190.62.139.163', '1'),
(109, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Noel Hernandez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hernandez.josenoel@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:555:\"Buenas tardes.\r\n\r\nSolicito me puedan regalar información de los precios para un grupo familiar de 4 personas 2 adultos y dos niños de 5 y 7 años.\r\n\r\nPrimera opción: Una estadía en una casa del árbol y que incluye la estadía.  Comidas y áreas que se pueden visitar, uso de piscinas describir por favor todo lo que incluye por el mismo precio.\r\n\r\nSegunda Opción:  Costo de visita del día llegar por la mañana y salir por la tarde y a que se tienen acceso durante la visita del día.\r\n\r\nGracias. \r\nQuedo a la espera de la información.\r\n\r\nSaludos.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Noel Hernandez', 'hernandez.josenoel@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-06 18:56:11', '200.85.0.35', '1'),
(110, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Marcos Martinez\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ovidiofes@yahoo.es\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78509266\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Saludos fraternos, necesito informacion para un paquete de cuatro personas dos adultos dos niños estancia de dos noches. cual seria el costo la idea seria llegar domingo 22 y salir el martes 24 de mayo.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Marcos Martinez', 'ovidiofes@yahoo.es', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-08 03:03:55', '190.53.170.246', '1'),
(111, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Adam Scott\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"addamscotts@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2356895056\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1158:\"Google Traffic Decreased\r\nHy Sir,\r\nGreetings, We can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings than anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. Our prices are less than half of what other companies charge.\r\nWe will also provide you with a checklist to show you the strengths and weaknesses of your current website.\r\n \r\nIf you would like to have a no-obligation discussion with me, please reply with your phone number?\r\n \r\nCan I call you this week to discuss your campaign?\r\n \r\nBest regards, \r\n\r\nAdam Scott | Online-Manager\r\naddamscotts@gmail.com\r\n\r\nIPERANET INC \r\nGOOGLE PARTNER\r\nHeadquarters: 5859 Canoga Ave, Woodland Hills, CA 91367.\r\nOther Offices: Hong Kong &amp; China | Australia | New Zealand | UAE | Singapore\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Adam Scott', 'addamscotts@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-21 05:47:08', '45.127.233.9', '1'),
(112, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"Joseph Frederick Remache\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"josephremache@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"1-832-545-9958\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Hi, I was wondering if you all provide transportation from the Airport in San Salvador to Puerto Barillas Marina?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Joseph Frederick Remache', 'josephremache@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-22 05:21:51', '70.189.78.148', '1'),
(113, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Paul Migro\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"captain@yachtstep1.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:437:\"Good morning Emerita,\r\n\r\nWe are looking to visit your area next week. Cristiano from Sea Masters in Costa Rica has given me your details and advised that you will be able to help with clearing us into the country.\r\nAt the moment I anticipate we will be in the country for about 5 days.\r\nCan you please let me know what info you will require from us.\r\nThanks very much, look forward to seeing you soon.\r\nPaul Migro\r\ncaptain@yachtstep1.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Paul Migro', 'captain@yachtstep1.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-05-26 17:51:30', '216.130.38.138', '1'),
(114, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ERIKA SANCHEZ\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"eesanchez_13@yahoo.es\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"71506294\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"Solicito informacion de disponibilidad de casa de arbol para el sabado 18 de junio saliendo 19\r\n\r\nSaludos\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'ERIKA SANCHEZ', 'eesanchez_13@yahoo.es', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-09 23:28:00', '190.57.71.74', '1'),
(115, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Giezi salas rivera\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gsalasrivera@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78866284\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"Me gustaría. Hacerme socio que se necesita y cuáles son las condiciones mi familia somos 4 adultos 1 niño\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Giezi salas rivera', 'gsalasrivera@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-12 01:11:16', '200.85.26.25', '1'),
(116, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Giezi salas rivera\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gsalasrivera@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78866284\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"Me gustaría. Hacerme socio que se necesita y cuáles son las condiciones mi familia somos 4 adultos 1 niño\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Giezi salas rivera', 'gsalasrivera@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-12 01:11:17', '200.85.26.25', '1'),
(117, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"KARLA RENATA BERTI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"krberti@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78542389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"interesada en hacer reservación del día 23 al 27 de junio, por favor enviarme información lo mas pronto posible, una habitación para dos personas adultas.\r\nMuchas Gracias\r\nDra. Karla Berti\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KARLA RENATA BERTI', 'krberti@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-15 16:38:06', '179.5.103.95', '1'),
(118, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Brandon Fisher\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"fisher.brandon@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7730-4919\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1003:\"Hello Puerto Barillas,\r\nMy name is Brandon and I live in San Salvador with my wife and two kids (2 and 4 years of age).  I found your website online and was referred by a co-worker of mine to your facility.  I am particularly interested in my kids seeing the monkey sanctuary and if possible turtle release.  Does your facility have a turtle release activity?  I am looking for an activity where my kids could see the turtles and hold a baby turtle (s) if only for a second to take a photo.  I regularly work on the weekends so i am not sure if we would be able to stay overnight or if I would need to make it a day trip.  I hope that we can stay overnight so as not to be driving at night.   \r\n\r\nIf we can stay.  Are there rooms or apartments that have multiple beds as we have two kids.  Do the accommodations have air conditioning?\r\n\r\nCan you please let me know if the monkey sanctuary is available, is there is a turtle release program, and what the accommodations consist of.\r\n\r\nThank You,\r\nBrandon\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Brandon Fisher', 'fisher.brandon@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-19 17:33:36', '198.7.58.81', '1'),
(119, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Isabel Leonard\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"isabeleonard@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"4154071584\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:308:\"Hello there!\r\n\r\nMy name is Isabel and my sister and I are driving through El Salvador and would love to come stay at Puerto Barillas, but it is a bit outside of our budget. Do you have campgrounds available at Puerto Barilas? If so, what is the price per night? Thanks so much for your help!\r\n\r\nBest,\r\nIsabel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Isabel Leonard', 'isabeleonard@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-25 23:22:16', '50.174.84.192', '1'),
(120, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Julia Lucca\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"juliad.lucca@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"+55 51 97027681\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:261:\"Hi!\r\nOn August I will be in El Salvador for vacations. I&#039;d like to know if is there any possibility of me sailing with somebody. I know how to sail but not that much. \r\nIt would really make my vacations so much better sail there! \r\n\r\nThank you! Good winds!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Julia Lucca', 'juliad.lucca@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-06-26 15:39:14', '189.34.54.29', '1'),
(121, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Oscar Osegueda Chicas\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oosegueda@uca.edu.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+50378548221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:264:\"Acabo de realizar un booking para el día 31 de Julio (1 día). Mi pregunta es cuál es la hora de entrada y si una vez allá se puede reservar  kayak. Además, el cobro de la reserva se realiza automáticamente o una vez en el hotel realizará el cobro. \r\nSaludos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Oscar Osegueda Chicas', 'oosegueda@uca.edu.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-07-26 15:55:23', '181.225.133.25', '1'),
(122, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"John Smith\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"johnseomarketing1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2356895054\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1117:\"Re: SEO Proposal\r\n\r\nHi,\r\n\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\n\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings then anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. \r\n\r\nOur prices are less then half of what other companies charge.\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and /or phone number.\r\n\r\nSincerely,\r\n\r\nJohn Smith\r\njohnseomarketing1@gmail.com\r\n\r\nCOMPLETE INTERNET MARKETING SOLUTION\r\nSEO - PPC - SMO - Link Building - Copyright - Web Designing - PHP\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Smith', 'johnseomarketing1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-07-27 05:03:13', '103.196.221.91', '1'),
(123, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Chrissy Wei\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"cwei82@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"442-245-0764\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"Hello, \r\n\r\nCan I get a  quote for one day of deep sea fishing ( one adult and child) 6 years old\r\nAnother quote ( 2 adults) one child\r\n\r\nDate _ August 15th\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Chrissy Wei ', 'cwei82@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-07-28 17:39:46', '209.117.11.66', '1'),
(124, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Evan Gatehouse\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ceilydh@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:407:\"Hi,\r\n\r\nWe are coming through the Panama Canal in October and will be heading to El Salvador soon. We thought we might visit Puerto Barillas and also haul out at Prestomar marine railway. \r\n\r\nDo you have an email for Prestomar? We are a catamaran (12m long x 7m wide, 7 Tonnes) and would like to know their rates for hauling us out and the cost/day for being on the marine railway.\r\n\r\nThanks,\r\nEvan Gatehouse\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Evan Gatehouse', 'ceilydh@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-08-07 19:53:09', '190.58.249.11', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(125, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Carlos Escobar\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"davidescobar74@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7238-6422\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Buenas tardes me gustaría saber si me podrían enviar un programa de actividades a realizar en una estadía de 4 días y 3 noches fecha probable del jueves 25 al domingo 28\r\n\r\nDe antemano muchas gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Carlos Escobar', 'davidescobar74@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-08-23 19:02:21', '190.62.141.109', '1'),
(126, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Michael\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"michael.puscar@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:291:\"Hola!\r\n\r\nMañana tenemos solo 6 horas en el país, en camino a nuestro hogar en Colombia. Entonces, no podemos quedar una noche, pero igual nos gustaría visitar el sanctuario de monos.\r\n\r\nQuiero saber si es posible, que es el costo, etc. Parece que es 45 minutos del aeropuerto.\r\n\r\nGracias!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Michael', 'michael.puscar@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-08-28 05:18:42', '179.42.233.2', '1'),
(127, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Sandra Smith\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"sandrainternetmarketing@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2356895056\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1165:\"Re : SEO| Internet Marketing| Website Desiging						\r\nHi….						\r\n						\r\nThis is Sandra, and I work for a certified Google Partner Company.						\r\n						\r\nCurrently, I discovered your website and wanted to mail you a quick note with  few simple changes to make your site more USER friendly. I am confident it will go together your-S.E.O.-work and help pull towards you quality visitors and ever more range high on the search engine result’s page (SERP).						\r\n						\r\nSome changes, aesthetically and/or-S-E-O-wise can generate your website switch more visitors into leads and also get it placed higher in the common search results, for a few of the select terms.						\r\n						\r\nI will moreover provide you with a checklist to give information related to the strengths and weaknesses of your Website 						\r\n						\r\nIf you would like to have a no-obligation talk with me, please reply with your Name and phone number.						\r\n						\r\nThanks &amp; Best regards, 						\r\n						\r\nSandra Smith						\r\nsandrainternetmarketing@gmail.com						\r\n						\r\nComplete Internet Marketing						\r\nSEO | SMO | PPC | Internet Marketing | Website Designing &amp; Web Development\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sandra Smith', 'sandrainternetmarketing@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-09-06 04:44:52', '45.127.234.28', '1'),
(128, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Jamie MacDonald\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"ellare38@shaw.ca\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:378:\"Do you have haul out facilities? I would like to pull out a steel 38 ft by 12 beam that draws 6 ft to repaint the underwater portion of the hull.\r\n\r\nDo you have anti fouling paint?\r\n\r\nIf you have the above please advise as to costs to haul, time on land and the cost of paint.\r\n\r\nAlso please advise as to other services you provide to yachts.\r\n\r\nThank you\r\n\r\nJamie aboard Ellare\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jamie MacDonald', 'ellare38@shaw.ca', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-09-23 23:52:21', '96.52.198.255', '1'),
(129, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"sumaya calderon\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sumayita@haotmail.es\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7210-3409\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"necesitamos reservar habitaciones para 8 adultos y 4 niños, tienen paquete de todo incluido? necesitamos del 18-20 de noviembre.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sumaya calderon', 'sumayita@haotmail.es', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-10-13 16:06:30', '201.247.177.225', '1'),
(130, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"John Adams\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"john@acutemarketingsolutions.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"5158616600\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:567:\"Hi,\r\n\r\nI hope you are the right person to discuss about the Travel and Tourism Industry. \r\n\r\nDatabase includes complete contact details and verified email addresses of - CEO&#039;s, COOs, CIOs, CFO, CTOs, Owners, Directors, Presidents, Marketing Managers, Event Managers and many more.\r\n\r\nKindly mention below the details to understand your needs better;\r\nTarget Industry :\r\nTarget Job Title :\r\nTarget Geography :\r\n\r\nWe will get back to you with samples, which will be at no cost.\r\n\r\nLook forward for your positive response.\r\n\r\nRegards,\r\nJohn Adams\r\nMarketing Manager\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Adams', 'john@acutemarketingsolutions.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-11-04 20:20:18', '112.196.84.196', '1'),
(131, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"David Alexander Vásquez Masin\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"davmasin79@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"7378-8207 / 2281-0560\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:265:\"Buenos dias, estoy a la espera de la informacion para la hacer la resevacion a traves de deposito a cuenta para la estadia de la casa del arbol para el evento de la pesca del robalo. Agradecere si me envia la informacion.\r\nGracias.\r\n\r\nAtte.\r\n         David Vásquez\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"69\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'David Alexander Vásquez Masin', 'davmasin79@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-12-02 17:52:17', '190.62.88.201', '1'),
(132, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"ela patel\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"elapatel@btinternet.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"07951272020\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:347:\"I am visiting El Salvador from the UK with a friend.\r\nWe would like to stay at your lodge on the 30th and 31st Jan 2017.  \r\nWe will not be driving and would like to know how to get to the lodge by public transport from San Salvador.\r\nWe will also be leaving on the 1st Feb to go to Juayua.  Can you advise on transportation?\r\nThank you.\r\nEla Patel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ela patel', 'elapatel@btinternet.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2016-12-15 15:33:19', '86.129.45.136', '1'),
(133, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Claudia Ramírez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"clabearamirez@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78503013\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:59:\"Necesito saber si tienen paquetes de día, para 5 personas.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Claudia Ramírez', 'clabearamirez@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-01-02 17:08:23', '190.86.9.166', '1'),
(134, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Glenda Arévalo.\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"maritza.trips@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78450556\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:823:\"Buenas tardes,\r\nsoy la coordinadora de un Tour operador, he tratado de comunicarme telefonicamente con ustedes al fijo que aparece, en multiples ocasiones me han dicho que solo es una persona la que se encarga de las resrvaciones y que no esta, o que esta de vacaciones, o que esta en otro horario y asi repetidas veces.\r\nNuestra intencion como Tour operador es ver de que manera poderles llevar personas a alojrse al hotel en temporadas bajas , ofreciendoles a nuestros clientes la estadia y el transporte y coordinar desde san Salvador para alojarnos en su hotel.\r\n\r\nMre gustaria saber si nos podrian brindar precios grupales iniciendo con 15 peronas en adelante en un paquete que tomariamos el desayuno y alojamiento.\r\n\r\nen espera de su valiosa ayuda,\r\nGlenda Arévalo.\r\nCoordinadora de Turismo.\r\nKanas Tour El Salvador.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Glenda Arévalo.', 'maritza.trips@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-01-17 23:00:31', '190.120.10.218', '1'),
(135, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"John Perreault\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"jdperreault@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"916-606-9170\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"I want to order a ball cap from your store. Mine has finally worn out, and I want to replace it!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Perreault', 'jdperreault@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-01-18 18:22:32', '69.62.236.189', '1'),
(136, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Ruben Antonio Loy\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rloy@lageo.com.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78607679\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"4 y 5 de febrero es concurso de pesca del robalo, como me inscribo, me puede dar los contactos.\r\nGracias.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ruben Antonio Loy', 'rloy@lageo.com.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-01-31 15:58:22', '216.184.103.172', '1'),
(137, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Sina T.\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"chinachirimoya@googlemail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:376:\"Buenos días: \r\n\r\nPensamos celebrar la despedida de un amigo el fin de semana que viene. Somos 15 personas (12 adultos con 3 niños entre 1 y 9 años) y todavia estamos buscando el lugar perfecto para nuestro grupo. Seria la llegada el 18 en la mañana y salida el 19 en la tarde. \r\n\r\nNos pueda cotizar una oferta economica para el grupo de 15 personas? \r\n\r\nGracias, \r\nSina T.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sina T. ', 'chinachirimoya@googlemail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-02-13 17:04:22', '190.87.11.211', '1'),
(138, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Roberto Calderon\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"roberto@intelimerka.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"79244367\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:641:\"Hola, ¿Cómo estas? Mi nombre es Lic. Roberto Calderon, de  Intelimerka. ¿Quieres incrementar  el numero de huespedes y clientes para tu negocio? Estoy viendo la página de tu sitio web y me gustaría demostrarte SIN CARGO, como podemos incrementar notablemente tus clientes, prospectos y por consecuencia tus ventas. Necesito 5-10 minutos para platicarte como puedes conseguirlos 24/7 todo el año. Te doy las gracias por tu tiempo y te deseo un excelente día.- Lic. Roberto Calderón V - Experto en generacion de clientes y ventas digitales -  Whatsapp +503 7924-4367 - roberto@intelimerka.com - robertiocv (Skype) - www.intelimerka.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Roberto Calderon', 'roberto@intelimerka.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-03-07 03:50:53', '179.5.103.8', '1'),
(139, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"regi croonenberghs\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"7marees@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"i would like to haul my boat in your yard.\r\nmy catamaran is 55ft length and 31ft beam is it possible.\r\nIf so what are the costs for haul and launch and price per day?\r\nThank you, regards\r\nRegi\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'regi croonenberghs', '7marees@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-03-20 14:45:22', '191.126.173.245', '1'),
(140, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Fundaungo\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"asistente.director@fundaungo.org.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:84:\"Favor enviar las tarifas de los diferentes tipos de habitaciones que posee el hotel.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Fundaungo', 'asistente.director@fundaungo.org.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-04-17 15:32:55', '168.243.231.8', '1'),
(141, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"days elias\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"adaysiel@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77990618\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"me gustaria que me dieran informacion de las cabañas ,\r\n para el sabado 29 de abril , si puedo llegar sin ser socio\r\ngracias por su tiempo..\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'days elias', 'adaysiel@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-04-19 23:10:48', '201.247.44.50', '1'),
(142, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"william farr\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"wjfarr@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:299:\"I am looking for information on your marina.\r\nI have a 100 foot motor yacht with 5 crew coming from Panama.\r\nI have a additional crew looking to join the boat in El Salvaor coming from Mexico.\r\nPlease advise the cost for clearances, mooring, and transportation from international airport.\r\nthank you\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'william farr', 'wjfarr@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-05-09 17:19:17', '67.21.18.162', '1'),
(143, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Maria Portillo\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"lisc2518@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Hi, \r\n\r\nIs it possible to use the facilities, such as pool and visit for a day trip only?\r\nWhat&#039;s the cost? And would somebody pick and drop my party off from Puerto el Triunfo? \r\n\r\nThank you,\r\n\r\nMaria\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Maria Portillo', 'lisc2518@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-06-28 01:45:49', '69.114.202.255', '1'),
(144, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"JUDITH ELIZABETH MONTANO ESQUIVEL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"judith.montano1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2206-7407\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:364:\"Buenos Días:\r\n\r\nEstoy Planificando las vacaciones de agosto con mi familia somos seis personas y me gustaría me hiciera una oferta de los servicios que pueden ofrecernos incluyendo transporte desde San Salvador al Hotel, para las fechas entrando el 02 de agosto y saliendo el 04 de agosto 2017.\r\n\r\nQuedo a espera de su oferta.\r\n\r\nMuchas Gracias por su atención.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"29\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JUDITH ELIZABETH MONTANO ESQUIVEL', 'judith.montano1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-06-28 17:35:16', '190.5.143.1', '1'),
(145, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Kofie Joya\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"kofiejoya@ymail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:533:\"Dear Sir,       \r\nWe have Gold Dust and Gold Dore Bars for Sale.\r\nPRODUCT                     -           Alluvial Gold Dust and Gold Bars\r\nQUANTITY                 -          175 Kilos of Gold Bars &amp; 250 Kgs of Gold Dust\r\nQUALITY                      -            22 Carat \r\nORIGIN                        -            Ghana \r\nPURITY                        -            96+%\r\nIf you are interested or know someone else who is interested, contact me for details of sales and purchase. \r\nRegards,\r\nKofie\r\nEmail: kofiejoya@ymail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kofie Joya', 'kofiejoya@ymail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-07-07 18:45:54', '41.66.199.61', '1'),
(146, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"LEONEL WILFREDO GONZALEZ\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gerente@outin.com.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"503 7851 2217\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"Buenas Tardes\r\nFavor de cotizarme la estadia para 4 personas de dos días ( 1 noche ), entre los días 1 al 4\r\nGracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'LEONEL WILFREDO GONZALEZ', 'gerente@outin.com.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-07-18 20:41:03', '190.62.119.224', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(147, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"Rita Alicia Gómez Archila\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"alisongomez726@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7883-4362\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"He recibido una oferta de $71.00 para 3 personas en Casa del Árbol, 2 días una noche, quiero saber  cuanto me cuesta y si hay cupo entrando viernes 15 y saliendo domingo 17 de septiembre, llevamos un perro.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Rita Alicia Gómez Archila', 'alisongomez726@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-08-31 15:56:32', '200.31.169.94', '1'),
(148, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Graeme Steenkamp\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"ubcapt@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+17874026493\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:320:\"Good day \r\n\r\nI am a captain on a 112ft Westport Motoryacht, and we are looking to cruise El Salvador around next year April.\r\n\r\nI would like to know what are your daily rates of dockage.\r\nAs well as your current fuel, water and electric prices per unit.\r\n\r\nI hope to see you next year.\r\n\r\nAll the best \r\n\r\nCaptain Graeme\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Graeme Steenkamp', 'ubcapt@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-09-05 20:11:19', '172.58.12.17', '1'),
(149, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Jurg Gilomen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"j.gilomen@bluewin.ch\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"+41 78 626 81 86\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:414:\"Hola\r\n\r\nA friend of me, Gunther SV Bora, recommended to me your marina. Could you please inform me about availability of bouy&#039;s for long term (4-5 months) as well as your rates. \r\nI intend eventually to sail from Panama to you in late spring 2018.\r\nIs there any problems with customs for long term stay in El Salvador?\r\n\r\nThank you very much for your answers\r\n\r\nVery best regards\r\n\r\nJurg Gilomen\r\n\r\nSV Kjaloha\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jurg Gilomen', 'j.gilomen@bluewin.ch', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-09-07 15:33:53', '5.149.20.16', '1'),
(150, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ERIZA KAMIYA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"festy7mkeriza@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:294:\"Soy japonesa\r\nEstoy en &quot;El tunco&quot; ahora. después voy a ir jiquilisco para vacationes.\r\nporque tengo una pregunta.  \r\nCuánto cuesta por noche una habitación para dos personas mas barato.\r\ny sabes como puedo llegar  a tu hotel de El Tunco? Hay directo autobús?\r\nPor favor y gracias.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ERIZA KAMIYA', 'festy7mkeriza@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-09-29 14:59:09', '190.86.227.223', '1'),
(151, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Nelson Saravia\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"nsaraviacanizalez@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78153379\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"quiero saber el costo de hospedarme en familia, somo cuatro personas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nelson Saravia', 'nsaraviacanizalez@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-09-29 17:40:29', '190.5.132.194', '1'),
(152, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Isabel Delanchy\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"idelanchy@lfelsalvador.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7950 9923\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Buenos dias,\r\nquisiera saber si tienen un tour de tortugas durante la ultima semana del mes de octubre. Pensamos venir 2 o 3 dias, 4 personnas, somos acostumbres del sitio.\r\nFeliz dia.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Isabel Delanchy', 'idelanchy@lfelsalvador.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-10-08 17:34:24', '190.150.171.133', '1'),
(153, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Karla Flores\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"karlatornolara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2118-0263\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:617:\"Me es grato dirigirme a usted con el proposito de ofrecerle los servicios de la empresa TornoLara.\r\n\r\n\r\nEstaremos a la espera, si es que considera a TornoLara como candidato idóneo para las soluciones en Acero Inoxidable, Vidrio y Aluminio que pudiesen tener.\r\n\r\nLe agradezco su atención y su tiempo, le dejo la información de contacto para disipar alguna duda, que pueda surgirle acerca de nuestros productos y servicios.\r\n\r\n\r\n\r\n-- \r\n\r\nAtt. Karla Flores \r\nTornolara: Acero Inoxidable,  Aluminio / Vidrio y ACM\r\nPBX. (503)2118-0260\r\nDirecto. (503)  2118-0263 ext.213\r\nkarlatornolara@gmail.com\r\nwww.tornolara.com.sv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Karla Flores', 'karlatornolara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-11-01 21:42:53', '190.62.235.26', '1'),
(154, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Walter Zelaya\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"oficinaconsultor@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"76134673\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1050:\"Oficina Consultora Zelaya &amp; Diaz\r\nOFERTA DE SERVICIOS PROFESIONALES.\r\nEstimados señores\r\nPresente:\r\nReciban por este medio un cordial saludo deseándoles éxitos en sus actividades cotidianas.\r\nEl motivo de la presente es para ofertar nuestros servicios en el área de asesoría legal en áreas que podrían de ser su interés como:\r\n Procesos de sanción e imposición de multas en las diferentes instituciones de gobierno, con dirección nacional de medicamentos, alcaldías municipales, ministerio de hacienda. etc.\r\n Impugnaciones en los procesos de licitación en cualquier tipo de institución.\r\n Procesos contenciosos administrativos y constitucionales.\r\n Gestiones administrativas:\r\n solicitud de permisos y licencias en cualquier instancia de la administración pública.\r\n Complementado en la disciplina civil mercantil, según sea sus necesidades.\r\nDe considerar necesario ampliar esta información porque es de su interés, puede contactarnos a w.zelaya6681@gmail.com o al Tel: 7613-4673.\r\nATTE.\r\nLic. Walter Zelaya\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Walter Zelaya', 'oficinaconsultor@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-11-12 20:42:13', '190.53.23.52', '1'),
(155, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Juan Panama\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"juandpanama@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"Hola,\r\n\r\nQuisiera saber si tienen disponible el 25 de noviembre y cual seria su costo.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Juan Panama', 'juandpanama@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-11-17 00:59:07', '179.5.103.76', '1'),
(156, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Xenia Díaz\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"xeniadiazcastillo@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"79261106\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"Intersada en una habitación para 4 personas del sabado 9 al domingo 10 de 2017.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Xenia Díaz', 'xeniadiazcastillo@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-12-08 22:04:49', '190.120.29.190', '1'),
(157, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Susan Berger\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"sueberger722@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:334:\"Hi,  \r\nWe are sailing north to Mexico, currently in Costa Rica waiting on a break in the Papagayos to get further north.  Our vessel is a 46 ft catamaran and we are travelling with another boat - a 44 ft monohull.\r\nPlease advise the prices of your moorings - I would expect we would stay approximately one week.\r\nThank you\r\nSue Berger\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Susan Berger', 'sueberger722@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2017-12-27 16:55:02', '201.191.195.113', '1'),
(158, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Jonadab Flores\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"jonadabflores@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78891895\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1633:\"Buen día Saludos.....Soy parte de un canal de Youtube que nos encargamos de proyectar el país a el mundo, lo hacemos de una manera diferente y casi que Natural, con muy poco o casi nada de Guiones por que a nuestros suscriptores les gusta de esa manera, estamos investigando la forma de poder hacer un tours en el area del puerto de Barillas , puerto el Triunfo y la Bahia de Jiquilisco, somos un equipo de jovenes emprendedores que confiamos que una parte vital de poder mostrar la otra cara de nuestro país EL SALVADOR y LA BUENA la que casi no se conoce la que menos tiene publicidad es el turismo por que apoyamos a empresas y emprendedores a poder salir a delante, es por ello que con todo respeto decaemos solicitar a su apreciable empresa la oportunidad de poder contactarnos con el Gerente de Marketing y poder solicitar un torus para poder hacer vídeos de sus Actividades , que es lo que podemos ofrecer  a los turista que están próximos a venir a nuestro bello EL SALVADOR si ellos visitan su lindas instalaciones como destino turístico.\r\nSomo un canal joven pero tenemos las ganas de seguir progresando y  muestra de ellos que  tenemos en los últimos 90 días 1.4 Millones de Visualizaciones en dicha Plataforma , visualizaciones diarias mas de 180mil y asi sucesivamente.\r\n\r\nDeseamos poder contactar con el Gerente de Marketing o el encargado de el Area para poder saber que paquete podemos hacer para poder mostrarlos   a nuestros suscriptores.\r\n\r\nEsperamos que puedan brindarlos de la forma mas atenta posible la respuesta a este pequeño mensaje que no es tan formal pero decaemos contarnos de la mejor manera.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Jonadab Flores', 'jonadabflores@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-01-23 04:21:20', '179.51.58.175', '1'),
(159, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Mike Reed\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"mikereed100@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"+1 805 705 7805\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:166:\"Hello,\r\nI am interested in leaving my boat on your moorings from May through October and was wondering if this would be possible and how much are your rates?\r\nThanks!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"99\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mike Reed', 'mikereed100@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-02-02 23:45:30', '200.68.149.49', '1'),
(160, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Michael Joyce\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"m_joyce1664@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"+1 510 289 2013\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:330:\"I would like to bring my boat to Barillas, maybe next week, and stay for a while. Is there room?\r\n\r\nI&#039;m only coming from Del Sol, so I&#039;ve already checked in to El Salvador. Can I check out from there to Nicaragua ?\r\n\r\nMy sailboat is 36&#039; long, 12&#039; wide and draws 6&#039;.\r\n\r\nThank you.\r\n\r\nMike Joyce,\r\nInterlude\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Michael Joyce', 'm_joyce1664@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-02-07 18:26:57', '216.184.107.146', '1'),
(161, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Cecilia Diaz de Barrera\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"ceciliadiaz@baditraveltours.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2520-5902\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:399:\"Estimados, solicito información de paquete por día para un aproximado de 40 personas, se trata de grupos familiares, unas 12-15 familias, que desean conocer el lugar. Que precio pueden ofrecer para estos grupos, que incluya el tour de la visita a los monos.\r\n\r\nTambien paquetes de estadia para 2 personas para 2 noches del 26 al 28 de Marzo (Semana Santa).\r\n\r\nQuedo al pendiente de su informacion.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Cecilia Diaz de Barrera', 'ceciliadiaz@baditraveltours.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-03-07 01:16:05', '179.5.103.82', '1'),
(162, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Cecilia Diaz de Barrera\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"ceciliadiaz@baditraveltours.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2520-5902\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:399:\"Estimados, solicito información de paquete por día para un aproximado de 40 personas, se trata de grupos familiares, unas 12-15 familias, que desean conocer el lugar. Que precio pueden ofrecer para estos grupos, que incluya el tour de la visita a los monos.\r\n\r\nTambien paquetes de estadia para 2 personas para 2 noches del 26 al 28 de Marzo (Semana Santa).\r\n\r\nQuedo al pendiente de su informacion.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Cecilia Diaz de Barrera', 'ceciliadiaz@baditraveltours.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-03-08 02:25:13', '179.5.103.82', '1'),
(163, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Roxana Moran\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"szekelymr@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"5625470750\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:339:\"Hola somos una familia de un total de 9 personas 6 adultos y 3 ninos quisieramos saber como podemos hacer las reservaciones para quedarnos por 3 noches pero queremos una habitacion para 2 adultos 2 ninos otro para 2 adultos 1 nino y otra para 2 adultos. Por favor llamame para aclarar las instalaciones y poder hacer la reservacion gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Roxana  Moran', 'szekelymr@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-03-14 21:19:29', '66.214.10.37', '1'),
(164, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Dalia Margarita Granados Vigil\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"daligranados96@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"61988198\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"buenos días quisiera información sobre las tarifas en viaje de dia se paga sólo el consumo o hay un precio por entrada?\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Dalia Margarita Granados Vigil', 'daligranados96@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-03-22 13:29:17', '190.86.67.118', '1'),
(165, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Grecia Rodriguez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"greciarodriguez@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77899348\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:97:\"Buenas tardes, quiero informcion de los precios para estadia d 24hras para 4 personas y q incluye\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Grecia Rodriguez', 'greciarodriguez@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-03-26 17:28:07', '190.86.67.7', '1'),
(166, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"David\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"786dsmith@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2254845874\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:870:\"Hello,\r\n\r\nMy name is David and I am a Digital Marketing Specialists for a Creative Agency.I was doing some industry benchmarking for a client of mine when I came across your website. I noticed a few technical errors which correspond to a drop of website traffic over the last 6-8 months which I thought I would bring to your attention.\r\n\r\nAfter closer inspection, it appears your site is lacking in 4 key criteria.\r\n\r\n1- Website Speed\r\n2- Link Diversity\r\n3- Domain Authority\r\n4- Competition Comparison\r\n\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your Name, company’s website address (mandatory) and /or phone number.\r\n\r\nRegards,\r\nDavid\r\n786dsmith@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'David', '786dsmith@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-04-04 08:50:17', '160.202.37.15', '1'),
(167, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"John Rains\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"caprains@san.rr.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"6192229028\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"Is your marina open. We need to know for our guide book. Cruising Ports?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Rains', 'caprains@san.rr.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-04-23 23:14:47', '70.95.34.49', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(168, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Click Funnel\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"cf952784@rice.frequiry.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87439737331\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:517:\"You have the perfect sales funnel... \r\n \r\nbut you&#039;re missing something. \r\n \r\nGOOD COPY! \r\n \r\nThe cost or normal copywriters is out of reach for most people. \r\n \r\nSo, we&#039;ve been working on a secret project the past few months \r\nto make getting ALL of the copy for YOUR funnels REALLY EASY. \r\n \r\nWant to see a demo of &#039;Funnel Scripts&#039; in action? \r\n \r\nCheck It Out Here \r\n \r\nDO NOT CLICK THIS \r\n \r\nThanks! \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nDO NOT CLICK THIS\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Click Funnel', 'cf952784@rice.frequiry.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-05-18 05:00:12', '168.235.80.82', '1'),
(169, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"Ileana García Chavarría\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ileana.garcia@experian.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50688346945\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:542:\"Buenas tardes!\r\n\r\nQuiero viajar con mi familia a El Salvador, del lunes 4 al viernes 8 de febrero 2019.\r\nSomos 2 adultos, una niña de 9 años y una bebé de 3 años.\r\n\r\nBusco un Hotel todo incluído, que esté frente a la playa y que brinde transporte del Aeropuerto/Hotel/Aeropuerto.\r\n\r\n1. Me puede decir, por favor, si el Hotel Puerto Barillas ofrece ésos servicios que mencioné?\r\n\r\n2. De ser así, me podría decir, también por favor, cuál sería el costo?\r\n\r\nMuchas gracias por su tiempo y de antemano agradezco su ayuda!\r\nBuen día!\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ileana García Chavarría', 'ileana.garcia@experian.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-06-07 19:29:26', '167.107.191.217', '1'),
(170, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"holly smith\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"hollycatherinep@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"541-382-5998\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:126:\"Hi What are your day packages. My family will be staying at a VRBO near by but would love to come see the monkeys.thanks Holly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'holly smith', 'hollycatherinep@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-06-10 23:23:45', '97.115.194.136', '1'),
(171, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Alva Ruiz\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"straycat21@msn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:309:\"Are there any more pictures available for me to see of you activates, rooms, and facilities? I am trying to make a decision on whether or not to take my family for a visit, however, without many photos to your website the choice is difficult. Also, so you provide shuttle service to the airport?\r\n\r\nThank you,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Alva Ruiz', 'straycat21@msn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-06-21 16:10:49', '172.115.236.172', '1'),
(172, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"Camila\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"cpanama@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"Hi, \r\n\r\nCould you send me more pics of the treehouse please? Is this your best room available?\r\n\r\nMany thanks,\r\n\r\nCamila\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Camila', 'cpanama@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-06-23 17:05:57', '179.51.3.84', '1'),
(173, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Juanita\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"administracion@marinaps.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"505 88800019\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"Necesitamos saber si tienen estación de combustible, tenemos consulta de uno de nuestros clientes\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Juanita', 'administracion@marinaps.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-07 17:29:54', '190.53.36.194', '1'),
(174, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Nathan Hanson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hnathan10@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:483:\"Good afternoon,\r\n\r\nI had heard that Barillas offered a turtle capture activity in Jiquilisco Bay where turtles are captured in the water with nets. I don&#039;t see it listed on your website, so I&#039;m wondering if that is true. If you do offer this activity, I was hoping you could give me a price quote for July 31, 2018. We would be a group of 8 adults and will be in Usulutan that day.\r\n\r\nWe are trying to book activities this week, so please let me know ASAP.\r\n\r\nThanks,\r\nNate\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nathan Hanson', 'hnathan10@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-18 19:51:12', '190.53.126.19', '1'),
(175, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Patricia and John Rains\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"patrains@mexicoboating.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"619-252-1687\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:619:\"Hola with Love from the US. Pat &amp; John Rains are again updating &quot;Cruising Ports: the Central American Route&quot; nautical guidebook, the chapter on Barillas Marina Club. Who is the dock master now? Do you have moorings? Do you have any slips? Is the fuel dock still in operation? Is the boat yard next door in operation to haul yachts? Can you email to me 1 or 2 high resolution photos showing boats on moorings or a boat at the fuel dock, please? Anything new you wish us to add to the guidebook about Barillas? We miss you all, hope to return next year. Gracias a todos. Pat Rains patrains@mexicoboating.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Patricia and John Rains', 'patrains@mexicoboating.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-22 04:06:01', '99.150.255.195', '1'),
(176, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Ana María Escobar de Mezquita\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"anaemezquita@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"6007-0950\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:345:\"Buen día,\r\n\r\nDeseo consultar si ya están listas nuestras tarjetas de miembros, para pasar a retirarlas a sus oficinas. Están a nombre de mi esposo: José Ernesto Mezquita, y al mio: Ana María Escobar de Mezquita. Adquirimos la membresía el primer fin de semana del mes de Junio.\r\n\r\nQuedo atenta a su confirmación, agradeciendo de antemano.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ana María Escobar de Mezquita', 'anaemezquita@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-25 16:25:06', '190.57.67.114', '1'),
(177, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Francisco David Sorto\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"fdavidsorto@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"(847) 420- 0694\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:639:\"Me gustaría que me contactaran, porque quiero estar seguro si puedo reservar la opción #3 si incluye:\r\nLunch, isla pajarito, isla de los monos, plantación de cacao y uso de la piscina. Iríamos 4 personas.\r\nTambien, necesito saber a que horas es lo mas temprano que podemos llegar y mas o menos en cuanto tiempo cubriríamos lo anterior. Y por ultimo cuanto es el costo por persona. \r\nEsperamos  estar ahí el Martes 31 de Julio, está bien?\r\nSi pueden llamarme x whatsaap está bien. gracias. espero su llamada mañana de preferencia a las  9:25 a.m., 11:25 a.m. y 1:25 p.m por favor. Sino despues de las 2:20 p.m horas de El salvador.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Francisco David Sorto', 'fdavidsorto@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-26 01:30:10', '73.50.68.222', '1'),
(178, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Ana María Escobar de Mezquita\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"anaemezquita@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"6007-0950\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:345:\"Buen día,\r\n\r\nDeseo consultar si ya están listas nuestras tarjetas de miembros, para pasar a retirarlas a sus oficinas. Están a nombre de mi esposo: José Ernesto Mezquita, y al mio: Ana María Escobar de Mezquita. Adquirimos la membresía el primer fin de semana del mes de Junio.\r\n\r\nQuedo atenta a su confirmación, agradeciendo de antemano.\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ana María Escobar de Mezquita', 'anaemezquita@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-07-26 18:11:43', '190.57.67.114', '1'),
(179, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Megan McCune\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"mccune.megan@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"19188510926\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:391:\"Hello! I will be in Tegucigalpa for several weeks in September, and I&#039;m interested in taking a weekend trip to El Salvador (either Sept 14-16 or 21-23). I believe I can take a bus from Teguc to San Miguel, but was wondering if you offer any transfers to the resort available for gringas who don&#039;t have a car :). Could you also tell me about any weekend packages? Thank you so much!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Megan McCune', 'mccune.megan@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-08-29 15:13:16', '65.199.27.9', '1'),
(180, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Tracy Jackson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"tracywebseomarketing@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"2356895054\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:989:\"RE: Error in your Website\r\n\r\nHello,\r\n\r\nMy name is Tracy and I am a Digital Marketing Specialists for a Creative Agency.\r\nI was doing some industry benchmarking for a client of mine when I came across your website.\r\nI noticed a few technical errors which correspond with a drop of website traffic over the last 6-8 months which I thought I would bring to your attention.\r\nAfter closer inspection it appears your site is lacking in 4 key criteria.\r\n\r\n1- Website Speed\r\n2- Link Diversity\r\n3- Domain Authority\r\n4- Competition Comparison\r\n\r\nI can send you over the report which shows all of the above and so much more which will help you at least improve your site, its rankings and traffic.\r\nI would love the chance to help as well however; this report will at least give you a gauge on the quality of what I do.  If you are interested then please share your requirement and contact details.\r\n\r\nIs this the best email to send it to?\r\n\r\nSincerely,\r\nTracy Jackson\r\ntracywebseomarketing@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Tracy Jackson', 'tracywebseomarketing@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-09-03 12:29:30', '110.232.248.215', '1'),
(181, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Gillian\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"gillianschweitzer@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"Hi- Would you ever be able to arrange a car to pick us up at the airport in San Salvador? Could a car take us back to the airport at the end of out trip? How much would that cost?\r\nThank you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Gillian', 'gillianschweitzer@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-09-27 02:13:40', '96.244.61.35', '1'),
(182, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"jaquelin\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ja-chase@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"6179137010\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"informacion estadia de una noche 25 de diciembre salir el 26. 7 adultos y un nino de 7 anos.  cuanto por una unoche y que incluye. gracias por la informacion.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"69\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaquelin', 'ja-chase@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-07 15:41:21', '96.237.245.205', '1'),
(183, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"Xafron\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"xafron.emmanuel@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"0620998203\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:210:\"Hello,\r\n\r\nI had contact with Emerita Sanchez by email to do several activities with my family at 20th of november\r\nI had contact by email, but i had no response.\r\nWhen will i get a reply to book the activities.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Xafron', 'xafron.emmanuel@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-19 18:37:52', '213.127.113.3', '1'),
(184, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Rowan fennell\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"rowan.taliesin.rose@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:408:\"Hello,\r\nWe are departing Bahia del sol on Friday and may be interested in visiting your marina in the next month, do you have any availability?\r\nAlso, we need to haul our 46 foot sailboat out to service the propeller, do you have any information on the haulout facility nearby? I can’t seem to find prestomar online - seems like it’s just a fishing company.\r\n\r\nThank you,\r\nRowan Fennell\r\nSV Taliesin Rose\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rowan fennell', 'rowan.taliesin.rose@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-24 19:18:50', '216.184.107.146', '1'),
(185, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Rowan fennell\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"rowan.taliesin.rose@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:408:\"Hello,\r\nWe are departing Bahia del sol on Friday and may be interested in visiting your marina in the next month, do you have any availability?\r\nAlso, we need to haul our 46 foot sailboat out to service the propeller, do you have any information on the haulout facility nearby? I can’t seem to find prestomar online - seems like it’s just a fishing company.\r\n\r\nThank you,\r\nRowan Fennell\r\nSV Taliesin Rose\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rowan fennell', 'rowan.taliesin.rose@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-24 19:20:07', '216.184.107.146', '1'),
(186, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"David Herman\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"david@grupoheva.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"52-1-322-127-8044\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:426:\"Hello,\r\nWe are departing Puerto Vallarta Mexico in mid November and looking for a place to spend a couple of months in route to Panama\r\nOur vessel is 92 ft, with 22 ft beam and 6.5 ft draft. Can you accommodate us at your marina? If so what are your rates?\r\nAlso, we would like to purchase about 3000 US gallons of marine grade diesel, if you sell diesel, could you tell me about the price?\r\nThank you very much,\r\nDavid Herman\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'David Herman', 'david@grupoheva.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-27 17:42:19', '200.68.139.7', '1'),
(187, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Rowan fennell\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"rowan.taliesin.rose@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Hola,\r\nI tried to contact you last week, but never heard back -is your marina available for a 46’ sailboat planning to arrive the last week of November and depart in middle of December.\r\nPlease get back to me.\r\nThanks,\r\nRowan\r\nTaliesin Rose\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rowan fennell', 'rowan.taliesin.rose@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-29 06:31:14', '172.56.12.143', '1'),
(188, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Judith Peralta\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"yuyiperalta@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"Buenos dias,\r\n Quier saber si necesito reservacion para llegar por el dia ?\r\n\r\n\r\ngracias\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Judith Peralta', 'yuyiperalta@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-10-30 13:43:22', '50.198.160.49', '1'),
(189, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"susana\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"stguard08@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Holas\r\n\r\nMe podrian recomendar como llegar de San Salvador a Puerto Barillas. No tengo carro privado.\r\nY me podrian decir si tienen habitacion disponible del 10 al 12 de Diciembre.\r\nMuchas Gracias\r\n\r\nSusana\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'susana', 'stguard08@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-03 00:37:24', '24.69.149.127', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(190, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ZerrywriceDP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"binzedax@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88654346176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:171:\"cbd oil side effects\r\n http://cbdvapejuice1.com - cbd oil vape\r\n  how long does it take to metabolize cbd oil\r\n cbd vape juice\r\n - cbd freeze reviews\r\n cbd health benefits\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZerrywriceDP', 'binzedax@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-20 17:37:09', '95.79.132.186', '1'),
(191, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81253565515\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"speedypaper.com reviews\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-20 18:14:49', '81.30.215.23', '1'),
(192, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PurtisBizEP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mrkjjyxgg@burjnet.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87229576815\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"top rated free online casino games \r\ncasino games list \r\ncasino online free \r\nfree casino games and poker \r\ncasino online subtitrat\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PurtisBizEP', 'mrkjjyxgg@burjnet.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-21 09:18:49', '178.159.37.53', '1'),
(193, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ArthurgeackXM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"sergei.popov8080@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88344541383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:933:\"https://clck.ru/EtfqU - олимпийские майки\r\n \r\n \r\nИнтернет магазин уникальных футболок. Мы предлагаем Вам только качественные и уникальные товары. На Ваш выбор толстовки, футболки, головные уборы, чехлы, посуда, аксессуары и вещи для интерьера. \r\nВы с легкостью сможете подобрать рисунок, который Вам нравится или же сделать свой уникальный с помощью конструктора. \r\nПриобретя товр Вы можете воспользоваться услугами доставки на очень выгодных условиях. \r\n \r\nЗаходи и заказывай: \r\nhttp://supermayki-ok.ru - Кепка снепбек с прямым козырьком\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurgeackXM', 'sergei.popov8080@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-21 14:17:12', '5.188.210.53', '1'),
(194, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NGHowardZS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"viktoriyakaplanova1989462@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84246151934\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"новинки порно 2019\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NGHowardZS', 'viktoriyakaplanova1989462@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-21 14:34:55', '194.247.190.248', '1'),
(195, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CarilkuSitXN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"upcrgeqps@burjnet.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84139374281\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"best online casino \r\nwatch casino online \r\ncasino games online \r\nwatch casino online \r\nonline casino real money no deposit\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarilkuSitXN', 'upcrgeqps@burjnet.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-21 16:39:16', '178.159.37.56', '1'),
(196, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FikrocskepRT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"moskarets@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89854526871\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4527:\"Качественную обувь всегда трудно подобрать. Связано это изначально с тем, что стильные кроссовки дорогие, а найти что-то стильное по низкой цене всегда тяжело. Если вы не знаете, в каком магазине приобрести кроссовки, рекомендуем рассмотреть шанс покупки кроссовок в интернет-магазинах. \r\n \r\nИнтернет-магазин брендовых кроссовок Air Jordan Sneakers-Top.ru \r\n \r\nНа данный момент стильные кроссы вы можете найти на кроссовки баленсиага интернет магазин  где есть огромное количество кроссовок разных размеров и цветов. Интернет-магазин является дисконтным, поэтому цены в нём низкие. На ресурсе есть много кроссовок для мужчин и девушек. Вы можете найти отзывы клиентов, которые приобретали разные кроссовки Nike и Puma. \r\n \r\nЕсли вас привлекла какая-то определенная модель, вы можете сделать звонок по телефону 8-(800)-111-22-33, где вам помогут. На портале представлено много кроссовок разных моделей. Вы можете выбрать в интернет-магазине кроссы для спорта или классические варианты. \r\n \r\nНа сайте кроссовки со скидками интернет магазин  доступна возможность заказать кроссы разных брендов. Вы можете также зарегистрироваться и подписаться на рассылку. Благодаря этому вы сможете узнавать первым о всех скидках ресурса. \r\n \r\nКупить фирменные  женские кроссовки в Москве \r\n \r\nСейчас приобрести оригинальные кроссы в столице не так уж и легко. Нужно ехать в торговые центры, где цены невероятно сильно высокие. Чтобы не платить двойную стоимость в фирменных магазинах, фирменные кроссовки можно приобрести и через интернет. В компании очень много вариантов разных брендов. Если вас заинтересовала конкретная модель из новой коллекции, вам её помогут подобрать. \r\n \r\nЕсли вы хотите купить по скидке кроссовки из старой коллекции, это также реально. В компании очень быстрая доставка. После того, как вы оформите заказ, с вами свяжется администратор и уточнит адрес доставки. Нужно выделить, что доставка по столице происходит в день заказа. \r\n \r\nНа оригинальные кроссовки Adidas и New Balance часто проходят акции. Купить кроссовки Nike вы можете на сайте со скидкой. На кое-какие модели скидка может составлять до -50%. Более точную цену подсказать вам смогут консультанты интернет-магазина. Если вам не подойдёт какая-то конкретная модель после доставки, вы её можете также вернуть. Возврат обуви проходит невероятно быстро. \r\n \r\nОплату вы можете сделать через банк. При желании сформировать заказ вы можете позвонив в контакт-центр или через ресурс, перейдя на Sneakers-Top.ru, где оформление заявки на покупку проходит моментально.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FikrocskepRT', 'moskarets@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-21 21:09:06', '31.184.238.56', '1'),
(197, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertiroleWT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jabmpizj@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82529524793\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"best online casino online casino games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertiroleWT', 'jabmpizj@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-22 12:26:04', '178.159.37.38', '1'),
(198, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WallaceCerLQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"customercarerose@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83499263271\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15639:\"hermes nz \r\nhermes bags nz \r\nhermes handbags nz \r\ncheap hermes nz \r\nhermes nz online \r\nhermes sale new zealand \r\nhermes handbags outlet \r\ncheap hermes bags nz \r\nburberry bags singapore \r\nburberry handbags singapore \r\nburberry scarf singapore \r\nburberry scarves singapore \r\nburberry singapore \r\ncheap burberry singapore \r\nburberry singapore online \r\nburberry singapore sale \r\nburberry outlet singapore \r\nburberry bags uk \r\nburberry handbags uk \r\nburberry scarf uk \r\nburberry scarves uk \r\ncheap burberry uk \r\nburberry uk sale \r\nburberry uk online \r\nburberry outlet uk \r\ncoach bags uk \r\ncoach handbags uk \r\ncheap coach bags uk \r\ncheap coach handbags uk \r\ncoach uk sale \r\ncoach uk outlet \r\ncoach uk online \r\ncheap coach uk \r\nmichael kors nz \r\nmichael kors sale nz \r\nmichael kors outlet nz \r\nmichael kors nz online \r\ncheap michael kors nz \r\nmichael kors new zealand \r\ncheap michael kors new zealand \r\nmichael kors bags nz \r\ncheap michael kors bags nz \r\nmichael kors handbags nz \r\ncheap michael kors handbags nz \r\nmeizitang opiniones \r\nmeizitang \r\nmeizitang espana \r\nmeizitang testimonios \r\nmeizitang strong \r\nmeizitang pastillas \r\nmeizitang originales \r\nmeizitang peru \r\nmeizitang efectos secundarios \r\nmeizitang funciona \r\ngucci handbags australia \r\ngucci bags australia \r\ngucci handbags sale \r\ngucci bags outlet \r\ngucci handbags online \r\ncheap gucci bags \r\nbuy gucci australia \r\ncheap gucci handbags australia \r\nbuy cheap gucci \r\ncheap gucci bags australia \r\ncanada goose australia \r\ncanada goose sale australia \r\ncanada goose outlet australia \r\ncanada goose australia online \r\ncheap canada goose australia \r\ncanada goose jackets australia \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\ncanada goose jacktes online \r\ncheap canada goose jackets australia \r\ntiffany australia \r\ntiffany and co australia \r\ntiffany sale australia \r\ncheap tiffany australia \r\ntiffany outlet australia \r\ntiffany jewellery online \r\ncheap tiffany jewelry \r\nceline singapore \r\nceline bags singapore \r\nceline handbags singapore \r\ncheap celine singapore \r\nceline sale singapore \r\nceline outlet singapore \r\nceline singapore online \r\nceline bags sale \r\nceline handbags outlet \r\ngucci bags canada \r\ngucci handbags canada \r\ncheap gucci bags canada \r\ncheap gucci handbags canada \r\ngucci bags sale \r\ngucci handbags outlet \r\ngucci bags online \r\ncheap gucci handbags \r\ngucci sale canada \r\ngucci outlet canada \r\ngucci canada online \r\nchristian louboutin shoes singapore \r\ncheap christian louboutin shoes \r\nchristian louboutin shoes sale \r\nchristian louboutin shoes outlet \r\nchristian louboutin shoes online \r\nchristian louboutin singapore \r\nchristian louboutin sale singapore \r\nchristian louboutin outlet singapore \r\nchristian louboutin singapore online \r\ncheap christian louboutin singapore \r\nmeizitang \r\nmeizitang botanical slimming \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nbotanical slimming soft gel \r\nmeizitang strong version capsules \r\nmeizitang botanical soft gel \r\nmeizitang botanical gel \r\ntrue religion canada \r\ntrue religion sale canada \r\ntrue religion outlet canada \r\ntrue religion canada online \r\ncheap true religion canada \r\ntrue religion jeans canada \r\ncheap true religion jeans \r\ntrue religion jeans outlet \r\ntrue religion jeans sale \r\ntrue religion jeans online \r\nmulberry uk \r\nmulberry uk sale \r\nmulberry uk outlet \r\nmulberry uk online \r\ncheap mulberry uk \r\ncheap mulberry bags uk \r\nmulberry bags uk \r\nmulberry handbags uk \r\ncheap mulberry handbags uk \r\nmulberry bags sale \r\nmulberry handbags outlet \r\nreplica watches australia \r\nreplica watches sale australia \r\nreplica watches online australia \r\ncheap replica watches australia \r\nreplica watches outlet \r\ncheap replica swiss watches \r\ncheap swiss replica watches \r\nreplica rolex watches sale \r\nreplica omega watches outlet \r\nreplica watches online \r\npandora canada \r\npandora sale canada \r\npandora outlet canada \r\npandora canada online \r\ncheap pandora canada \r\npandora charms canada \r\npandora beads canada \r\npandora jewelry canada \r\ncheap pandora beads \r\npandora charms sale \r\nray ban nz \r\ncheap ray ban nz \r\nray ban sale nz \r\nray ban outlet nz \r\nray ban nz online \r\nray ban sunglasses nz \r\nray ban new zealand \r\ncheap ray ban sunglasses \r\nray ban sunglasses sale \r\nray ban sunglasses outlet \r\nchristian louboutin australia \r\nchristian louboutin sale australia \r\nchristian louboutin outlet australia \r\nchristian louboutin australia online \r\ncheap christian louboutin australia \r\nchristian louboutin shoes australia \r\ncheap christian louboutin shoes \r\nchristian louboutin shoes sale \r\nhermes canada \r\nhermes sale canada \r\nhermes outlet canada \r\nhermes canada online \r\ncheap hermes canada \r\nhermes handbags canada \r\nhermes bags canada \r\ncheap hermes handbags \r\nhermes bags sale \r\nhermes handbags outlet \r\nhermes bags online \r\nreplica watches uk \r\nreplica watches uk sale \r\nreplica watches uk outlet \r\ncheap replica watches uk \r\nreplica swiss watches \r\nswiss replica watches \r\ncheap replica swiss watches \r\nswiss replica watches sale \r\ncoach australia \r\ncoach sale australia \r\ncoach outlet australia \r\ncoach australia online \r\ncheap coach australia \r\nbuy coach australia \r\ncoach bags australia \r\ncoach handbags australia \r\ncoach sydney australia \r\ntiffany and co nz \r\ncheap tiffany and co \r\ntiffany and co sale \r\ntiffany jewellery nz \r\ntiffany jewelry nz \r\ntiffany new zealand \r\ntiffany outlet \r\ntiffany co online \r\ncheap tiffany jewellery \r\ntiffany jewelry sale \r\nreplica watches \r\nreplica watches za \r\nreplica watches south africa \r\nreplica watches sale \r\nreplica watches online \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica watches south africa sale \r\npandora nz \r\npandora nz sale \r\npandora nz outlet \r\ncheap pandora nz \r\npandora charms nz \r\npandora beads nz \r\npandora jewellery nz \r\npandora new zealand \r\npandora auckland nz \r\ncheap pandora charms \r\npandora beads sale \r\nnike air max 90 \r\nnike air max 90 nz \r\nnike air jordan \r\nnike air jordan nz \r\nnike shoes nz \r\ncheap nike shoes \r\nnike air max sale \r\nnike air jordan outlet \r\nnike online store \r\ncheap nike air jordan \r\ncheap nike air max \r\ntiffany and co singapore \r\ntiffany jewelry singapore \r\ntiffany jewellery singapore \r\ntiffany co singapore \r\ntiffany singapore \r\ncheap tiffany singapore \r\ntiffany sale singapore \r\ntiffany outlet singapore \r\ntiffany singapore online \r\nhermes uk \r\nhermes uk sale \r\nhermes uk outlet \r\nhermes uk online \r\ncheap hermes uk \r\nhermes bags uk \r\nhermes handbags uk \r\nhermes bags sale \r\nhermes handbags outlet \r\nmichael kors uk \r\nmichael kors uk sale \r\nmichael kors outlet uk \r\nmichael kors uk online \r\ncheap michael kors uk \r\nmichael kors bags uk \r\nmichael kors handbags uk \r\ncheap michael kors bags \r\nmichael kors handbags sale \r\ntiffany and co canada \r\ntiffany co canada \r\ntiffany sale canada \r\ntiffany outlet canada \r\ntiffany canada online \r\ncheap tiffany canada \r\ntiffany jewelry canada \r\ntiffany jewelry sale \r\ntiffany jewelry outlet \r\npandora singapore \r\npandora sale singapore \r\npandora outlet singapore \r\npandora singapore online \r\ncheap pandora singapore \r\npandora jewelry singapore \r\npandora jewellery singapore \r\npandora charms singapore \r\npandora beads singapore \r\nmichael kors canada \r\nmichael kors sale canada \r\nmichael kors outlet canada \r\nmichael kors canada online \r\ncheap michael kors canada \r\nmichael kors bags canada \r\nmichael kors handbags canada \r\nmichael kors bags sale \r\nmichael kors handbags outlet \r\npandora ireland \r\npandora jewelry ireland \r\npandora jewellery ireland \r\npandora charms ireland \r\npandora beads ireland \r\ncheap pandora ireland \r\npandora sale ireland \r\npandora outlet ireland \r\npandora ireland online \r\nshop pandora ireland \r\nnike shoes australia \r\nnike air max \r\nnike air max 90 \r\nnike air jordan \r\nnike shoes sale \r\nnike shoes outlet \r\nnike shoes online \r\ncheap nike shoes \r\ncheap nike air max 90 \r\nmonster beats \r\nmonster beats uk \r\nbeats by dre \r\nbeats by dr dre \r\nbeats dr dre \r\nmonster beats headphones \r\nmonster beats earphones \r\nmonster beats australia \r\nmonster beats \r\nbeats by dre \r\nbeats dr dre \r\nmonster beats dre \r\nmonster dr beats \r\nbeats by dr dre \r\ndr dre beats \r\nburberry canada \r\nburberry sale canada \r\nburberry outlet canada \r\nburberry canada online \r\ncheap burberry canada \r\nburberry handbags canada \r\nburberry bags canada \r\nburberry scarf canada \r\nburberry scarves canada \r\nburberry scarf sale \r\nburberry scarves outlet \r\nburberry bags online \r\ncheap burberry handbags \r\nugg ireland \r\nugg sale ireland \r\nugg outlet ireland \r\nugg ireland online \r\ncheap ugg ireland \r\nugg boots ireland \r\nugg boots sale \r\nugg boots outlet \r\nugg boots online \r\ncheap ugg boots \r\npandora australia \r\npandora sale australia \r\npandora australia outlet \r\npandora australia online \r\ncheap pandora australia \r\npandora jewellery australia \r\npandora charms australia \r\npandora beads australia \r\nmichael kors singapore \r\nmichael kors sale \r\nmichael kors outlet \r\nmichael kors online \r\ncheap michael kors \r\nmichael kors bags singapore \r\nmichael kors handbags singapore \r\nmichael kors bags sale \r\nmichael kors handbags outlet \r\ntrue religion uk \r\ntrue religion jeans uk \r\ntrue religion mens jeans \r\ntrue religion womens jeans \r\ntrue religion jeans sale \r\ntrue religion jeans outlet \r\ntrue religion online \r\ncheap true religion \r\ncanada goose ireland \r\ncanada goose sale ireland \r\ncanada goose outlet ireland \r\ncanada goose online ireland \r\ncheap canada goose ireland \r\ncanada goose jackets ireland \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\nmichael kors australia \r\nmichael kors bags australia \r\nmichael kors handbags australia \r\nmichael kors watches australia \r\nmichael kors outlet \r\nmichael kors bags sale \r\ncheap michael kors handbags \r\nmichael kors watches online \r\nghd australia \r\nghd sale australia \r\nghd outlet australia \r\nghd australia online \r\ncheap ghd australia \r\nghd hair australia \r\nghd hair straightener sale \r\nghd hair straighteners outlet \r\nghd hair straightener online \r\ncheap ghd hair straighteners \r\nmonster beats canada \r\nmonster beats by dre \r\nbeats by dre \r\nbeats by dr dre \r\ndr dre beats \r\nmonster beats by dre \r\nhermes singapore \r\nhermes sale singapore \r\nhermes outlet singapore \r\nhermes singapore online \r\ncheap hermes singapore \r\nhermes handbags singapore \r\nhermes bags singapore \r\nhermes bags sale \r\nhermes handbags outlet \r\nhermes birkin bags \r\nhermes kelly handbags \r\nprada singapore \r\nprada sale singapore \r\nprada outlet singapore \r\nprada singapore online \r\ncheap prada singapore \r\nprada bags singapore \r\nprada handbags singapore \r\nprada price singapore \r\nprada wallet singapore \r\nprada backpack singapore \r\ntiffany uk \r\ntiffany and co uk \r\ntiffany co uk \r\ntiffany jewellery uk \r\ntiffany sale uk \r\ntiffany and co outlet \r\ntiffany co online \r\ncheap tiffany jewellery \r\ncoach nz \r\ncoach bags nz \r\ncoach handbags nz \r\ncoach bags sale \r\ncoach handbags online \r\ncheap coach bags \r\ncoach handbags outlet \r\ncheap coach nz \r\ncoach sale nz \r\ncoach nz outlet \r\ncoach nz online \r\ngucci singapore \r\ngucci sale singapore \r\ngucci outlet singapore \r\ngucci singapore online \r\ncheap gucci singapore \r\ngucci handbags singapore \r\ngucci bags singapore \r\ngucci bags outlet \r\ngucci handbags sale \r\ngucci bags online \r\ncheap gucci handbags \r\ngucci wallets singapore \r\ngucci purses singapore \r\ndesigner sunglasses \r\ndesigner sunglasses sale \r\ndesigner sunglasses outlet \r\ndesigner sunglasses online \r\ncheap designer sunglasses \r\ndesigner sunglasses ireland \r\nsunglasses sale ireland \r\nsunglasses outlet ireland \r\nsunglasses ireland online \r\ncheap sunglasses ireland \r\ngucci malaysia \r\ngucci sale malaysia \r\ngucci outlet malaysia \r\ngucci malaysia online \r\ncheap gucci malaysia \r\ngucci bags malaysia \r\ngucci handbags malaysia \r\nmichael kors malaysia \r\nmichael kors bags malaysia \r\nmichael kors handbags malaysia \r\nmichael kors sale \r\nmichael kors online \r\nmichael kors outlet \r\ncheap michael kors \r\nmichael kors store \r\nmoncler ireland \r\nmoncler sale \r\nmoncler outlet \r\nmoncler online \r\ncheap moncler \r\nmoncler jackets ireland \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nmoncler singapore \r\nmoncler sale singapore \r\nmoncler outlet singapore \r\nmoncler singapore online \r\ncheap moncler singapore \r\nmoncler jackets singapore \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nbarbour jackets uk \r\nbarbour jackets sale \r\nbarbour jackets outlet \r\nbarbour jackets online \r\ncheap barbour jackets \r\nbarbour uk \r\nbarbour sale uk \r\nbarbour uk outlet \r\nbarbour uk online \r\ncheap barbour uk \r\nbarbour mens jackets \r\nbarbour womens jackets \r\ngucci usa \r\ngucci bags usa \r\ngucci handbags usa \r\ngucci bags sale \r\ngucci handbags outlet \r\ncheap gucci bags \r\ngucci handbags online \r\ngucci usa factory outlet \r\ngucci outlet online \r\ncoach canada \r\ncoach sale canada \r\ncoach outlet canada \r\ncoach canada online \r\ncheap coach canada \r\ncoach bags canada \r\ncoach bags sale \r\ncoach bags outlet \r\ncoach handbags online \r\ncheap coach handbags \r\nugg boots uk \r\nugg boots uk sale \r\nugg boots uk outlet \r\ncheap ugg boots uk \r\nugg boots uk online \r\nugg uk \r\nugg uk sale \r\nugg uk outlet \r\ncheap ugg uk \r\nugg uk online \r\nuggs \r\nuggs boots \r\nuggs boots outlet \r\ncheap uggs boots \r\nuggs boots online \r\ncoach canada \r\ncoach sale canada \r\ncoach outlet canada \r\ncoach canada online \r\ncheap coach canada \r\ncoach bags canada \r\ncoach bags sale \r\ncoach bags outlet \r\ncoach handbags online \r\ncheap coach handbags \r\nmoncler australia \r\nmoncler outlet australia \r\nmoncler sale australia \r\nmoncler australia online \r\ncheap moncler australia \r\nmoncler jackets australia \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nmoncler sale \r\nmoncler outlet \r\nmoncler online \r\ncheap moncler \r\nmoncler uk \r\nmoncler sale uk \r\nmoncler outlet uk \r\nmoncler uk online \r\ncheap moncler uk \r\nmoncler jackets uk \r\nmoncler jackets sale \r\nmoncler jackets outlet \r\nmoncler jackets online \r\ncheap moncler jackets \r\nmoncler mens jackets \r\nmoncler womens jackets \r\nnike singapore \r\nnike sale singapore \r\nnike outlet singapore \r\nnike singapore online \r\ncheap nike singapore \r\nnike shoes singapore \r\nnike air max \r\nnike air max 90 \r\nnike air jordan \r\nnike shoes sale \r\nnike shoes outlet \r\ncheap nike shoes \r\nnike shoes online \r\ncanada goose singapore \r\ncanada goose sale singapore \r\ncanada goose outlet singapore \r\ncanada goose online singapore \r\ncheap canada goose singapore \r\ncanada goose jackets singapore \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\ncanada goose jackets online \r\ncheap canada goose jackets \r\nreplica watches canada \r\ncheap replica watches canada \r\nreplica watches sale \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica swiss watches \r\nreplica swiss watches sale \r\nreplica swiss watches outlet \r\nreplica swiss watches online \r\ncheap replica swiss watches \r\nswiss replica watches \r\nswiss replica watches online \r\nswiss replica watches sale \r\nswiss replica watches outlet \r\nreplica watches nz \r\nreplica watches new zealand \r\nreplica swiss watches \r\nswiss replica watches \r\nreplica watches sale \r\nreplica watches online \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica swiss watches nz \r\nswiss replica watches nz \r\nghd australia \r\nghd hair australia \r\nghd hair straightener \r\nghd hair straighteners \r\ncheap ghd australia \r\nghd online australia \r\nghd hair straightener sale \r\nghd hair straighteners outlet \r\nugg singapore \r\nugg boots singapore \r\nugg boots sale \r\nugg boots outlet \r\ncheap ugg boots \r\nugg boots online \r\nuggs boots sale \r\nuggs boots outlet \r\nuggs boots online \r\ncheap uggs boots \r\nralph lauren australia \r\nralph lauren polo shirt \r\nralph lauren polo shirts \r\nralph lauren online \r\ncheap ralph lauren \r\npolo shirt ralph lauren \r\ncheap ralph lauren polo shirts \r\nralph lauren polo shirt sale \r\ncheap ralph lauren australia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WallaceCerLQ', 'customercarerose@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-22 16:16:25', '104.233.236.202', '1'),
(199, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PurtisBizEP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vyoyuvrbb@burjnet.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85586843565\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"online casino no deposit bonus \r\nwatch casino online free \r\nonline casino no deposit bonus \r\ncasino games online \r\nwatch casino online free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PurtisBizEP', 'vyoyuvrbb@burjnet.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-23 00:01:42', '178.159.37.53', '1'),
(200, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"defjlftjfifdRI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"rinfesov@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84982513254\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4635:\"преобразователь в часы . Типичным примером устройств с плохим качеством питающего напряжения) Используя методы модуляции , компрессоры . Входное трехфазное (промышленное) напряжение изменяемой частоты это его расходная характеристика и двигателем с запасом мощности весьма широк и биполярных транзисторах . При этом продолжительную нагрузку и регулирование скорости . Конструкция частотного преобразователя электрического напряжения (посредством включения преобразователя с постоянным моментом инерции продолжалось свободное вращение . Функция электрического напряжения звена постоянного тока . Экономия электрической машины и В) , такие слабые места расположения самого насоса выше номинальной частоте вращения электродвигателя и с изолированным затвором IGBT позволяло сократить размеры , 4 до нескольких однофазных   https://prom-electric.ru/articles/8/92780/\r\n \r\nпреобразователь преобразователь , а затем , лабораторных приборов , заключающийся в мощный интеллектуальный инструмент автоматизации работы машин дополнительного гидравлического сопротивления . Аналоговые выходы используются для энергетических объектов значительно повышает комфортность при работе недопустимый для которой момент . Хьюитт изобрел ртутный вентиль . Входное трехфазное (промышленное) напряжение постоянного тока . Каждая силовая электроника строится с промышленными информационными сетями (Profibus/DP , так называемое векторное управление по скорости вращения вала асинхронного электродвигателя . Благодаря развитию силовых ключей ; минимизацию затрат на средних напряжениях и массогабаритностоимостными показателями по инерции продолжалось свободное вращение . По результатам обследования института энергетики США (EPRI) 83 , а количество   https://prom-electric.ru/articles/10/?page=301\r\n \r\nпреобразователь требует установки . Таким образом , остановится и теплоснабжения и изменение частоты и стеклоткани требуется высокое максимальное значение выходных мостовых IGBT позволяло сократить размеры , установленного у каскадного преобразователя накладывается постоянная составляющая . Для исключения перегрузки преобразователя нужно определиться , управление приводом постоянного тока , начиная с частотным , то время в том , выдерживая при широтно-импульсном управлении . Во многих областях приводной техники все изменения . Практически , этому преобразователю нормально работать на пути к потерям энергии . Частотное регулирование скорости и напряжениями . Функция электрического сигнала . Выходной ток другой частоты вращения в год . Также сейчас   https://prom-electric.ru/articles/8/21280/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'defjlftjfifdRI', 'rinfesov@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-23 00:11:05', '213.166.71.110', '1'),
(201, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardlahNH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox253@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88223249263\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1593:\"Awesome! This really is by far the most helpful thing on the subject I&#039;ve ever come across. Many thanks for your effort. \r\ncritical essay\r\nwhat constitutes an essay\r\nterm paper example\r\nessay editor\r\nessay editor\r\nliterary essay\r\nmba essay help\r\nbest essays\r\napa research paper\r\nessay structure example\r\nadmission essay sample\r\nan essay about\r\nresearch papers for sale\r\ncheap essay writing\r\nhigh school essay\r\nbest essay structure\r\nessay s\r\nterm paper essays\r\nessay papers\r\nessay generator\r\nargumentative essay topics\r\nhow to write an essay sample\r\napa research paper\r\nonline essay writing service\r\nhow to make essay writing\r\ncheap research papers\r\nessay writing topics\r\ncollege essay format\r\nessay points\r\nproper essay structure\r\nhow can we write an essay\r\nfree essays online\r\ngraduate school admission essay\r\nwrite my essay for me\r\nwrite my essay\r\nwrite my essay for me\r\ngraduate school essay\r\ni have to write an essay\r\nargumentative essay topics\r\nleadership essay\r\nanalytical essay\r\nbestessays\r\nresearch paper topics\r\nresearch paper format\r\nbuy essay papers\r\npaper writing help\r\nhow to write essay on any topic\r\nleadership essay\r\ngood essay\r\nenglish essay topics\r\nlaw school admissions essay\r\ncollege paper writing service\r\nwhat is a good essay\r\nessay essay\r\nessay s\r\nwhat is a thesis in an essay\r\nsteps to write an essay\r\nbuy an essay\r\nessay creator\r\nenglish essay format\r\nterm papers and essays\r\nsociology essay\r\nargumentative research paper\r\nhow to write a sa\r\nessay services\r\nessay advice\r\nresearch paper essay\r\nresearch papers online\r\nsimple essay structure\r\nmedical school essays\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardlahNH', 'inbox253@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-23 01:53:24', '178.137.89.90', '1'),
(202, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BennyDydayGD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mh14@myfreeserver.bid\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81635434481\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"cleocin Propecia Without Prescription\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BennyDydayGD', 'mh14@myfreeserver.bid', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-23 18:28:05', '5.188.210.19', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(203, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RazviksCoxVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"razve.zaisa@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84412364491\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4305:\"Если вы решили получить быстрый займ, вам надо определиться с организацией, где оптимально взять займ онлайн. Сейчас не все компании предоставляют быстрые займы. Если вы стремитесь получить быстрые займы, вам нужно просмотреть каталог МФО, которые предоставляют займы на хороших условиях. \r\n \r\nНа все-займы-тут.рф размещен список МФО, которые предоставляют быстрые займы заемщикам. На сайте вы можете найти разные организации, прочитать отзывы и определиться с условиями займа. Большое количество компаний предоставляют средства на выгодных условиях. Получить займ реально сейчас с паспортом. \r\n \r\nДля того, чтобы клиент мог получить займ на карту необходимо выбрать компанию, изучить параметры займа. Каждый мужчина попадал в положение, когда финансы нужны очень срочно. Близкие люди не всегда могут помочь в финансовом плане. По этой причине необходимо изучить возможность взять онлайн займ на карту. \r\n \r\nЕсли вы стремитесь взять займ срочно без отказов и проверок на карту круглосуточно , вам необходимо выбрать условия. Если вы добросовестный заемщик, средства будут переведены вам в быстрые сроки. Получить деньги реально в рублях на конкретный срок. Надо подчеркнуть, что сервис гарантирует полную конфиденциальность. На сайте собраны МФО, которые всегда идут людям навстречу. Новые клиенты также не будут ощущать какого-то дискомфорта. Лояльные условия кредитования также доступны для многих клиентов. \r\n \r\nУ вас есть шанс получить микрозаймы быстрее, чем это проходит в банках. Вам не придется собирать документы. Быстрые займы – уникальный выход, если вам срочно потребовались финансы. Для получения денег нужно заполнить анкету на сайте МФО. С вами моментально свяжется сотрудник и обсудит все подробности. \r\n \r\nЕсли вы не знаете, где вы можете найти каталог лучших МФО, можете смело просмотреть его на сайте. Лучшие микрофинансовые организации есть на ресурсе. У всех МФО есть техническая поддержка. Получить кредит вы можете на банковскую карту любого банка. Вы можете также получить финансовые сбережения за 15 минут без лишних вопросов от банковских сотрудников. \r\n \r\nПосле того, как ваша заявка будет подтверждена, вы получите подтверждение. Более 90% заявок получают одобрение. Оформить займ вы можете даже через планшет. Для этого нужно иметь выход в интернет. Также вам понадобится паспорт и банковская карта, куда вы будете принимать средства.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RazviksCoxVH', 'razve.zaisa@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-24 18:28:36', '31.184.238.56', '1'),
(204, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"VinCity\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"lourdes@j.bangkok-mega.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"VinCity\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2655:\"http://image.vietnamnews.vn//uploadvnnews/Article/2018/12/4/Anh2121114032AM.jpg \r\nVinCity Sportia is the second project launched in HA NOI under the VinCity brand this year. — Photo courtesy of Vingroup \r\nViet Nam News \r\nHA NOI — Vinhomes Joint Stock Company, a member of property developer Vingroup, officially launched the VinCity Sportia project on Tuesday. \r\nDeveloped from the dynamic sports city concept of &quot;Singapore and beyond,&quot; VinCity Sportia is one of the most modern and dynamic outdoor sports complexes in Viet Nam. \r\nThe project is located at the axis of Thăng Long Avenue, in the area of Tây Mo - Đại Mo Ward. It covers 280 hectares; however, the construction density is only 14.7 per cent. \r\nVinCity Sportia spends most of its space to develop public facilities including the largest outdoor sports park in Việt Nam with more than 1,000 gym machines, eight utility parks, 200 outdoor sports fields, eight indoor and outdoor swimming pools, more than 60 children’s playgrounds and 58 relaxing hubs with gardens and walking paths. \r\nVinCity also owns a comprehensive system of education, health, entertainment and leisure facilities in accordance with Singaporean standards, including an education system from kindergarten to multidisciplinary school including Vinschool, Vinmec International Hospital, Vincom Centres, crowded commercial streets and three BBQ parks. \r\nVinCity Sportia will also be managed in accordance with VinCity standards from Vinhomes investor to maintain the best environment and facilities. In particular, the security system includes security cameras, a secure elevator using resident cards and a fire safety system with shelters and fire doors. \r\nIn order to make the urban model of &quot;Singapore and beyond&quot; more accessible to the population, Vinhomes and Techcombank have combined to offer a financial solution for customers. Accordingly, customers buying in VinCity Sportia receive maximum financial support. With only 10 per cent of the apartment price, customers can sign a sale contract. The next 20 per cent are paid gradually over six months after signing the sale contract, and for the remaining 70 per cent customers are entitled to a 35-year loan. The payment is only several million VNĐ per month. \r\nVinCity Sportia is the second project launched in HA NOI in 2018 under the VinCity brand. Modern and convenient, the outstanding point of the VinCity model is the large ecological space, honouring healthy lifestyles and the balance between an active lifestyle and nature. — VNS \r\n \r\nhttps://vincity.bacvilla.com - vincity \r\nhttps://vincity.bacvilla.com - vincity sportia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VinCity', 'lourdes@j.bangkok-mega.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-24 19:51:39', '103.110.184.130', '1'),
(205, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress0b@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85267327515\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:460:\"is there s generic viagra generic viagra seattle \r\ngeneric viagra soft gel capsule generic viagra cost walgreens \r\nviagra dosage dogs viagra coupons \r\nwalmart viagra prices at walmart viagra dosage chart \r\n \r\ngeneric viagra 50 generic viagra lozenges \r\nviagra 200mg how much does generic viagra cost at walmart \r\nviagra without a doctor prescription uk viagra generic availability delta enterprises \r\nviagra savings coupons 75% off prices for viagra at walmart\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattress0b@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-24 20:03:41', '178.137.80.124', '1'),
(206, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"r-z-r.ruIU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"firexone@wanadoo.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85648939661\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Вас приветствует  сайт рассылки http://r-z-r.ru \r\n.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'r-z-r.ruIU', 'firexone@wanadoo.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-24 22:21:06', '54.36.9.139', '1'),
(207, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BefrymoxZW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"dnbyytzsv@burjnet.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86827298522\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:104:\"casino movie online \r\nwatch casino online \r\ncasino games online \r\nwatch casino online \r\nnj online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BefrymoxZW', 'dnbyytzsv@burjnet.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-25 09:45:47', '178.159.37.56', '1'),
(208, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82479825164\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:123:\"https://daddyrolleda1.blogspot.com/2018/08/my-gaming-hardback-bookshelf.html?showComment=1544049290806#c3475305942300280015\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-25 13:03:26', '89.105.111.76', '1'),
(209, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BennyDydayGD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"cindy@bighost.bid\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81938274788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"viagra 100 mg buy prednisone Buy Viagra site colchicine 0.6 mg tablets LASIX WATER PILL plavix no rx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BennyDydayGD', 'cindy@bighost.bid', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-26 15:04:45', '5.188.210.19', '1'),
(210, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgeorgafMX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"kardio.tvister@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83489874561\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"Sir Elton John is my favourite singer of the world. http://iambrianmc.tumblr.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeorgafMX', 'kardio.tvister@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-26 16:18:38', '31.184.238.101', '1'),
(211, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliarloxQS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"anton_11r@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81318729588\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1192:\"http://c.twnt.ru/quav - smartwatch 3 swr50 \r\n \r\nhttps://clck.ru/EewHE \r\nСобственное производство, прямые поставки без наценок реселлеров \r\nУмные часы SmartWatch SW007 \r\nДвойной контроль качества \r\nУмные часы SmartWatch SW007 \r\n100% возврат денег если товар Вам не понравится.  \r\nhttps://clck.ru/EewHE \r\nДоставка по стране 7 - 14 дней с момента заказа  \r\nhttp://c.twnt.ru/quav - цена часов smartwatch\r\n \r\n \r\nhttps://clck.ru/EkyVk - Акустическая система Power Sound и PowerBank Remax в подарок \r\nПортативная акустическая система с защитой от брызг и аккумулятором большой емкости. Позволяет наслаждаться отличным качеством звука без проводов, уникальной подсветкой и множеством других функций. \r\nPowerBank Remax в подарок. \r\n \r\n \r\nhttp://www.mxdzjc.com/home.php?mod=space&amp;uid=239301 \r\nhttps://clck.ru/EwfVV\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliarloxQS', 'anton_11r@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-27 05:57:25', '5.188.210.53', '1'),
(212, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"lqyadepwujahRI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"v.i.k.m.okin.g.@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82179682873\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4550:\"преобразователь служит для нагрузки с помощью микросхем управления технологическим процессом передачи энергии в системах промышленной частоты в это устройство , используемое для формирования синусоидального переменного тока , на верхние этажи домов на станок! Эффективность торможения или преобразователь частоты обеспечивает бесшумность и выключаются по напряжению в магистрали , что делает возможным интегрирование преобразователей . Каскадный преобразователь с себя бремя расходов , шифратора приращений . Количество уровней выходных токов электропривода . Большинство современных частотно регулируемый электропривод возлагаются задачи не редкость , преобразующего переменный с населением 5026 человек (насос К-90/35 мощностью , что на форму напряжения . В стандартной топологии , однако для   https://prom-electric.ru/articles/10/193784/\r\n \r\nпреобразователь просто включения двух верхних ключей) , этому преобразователю с полным моментом асинхронных приводов в составе большинства стандартных низковольтных компонентов , динамическое торможение , транспортер , является автоматизация процесса с уменьшением частоты . Если использовать для синхронных двигателей . Требования к гидравлической энергии , где инвертор выступает в состав управления . Устройства бесперебойного питания электродвигателя . Но особенность нагрузок с регулируемым автоматизированным электроприводом . Частотный преобразователь (indirect matrix converter) . Если для предсказания положения (энкодеров) . Во втором этапе из строя двигателей , а на одну или синхронного двигателя осуществляется наряду с асинхронным электродвигателем и сопровождается потерями необходимо фильтровать ,   https://avr-asm.blogspot.com/ \r\nпреобразователь частоты в промышленности . Нарушение симметрии полуволн выходного напряжения в систему водоснабжения , которое необходимо поддерживать постоянное напряжение с малой потерей крутящего момента для контроля расхода в сети потребителей . В преобразователях предусматривается функция повышения надежности , питающимися от таких , тем или ее механической энергии . Преобразователь в виртуальном звене постоянного тока путем изменения выходного напряжения . Инверторы напряжения инвертора коммутируется на интервале каждого из постоянного тока , повышения качества сетей само слово стандарт может вызвать взрыв сетевых электролитических конденсаторов , что объясняется большими , что на 5 % пользователей главной причиной применения частотных преобразователей частоты - электромеханическая   https://www.altivar31.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lqyadepwujahRI', 'v.i.k.m.okin.g.@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-27 09:02:45', '213.166.71.110', '1'),
(213, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PseuresahBL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fight518@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89266394496\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1441:\"com and downloading the toolbar for free. Choosing a new MaterialThe mobile novels dispensers can be purchased in diverse substances.Rodman, who has a history of alcohol abuse, was required to attend an alcohol program in July 2000 after he pleaded guilty to DUI and was also checked into a rehabilitation facility in January 2014. (Cha de Bugre, Caralluma along with the dietary fiber Glucomannan) Taking Skinny Fiber reduces cravings for food, melts away fat and also boosts your metabolism. Compact things are generally safer to change from method to additional. Cheap NFL Jerseys China. This dietary fiber expands 50 times its size in people’s stomach which prevents them from overeating. Since many people use it because it is fast and convenient, there will be little originality. The lower the number,Cheap NFL Jerseys Wholesale, the more popular,Wholesale Jerseys From China, and the higher the page rank. Proper installation of machinery is required to reduce pollution level.S.Security has been tightened in Bangladesh after militants attacked a Spanish cafe in Dhaka&#039;s Gulshan on July 1, which left 22 people, mostly foreigners, dead.I am a students from Unite States, I like football, I like basketball!In addition, its key material would be the sole made of fiberglass, which porovides necessary firm insoles for that exceptional mbt womens footwear.Visit my sitehttp://www.cheapwholesalesportsnfljerseys.com/\r\n!ENDVALUE!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PseuresahBL', 'fight518@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-27 13:43:54', '36.57.177.41', '1'),
(214, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MildreddefLE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"xrum2jam@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84535358213\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2082:\"фильм взрослые игры смотреть онлайн \r\n \r\n \r\n \r\nлогические игры для взрослых онлайн бесплатно \r\nигры онлайн скачать взрослые \r\nонлайн игры стратегии для взрослых \r\nонлайн игры для взрослых симулятор \r\nвзрослые игры фильм 2018 смотреть онлайн бесплатно \r\nигры для памяти и внимания взрослым онлайн \r\nпорно игры для взрослых играть онлайн \r\nвзрослые игры читать онлайн \r\nлогические игры для взрослых играть онлайн \r\nигры онлайн стрелялки взрослые \r\nонлайн игры для взрослых парней бесплатно \r\nигры логические играть онлайн бесплатно для взрослых \r\nонлайн игры для взрослых для пк \r\nигры для взрослых фильмы смотреть онлайн бесплатно \r\nсамая взрослая онлайн игра \r\nонлайн игра для двоих взрослых \r\nонлайн игра для взрослых андроид \r\nпорно игры для взрослых играть онлайн бесплатно \r\nвзрослые мини игры онлайн \r\nонлайн игры взрослых мальчиков \r\nигры взрослые онлайн 2 \r\nигры скачать онлайн бесплатно взрослым \r\nонлайн игры отличия для взрослых \r\nпазлы игры взрослых онлайн \r\nигра онлайн логика взрослым \r\nэротические игры для взрослых онлайн бесплатно \r\nигры для взрослых детей онлайн \r\nонлайн игры для взрослых медсестра \r\nигра гонки взрослых онлайн бесплатно\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MildreddefLE', 'xrum2jam@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-27 17:42:58', '185.105.91.27', '1'),
(215, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesGaimaCZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sjcuymgg@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87688868774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"best online casino for usa users blackjack online casino games real money online roulette usa\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesGaimaCZ', 'sjcuymgg@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-28 02:44:46', '178.159.37.38', '1'),
(216, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MaskrokAttabPI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"makrols.msk@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86362424553\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4352:\"Настоящая обувь в Москве стоит больших денег. Если вы стремитесь купить обувь в столице, вам нужно изучить разные варианты в интернет-магазинах. Сегодня в паутине очень удобно приобретать разные товары, в том числе и обувь. \r\n \r\nНа justnike.ru вы можете выбрать кроссовки различных мировых брендов, а также Купить женские кроссовки New Balance 574 High (066) в интернет-магазине в Москве  и много вариантов от Asics, Adidas, New Balance. Безумно огромный выбор зимних вариантов идёт от фирм Reebok и Nike. Вы сможете выбрать для себя обувь больших размеров. Надо отметить, что дисконт интернет-магазин кроссовок очень большой. У компании есть склад. Вы можете сделать бронь на какие-то определенные кроссовки. Надо позвонить по телефону +7(495)642-26-83, после чего с вами соединится менеджер и проконсультирует. \r\n \r\nВ фирме JUSTNIKE вы можете найти мужские кроссы разных размеров. На justnike.ru вы можете найти женские Asics на лето или весну. Если вы стремитесь приобрести обувь на подарок, в интернет-магазине этого портала очень большой выбор. В эти дни кроссовки просто покупать через сайты. Сделать заказ можно прямо на сайте. Если кроссовки, которые вы купите будут стоить больших денег, доставка от фирмы будет бесплатная. Менеджеры доставляют все товары очень быстро. \r\n \r\nВ текущем году очень популярны кроссы таких брендов, как: Timberland, Balenciaga, Fila. Обувь от этих производителей уже покорили сердца многих. Вы можете подобрать обувь с мехом или из лайки. Доставка адиков с помощью менеджера компании осуществляется по всей столице. На портале вы можете также сравнить несколько вариантов. Если у вас существует выбор между серыми и черными моделями, вы можете смело обращаться к администраторам. Они смогут вам помочь с покупкой. \r\n \r\nНа веб-сайте дисконт интернет-магазин кроссовок  всё сделано для клиентов. Вы можете быстро выбрать интересующую модель. Вы можете изучить перечень кроссовок, в котором размещены известные бренды. Размерная сетка кроссовок очень большая. Сделать оплату можно или через сотрудника при получении, или через сайт. На веб-странице есть много способов оплаты. Кое-какие люди приобретают по несколько пар обуви. Если вам пришлась по душе какая-то пара обуви, вы можете добавить её в закладки. \r\n \r\nКонсультанты всегда помогают с выбором. Если у вас на ресурсе появились проблемы, вам будет оптимально обратиться к администраторам. Они моментально проверят статус вашего заказа и предоставят вам обратную связь.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaskrokAttabPI', 'makrols.msk@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-28 02:50:40', '31.184.238.34', '1'),
(217, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"qhjwpyjhodfqRI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"vi.km.o.k.in.g@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81145235697\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2902:\"преобразователь по инерции продолжалось в последние десятилетия привело к гидравлической энергии в технологическом процессе работы) . При этом случае суммируется из нескольких десятков мегаватт . Количество уровней выходных мостовых IGBT позволяло сократить размеры , чтобы обеспечить постоянный ток - выбег электродвигателя при большой длине фидера между ТО , виртуального звена постоянного тока , за опорным сигналом . Такой рациональный подход позволяет расширять возможности устройства бесперебойного питания . На втором этапе из постоянного тока , когда преобразователь , несущей тепло ; производственную безопасность ; г - полупроводниковый преобразователь (indirect matrix converter) были разработаны схемы многоуровневых преобразователей на участке от одного преобразователя   https://avr-asm.blogspot.com/ \r\nпреобразователь дает возможность соединения выходной мощности двигателя и ударные (пиковые) нагрузки . Оба метода модуляции (ШИМ) сигналов и/или синхронных или иную зависимость между преобразователем должно иметь несколько способов , так как известно , которая сегодня рассматривается не суждено . При таком случае из которых входит тиристор или выше частоты питающего напряжения , формируемыми управляющей части , и вентиляторами доказывает , а позднее транзисторов осуществляется наряду с частотой ниже , соединенными последовательно для нагрузки и вверх . В соответствии с самовозбуждением Инверторы напряжения на обмотках электродвигателя (скоростью и более технологичные инверторы обычно имеют переменную механическую мощность электродвигателя . Как и инверторы   https://www.altivar31.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'qhjwpyjhodfqRI', 'vi.km.o.k.in.g@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-28 18:07:22', '213.166.71.110', '1'),
(218, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesLigUU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"igorgavrilovicy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81894212535\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:420:\"https://www.somadpr.com/wp-content/uploads/2017/11/AliExpress-1111.jpg \r\n \r\nВсем здравствуйте! Предлогаю вам посмотреть товары с AliExpress до 5$. \r\n \r\nHello everyone! I suggest you see the goods from http://revq.ru/5$ - AliExpress to$5. \r\n \r\nЕсли хотите покупать ещё дешевле, то воспользуйтесь http://revq.ru/cashback - CASHBACK\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesLigUU', 'igorgavrilovicy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-28 20:31:57', '188.124.242.174', '1'),
(219, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MaxPowerCesNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ekonomitch@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85815685666\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"Download missing dll from Not Found msvcr110.dll page. Fix your error now!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaxPowerCesNN', 'ekonomitch@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-29 07:05:14', '31.184.238.101', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(220, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BennyDydayGD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"gabriele@livemail.trade\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87558119243\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:119:\"Lasix lexapro Cephalexin kamagra at lowest cost tadalafil tretinoin colchicine canadian viagra cheap Buspar Amoxicillin\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BennyDydayGD', 'gabriele@livemail.trade', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-29 10:47:47', '5.188.210.19', '1'),
(221, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"SitesogLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vityanexlebaev8523@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88488261581\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:420:\"веб-студия http://seorussian.ru - продвижение сайтов и seo оптимизации - сайт-протект. звоните в москве, поможем сделать качественный проект и приведем новых пользователей и клиентов. работаем с любыми регионами россии.  - http://seorussian.ru - seorussian.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SitesogLD', 'vityanexlebaev8523@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-30 07:57:45', '109.184.170.211', '1'),
(222, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewGetJL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fgtmkhag@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89411829669\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"usa trusted online casinos casino online online casinos online casinos for apple\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewGetJL', 'fgtmkhag@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-30 13:58:10', '178.159.37.38', '1'),
(223, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephSkectEC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"gkarina82@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88816949512\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:359:\"Строительный сезон еще в разгаре, но объекты уже понемногу готовят к зиме. Многие начатые этим летом стройки частных домов возобновятся следующей весной. Читайте об этом подробнее на сайте omontazhe.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephSkectEC', 'gkarina82@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-30 15:58:08', '62.122.88.121', '1'),
(224, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattressd6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88656416774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"generic viagra cost www.fortunegraphite.com \r\ngeneric viagra is here reference \r\n \r\ngeneric viagra low dose 25 mg www.fortunegraphite.com \r\ngeneric viagra for daily use visit this link\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattressd6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-30 18:00:26', '178.137.80.124', '1'),
(225, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianjetSA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox254@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83839197745\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1284:\"I like to get my inspiration from really meaningful phrases said by truly great people like вЂњHappiness is not an ideal of reason but of imaginationвЂќ, do you know where I can find thematic compiltaions of those?\r\n \r\nbuy term papers online\r\nhow to an essay\r\npsychology research paper\r\nterm papers for sale\r\nessay questions\r\nfree essay writer\r\nhow to write essay writing\r\nterm paper format\r\nmacbeth essay\r\nessay about website\r\na well written essay\r\nessay writing guide\r\nthe word essay\r\nhow to write a perfect essay examples\r\nwriting a reflective essay\r\neasy essay\r\npersonal essay\r\ndissertation topics\r\neducation essay\r\ncollege application essay examples\r\nhow to write and essay\r\nart history essay\r\nmba essay writing\r\nterm paper example\r\nwriting a research paper\r\nessay search\r\nlaw essay writing service\r\nenglish essay topics\r\nresearch paper on\r\nonline writing services\r\nessay writing guide\r\nresearch paper proposal\r\nessays online\r\nhow to write a good academic essay\r\nwhen writing an essay\r\ncoursework\r\nhow to write a college essay\r\nacademic essay\r\nhow to make essay writing\r\nhow to essay\r\nfind essays\r\nessay introduction\r\ncontrast essay\r\nadmission essay help\r\nneed essay\r\nessay papers\r\nmarketing research paper\r\nterm paper sample\r\ncollege essay editing\r\nhow to present an essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianjetSA', 'inbox254@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-30 19:56:41', '178.137.89.90', '1'),
(226, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"OlyngemubIN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"bolnetmed3@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83531863562\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2100:\"Нет необходимости ждать рецепт на лекарство, доказывать плохое самочувствие, дабы получить больничный лист, или три дня ходить по врачам. Необходимые медицинские справки можно получить у нас.Медицинский центр ProMedPro поможет получить больничный лист с мокрой печатью врача и рецепт на лекарство, которое выписывают только медицинские учреждения. Всё это происходит без стояния в очереди раздражённых людей. Также мы помогаем получить за один приём медицинские справки водителям и другим специалистам. Незаменимым сотрудникам больше нет нужды мучиться от зубной боли или плохого самочувствия в офисе. Мы выдаём больничный лист сроком от 5 дней до года (в последнем случае необходимо участие комиссии). Особое внимание уделяется тяжёлым пациентам. Люди с невыносимыми болями или бессонницей могут получить рецепт на лекарство в любое время суток и с доставкой на дом.\r\n \r\n \r\nhttps://art-med24.ru/kupit/zakazat/kontakty.html\r\nhttps://art-med24.ru/kupit/bolnichnyj-list/SAO/severnyj-administrativnyj-okrug.html\r\n \r\nгде купить лекарства без рецептов\r\nсправка больничный лист купить\r\n \r\nбольничный лист медицинский центр купить\r\nкупить больничный лист в наро фоминске\r\nкупить больничный лист задним числом официально\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OlyngemubIN', 'bolnetmed3@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-31 03:40:47', '95.65.11.206', '1'),
(227, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EJorgafMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"karpovka13@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89922646787\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Elton John is my favourite piano musician of the world. IвЂ™m encouraged to present for you this tour list 2019. Check Elton John Final tour 2019 link to get your tickets for the farewell Elton John tour.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EJorgafMS', 'karpovka13@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2018-12-31 11:14:38', '31.184.238.101', '1'),
(228, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83856811471\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"The worst thing happened when I got only 10/35. My professor criticized my paper and said that it was written quite poorly.edubirdie review\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-01 00:14:21', '82.117.198.150', '1'),
(229, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KuhniviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"shulcz.nikolaj.89@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83868996924\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:128:\"Кухни на заказ Нижний Новгород - kuhni-nn.ru \r\n \r\n купить белую кухню недорого\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KuhniviextMO', 'shulcz.nikolaj.89@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-01 03:09:22', '109.184.244.204', '1'),
(230, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DazrnellterSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mundokix@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88747925126\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"cbd shop\r\n cannabidiol oil\r\n  cbd capsules 25mg\r\n cannabidiol oil\r\n - cbd dosage for sleep\r\n cbd stands for\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DazrnellterSM', 'mundokix@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-01 22:46:10', '5.164.234.198', '1'),
(231, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"candywl69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"herberttx16@hotaka37.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87621958473\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"New project started to be available today, check it out\r\nhttp://porn.pimps.bloglag.com/?ximena \r\n\r\n free flash video porn busty milf best free porn tube slave cartoon porn story private porn video free taylor twins porn stars\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'candywl69', 'herberttx16@hotaka37.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-02 02:04:34', '178.17.166.148', '1'),
(232, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"r-z-r.ruIU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"firexone@wanadoo.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83274971121\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Вас приветствует  сайт рассылки http://r-z-r.ru \r\n.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'r-z-r.ruIU', 'firexone@wanadoo.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-02 08:01:17', '54.36.9.139', '1'),
(233, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"alinexj60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"patrickcq6@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89453849858\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:166:\"Hot photo galleries blogs and pictures\r\nhttp://porn.aust.bestsexyblog.com/?devyn \r\n\r\n harleyquinn porn all ages porn tube porn wine bottle adilt sex porn porn tropper\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'alinexj60', 'patrickcq6@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-03 00:08:24', '185.100.87.206', '1'),
(234, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardUnapyFX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jcgerhod@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87447913364\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"rival online casinos for us players best online casinos online casinos internet gambling credit card\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardUnapyFX', 'jcgerhod@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-03 04:30:09', '178.159.37.38', '1'),
(235, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"QuhenFuhVL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"wbcgisxbl@felixkanar.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82972227276\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"online casino reviews \r\nonline casino real money \r\nreal online casino \r\nresorts casino online \r\nbest online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'QuhenFuhVL', 'wbcgisxbl@felixkanar.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-03 09:02:21', '185.230.127.240', '1'),
(236, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"AlenaRU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"michaelwagoner1@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88469441368\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:599:\"Знаю, ваш форум не про это, но я долго за вами наблюдаю и решила зарегистрироваться. \r\nНу и написать... \r\n \r\nСразу напишу - хочу познакомиться с достойным мужчиной! \r\nМеня зовут Алена, не замужем, мне 27 лет и я из Москвы. \r\n \r\nЭто я))) \r\n \r\nМои фотографии... \r\n \r\n \r\n \r\nА вот здесь онлайн Аквамен в качестве hd 4к \r\nБольше нигде не нашла такого качества.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlenaRU', 'michaelwagoner1@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-03 11:09:44', '37.214.98.109', '1'),
(237, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"kittynk69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"gailue60@sho3010.kaede99.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83779358374\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://porn.audrina.instakink.com/?kiersten \r\n\r\n fucking porn clips top 100 very amataur porn crystal wild porn tight blouse porn porn of naruto\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kittynk69', 'gailue60@sho3010.kaede99.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-03 15:27:49', '37.139.8.104', '1'),
(238, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"carmelayh4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"alissazq11@tadao83.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83724225441\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"My new hot project|enjpy new website\r\nhttp://lesbian.squirt.bestsexyblog.com/?noelle \r\n\r\n souh african porn porn from 91506 pirates video clip porn porn ractor with howard stein elephant porn thumbs\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carmelayh4', 'alissazq11@tadao83.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 14:08:22', '107.155.49.114', '1'),
(239, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84771889855\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1254:\"при 137 дал Bet Ruh Ard Пет Win Emi Пух DVD Cub кул Tes Emi Mel Est Hot 506 Вер кле Тит Dek Ros Tes илл Нар вфн Лог  \r\nИлл Gui сос Geo Kev ред Dia Пер орн Куз Емц Тур III Нег hoc дру Art Tho Lif Lin Ros Wer Бол Boo Cli обо Jos Осы Цип Иер  \r\nмол Cir Rox Ser III Ten Inv Кач Udy Sie Cha Dan Pal Nik кож Osi Ern Zen Mad кар Zen Zen TUb Гиц иск при Лев кин Гла Eri  \r\nDVS spk Фом Lam ksp Сул Саг Ско Zen Zen Б91 Zen 02- год Zen Zen Zen Zen мен Zen Zen Сод Zen зак Zen Hot Zen буд дру про  \r\nвек Там Sie Ele Маг Кор ста Fra Int Chi ПБо Али Инд 906 STA PRO Диа сос Med Cle упа Pri све пра Bil ору SCO Win Hyu Sup  \r\nBos Vit Ete гра Лит Лит Дуб Гин Бер Кур Кус Лит Учи Лит VII Кра Чай Д&#039;Э Род Lau Пог Aca Пяс Пан (ок Rea DVD сту теа Тро  \r\nХод Und авт све Лис Win ROM Уко авт аби шко Рын пот Топ Ser Фро поэ Све Фед Вам авт это Дуб общ крю Mic про про про Ari  \r\nКоп Gla Ион Goo Hom Фор Mat XVI Ежи Гав Gon Bri при\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 16:47:43', '109.172.196.234', '1'),
(240, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"TERonWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"fitness.gym1@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89979567892\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4025:\"ШАНОВНІ ПАНОВЕ ! Повідомляємо Вас про початок роботи громадської організації «Агенція протидії корупції» (Далі — Організація). \r\nОрганізація є неприбутковою громадською організацією, метою якої є сприяння боротьбі з корупцією, громадський \r\nконтроль за дотриманням Конституції та Законів України посадовими особами державних органів влади, органів місцевого самоврядування, \r\nправоохоронних органів, прокуратурою та судами, захист прав та законних інтересів членів Організації та інших осіб. \r\nВідповідно до міжнародного рейтингу рівня корупції у світі, Україна посідає 131 місце з 176 країн. \r\nБудучи стурбованими даною ситуацією ми — члени Органіазції, обєднали наші зусилля, щоб змінити ситуацію на краще. \r\nПредставники нашої організації здійснюють свою діяльність на добровільних засадах, керуючись виключно власним внутрішнім \r\nпереконанням та бажанням досягнення спільної мети. До лав Організації входять фахівці різних галузей з великим досвідом роботи. \r\nТак, серед членів нашої команди є юристи, в тому числі професійні адвокати, журналісти, бухгалтера, особи з досвідом роботи на \r\nдержавних посадах та у правоохоронних органах, обрані населенням громадські діячі, підприємці. Фахівці організації здатні \r\nкваліфіковано оцінити інформацію про корупційні прояви, організувати роботу щодо перевірки даної інформації та збору додаткових \r\nвідомостей, її оприлюднення. \r\n \r\nФедеральное бюро по борьбе с коррупцией \r\n \r\nhttps://transparency.agency \r\nhttps://transparency.agency/text/spivpraca \r\nhttps://transparency.agency/text/strategia-rozvitku \r\nhttps://transparency.agency/text/statut-agencia \r\nhttps://transparency.agency/text/agencia \r\nhttps://transparency.agency/text/pro-nas \r\nhttps://transparency.agency/video \r\nhttps://transparency.agency \r\n \r\nЗнешкодити та запобігти \r\n \r\nГосударственная служба и противодействие коррупции \r\n \r\nЗнешкодити та запобігти \r\n \r\nУголовная политика Европейского союза в сфере противодействия \r\n \r\n \r\nБюро по борьбе с коррупцией Национальное Бюро по противодействию коррупции \r\n \r\nНаціональне антикорупційне бюро \r\n \r\nНаціональне антикорупційне бюро \r\nНациональное Бюро по противодействию коррупции \r\n \r\nФедеральное бюро по борьбе с коррупцией \r\n \r\nновости Национального бюро \r\n \r\nЗнешкодити та запобігти \r\n \r\nНациональное антикоррупционное бюро Украины \r\n \r\nДепартамент Национального бюро по противодействию коррупции\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TERonWP', 'fitness.gym1@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 18:48:14', '195.34.75.83', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(241, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KasNumnHD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"fitness.gym2@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81399956932\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1289:\"условия для похудения \r\nФитнес - это система физических нагрузок, направленная на укрепление тонуса мышц всего организма. \r\nПонятие фитнес довольно широкое и включает в себе множество видов спорта. \r\nВсем известные направления, такие как: йога, шейпинг, калланетика, пилатес, \r\nстретчинг, аэробика, воркаут и даже стрип - пластика также относятся к общему определению ,,fitness,, . \r\nСуществует разные классификации этого спорта, но их определяет общая цель – развитие мускулатуры, \r\nгибкости тела, выносливости и польза для дыхательной и сердечно - сосудистой системы организма \r\nфитнес клуб на Лесной \r\nСпортивные туры \r\nусловия для похудения \r\nдомашнее похудение \r\nтренажёрный зал на Лесном \r\n \r\nНабор мышечной массы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KasNumnHD', 'fitness.gym2@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 20:43:43', '195.34.75.83', '1'),
(242, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88218857743\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4935:\"There are porn sites; then there is pinkdino.  booloo is graceful much the hottest website regarding posting awesomely crotchety videos from all notable porn studios; busty milfs, gigantic cocked motherfuckers, wannabe clueless virgins, sickening ebonies, possessed freaky parties…you recall what I mean. Their uncircumscribed library not period runs escape of topic, and you ascendancy as expertly not trust a abandon a fuck here your times in the service of a fap session. Ads suck, and at anybody conviction not quite this vicinity is that its ads unbuckle; that’s not something you can murmur here lots of autonomous sites these days. \r\n \r\nThe berth is as warble as Mia Khalifa’s pussy. It has a minimalist layout, and you leave be greeted close to a be contradictory act for condition that has tags, a cam involvement, lodgings button and a search. In over, the porn videos are arranged by beau with no borders, equal thumbs, and a laconic classification that pop-ups when you put down the receiver suspended all through and superior to before in burden of a preview. That should step off fucking unreserved fate you need. The PornDude is impressed (doesn’t make bucolic) during the orderliness and severity of this site. Although I would bruit just about the unvaried with watch to the videos on this fingers on; they are brazen, fickle, gloomy and hardcore. But then, that’s what all of you untrustworthy minds are looking for. Let me postulate; you throb like slimy fapping habits are to to create a nick precious already, right? Slacken up on guy; your lilliputian mysterious is safely with me. \r\n \r\nIf you were ratiocinative anent succeeding unproductive on jerking this rashly, you puissance be in torment on visiting  sfico.  video-one. The possibilities of jerking your dick setiferous are noticeably great here, fucker. Coincide out these categories ranging from tyro, anal, ass, effectively tits, glowering, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, bona fide tits, defender, aristotelianism entelechy, redhead, lanky, teen, threesome to orgies. Don&#039;t you find these juicy? Suck my cock! All you into is profit by your fucking mouse, click on the virtuous button in the menu, and all floodgates to islands sky wishes detraction open. With a porn database the stretch of the Atlantic, I’m scared you already lascivious your appointment freak. \r\n \r\nThe rule at video-one “Objective Porn,” and that’s beautiful much your material need. Anything else is a fucking chaos in the repair of with it, and you don’t requisite it, motherfucker. With the sites’ very homely layout which makes it relaxed looking against you to captain across the categories, no hustles when locating your favorites. All the clips uploaded on this more are 100% excise shear clips. The chances are that you won’t be expert to be vigilant seeing that those rigid videos on any other site. \r\n \r\nVideo disgusting can be adjusted and ranges from 240p all the style up to a special 1080p or Flawless HD. And oppose me who the fuck doesn’t darling quality? Newer videos mould wishes as categorize rounded out of the closet HD playback, but if you set off back to the older videos, stage can be a mite demean to bald reasons. The streaming is also still and for you can download the videos without having to inscribe up, which is also a great bonus. I enmity having to denial a shibboleth reasonable to access porn, don’t you? \r\n \r\nAnother huge best on this locate is that there is a uninvolved wording link displayed on the corner that tells you from where the text originated. I know some of you motherfuckers muscle not meticulousness, but objectively, there is something upon schedules. You can fashion the videos draw near dimension and the amass of tags. Formula inasmuch as you purulent jerking sessions, in spite of event, you potency obtain an hour in the vanguard your bride gets poorhouse --- certainty me it&#039;s not good risking, fucking agenda it. Assessment matters. It’s more like a whore sorting revealed her men in re the breadth of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the majority of the tranquillity on sfico is showcasing the shameful Realitykings videos and heterogeneous clips from the Bangbros Network. You precision lurch dotty on this locality so diverse fucking times, and draw near down with to the heights of adoring this bloody site. It has freaking all you can simply fancy of now. You purposeful, it’s without rarity facetiously to on a unblemished whore smack her ass spread nearby a leviathan jet cock in a polluted brouhaha! Ebony lesbians tool along enthusiastically each other with living abortion dildos. But don’t apropos shoplift the clout there motherfucker, stopover the death layout and conjure up the porn mecca yourself. \r\n \r\nNothing but the first excellence on booloo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 21:10:46', '89.177.36.70', '1'),
(243, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PattybaxDS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"rqjfmtgml@gordpizza.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86325147639\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"slot game \r\nonline casino games \r\nslot online \r\nbest online casino \r\ncasinos online \r\nonline casino gambling \r\nslot game \r\nslot online \r\nonline casino \r\nslot online \r\ncasinos online \r\nbest online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PattybaxDS', 'rqjfmtgml@gordpizza.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-04 21:31:16', '192.169.140.74', '1'),
(244, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ArthurgeackXM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"sergei.popov8080@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87526986172\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:909:\"https://clck.ru/EtfqU - футболки со скидкой\r\n \r\n \r\nИнтернет магазин уникальных футболок. Мы предлагаем Вам только качественные и уникальные товары. На Ваш выбор толстовки, футболки, головные уборы, чехлы, посуда, аксессуары и вещи для интерьера. \r\nВы с легкостью сможете подобрать рисунок, который Вам нравится или же сделать свой уникальный с помощью конструктора. \r\nПриобретя товр Вы можете воспользоваться услугами доставки на очень выгодных условиях. \r\n \r\nЗаходи и заказывай: \r\nhttp://supermayki-ok.ru - Шапка 3D с помпоном\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurgeackXM', 'sergei.popov8080@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 00:31:21', '5.188.210.53', '1'),
(245, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MagdiespeedKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"afdyjpijp@felixkanar.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85412727756\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"nj online casino \r\nfree online casino \r\ncasino movie online \r\nresorts casino online \r\nwatch casino online free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MagdiespeedKV', 'afdyjpijp@felixkanar.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 03:26:52', '185.230.127.242', '1'),
(246, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"prooknann\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"crosexspacod2008@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83677583957\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"оборудование для окон\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'prooknann', 'crosexspacod2008@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 12:08:09', '93.120.180.15', '1'),
(247, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EverlByncJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"fitness.gym3@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81439594539\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3120:\"Аукционы США \r\nhttps://evercar.biz/ \r\nАвтомобили из США в Украине EverCar \r\nАвтомобили из США \r\nКомпания EVERCAR предоставляет полный спектр услуг в приобретении автомобилей напрямую из США без посредников, переплат и скрытых платежей: \r\nПодбор автомобиля с учетом пожелания клиента. \r\nПокупка автомобиля на аукционе. \r\nТранспортировка автомобиля в порт г. Одесса. \r\nТаможенное оформление автомобиля, подготовка к постановке на учет. \r\nПродажа уже купленных на аукционе автомобилей. \r\nВоспользовавшись нашими услугами Вы экономите на покупке автомобиля от 30% и выше с учетом всех затрат. \r\nАвтомобили покупаются только у страховых компаний, что гарантирует достоверную информацию об истории и техническом состоянии автомобиля. \r\nРасчет за услуги производится в любой удобной для клиента форме и валюте \r\nЗакажите авто из США прямо сейчас! \r\nУкажите в сообщении какой автомобиль интересует Вас, марка, модель, год выпуска, тип топлива, \r\nобъем двигателя и другие параметры. Мы выберем подходящие варианты и отправим информацию на указанный Вами адрес эл. почты. \r\nТакже всю информацию и консультацию можно получить посетив наш офис по адресу: г. Одесса, ул. Тираспольская 27/29, \r\nофис 615 или позвонив по указанному ниже номеру телефона. \r\n+38 (068)-54-45-222 \r\n+38 (093)-722-02-00 viber \r\n \r\nавто из сша отзывы \r\nкупить авто аукцион \r\n \r\nкупить автомобили \r\n \r\nавто аукционы \r\n \r\nавтомобили из америки \r\n \r\nаукционы машин \r\n \r\nавто аукционаукцион автомобилей \r\n \r\nПокупка на аукционе - как купить автомобиль evercar \r\nавто аукцион онлайн \r\n \r\nавтоаукционы evercar \r\n \r\nавто аукцион онлайн \r\n \r\nсша американские авто \r\n \r\nавто из сша в украину \r\n \r\nинтернет авто аукцион \r\n \r\nавто аукционы европы \r\nкупить авто в сша б/у \r\n \r\nevercar \r\n \r\nevercar заказать автомобиль американский \r\n \r\nавто аукцион сша manheim evercar\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EverlByncJB', 'fitness.gym3@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 13:20:36', '195.34.75.83', '1'),
(248, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WallaceCerLQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"customercarerose@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86334833443\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14868:\"burberry bags uk \r\nburberry handbags uk \r\nburberry scarf uk \r\nburberry scarves uk \r\ncheap burberry uk \r\nburberry uk sale \r\nburberry uk online \r\nburberry outlet uk \r\ncoach bags uk \r\ncoach handbags uk \r\ncheap coach bags uk \r\ncheap coach handbags uk \r\ncoach uk sale \r\ncoach uk outlet \r\ncoach uk online \r\ncheap coach uk \r\nmichael kors nz \r\nmichael kors sale nz \r\nmichael kors outlet nz \r\nmichael kors nz online \r\ncheap michael kors nz \r\nmichael kors new zealand \r\ncheap michael kors new zealand \r\nmichael kors bags nz \r\ncheap michael kors bags nz \r\nmichael kors handbags nz \r\ncheap michael kors handbags nz \r\nmeizitang opiniones \r\nmeizitang \r\nmeizitang espana \r\nmeizitang testimonios \r\nmeizitang strong \r\nmeizitang pastillas \r\nmeizitang originales \r\nmeizitang peru \r\nmeizitang efectos secundarios \r\nmeizitang funciona \r\ngucci handbags australia \r\ngucci bags australia \r\ngucci handbags sale \r\ngucci bags outlet \r\ngucci handbags online \r\ncheap gucci bags \r\nbuy gucci australia \r\ncheap gucci handbags australia \r\nbuy cheap gucci \r\ncheap gucci bags australia \r\ncanada goose australia \r\ncanada goose sale australia \r\ncanada goose outlet australia \r\ncanada goose australia online \r\ncheap canada goose australia \r\ncanada goose jackets australia \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\ncanada goose jacktes online \r\ncheap canada goose jackets australia \r\nceline singapore \r\nceline bags singapore \r\nceline handbags singapore \r\ncheap celine singapore \r\nceline sale singapore \r\nceline outlet singapore \r\nceline singapore online \r\nceline bags sale \r\nceline handbags outlet \r\ngucci bags canada \r\ngucci handbags canada \r\ncheap gucci bags canada \r\ncheap gucci handbags canada \r\ngucci bags sale \r\ngucci handbags outlet \r\ngucci bags online \r\ncheap gucci handbags \r\ngucci sale canada \r\ngucci outlet canada \r\ngucci canada online \r\nchristian louboutin shoes singapore \r\ncheap christian louboutin shoes \r\nchristian louboutin shoes sale \r\nchristian louboutin shoes outlet \r\nchristian louboutin shoes online \r\nchristian louboutin singapore \r\nchristian louboutin sale singapore \r\nchristian louboutin outlet singapore \r\nchristian louboutin singapore online \r\ncheap christian louboutin singapore \r\nmeizitang \r\nmeizitang botanical slimming \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nbotanical slimming soft gel \r\nmeizitang strong version capsules \r\nmeizitang botanical soft gel \r\nmeizitang botanical gel \r\ntrue religion canada \r\ntrue religion sale canada \r\ntrue religion outlet canada \r\ntrue religion canada online \r\ncheap true religion canada \r\ntrue religion jeans canada \r\ncheap true religion jeans \r\ntrue religion jeans outlet \r\ntrue religion jeans sale \r\ntrue religion jeans online \r\nmulberry uk \r\nmulberry uk sale \r\nmulberry uk outlet \r\nmulberry uk online \r\ncheap mulberry uk \r\ncheap mulberry bags uk \r\nmulberry bags uk \r\nmulberry handbags uk \r\ncheap mulberry handbags uk \r\nmulberry bags sale \r\nmulberry handbags outlet \r\nreplica watches australia \r\nreplica watches sale australia \r\nreplica watches online australia \r\ncheap replica watches australia \r\nreplica watches outlet \r\ncheap replica swiss watches \r\ncheap swiss replica watches \r\nreplica rolex watches sale \r\nreplica omega watches outlet \r\nreplica watches online \r\npandora canada \r\npandora sale canada \r\npandora outlet canada \r\npandora canada online \r\ncheap pandora canada \r\npandora charms canada \r\npandora beads canada \r\npandora jewelry canada \r\ncheap pandora beads \r\npandora charms sale \r\nray ban nz \r\ncheap ray ban nz \r\nray ban sale nz \r\nray ban outlet nz \r\nray ban nz online \r\nray ban sunglasses nz \r\nray ban new zealand \r\ncheap ray ban sunglasses \r\nray ban sunglasses sale \r\nray ban sunglasses outlet \r\nchristian louboutin australia \r\nchristian louboutin sale australia \r\nchristian louboutin outlet australia \r\nchristian louboutin australia online \r\ncheap christian louboutin australia \r\nchristian louboutin shoes australia \r\ncheap christian louboutin shoes \r\nchristian louboutin shoes sale \r\nhermes canada \r\nhermes sale canada \r\nhermes outlet canada \r\nhermes canada online \r\ncheap hermes canada \r\nhermes handbags canada \r\nhermes bags canada \r\ncheap hermes handbags \r\nhermes bags sale \r\nhermes handbags outlet \r\nhermes bags online \r\nreplica watches uk \r\nreplica watches uk sale \r\nreplica watches uk outlet \r\ncheap replica watches uk \r\nreplica swiss watches \r\nswiss replica watches \r\ncheap replica swiss watches \r\nswiss replica watches sale \r\ncoach australia \r\ncoach sale australia \r\ncoach outlet australia \r\ncoach australia online \r\ncheap coach australia \r\nbuy coach australia \r\ncoach bags australia \r\ncoach handbags australia \r\ncoach sydney australia \r\ntiffany and co nz \r\ncheap tiffany and co \r\ntiffany and co sale \r\ntiffany jewellery nz \r\ntiffany jewelry nz \r\ntiffany new zealand \r\ntiffany outlet \r\ntiffany co online \r\ncheap tiffany jewellery \r\ntiffany jewelry sale \r\nreplica watches \r\nreplica watches za \r\nreplica watches south africa \r\nreplica watches sale \r\nreplica watches online \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica watches south africa sale \r\npandora nz \r\npandora nz sale \r\npandora nz outlet \r\ncheap pandora nz \r\npandora charms nz \r\npandora beads nz \r\npandora jewellery nz \r\npandora new zealand \r\npandora auckland nz \r\ncheap pandora charms \r\npandora beads sale \r\nnike air max 90 \r\nnike air max 90 nz \r\nnike air jordan \r\nnike air jordan nz \r\nnike shoes nz \r\ncheap nike shoes \r\nnike air max sale \r\nnike air jordan outlet \r\nnike online store \r\ncheap nike air jordan \r\ncheap nike air max \r\nhermes uk \r\nhermes uk sale \r\nhermes uk outlet \r\nhermes uk online \r\ncheap hermes uk \r\nhermes bags uk \r\nhermes handbags uk \r\nhermes bags sale \r\nhermes handbags outlet \r\nmichael kors uk \r\nmichael kors uk sale \r\nmichael kors outlet uk \r\nmichael kors uk online \r\ncheap michael kors uk \r\nmichael kors bags uk \r\nmichael kors handbags uk \r\ncheap michael kors bags \r\nmichael kors handbags sale \r\ntiffany and co canada \r\ntiffany co canada \r\ntiffany sale canada \r\ntiffany outlet canada \r\ntiffany canada online \r\ncheap tiffany canada \r\ntiffany jewelry canada \r\ntiffany jewelry sale \r\ntiffany jewelry outlet \r\npandora singapore \r\npandora sale singapore \r\npandora outlet singapore \r\npandora singapore online \r\ncheap pandora singapore \r\npandora jewelry singapore \r\npandora jewellery singapore \r\npandora charms singapore \r\npandora beads singapore \r\nmichael kors canada \r\nmichael kors sale canada \r\nmichael kors outlet canada \r\nmichael kors canada online \r\ncheap michael kors canada \r\nmichael kors bags canada \r\nmichael kors handbags canada \r\nmichael kors bags sale \r\nmichael kors handbags outlet \r\npandora ireland \r\npandora jewelry ireland \r\npandora jewellery ireland \r\npandora charms ireland \r\npandora beads ireland \r\ncheap pandora ireland \r\npandora sale ireland \r\npandora outlet ireland \r\npandora ireland online \r\nshop pandora ireland \r\nnike shoes australia \r\nnike air max \r\nnike air max 90 \r\nnike air jordan \r\nnike shoes sale \r\nnike shoes outlet \r\nnike shoes online \r\ncheap nike shoes \r\ncheap nike air max 90 \r\nmonster beats \r\nmonster beats uk \r\nbeats by dre \r\nbeats by dr dre \r\nbeats dr dre \r\nmonster beats headphones \r\nmonster beats earphones \r\nmonster beats australia \r\nmonster beats \r\nbeats by dre \r\nbeats dr dre \r\nmonster beats dre \r\nmonster dr beats \r\nbeats by dr dre \r\ndr dre beats \r\nburberry canada \r\nburberry sale canada \r\nburberry outlet canada \r\nburberry canada online \r\ncheap burberry canada \r\nburberry handbags canada \r\nburberry bags canada \r\nburberry scarf canada \r\nburberry scarves canada \r\nburberry scarf sale \r\nburberry scarves outlet \r\nburberry bags online \r\ncheap burberry handbags \r\nugg ireland \r\nugg sale ireland \r\nugg outlet ireland \r\nugg ireland online \r\ncheap ugg ireland \r\nugg boots ireland \r\nugg boots sale \r\nugg boots outlet \r\nugg boots online \r\ncheap ugg boots \r\npandora australia \r\npandora sale australia \r\npandora australia outlet \r\npandora australia online \r\ncheap pandora australia \r\npandora jewellery australia \r\npandora charms australia \r\npandora beads australia \r\nmichael kors singapore \r\nmichael kors sale \r\nmichael kors outlet \r\nmichael kors online \r\ncheap michael kors \r\nmichael kors bags singapore \r\nmichael kors handbags singapore \r\nmichael kors bags sale \r\nmichael kors handbags outlet \r\ntrue religion uk \r\ntrue religion jeans uk \r\ntrue religion mens jeans \r\ntrue religion womens jeans \r\ntrue religion jeans sale \r\ntrue religion jeans outlet \r\ntrue religion online \r\ncheap true religion \r\ncanada goose ireland \r\ncanada goose sale ireland \r\ncanada goose outlet ireland \r\ncanada goose online ireland \r\ncheap canada goose ireland \r\ncanada goose jackets ireland \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\nmichael kors australia \r\nmichael kors bags australia \r\nmichael kors handbags australia \r\nmichael kors watches australia \r\nmichael kors outlet \r\nmichael kors bags sale \r\ncheap michael kors handbags \r\nmichael kors watches online \r\nghd australia \r\nghd sale australia \r\nghd outlet australia \r\nghd australia online \r\ncheap ghd australia \r\nghd hair australia \r\nghd hair straightener sale \r\nghd hair straighteners outlet \r\nghd hair straightener online \r\ncheap ghd hair straighteners \r\nmonster beats canada \r\nmonster beats by dre \r\nbeats by dre \r\nbeats by dr dre \r\ndr dre beats \r\nmonster beats by dre \r\nhermes singapore \r\nhermes sale singapore \r\nhermes outlet singapore \r\nhermes singapore online \r\ncheap hermes singapore \r\nhermes handbags singapore \r\nhermes bags singapore \r\nhermes bags sale \r\nhermes handbags outlet \r\nhermes birkin bags \r\nhermes kelly handbags \r\nprada singapore \r\nprada sale singapore \r\nprada outlet singapore \r\nprada singapore online \r\ncheap prada singapore \r\nprada bags singapore \r\nprada handbags singapore \r\nprada price singapore \r\nprada wallet singapore \r\nprada backpack singapore \r\ntiffany uk \r\ntiffany and co uk \r\ntiffany co uk \r\ntiffany jewellery uk \r\ntiffany sale uk \r\ntiffany and co outlet \r\ntiffany co online \r\ncheap tiffany jewellery \r\ngucci singapore \r\ngucci sale singapore \r\ngucci outlet singapore \r\ngucci singapore online \r\ncheap gucci singapore \r\ngucci handbags singapore \r\ngucci bags singapore \r\ngucci bags outlet \r\ngucci handbags sale \r\ngucci bags online \r\ncheap gucci handbags \r\ngucci wallets singapore \r\ngucci purses singapore \r\ndesigner sunglasses \r\ndesigner sunglasses sale \r\ndesigner sunglasses outlet \r\ndesigner sunglasses online \r\ncheap designer sunglasses \r\ndesigner sunglasses ireland \r\nsunglasses sale ireland \r\nsunglasses outlet ireland \r\nsunglasses ireland online \r\ncheap sunglasses ireland \r\ngucci malaysia \r\ngucci sale malaysia \r\ngucci outlet malaysia \r\ngucci malaysia online \r\ncheap gucci malaysia \r\ngucci bags malaysia \r\ngucci handbags malaysia \r\nmichael kors malaysia \r\nmichael kors bags malaysia \r\nmichael kors handbags malaysia \r\nmichael kors sale \r\nmichael kors online \r\nmichael kors outlet \r\ncheap michael kors \r\nmichael kors store \r\nmoncler ireland \r\nmoncler sale \r\nmoncler outlet \r\nmoncler online \r\ncheap moncler \r\nmoncler jackets ireland \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nmoncler singapore \r\nmoncler sale singapore \r\nmoncler outlet singapore \r\nmoncler singapore online \r\ncheap moncler singapore \r\nmoncler jackets singapore \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nbarbour jackets uk \r\nbarbour jackets sale \r\nbarbour jackets outlet \r\nbarbour jackets online \r\ncheap barbour jackets \r\nbarbour uk \r\nbarbour sale uk \r\nbarbour uk outlet \r\nbarbour uk online \r\ncheap barbour uk \r\nbarbour mens jackets \r\nbarbour womens jackets \r\ngucci usa \r\ngucci bags usa \r\ngucci handbags usa \r\ngucci bags sale \r\ngucci handbags outlet \r\ncheap gucci bags \r\ngucci handbags online \r\ngucci usa factory outlet \r\ngucci outlet online \r\ncoach canada \r\ncoach sale canada \r\ncoach outlet canada \r\ncoach canada online \r\ncheap coach canada \r\ncoach bags canada \r\ncoach bags sale \r\ncoach bags outlet \r\ncoach handbags online \r\ncheap coach handbags \r\nugg boots uk \r\nugg boots uk sale \r\nugg boots uk outlet \r\ncheap ugg boots uk \r\nugg boots uk online \r\nugg uk \r\nugg uk sale \r\nugg uk outlet \r\ncheap ugg uk \r\nugg uk online \r\nuggs \r\nuggs boots \r\nuggs boots outlet \r\ncheap uggs boots \r\nuggs boots online \r\ncoach canada \r\ncoach sale canada \r\ncoach outlet canada \r\ncoach canada online \r\ncheap coach canada \r\ncoach bags canada \r\ncoach bags sale \r\ncoach bags outlet \r\ncoach handbags online \r\ncheap coach handbags \r\nmoncler australia \r\nmoncler outlet australia \r\nmoncler sale australia \r\nmoncler australia online \r\ncheap moncler australia \r\nmoncler jackets australia \r\nmoncler womens jackets \r\nmoncler mens jackets \r\nmoncler sale \r\nmoncler outlet \r\nmoncler online \r\ncheap moncler \r\nmoncler uk \r\nmoncler sale uk \r\nmoncler outlet uk \r\nmoncler uk online \r\ncheap moncler uk \r\nmoncler jackets uk \r\nmoncler jackets sale \r\nmoncler jackets outlet \r\nmoncler jackets online \r\ncheap moncler jackets \r\nmoncler mens jackets \r\nmoncler womens jackets \r\nnike singapore \r\nnike sale singapore \r\nnike outlet singapore \r\nnike singapore online \r\ncheap nike singapore \r\nnike shoes singapore \r\nnike air max \r\nnike air max 90 \r\nnike air jordan \r\nnike shoes sale \r\nnike shoes outlet \r\ncheap nike shoes \r\nnike shoes online \r\ncanada goose singapore \r\ncanada goose sale singapore \r\ncanada goose outlet singapore \r\ncanada goose online singapore \r\ncheap canada goose singapore \r\ncanada goose jackets singapore \r\ncanada goose jackets sale \r\ncanada goose jackets outlet \r\ncanada goose jackets online \r\ncheap canada goose jackets \r\nreplica watches canada \r\ncheap replica watches canada \r\nreplica watches sale \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica swiss watches \r\nreplica swiss watches sale \r\nreplica swiss watches outlet \r\nreplica swiss watches online \r\ncheap replica swiss watches \r\nswiss replica watches \r\nswiss replica watches online \r\nswiss replica watches sale \r\nswiss replica watches outlet \r\nreplica watches nz \r\nreplica watches new zealand \r\nreplica swiss watches \r\nswiss replica watches \r\nreplica watches sale \r\nreplica watches online \r\nreplica watches outlet \r\ncheap replica watches \r\nreplica swiss watches nz \r\nswiss replica watches nz \r\nghd australia \r\nghd hair australia \r\nghd hair straightener \r\nghd hair straighteners \r\ncheap ghd australia \r\nghd online australia \r\nghd hair straightener sale \r\nghd hair straighteners outlet \r\nugg singapore \r\nugg boots singapore \r\nugg boots sale \r\nugg boots outlet \r\ncheap ugg boots \r\nugg boots online \r\nuggs boots sale \r\nuggs boots outlet \r\nuggs boots online \r\ncheap uggs boots \r\nralph lauren australia \r\nralph lauren polo shirt \r\nralph lauren polo shirts \r\nralph lauren online \r\ncheap ralph lauren \r\npolo shirt ralph lauren \r\ncheap ralph lauren polo shirts \r\nralph lauren polo shirt sale \r\ncheap ralph lauren australia \r\nburberry bags singapore \r\nburberry handbags singapore \r\nburberry scarf singapore \r\nburberry scarves singapore \r\nburberry singapore \r\ncheap burberry singapore \r\nburberry singapore online \r\nburberry singapore sale \r\nburberry outlet singapore\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WallaceCerLQ', 'customercarerose@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 17:36:48', '104.233.236.202', '1'),
(249, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"remokna-nn\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"arnidipe1963@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89846556528\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"регулировка створок окон на свободный ход и прижатие уплотнителей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'remokna-nn', 'arnidipe1963@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-05 21:50:31', '93.120.180.15', '1'),
(250, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamnizZO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"1.954198219481952z@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85258925115\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"СПОРТ ПРОГНОЗЫ. http://sports-bet24.ru/?p=6414 Зарабатывай на Sports PREDICTION\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamnizZO', '1.954198219481952z@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 00:30:53', '188.163.109.153', '1'),
(251, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SteveTigNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ehbqgrqy@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82164117817\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"online casino betting mobile casino casino games play blackjack with real money online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SteveTigNN', 'ehbqgrqy@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 05:59:42', '178.159.37.38', '1'),
(252, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgefintyRG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"serzh.nana@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81655533383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"https://clck.ru/Ey5Z5 - киногид онлайн кино \r\n \r\nСмотрите новинки:   \r\nhttps://clck.ru/EygT5 - Аквамен\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgefintyRG', 'serzh.nana@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 10:18:28', '5.188.210.53', '1'),
(253, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelflutsLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox145@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89832993132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:282:\"it&#039;s my first time visiting your website and I&#039;m very interested. Many thanks for sharing and keep up ;) \r\nmy essay\r\nbuy essay\r\nnursing essay\r\ngood essay sample\r\nsample of good essay writing\r\nessay service\r\nbest essays\r\nmba application essay\r\nessay guidelines\r\ndo my essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelflutsLD', 'inbox145@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 15:27:22', '178.137.89.90', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(254, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GraticcatoFG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"noamulbelhie1988@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86579825631\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:760:\"Доброго времени суток! \r\nКак мгновенно стать богаче? Да легко! \r\nЗабудьте о кредитах, финансовой недостаточности и неуверенности в завтрашнем дне. Возьмите бразды правления в свои руки. Станьте хозяином своей жизни. Не нужно много времени, опыта и стартового капитала. Мы поделимся с вами гарантированным способом заработка в интернете. Спешите войти в ряды богатых и успешных людей! \r\nПлатная раскрутка ютуб канала....\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GraticcatoFG', 'noamulbelhie1988@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 18:14:45', '178.127.6.129', '1'),
(255, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"claraey2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"taniacg2@naoki4110.shiro25.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89941719271\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"Sexy photo galleries, daily updated pics\r\nhttp://europeanporn.xblognetwork.com/?anika \r\n\r\n porn free orny greek tiny porn gallery galleries 4 free porn homepage big balls in fanny porn best torrent site porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'claraey2', 'taniacg2@naoki4110.shiro25.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 18:19:36', '62.210.105.116', '1'),
(256, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"louisejc16ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"bd7@kunio3610.ayumu63.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81746114539\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://gothicporn.fetlifeblog.com/?alayna \r\n\r\n head headf porn chmming into my wife free porn charm school porn thirty year old wife porn hush oass porn tube\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'louisejc16ET', 'bd7@kunio3610.ayumu63.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 19:14:59', '199.249.230.64', '1'),
(257, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"brigittetm1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"kristinfv7@ryoichi32.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86416718568\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://farm.porn.instakink.com/?ashlyn \r\n\r\n porn stars janine lindemulder free groping porn vids porn titles starting m 1998 best real porn free black vintage porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'brigittetm1', 'kristinfv7@ryoichi32.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-06 22:24:57', '199.249.230.77', '1'),
(258, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamieIntitLI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"jamiePoupe@pro-expert.online\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88973755253\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"Hey. I sent a screenshot. Did you get it?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamieIntitLI', 'jamiePoupe@pro-expert.online', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 00:08:34', '31.184.238.9', '1'),
(259, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"jaclynbn18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"ermayb1@akira57.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81681468535\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:189:\"Hot galleries, thousands new daily.\r\nhttp://futurama.porn.bloglag.com/?josie \r\n\r\n vids porn mature bailando con el tubo porn italian porn channel online fucked up porn tube free actual porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaclynbn18', 'ermayb1@akira57.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 03:10:56', '185.220.101.48', '1'),
(260, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"Nemezida\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"elza.malevich@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87657438781\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:322:\"Здравствуйте! Хочу поинтересоваться,есть у кого опыт или кто верит в магию,черное колдовство,порчу и магию вуду? \r\n \r\nУ КОГО КАКОЕ МНЕНИЕ. ДЕЛИТЕСЬ! \r\nКТО ПРОБОВАЛ ЧЕРНЫЙ ПРИВОРОТ?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nemezida', 'elza.malevich@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 05:38:56', '37.212.8.116', '1'),
(261, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"r-z-r.ruIU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"firexone@wanadoo.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82611427922\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Вас приветствует  сайт рассылки http://r-z-r.ru \r\n.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'r-z-r.ruIU', 'firexone@wanadoo.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 06:52:13', '54.36.9.139', '1'),
(262, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PseuresahBL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fight518@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85395633199\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1643:\"These are some of the important things to be taken into consideration before you buy binoculars for yourself. The use of exotic inks, Cheap Jerseys China Wholesale, nonstandard shapes and even nonstandard materials like plastic and metal can double the price of a business card quotation. Having the elements damage this kind of highend device will definitely end result in paying out excessive on fixes.During the Republic of China period (19121949 AD)， with permission from the then Chinese government， Chinese businessmen ran franchises on resources of the South China Sea islands， including bird droppings.Cheap NFL Jerseys Online.Duplication is where the real magic happens in network marketing.5.Not only mining industry but also in cases of other important industries such as construction,Cheap Wholesale Jerseys, paper, pharmaceutical or packaging the owners always have an tendency to flout the regulations to fulfill their greed for profit. Because of this the idea can stand up to the infrequent drops along with falls.Jennifer Aniston has married her longtime boyfriend Justin TherouxFormer &quot;Friends&quot; star Jennifer Aniston has married her longtime boyfriend Justin Theroux at their Los Angelesarea home in a secret ceremony that took the media and many of the couple&#039;s guests by surprise, celebrity media reported on Thursday. Shift After you WishThe serious benefit from booklets dispensers is definitely they can be MBT Shoes Sale an easy task to transfer. One can find precious metal dispensers which is separate simply.&quot;LOS ANGELES, Jan.Visit my site：http://www.cheapjerseysnflwholesalechina.us.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PseuresahBL', 'fight518@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 08:25:25', '36.57.179.211', '1'),
(263, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RedMasterEW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"underimalder@i.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86422774146\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:426:\"Говорят на криптовалюте Sibcoin можно стать миллионером. Как считаете, есть смысл купить данной криптовалюты? С Биткоином я свой шанс уже упустил. \r\n \r\nThey say the cryptocurrency Sibcoin can become a millionaire. Do you think it makes sense to buy this cryptocurrency? With Bitcoin, I already missed my chance.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RedMasterEW', 'underimalder@i.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 11:05:56', '178.137.93.221', '1'),
(264, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SexyLinaLepKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mafika209148@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87766285938\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"Sexy girls here http://bit.ly/2F9OMFw Sign up!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SexyLinaLepKV', 'mafika209148@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 11:35:16', '31.204.181.238', '1'),
(265, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"lulaie60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"consueloez20@naoki50.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86697115441\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://porn.ball.fetlifeblog.com/?noelia \r\n\r\n dobbler 3d porn comics you porn hen night deflowering porn ass to mouth porn vids has jessica alba ever made porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lulaie60', 'consueloez20@naoki50.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 14:42:19', '91.219.236.171', '1'),
(266, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"paulettekr16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"lillianoj3@ryoichi70.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81237649721\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://porn.stories.fetlifeblog.com/?vanesa \r\n\r\n lesbian licking porn pics simpson and disney porn free girls locker room shower porn gay porn video gallery good porn gay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'paulettekr16', 'lillianoj3@ryoichi70.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-07 16:30:36', '198.98.61.36', '1'),
(267, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DwaynebruchFR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"basanowvova@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88262593929\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:376:\"http://juliusross44483.soup.io/post/664820939/What-is-the-Minimum-Mbps-Wanted-For\r\nhttps://rateparty72.zigblog.net/2018/10/23/how-can-i-exploit-streaming-video-on-my-site/\r\nhttps://www.adsoftheworld.com/user/lykkegaard63lykkegaard\r\nhttp://deonbrewington73.soup.io/post/664821488/Canadian-Netflix-Users-Get-Entry-To-My\r\nhttps://www.nature.com/protocolexchange/labgroups/1255731\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DwaynebruchFR', 'basanowvova@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-08 02:13:35', '91.225.88.181', '1'),
(268, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"VolumePillsWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"volosy@i.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89366668576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:417:\"Конский возбудитель (вытяжка тестикулярной сыворотки) купить в Украине: http://www.penis.pp.ua/, увеличение члена Xtrsasize Украина, увеличение количества спермы Volume Pills купить Украина, тестикулярную сыворотку купить в Украине: http://doctor.sells.com.ua\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VolumePillsWP', 'volosy@i.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-08 11:14:40', '37.73.137.52', '1'),
(269, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82485752198\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"http://www.magcloud.com/user/emmabrowm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-08 12:11:21', '31.3.91.83', '1'),
(270, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SandragorAQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"19.54198219481952z@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88924753131\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:467:\"Ritm SCENAR Pro Plus https://clck.ru/EkPQU Scenar device delivers a non-invasive, interactive electrical stimulation via the patient&#039;s skin. Ritm  Scenar Pro Plus is designed for medical and allied health practitioners such as Physiotherapists, Veterinarians, Nurses, Chiropractors, Osteopaths, Rehabilitation Practitioners, Podiatrists, Massage and Sports Therapists. Indications for: Surgery, Trauma, Bursitis, Dental problems, Musculoskeletal problems, Stroke\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SandragorAQ', '19.54198219481952z@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-08 16:41:23', '188.163.109.153', '1'),
(271, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephencowXY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"wdkkxroo@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87277729137\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:94:\"us player casino directory online casino canada online live casino online casinos based in usa\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephencowXY', 'wdkkxroo@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-09 09:26:17', '178.159.37.38', '1'),
(272, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"RimskipFD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"olejckarom@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86396856396\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:53:\"бутик отель в москве в центре\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RimskipFD', 'olejckarom@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-09 14:09:24', '62.149.29.43', '1'),
(273, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4:\"Nick\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"NICKAWAY@ME.COM\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"3617230427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"I plan on coming your way in February. Would like to book a lodge February 11th to the 16th two bedroom if possible. Will need collecting form airport and returning. Regards Nick\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nick', 'NICKAWAY@ME.COM', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-09 19:30:20', '65.36.79.22', '1'),
(274, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"Юлия\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"clochykidke2024@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84573113685\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Перезвоните мне пожалуйста 8 (499) 322-46-85 Юлия.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Юлия', 'clochykidke2024@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-09 21:33:38', '185.94.189.130', '1'),
(275, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Live Cams\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"dasie@h.dietingadvise.club\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Live Cams\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:250:\"CamMost.com are proud to bring U , our special offer .\r\nSo get Your cock out &amp; wank off over these hot girls &amp; their sweet wet pussy&#039;s\r\nFree Teen cams Offer! Free For Hardcore 1-2-1 cams\r\n\r\nClick here for info below &amp; watch LIVE now!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Live Cams', 'dasie@h.dietingadvise.club', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-10 02:13:07', '129.205.137.61', '1'),
(276, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"moneyLepZI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mafika209148@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84199733948\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"FREE TRAINING: \r\n&quot;How to Earn a 6-Figure Side-Income Online&quot; Sign UP of this link http://bit.ly/2QA6dkx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'moneyLepZI', 'mafika209148@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-10 05:35:05', '31.204.181.238', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(277, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AnthonyBuPQY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"qckq64328@horn.memberty.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84843965488\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1249:\"Turinabol Purpose\r\n Keep the options available. Check out multiple properties and auctions, even until shutting in your home associated with preference. Investigation other homes extensively to learn what you could be missing out on. The last thing you should do is near on the home, just to learn that a block away, an improved house was less expensive and much more centrally positioned for you.\r\n  Dianabol Y Anavar\r\n Prevent hairloss by watching your food intake. Locks is essentially health proteins and needs to be provided health proteins to grow and succeed, however, view the particular healthy proteins you give your body. Proteins which are rich in body fat, like steaks, have a tendency to improve androgenic hormone or testosterone degrees and that has been shown to cause hairloss. Opt for lean proteins like seafood, beans and chicken breast for healthier hair.\r\n  Anadrol Price\r\n Make sure to utilize the toilet for waste and lavatory paper only. Don&#039;t place 100 % cotton swabs as well as other things in the toilet as should it be a trashcan. Ensure that what ever you devote the bathroom can easily break up, so that you don&#039;t result in significant clogging and backup with your pipes and drains.\r\n  Deca Durabolin Recipe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyBuPQY', 'qckq64328@horn.memberty.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-10 14:37:11', '91.236.74.18', '1'),
(278, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TerryNoRWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ecfgbu@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82159874284\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"PTHC FORUM \r\n \r\n9tl.ru/kGISN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerryNoRWA', 'ecfgbu@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-10 18:06:32', '77.35.176.19', '1'),
(279, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"moneyLepZI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mafika209148@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88491377643\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"FREE TRAINING: \r\n&quot;How to Earn a 6-Figure Side-Income Online&quot; Sign UP of this link http://bit.ly/2QA6dkx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'moneyLepZI', 'mafika209148@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-10 23:48:19', '31.204.181.238', '1'),
(280, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RalphevendMM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"wtmg47274@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85451831133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1211:\"Masteron Makes Me Tired\r\n Only utilize trustworthy guidance on credit history fix, most times only using that from specialists. There are various places on-line that provide credit maintenance guidance, but that doesn&#039;t mean you can depend on everything. The truth is, there are many options on the web that can supply information and facts that is out of particular date or incorrect, that may be damaging to your credit score when you tried it.\r\n  Testosterone Propionate Feeling\r\n Mildew is a common allergen inside of many properties. It could be lowered by generally drying out all areas from the bathroom and kitchen following use. Mildew needs drinking water to cultivate, and in case all surfaces are dried up, the mildew could not grow. Also look beneath your sinks to make certain you will find no leakages which could permit fungus to increase.\r\n  Proviron Progesterone\r\n Although pregnant, your system alterations. Will not anticipate that you are capable to match your clothing that you had prior to carrying a child. Look around or acquire some garments that may suit you once you give arrival, particularly unless you want to keep on sporting maternity outfits.\r\n  Primobolan Equipoise Stack\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RalphevendMM', 'wtmg47274@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-11 08:43:16', '91.236.74.16', '1'),
(281, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"claireop3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"benjamintc1@ryoichi30.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81837325692\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"Enjoy daily galleries\r\nhttp://busty.ponstars.instasexyblog.com/?madisen \r\n\r\n women from basshunter porn best preggo porn stars nubi porn hether brooks porn hanging tit udders porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'claireop3', 'benjamintc1@ryoichi30.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-11 11:03:06', '199.249.230.75', '1'),
(282, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TerryNoRWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ecfgbu@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85376692377\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"PTHC FORUM \r\n \r\n9tl.ru/kGISN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerryNoRWA', 'ecfgbu@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-11 11:55:14', '77.35.17.226', '1'),
(283, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TerryNoRWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ecfgbu@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88967352459\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"PTHC FORUM \r\n \r\n9tl.ru/kGISN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerryNoRWA', 'ecfgbu@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 01:38:11', '77.34.108.189', '1'),
(284, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"r-z-r.ruIU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"firexone@wanadoo.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86134677653\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Вас приветствует  сайт рассылки http://r-z-r.ru \r\n.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'r-z-r.ruIU', 'firexone@wanadoo.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 04:30:20', '54.36.9.139', '1'),
(285, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"moneyLepZI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mafika209148@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83638761468\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Need followers on instagram fast and free ? Click here http://freefollowers.stream/ \r\n \r\nFree followers instagram\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'moneyLepZI', 'mafika209148@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 09:37:34', '31.204.181.238', '1'),
(286, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelzibUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lmwrselj@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85282231714\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:82:\"beste online casino roulette online casinos blackjack online virtual roulette game\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelzibUJ', 'lmwrselj@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 12:48:45', '178.159.37.38', '1'),
(287, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"bobbiug16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"luciaan3@susumo7010.fumio42.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81578277741\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://blonde.porn.allproblog.com/?jamie \r\n\r\n legal age for porn stars z brandon porn free male domination porn free teenie hardcore porn videos how to watch porn tube\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bobbiug16', 'luciaan3@susumo7010.fumio42.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 13:53:04', '204.85.191.30', '1'),
(288, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"VodasogLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"starovojtovgeorgij8383@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84393557971\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:685:\"Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\nhttp://voda-nn.ru - заказ питьевой воды        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: http://voda-nn.ru - voda-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VodasogLD', 'starovojtovgeorgij8383@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 15:57:30', '109.184.203.92', '1'),
(289, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Nikolay\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"sun-lenta2@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81785619867\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1189:\"Когда Вы Примете решение купить в магазине САНмебель в Киеве или приобрести в Украине мебель на любой вкус , \r\nвы можете быть уверенными в хорошем качестве товара. Надёжность и долговечность при \r\nсравнительно небольшой стоимости  уже давно убедили различных покупателей в правильности решения, \r\nсделанного ими в своё время. Останавливая свой выбор именно на нашей мебели, вы будете восхищены \r\nоптимальным соотношением «цена/качество». \r\nА если кто интересуется оборудованием для СТО обратите внимание \r\nоборудование для СТО \r\nздесь приобретали по недорогой цене и весьма довольны. \r\nТакже наш партнер магазин мебели Киев \r\nкомпьютерные столы украина\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nikolay', 'sun-lenta2@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 18:53:05', '134.249.147.157', '1'),
(290, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Shaleru\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"crimea.gromov.sale@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81556965423\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:311:\"Шале Ла Рош Продажа квартир от 2.5 млн. рублей, гибкая система скидок, рассрочка и ипотека. Жить у моря - просто! http://shalelarosh.ru +7-918-469-25-86 \r\nСдам квартиру в этом ЖК в Артеке +79787385984\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Shaleru', 'crimea.gromov.sale@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-12 19:04:52', '176.108.188.5', '1'),
(291, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattressgv@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89352552497\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:334:\"cbd oil capsules cbd capsules \r\nhemp oil capsules CBD capsules \r\ncbd capsules holland and barrett cbd capsules holland and barrett \r\ncbd pills cbd capsules holland and barrett \r\n \r\nhemp oil capsules CBD capsules \r\namazon cbd capsules cbd capsules \r\ncbd oil capsules cbd oil capsules \r\nbuy cbd capsules cbd capsules holland and barrett\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattressgv@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 00:09:21', '176.8.90.138', '1'),
(292, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"moneyLepZI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mafika209148@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89935923169\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"Need money free ? Click here https://vk.cc/8UBjui \r\n \r\nFree money\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'moneyLepZI', 'mafika209148@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 01:42:28', '31.204.181.238', '1'),
(293, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"BytovkaNNov\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"obbetoca1994@seocdvig.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87812959414\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:64:\"dsk-nn.ru - Аренда вагончиков        - dsk-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BytovkaNNov', 'obbetoca1994@seocdvig.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 03:45:03', '109.184.203.92', '1'),
(294, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Touristservices\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"tourist-services@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81975931365\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:813:\"Если вам нравится путешествовать или вы просто увлекаетесь туризмом, \r\nто вам будет интересна информация предоставленная на нашем сайте \r\nhttp://touristservices.ru Здесь вы сможете воспользоваться такими услугами как: \r\nбронирование отелей, поиск авиабилетов, выбор и заказ морских круизов, трансфер \r\nдо аэропорта или попросту такси,экскурсии и прокат авто. Планируйте свой отдых \r\nсамостоятельно и без посредников, экономя до 30 процентов на каждой услуге.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Touristservices', 'tourist-services@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 15:07:26', '81.162.98.175', '1'),
(295, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"VodasogLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"ossianowaleksandr19942956@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89528753715\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:793:\"Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\nhttp://xn----7sbfi1cac.xn--p1ai - помпа для бутилированной воды в подарок в нижнем новгороде        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: http://xn----7sbfi1cac.xn--p1ai - вода-нн.рф\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VodasogLD', 'ossianowaleksandr19942956@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 16:37:25', '109.184.180.89', '1'),
(296, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelheeriGK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"pushbestner@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89535311376\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:872:\"Привет хотим представить вам партнерку по http://onebetbest.com/push.php - пуш монетизации. \r\nПуш подписки дают отличную возможность манетизировать ваш сайт в пасивном режиме. Этот способ дохода обсюлютно легален. \r\nПриглашаем Вас начать зарабатывать на своем сайте или по партнерской программе где вы получаете отчисления от приглашенных рекламодателей и вэбмастеров. \r\nВсем кому интересен данный вид заработка можно перейти по http://onebetbest.com/push.php - ССЫЛКЕ(КЛИК) для регистрацииhttps://clck.ru/F3DQJ - .\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelheeriGK', 'pushbestner@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-13 18:27:17', '178.88.120.96', '1'),
(297, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"blancaly4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"opheliahu3@tamotsu8010.eiji27.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86376873314\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Daily updated super sexy photo galleries\r\nhttp://porn.austria.xblognetwork.com/?eileen \r\n\r\n amature black free porn porn quotes nasty banned porn cartoon hentai anime porn rachael roxx porn star\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'blancaly4', 'opheliahu3@tamotsu8010.eiji27.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-14 14:16:53', '199.249.230.64', '1'),
(298, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"wendiac11ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"ne69@haru4510.tadao90.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87392989997\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"Sexy pictures each day\r\nhttp://ebony.porn.hotblognetwork.com/?mina \r\n\r\n home porn solos free porn dowmload rio porn video breezers porn free lexbion porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'wendiac11ET', 'ne69@haru4510.tadao90.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-14 23:39:26', '85.202.163.127', '1'),
(299, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"hannahlw4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"carolinaym6@rokuro51.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81268942287\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:204:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://maxporn.hotblognetwork.com/?yasmine \r\n\r\n women soft porn photo latin quality porn porn star papillon kim cattrall porn massage porn longer flash\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hannahlw4', 'carolinaym6@rokuro51.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-15 13:28:24', '81.17.27.130', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(300, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Shaleru\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"crimea.gromov.sale@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82761655731\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:364:\"Шале Ла Рош Продажа квартир от 2.5 млн. рублей, гибкая система скидок, рассрочка и ипотека.http://shalelarosh.ru +7-918-469-25-86 \r\nСдам квартиру в Артеке +79787385984 http://www.yaltahelp.ru/board/arenda/kvartiry/shale_la_rosh/2-1-0-530  Жить у моря - просто!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Shaleru', 'crimea.gromov.sale@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-15 15:30:20', '176.108.188.5', '1'),
(301, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"pavingviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"stroy@plusgmail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88735763963\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:103:\"квадратная тротуарная плитка   - подробнее на сайте rsk-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pavingviextMO', 'stroy@plusgmail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-15 16:16:17', '109.184.241.0', '1'),
(302, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamnizZO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"i7.71177117711@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86148679347\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:409:\"Предлагаю Интернет Рекламу от 10 usd за Месяц http://1541.ru Рассылки Объявлений на Доски, форумы. Обучение. YouTube. Соц.Сети. Как экономить на рекламе. Что льзя и нельзя. Все виды услуг по PINTEREST. В интернет рекламе 25 лет. Skype evg7773 Viber +380976131437\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamnizZO', 'i7.71177117711@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-16 06:56:02', '188.163.109.153', '1'),
(303, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidBlemaGT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"dm.reshetnikov42@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86821499144\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:829:\"Быстро и качественно накручивать  лайки, подписки, просмотры почти во всех известных социальных сетях. \r\nБыстрая регистрация, проста в управлении, приятный интерфейс, все это говорят только об этой программе для накрутки. \r\nВ программе есть только одна валюта — поинты, вы их зарабатываете и обмениваете на лайки и подписки в нужной вами соц. сети. \r\nВ самой программе вы входите на ваши аккаунты в соц. сетях и вам начисляются поинты. \r\n \r\nзарегестрироваться\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidBlemaGT', 'dm.reshetnikov42@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-16 07:20:31', '188.124.240.248', '1'),
(304, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"babosonFB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"1@filmtut.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87844426277\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"http://home-babos.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'babosonFB', '1@filmtut.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-16 18:00:45', '145.255.21.196', '1'),
(305, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AnthonySteemVC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jtnlextn@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84182895191\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"legal online casino in south africa http://spaceonlinecasino.com/ - casino games casino online virtual reality blackjack\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonySteemVC', 'jtnlextn@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-16 19:52:17', '178.159.37.38', '1'),
(306, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress2u@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86373488479\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"when does generic viagra hit the market fortunegraphite.com \r\nwhen will generic viagra be available Go Here \r\n \r\ngeneric viagra usage www.fortunegraphite.com \r\nmarley generics what is it worth\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattress2u@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-17 09:28:33', '178.137.80.124', '1'),
(307, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MiltonbarOA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"chrumer@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83786825848\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"Успей пройти опрос за который реально платят деньги.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MiltonbarOA', 'chrumer@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-17 15:20:37', '37.113.180.107', '1'),
(308, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgefintyRG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"serzh.nana@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88333372969\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:645:\"https://clck.ru/F3jCW - Держатель для смартфона с функцией беспроводной зарядки \r\nУникальный автомобильный держатель для смартфона с беспроводной зарядкой. Устройство надежно крепится в салоне авто благодаря двойной фиксации. \r\nАвтоматически заряжает смартфон, когда вы в пути. https://clck.ru/F3jCW \r\n[URL=https://clck.ru/F3jCW - [IMG - https://i109.fastpic.ru/big/2019/0117/df/d717d7df123302668a816be283233bdf.jpg[/IMG - [/URL -\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgefintyRG', 'serzh.nana@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-17 18:26:24', '5.188.210.53', '1'),
(309, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"brittanyqn16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"mariavx5@hotaka3110.masumi79.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85639154394\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://sex.lesbian.relayblog.com/?alize \r\n\r\n japanease porn stars hard core porn films mindy farrar porn best free long porn movie forum homemade porn movies utube\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'brittanyqn16', 'mariavx5@hotaka3110.masumi79.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-18 04:22:09', '185.220.102.4', '1'),
(310, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84658331885\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"https://wallinside.com/post-65546044-scamfighternet-free-thesis-generator.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-18 10:54:29', '177.101.239.18', '1'),
(311, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattresse9@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87888281139\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:171:\"https://cbdoilcompanies.com Find Out More \r\nuse this link https://cbdoilcompanies.com \r\n \r\ncbdoilcompanies.com go right here \r\ntry this website https://cbdoilcompanies.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattresse9@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-18 17:23:05', '176.8.90.138', '1'),
(312, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AntikCrakyHJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"rudenoknazar694@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89652125798\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:275:\"https://waterloo-collection.ru/32712/ - Купить — знак — кокарда — Голубая дивизия — Испанская фаланга    - смотрите на сайте антиквариата https://waterloo-collection.ru - waterloo-collection.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntikCrakyHJ', 'rudenoknazar694@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-18 17:54:30', '109.184.182.197', '1'),
(313, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EllenSmormWG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"brqomcnge@gordpizza.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84691484311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"online casino gambling \r\nonline gambling casino \r\nplay casino games online \r\ncasino games \r\ncasino games \r\ncasino slots \r\nslot game \r\nslot game \r\ncasinos online \r\nonline gambling casino \r\nslot game \r\nonline casino slots\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EllenSmormWG', 'brqomcnge@gordpizza.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-19 00:28:09', '212.92.122.196', '1'),
(314, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"monicatd4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"odessacb69@isamu8710.kenta70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88311427443\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"Sexy photo galleries, daily updated collections\r\nhttp://curvyhotporn.lesbianbeddeath.allproblog.com/?maya \r\n\r\n fun with porn bree porn freee blonde porn videos free porn video and pics free porn flash player videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'monicatd4', 'odessacb69@isamu8710.kenta70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-19 01:51:49', '185.104.120.5', '1'),
(315, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MariaPoumbAS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"buyreadybusiness@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86958574744\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:51:\"ALL ABOUT BUSINESS TODAY \r\nALL ABOUT BUSINESS TODAY\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaPoumbAS', 'buyreadybusiness@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-19 04:57:06', '37.195.164.137', '1'),
(316, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SandragorAQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"i771177117711@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86496868713\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:615:\"Повысить свою квалификацию ЗДЕСЬ https://alterrafin.com?ref=3305 и начать зарабатывать больше. Если Вы бухгалтер, финансист, управленец, аудитор, налоговый консультант, HR-специалист - Вы обратились по адресу! У нас Онлайн-подготовку по международным программам с любого уголка страны: ACCA DipIFR, CIMA, IAB/IAAP, IAPBE и др. тел., telegram, viber: +380679906911, : 0679906911, whatsapp: 77473270513\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SandragorAQ', 'i771177117711@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-19 05:30:42', '188.163.109.153', '1'),
(317, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"MaryHobXP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"sp956828@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86976939124\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"Make money online?.We will explain how to get started. \r\n \r\nhttps://money-online.site - Easy money online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaryHobXP', 'sp956828@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-19 19:00:30', '49.150.162.237', '1'),
(318, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HaroldswistAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ozjfqdfd@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87993796517\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"us online casino paypal casino bonus online casino games best us online gambling sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HaroldswistAT', 'ozjfqdfd@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-20 09:36:30', '178.159.37.38', '1'),
(319, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"urustviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"rogozhnikowleopold97@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85199889956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"http://zakon-nn.ru -  СПОРЫ ПО 115 ФЗ        - http://zakon-nn.ru - zakon-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'urustviextMO', 'rogozhnikowleopold97@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-20 11:20:05', '109.184.222.78', '1'),
(320, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"reklamaviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"neusypaevmiroslav1998@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88236547277\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"композитные короба  - подробнее на сайте рекламно-производственной компании urgroup.online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reklamaviextMO', 'neusypaevmiroslav1998@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-20 12:06:33', '109.184.229.70', '1'),
(321, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"OlnewasmexLE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"toto-moro@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88414279736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6513:\"Если вам нужны кроссовки компании NB, а переплачивать в магазинах вы не желаете, лучше покупать кроссовки на официальном портале интернет-магазина. На веб-ресурсе нью баланс дутики  вы можете найти оригинальные кроссовки для повседневной ходьбы или спортивные товары. Американский бренд New Balance постоянно усовершенствует свои товары, в связи с чем у компании с каждым годом становится всё больше покупателей. \r\n \r\nNew Balance официальный дисконт интернет-магазин в России \r\n \r\nНа официальном портале NB у вас есть шанс выбрать фирменные мужские и женские кроссовки. На ресурсе регулярно добавляются варианты кроссовок на каждый сезон. Вы с легкостью можете найти крутые варианты кроссовок для себя на официальном ресурсе. В интернет-магазине доступно много разных кроссовок. Вы можете найти кроссовки для бега или для другого вида спорта. \r\n \r\nУ вас есть возможность выбрать на портале кроссовки со скидкой. Вы можете выбрать и заказать кроссовки разной размерной сетки. Если вас заинтересовали кроссовки желтого или розового цвета, вы легко можете купить их на newbalance-russia.com. Вы можете найти несколько вариантов, добавить их и оплатить сразу. На официальном веб-портале вы можете оформить заказ online, а курьеры доставят вам кроссовки по адресу. \r\n \r\nВы можете не переживать о том, что кроссовки New Balance комфортные. После оформления заказа оплатить товары можно любым удобным для вас способом. На веб-странице доступна возможность оплатить товары через Visa или MasterCard. Ключевым плюсом интернет-магазина есть то, что на сайте понятный интерфейс, из-за чего в каталоге реально быстро разобраться. Вы можете выбрать любой интересующий Вас товар невероятно быстро. На веб-странице огромный ассортимент кроссовок. Все модели оригинальные. Американская фирма NB доставляет все кроссовки лично. На все кроссовки предоставляется официальная гарантия от компании. \r\n \r\nКупить женские кроссовки New Balance в Москве \r\n \r\nЕсли вы не один день выбирали отличные кроссовки, советуем рассмотреть мужские и женские кроссовки - new balance кроссовки википедия  эти кроссовки очень стильные, в них нога чувствует себя комфортно. Почти во всех кроссовках идёт антибактериальная стелька, что защищает ваши стопы. Во всех NB прочный материал. Заказать кроссовки вы можете на newbalance-russia.com \r\n \r\nСегодня мужчины привыкли приобретать качественные кроссовки на долгий период. Если вы хотите подобрать универсальные кроссовки NB, рекомендуем обратить интерес на модельный ряд бренда NB. Кроссовки легко найти на любой сезон. Вы быстро можете купить себе кроссовки на лето. Если вас заинтересовали кроссовки салатового цвета, такие также доступны в ассортименте. \r\n \r\nУзнать о наличии определенной пары New Balance вы можете по телефону +7-(495)-532-56-69, где вас детально проконсультируют и предложат крутые варианты. Вы можете также индивидуально приехать по адресу г. Москва, ул.Хабаровская, дом 15 и выбрать определенные кроссовки. Если у вас есть интерес оплатить кроссовки через PayPal или LiqPay, сделать это вы можете быстро на ресурсе. \r\n \r\nНадо отметить, что на newbalance-russia.com огромный выбор качественных кроссовок. Если вы желаете выглядеть стильно, носить яркие вещи, NB – это то, что вам нужно! Уже в наши дни очень много парней приобрело кроссовки этого бренда и очень счастливы. \r\n \r\nКрутые условия, которые доступны на официальном портале позволяют многим сделать свой выбор. Ценовая политика на мужские и женские New Balance доступна в разном диапазоне. Доставка реальная также и в другие города Российской Федерации. Более точную информацию о кроссовках вы можете получить также у консультантов портала. Они быстро отвечают, что радует людей.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OlnewasmexLE', 'toto-moro@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-20 18:02:55', '31.184.238.56', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(322, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"promokodOiFN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"skidkisof@promokod.sale\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82496323312\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:268:\"Мне тоже тупым кажеться\r\nбред полный\r\n \r\n \r\n \r\n_________________________________________________________________________ \r\nhttp://avn.life/forum/index.php?PAGE_NAME=profile_view&amp;UID=14879\r\nhttp://omax.ru/communication/forum/user/1089/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'promokodOiFN', 'skidkisof@promokod.sale', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-20 18:54:30', '185.47.52.30', '1'),
(323, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MiltonbarOA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"chrumer@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82385547845\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:57:\"Опрос за который платят деньги.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MiltonbarOA', 'chrumer@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-21 15:59:13', '37.113.180.107', '1'),
(324, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"lacyau11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"nolagu5@ryoichi32.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83313529327\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"Scandal porn galleries, daily updated lists\r\nhttp://porn.365.instasexyblog.com/?aylin \r\n\r\n cartoon inscest porn free garanny porn jirina james oily porn premature porn blooper ninjas attack from all sides porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lacyau11', 'nolagu5@ryoichi32.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-21 23:16:39', '185.147.237.8', '1'),
(325, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"tracifz60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:49:\"nathanielbl69@masashi5410.shiro45.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87851495797\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://porn.auntie.instasexyblog.com/?paulina \r\n\r\n pivate porn stag party daddy babygirl porn cites latex bbw porn gay porn codes ussr porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'tracifz60', 'nathanielbl69@masashi5410.shiro45.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-22 03:59:45', '185.220.101.44', '1'),
(326, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"1AbsoCouttyJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"sommise@trusted-canadian-online-pharmacy.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88372635899\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"click here for more  Specialty Pharmacies  64f65dl8iyh645d5  imp source  Global Pharmacy Canada  Ku Pharmacy  Online Pharmacy Xanax  Diplomat Pharmacy Flint Mi  MALE BIRTH CONTROL PILL  https://www.iklanbarisposkota.net/author/pharmacy1trown/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '1AbsoCouttyJU', 'sommise@trusted-canadian-online-pharmacy.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-22 10:43:08', '91.221.211.151', '1'),
(327, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81747261282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4951:\"There are porn sites; then there is magpost.  magpost is easygoing on the eyes much the hottest website in the matter of posting awesomely crotchety videos from all notable porn studios; busty milfs, successfully cocked motherfuckers, wannabe clueless virgins, smutty ebonies, off the rails freaky parties…you feel what I mean. Their worldwide library not at all runs gone away from of delight, and you potency as expertly not allocate a fuck up your broad sunlight in hurt of a fap session. Ads suck, and at anybody baggage upon this plot is that its ads unscrew; that’s not something you can suggest to lots of unfettered sites these days. \r\n \r\nThe site is as prestigious as Mia Khalifa’s pussy. It has a minimalist layout, and you bring be greeted away a represent page that has tags, a cam offshoot, up on button and a search. In summing-up, the porn videos are arranged not later than watch over with no borders, exclusively thumbs, and a runty classification that pop-ups when you linger across after a preview. That should pad off fucking the whole shooting tourney you need. The PornDude is impressed (doesn’t procure unoppressive) through the orderliness and decipherability of this site. Although I would utter the unvaried cease operations to the videos on this site; they are venturesome, unsettled, smutty and hardcore. But then, that’s what all of you gungy minds are looking for. Engage elsewhere me fancy; you think like corrupt fapping habits are hither to gradation a gouge gain high-level already, right? Lessen boulevardier; your lilliputian intimate is safe and sound with me. \r\n \r\nIf you were ratiocinative nearly monied take it easy on jerking this too soon, you arrange be in torment on visiting  magpost.  sfico. The possibilities of jerking your dick boat are thoroughly considerable here, fucker. At excuse these categories ranging from non-professional, anal, ass, great tits, villain, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, normal tits, defender, authenticity, redhead, lanky, teen, threesome to orgies. Don&#039;t you come about these juicy? Suck my cock! All you indispensable is misusage your fucking mouse, click on the avenge button in the menu, and all floodgates to firmament matrix wish and testament flutter open. With a porn database the extent of the Atlantic, I’m faint-hearted you already misplaced your country freak. \r\n \r\nThe catchword at sfico “Unbiased Porn,” and that’s pulchritudinous much your centred need. Anything else is a fucking clamour on at the moment, and you don’t requirement it, motherfucker. With the sites’ only stringent layout which makes it easy for you to excursion across the categories, no hustles when locating your favorites. All the clips uploaded on this atmosphere are 100% way agree clips. The chances are that you won’t be talented to vigilant those exact videos on any other site. \r\n \r\nVideo acclivity can be adjusted and ranges from 240p all the started up to a mind-boggling 1080p or Finished HD. And alter me who the fuck doesn’t swain quality? Newer videos wish categorize packed HD playback, but if you almost sponsor to the older videos, quality can be a crumb farther down quest of conspicuous reasons. The streaming is also glossy and in search you can download the videos without having to set joined&#039;s hand to up, which is also a stocky bonus. I contemn having to reminisce over a countersign wise to access porn, don’t you? \r\n \r\nAnother great kisser on this site is that there is a slow-witted word choice relationship displayed on the corner that tells you from where the part originated. I identify some of you motherfuckers might not mindfulness, but bluntly, there is something just about schedules. You can fashion the videos alongside means of length and the numbers of tags. Down an eye to you purulent jerking sessions, in search happened, you muscle obtain an hour first your little woman gets residency --- faith me it&#039;s not benefit risking, fucking earmark it. Size matters. It’s more like a whore sorting in her men with concern to the critic of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the delighted on magpost is showcasing the dishonourable Realitykings videos and various clips from the Bangbros Network. You will wrench off on this almost so assorted fucking times, and plan to the heights of adoring this bloody site. It has freaking the aggregate you can no more than hallucinate of now. You studied, it’s without oddity pleasure to guard a strange whore agreement her ass spread nearby a giant unscrupulous cock in a polluted brouhaha! Ebony lesbians manipulate each other with troll dildos. But don’t apropos suffer the onus there motherfucker, come to appreciate the carpet orientation and conjure up the porn mecca yourself. \r\n \r\nNothing but the utmost je sais quoi on video-one\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-22 16:20:57', '89.177.36.70', '1'),
(328, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"KomancherMoritersferIA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"komancher@post.sanok.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84368391116\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"Moja strona www: Odzyskiwanie danych z uszkodzonego dysku Warszawa\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KomancherMoritersferIA', 'komancher@post.sanok.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-23 03:12:58', '213.166.68.227', '1'),
(329, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"wdlpawreeuifRI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"v.ik.mo.king@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89835241376\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1387:\"преобразователь частоты и напряжения . После сравнения заданного и систем радиосвязи . Дискретные выходы используются в диапазоне 0 400Гц и эксплуатационных затрат при частотах в основном устройства (лебедки) лифта значительно повышает комфортность при скорости и плавным останов . Увеличение срока службы двигателя во всех целей управления , а это устройство для цепей , что приводит к средней точке (посредством включения двух центральных ключей , однако из-за увеличения начального значения , Коммунпромводы , преобразующего переменный требуемой частоты Частотный преобразователь переменного тока по скорости (SVC) . Каждая силовая нагрузка . Неравное распределение напора между трубопроводом насосного агрегата для ввода в его энергонезависимую   altivar 31\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'wdlpawreeuifRI', 'v.ik.mo.king@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-23 08:59:47', '213.166.71.35', '1'),
(330, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattressem@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83351167941\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:384:\"generic viagra how to take this page \r\ngeneric viagra from mexico this article \r\nhow much will generic viagra cost in december check this site out \r\ngeneric viagra when to take company website \r\n \r\nwhat is generic viagra professional this hyperlink \r\nwhy is generic viagra so expensive official source \r\nwhat is generic viagra called Continued \r\ngeneric viagra cost walmart my sources\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattressem@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-23 18:49:26', '178.137.80.124', '1'),
(331, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattressw5@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86199572946\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:232:\"i was reading this Bonuses \r\nreview find more \r\ntalks about it more bonuses \r\nconsultant review \r\n \r\nclick here for info link \r\npop over here click this over here now \r\nfind out here helpful hints \r\nhere are the findings in the know\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattressw5@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-23 18:49:27', '176.8.90.138', '1'),
(332, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GerardThypeOT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"pleadopfrizak1973l3xz9a@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88887346873\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:185:\"buy cialis without a doctor&#039;s prescription  \r\ncialis without prescription  cialis without prescription online  mayavanrosendaal.com  buy cialis without a doctor&#039;s prescription\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GerardThypeOT', 'pleadopfrizak1973l3xz9a@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-23 22:33:10', '5.188.210.35', '1'),
(333, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterzemPD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"trbcpmli@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84763259271\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:89:\"internet gambling in california best online casinos casinos online new us players casinos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterzemPD', 'trbcpmli@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-24 06:04:05', '178.159.37.38', '1'),
(334, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RicharddaxSN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"wrsxrmp1@wirisi.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87367842774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"online shoping sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicharddaxSN', 'wrsxrmp1@wirisi.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-24 23:38:31', '117.54.13.174', '1'),
(335, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"adrianzp18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"karinsn3@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82351223162\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"Hot galleries, thousands new daily.\r\nhttp://pornassfuckfree.hotblognetwork.com/?marley \r\n\r\n free porn video on the web younge brunnett porn porn wreseling free teen porn vids young innocent free streeming porn for woman\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'adrianzp18', 'karinsn3@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-25 03:35:58', '51.15.43.205', '1'),
(336, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84875994939\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1396:\"Помойте автомобиль на Красной площади https://youtu.be/EgM14bC85c4 БЕЗ ШТРАФА! Ваш ИДЕАЛЬНО чистый автомобиль ВЕЗДЕ, где угодно. За 5 минут и без ядовитой химии в кондиционере и печке отопителя. Автополотенце LUXE это ВЕЛИКОЛЕПНЫЙ ПОДАРОК! Изготовлено из новейшего микроволокна. Производство Япония. Впитывает любую грязь, масло и т.д. Цена 1617 рублей + доставка. Мини: 770 рублей + доставка. ПРЯМОЙ ДОГОВОР с производителем. Это САМЫЕ НИЗКИЕ ЦЕНЫ и 100% гарантия ОРИГИНАЛА. Другие изделия из микроволокна  http://sunnymlm.ru/ecology01.htm  Приглашаем дилеров в РЕГИОНАХ на ЛЬГОТНЫХ УСЛОВИЯХ. Изделия из новейшего японского микроволокна это СЕНСАЦИЯ и НОВИНКА на МИРОВОМ РЫНКЕ. И это Ваша возможность ПОЛУЧИТЬ часть этого рынка! Контакты и заказ продукции: +7 916 141 41 23 05dubli@gmail.com Skype: vsunnymlm  Wire:  @all_you_need_is_love\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-25 07:32:36', '188.163.109.153', '1'),
(337, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NiklByncLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"stokoptom@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82291941466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6024:\"битбон bittrade \r\n \r\nbit.tradeБиржа Bittrade \r\nКупить Битбон \r\nКупить Битбон можно частным образом на нашей бирже Bitbon \r\nПродать Битбон \r\nПродать Битбон можно частным образом на нашей бирже Bitbon \r\nБиржа Bittrade \r\nЧастная биржа Bitbon на которой публикуются частные обьявления пользователей о покупке и продаже Bitbon \r\nПРИМЕРЫ ИСПОЛЬЗОВАНИЯ СИСТЕМЫ BITBON \r\nПРИМЕРЫ ИСПОЛЬЗОВАНИЯ СИСТЕМЫ BITBON(описание из патента № PCT/UA2017/000050 «Способ управления имущественными правами на Активы и система для его осуществления»)Способ управления имущественными правами на Активы успешно реализован в Системе Bitbon], в состав которой входит сеть аппаратно-программных комплексов, содержащих Блокчейн, данные о номинале, идентификаторы \r\nКак работать на бирже Bittrade \r\n1Купить битбонИспользуя сервисы и инструменты Системы Bitbon, каждый желающий может приобрести Bitbon — ограничений нет. Bitbon можно использовать исходя из собственных целей и потребностей, например, оплачивать услуги и товары. При этом только при наличии Bitbon у Вас есть возможность стать Контрибьютором бизнес-проектов и получать дополнительный доход. \r\n2Initial Business Offer (Initial Business Offer — первичное бизнес-предложение)Представьте, что у Вас есть цель инициировать интересный и прибыльный бизнес-проект. Соответственно, для этого Вам необходимо привлечь средства для его реализации. В этом случае Вы можете обратиться в Bitup-Агентство, которое примет решение о допуске Вашего проекта к IBO. И как только Ваш проект будет опубликован, он будет представлен всем участникам Системы Bitbon с предложением стать Контрибьюторами с целью помочь Вам в реализации Вашего бизнес-проекта. \r\n3Став КонтрибьюторомСтав Контрибьютором, Вы можете извлечь дополнительную выгоду в Системе Bitbon. Для этого нужно выбрать самый оптимальный для себя бизнес-проект или даже несколько и обменять свои Bitbon на определенную долю в Projectbon выбранного Вами бизнес-проекта. Станьте успешным Контрибьютором — содействуйте продвижению прогрессивных идей! \r\n4свое Bitup-АгентствоЗарегистрируйте в Системе Bitbon свое Bitup-Агентство и получайте доход от сопровождения и реализации каждого бизнес-проекта. Станьте неотъемлемой частью мира цифровой экономики на базе современных технологий!Подробнее о базовых функциях Bitup-Агентства Вы можете узнать, перейдя по ссылке Термины и определения. \r\n5Подключить АПИ(Application Programming Interface — программный интерфейс приложения)Мы предоставляем комплексные программные решения, которые дадут возможность банкам проводить эквайринг платежей, биржам — обслуживать транзакции Bitbon, Projectbon и продвигать IBO, торговым учреждениям — использовать все преимущества платежной системы на базе технологии Блокчейн в новой цифровой экономике. \r\nhttps://bitbon.club/birzha_bittrade \r\n \r\nhttps://bitbon.club/bittrade \r\nhttps://bitbon.club/bittrade_novosti/kak_poluchit_status_agenstva_bitbon \r\nhttps://bitbon.club/bittrade_novosti/zagholovok_stat_i0 \r\nhttps://bitbon.club/bittrade_novosti/sistema_bitbon_kak_activ_dlya_birzi_bittrade \r\nhttps://bitbon.club/bittrade_novosti/proiskhozhdieniie_nazvaniia_bitbon \r\nhttps://bitbon.club/birzha_bittrade \r\nhttps://bitbon.in.ua/bittrade \r\nhttps://bitbon.in.ua/bittrade_novosti/kak_poluchit_status_agenstva_bitbon \r\nhttps://bitbon.in.ua/bittrade_novosti/zagholovok_stat_i0 \r\nhttps://bitbon.in.ua/bittrade_novosti/sistema_bitbon_kak_activ_dlya_birzi_bittrade \r\nhttps://bitbon.in.ua/bittrade_novosti/proiskhozhdieniie_nazvaniia_bitbon \r\nhttps://bitbon.in.ua/birzha_bittrade \r\n \r\nbit trade \r\n \r\nhttps://bitbon.club/bittrade_novosti/zagholovok_stat_i0 - биржа bitbon \r\n \r\nhttps://bitbon.in.ua/bittrade_novosti/zagholovok_stat_i0 - биржа битбон \r\n \r\nbit.trade биржа \r\nбиржа bitbon \r\n \r\nбиржа битбон \r\nbitbon \r\n \r\nbitbon bit trade \r\nbitbon официальная биржа \r\n \r\nбиржа битбон \r\n \r\nhttps://bitbon.club/bittrade_novosti/zagholovok_stat_i0 - битбон bittrade\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NiklByncLD', 'stokoptom@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-25 09:56:56', '195.34.75.83', '1'),
(338, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MiltonbarOA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"chrumer@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86493786354\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"Деньги за Ваше мнение\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MiltonbarOA', 'chrumer@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-25 20:44:08', '37.113.180.107', '1'),
(339, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AnthonyBlupsBG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"krutskyserg@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82976411258\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"поставьте дизлайки пожалуйста! \r\nhttps://www.youtube.com/watch?v=V1YsJxSjA2E - watch dogs 2 на слабом пк\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyBlupsBG', 'krutskyserg@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-26 00:43:49', '193.201.224.220', '1'),
(340, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"agnesgp2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"benjamindg4@masaaki11.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88757911286\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://porn.torrent.bloglag.com/?valerie \r\n\r\n anna angel porn video anna angel digimon tamers porn busty porn tubes free girls crying from anal porn free granny nude porn photos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'agnesgp2', 'benjamindg4@masaaki11.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-26 01:10:14', '176.10.99.200', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(341, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"rosejc69ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"zw7@itsuki27.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84735398656\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"Enjoy daily galleries\r\nhttp://pornput.allproblog.com/?nina \r\n\r\n caught with step daughter porn scottish girls porn free priya rai porn japan porn dvds wife pantyhose porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rosejc69ET', 'zw7@itsuki27.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-26 03:42:31', '195.176.3.23', '1'),
(342, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CatrinahyclEGV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"hbmaynjdl@gordpizza.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87844345739\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"online casino gambling \r\nonline gambling casino \r\ncasinos online \r\ncasino online \r\ncasino online \r\nbest online casino \r\nonline casino slots \r\nonline casino slots \r\ncasinos online \r\nbest online casino \r\nonline casino gambling \r\nbest online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CatrinahyclEGV', 'hbmaynjdl@gordpizza.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-26 04:16:16', '212.92.122.196', '1'),
(343, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Lorka Murka\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"supprot037@ads-sky.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83821925761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2424:\"Welcome to ADS-Sky.Net Campaign. \r\n \r\nWe have for you are over 200 million active social users. \r\nwww.ads-sky.net \r\nThe Best A Social Media Management Service For You. \r\nWas created to allow clients to manage their social media platforms by providing easily accessible services to gain popularity and organic growth. \r\n \r\n$$$$$       www . ads-sky . net \r\nBest Price For You: \r\n \r\n-YouTube - Shares,Likes,Dislikes,Followers / $79 Per 1000. \r\n-Facebook - Likes on Page,Subscribers on The Page,Friends on Your Profile,Like on Post,Likes on Sites /$79 Per 1000. \r\n-Instagram - Followers/$79 Per 1000 ////Likes on Photo /$8 Per 1000. \r\n-Twitter - Followers,Retweets,Add Tweet to Favorites /$79 Per 1000. \r\n-Telegram - Channel Subscribers,Subscribers to a Group,Views 10 Latest Posts /$79 Per 1000. \r\n-Periscope - Likes,Subscribers /$79 Per 1000. \r\n-Tumblr - Likes,Followers,Reposts reblogs /$79 Per 1000. \r\n-Spotify - Followers,PlayLists Followers,Plays /$79 Per 1000. \r\n-Vine - Likes,Followers,Revine /$79 Per 1000. \r\n-TIKTOK - Likes,Followers /$79 Per 1000. \r\n-Dailymotion - Views Videos /$79 Per 1000. \r\n-Shazam - Plays, Followers /$79 Per 1000. \r\n-Twitch - Channel Views /$79 Per 1000. \r\n-Mixcloud - Favorites,Reposts /$79 Per 1000. \r\n-LinkedIn - Subscribers / $79 Per 1000. \r\n-Pinterest - Likes,Followers,Repins / $79 Per 1000. \r\n-Ask.fm - Like Questions / $79 Per 1000. \r\n-Reddit - UpVotes / $399 Per 500. \r\n-Vimeo - Likes,Followers /$299 Per 1000 //// Views Videos /$33 Per 1000. \r\n-SoundCloud - Plays,Downloads HQ /$10 Per 10.000 //// Followers,Likes,Reposts / $89 Per 1000. \r\n \r\nSpecial Offer For You: \r\n \r\nBanner ADS Traffic - High Target One Click - For Your: WebSite and Social Pages. \r\n-Banner ADS - USA/CA/AU/UK - $2.100 Per 1000 Clicks \r\n-Banner ADS - Europa - $1.100 Per 1000 Clicks \r\n-Banner ADS - RU/RB/UA/KZ - $500 Per 1000 Clicks \r\n-Banner ADS - All World - $300 Per 1000 Clicks \r\n--- \r\nYouTube ADS In-Stream Real Views High Target \r\n-YouTube ADS In-Stream - USA/CA/AU/UK - $35 Per 1000 Views \r\n-YouTube ADS In-Stream - Europa - $21 Per 1000 Views \r\n-YouTube ADS In-Stream - RU/RB/UA/KZ - $10 Per 1000 Views \r\n-YouTube ADS In-Stream - All World - $6.9 Per 1000 Views \r\n$$$$$$$$ \r\n \r\nIf you are Interested in the ADS-Sky.Net Campaigns? \r\nWisit Our Site Campaigns:   www.ads-sky.net \r\n \r\nwww.ads-sky.net \r\n \r\nContact Us: \r\n- Telegram: slava_tabola \r\n- E-mail: manager@ads-sky.net \r\n \r\nWith Respect, ADS-Sky.Net\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Lorka Murka', 'supprot037@ads-sky.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-26 11:26:24', '178.122.244.242', '1'),
(344, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85371928933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"college essay writers for hire\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-27 01:05:40', '81.177.73.11', '1'),
(345, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"TomassorgoreoniefeKK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"tomas@post.sanok.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88992687527\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:575:\"Sposob uszkodzenia dysku USB mowi nam, w jaki sposob zabrac sie za naprawe i ostatecznie jak zostana odzyskane jego dane. \r\nIstnieje wiele roznych technik naprawy uszkodzonego nosnika - np. zewnetrzny dysk twardy, ktory zostal upuszczony, klikajac wymaga zupelnie innej metody naprawy niz na przyklad dysk, na ktorym wystepuje uszkodzenie elektroniki zewnetrznej. Naprawa dysku twardego i proces odzyskiwania danych jest trudny i czesto czasochlonny, dlatego powinien on zostac podjety tylko przez profesjonalna firme zajmujaca sie odzyskiwaniem danych, taka jak np. MiP Data\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TomassorgoreoniefeKK', 'tomas@post.sanok.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-27 04:33:44', '185.220.70.148', '1'),
(346, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DerickEluroSI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"dima83838383838.3d.im.a@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81518641627\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4184:\"Лучшие порно ролики в безукоризненном HD качестве ждут вашего внимания! порнуха готов порадовать каждого самыми горячими и сексуальными девушками в свежих видео от популярных студий. Мы отбираем только лучшее на просторах интернета, чтобы вы всегда могли наслаждаться просмотром качественного и сочного порно видео в любое время суток! Лучшее порно онлайн бесплатно. Смотрите порнуху и скачивайте секс видео без регистрации. Веселые потрахушки, которые ты сможешь увидеть в многочисленных категориях http://rus-pornuha.com/tags/%D0%90%D0%BD%D0%B0%D0%BB/ нашего развратного сайта, должны не один порадовать тебя своим небывалым распутством. Они еще постараются летать тебе самочувствие, демонстрируя высшую степень пошлости в довольно милой манере. Ведь многие участники порно роликов, размещенных для нашем портале, получают безумный кайф через своих спариваний, поэтому сила улыбаются и веселятся. А значит, их задорное дух надо передаться дрочерам, для те поняли, сколько трах, случалось, способен обретаться весьма увлекательным и приятным. Это совершенно вероятно, несмотря на ту грязь и пошлость, которая царит в нем по умолчанию, ведь, кажется, сколько иначе наслаждение не получить. Оказывается, весьма даже дозволительно познать, если расслабиться и отдаваться самому процессу совокупления с некоей долей юмора. Тут в соитии будет превалировать везение, а удовлетворение позволит оргазмам зашкаливать и гнездиться продолжительными. И это простой замечательно показывает союз должного настроя любовников для трах с тем, сколько затем происходит, прямо, в самом половом контакте. Совершенно это довольно доступно тебе радикально даром – в хорошем качестве и без регистрации, сколько должно максимально упростить дело слияния с происходящим похабством на экране монитора. Советуем тебе также добавить наш сайт к себе в закладки, воеже и дальше веселиться отменной и увлекательной порнухой, не пропуская ничего нового из появившегося здесь. А в книга, сколько новинок довольно предостаточно, мы действительно уверены, ведь нам так хочется исполнять из этого ресурса околоток, где порно будет главенствовать над всем остальным. Присоединяйся и ты, чтобы внести свой подходящий вклад в развитие порно http://rus-pornuha.com/tags/%D0%9C%D0%BE%D0%BB%D0%BE%D0%B4%D1%8B%D0%B5/ портала и стань его активным и преданным пользователем!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DerickEluroSI', 'dima83838383838.3d.im.a@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-27 07:45:01', '46.246.25.86', '1'),
(347, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobbieTrodoYH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ilfsgqtjwgjl@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85833521556\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:481:\"Ремонт промышленной электроники PHYSIO CONTROL подробнее\r\nРемонт EUROTHERM DRIVES DRIVE 74AMP380-460VAC, 584S/0300/400/0020/UK/000/0000/000/00/000/000 подробнее\r\nРемонт Baumuller | Drive Repair | Servo Drive Repair подробнее\r\nРемонт VS1MX45-2T | Baldor | Drive - AC Drive REPAIR подробнее\r\nРемонт CLEVELAND KIDDER PM SERVO MOTOR 125LB-IN 2400RPM 11AMP 230V, E2C0110A1B0LP0R подробнее\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobbieTrodoYH', 'ilfsgqtjwgjl@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-27 12:03:03', '213.166.71.35', '1'),
(348, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"walterdi11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"rachelleyw1@naoki50.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85526123456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:190:\"My new hot project|enjoy new website\r\nhttp://farm.porn.instasexyblog.com/?jalyn \r\n\r\n sex with mom dad sex porn jean jameson porn stare free insest porn for i phone cheryl cole porn porn java\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'walterdi11', 'rachelleyw1@naoki50.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-27 18:13:29', '51.255.106.85', '1'),
(349, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertVioloOY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"baskteekfe@gmai.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82738348285\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:389:\"Hello everyone! \r\nI want to present you the best site for sex Dating. http://sexsigirls.com/ - Click on mehttps://clck.ru/F5bx7 - . \r\n============================================================================ \r\nПриветик всем! \r\nХочу представить вам лучший сайт для секс знакомств. http://sexsigirls.com/ - Нажми на меня.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertVioloOY', 'baskteekfe@gmai.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-28 00:10:21', '2.133.6.249', '1'),
(350, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KarolnorXS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"k.ar.o.lk.a.lini.n.a.1.987@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88187737815\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"More info...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KarolnorXS', 'k.ar.o.lk.a.lini.n.a.1.987@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-28 01:28:12', '185.234.218.195', '1'),
(351, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"r-z-r.ru\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"firexone@wanadoo.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81149184868\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Вас приветствует  сайт рассылки http://r-z-r.ru \r\n.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'r-z-r.ru', 'firexone@wanadoo.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-28 18:10:54', '54.36.9.139', '1'),
(352, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"StevensoymnDD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oaqwdqtl@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89125849861\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:83:\"internet gambling credit cards black jack casino online casinos online blackjack nz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevensoymnDD', 'oaqwdqtl@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 03:01:01', '178.159.37.38', '1'),
(353, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JoycelooldOF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"mbytecreco1980@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89146317816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"https://buyreadybusiness.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoycelooldOF', 'mbytecreco1980@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 05:44:00', '37.195.164.137', '1'),
(354, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"esperanzaml16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"kristakg7@akira57.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81322884593\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Hot photo galleries blogs and pictures\r\nhttp://one.two.porn.bloglag.com/?melanie \r\n\r\n kayla lexington porn animal farm porn pic gay black porn net jennifer coolidge nude photos and porn prinsoner porn tube\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'esperanzaml16', 'kristakg7@akira57.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 09:33:18', '185.220.101.69', '1'),
(355, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DimonkipAC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"foksinikol@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89417342916\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"индоссамент простого векселя\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DimonkipAC', 'foksinikol@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 13:03:22', '62.149.29.37', '1'),
(356, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Duncan Spriggs\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"dspriggs@northwestel.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:165:\"I am looking for a marina to leave my 44 ft monohull at from April to November...would you be able to accommodate me and , if so, what are the rates?\r\nThanks\r\nDuncan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Duncan Spriggs', 'dspriggs@northwestel.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 14:16:05', '190.122.166.36', '1'),
(357, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"pavingviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"alisatolstuxina94217@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83455786492\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:101:\"тротуарная плитка брусчатка   - подробнее на сайте std404.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pavingviextMO', 'alisatolstuxina94217@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 18:01:25', '109.184.228.117', '1'),
(358, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"renets11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"jacobqa16@riku5210.akio94.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85798755424\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Hot sexy porn projects, daily updates\r\nhttp://dancporn.allproblog.com/?estrella \r\n\r\n young henti porn porn lesbians in petticoats free videos anime porn com squirting orgazams porn sop cast porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'renets11', 'jacobqa16@riku5210.akio94.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 18:49:16', '77.247.181.165', '1'),
(359, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"brentxs60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"wallaceod20@ryoichi30.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85219377897\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"Hot sexy porn projects, daily updates\r\nhttp://free.teen.porn.bloglag.com/?kaitlynn \r\n\r\n white dicks porn free teen porn format slow strip porn ebony muscle porn homemade porn car\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'brentxs60', 'wallaceod20@ryoichi30.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-29 22:42:15', '185.220.101.56', '1'),
(360, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryprutTTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88911323296\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:359:\"Крем мазь для лечения псориаза  http://1541.ru/cms/psoriaz.php , дермита, нейродермита, экземы. Натуральный продукт. Партнерка. заработок. Здоровье. Лечение кожных заболевания. Поставка в любую страну. Скайп evg7773\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryprutTTM', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-30 00:20:00', '188.163.109.153', '1'),
(361, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ShaylaLandyBJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"sheilamaximovna@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88949398165\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:603:\"Incredible update of captchas recognition package &quot;XRumer 16.0 + XEvil&quot;: \r\ncaptchas regignizing of Google (ReCaptcha-2 and ReCaptcha-3), Facebook, BitFinex, Bing, Hotmail, SolveMedia, Yandex, \r\nand more than 8400 another types of captcha, \r\nwith highest precision (80..100%) and highest speed (100 img per second). \r\nYou can use XEvil 4.0 with any most popular SEO/SMM software: iMacros, XRumer, GSA SER, ZennoPoster, Srapebox, Senuke, and more than 100 of other programms. \r\n \r\nInterested? There are a lot of demo videos about XEvil in YouTube. \r\n \r\nFREE DEMO AVAILABLE! \r\n \r\nSee you later ;)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShaylaLandyBJ', 'sheilamaximovna@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-30 09:47:25', '185.255.96.99', '1'),
(362, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"mljepiYT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"o.sudro.17.@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88218636148\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"http://xn--80ac1abr.xn--p1ai/prosto-prikoly-2  	приколы картинки юмор\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mljepiYT', 'o.sudro.17.@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-30 14:52:00', '91.205.239.219', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(363, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"celinaah18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"dianenb4@akio64.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84561273933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Dirty Porn Photos, daily updated galleries\r\nhttp://porn.search.instasexyblog.com/?tia \r\n\r\n jessica biel porn movie free full length college porn tween anime porn sibling porn sex secetary porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'celinaah18', 'dianenb4@akio64.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-31 00:32:17', '198.50.200.131', '1'),
(364, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"mavisgc16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"vilmadm4@riku21.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86842193187\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"New hot project galleries, daily updates\r\nhttp://busty.pornstar.instasexyblog.com/?julianna \r\n\r\n avil lavinge porn free hardcore porn threesomes daily mom porn clipd brittaney starr charm school porn watch free bid awss porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mavisgc16', 'vilmadm4@riku21.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-31 00:43:11', '193.169.145.194', '1'),
(365, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"LousePrKW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"marciyatrofimova89@mail.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88718599633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"http://titki.top/ - порно молоденькие другом, http://titki.top/ - порно секс молоденькие скачать, http://titki.top/ - свежее порно молоденьких.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LousePrKW', 'marciyatrofimova89@mail.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-31 02:50:24', '46.105.51.183', '1'),
(366, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86889283995\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:234:\"New MLM Project Youth  http://tkfl777.com/cms/celluvation.php Our Cellular Rejuvenation Beauty Crystals are a carefully blended energized powder that is the first product created with a quantum biological wave-force digital frequency!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-01-31 05:59:29', '188.163.109.153', '1'),
(367, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"https://www.youtube.com/channel/UCvu0_YheYyq1A2-scjeUplg\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"doopool796@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"https://www.youtube.com/channel/UCvu0_YheYyq1A2-scjeUplg\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:434:\"Дизайн стеклянных самонесущих ограждений делает их популярными в современных зданиях типа модерн или хай-тек. Используется для узких круглых или полукруглых лестниц, когда ширина ступеней не позволяет поставить другие виды ограждений\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'https://www.youtube.com/channel/UCvu0_YheYyq1A2-scjeUplg', 'doopool796@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-01 01:25:09', '62.149.29.45', '1'),
(368, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WaynetrughLG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"exrwvvac@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89234863772\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"vegas casinos online best online casino canada online casinos best casino slots app for ipad\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WaynetrughLG', 'exrwvvac@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-01 09:28:15', '178.159.37.38', '1'),
(369, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress4o@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84836185782\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:311:\"generic viagra date read more \r\ngeneric viagra coupon our website \r\ngeneric viagra gnc browse this site \r\ngeneric viagra indonesia Extra resources \r\n \r\ngeneric viagra legitimate anonymous \r\nviagra generic 20 mg cost navigate to this website \r\ngeneric viagra doesnt work see here \r\ngeneric viagra canada find out\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattress4o@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-01 14:45:41', '178.137.80.124', '1'),
(370, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EmilyageptVB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"xrumjam@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86866817431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1695:\"логические игры для взрослых онлайн \r\n \r\n \r\n \r\nигры гонки взрослые бесплатно онлайн играть \r\nвзрослые игры секс играть онлайн бесплатно \r\nигры для мальчиков взрослых стрелялки онлайн \r\nпопулярные онлайн игры для взрослых \r\nигры для взрослых онлайн на телефоне \r\nонлайн игры 3d для взрослых \r\nвзрослые игры читать онлайн бесплатно \r\nвзрослые игры онлайн играть сейчас \r\nвзрослые игры онлайн бесплатно играть сейчас \r\nонлайн игры русские для взрослых 18 \r\nигры для взрослых девушек играть онлайн \r\nигры онлайн эротика взрослых \r\nфильм игры взрослых девочек онлайн \r\nигры для самых взрослых онлайн бесплатно \r\nонлайн порно игры для взрослых 18 \r\nонлайн игры для взрослых шутер \r\nигры стрелялки взрослых онлайн бесплатно \r\nигры для взрослых мужчин онлайн бесплатно \r\nвзрослые игры на раздевание онлайн \r\nигра танки онлайн для взрослых \r\nигры машины взрослые онлайн \r\nвзрослые игры flower смотреть онлайн \r\nфильм игра взрослых девочек смотреть онлайн\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EmilyageptVB', 'xrumjam@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-01 14:47:11', '185.105.89.190', '1'),
(371, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CathyfumDZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"cathyaddef@topazpro.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83488781262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"dating component joomla\r\nceleron satellite toshiba\r\n \r\ndating for rich guys \r\ngemini woman dating a taurus man\r\ndating for agnostics\r\nmethods of dating fossils and artifacts\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CathyfumDZ', 'cathyaddef@topazpro.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-01 18:33:34', '31.184.238.9', '1'),
(372, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelTabDD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"egorkiil@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89464537449\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3659:\"Случается такое, что когда кредит есть в банке, то чтобы уменьшить выплачиваемые ежемесячные суммы, то возможно взять еще один заем, и оплатить основной долг за счет него. Также можно изменить суммы и сроки, изменить условия погашения кредита. Данная процедура называется рефинансирование кредита. Кстати компрессор винтовой воздушный \r\n \r\nРефинансирование имеет английское происхождение и имеет такой дословный перевод, как механизм политики финансов, который очень успешно применяется в экономической и банковской сфере. \r\n \r\nСуществует рефинансирование ценных бумаг, что подразумевает собой выпуск и продажу новых ценных бумаг, с замещением или изъятием ценных бумаг, которые были выпущены ранее. Рефинансирование ценных бумаг осуществляется для уменьшения затрат на выплату процентов. \r\nhttp://slippertalk.com/forum/member.php?u=110135\r\nhttp://playcatcher.net/index.php/forum/donec-eu-elit/12653#12652\r\nhttps://theimperfectcaregiver.com/?contact-form-id=257786&amp;contact-form-sent=300982&amp;contact-form-hash=184e4d9da75354ec1a6db97761bfb1e84d9e5f46&amp;_wpnonce=a84de84694\r\n \r\n \r\nЕсть такой вид рефинансирования, как банковское, которое заключается в следующем: для того чтобы обеспечить выданный кредит, банк, при недостаче собственных средств, прибегает к недорогим межбанковским ссудам, которые составляются на короткий срок. Обеспечением являются депозиты. \r\n \r\nЕсть такое выражение, как ставка рефинансирования. Это означает ставку, под которую Центробанк дает кредит коммерческому банку. Ставка рефинансирования применяется для начисления штрафов, пени, налога на доходы, которые получаются от размещения вкладов. \r\n \r\nЧасто используется рефинансирование потребительского кредита. В таком контексте рефинансирование подразумевает частичное, а иногда и полное погашение кредита, который был выдан ранее за счет приобретения нового кредита, но уже с небольшим размером процентов. Банк, в котором ранее брался кредит, может не выдать новый кредит, чтобы рефинансировать предыдущий, но это может сделать другой банк. Новый кредит можно заключить на большую сумму, а также возможно изменение сумм ежемесячных платежей.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelTabDD', 'egorkiil@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-02 17:23:05', '91.146.64.42', '1'),
(373, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SMttrusttVC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"litleborz@skibidipa.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89472251913\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:97:\"get free coupons for levitra in hospitals in California | levitra 60 mg to modify their Obamacare\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SMttrusttVC', 'litleborz@skibidipa.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-03 10:12:22', '37.115.216.154', '1'),
(374, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardvofOA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"dzozef10@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89431828711\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"Hi,Scene FLAC music club, Djs mp3 private ftp server. \r\nMusic/Albums/Trance/Dance/House/Electro \r\nhttp://0daymusic.org \r\n \r\nBest Regards, \r\nTom\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardvofOA', 'dzozef10@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-03 11:38:52', '213.159.38.90', '1'),
(375, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"VeldafiexyKL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"jeffreybinstock47@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82647224462\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:241:\"I&#039;d decided to call together alongside everybody attentive to securing farther involved in social issues respecting our employment, connect with me direct using my web page whenever you sees the same. \r\n \r\nCustom Template Treasure Chest\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VeldafiexyKL', 'jeffreybinstock47@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-03 14:22:12', '71.113.147.100', '1'),
(376, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Jochen Winter\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jwmapson@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"+491722908392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:332:\"Hi,\r\n\r\nwe will be leaving Chiapas, Mexico, with our 55 ft sailing vessel Morning Haze on Tuesday Feb. 5, 2019 in the morning. We will be arriving at the meeting point for your pilot on the Thursday Feb 7, 2019 in the morning. We would like to stay one or two nights at your marina. Is this possible?\r\n\r\nKind regards\r\n\r\nJochen Winter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jochen Winter', 'jwmapson@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-03 23:49:10', '172.56.7.252', '1'),
(377, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Jochen Winter\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jwmapson@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"+491722908392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:332:\"Hi,\r\n\r\nwe will be leaving Chiapas, Mexico, with our 55 ft sailing vessel Morning Haze on Tuesday Feb. 5, 2019 in the morning. We will be arriving at the meeting point for your pilot on the Thursday Feb 7, 2019 in the morning. We would like to stay one or two nights at your marina. Is this possible?\r\n\r\nKind regards\r\n\r\nJochen Winter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jochen Winter', 'jwmapson@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-03 23:49:12', '172.56.7.252', '1'),
(378, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RogerGenDU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"dbnmoitu@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83871577471\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"latest casino bonuses 2014 online casino online live casino real money casino nj\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogerGenDU', 'dbnmoitu@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-04 05:20:34', '178.159.37.38', '1'),
(379, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DenisLizQO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"denisno@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85422164664\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1587:\"Вам необходим качественный перевод документа? Оказываем широкий спектр лингвистических услуг! Все услуги выполняются исключительно профессионалами с высшим образованием и колосальным опытом работы в своей сфере.  \r\nпереводчик текстов с английского на русский и не только. Переводческое агенство хорошо закрепило себя в Европе, России, Азии… Делаем перевод документов с/на более чем 120 языков мира. Точное соблюдение сроков сдачи и высокое качество выполненных заказов. Компания оказывает услуги юр. лицам, индивидуальным предпринимателям и частным лицам. \r\nЗаполните форму на сайте или отправьте письмо на электронную почту, и наш администратор ответит вам в течение 15 минут. Без дополнительной платы сделает расчёт стоимости текстов, проконсультирует по услугам и имеющимся скидкам на данный момент. Пишите, звоните, будем рады видеть вас в числе наших клиентов.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenisLizQO', 'denisno@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-04 06:02:56', '5.138.243.6', '1'),
(380, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrettMizGH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"leporskaya.vichka@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82919599156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"Custom Writing Service - Special Prices ---&gt;&gt;&gt; http://kelseycaine.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrettMizGH', 'leporskaya.vichka@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-04 14:14:42', '31.184.238.20', '1'),
(381, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Rick Jandreau\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"rbjanley@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"01 360 830 7074\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:437:\"We plan to leave Bahia Chahue, Mexico by sailboat tomorrow (5 February) and expect to arrive in Barillas on 10 or 11 February .   We hope you can accommodate us for a few days?\r\n\r\nWe have a 41 foot (LOA) full keel sailboat that draws  6 feet of water.\r\n\r\nYour website describes a beautiful facility with many activities.  We surely hope to experience it. \r\n\r\nPlease let us know it you can help us.  Thank you.\r\n\r\nRick and Beth\r\nS/V Thuja\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rick Jandreau', 'rbjanley@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-04 16:06:36', '172.56.31.187', '1'),
(382, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ElmerFaictKO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"turmireshoobpg@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84592146327\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"Our group acquire this fast loans no credit check  for your business\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ElmerFaictKO', 'turmireshoobpg@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-04 23:59:04', '194.88.143.41', '1'),
(383, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"aimeeqn2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"glennbr20@fumio91.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84849351994\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://braceface.porn.instasexyblog.com/?tina \r\n\r\n homemade free porn videos amteur college porn asian porn star christine barrington euphonium porn idian porn stras\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'aimeeqn2', 'glennbr20@fumio91.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-05 03:06:32', '89.234.157.254', '1'),
(384, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"randallvw69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"moniquejk1@masashi5410.shiro45.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89488125929\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"Hot new pictures each day\r\nhttp://porn.asian.xxx.bloglag.com/?jolie \r\n\r\n porn foru dee taylor porn videos free flash games adult porn xxx free porn hub tube site amateure wife porn home video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'randallvw69', 'moniquejk1@masashi5410.shiro45.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-05 14:15:03', '185.220.102.4', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(385, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KarolescofTJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"koralisuk-we@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87952822815\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9183:\"Оформить микрозайм на карту - легко и просто на портале ВСЕ-ЗАЙМЫ-ТУТ.РФ \r\n \r\nФинансовые средства могут понадобиться в долг спонтанно. Сейчас фактически не найти тех, кто не брал денежные активы в долг. По этой причине достаточно много заемщиков сталкивались с мошенниками. Если вы не желаете попасть в ловушку, вам оптимально получать займы на надёжных ресурсах. Многие задаются вопросом о том, где же выбрать такой ресурс. Лучшее решение – найти ресурс, который размещает проверенные МФО. Одним из таких является все-займы-тут.рф, на котором вы можете выбрать сервис, где вы сможете получить денежные активы моментально. \r\n \r\nЕсли вас заинтересовал портал, где вы можете взять деньги в долг без отказа, на ресурсе находится целый перечень таких МФО. На сайте привлекательный дизайн, удобный интерфейс, что не может не радовать людей. Разобраться на ресурсе сможет каждый посетитель. Вы можете оформить займ на киви или WebMoney. \r\n \r\nЕсли вам нужен займ онлайн, вы желаете получить денежные средства на банковскую карту СберБанка, принять валюту на Visa или MasterCard, сделать это теперь легко. На портале вы можете найти проверенные компании, которые работают мало того, что круглосуточно, так еще и предоставляют большинству заемщиков финансы. Отказ по статистике в целом маленький. \r\n \r\nСрочные онлайн займы на карту без проверок и без отказов \r\n \r\nКогда парню в сжатые сроки нужны денежные средства, он идёт в банк. Сейчас в банках нужно предоставить перечень документов. Их будут долгосрочно проверять, после чего вам выдадут займ. Если вы не хотите длительное время ждать, обращайтесь на все-займы-тут.рф, где вы легко сможете взять финансы в кредит. \r\n \r\nЕсли вас смущают длительные проверки кредитных историй, у вас нет возможности ждать, на сайте вы сможете найти МФО, которое будет вам интересно. На веб-сайте размещены компании, которые выдают деньги от 1 дня до 30 дней и более. Условия займов у многих МФО очень лояльные. Ключевая цель МФО – помочь людям решить финансовые вопросы. Именно из-за этого они стараются помочь заемщикам с разными вопросами. \r\n \r\nПолучить займ вы можете, используя мобильное устройство или ноутбук. Для получения средств вам необходимо зайти на портал и выбрать сервис. Сделать это очень просто. На веб-портале размещены самые лучшие МФО, которые предоставляют средства в долг. Время получения денег у многих МФО от 3 до 10 минут. Вы можете быть уверены, что, если вам потребуются срочно финансы, процентная ставка не будет увеличиваться из-за этого. \r\n \r\nНа нашем финансов портале размещены сервисы, которые предоставляют быстрый займ без отказа  - вам не нужно поручительство со стороны или залог. Важно подчеркнуть и то, что вам не надо брать справку с места работы, чтобы вы могли получить займ. \r\n \r\nКак оформить онлайн займ на карту \r\n \r\nБольшинство кредитных сервисов придумывают сложные схемы того, как получить онлайн займ. Если вам нужны денежные средства, надо перейти на все-займы-тут.рф, где вы можете выбрать интересующую вас компанию. Среди большинства МФО вам нужно выбрать именно ту, которая вас заинтересует. Важно выделить и то, что получить деньги можно только гражданам России. \r\n \r\nДля получения денег надо иметь паспорт гражданина РФ, мобильный телефон. После того, как вы зайдёте на портал и выберете сервис, вы можете выбрать также и вариант получения денежных средств. Это может быть Visa, MasterCard или МИР. Сейчас много сервисов одобряют моментально заявки. Вам не надо иметь официальный доход, который вы будете обязаны показать. \r\n \r\nПосле выбора компании вам необходимо ознакомиться с условиями микрозайма. Все займы выдаются на конкретный срок и у них есть максимальная сумма. Процентная ставка не очень отличается от ставок в банках. Именно из-за этого микрофинансовые компании сейчас очень популярны и у них большое количество заемщиков. Нужно отметить и возрастную категорию. Некоторые сервисы выдают средства после 18 лет, а некоторые после 21 года. \r\n \r\nДля того, чтобы ваша заявка была обработана быстрее обычного, вы можете написать администратору в чат. Однако, все заявки и так быстро мониторятся и проходят проверку администраторами. После просмотра вашей заявки она сразу получает положительное решение. Можете не сомневаться, что, выбрав одну из МФО на ресурсе, вы получите в 95% случаев денежные средства в займ. \r\n \r\nКаким способом погасить займ \r\n \r\nДетальную справку о том, как выплачивать займ, можно получить у администраторов по адресу Россия, Москва, улица Тверская, 22, куда вы можете приехать в любой момент. Для выплаты денег можно использовать терминал любого банковского учреждения или его отделение. \r\n \r\nПогасить кредит можно также через любой платежный электронный сервис. Важно, чтобы после погашения средств вы получили квитанцию. Если вы проявите желание, погасить займ можно также в МФО, которые выдали вам деньги. Их контакты можно найти на сайте или узнать у администраторов. \r\n \r\nНа все-займы-тут.рф вы можете детально ознакомится с информацией о том, как погасить кредит. Погасить кредит реально в любое время суток. По любым вопросам о погашении вы также можете обращаться к менеджерам.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KarolescofTJ', 'koralisuk-we@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-05 17:27:36', '31.184.238.56', '1'),
(386, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AlinaNilovaIC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"miroslawneofidov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87392345296\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"http://domkastrul.ru/articles/kak-vyirastit/mulchirovanie-gryadok-morkovi.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlinaNilovaIC', 'miroslawneofidov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-06 09:16:46', '178.73.210.138', '1'),
(387, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RemotmosRorGA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"remontmsk9977@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84981131183\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"http://xn----7sblghfj0agdkv4a.xn--80adxhks/uslugi/7-remont-odnokomnatnoi-kvartiry.html - стоимость ремонта квартиры\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RemotmosRorGA', 'remontmsk9977@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-06 10:26:24', '93.185.192.82', '1'),
(388, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"nonawl16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"sergiocs2@michio610.eiji39.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88523778799\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:201:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://psp.porn.bestsexyblog.com/?yolanda \r\n\r\n porn video streaming retro classic country italian porn anal natyure porn free extream xxx porn ps3 format porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nonawl16', 'sergiocs2@michio610.eiji39.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-06 13:38:36', '185.220.101.49', '1'),
(389, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JasonUnakyWN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"deckheroesdonat@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89344654151\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:713:\"· Невысокая стоимость. Это самый бюджетный вариант для постройки дома. Стоимость небольшого домика из дуба, обойдётся вам только в 3000$. \r\n \r\n· Надёжность. Самым долговечным материалом буде клён. Определенный материал обеспечивает безопасность и долговечность, по сравнению с другими материалами. Соответственно и стоимость из такого изделия довольно дороже в строительстве дома разве бани.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonUnakyWN', 'deckheroesdonat@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-06 13:56:11', '2.93.108.184', '1'),
(390, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MikediumeJM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"nahim90mike2@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89194546345\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:419:\"Проститутки СПб \r\nИзысканные проститутки Спб готовы подарить Вам часы неземного блаженства и удовольствия. Эти сладенькие кошечки способны довести Вас до такого потрясающего оргазма, который захочется испытывать снова и снова.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MikediumeJM', 'nahim90mike2@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-06 14:44:00', '195.211.218.5', '1'),
(391, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryprutTTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81626664692\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:320:\"Protandim NRF2 был ранее, а сейчас PB125 это активатор Nrf2 следующего поколения http://1541.ru/cms/nrf2-v-ykraine.php основанный на технологии Nrf2.0 ™, улучшенный, выпускается на новой фирме д-ра Маккорда\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryprutTTM', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-07 04:38:57', '188.163.109.153', '1'),
(392, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KeithButXW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jlgwmbls@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89665789284\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:77:\"real blackjack apk download canada casino casino online online gambling kenya\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithButXW', 'jlgwmbls@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-07 06:40:02', '178.159.37.38', '1'),
(393, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"melisajj11ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"cw4@kunio17.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83295511571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"Scandal porn galleries, daily upadted lists\r\nhttp://redheaddaybreda.redheadrihanna.fetlifeblog.com/?jenny \r\n\r\n hot jeans porn real couples creampie porn virgin school girls porn free milf and son porn free porn videos no id\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'melisajj11ET', 'cw4@kunio17.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-07 18:28:12', '185.100.86.182', '1'),
(394, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CesarmoitySW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"viollaalla45212@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87245958892\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1383:\"Здрасте! \r\nСмотрите что нарыл: \r\nСЃРµРєСЃ Р·РЅР°РєРѕРјСЃС‚РІР° РІ РїРµСЂРјРё Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё\r\nС‡СѓСЃРѕРІРѕР№ СЃРµРєСЃ Р·РЅР°РєРѕРјСЃС‚РІР°\r\nРІРёСЂС‚ РїРѕ СЃРєР°Р№РїСѓ РІРєРѕРЅС‚Р°РєС‚Рµ\r\nР·СЂРµР»С‹Рµ Р¶РµРЅС‰РёРЅС‹ Р¶РµР»Р°СЋС‰РёРµ СЃРµРєСЃР° Р±РµР· РѕР±СЏР·Р°С‚РµР»СЊСЃС‚РІ\r\nР·РЅР°РєРѕРјСЃС‚РІР° СЃРµРєСЃР° СЂРѕСЃС‚РѕРІ РґРѕРЅСѓ С‚РµР»РµС„РѕРЅ\r\nСЃРµРєСЃ Р±РµР· РѕР±СЏР·Р°С‚РµР»СЊСЃС‚РІ СЃ С„РѕС‚Рѕ\r\nСЃРµРєСЃ Р±РµР· РѕР±СЏР·Р°С‚РµР»СЊСЃС‚РІ РІ РјРѕСЃРєРѕРІСЃРєРѕР№ РѕР±Р»Р°СЃС‚Рё\r\n \r\nhttps://vk.com/public174946696\r\nhttps://vk.com/public174979047\r\nhttps://vk.com/public174979020\r\nhttps://vk.com/public174978730\r\nhttps://vk.com/public175040268\r\nhttps://vk.com/public174978069\r\nhttps://vk.com/public174945091\r\nhttps://vk.com/public175039928\r\nhttps://vk.com/public175040033\r\nhttps://vk.com/public174943076\r\nhttps://vk.com/public174978848\r\nhttps://vk.com/public174978986\r\nhttps://vk.com/public175040257\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CesarmoitySW', 'viollaalla45212@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-07 22:26:30', '46.147.182.106', '1'),
(395, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EdwisRigYR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"debbho@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82632975853\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:115:\"natural disasters essay http://order-custom-paper.affordablepapers.collegeessayexamples.gdn phd dissertation topics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwisRigYR', 'debbho@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-07 23:07:22', '46.119.119.195', '1'),
(396, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84746661287\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:425:\"Мойка Авто насухую за 3 мин! http://sunnymlm.ru/ecology01.htm Автополотенце LUXE из новейшего микроволокна. Производство Япония. Впитывает любую грязь, масло и т.д. Цены Лучшие и возможность Заработка. И Другие изделия из микроволокна +79161414123 Skype: vsunnymlm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 03:37:07', '188.163.109.153', '1'),
(397, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"pavingviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"kutepowalidiya1993748@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81394564453\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"купить тротуарную плитку   - подробнее на сайте sip5.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pavingviextMO', 'kutepowalidiya1993748@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 08:43:56', '109.184.143.80', '1'),
(398, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"PamelaHeAmsZA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mashuk212@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83966899516\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1528:\"http://newportrum.info/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://kensingtonhotels.net/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://williamyung.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.graniteschooldistrict.biz/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://rhysome.biz/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.heartusa.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.canesauce.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.fusionmedicine.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.crc-ltd.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.e-toomodels.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.ibits.net/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.jacksonfurnituregallery.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://obenchaininsurance.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.congressempower.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://ibotanicalgarden.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://st42ndstreet.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://lavawool.net/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://familyofficeadvice.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://mextube.com/__media__/js/netsoltrademark.php?d=tubezporn.com\r\nhttp://www.manhattanblog.com/__media__/js/netsoltrademark.php?d=tubezporn.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PamelaHeAmsZA', 'mashuk212@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 08:50:46', '1.10.186.180', '1'),
(399, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RandalhenYA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"salemfith@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88752286829\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:85:\"Hello everyone ... \r\n Recently I rest wonderful  sites \r\nOnline  comic  \r\nsex videos|\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RandalhenYA', 'salemfith@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 13:11:59', '91.144.179.155', '1'),
(400, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"anifsAY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"selikonnas@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86967574269\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"бесплатный брут\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'anifsAY', 'selikonnas@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 17:27:14', '77.233.9.187', '1'),
(401, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"lawrenceub2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"alycefg1@fumio67.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84243796884\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:226:\"Sexy photo galleries, daily updated pics\r\nhttp://dbz.porn.fetlifeblog.com/?yvonne \r\n\r\n karrine steffans porrn name schoolgirl gets cigarettes for neighbor porn teagen presly first porn jeri zeigler porn two poles one hole porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lawrenceub2', 'alycefg1@fumio67.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-08 18:10:37', '89.234.157.254', '1'),
(402, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CameroninishGQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"doc40909@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89618178475\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4999:\"Что эффективнее, софосбувир и даклатасвир или софосбувир и велпатасвир? \r\nУченые из департамента по делам ветеранов, Службы здравоохранения населения, Системы здравоохранения Пало-Альто, Калифорния, США, решили все таки выяснить, что же эффективнее для лечения 2 и 3 генотипа вируса гепатита С софосбувир и даклатасвир или софосбувир и велпатасвир? \r\n \r\nЦель \r\n \r\nПонимание реальной эффективности схем пероральной терапии гепатита С (HCV) позволяет принимать решения о лечении. Мы оценили эффективность даклатасвира + софосбувира ± рибавирина (DCV + SOF ± RBV) и велпатасвира / софосбувира (VEL / SOF) ± RBV у пациентов с генотипом 2 и генотипом 3 инфекции, получавших лечение в обычной практике. \r\nCравнивали частоту Устойчивых Вирусологических Ответов (далее по тексту УВО) Этот обсервационный анализ был проведен в когорте пациентов с намерением лечить гепатит С генота 2 и генотипа 3. Анализ устойчивого вирусологического ответа (УВО) был получен у 5400 пациентов, начавших лечение DCV + SOF ± RBV или VEL / SOF ± RBV, что действительно может говорить, об серьезности доказательной базы. \r\n \r\nРезультаты \r\n \r\nДля генотипа 2 показатели УВО не различались между DCV + SOF (94,5%) и VEL / SOF (94,4%) или между DCV + SOF + RBV (88,1%) и VEL / SOF + RBV (89,5%). Для генотипа 3 показатели SVR не различались между DCV + SOF (90,8%) и VEL / SOF (92,0%) или между DCV + SOF + RBV (88,1%) и VEL / SOF + RBV (86,4%). В многомерных моделях пациентов с генотипом 2 и 3, режим лечения не был значимым предиктором шансов УВО. Для генотипа 3 значимыми предикторами снижения шансов УВО были предшествующий опыт лечения ВГС (отношение шансов  0,51, 95% CI 0,36–0,72; p  3,25 (OR 0,60; 95% CI 0,43 –0,84; р ?= 0,002) и декомпенсированный цирроз печени (ОШ 0,68; 95% ДИ 0,47–0,98; р?= 0,04). Для пациентов с генотипом 2 и 3, получавших VEL / SOF ± RBV, 89% и 85% получали 12-недельное лечение соответственно. Для DCV + SOF ± RBV 56% и 20% пациентов с генотипом 2 HCV получали 12-недельное и 24-недельное лечение соответственно; в то время как 53% и 23% пациентов с генотипом 3 ВГС получали 12 недель и 24 недели, а большинство пациентов получали 24 недели. \r\n \r\nВыводы \r\n \r\nУ пациентов, инфицированных генотипом 2 и 3 ВГС, DCV + SOF ± RBV и VEL / SOF ± RBV вызывали одинаковую частоту УВО в каждом генотипе, и режим не оказывал значительного влияния на шансы УВО. Для пациентов с генотипом 3 предшествующий опыт лечения и прогрессирующее заболевание печени были значимыми предикторами снижения шансов УВО независимо от режима. \r\n \r\nРезюме \r\n \r\nВ клинической практике показатели излечения для генотипа 2 вируса гепатита С (ВГС) составляли 94%, а показатели излечения для генотипа 3 ВГС - 90%. Вероятность достижения излечения была одинаково независимой от того, получал ли человек даклатасвир плюс софосбувир или велпатасвир / софосбувир. Рибавирин не влиял на показатели излечения. Вероятность излечения была самой низкой у людей, которые получали терапию от ВГС в прошлом.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CameroninishGQ', 'doc40909@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-09 00:37:13', '37.229.244.152', '1'),
(403, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertbequeCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"vikastolina@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89528864193\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1094:\"http://anal-porn.ru/?option=video&amp;id=4004608&amp;title=РЎРµРєСЃ+РІРёРґРµРѕ+РјСѓР¶Р°+Рё+Р¶РµРЅС‹+СЌСЂРµР»С‹С…+СЂСѓСЃСЃРєРёС…+СЃ+СЂР°Р·РіРѕРІРѕСЂР°РјРё \r\nhttp://anal-porn.ru/?option=video&amp;id=3999489&amp;title=Р В РЎС“РЎРѓРЎРѓР С”Р С‘Р в„–+РЎРѓР ВµР С”РЎРѓ+РЎРѓ+Р СР В°РЎвЂљР С•Р С+Р Р†Р С‘Р Т‘Р ВµР С•+Р В±Р ВµРЎРѓР С—Р В»Р В°РЎвЂљР Р…Р С• \r\nhttp://anal-porn.ru/?option=video&amp;id=4043264&amp;title=Р Р°Р·РіРѕРІРѕСЂ+РІРѕ+РІСЂРµРјСЏ+СЃСЌРєСЃР°+СЂСѓСЃСЃРєРёС…+РґР°Рј \r\nhttp://anal-porn.ru/?option=video&amp;id=4026947&amp;title=Р СџР С•РЎР‚Р Р…РЎС“РЎвЂ¦Р В°+Р Р†+60+Р В»Р ВµРЎвЂљ \r\nhttp://anal-porn.ru/?option=video&amp;id=3879815&amp;title=РЎРµРєСЃ+Р·СЂРµР»Р°СЏ+Р¶РµРЅС‰РёРЅР°+СЃРєСЂС‹С‚Р°СЏ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertbequeCN', 'vikastolina@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-09 17:17:36', '77.222.107.81', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(404, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GavinheaftWC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"sashamikh87@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86257891582\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"Сегодня увидел в инете новую википедию, но дополенную различными статьями. \r\nвикипедия\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GavinheaftWC', 'sashamikh87@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-10 00:17:07', '194.135.93.228', '1'),
(405, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MiltonbarOA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"chrumer@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85341641919\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"Деньги за Ваше мнение\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MiltonbarOA', 'chrumer@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-10 00:20:06', '213.163.181.11', '1'),
(406, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GregoryTizNK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ybdvdaeb@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87849192494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"all online casino list online casino casino online real live casino online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryTizNK', 'ybdvdaeb@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-10 00:32:59', '178.159.37.38', '1'),
(407, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"vitrigapGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"vitri.com.ua@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81558734845\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5119:\"Что категорически нельзя делать беременным \r\n \r\n8 секретов, с которыми ваш педикюр всегда будет идеальным! \r\nЧто категорически нельзя делать беременным \r\nВот и наступило долгожданное лето! Отпуска, пляжи, красивые сабо, босоножки. Но для того, чтобы обувь смотрелась на наших ножках безупречно, нужно сделать красивый педикюр. Сегодня мы поделимся с вами основными секретами красивого педикюра. \r\nЧто категорически нельзя делать беременным \r\nGreat Picture. Все самое интересное в мире: астрология,тесты,отношения,психология,цитаты. 8 секретов, с которыми ваш педикюр всегда будет идеальным! Вот что нужно делать, чтобы стопы и ногти выглядели великолепно! Вот и наступило долгожданное лето! Отпуска, пляжи, красивые сабо, босоножки. Но для того, чтобы обувь смотрелась на наших ножках безупречно, нужно сделать красивый педикюр. Сегодня мы поделимся с вами основными секретами красивого педикюра. Частая проблема, с которой приходится сталкиваться людям — грибок. Грибок распространяется там, где есть влага, поэту всегда держите ноги в сухости. Тщательно вытирайте их после душа, не носите обувь из искусственных материалов, которые не позволяют коже дышать. Будьте осторожны с кремом для ног! Наносить его нужно на всю стопу, но ни в коем случае не задевать область между пальцами. Иначе есть риск возникновения грибковых заболеваний. Не забывайте про массаж, ведь он улучшает кровообращение, оказывая положительное влияние не только на ноги, но и на организм в целом. Нельзя использовать пемзу на мокрой коже. Запомните, что с пилкой для ногтей и пемзой можно работать только на сухой коже. Когда ноги находятся в воде, все ранки и трещинки расширяются, а это означает, что риск навредить и занести какую-нибудь инфекцию повышается в разы. Ванночки в теплой воде из геля для душа, соды и нескольких капель эфирного масла сделают ваши ноги безупречными. Вместо обычной теплой воды можно использовать отвары различных трав: ромашки, календулы, зверобоя. Делайте такие процедуры хотя бы раз в неделю. Читайте также: 93% женщин оказались не в курсе! А ведь момент истины настанет для всех. Никогда не срезайте уголки ногтей. Тем самым вы рискуете получить вросший ноготь в дальнейшем. Старайтесь спиливать ноготь прямо. Не запускайте вросшие ногти! Погрузите ноги в теплую воду всего на 15–20 минут. Расчет идет примерно такой: на один литр воды — одна столовая ложка соды. Далее поместите зубную нить под край вросшего ногтя и начинайте медленно продвигайте ее. Пройдитесь антисептиком по болезненному участку. И защитите его пластырем. Повторяйте этот нехитрый процесс каждый день. Если процедура не помогает или заметили развитие инфекции, обязательно обратитесь в медучреждение! Выполняя все эти рекомендации, вы сможете сохранить красоту и здоровье ваших ног надолго! \r\nЧто категорически нельзя делать беременным\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vitrigapGI', 'vitri.com.ua@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-10 03:59:42', '94.41.140.183', '1'),
(408, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EssayRigZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"exmodd@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89891726261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"sociology dissertation http://deviance-article.ultius.collegeessayexamples.gdn how to write an introduction to a persuasive essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EssayRigZY', 'exmodd@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-10 05:11:02', '46.119.119.195', '1'),
(409, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"jewelltl11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"danielrn4@rokuro51.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83276118783\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:228:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://lesbian.party.instasexyblog.com/?kiersten \r\n\r\n porn star ebony alica shemale video porn bigcock free porn videosfor women free porn video 89 fantastic porn site pics and movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jewelltl11', 'danielrn4@rokuro51.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 05:24:19', '198.96.155.3', '1'),
(410, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"amandauu1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"tamixp11@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81862433732\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Hot galleries, thousands new daily.\r\nhttp://teenage.porn.relayblog.com/?kayley \r\n\r\n forum best porn dvd 2009 tinkerbell porn gallery tentical hentai porn free old school porn xxx dog licks pussy free porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'amandauu1', 'tamixp11@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 10:37:58', '54.39.151.167', '1'),
(411, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"travelleralKY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"travelleral@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83363644682\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:340:\"Отели Ялты в России: отзывы, контакты, адреса, телефоны, цены от 315 руб., актуальная информация о скидках. На сайте представлено подробное описание 88 гостиниц города Ялта, Крым. \r\nОтели Ялты\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'travelleralKY', 'travelleral@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 11:37:55', '91.238.74.15', '1'),
(412, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88335372866\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:425:\"Мойка Авто насухую за 3 мин! http://sunnymlm.ru/ecology01.htm Автополотенце LUXE из новейшего микроволокна. Производство Япония. Впитывает любую грязь, масло и т.д. Цены Лучшие и возможность Заработка. И Другие изделия из микроволокна +79161414123 Skype: vsunnymlm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 16:13:13', '188.163.109.153', '1'),
(413, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"ElectricviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"alevtinapimashina1998@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82996925264\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:174:\"http://xn----7sbomjbdwayv2k.xn--p1ai - электрика-нн.рф -  \r\nhttp://xn----7sbomjbdwayv2k.xn--p1ai - расценки электромонтажные работы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ElectricviextMO', 'alevtinapimashina1998@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 21:40:22', '109.184.143.231', '1'),
(414, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ShaunMobKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"biz@buyreadybusiness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84758771846\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"Selling business and equipment \r\nSelling business and equipment\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShaunMobKD', 'biz@buyreadybusiness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-11 22:41:00', '37.195.164.137', '1'),
(415, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DonaldEvinkSR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"edfrvybg@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82764446243\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"BEST PTHC CP LOLITA PORNO \r\n \r\nhttp://freetexthost.com/wnt2zgqfij \r\n \r\nfreetexthost.com/wnt2zgqfij\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldEvinkSR', 'edfrvybg@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 02:35:07', '5.143.84.100', '1'),
(416, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EssayRigZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"zijiki@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84956179514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"japanese essay format http://general-topic-for-speech.customwritings.collegeessayexamples.gdn essay outline rubric\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EssayRigZY', 'zijiki@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 05:27:47', '46.119.119.195', '1'),
(417, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"theresehq69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"sharon@masumi23.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89878411727\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:263:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://muslim.dating.allproblog.com/?maggie \r\n\r\n free young moaning porn videos libby ellis porn movies kim and reggieporn lutheran understanding of adultery and porn anime porn sailor moon\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'theresehq69', 'sharon@masumi23.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 12:28:30', '46.38.235.14', '1'),
(418, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"beatricehq11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"marianalu11@riku13.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84766411341\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"New hot project galleries, daily updates\r\nhttp://porn.at.cinema.allproblog.com/?deanna \r\n\r\n porn site pseudonyms watch dvd porn become a male porn slut real little tits sex porn sex clip porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'beatricehq11', 'marianalu11@riku13.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 15:38:02', '185.220.101.33', '1'),
(419, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"MaryHobXP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"sp956828@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89929566679\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:451:\"Would you know which weightloos products really worl? \r\n \r\nPlease read our hard hitting rewiews below to discover who&#039;s weight loss program is the best. \r\nAll of these programs will get you in better shape fast and have you living amuch heathier lifstyle that you can feel great about. \r\nDeep down we all want to look great and feel more attractive. These recommendations can definitly help get you there fast! https://bit.ly/2SmqLTr - Click here\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaryHobXP', 'sp956828@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 15:40:33', '49.150.162.237', '1'),
(420, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskapUS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"bdahtkcc@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89425566298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:84:\"online blackjack spielen mobile casino black jack casino best internet gambling site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskapUS', 'bdahtkcc@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-12 20:14:01', '178.159.37.38', '1'),
(421, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SantehviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"bronislavgolyagin19965@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86123568796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:135:\"nn-santehnik.ru -  \r\nнаша фирма оказывает услуги по ремонту и установке сантехники\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SantehviextMO', 'bronislavgolyagin19965@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-13 02:40:19', '93.120.176.95', '1'),
(422, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AnnaKoganOM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"nastasya.fochenkova@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85435491466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:280:\"http://samaram.ru/product/kakimi-dolzhny-byt-teatralnye-kresla \r\nhttp://appolloshop.ru/product/luchshie-igry-dlja-pristavki-sony-playstation-4 \r\nhttp://eur-style.ru/product/dostoinstva-mebeli-iz-dereva \r\nhttp://gmline.ru/product/preimushestva-ustanovki-plastikovyh-okon-na-balkone\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnaKoganOM', 'nastasya.fochenkova@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-13 23:21:24', '151.236.18.69', '1'),
(423, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"http://moskva-service.ru - ремонт квартир\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"kvartir-1986@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"http://moskva-service.ru - ремонт квартир\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:59:\"Ремонт квартир В москве под ключ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'http://moskva-service.ru - ремонт квартир', 'kvartir-1986@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-14 02:53:11', '93.185.192.82', '1'),
(424, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesNokEW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"aozaozaozaoz@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89522495243\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4764:\"party dog sex video xxxartofzoo  \r\nyou are purchasing a new movie, you may need to wait until the Download Buffer is complete before your movie is back to Europe. Animal had his fill of Asian delights, and was ready for some European fare. A Ladys first time down so he could give her what she wanted. вЂњYes, boy, you can! Great!вЂќ She laid down on her back again waiting with some sweet action with lovely hot Asian babes вЂ“ enjoy those Flavors of Asia рџ™‚  ArtOfZoo - Flavors of Asia - sex woman TigerLily takes her first taste of that sweet doggy nectarвЂ¦ TigerLily is actually quite amazing at дё–з•Њи‚Їе®љдёєдЅ еЏеѕ—й—Єдє®иµ·жќҐгЂ‚ и¦Ѓж°ёиїњж¬ЈиµЏзњџе®ћзљ„и‡Єе·± ,ж€‘д»¬жњ‰и‡Єе·±зљ„ж–је¤„е’Њ -е†із‚№пјЊд№џжњ‰и‡Єе·±зљ„е…ґи¶Је’Њ е“ЃиґЁгЂ‚дЅњдёєдёЂдёЄе…ЅжЃ‹иЂ…пјЊж€‘д»¬дјљж€ђдёєз‰№ж®Љдєєзѕ¤дё­зљ„ 1 еЏЇиѓЅдёЂејЂе§‹дЅ дјљи§‰еѕ—жњ‰дє›е€«ж‰­гЂ‚дёЂж—¦дЅ д»¬з„љеђ€е№¶дё”еЌЎдЅЏдє†пјЊдЅ еЏЇ иѓЅдјљж„џеЏ—е€°дёЌж›ѕдЅ“дјљиї‡зљ„й«жЅ®гЂ‚ дЅ зљ„й›„жЂ§дј™дјґзљ„з§Ќз±»е’Ње¤§е°ЏеЇ№иѓЅжќЏж€ђеЉџеЌЎдЅЏжњ‰зќЂй›»е¤§еЅ±е“ЌгЂ‚е¦‚жћњ comfortably, get her a drink, stick the TV on for her вЂ“ part those legs, and put your artistic flair to work. You military service dogs for the navy (ex and I were both squids at the time). They offered to give us some pointers smooth fur. вЂњDid you enjoy my pee? Yeeees, itвЂ™s delicious, isnвЂ™t it? But you know what? IвЂ™d like to get some smell, fur (lack of pubes) etc. all add to his state of confusion. NOTE: Refer to вЂThe Remedy / вЂSet-UpвЂ™ from Wir gingen wieder Гјber die StraГџe in den Park doch dort angekommen lieГџ mein Herr mich angeleint und nach kurzer in our absence. This boy had a beautiful male black lab about 2-3 years old. While there, my wife drove into town por un reparador, la siesta y el baГ±o en Virginia, la cual se dejaba de hacer, recibГ­a, recibГ­a y recibГ­a de buen дѕЇе°ЏзѕЋиЇґе®Њдє†д№‹еђЋпјЊеЏЄи§ЃеҐ№и‚‰зґ§йќћеёёзљ„ж ·е­ђпјЃдё¤ж‰‹жЏЎдЅЏдє†йњІе‡єењЁе¤–зљ„й‚Јж №й•їй•їзљ„з‹— е„їйіе…·пјЊеѓЏжЉЅе‡єе›ћжќҐпјЊеЏ€дёЌи€Ќеѕ—дјјзљ„пјЊеЏЄжЇй—­дёЉдє†еЄљзњје””е””е’¦е’¦зљ„дЅЋеЏ«гЂ‚ mГЎs, y en ese momento probablemente te entrarГЎ pГЎnico cuando pienses que crecerГЎ a tal tamaГ±o que te va a дЅ“е†…вЂ”-д»–жЏђе‰Ќ жµЃе‡єзљ„зІж¶Іи№­е€° дЅ иє«дёЉпјЊи®©дЅ йќћ еёёзљ„ж№їгЂ‚пј€еЅ“з„¶пјЊ иї™д№џжњ‰дЅ и‡Єе·±ж·« ж¶Ізљ„еЉџеЉіе“¦) гЂ‚иЅ¬е¤ґе›ћи§†дЅ зљ„еђЋиЂЊпјЊж€–иЂ…дё¤и…їд№‹й—ґгЂ‚жЉ“дЅЏд»–зљ„ J then licking and I enjoyed it so much that I let him, seeing absolutely nothing wrong with it. My father had her training. ItвЂ™s quite a special little movie, and I hope you enjoy it. рџ™‚ ArtofZoo - TigerLily&#039;s First Dance  artofzoo cupcake lucky_charms  calling for his bitch to do his bidding once again. I would like for this dream to happen so much so to any Pet woods which I agreed with a smile and off we set, the walk was just 15-20 mins until we were in deep thick lassen. Immer und immer wieder tat er es. вЂњDieses Biest scheint meine Geilheit zu schmecken.вЂќ вЂ“ Dachte Marlene expected, and did a wonderful job. Animal could never wait to get rocking with this Lady. ArtOfZoo Kana Smooth for that special kind of lovingвЂ¦ The video is shot in a playful way, with a slight plot. In this doggy love of cute to see). Luckily WE (myself and the вЂporno showвЂ™) were facing the breezeвЂ¦. so even though the early and a petite Asian Pet Girl. Animal thinks riding the Tiger is the most fun, and I hope you do too. Enjoy рџ™‚ possible. I flex my vagina, moving back and forth slowly, thinking of the dog still trying to find my tight glistening rod had already left its sheath almost completely. It was starting to gain volume now and Spark had razas durante largo tiempo, creando razas nuevas, con rasgos totalmente nuevos, incluyendo el tamaГ±o de los\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesNokEW', 'aozaozaozaoz@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-14 04:25:48', '176.109.115.219', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(425, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"IKEddieZF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"daruha2019@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85479492472\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:429:\"Девочки привет) ТЫЦ \r\nНатуральная косметика, натуральные добавки для здоровья, товары для малышей, \r\nспортивное питание, для ваших питомцев и т.д. \r\nболее 30 тысяч товаров по вкусным ценам! \r\nНа 1-й заказ 10% скидки по коду HZV111 \r\nПЕРЕЙТИ НА САЙТ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'IKEddieZF', 'daruha2019@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-14 11:24:11', '91.122.123.116', '1'),
(426, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"mitchellir1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"lynetteli1@kunio79.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81677914414\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:235:\"New super hot photo galleries, daily updated collections\r\nhttp://lesbianincest.allproblog.com/?justine \r\n\r\n free sxxy porn clips free morgan bailey porn videos free internet streaming porn darleena porn porn site pay for mature immages\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mitchellir1', 'lynetteli1@kunio79.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 01:51:31', '178.175.132.209', '1'),
(427, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AmeliiaMM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"amelia1986g@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89658372753\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:304:\"You know your forum is not about that, but I&#039;m watching you for a long time and decided to register. \r\nWell, to write... \r\n \r\nI will write at Once-I want to meet a decent man! \r\nMy name is Alena, not married, I&#039;m 27 years old and I&#039;m from Moscow. \r\n \r\nThis is me))) \r\nhttps://goo.gl/1xZw2X\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AmeliiaMM', 'amelia1986g@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 01:53:58', '93.84.206.45', '1'),
(428, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"NicolasPseupTU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"temptest626232418@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84682451249\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2061:\"As a rule, having asked a question of installation of a ladder in the house, owners don&#039;t assume that the ladder and its protection are two absolutely different products. Well, if the same company, like us, is engaged in the arrangement of turnkey facilities and can offer to make a ladder and metal fences on it in one set, but in practice it is rare. Therefore, before any owner of the stairs in the house the question arises: how to make it safe, we guarantee the best conditions for cooperation thanks to our own production, high potential design office and focus on long-term mutually beneficial partnership. Here you can buy not only standard fencing for stairs, but also design, made to order and is amazingly cheap. New construction technologies, developing rapidly, allow to use light, modern, reliable and weightless structures. Stair railings made of stainless steel are such that the price thereof is acceptable. Railings made of reliable material: an important structural element, part of the design of the building, the guarantors of safety and easy descent and ascent the stairs. Protections for ladders which are offered by our company differ in reliability, resistance to various aggressive influences and faultless appearance. In addition, their manufacture takes into account all kinds of standards and requirements relevant to this group of products. It is difficult to imagine a building in which there will be no stair railings, the presence of which increases the convenience, safety when moving. Note that today for the manufacture of construction offers a large selection of elements with which it is possible to quickly perform the installation of the structure, which for many years will last without losing the original qualities. Manufacturing and installation of stainless steel stairs is inexpensive compared to designs from other materials with equal quality characteristics. However, stainless steel is much more popular material-it is easy to handle, combine with other materials, install and care for the finished product\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NicolasPseupTU', 'temptest626232418@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 06:43:23', '31.28.163.42', '1'),
(429, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PaperRigMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"uhimed@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81459466751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"plagiarism essays http://the-lottery-jackson.collegetermpapers.collegeessayexamples.gdn learning style essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PaperRigMO', 'uhimed@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 08:39:36', '46.118.156.230', '1'),
(430, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WilliehemHV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vjxqjxws@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88513763943\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:82:\"play roulette online online casino games canada online casinos virtual casino chip\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliehemHV', 'vjxqjxws@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 09:47:09', '178.159.37.38', '1'),
(431, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RamonZerlyMJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox161@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89333817375\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:355:\"I&#039;m sorry for off-topic, I&#039;m thinking about building an enlightening site as a student. Will possibly commence with publishing interesting facts such as&quot;Mercury is the only planet whose orbit is coplanar with its equator.&quot;Please let me know if  you know where I can find some related information such as right here\r\n \r\nexpository essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RamonZerlyMJ', 'inbox161@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 14:46:34', '178.137.89.90', '1'),
(432, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SusanlaughEM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nskolskaya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88596132267\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:585:\"About cooperation \r\n \r\nBecome a byweb partner and receive payments of up to 30% from each payment of the attracted client to create the site. \r\n \r\nIf you have attracted a client to create a site for us, then please provide the name of the client to our feedback \r\n \r\nHow to find us?  \r\n \r\nIt is very easy to find a search query in Google: \r\n \r\n&quot;website development USA &quot;Byweb&quot;&quot;  \r\n \r\nBelow the contextual advertising will be our site best-website-deve.... \r\n \r\nRespectfully, \r\nWeb agency ByWeb - best-website-development.com \r\nCreation and promotion of sites in USA\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SusanlaughEM', 'nskolskaya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 21:21:45', '37.214.41.129', '1'),
(433, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalterdiashLK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"doopool796@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81617639722\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2436:\"all-Glass railings look quite unusual. These types of structures differ in the way of fastening to the base of the stairs. Glass railings can be installed on stainless steel racks, or the glass itself performs the supporting function. In this case, it is fixed on a special aluminum profile, or on the so-called &quot;points&quot;. Railing on the load-bearing glass is more difficult to design and their price is higher. Besides, if for a protection on corrosion-proof racks it is possible to use the tempered glass in the thickness of 6 mm, self-supporting designs are made only with application of cloths from 8 and to 20 mm. However, they are not less common than wooden or metal fences. To such a design successfully fit into the interior of a country house or a multi-level apartment, it is necessary to pay attention to important features. Previously, glass railings were mainly used in the atmosphere of clubs, restaurants, hotels and offices. Self-supporting glass railings for typical stair sections, open areas of the second light or balconies, in a complete set come to the object and as quickly as possible are installed on pre-prepared mortgage elements. The standard equipment includes a wooden railing with fixtures and intermediate reinforcement elements. Railings self-supporting on the points of the most practical. Large glass screens fences, give maximum visibility, and stainless steel points increase the rigidity of the enclosing structure. Designed for strength stainless point fasteners, eliminate the risk of falling glass under load. If the room is well lit, we recommend installing a railing with a thick lighted glass. It is more transparent than the standard material. Taking into account the technical features of the project, we use different methods of fixing glass railings for stairs. You can perform the attachment of the glass on aluminium profile, spot holders or minestone. In our article, we will focus just on those that are represented in the Russian market. Concrete stairs lined with wood and railings for stairs, produced on an individual project meet the established standards and requirements. So, standards regulate width of ladder marches which should not be less than 90 cm or more than 120 cm for marches which create vertical communications between floors of houses. This size takes into account not only the passage of residents to the upper floors, but also the passage of furniture\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterdiashLK', 'doopool796@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-15 22:39:37', '62.149.29.50', '1'),
(434, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"nicolecj4ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"yi60@riku11.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86752197862\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://firstlesbian.hotblognetwork.com/?moriah \r\n\r\n alan gregory porn hard porn vids clips free wife porn pictures best free cam site teen porn soiuth park porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nicolecj4ET', 'yi60@riku11.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-16 02:55:19', '209.95.51.11', '1'),
(435, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"nomJP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"superalexalex7888@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86565363598\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"If u need some cash help look at this website/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nomJP', 'superalexalex7888@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-16 14:01:09', '178.137.81.250', '1'),
(436, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"benza.ru\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"pofosiforumam@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88399458152\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:553:\"Текст сообщения: Проблема неорганизованности в учете топлива на предприятии может привести к его утрате или воровству. Концепция «Умная АЗС» исключит вероятность потери топлива, ведь ее функциональные возможности включают в себя… Смотрите обзор концепции «Умная АЗС» тут &gt; http://benza.ru/prekratit-vorovstvo-topliva/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'benza.ru', 'pofosiforumam@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-16 15:00:55', '54.36.9.139', '1'),
(437, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamescipCI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vluu22021@basic.islaby.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88229558576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1324:\"Equipoise Y Sustanon Ciclo\r\n Popular parts are crucial to your website or website. Think about using testimonials, revealing functions, ratings, or website visitor responses to actively involve prospective customers/end users and in addition result in much more connection, in addition to it presents customers the freedom to share with you your site content someplace else that will maximize search results much more plus cause your site to achieve a lot more hits.\r\n  Oral Steroids No Water Retention\r\n If you come across the owner when viewing a home, be sure you find anything to admiration and attempt to prevent declaring nearly anything bad about their residence. Attempt to understand that the vendors are proud of their residence. It is a time for you to be courteous because it could be worthwhile to suit your needs in the buy.\r\n  Masteron P Results\r\n Use the internet for playing golf footwear prior to going out purchasing at community shops and shopping centers. In this way, it is possible to understand existing brand names as well as the moving level for a good pair of golf boots. This method for you to produce a sensible choice in cost as well as in functions. Carrying out a bit of research will enable you to obtain the proper pair of golf shoes for your needs along with your pocketbook.\r\n  Winstrol V\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamescipCI', 'vluu22021@basic.islaby.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-16 17:00:01', '91.236.74.19', '1'),
(438, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardUsapsIS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ecosrubystroi@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82367735584\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:715:\"Клееный дерево \r\n \r\nСей личина домов прочнее, однако и такса его, соответственно, дороже. Только, исключая прочности, у него жрать дополнительные плюсы. Клееный брус идеально обрабатывается на многих этапах. Безвыездно слои, в составе бруса сушат поштучно, и поэтому на выходе брус показывает минимальный высота влаги. Вы можете мгновенно переселяться в такой дом – в выдержке он не нуждается.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardUsapsIS', 'ecosrubystroi@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-16 23:42:49', '2.94.219.42', '1'),
(439, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87557554339\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:672:\"Копка, чистка, углубление колодцев http://www.special-service.ru/page.php?id=43 в Можайске и Можайском районе. колодцы можайск, колодец можайск, колодцы в можайском районе, колодцы под ключ можайск, выкопать колодец в можайске, колодцы в можайске, углубление колодцев можайск, колодец можайский район, углубить колодец в можайском районе, чистка колодцев можайск, ремонт колодцев можайск\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-17 08:10:55', '188.163.109.153', '1'),
(440, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"NetavobsuemsOU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"netta-kroman@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84274175989\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6930:\"Casino Вулкан Клуб в наши дни завоевал доверие у многих игроков. Много азартных посетителей заходят на casino-r.org, чтобы поиграть и отдохнуть. Очень многим нравится портал Casino R по причине его внешнего вида, интересных параметров. Играть сейчас в клубе Вулкан очень просто и интересно. \r\n \r\nЕсли вы желаете не только получить удовольствие от игры, но и попробовать выиграть огромные деньги, Вулкан Клуб именно для Вас! Вы можете вести игру в казино , среди которых: Beetle Mania Deluxe, Hulk, Just Jewels Deluxe и другие игры. Сегодня многие ведут игру бесплатно в виртуальные игры на ресурсах казино. Если вы хотите играть в самой популярной сети игровых заведений, Вулкан Клуб понравится вам всем. \r\n \r\nЗдесь вы сможете принимать участие в турнирах, получать плюшки и следить за своим выигрышем. \r\nМногих игроков интересуют только игровые автоматы казино Вулкан Гранд  на финансы. Известные игроки также временами посещают портал. Пользователи играют в aceking  как на деньги, так и бесплатно. Много шансов ожидает игроков, которые делают большие депозиты. Если вы решили вести игру на финансы, вам надо пройти регистрационный процесс. После регистрации вы можете положить деньги на баланс. Сделать это реально через любой платежный сервис. \r\n \r\nПоложить финансы на счет вы можете через Visa или MasterCard. У вас также есть шанс активировать другие платежные сервисы, чтобы пополнить баланс. \r\n \r\nРегулярных игроков Casino R ожидают бонусы. Любой кто пожелает может получить VIP статус. Чтобы вы могли получить особый статус, вам следует очень много времени проводить на сайте. Вы можете его получить, если будете участвовать в турнирах и выигрывать в них. Азартных развлечений невероятно много на портале. Девушкам и женщинам нравятся игровые слоты, среди которых Aloha Cluster Pays, Crazy Monkey и Keks. \r\n \r\nНа портале сервиса игры от проверенных разработчиков, среди которых Novomatic, Microgaming, Igrosoft и другие. Аппараты с фриспинами интересуют многих сегодня. Ключевым преимуществом сервиса Вулкан есть также то, что они делают промоакции, увеличивают кэшбеки, а играть есть возможность на базе iOS или Android. \r\n \r\nЗнаменитая сеть Клуб Вулкан имеет колоссальное количество плюсов, среди которых можно выделить: приятный интерфейс, разнообразные платежные методы, моментальные выплаты и огромное количество постоянных бонусов. Если в играх у вас будут возникать вопросы, вы можете моментально обращаться в службу технической поддержки. Специалисты работают круглые сутки, в связи с этим решат любой вопрос. \r\n \r\nНа casino-r.org вы можете круто проводить досуг на выходных или по вечерам. Если вы до этого предпочитали вести игру в онлайн-казино от знаменитых азартных разработчиков, такая возможность у вас есть теперь и на портале. Много участников с разных городов играют и получают крутые бонусы. В игре вы можете ознакомиться с большим преимуществом функций, а разнообразные слоты и интересные азартные игры позволят вам круто провести досуг. \r\nВ слотах у вас есть возможность вести игру на денежные средства или бесплатно. Вам не нужно выходить из дома, чтобы внести деньги. \r\n \r\nВсе участники могут также принимать участие в турнирах, делать ставки. В разных играх у вас есть шанс также получить VIP статус. \r\n \r\nЕсли прежде вы никогда не играли в игровые автоматы, вам нужно обязательно попробовать! Игровые аппараты доставляют много положительных эмоций. Мало того, вы можете проводить в них досуг с друзьями или с любимым человеком. \r\nЕсли в игре у вас появляются вопросы, вам что-то не ясно, вы можете писать к менеджерам. Сотрудники предоставляют ответы на любые вопросы, помогают разобраться с деталями, благодаря чему вы сможете с интересом провести время! \r\n \r\nКонтакты: &quot;Гэмблинговая компания Casino R&quot; адрес: Москва, Пресненская набережная 6, строение 2 \r\nТелефон: +7 499 490 71 35 \r\nEmail: welcome@casino-r.org \r\nВеб-сайт: https://casino-r.org/ \r\nВконтакте: https://vk.com/casinornet \r\nФейсбук: https://www.facebook.com/groups/casinor.net/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NetavobsuemsOU', 'netta-kroman@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-17 15:35:13', '31.184.238.253', '1'),
(441, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WritingRigWX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dooggo@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81256653679\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"elephant essays http://crime-and-deviance-articles.ultius.collegeessayexamples.gdn how to write a common app essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WritingRigWX', 'dooggo@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-17 18:17:10', '46.119.126.227', '1'),
(442, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"FabianGexRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"avocat.leroysas@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87271556939\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"HELLO Got nothing to say about myself I think. \r\nEnjoying to be a part of %targetdomain%. \r\nI just hope Im useful in some way . \r\n \r\ndentiste dâ€™urgence\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FabianGexRV', 'avocat.leroysas@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-17 23:42:40', '14.192.27.122', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(443, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81735867872\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7141:\"Metformin helps you lose weight - primarily because while you are on it you have diarrhea and spend half your day on the bathroom. I&#039;m currently taking Metformin 500mg as soon as a day, I must double up and begin taking 1000mg a day but I am unable to deliver myself to do it. I also began to take my Metformin dosage again. At all times tell your physician about medicines you take earlier than taking albuterol and ask him/her for recommendation (eight). Not clear: Its not clear whether or not the query refers to side effects of albuterol in a 1.5 12 months outdated or to interplay between albuterol and possibly one other medication in a 1.5 yr previous. Less widespread uncomfortable side effects embrace allergic reactions, which can lead to issue respiratory and swallowing, chest pains, swelling of the throat, or dizziness. This assists make Metformin unwanted side effects PCOS deal with induced infertility. About three weeks after a man starts taking Clomid, we&#039;ll recheck his FSH, LH, and testosterone levels to make it possible for they don&#039;t seem to be too excessive. Some current research have found that Lipitor is efficient when given to these who&#039;re at a high danger for stroke or who&#039;ve already experienced a stroke of their lifetime.\r\n \r\nsymptoms of amoxicillin allergy\r\n \r\nWang and colleagues aimed to establish the probability of diseases and mortality in forty one,204 males with kind 2 diabetes, all of whom had been at least 65 years and free from comorbidities (further well being complications) throughout 2002-2003, earlier than the examine started. For kids between 2-4 years of age, the beneficial dose of albuterol is 1.25 to 2.5mg per dose, with the repetition of dose each 4-6 hours as per need of the child. Therapeutic results could also be energetic up to 5 hours. Normally, the record of doable facet effects of Metformin can appear to be quite manageable. Rare uncomfortable side effects could include allergic reaction, muscle cramps and chest pain. These unwanted effects embody: decreased libido, erectile dysfunction, and decreased semen volume. A distinct treatment may be mandatory in these cases.With extended therapy, laboratory and/or medical assessments (e.g., kidney and liver perform, full blood counts) needs to be carried out periodically to watch your progress or test for uncomfortable side effects. Essentially, extra not than different results, nausea can cause the medical cal- of a number of national powder which has antagonistic antibiotics of breathing, substantial caps, method, rash, and serum.\r\n \r\nprednisone multiple sclerosis\r\n \r\nIt has broad enlargement of dealership community in throughout India. Snyder didn&#039;t seek FDA approval to market these medicine nor was he licensed as a pharmacist in the State of latest Jersey or in any other case authorized to prescribe or dispense prescription medicine. The columnist of the commodity has considerable S approval about Baptize Accident San Diego. The actual pulp is in some unspecified time in the future accrued in an oversized pulp extractor, too as is recyclable. These pajamas will hold you so snugly heat on these chilly winter nights. If carrying earrings makes your ears really feel itchy or irritated, be certain that you purchase nickel-free jewellery in the future. Writer: Allen S Green Choosing the proper bridal jewelry to your wedding ceremony day can appear like a daunting process. A research exhibits that after roses the second commonest valentine`s day gift is a mushy toy. You may match these UGG boots with several types of gadgets, akin to in a variety of designs and colours.|It wasn&#039;t so many years in the past that the very thought of ordering products and parting utilizing their arduous-earned money through the use of a computer connection might have introduced most people out in a chilly sweat. EPad is delivered to you by a Shenzhen based company called Superman Industrials. To keep away from having this happen to you, it&#039;s necessary to know one of the best strategy to go about making a World of Warcraft gold purchase. Writer: Laura Hartson Bugatti was as soon as one of the wanted vehicles producers on the earth. Publisher: Fem Mascenon Wedding ceremony anniversaries are special events for married couples commemorating milestones of their true love for each other. Even your feet will fall in love with a pair of sneakers on them. Working with a budget may be troublesome in the truth that you do not want to buy a poor high quality reward that won&#039;t final and is not well made. Not all of us will be able to understand this or could not even know the way a lot time the ache and suffering last can last. The selection is as much as you, however keep in mind that you could be wish to journey with it or put it in your purse or backpack, so generally a smaller one is preferable.\r\n \r\nhttp://www.benelave.com/index.php?route=product/product&amp;path=1_2_4&amp;product_id=13\r\n \r\nfktrpr94f \r\nThe only benefit was that the lifestyle group put weight back on whereas the metofrin group didn’t. Frontal thinning hair has additionally been seen to develop back once more following using Propecia, however as I claimed earlier than, it truly is considerably extra worthwhile for other sorts of hair discount. Coenzyme Q10 is utilized by the body to course of energy, and the extra vitality an organ uses the more Q10 is accommodates inside its cells. Publisher: RA Butters An ever-increasing body of research signifies that the checklist of CoQ10 advantages is an extended one. Maybe levitra generic lowest costs is a rubber glove for signs of fluid resuscitation. Warning indicators of lactic acidosis embody quick and shallow respiration, diarrhea, severe muscle aches, cramping, unusual weakness or tiredness, or feeling chilly. Upon its introduction in 1987, fluoxetine revolutionized drug therapy for mood disorders and has turn out to be a cornerstone in depression remedy. That being said, this is definitely plausible considering the thoughts of marvel and delusion, valtrex therapy since most miracle is, and nonetheless result in a very tempting narrative.|If it is, the subsequent step (other than beginning to use the drug) is organising a nutritious and nicely-balanced weight-reduction plan that is low on fat and carbohydrates, and high on proteins, vitamins, fibers and dietary minerals. Now have a healthy three 12 months ol and am simply beginning Clomid for number 2. Good luck in your journeys. We additionally see women taking medications whose husbands haven&#039;t had a semen analysis to rule out male infertility. If your canine, like mine, tends to drink out of all kinds of pure water sources, you need to watch for signs of the disease and examine promptly with your vet. Utilizing a reputable provider of pet medicines in a rustic with the same rules and rules regarding drug safety and high quality seems a simple manner to keep your pet wholesome with out the hassle of another go to to the vet. There isn&#039;t a consensus on the number of particular drug therapies when metformin fails in Sort 2 diabetes (T2D).\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 00:36:05', '178.159.37.17', '1'),
(444, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DustinjerJQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"murrayliam784@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84672763744\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1141:\"Hello there, \r\n \r\n \r\nWe are a UK based web hosting provider that focuses on providing quality UK hosting solutions at affordable prices. We operate out of an office in central London with a team of staff available 24/7/365. Our datacenter is located in City Reach datacentre, London Docklands, less than 5 miles from our office. Unlike other web hosting providers, we offer true 24/7/365 support with our on site, in house, experienced support staff. We offer a range of hosting services, including web hosting, SSD VPS, dedicated servers, domain registration, SSL certificates and various licensing options for those services. \r\n \r\nCPU - E3-1270v2 \r\nRAM - 16GB Ram \r\nHDD - 1TB HDD or 120GB SSD \r\nBandwidth - Unmetered \r\nIPs - /29 (5 IP&#039;s Usable) \r\nIPV6 Enabled \r\n1Gbit Connectivity \r\nLocation - LA \r\nASIA Optimised Bandwidth \r\n£90 / monthly - http://billing.hostmefast.co.uk/cart.php?a=add&amp;pid=1 \r\n \r\nDual E5-2630L \r\n32GB Ram \r\n1x 120GB SSD \r\n/29 +/64 optional \r\n20TB bandwidth \r\nIncluded 10Gbit connectivity at 20TB. \r\nLocation - US LA &amp; NYC \r\n£130.00 GBP / motnhly - http://billing.hostmefast.co.uk/cart.php?a=add&amp;pid=2\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DustinjerJQ', 'murrayliam784@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 00:40:16', '185.115.240.104', '1'),
(445, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilBuhXH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"nuojvdna@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87224633917\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:102:\"play online roulette european casino games black jack casino best online casino for australian players\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilBuhXH', 'nuojvdna@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 01:41:44', '178.159.37.38', '1'),
(446, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Touristservices\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"tourist-services@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86444779672\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:813:\"Если вам нравится путешествовать или вы просто увлекаетесь туризмом, \r\nто вам будет интересна информация предоставленная на нашем сайте \r\nhttp://touristservices.ru Здесь вы сможете воспользоваться такими услугами как: \r\nбронирование отелей, поиск авиабилетов, выбор и заказ морских круизов, трансфер \r\nдо аэропорта или попросту такси,экскурсии и прокат авто. Планируйте свой отдых \r\nсамостоятельно и без посредников, экономя до 30 процентов на каждой услуге.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Touristservices', 'tourist-services@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 06:02:15', '81.162.98.175', '1'),
(447, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Pashke777KaAI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"pvapvap.1515@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84275389674\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:363:\"Я Маша являюсь представителем компании Роллер если вам интересует наша продукция http://roller-m.ru/ - колеса и ролики для гидравлических тележек, заходите на наш сайт www.roller-m.ru - мы ответим Вам на все вопросы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Pashke777KaAI', 'pvapvap.1515@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 06:59:02', '93.185.192.82', '1'),
(448, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HotelviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"donichwyacheslaw35@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86732632389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:522:\"Недорогой отель Владимирский находится рядом с центром Нижнего Новгорода. Ближайшая станция метро Ленинская находится в 640 м от гостиницы, что позволяет попасть в центр города за 10-15 минут. Гостиница располагается в Нижнем Новгороде рядом с ЖД вокзалом. \r\n	 \r\n \r\nГостиница Нижний Новгород\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HotelviextMO', 'donichwyacheslaw35@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 07:56:25', '93.120.172.144', '1'),
(449, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JesusSoipsHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"tcko32988@books.pairst.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84956418993\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1280:\"Testosterone Propionate 5 Ch\r\n To cover it, you want to emerge at the top as number one when it comes to mobile marketing and advertising to the focus on consumers. Other individuals could have the skills, but now you must the assurance. Just go start showing your reason for the best at whatever you do, right now, with the addition of this helpful information.Entice The Masses Aimed At Your Website With Search engine optimization\r\n  Turinabol Or Anavar\r\n In case you have asthma, watch out for immediate alterations in the weather. As soon as the temperature varies quite a lot within a short time, your bronchial asthma is more likely to act up. Avoid moving outside at these times. Should you need to go exterior, make sure you have your inhaler with you.\r\n  Turinabol In Creatine\r\n While traveling to some unfamiliar country is undoubtedly an fascinating practical experience, it may also be risky when you aren&#039;t knowledgeable about its laws and regulations and customs. For your goal, the State Division of the United States launched a internet site (journey.express.gov) that one could visit to find out a wealth of facts about the land which you might be travelling, such as details on crime, health conditions and well-known tourist attractions.\r\n  Tren A 75mg Ed\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JesusSoipsHE', 'tcko32988@books.pairst.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 08:54:42', '91.236.74.21', '1'),
(450, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"feleciayx1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"irmazi1@riku21.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84682535851\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:204:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://porn.ask.instakink.com/?kennedi \r\n\r\n jack gay porn katarina porn star free porn you jizz free streamed ipod touch porn hot fucking nasty latine porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'feleciayx1', 'irmazi1@riku21.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 09:18:55', '185.220.102.8', '1'),
(451, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SantehviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"xristinaborykova198265@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89332448388\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"santex-nn.ru -  \r\nзамена радиаторов отопления в квартире цена батарей Нижний Новгород стоимость монтаж Нижний Новгород\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SantehviextMO', 'xristinaborykova198265@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 10:46:49', '93.120.176.95', '1'),
(452, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Margaret Carver\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mcarver93@comcast.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"6174929007\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:434:\"Hello,\r\nWe are staying at your property March 12-16 (Booking.com confirm #1796649990). I would like to arrange transportation from the airport to the resort. Arrival details:\r\n\r\nDate: March 12, 2019\r\nAirline: American Airlines 1479 from Miami\r\nArrival: 1:45pm\r\nPassengers: Margaret Carver, Frank Edwards\r\n\r\nPlease confirm and tell me what to look for when we arrive. Let me know cost and how to pay - cash or other?\r\nThanks,\r\nMargaret\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Margaret Carver', 'mcarver93@comcast.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 17:07:39', '75.67.67.184', '1'),
(453, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"NercazorjournSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"czorik-sikajz@gmailu.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89138329118\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6938:\"Casino Вулкан Клуб сейчас завоевал доверие у большинства игроков. Много азартных посетителей заходят на casino-r.org, чтобы поиграть и отдохнуть. Достаточно многим нравится портал Casino R по причине его дизайна, крутых параметров. Играть сейчас в клубе Вулкан очень легко и интересно. \r\n \r\nЕсли вы хотите не только получить удовольствие от игрового процесса, но и попробовать заработать большие деньги, Вулкан Клуб несомненно для Вас! Вы можете играть в покер онлайн , где: Beetle Mania Deluxe, Hulk, Just Jewels Deluxe и другие игры. Сегодня многие играют без средств в виртуальные игры на порталах казино. Если вы желаете играть в самой знаменитой сети игровых клубов, Вулкан Клуб понравится вам всем. \r\n \r\nЗдесь вы сможете участвовать в турнирах, получать бонусы и следить за своим выигрышем. \r\nМногих посетителей интересуют только игровые автоматы novomatic  на деньги. Популярные игроки также часто посещают ресурс. Пользователи играют в Вулкан Гранд  как на денежные средства, так и бесплатно. Много возможностей ожидает участников, которые делают большие депозиты. Если вы захотели играть на финансы, вам необходимо пройти регистрацию. После регистрации вы можете пополнить баланс. Сделать это вы можете через любой платежный сервис. \r\n \r\nПоложить деньги на счет вы можете через Visa или MasterCard. У вас также есть шанс использовать другие платежные сервисы, чтобы пополнить баланс. \r\n \r\nРегулярных посетителей Casino R ожидают бонусы. Каждый желающий может получить VIP статус. Чтобы вы могли получить особенный статус, вам нужно очень много времени проводить на сайте. Вы можете его получить, если будете принимать участие в турнирах и выигрывать в них. Азартных развлечений очень много на портале. Девушкам и женщинам нравятся игровые слоты, среди которых Aloha Cluster Pays, Alice in Wonderland и Lucky Lady’s Charm. \r\n \r\nНа ресурсе casino игры от проверенных разработчиков, среди которых Novomatic, Microgaming, Igrosoft и другие. Аппараты с фриспинами заинтересовали многих сегодня. Главным преимуществом клуба Вулкан считается также то, что они делают промоакции, увеличивают кэшбеки, а играть вы можете на базе iOS или Android. \r\n \r\nЗнаменитая сеть Клуб Вулкан имеет большое количество плюсов, среди которых можно выделить: простой интерфейс, разнообразные платежные методы, быстрые выплаты и огромное количество регулярных бонусов. Если в играх у вас будут появляться вопросы, вы можете моментально обращаться в службу customer support. Специалисты работают круглосуточно, в связи с этим решат любой вопрос. \r\n \r\nНа casino-r.org вы можете интересно проводить досуг на праздниках или по вечерам. Если вы раньше предпочитали играть в онлайн-казино от известных азартных разработчиков, такая возможность у вас доступна теперь и на сайте. Большое количество участников с разных регионов играют и получают крутые бонусы. В игре вы можете ознакомиться с огромным преимуществом функций, а модернизированные слоты и интересные азартные игры предоставят шанс вам круто провести досуг. \r\nВ слотах у вас есть шанс вести игру на деньги или бесплатно. Вам не следует выходить из дома, чтобы внести деньги. \r\n \r\nВсе пользователи могут также принимать участие в турнирах, делать ставки. В разного рода играх у вас есть возможность также получить VIP статус. \r\n \r\nЕсли раньше вы никогда не играли в игровые слоты, вам надо обязательно попробовать! Игровые слоты доставляют много положительных эмоций. Мало того, вы можете проводить в них время с близкими или с любимым человеком. \r\nЕсли в игре у вас появляются вопросы, вам что-то не ясно, вы можете писать к менеджерам. Сотрудники предоставляют ответы на любые вопросы, помогают разобраться с деталями, благодаря чему вы сможете с интересом провести время! \r\n \r\nКонтакты: &quot;Гэмблинговая компания Casino R&quot; адрес: Москва, Пресненская набережная 6, строение 2 \r\nТелефон: +7 499 490 71 35 \r\nEmail: welcome@casino-r.org \r\nВеб-сайт: https://casino-r.org/ \r\nВконтакте: https://vk.com/casinornet \r\nФейсбук: https://www.facebook.com/groups/casinor.net/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NercazorjournSO', 'czorik-sikajz@gmailu.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 17:37:58', '31.184.238.253', '1'),
(454, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ManueldieptQZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"ffhs98797@afp.pairst.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84878355774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1133:\"Deca Durabolin 300 Mg Precio\r\n Simply being the mother or father of a youngster with symptoms of asthma can be very frightening. Seeing your baby find it hard to inhale by no fault of their own, can send feelings of freak out, hate, and helplessness to you personally. The following write-up provides you with some guidelines to help you cope with raising an asthmatic child.\r\n  Equipoise 50mg - 10ml\r\n Get initially-palm testimonials before purchasing a salon or stylist. Although it may be tempting to take advantage of a sale or advertising, think again prior to moving to a new hairdresser eyesight-hidden. Get referrals from friends or relatives, and view on-line assessment sites if offered. It is crucial that your hair stylist is each competent making use of their abilities capable to understand what you are looking for with your new do.\r\n  Oral Steroids In Eczema\r\n Mood swings along with other related signs or symptoms are all-natural for people affected by many forms of cancer. Being aware of this helps you plan for what you should experience when you or someone close are suffering with cancer.\r\n  Anavar Vascularity\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ManueldieptQZ', 'ffhs98797@afp.pairst.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 22:11:18', '91.236.74.17', '1'),
(455, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SteveblornBS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"a____@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88195877453\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Hello, \r\n \r\nDownload MP3 club music Private FTP, mp3 2019 for DJ&#039;s \r\nhttp://0daymusic.org \r\n \r\nBest Regards, \r\nSteve\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SteveblornBS', 'a____@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-18 22:21:52', '103.213.192.19', '1'),
(456, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamestefBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mgar86531@low.highnom.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87738172361\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1184:\"Testosterone Cypionate Subq\r\n Create your fishing trip as comfortable and enjoyable as might be. The greater you will be experiencing your trip, the more time you are going to stay out. This improves the odds that you just will property a greater and find! Purchase a cozy sportfishing chair, get a angling rod that seems cozy within your traction, and even load your favorite food items and snack foods to nibble on through the day.\r\n  Anadrol Biotech Usa\r\n Before going in to consider a new auto, be sure to have completely investigated the proper industry in price of your present auto. In reality, why not try and sell it oneself very first before you buy. In either case, you will definately get much more from the vehicle once you learn what exactly it is well worth.\r\n  Is Equipoise A Hardener\r\n Go on a getting to sleep pad to acquire a good times sleep at night and savor your camping getaway a lot more. An egg casing shaped foam pad or even a silicone physical exercise mat kind mat will offer defense against sticks, gemstones and unequal soil. This type of padding can be established on to the ground of your tent to avoid rips and tears.\r\n  Masteron Erectile Dysfunction\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamestefBX', 'mgar86531@low.highnom.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-19 00:30:57', '91.236.74.16', '1'),
(457, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamElolaHB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen.708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86854967933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:507:\"Норвежский Ламинин от д-ра Эскеланда http://1541.ru  в 4 раза Дешевле, чем американский Laminine LPGN. Skype evg7773 Viber +380976131437 Buy The Norwegian LAMININE are 4 times more affordable http://www.getyourboomback.com/#_l_2ps  as Laminine by LPGN. Реклама в Интернете. Поисковая оптимизация. Рассылки на Доски,форумы, блоги. 20$ на 3000 и более ресурсов. Отчет\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamElolaHB', 'fevgen.708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-19 04:07:35', '188.163.109.153', '1'),
(458, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"jaredif1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"mauders5@ayumu5710.hiroyuki98.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85919592926\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"New super hot photo galleries, daily updated collections\r\nhttp://porn.av.video.xblognetwork.com/?alaina \r\n\r\n teekah masalah porn free shower teen porn girls in jail porn teen pics stories porn catagory mature porn clips\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaredif1', 'mauders5@ayumu5710.hiroyuki98.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-19 10:15:32', '185.220.102.7', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(459, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EfabekRigBE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"webred@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85856641189\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:125:\"topics for an analytical essay http://descriptive-detail-examples.writemypapers.collegeessayexamples.gdn essays on gay rights\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EfabekRigBE', 'webred@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-19 15:27:31', '46.118.122.90', '1'),
(460, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertlupMZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83431824579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:296:\"Фишка оптимальной Рекламы в интернете в 2019 это комплекс поисковой оптимизации в Связке Xrumer + Instagram + YouTube + Pinterest + blogger. от 20 usd за услугу. Опыт 25 лет Skype evg7773 Viber +380976131437\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertlupMZ', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-19 17:27:17', '188.163.109.153', '1'),
(461, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidHawLM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"kupdm1@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81112674522\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:444:\"Купольные Дома Из Пенопласта Цена  \r\nДом Сфера  \r\nСферический Дом  \r\nКупить Купольный Дом Из Пенопласта В России  \r\nКупольные Дома Продажа  \r\nКупольный Дом Из Пенополистирола Купить  \r\nКупольные Дома Официальный Сайт  \r\nКупить Готовый Купольный Дом\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidHawLM', 'kupdm1@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-20 05:00:40', '47.89.249.166', '1'),
(462, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"FabianGexRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"avocat.leroysas@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86163425726\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:157:\"HELLO There is nothing to say about me really. \r\nFinally a member of %targetdomain%. \r\nI really wish I am useful in one way here. \r\n \r\ndentiste orthodontiste\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FabianGexRV', 'avocat.leroysas@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-20 05:18:33', '168.232.10.253', '1'),
(463, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JasonecoriXF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ptelmcau@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82463644849\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"online casinos usa for mac casino bonus online live casino casinos best on line casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonecoriXF', 'ptelmcau@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-20 08:03:22', '178.159.37.38', '1'),
(464, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"travelleralKY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"travelleral@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88172712487\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:642:\"Бронирование гостиниц в Ялте. Ялта является курортным городом на Южном Берегу Крыма, а также  значительным культурным, научным и курортным центром, который ежегодно посещается тысячами туристов. Этот знаменитый курорт занимает обширный горный амфитеатр, обращённый к морю между мысами Ай-Тодор на западе и Монтадор на востоке.  \r\n \r\n https://mybookit.ru/hotels/Yalta\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'travelleralKY', 'travelleral@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-20 20:19:00', '91.238.74.15', '1'),
(465, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JeffreyNugMC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"artemnnvss@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89565436256\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"giant pharmacy rockville md  http://gificlimited.com/shop/biotine-300-mg.html  viewsonic g tablet accessories\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreyNugMC', 'artemnnvss@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-20 23:34:37', '51.15.15.164', '1'),
(466, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"lessieup11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"rubentc69@takumi510.sho85.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83517982519\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://porn.av.movies.hotblognetwork.com/?meadow \r\n\r\n free full length iphone porn videos charlie porn flash fuck her brains out porn t porn videos surname porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lessieup11', 'rubentc69@takumi510.sho85.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-21 00:10:13', '185.220.101.31', '1'),
(467, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"ingridjr4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"twilakq16@isamu8710.kenta70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88483234283\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://moviessexo.bestsexyblog.com/?andrea \r\n\r\n hard body tough porn star alektra blue porn hub percy jackson and the olympians porn anus porn 2008 jelsoft enterprises ltd porn past fortiguard\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ingridjr4', 'twilakq16@isamu8710.kenta70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-21 01:29:39', '89.234.157.254', '1'),
(468, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85851837362\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:672:\"Копка, чистка, углубление колодцев http://www.special-service.ru/page.php?id=43 в Можайске и Можайском районе. колодцы можайск, колодец можайск, колодцы в можайском районе, колодцы под ключ можайск, выкопать колодец в можайске, колодцы в можайске, углубление колодцев можайск, колодец можайский район, углубить колодец в можайском районе, чистка колодцев можайск, ремонт колодцев можайск\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 00:51:28', '188.163.109.153', '1'),
(469, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryImabsAX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"iiiiggggoo.rr.r.78@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88483115538\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1703:\"Заходи и смотри порно картинки на сайте http://pics-tube.com/: HD фото голых баб чтобы мобильного телефона, смартфона и планшета. Навеки новые фото, кладезь разных сцен порно голых телок скачать бесплатно. Без регистрации. Весь фотографии девушек содержат интимные сцены с ними, для каждого ценителя порно, трескать разные жанры: красотки с большими сиьками, жопами, писающие, сосущие, глотающие сперму, голые, мастурбирующие, анальное порно и тд... Безвыездно порно фото http://pics-tube.com/dvoynoe-proniknovenie/ дозволено скачать и походить на телефоне сиречь планшете. Здесь сортируется и добавляется можество фотографий круг число, воеже вам не приходилось скучать. Уписывать свжее порно 2018 и 2019 года. Приходи на сайт и смотри. Порно фото БЕСПЛАТНО. Красивые секс фото чтобы всех с дозволение 1080p. Здесь ввек наедаться голые девушки, которые с радостью разденуться и покажут однако приманка интимные места и части тела. Бесплатное порнофото в качестве онлайн.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryImabsAX', 'iiiiggggoo.rr.r.78@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 04:02:35', '93.190.139.138', '1'),
(470, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattresskc@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85431458123\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:400:\"cbd oil or capsules for pain relief for sale go to this site \r\ncbd oil for sale in colorado springs secret info \r\ndiamond cbd oil reviews complaints no title \r\ncbd oil dosage for pain management read here \r\n \r\ncbd oil for sale online vape click this over here now \r\nreviews on cbd oil for dogs my company \r\ncbd oil reviews complaints weblink \r\ncbd oil research benefits for cancer click over here now\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattresskc@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 06:36:59', '178.137.80.124', '1'),
(471, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"TexikoRigJC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"tjimik@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85767213971\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"essay on table http://what-are-citations-in-a-essay.ultius.collegeessayexamples.gdn definition of essay in literature\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TexikoRigJC', 'tjimik@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 07:53:49', '46.118.153.112', '1'),
(472, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GlennexertMH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"kggkwdje@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84753186854\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"real money online casino mobile online live casino casinos online roulette games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GlennexertMH', 'kggkwdje@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 09:29:47', '178.159.37.38', '1'),
(473, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinDobEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"cmirno.vvpa.v.v@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81551898935\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2272:\"Приветствую тебя приятель на страницах сайта Лучшая Порнуха http://bestpornuha.com/, где ты всегда можешь насладиться горячими видео роликами ради взрослых. Наша первенство ежедневно добавляет новость порно видео в hd качестве, воеже ты мог с удовольствием подрочить для сексуальных девушек в самых извращённых позах. \r\n \r\nТут мы собираем отборную порнуху и раскладываем ее по категориям ради удобного поиска и выбора, интересующего секс видео. Здесь найдутся ролики и с анальным проникновением, и симпатичные развратницы в чулках, и скромные азиатки с волосатыми пилотками, и жопастые латинки с аппетитными попками. В общем подобрать себе видео для приятного эра препровождения не составит труда. \r\n \r\nОпричь выбора категории с качественным видео, позволительно отфильтровать ролики сообразно порно студиям, которых на сайте в избытке. Из самых популярных можно выделить Indecent America, Brazzers, RealityKings, Conspire Skeet, New Sensations, Blacked, Vixen, 21Sextury, Nubiles, Passion-HD, Mofos, Babes, SexArt, X-Art, DDF Network, BangBros, 21Naturals, Wow Porn Girls, Jules Jordan, Digital Playground и многие другие. \r\n \r\nВесь это доступно тут круглосуточно для всех желающих вполне бесплатно. Каждое порно http://bestpornuha.com/negro/ дозволено не как посмотреть в режиме онлайн, однако и скачать на свое строй, чтобы наслаждаться просмотром без доступа в интернет.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinDobEA', 'cmirno.vvpa.v.v@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 09:31:15', '46.246.25.86', '1'),
(474, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"FortstarMagOS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"avraam.linkoln.2018@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88835565147\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1972:\"http://play-fortuna.fun/wp-content/uploads/2019/02/novye-limity-statusy.jpg  \r\n \r\n \r\nНо могут рождаться ситуации, если приходится думать о часть, http://play-fortuna.fun - почему не удается зайти в Плей Фортуна, даже быть вводе пароля и логина. Публикуемые в подборке вопросов, ответы для странице FAQ, помогут ориентироваться в решении стандартных ситуаций. Там питаться ответы на многократно задаваемые вопросы – сколько оказывать, если забыли свой пароль разве, зачем нужна регистрация для сайте, а также – что работать в случае сбоев в работе системы? \r\nОрганизаторы проекта внимательно относятся к привлечению игроков. С этой целью на сайте проводится масштабная бонусная политика. Каждого новичка, выполнившего регистрацию и вход в официальное казино Play Fortuna, ждет приветственный бонус ради первый депозит. После, всем гэмблерам, которые проявляют активность в игровом клубе, предлагают бонусы ради пополнение и бездепы ради различные достижения. С актуальными предложениями дозволительно узнавать в соответствующем разделе, для чего нуждаться войти в домашний комната для Amusement Fortuna. \r\n \r\n \r\nИсточник:  Казино  http://play-fortuna.fun/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FortstarMagOS', 'avraam.linkoln.2018@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 11:14:17', '95.211.247.156', '1'),
(475, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BarbaraWakGC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"barbaraDub@topazpro.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89696696724\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:797:\"фурнитура дверей душевых кабин \r\nвходные двери юркас каталог цены \r\nhttp://glazok-zasov-zavesa.icu \r\nкак установить межкомнатные двери экошпон \r\nустановка двери входной своими руками \r\nhttp://homeroomdoor.icu \r\nвидео установка межкомнатных дверей \r\nустановка петель на межкомнатную дверь \r\nhttp://zavesa-zasovglazok.icu \r\nвидео установка входной двери \r\nдвери пвх екатеринбург \r\nhttp://door-home-room.icu \r\nкупить входные двери в лиде \r\nметаллические двери со стеклом цена \r\nhttp://dverjfurniturazavesi.icu\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BarbaraWakGC', 'barbaraDub@topazpro.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 18:50:48', '31.184.238.9', '1'),
(476, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ricardozx4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"leannamv5@katsu67.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88112988971\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://lesbian.films.fetlifeblog.com/?dalia \r\n\r\n night assault porn young big tit teen porn busty henrai porn free fabyana kanavo porn porn hindsi orgy talk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ricardozx4', 'leannamv5@katsu67.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 20:05:35', '65.19.167.132', '1'),
(477, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HerbertDopGJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"popleteeva.i@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82165987882\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:233:\"Купон на 35% скидку: \r\nALL-KERA-SALE \r\nhttps://keralogie.com/discount/ALL-KERA-SALE \r\n******************************************** \r\nCoupon for 35% discount: \r\nALL-KERA-SALE \r\nhttps://keralogie.com/discount/ALL-KERA-SALE\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HerbertDopGJ', 'popleteeva.i@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 21:07:39', '31.173.86.173', '1'),
(478, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AnthonytatYZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"cmirno.vvp.a.vv@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81278815316\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1192:\"Домашнее порно видео http://chastnoesex.com/ - это секс обычных людей, снятый для телефон сиречь даже скрытую камеру, о которой участники действия не догадываются. Часто интимное видео загружают в социальную сеть вконтакте. Искренние эмоции и возможность понимать секс реальных людей. Смотрите домашнее анал порно, как изменяют жены, либо чистый малолеток следит ради тем, который и с кем делает днем подруга, покуда он для работе. То, что всегда участники http://chastnoesex.com/porno/%D0%96%D0%B5%D0%BD%D1%8B/ - не профессиональные порноактеры, а частные лица - отдельно возбуждает. Хочется, для всегда было чистый по-настоящему - смотрите ролики из раздела домашнее русское порно онлайн.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonytatYZ', 'cmirno.vvp.a.vv@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 21:11:04', '93.190.139.138', '1'),
(479, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"maggiebb11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"cherylzx16@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81362588389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"Hot photo galleries blogs and pictures\r\nhttp://mensbuttondowns.fetlifeblog.com/?tori \r\n\r\n porn wife watches husband fuck annett schwarzt porn star lachelle the porn star toon porn image boards free virgin porn site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'maggiebb11', 'cherylzx16@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-22 21:11:49', '176.10.99.200', '1'),
(480, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"gabrielin11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"audrasa18@hotaka3110.masumi79.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89796212336\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Hot galleries, daily updated collections\r\nhttp://goodporn.lesbiansquirt.relayblog.com/?danna \r\n\r\n skinny porn vid homade fat ebony gramma porn plastic panties free porn photos porn naked hot 3d porn thread\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gabrielin11', 'audrasa18@hotaka3110.masumi79.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-23 11:56:36', '212.47.226.52', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(481, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MarcusTielfKH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"herik.likon@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81374593172\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1763:\"Мы привели совета от экспертов, имеющие критерии ухода и сбережения изделий из естественных тканей, а еще поместили большое количество заманчивых картинок. Мы подготовили для вас их колоритную, незабываемую ретроспективу. Публикации о естественных тканях, которые применяются в текстиле для жилища и для одежки.  Синтетикой именуют всякий продукт, http://textile.wikidot.com/ приобретенный способом хим синтеза, почаще всего синтетическую материал. Синтетические волокна — это волокна, выполняемые из полимеров, которые не видятся в природе, а синтезируются из мономеров. Сырьем для их изготовления считаются продукты переработки нефти, каменного угля и газа. Их относят к классу хим (наряду с искусственными). Из чего проделывают ткани, ведомо всем — из различных обликов волокон. До середины минувшего века мы воспользовались самая естественные ткани: хлопок, лен, шелк и т. д. В 1940—1950-х годах научились изготовлять искусственного происхождения волокна (вискозу, ацетат).\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarcusTielfKH', 'herik.likon@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-23 13:33:48', '85.92.183.37', '1'),
(482, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"fubexeloQQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"n.st.shar.u.n@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89156815292\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"http://pro-shopall.ru/samsung-j2-prime.html    samsung j2 prime\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'fubexeloQQ', 'n.st.shar.u.n@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-23 15:16:35', '91.205.239.219', '1'),
(483, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HenryJaxDW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kap.t.ooo.s@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81285512829\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3346:\"Пожертвование пожаловать в подсолнечная страсти и порно, которое никого не оставит равнодушным! Вечный земля бесплатного секса открывает для вас приманка объятия. Здесь http://pornnax.com/ вы может найти самое пикантное, горячее, хорошее порно на частный вкус. У нас есть лучшее видео, эротические мини-фильмы онлайн, которые дозволительно коситься торчком накануне экраном компьютера и радоваться предвкушением страстных оргий. Огромное разнообразие сюжетов о знойных девушках, которые не стесняются демонстрировать приманка прекрасные тела и влажные от страшный отверстия, откроется тем, кто пройдется сообразно разделам сайта. \r\n \r\nКруг индивид имеет приманка сексуальные фантазии в жизни. И буде вам не удалось по какой-то причине их временно реализовать, то насладиться явный просмотром http://pornnax.com/categories/%D0%96%D0%B5%D0%BD%D1%8B/ тех эротических моментов, которые беспричинно неоднократно представлялись якобы явь, весь возможно. Эти сексуальные девушки становятся главными героинями новых приключений именно ради вас. Вы можете с удовольствием видеть следовать их раскрепощенными действиями, которые заставляют веселиться, наподобие они любят приятель друга, обожают свое тело, демонстрируют вам огромные сиськи. Они метко справляются с любым членом и обожают секс-вечеринки. Они делают однако лишь ради того, для вы тоже получили удовольствие через просмотра самых свежих видео роликов. \r\nКак любая река постоянно течет в море, так и выше сайт регулярно обновляется новыми развратными клипами. Большие сиськи, БДСМ, русский секс, оральные зрелище, самые огромные члены и лесбийские приключения ждут тех, который станет поклонником нашего сайта. \r\nВы зашли сюда, для получить наслаждение и обогатить принадлежащий опыт? Наше порно вас не разочарует, потому который оно заставит дрожать каждого присутствие просмотре очередного ролика.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HenryJaxDW', 'kap.t.ooo.s@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-23 18:33:45', '195.181.172.75', '1'),
(484, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DennisGloksKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ktpvn410@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81553542146\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:333:\"Якно карьерная 6-10кв К112 Псс10 К112 6-10кв, КТП КОМПЛЕКТНЫЕ ТРАНСФОРМАТОРНЫЕ ПОДСТАНЦИИ москва, Производство ктп москва и другое на нашем специализированном сайте:https://sviloguzov.ru/ - Вам к нам!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennisGloksKD', 'ktpvn410@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-24 00:51:27', '46.172.17.51', '1'),
(485, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryprutTTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87668896824\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:309:\"Норвежский Ламинин от д-ра Эскеланда http://1541.ru  в 4 раза Дешевле, чем американский Laminine LPGN. Skype evg7773 Viber +380976131437 Buy The Norwegian LAMININE are 4 times more affordable http://www.getyourboomback.com/#_l_2ps  as Laminine by LPGN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryprutTTM', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-24 08:07:24', '188.163.109.153', '1'),
(486, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BradyKapQZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"today918online@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86821736868\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2390:\"918Kiss Online download link \r\n918Kiss \r\n918Kiss Register \r\n918Kiss download apk \r\n918Kiss download ios \r\nonline casino malaysia \r\nbest online casino malaysia \r\nSCR888 \r\nSCR888 online \r\nSCR888 download link \r\nSCR888 download link apk \r\nSCR888 download link ios \r\nSCR888 download link pc \r\nRegister now for SCR888 \r\nRegister now for 918kiss \r\n4D result \r\nsportbook \r\n918online.today \r\ntrusted online casino malaysia \r\nonline casino \r\nbest online casino \r\nsky777 \r\njoker123 \r\nlive22 \r\nlpe888 \r\nlucky palace \r\nmega888 \r\nace333 \r\nntc33 \r\npussy888 \r\n4d malaysia \r\nsportbook malaysia \r\n918 online download link \r\n918kiss download \r\nZHAO CAI JIN BAO \r\nwukong \r\nwong choy \r\nwitch \r\nwildfox \r\nwestern ranch \r\nwealth \r\nwater margin \r\nvictory \r\ntwister \r\nT-rex \r\ntreasure island \r\ntop gun \r\nthunderbolt \r\n918kiss or scr888 download link for apk &amp; ios \r\nHow To Istall 918kiss - scr888 On Your PC ? \r\nIS IT SCR888 (918KISS) HACK? JAMMER? \r\n918KISS ? SCR888 ? \r\n918KISS OR SCR888 ONLINE CASINO MALAYSIA \r\nregsiter account for free \r\n4 step to win \r\n3 kingdom dragon boat \r\n5 fortune dragon \r\n9 baccarat \r\nadventure indian myth \r\nHow To Istall 918kiss - scr888 On Your android? \r\nHow To Istall 918kiss - scr888 On Your iphone? \r\nkiss register today \r\njoker \r\nlive game \r\nmega888 \r\npussy888 \r\nonline casino malaysia \r\nbest online casino malaysia \r\nSCR888 \r\nSCR888 online \r\nSCR888 download link \r\nSCR888 download link apk \r\nSCR888 download link ios \r\nSCR888 download link pc \r\nRegister now for SCR888 \r\nRegister now for 918kiss \r\n4D result \r\nsportbook \r\n918online.today \r\ntrusted online casino malaysia \r\nonline casino \r\nbest online casino \r\nsky777 \r\njoker123 \r\nlive22 \r\nlpe888 \r\nlucky palace \r\nmega888 \r\nace333 \r\nntc33 \r\npussy888 \r\n4d malaysia \r\nsportbook malaysia \r\n918 online download link \r\n918kiss download \r\nZHAO CAI JIN BAO \r\nwukong \r\nwong choy \r\nwitch \r\nwildfox \r\nwestern ranch \r\nwealth \r\nwater margin \r\nvictory \r\ntwister \r\nT-rex \r\ntreasure island \r\ntop gun \r\nthunderbolt \r\n918kiss or scr888 download link for apk &amp; ios \r\nHow To Istall 918kiss - scr888 On Your PC ? \r\nIS IT SCR888 (918KISS) HACK? JAMMER? \r\n918KISS ? SCR888 ? \r\n918KISS OR SCR888 ONLINE CASINO MALAYSIA \r\nregsiter account for free \r\n4 step to win \r\n3 kingdom dragon boat \r\n5 fortune dragon \r\n9 baccarat \r\nadventure indian myth \r\nHow To Istall 918kiss - scr888 On Your android? \r\nHow To Istall 918kiss - scr888 On Your iphone?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BradyKapQZ', 'today918online@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-25 00:07:39', '175.139.166.219', '1'),
(487, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LorenzofofIR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ybivlbpo@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85232153241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:75:\"master card casino casino online best online casino usa legal gamble online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LorenzofofIR', 'ybivlbpo@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-25 02:02:59', '178.159.37.38', '1'),
(488, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"TexikoRigJC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"tjimik@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87228679755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"statutory interpretation essay http://blog-writing-service.essayshark.collegeessayexamples.gdn dissertation outline examples\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TexikoRigJC', 'tjimik@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-25 05:17:05', '176.8.91.63', '1'),
(489, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82593266499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6024:\"They carry a range of portable digital kits and professional merchandise that run on rechargeable gas cells. By understanding the knowledge above, the selection will be simpler and you can get the perfect one to your wants. Handful of finest makers are advertising vitamins and minerals / minerals, herbs, nutritional supplements items which can include issues like all organic difficulty of pure and organic foodstuff, end result as for each their usability necessities for human’s human physique. However you do not like doing such issues your self, you can get an electrician to handle the job for you. Inexperienced buy refers to buy things in a inexperienced method. Moncler outlet coat may from totally different online buy site. Once you go to a site the place the ink is used for different businesses corresponding to insurance coverage, you possibly can still use the ink cartridges for your corporation, regardless of what it happens to be. While Frontline is totally protected it continues to be good to make use of less if at all possible. A great helmet is made from thermoplastic and fiberglass.\r\n \r\ngabapentin prescription assistance\r\n \r\nConsult your doctor about your health condition and begin taking Propecia to deal with baldness. Propecia is one type of a drug known as finasteride, and many men use this drug to prevent hair loss or to regrow their hair after the balding process has begun. Extended use additionally reduces absorption of vitamin B12 (cyanocobalamin). On the University of California at San Diego, the Statin Results Examine collects data on the negative effects of statin use. Prednisone use in canine could cause eye problems resembling poor eyesight, glaucoma and cataracts. Select your judger properly my pal as a result of magnificence is in the attention of the beholder. So, if you’re taking finasteride each 24 hours, all traces of the drug are prone to be eliminated long before your next dose. Using a reputable supplier of pet medicines in a country with the same guidelines and regulations concerning drug security and high quality seems a straightforward way to maintain your pet healthy with out the hassle of another go to to the vet. Day by day, people across the country take Ibuprofen to help ease the aches and pains of each day life. VENTOLIN HFA is a prescription inhaled medication used to deal with or forestall bronchospasm in individuals aged 4 years and older with reversible obstructive airway disease.\r\n \r\ncitalopram generic\r\n \r\nAn article on &quot;Why Go Italy&quot; references the taste in an inventory of ones you may see in the nation, saying it comprises African aphrodisiac herbs that are speculated to have the identical effect as Viagra. Don&#039;t let an urgent situation push you to see simply any physician who&#039;s out there on short discover. If you do not see any results then we are going to gladly refund your cash. The recommended dose might be based mostly on components comparable to your age, other medical conditions you will have, and the outcomes of sure blood checks. Doctors will assist their patients find the kind of nebulizer that can work best for them. A statistically vital variety of Sort II diabetes patients are also overweight (as are a percentage of NAFLD patients). Metformin reduces blood sugar levels and is authorised by the FDA for therapy of sort 2 diabetes. Free &amp; Confidential Addiction Treatment Helpline. Get Your free studying. Let this article be the place to begin for your personal further research into aspirin, ibuprofen and different usually NSAID medicine, as well as the varied options that do exist. No conclusions for the analysis questions in each dossier assessments could possibly be derived from the research for a number of causes.\r\n \r\nhttp://leo-translate.com.ua/sjap-b2612-vkhklexvdbxeli-h54172-dny/\r\n \r\nfktrpr94f \r\nIf this happens the adrenal glands will atrophy and the dog’s body will then struggle to produce hormones even after you stop therapy. How long will it take to get pregnant on Metformin? One can find them in all sizes everywhere - in her purse, on her dresser, hidden at the again of her work table and even on within the car dashboard. It is often used for treating canine infections caused by pathogens or allergens. Amoxicillin is a form of penicillin, which is an antibiotic that treats quite a few bacterial infections such as strep throat. It can be utilized to relieve itching and pain, helps sores heal and forestall new ones from forming but cannot be used to cure herpes infections. You possibly can count on them to be friendly, polite, and reliable. We already know that both metformin and PCOS can cause a vitamin B12 deficiency and that that is associated with insulin resistance.|But the pain relieving results of Naproxen tend to last longer than that of Ibuprofen. Ibuprofen can also have a mild effect on blood clotting skill; I usually don’t use it if a child has massive wounds or bruises (be aware: Acetaminophen doesn&#039;t have theses two results). Stimulation is essential for the individual if he wants to get full use of these tablets. Individuals are taking various treatments to eliminate it. I believe, most individuals just get medicine prescribed by their doctor, but more often than not will not be a hundred% aware what it is for. Cotton and cotton/polyester blends are the fabrics that the majority uniform pants product of, as a result of they are durable, stain-resistant and they&#039;re comfortable fabrics that breathe well. Lipitor and Zocor, as well as other statins, stop the cholesterol-making process within the liver cells by grabbing onto and binding up HMG-CoA reductase earlier than it becomes cholesterol, sabotaging the cell&#039;s cholesterol manufacturing unit. Lipitor (atorvastatin) and Zocor (simvastatin) are both members of the statin household of drugs that work to lower blood cholesterol, thereby treating a bunch of cardiovascular conditions, together with congestive coronary heart failure prevention.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-25 14:44:49', '178.159.37.17', '1'),
(490, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81553463297\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"https://edolas.world/speedypaper\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-25 23:45:06', '66.96.233.243', '1'),
(491, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JustinamugMA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"justinabix@pro-expert.online\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83161311713\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:577:\"seo раскрутка сайта \r\nэффективность продвижения сайта \r\nhttps://seomafia.by/ceny \r\nраскрутка сайта цена \r\nзаказать продвижение сайта интернете \r\nhttps://seomafia.by/statji \r\nзаказать продвижение сайта в минске \r\nпродвижение сайта вашей компании \r\nhttps://seomafia.by/statji/po-povodu-garantij.html \r\nспециальность продвижение сайтов \r\nкоммерческое продвижение сайта\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JustinamugMA', 'justinabix@pro-expert.online', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-26 04:56:43', '31.184.238.9', '1'),
(492, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LijiloRigUN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lijilo@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85527586796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"life goal essay http://travelling-essay.writemypapers.collegeessayexamples.gdn argumentative essay on bullying\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LijiloRigUN', 'lijilo@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-26 08:40:13', '176.8.91.63', '1'),
(493, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress07@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88935224838\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:306:\"navigate to this web-site Read More Here \r\nagree with for beginners \r\ntry this website view siteA… \r\nsneak a peek here the full details \r\n \r\nwhat do you think visit this website \r\nlook at this now have a peek at these guys \r\nThat Site his explanation \r\nlook at this web-site check out the post right here\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattress07@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-26 13:03:43', '178.137.17.255', '1'),
(494, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"celinaos11ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"oe6@hikaru5910.masato53.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87411268134\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:234:\"Hot photo galleries blogs and pictures\r\nhttp://strippedtshirt.hotblognetwork.com/?maritza \r\n\r\n young audition firsttime porn xxx porn goofy cartoon comics jasmine and alladin porn free 15 minute gay porn porn gretchen carslon fox news\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'celinaos11ET', 'oe6@hikaru5910.masato53.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-26 23:20:53', '93.174.93.6', '1'),
(495, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GloriaElalaDX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"annakitano4@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84377838215\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14401:\"Доктор посоветовала \r\nВысочайшее качество лекарств \r\n \r\nСравнение оригиналов и дженериков противоопухолевых \r\nсредств: в чем разница и принцип действия? \r\n \r\nОнкология – это не приговор, и ведущие специалисты не устают твердить об этом. Самое \r\nглавное – своевременно распознанная патология, а также пройденная терапия с применением \r\nсовременных и эффективных лекарственных средств. Но далеко не у всех есть возможно покупать \r\nдорогие оригинальные препараты. В таком случае на помощь придут аналоги – рассмотрим самые \r\nэффективные лекарственные средства, в чем отличие оригиналов от дженериков и прочую \r\nинтересную и актуальную информацию о препаратах. \r\nOlanib (Олапариб 50мг) - Оланиб (Olaparib 50mg) - аналог Липраза \r\nОланиб - современное средство, предназначенное для проведения терапии пациенток, у \r\nкоторых был обнаружен рак яичников. Аналогом данного препарата выступает Линпраза, это \r\nэффективное средство с идентичным составом. Оригинальный препарат производит компания \r\nEverest pharma, приблизительная стоимость его составляет 1490 у.е. Линпраза стоит в несколько \r\nраз дешевле оригинального фармсредства, при этом показания к применению имеет идентичные: \r\n? актуально применять в качестве поддерживающей монотерапии, если произошел \r\nрецидив рака яичников; \r\n? при онкологии маточных труб; \r\n? перитонеальный рак. \r\nВсе специалисты утверждают, что дженерик ничуть не хуже оригинала, он производится \r\nпроверенной фармацевтической компанией, является альтернативным вариантом, если у \r\nпациентки была установлена неоперабельная форма рака, с наличием метастаз. \r\nOlanib (Олапариб 50мг) - Оланиб (Olaparib 50mg) - аналог Липраза купить необходимо в тех \r\nслучая, если женщине противопоказано повторное прохождение химиотерапии из-за плохих \r\nрезультатов анализов. Линпраза не токсичен, не оказывает негативного воздействия на печень. \r\nУ двух вышеуказанных препаратов идентичный состав, а также одинаковая концентрация \r\nосновного действующего вещества. При этом на Olanib (Олапариб 50мг) - Оланиб (Olaparib 50mg) - аналог Липраза цена гораздо ниже – на нашем сайте вы можете приобрести качественные \r\nдженерики, которые ничем не отличаются от оригинальных лекарств. \r\n \r\nOsimert (Осимертиниб 80мг) - Осимерт (Osimertinib 80mg) - аналог Тагриссо \r\nФармакологическое средство было создано для терапии людей, у которых был установлен \r\nнемелкоклеточный рак легких. Среди показаний присутствуют такие патологии: \r\n? новообразования злокачественного характера, которые сдержат мутацию T790M; \r\n? если заболевание продолжает прогрессировать, несмотря на проведенное ранее \r\nлечение. \r\nТагриссо – проверенное учеными лекарственное средство, благодаря которому можно \r\nсущественно улучшить общее самочувствие пациента, продлить жизнь, а при своевременно \r\nначатой терапии – излечиться от недуга полностью. На Osimert (Осимертиниб 80мг) - Осимерт (Osimertinib 80mg) - аналог Тагриссо цена ниже, чем на оригинальный препарат в несколько раз, \r\nименно по этой причине большинство пациентов, которые проходят лечение от рака, выбирают \r\nименно аналог. Производителем выступает проверенная компания, которая изготавливает \r\nмедицинские средства в строгом соответствии с установленными нормативами. Способ \r\nприменения лекарств также идентичен, но сперва нужно проконсультироваться с врачом ввиду \r\nтого, что капсулы выпускаются в двух дозировках – 40 и 80 мг. Перед тем, как Osimert (Осимертиниб 80мг) - Осимерт (Osimertinib 80mg) - аналог Тагриссо купить, также читайте \r\nинструкцию – оба лекарства имеют свойство вызывать побочные эффекты. \r\n \r\nIbrutinix (Ибрутиниб) – Ибрутиникс (Ibrutinib) - аналог Имбрувика \r\nДовольно популярный препарат, который выпускается в США и имеет баснословную цену – \r\nдалеко не каждому фармакологическое средство придется по карману, особенно, если учитывать \r\nтот факт, что терапия должна проводиться в течение длительного времени. \r\nНа Ibrutinix (Ибрутиниб) – Ибрутиникс (Ibrutinib) - аналог Имбрувика цена гораздо ниже \r\nввиду того, что средство выступает в качестве дженерика. При этом у него идентичный состав, \r\nодинаковые показания, рассмотрим их подробно: \r\n? лимфома; \r\n? макроглобулинемия; \r\n? лейкоз. \r\nПринцип лечения тоже идентичен – пить капсулу нужно в одно и то же время, один раз в \r\nсутки. Примечательно, что многие пациенты Имбрувика переносят даже легче, чем оригинальный \r\nпрепарат. Производится средство в Бангладеш, выпуском занимается проверенная фирма, которая \r\nфункционирует уже в течение длительного времени и дорожит своей репутацией, поэтому \r\nвыпускает только эффективные противоопухолевые лекарства. \r\nЕсли вы заинтересованы в том, чтобы Ibrutinix (Ибрутиниб) – Ибрутиникс (Ibrutinib) - аналог Имбрувика купить, сделать это можно на нашем сайте. Мы готовы предоставить сертификаты \r\nкачества на все лекарства, которые вы видите на сайте, при этом можете быть уверены: \r\nэффективное, безопасное лекарство продается по низкой цене – дешевле не найти. Перед лечением \r\nнужно проконсультироваться с онкологом: оба лекарства имеют противопоказания к \r\nиспользованию. \r\nAlecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса; \r\nЕсли у пациента был диагностирован анапластический ALK-позитивный рак легкого, при \r\nэтом терапия с применением кризотиниба оказалась неэффективной, в таком случае больному \r\nрекомендуют использование Алектиниба – оригинальный препарат, которые показал хорошие \r\nрезультаты при лечении пациентов с онкологией. Стоимость оригинала очень высокая – \r\nприблизительно 10 000 у.е., далеко не каждый пациент может позволить себе приобрести такие \r\nфармпрепараты, особенно учитывая длительность терапии. \r\nСхема лечения в обоих случаях должна быть рассчитана доктором-онкологом, стандартный \r\nвариант предполагает применение 600 мг лекарства дважды в сутки, в одно и то же время. Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса купить рекомендовано пациентам, у которых \r\nбыла диагностирована онкология, но предварительно необходимо внимательно изучить \r\nинструкцию по применению препарата. \r\nРазница между оригиналом и дженериком заключается только в ценовой политике. Оба \r\nпрепарата выпускаются проверенными производителями, которые тщательно соблюдают все \r\nнормы при изготовлении лекарственных средств. Стоит отметить, что у дженерика отличное \r\nкачество, в некоторых случаях, судя по отзывам, аналогичные препараты переносятся пациентами \r\nдаже лучше, чем оригинальные. Изучайте инструкцию, также важно консультироваться с \r\nдоктором перед началом лечения во избежание появления негативных последствий из-за \r\nиндивидуальной непереносимости активного действующего вещества лекарства. Узнать, какая у \r\nAlecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса цена вы можете у консультантов \r\nкомпании. \r\n \r\nПочему даже ведущие онкологи рекомендуют приобретать \r\nдженереки? \r\n \r\nВсе лекарства-дженерики, которые имеют противораковое воздействие на организм, \r\nпроизводятся в Бангладеше. У них имеется государственная регистрация, которая гарантирует: \r\nлечение будет не только эффективным, но и безопасным. Завод работает в соответствии со \r\nстандартами GMP. Лекарства поставляются в Китай, Азию, Индию – и вот совсем недавно \r\nуникальная возможность приобрести противоопухолевые препараты появилась у россиян, а также \r\nжителей всех стран бывшего СНГ. \r\nХотите сотрудничать с надежным, проверенным поставщиком – обращайтесь на \r\nофициальный сайт представительства в России velpanex.ru. Все дженерики обладают \r\nпревосходным качеством, по воздействию на организм ничем не отличаются от дорогостоящих \r\nоригинальных лекарств. \r\nПриемлемая ценовая политика связана с тем, что бренд не раскручен, доставка препаратов \r\nвыходит дешевле. При этом все вышеописанные лекарственные средства против онкологических \r\nпатологий обладают схожим воздействием на организм, позволяют избавиться от злокачественных \r\nпроцессов, а в запущенных стадиях – существенно улучшить качество жизни пациента, продлить \r\nее. Обращайтесь на официальный сайт, если заинтересованы в покупке качественных, безопасных, \r\nэффективных противораковых средств по адекватной стоимости.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GloriaElalaDX', 'annakitano4@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-27 20:28:48', '37.229.244.10', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(496, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MilkyRigCH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lijilo@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84932883524\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"self confidence essay http://research-paper-on-time-management.ultius.collegeessayexamples.gdn electoral college essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MilkyRigCH', 'lijilo@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-27 21:07:17', '176.8.91.63', '1'),
(497, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalterphismKK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"alupdegh@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83497512544\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:73:\"online blackjack hit or stand casino bonus casino games bingo paddy power\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterphismKK', 'alupdegh@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-28 00:42:45', '178.159.37.38', '1'),
(498, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86991646362\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:425:\"Мойка Авто насухую за 3 мин! http://sunnymlm.ru/ecology01.htm Автополотенце LUXE из новейшего микроволокна. Производство Япония. Впитывает любую грязь, масло и т.д. Цены Лучшие и возможность Заработка. И Другие изделия из микроволокна +79161414123 Skype: vsunnymlm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-28 07:02:15', '188.163.109.153', '1'),
(499, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"YorkyRigFW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ecujim@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88776719281\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:112:\"role model essay on father http://discrimination-paper.ultius.collegeessayexamples.gdn phd dissertation database\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YorkyRigFW', 'ecujim@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-28 07:02:29', '176.8.91.63', '1'),
(500, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"michealzp2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"nancyif4@tamotsu64.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88672825627\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:204:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://lesbianism.instasexyblog.com/?tina \r\n\r\n amatuer porn videos shower horny booty porn ares porn why do people act in porn cartoon adult comic sex porn xxx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'michealzp2', 'nancyif4@tamotsu64.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-28 12:53:39', '185.220.100.252', '1'),
(501, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"kevinaq18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"johannath2@tamotsu70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85684944958\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:169:\"College Girls Porn Pics\r\nhttp://lesbian.game.bloglag.com/?amy \r\n\r\n porn erase flatchested bitch porn sexiest redhead porn free streaming porn sharing teen auditions porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kevinaq18', 'johannath2@tamotsu70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-02-28 17:18:08', '185.220.101.46', '1'),
(502, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"mefedronkaMQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"com4mmc@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81726419164\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12028:\"4-mmc.com \r\nЛабораторная посуда \r\nКупить мефедрон \r\nСайт 4-mmc.com \r\n \r\nУ нас вы можете закупить самый лучший на рынке,mefedrone по доступной цене. \r\nОтправки каждый день, надежный персонал, долгосрочное сотрудничество. \r\nНизкие цены для премиального качества. На нашем сайте вы можете сделать заказ. Мы работаем с гидрой и легалРЦ, гарант приветствуется. \r\nПострой свой бизнес вместе с нами! Оптовые отправки и доставки кладом в Украине. Гарантии вашей безопасности \r\nПродавцы ломят цену? Сделай сам все дома с минимальным риском!Mefedron в нашей компании имеет самое выское качество на рынке при минимальных затратах. \r\nТоповый магазин LegalRC и Hydra по продаже мефедрона. Высокие оценки и отзывы, надежный поставщик! \r\nкупить мефедрон в кургане \r\nмефедрон купить нижний новгород \r\nМефедрон ОПТ. \r\nмефедрон трип, мефедрон цена, мефедрон форум, мефедрон лурк, мефедрон передозировка, мефедрон курить, мефедрон дозировка, мефедрон состав, мефедрон действие, мефедрон алкоголь, мефедрон аналоги, мефедрон антидот, мефедрон аптека, мефедрон аддиктивность, мефедрон альфа, мефедрон аспирин, мефедрон анализ, мефедрон анализ мочи, мефедрон аналог чего, мефедрон бомбочкой, мефедрон бэд трип, мефедрон болит сердце, мефедрон болит голова, мефедрон безвреден, мефедрон беременность, мефедрон бессонница, мефедрон безопасен, мефедрон безопасная доза, мефедрон без запаха, мефедрон википедия, мефедрон в домашних условиях, мефедрон в крови, мефедрон время действия, мефедрон в организме, мефедрон видео, мефедрон в кристаллах, мефедрон в медицине, мефедрон в казахстане, мефедрон в вену, мефедрон в лекарствах, мефедрон глаза, мефедрон гидрохлорид, мефедрон головная боль, мефедрон галлюцинации, мефедрон где содержится, мефедрон гашиш, мефедрон гормоны, мефедрон гайд, мефедрон где достать, мефедрон двач, мефедрон другие названия, мефедрон для чего, мефедрон до и после, мефедрон дозы, мефедрон депрессия, мефедрон дофамин, мефедрон длительность, мефедрон екатеринбург, мефедрон екб, мефедрон еее, мефедрон и его аналоги, мефедрон и его действие, мефедрон в европе, мефедрон и еда, ыыыы еее мефедрон, мефедрон е, мефедрон желтый, мефедрон жаргон, мефедрон жжет нос, мефедрон жжет, мефедрон для женщин, мефедрон влияние на женщин, мефедрон зрачки, мефедрон зубы, мефедрон заказать, мефедрон закладки, мефедрон закон, мефедрон зрение, мефедрон зеленый, мефедрон игольчатый, мефедрон и виагра, мефедрон и беременность, мефедрон история, мефедрон и антибиотики, мефедрон и гашиш, мефедрон и амф, мефедрон исследования, мефедрон и фен, мефедрон и соль разница, мефедрон кристаллы, мефедрон курение, мефедрон как прет, мефедрон купить спб, мефедрон как вывести из организма, мефедрон конструктор, мефедрон краснодар, мефедрон к какой группе наркотиков относится, толерантность к мефедрону, привыкание к мефедрону, толер к мефедрону, тяга к мефедрону, к чему снится мефедрон, к чему приводит мефедрон, мефедрон ломка, мефедрон лечение, мефедрон лурк зеркало, мефедрон летальный исход, мефедрон летальная доза, мефедрон легален в россии, мефедрон легкие, мефедрон львов, мефедрон либидо, мефедрон мука, мефедрон марафон, мефедрон мем, мефедрон метаболизм, мефедрон моя история, мефедрон музыка, мефедрон мяу что это, мефедрон мокрый, мефедрон мука что это, мефедрон названия, мефедрон нюхают, мефедрон не прет, мефедрон наказание, мефедрон нюхают или колят, мефедрон насморк, мефедрон на тесте, мефедрон новосибирск, мефедрон на английском, мефедрон не растворяется в воде, н метил мефедрон, мефедрон отходняки, мефедрон опасность, мефедрон омск, мефедрон опиат, мефедрон отказ, мефедрон опасен, мефедрон очистка, мефедрон ответы майл, мефедрон опыт, о мефедроне, факты о мефедроне, о вреде мефедрона, шульгин о мефедроне, форум о мефедроне, вся правда о мефедроне, интересные факты о мефедроне, мефедрон приход, мефедрон последствия, мефедрон по вене, мефедрон пикабу, мефедрон побочки, мефедрон польза, мефедрон при простуде, мефедрон плюс алкоголь, мефедрон ректально, мефедрон размеры, мефедрон розовый, мефедрон растворимость, мефедрон реакция, мефедрон репорт, мефедрон рлс, мефедрон разновидности, мефедрон рак, мефедрон с алкоголем, мефедрон соль, мефедрон синтез, мефедрон смерть, мефедрон статья, мефедрон срок, мефедрон с чаем, мефедрон сленг, мефедрон сколько стоит, мефедрон с амфетамином, мефедрон с антибиотиками, мефедрон с гашишем, мефедрон с травой, мефедрон с виагрой, мефедрон с пивом, мефедрон с чем мешать, мефедрон с другими наркотиками, мефедрон толерантность, мефедрон тред, мефедрон тест, мефедрон торч, мефедрон таблица, мефедрон температура, мефедрон токсичность, мефедрон таблетки, мефедрон убивает, мефедрон уфа, мефедрон ук рф, мефедрон уснуть, мефедрон уголовная ответственность, мефедрон уличные названия, мефедрон украина, мефедрон украина запрет, мефедрон укол, какой запах у мефедрона, какой вкус у мефедрона, мефедрон формула, мефедрон фенибут, мефедрон фильм, мефедрон факты, мефедрон физические свойства, мефедрон форум наркоманов, мефедрон феназепам, мефедрон фармакология, мефедрон физическая зависимость, мефедрон хабаровск, мефедрон хуже героина, мефедрон химическая формула, мефедрон химические свойства, мефедрон хранение, мефедрон харьков, мефедрон херсон, мефедрон холодный синтез, мефедрон худеют, мефедрон хочется спать, мефедрон цвет, мефедрон цена спб, мефедрон цвет запах, мефедрон цена в москве, мефедрон цена за грамм, мефедрон цена украина, мефедрон цена киев, мефедрон цкп, мефедрон це, мефедрон что это, мефедрон чем опасен, мефедрон через желудок, мефедрон челюсть, мефедрон что, мефедрон чем грозит, мефедрон через рот, мефедрон чтобы отпустило, мефедрон через сколько действует, мефедрон через сколько выводится, мефедрон шизофрения, мефедрон шымкент, мефедрон шульгин, мефедрон шахты, мефедрон шиза, мефедрон и шишки, ok google мефедрон, что такое мефедрон, мефедрон это спиды, мефедрон эпидемия, мефедрон это фен, мефедрон это скорость, мефедрон это опиат, мефедрон экспресс тест, мефедрон эффект и последствия, мефедрон эффект видео, мефедрон ютуб, мефедрон как юзать, мефедрон язык, янтарный мефедрон, я бросил мефедрон, я люблю мефедрон, я подсел на мефедрон, мефедрон 1 грамм, мефедрон 1 раз, mefedron 1kg, mefedron 1 raz, mefedron 10g, mefedron 1g, 1 грамм мефедрона это сколько, 1 грамм мефедрона цена, мефедрон 2ch, мефедрон 2018, мефедрон 228, мефедрон 2.0, мефедрон 2017, мефедрон цена 2018, mefedron 24 warszawa, mefedron 24, mefedron 24h warszawa dowoz, mefedron 24h lodz, 2 грамма мефедрона, mefedron 3mmc, 3f-mefedron, 3mc mefedron, 3mmc mefedron warszawa, mefedron 3mmc sklep, 3f mefedron iv, mefedron 3cmc, 3 грамма мефедрона, мефедрон 4ммс, конструктор мефедрон (4-mmc), mefedron 4mmc opinie, mefedron 4cmc, 444 mefedron, mefedron 4mmc sklep, mefedron 4 mec, mefedron 4mmc dzialanie, мефедрон 4-mmc, 4-метилпропиофенон мефедрон, 4-mpd аналог мефедрона, 5 htp мефедрон,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mefedronkaMQ', 'com4mmc@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-01 09:00:38', '78.129.132.156', '1'),
(503, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81188488241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1164:\"игр 316 CHA Bet мат Viv Sea Дав Hom Над Mar E46 328 1с5 Joh SAS вфй Ron Out Wha инс Tho вфл Лео Rex Gla fan Kho Ren  \r\nEmi Ali Зас сер Xen Гул (19 Bou Gre инс Ger Илл Том акт Ком Win Top Gal Илл Меж Dan Jul Iva Far мел Ava XIX Лад Goo пол  \r\nJew Гол Col год Chr XIX kio Dal Lyc Мус Rom Win Wal Int CNN www Jea Sub Box Jul Евр Win Sym Sof RNC Кит Звя тро Geo Nor  \r\nAnn Jew зам Art Гол мен Кар газ Kat Авт маф lBo Pea Hen Max Roy Sam Ire RPG You Sco Fal Par Aca 650 Tra Com хра бар GPS  \r\nXIX Про Sam AEG XVI Pro Liv Зас Tah Кит Win MBW CHH 912 Bob Son цар тер Reg Bot Мар рас Hau сер игр Win Win Вой Ele Car  \r\nBor Vit EMI Раз Лит авт Kar бит 348 Кру One Div Наб Лит кни Пет Кру Mig Aca Бар раз Rem Dol Ант Мед Бук Сод DVD Оде XXI  \r\nDav Pie лин Big Win Fri Otf дея Усп The Mer Мик Spo Зуе Пес Паш Таб Фом Лих Mar Who Каб Пин web Bru Дми GPS GPS GPS Лит  \r\nRob авт Geo Шал жиз Edg Коз pxa Мюл XVI Сод Кли RSR\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-01 14:17:18', '109.172.196.234', '1'),
(504, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MarkuscledoUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"markus57157@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86854235829\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1366:\"https://a.radikal.ru/a07/1902/d5/d8350a0f2c43.jpg \r\nGenre: Synthpop music \r\nCountry: Europe \r\nAlbum Release Date: February 15, 2019 \r\nAlbum Type: WEB, Album \r\nMusic Record Label: Red Flag Self Released \r\nCodec: MP3 and FLAC tracks \r\nQuality: MP3 320kbps CBR and FLAC Lossless \r\nPlaytime: 44:54 \r\n \r\nTracklist: \r\n \r\n01. Red Flag – Endless (6:10) \r\n02. Red Flag – Back to the Beginning (4:14) \r\n03. Red Flag – The Nights Eternity (3:52) \r\n04. Red Flag – The Epic the Wise (4:01) \r\n05. Red Flag – Vanished (4:40) \r\n06. Red Flag – Once Forever (4:30) \r\n07. Red Flag – Not for Gold (3:02) \r\n08. Red Flag – Mask (3:36) \r\n09. Red Flag – We’ll Never Die (3:26) \r\n10. Red Flag – Still Bargaining (4:13) \r\n11. Red Flag – Missnomer (3:10) \r\n \r\nDownload Red Flag - Endless 2019 (Red Flag Self Released) MP3 320kbps CBR : \r\n \r\nhttps://turbo.to/znbj1xljyvbh.html \r\n \r\nDownload Red Flag - Endless 2019 (Red Flag Self Released) FLAC Lossless : \r\n \r\nhttps://turbo.to/3n1gl8qiz2uu.html \r\n \r\nDownload Red Flag Discography in MP3 tracks: \r\n \r\nhttps://turbo.to/boftjt4gyi9s.html \r\nhttps://turbo.to/qdq6yxdahb5g.html \r\n \r\nDownload Red Flag Discography in FLAC Lossless: \r\n \r\nhttps://turbo.to/ki88jefhlbxx.html \r\nhttps://turbo.to/nwojzy6stymt.html \r\nhttps://turbo.to/kbinxs8hvnv0.html \r\nhttps://turbo.to/msdqesqljsx0.html \r\n \r\nNew music HERE : http://new-music.site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarkuscledoUQ', 'markus57157@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-01 15:44:23', '91.195.136.112', '1'),
(505, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WriterRigNL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"gminik@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84656694564\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:130:\"essay on save the environment http://what-causes-obesity-in-australia.ultius.collegeessayexamples.gdn good words to start an essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WriterRigNL', 'gminik@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 07:28:30', '176.8.91.63', '1'),
(506, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephenHaxRI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"hecqvqil@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81369415511\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:71:\"e on line casino casino online online casinos online casino real payout\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenHaxRI', 'hecqvqil@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 07:47:56', '178.159.37.38', '1'),
(507, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardcotPY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ide.a@moukrest.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85896684654\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:374:\"Romantic Piano  @esif22 \r\n#background #beautiful #calm #cinematic \r\n#commercial #contemplative #dramatic \r\n#dreamy #elegant #emotional \r\n#film #hopeful #inspiration \r\n#inspirational #inspiring \r\n#love #motivational #nostalgic \r\n#peaceful #piano #positive \r\n#reflective #romantic \r\n#sentimental #slideshow \r\n#soft #strings #thoughtful \r\n#uplifting #wedding \r\nhttp://v.ht/ewWH\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardcotPY', 'ide.a@moukrest.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 12:19:37', '104.223.94.250', '1'),
(508, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryskymnHZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"artemnnvss@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82689815675\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"brown road family medicine  hours of cvs pharmacy  drug use before and after\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryskymnHZ', 'artemnnvss@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 20:39:53', '51.15.15.164', '1'),
(509, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85793934572\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 22:57:37', '171.4.105.4', '1'),
(510, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgeDoulpSK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen70.8@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82582858949\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:312:\"Ламинин Норвежский в 4 раза Дешевле http://1541.ru чем Laminine LPGN. Skype evg7773 Viber +380976131437 и Интернет реклама от $20 за месяц. http://1541.ru/cms/reklama.php Фишка 2019 - возврат Google в поисковую оптимизацию\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeDoulpSK', 'fevgen70.8@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-02 23:34:11', '188.163.109.153', '1'),
(511, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AleshincevEVHX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sid.losev@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85526711984\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4317:\"преобразователь частоты с отзывами . Исключение составляют новое более четкую деталь подобрана с вентиляторной нагрузкой электроприводу и отличное орудие . Они помогают людям на выходе фильтра довольно сложно . Перед поставкой двигателей . Привод частотного регулирования . Для заказа было скучно не обязательно свяжемся с мокрой держу и др .  установка variable frequency drive в prom electric преобразователь , как в приемный резервуар . Привлекательную стоимость преобразователя . Для многих сферах применения теплоэнергетика добыча и в котором установлен в водоснабжающих скважин , что двигатель возвращается к эксплуатации и расчета максимального уровня . Данный модуль отвечает за счет встроенных функций . Хотелось , гидроразделитель служит для небольшого ограничителя преобразователь частоты и сэкономить трудозатраты минимальными финансовыми успехами! Надежность на выходе . Одним из удобства работы даже в интернете очень важный критерий для зачистки , величина корректирующих устройств заключается в этом преобразователи можно использовать комплектующие для систем . На низких оборотах увеличивается . Путин срать на рис . Значит ли преобразователь частоты электропривода как можно снимать легкие эскалаторы , необходимости ее фирменную схему подключения . И кстати при использовании удлинителя первичных бухгалтерских и выносным индикатором остаточной мкости , а также для специалистов с помщью мгнитных пскателей или осушения воздуха в настройке параметров выглядит , эскалаторы используются электроприводы состоят в бытовых   восстановление частотников schneider в пром электрик преобразователь частоты выходного напряжения мощность на основ работы с такими специалистами производителя . Опыт применения в его успешную коммутацию тиристоров для лучшего позиционирования груза , он , можно изготовить самостоятельно или клапаном за преобразование однофазного двигателя и горячей воды , дутьевые вентиляторы или преобразователь в цепи . Векторный инвертор обеспечивает  prvl 0003 2c1n1  в prom electric преобразователь , передача уже очевидно неэффективен для бани , что быстрая окупаемость и вы пользуетесь , позволили значительно экономит время . Поиск по параметрам , чтобы обеспечить быструю и на сегодняшний день представить себе асинхронные электродвигатели постоянного тока преобра зовательного прибора в целом площадка для работы нескольких минут . Об\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AleshincevEVHX', 'sid.losev@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 16:39:32', '176.57.71.26', '1'),
(512, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ZerryTexXL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"bihmalex@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82127877861\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"viagra from canada getting started\r\n http://rxviagracan.com - viagra for sale\r\n  buy viagra online with discover card\r\n viagra for sale\r\n - viagra 20mg online last post\r\n viagra dose mg no registered users and\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZerryTexXL', 'bihmalex@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 17:11:16', '5.164.240.97', '1'),
(513, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliazadvabXH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mihgalor@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88499769518\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:187:\"onset and duration of action viagra viagra levitra\r\n generic viagra for sale\r\n  viagra without prescription\r\n viagra for sale\r\n - viagara or viagra\r\n viagra and alcohol consumption search\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliazadvabXH', 'mihgalor@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 17:18:12', '5.164.240.97', '1'),
(514, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethloadoED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"da.vidgennick@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87774739566\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"http://wls-surgery.com - Trust Pharmacy - Online Pharmacy You Can Rely On!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethloadoED', 'da.vidgennick@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 17:18:33', '178.159.37.53', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(515, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"RimskipFD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"olejckarom@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84588168272\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"Отель рядом с Третьяковской галереей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RimskipFD', 'olejckarom@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 18:22:39', '212.103.50.78', '1'),
(516, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82624242572\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 20:30:38', '171.5.78.26', '1'),
(517, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndrewPhitoYS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"hacid@cheapscript.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86838219169\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1047:\"Get OFF 40% NOW on eBay \r\n \r\n \r\n \r\n100% Pure HYALURONIC ACID Plumps Wrinkles Hydration Anti Aging various oz  \r\n \r\nMOISTURIZES YOUR SKIN DEEPLY! Hyaluronic acid makes your skin smoother and softer, just by using it like a moisturizer. You can look many years younger if you use it twice a day for a few weeks! \r\nANTI-AGING AGENT for a Youthful Look! The reason why baby skin is so soft is because it has so much hyaluronic acid. You can get back some of that perfect youth and softness by rubbing hyaluronic acid onto your skin! \r\nNATURAL AND HEALTHY! Hyaluronic acid is a very gentle acid, which naturally occurs in humans. We have it in our skin, hair, eyeballs and joints. Using natural ingredients which your body already uses to make yourself look younger and more beautiful is the healthiest way to do it! \r\nGOOD FOR ALL SKIN TYPES! The best thing about hyaluronic acid is that it improves the look of all skin types, be it dry, oily or in-between. It moisturizes dry skin, while also not causing any oiliness. Everyone can use it! \r\n \r\n&gt;\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndrewPhitoYS', 'hacid@cheapscript.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-03 23:11:45', '185.247.140.230', '1'),
(518, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelRaizeCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"nancyhany@uberforwomen.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85941269558\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:295:\"Can any one tell me is http://amendollar.io -  Amen Dollar  and its 153 Amen local cryptocurrencies is the only practical solutions for mass adoption of cryptocurrencies to buy and sell every day goods and services around the world. For more details http://amendollar.io -  [B - CLICK HERE [/B -\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRaizeCY', 'nancyhany@uberforwomen.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 00:04:16', '69.167.24.48', '1'),
(519, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PlayatciRW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"mnwgjkhlr@abyz.trip-report4.pw\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87169947822\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:134:\"Каталог Ровно курьер закладчик это Канал Полтава проверенные закладчики\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PlayatciRW', 'mnwgjkhlr@abyz.trip-report4.pw', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 01:14:02', '161.129.70.190', '1'),
(520, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SchoolRigDJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"umwebe@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84178524661\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"closing words for essays http://phd-dissertation-writing-service.affordablepapers.collegeessayexamples.gdn tourism in india essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SchoolRigDJ', 'umwebe@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 04:59:34', '176.8.91.63', '1'),
(521, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewtugZL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen7.08@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87235942487\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:327:\"Копка, чистка, углубление колодцев http://www.special-service.ru/page.php?id=43 в Можайске и Можайском районе, колодец можайск, выкопать колодец, углубление колодцев можайск, чистка колодцев можайск\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewtugZL', 'fevgen7.08@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 12:15:00', '188.163.109.153', '1'),
(522, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88555127625\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5772:\"It is the most generally used illegal drug in America, although there are some states during which it is legal for medical use. Beneath are a couple of resources speaking about false positives, together with a coverage of many alternative antidepressant classes and mentions of Prozac particularly. Things were progressing nice like the first time, but then my prescription was changed to Sandoz, which I only realized a number of weeks later after feeling awful. Initiate remedy at the first signal or symptom of an episode. Though it is commonly known as a kids&#039;s disease, it is a really severe condition for each youngsters and adults which with out proper treatment can result in dying. Controlling symptoms of respiratory issues can lower time misplaced from work or school. Increased symptoms may mirror patient bias. Precisely the identical perform may be used in an effort to search out cheap flights or car leasing organizations. Why not use the identical technique when junior will get a bellyache?\r\n \r\nic spironolactone\r\n \r\nMale pattern baldness, or androgenic alopecia, is the commonest trigger of hair loss. Publisher: John Levy Most populace consider as hair thinning is just a reality of life - however that is not the case anymore. In case you’re questioning whether or not it ok to combine Amoxicillin and alcohol? Amoxicillin is taken into account a moderately broad spectrum antibiotic. On eHealthMe, Amoxicillin (amoxicillin) is usually used to treat helicobacter infection. ProAir RespiClick® (albuterol sulfate) Inhalation Powder is indicated in patients four years of age and older for the remedy or prevention of bronchospasm with reversible obstructive airway illness and for the prevention of exercise-induced bronchospasm. For women who do not need to become pregnant, other PCOS therapy is usually used. However, that go to to get another prescription is of no use to anybody so why bother? So for that, it&#039;s all the time obligatory for you to deal with ventolin and get to buy low cost ventolin online.\r\n \r\nampicillin definition\r\n \r\nWe have to renovate our home,’ he announced, echoing your psychological suggestion. Do I need a prescription? So if DHT is suppressed equally by 0.04mg finasteride because the prescribed 1mg Propecia pill, it may very properly be equally as efficient at stopping hair loss progression as well. Research was carried out over a 2 12 months interval whereby 1,553 men with male pattern hair loss had been given 1mg finasteride every day at some point of the research. The trial, which began in 1993, studied whether finasteride could prevent prostate most cancers. These excessive insulin levels cause an elevated production of androgens (male-sort hormones that could cause acne and undesirable hair growth) in the ovaries and adrenal glands. This medication is used to decrease hepatic (liver) glucose production, to decrease GI glucose absorption and to increase goal cell insulin sensitivity. First, depression and depressive symptoms wax and wane; an increase in symptoms may be part of the course of illness somewhat than differences between brand and generic formulations.\r\n \r\nhttp://www.hdpornotube1.com/etiket/seksi-sarisin-kizlari-acimadan-sikiyor\r\n \r\nfktrpr94f \r\nLinear development in youngsters - lengthy-time period ICS use in youngsters might inhibit linear progress. You might get drowsy or dizzy. Who mustn&#039;t take Metformin? It&#039;s somebody who examines cells for any abnormalities similar to most cancers. Bureau of Labor Statistics (BLS) teams them in with medical and clinical laboratory technologists and technicians. Use: Naproxen sodium injection has been utilized in instances in which an injectable nonsteroidal anti-inflammatory drug is needed. The drug also helps to extend sensitivity to insulin, making the body to make use of it in an efficient way which is particularly helpful in circumstances of insulin resistance. Hemihydrate type shouldn&#039;t be included because this type of the drug substance just isn&#039;t currently used in any FDA authorised product. It works by restoring the stability of serotonin, a natural substance in the brain, which helps to improve mood. Capability to make correct observations and a prognosis. Increased blood strain can happen, and blood pressure should be monitored. Abnormal glucose production by the liver can also result in elevated blood sugar (glucose) levels.|She known as on the WHO urgently to overview its choice to put the drug on its Essential Medicines Record - an inventory of medication the U.N. This drugs is an antibacterial drug and is vulnerable to antibiotic resistance; a healthcare supplier should only prescribe it for remedy if the infection is proven or strongly thought to be brought on by bacteria. If anything is unclear, skilled advice ought to be sought in order that the client is totally knowledgeable and snug with the treatment before taking it. A clinical study discovered gastrointestinal reactions to be more frequent and extra extreme in rheumatoid arthritis patients taking every day doses of 1500 mg naproxen compared to those taking 750 mg naproxen (see CLINICAL PHARMACOLOGY). I&#039;ve heard some places that the percentages are more like between 20-25% for twins with clomid. Such specimens might embody Pap smears, tissue scrapings from other body places, biopsy samples, and fine-needle aspirates from websites where tumors have been discovered or suspected. Many prospective and existing physique builders are keen to save their money by buying durable steroids at a cheaper cost. Are Vitamins Natural or Inorganic? It is best to seek the advice of a physician before utilizing a ventolin inhaler if you&#039;re pregnant, breastfeeding or planning to change into pregnant.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 14:54:00', '178.159.37.17', '1'),
(523, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86551429961\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 15:33:15', '171.5.77.79', '1'),
(524, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85896791472\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 16:48:48', '171.5.77.79', '1'),
(525, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87713721379\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 18:07:31', '171.5.77.79', '1'),
(526, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85855291728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-04 21:04:18', '171.5.77.79', '1'),
(527, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"VincentHoartVU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gmqabtmc@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84951692514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:102:\"online casino no download blackjack best online casinos canada online casinos blackjack dinero virtual\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VincentHoartVU', 'gmqabtmc@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 02:58:04', '178.159.37.38', '1'),
(528, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesimpusZR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"alal.pall.a@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86994462712\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1315:\"http://pornotubs.com/  это настоящий рай для взрослых! Здесь представлен неповрежденный гряда невероятных секс и порно видео. Здесь вы найдете грудастых порнозвезд, похотливых любительниц и других ошеломляющих моделей, единственно начинающих вербовать популярность. Их партнеры тоже хороши собой! Насладитесь прекрасным выбором горячих клипов для взрослых, откройте чтобы себя целый новый земля качественного порно. Неотесанный секс, анальный секс, молодой, зрелые, азиатки, большие груди и много-много других категорий http://pornotubs.com/fake-taxi-video/ утолят вашу жажду качественного секса. Насладитесь множеством бесплатных порно видео, а также ежедневными обновлениями, ведь это принесет вам наслаждение и море нового удовольствия.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesimpusZR', 'alal.pall.a@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 03:10:20', '46.246.25.86', '1'),
(529, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinOrimiDL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"frame53166@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85235238429\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:187:\"Hi there, \r\n \r\nThat&#039;s quite an interesting site I&#039;ve got into, while was surfing a web. Nothing much, just some best amateure porn free amateur homemade porn  there :) \r\n \r\nBye!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinOrimiDL', 'frame53166@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 06:12:15', '138.36.3.41', '1'),
(530, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EddiekabXH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"dzidekkobretti@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89244441611\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"Hello, \r\n \r\nClub scene music for djs, download private FTP tracks, mp3. \r\nhttp://0daymusic.org \r\nClub/Trance/Dance/House/Electro... \r\n \r\nBest Regards, \r\nEddie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EddiekabXH', 'dzidekkobretti@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 08:16:16', '110.74.202.183', '1'),
(531, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RickyboxHU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"tima.nigmatullin.80@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88129441359\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:115:\"Нынче дозволительно задать вопросы педагогу для сайте ответов\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RickyboxHU', 'tima.nigmatullin.80@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 13:27:20', '95.71.183.28', '1'),
(532, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AnnaKoganOM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"nastasya.fochenkova@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89995479988\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:312:\"http://appolloshop.ru/product/luchshie-igry-dlja-pristavki-sony-playstation-4 \r\nhttp://tvoya-strana.ru/kitaj/92-sut-palomnichestva-i-ego-otlichiya-ot-turizma.html \r\nhttp://exportmebel.ru/index.php?productID=83076 \r\nhttp://realty21century.ru/index.php/ipoteka/155-stoit-li-polzovatsya-uslugami-ipotechnogo-brokera\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnaKoganOM', 'nastasya.fochenkova@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 17:26:55', '5.35.28.202', '1'),
(533, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84586693876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 19:24:06', '171.5.77.79', '1'),
(534, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89679426198\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 21:17:02', '171.5.77.79', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(535, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82766748386\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-05 23:16:48', '171.5.77.79', '1'),
(536, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"XRumerTest\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88494328695\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hello. And Bye.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'XRumerTest', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-06 00:45:25', '91.210.104.90', '1'),
(537, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87375967516\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-06 16:30:30', '171.5.77.79', '1'),
(538, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86493887536\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-06 18:06:45', '171.5.77.79', '1'),
(539, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86199434155\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-06 20:22:00', '171.5.77.79', '1'),
(540, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85986527858\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-06 22:37:37', '171.5.77.79', '1'),
(541, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89915665589\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 00:27:27', '171.5.77.79', '1'),
(542, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81437576449\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 02:24:24', '171.5.77.79', '1'),
(543, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bubPhegoBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gwblbqmjvw6@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86774449967\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:554:\"от изжоги при беременности в домашних \r\nВес (г) - 11. \r\n \r\nДлина бедра (мм) - 7. \r\nот изжоги в домашних условиях при беременности \r\nДиаметр грудной клетки (мм) - 20. \r\n \r\nизжога при беременности что делать \r\n12-я неделя. \r\nhttps://bubblemom.ru - Беременность, роды, мама и дети. Календарь беременности по неделям \r\n \r\nВес и размер плода:\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bubPhegoBI', 'gwblbqmjvw6@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 03:07:26', '94.41.168.86', '1'),
(544, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87513151588\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 05:25:56', '171.5.77.79', '1'),
(545, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MarcusTielfKH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"herik.likon@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83713569488\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1752:\"В данной подрубрике читатель познакомится с техническими тканями и особенным внедрением материй для сотворения спецодежды. Технические ткани Вы спрашиваете о том, какими универсальными свойствами владеет брезент, для чего были сделаны и как применяются  Почти всем станет любопытно обнаружить для себя многозначительную роль всевозможных пропиток в производстве материала, который имеет возможность отстоять человека от множества угроз на http://textile.wikidot.com/ производстве. Вы познакомитесь с их обликами и особенностями, спрашиваете, в каких областях используется различные изделия, и возьмёте для себя на статью, на собственно что идет по стопам направить забота при выборе. вы осмыслите, как обычная материя делается рачительной «непромокашкой», какие есть свежие технологии изготовления устойчивых к влаге изделий, как именуются эти ткани и где возможно повстречать непромокаемые багаж. К одной из самых феноменальных технических материй относится\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarcusTielfKH', 'herik.likon@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 07:02:20', '31.50.44.226', '1'),
(546, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DennismupUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84526527194\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:426:\"Bizzilion - More than 10 Years of  Non-Stop Service https://bizzilions.com/?ref=millionDol The profit will be 190% - 239% from the deposit amount just in 70 business days after the transfer of funds. Use the opportunity! Bizzilion is a media agency that provides coordinating services for the purchase and sale to channels the rights to broadcast sports events, television programs, streaming broadcasts, and advertising pools\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennismupUW', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 12:17:33', '188.163.109.153', '1'),
(547, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84752884618\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 13:37:27', '171.5.77.79', '1'),
(548, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88916311252\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 16:38:19', '171.5.77.79', '1'),
(549, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"sonyanv1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"karids7@katsu30.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85167778388\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Sexy photo galleries, daily updated pics\r\nhttp://porn.clipse.bloglag.com/?delaney \r\n\r\n agent honeydew porn tiny tits tiny chicks free porn free full length amature porn downloads porn men horny porn machine mpeg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sonyanv1', 'karids7@katsu30.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 17:12:32', '37.187.129.166', '1'),
(550, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88915366861\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 18:34:30', '171.5.77.79', '1'),
(551, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86366727944\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 20:12:56', '171.5.77.79', '1'),
(552, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82365216428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 22:20:45', '171.5.77.79', '1'),
(553, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"howardal16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"aureliavg20@akihiro8510.norio35.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89616294912\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Enjoy daily galleries\r\nhttp://modelspornstars.relayblog.com/?magdalena \r\n\r\n drenai porn babes watching porn young teen porn posts controlling wife porn free adult porn vidoe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'howardal16', 'aureliavg20@akihiro8510.norio35.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 22:43:31', '185.220.101.70', '1'),
(554, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"shaneii4ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"qv3@itsuki27.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89997475394\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Scandal porn galleries, daily updated lists\r\nhttp://boys.food.porn.allproblog.com/?virginia \r\n\r\n strp clubs erotic ses porn entertainment free hardcore gay porn top rated xxx porn sites internet porn night the carton porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'shaneii4ET', 'qv3@itsuki27.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-07 23:24:23', '185.227.68.78', '1'),
(555, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AzrielBatEF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"foklumet@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83971945838\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1746:\"uk cialis onlineclinic\r\n \r\ncialis online order\r\n \r\nhttp://vuecam.net/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://schoenfeldtheater.org/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://ihatedavidweekleyhomes.org/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://yourpartstore.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://4seasonsunrooms.net/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://puppyloves.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://historischeprenten.nl/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://kora.alhnuf.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://retirementspendingplan.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://1800america.tv/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://ww35.acrylicspasaz.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://www.vanguarddahlonega.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://zagtags.mobi/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://berkshirehathawayofthetriad.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://ww17.telunjukjempol.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://monstertrakjapan.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://suppleingredients.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://www.eaglegasmarketing.net/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://livingbuddha.us/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\nhttp://meyerspromo.com/__media__/js/netsoltrademark.php?d=rxviagracan.com\r\n \r\ncialis 10mg or 20mg occupation\r\n 5mg cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AzrielBatEF', 'foklumet@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 00:40:29', '5.3.193.84', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(556, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88615217125\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 01:07:33', '171.5.77.79', '1'),
(557, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"StacytibEX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"stacystege@topazpro.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87796342629\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:647:\"цена двери пвх межкомнатные \r\nнавес над входной дверью \r\nhttp://domdverizamok.icu \r\nдвери входные новосибирск \r\nм двери \r\nhttp://roomdoorhome.icu \r\nвходные металлические двери барановичи цена \r\nкласс входных дверей \r\nhttp://zavesidverj-furnitura.icu \r\nпетли для дверей \r\nметаллические двери в барановичах цены \r\nhttp://dom-zamok-dveri.icu \r\nзамок почтовый \r\nвиды дверей межкомнатных гармошка \r\nhttp://dverjzavesifurnitura.icu\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StacytibEX', 'stacystege@topazpro.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 03:09:17', '31.184.238.9', '1'),
(558, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84654546276\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 06:36:44', '171.5.226.237', '1'),
(559, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"WekorRigTD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"assporor@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87914338554\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"can someone write my essay http://write-essay-for-money.essayshark.collegeessayexamples.gdn sat essay writing examples\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WekorRigTD', 'assporor@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 07:01:39', '46.119.112.76', '1'),
(560, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"averena24FexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"valentinxomyakow89@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87485711314\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:780:\"http://averena24.ru - санитарная книжка продлить быстро  -  подробнее на нашем сайте https://averena24.ru - averena24.ru \r\nЛичная https://averena24.ru - медицинская книжка (https://averena24.ru - санитарная книжка) - официальный документ строгой отчетности. В санитарной книжке отражаются все данные о результатах периодических осмотров, сдачи анализов и прививках, наличия инфекционных заболеваний, а также о прохождении курсов по гигиеническому воспитанию и аттестации.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'averena24FexQL', 'valentinxomyakow89@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 08:19:19', '93.120.176.95', '1'),
(561, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TylerApellPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"tjfomrnx@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83641448237\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:87:\"online casino us visa accepted casino online black jack casino on line las vegas casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TylerApellPH', 'tjfomrnx@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 10:38:55', '178.159.37.38', '1'),
(562, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress0b@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89721867788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:373:\"cbd oil benefits for copd right here \r\nbest way to use cbd oil for pain management my explanation \r\nreviews of cbd oil for anxiety check \r\ncbd oil for sale online and reviews visit this page \r\n \r\nreviews on cbd oil for dogs look what i found \r\ncbd oil dosage for pain management home \r\ncbd oil for sale near me click resources \r\ncbd oil for sale amazon thera important site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattress0b@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 12:40:56', '178.137.80.124', '1'),
(563, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SportMuhBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"anlvet267@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82153468622\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1098:\"https://wildo.ru/wp-content/uploads/2016/07/--------------.jpg \r\n \r\nBetAdvert - это партнёрская программа, благодаря которой вебмастера смогут зарабатывать на беттинг-трафике. \r\n \r\nBetAdvert продвигают ставки и сервис прогнозов на спорт. \r\n \r\nСегодня BetAdvert предлагает комиссионные отчисления в 50% от покупок прогнозов. \r\n \r\nВы слышали??? 50% комиссионных будет падать Вам на карман только потому, что вы будете гнать трафик на их сервис любым доступным способом (разрешенным на территории РФ). \r\n \r\nКак говорится в самой партнерке, то они работают по системе «Revshare». \r\n \r\nhttps://partnerkalab.ru/partnjorskaja-programma-betadvert/ - Подробнее как начать зарабатывать написано здесь\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SportMuhBA', 'anlvet267@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 14:10:15', '188.124.243.171', '1'),
(564, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MergadwewobSO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"metamorant@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88569514913\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:728:\"Любые товары из Тайланда на сайте Супербанк. \r\n \r\nКосметика \r\nТовары для здоровья \r\nТайские целебные травы и растения \r\nТайские мази, бальзамы \r\nНародная медицина Тайланда \r\nБАД-ы, пищевые добавки \r\nПрепараты для усиления половой потенции \r\nЗнаменитое кокосовое масло \r\nЦелебный сок нони \r\nЧай, кофе из Тайланда \r\nСредства для похудения \r\nПодушки из латекса \r\nМаски для волос \r\nМыло \r\nЗубная паста \r\nДезодорант\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MergadwewobSO', 'metamorant@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 15:09:00', '27.130.20.11', '1'),
(565, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86935399789\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1260:\"кто 218 р.8 Bet III Кор Скв Гра fea MPE Уол VII Сол Cal Pin Ton Вол Pau Jef Кар авт хор эпо илл Мос Ерм Каз Rod Hom  \r\nжел Art Ken рис Dop Гор Квя Iva Иль доп Hig При Щег Чер Als Джэ Инн Лео Кор Пол исс Чич Бер Чак доп Leo Бай Leo соб Ран  \r\nКар Мах Сух Gra Ави Чер Нов Бра Chr Ala Ник Eve Jam Кон Сом Нат Sel Печ Фед Дуб Пол реп Kar Jud Jew Бер Pea мир Бол Jos  \r\nSon Юсу Bar Zen изо Zen Тит Zen 194 Сер пис XVI Вел Zen XIV Уор Dea дви Zen Джо Edg Zen Zen Zen ста Рич Фил хор кле Sie  \r\nJet INT Nar MBS Boo Wha Wri C18 Bou сер Рос Des Рос Пет FIA ССС XXI Wom Lov пре XIX Pop Ban Пау вол DVD Win Win mai Boo  \r\nJag сер Par Fri Гло Not Неб Str пос Лит Pro XVI Кон Puj Овч слу Hen Куз Ana авт ком For Stu Bog шко Анд Ama DVD пан Son  \r\nФай Pum Поп Jai Rog Сок Пер Тит Бун Don Рем Ард Мит Wor Сми Kat Топ авт авт VII Сол Кис шко Eri Чез Бор Sie Sie Sie нач  \r\nCan кар Edi при 41- 200 Pet Roy Гер XVI Сод Сир сбо\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 17:37:17', '109.172.196.234', '1'),
(566, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KryptExeskQF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"alexepetrovv@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83939559619\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1369:\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT1jDiuav1CZvbKevwcotWDEc9s9-QnhDFotOcd3EWjA2Md-vCyFA \r\n \r\nКак начать зарабатывать на Kryptex? \r\n \r\nКриптекс — это программа, которая использует вычислительную мощность компьютера для генерации криптовалюты. \r\n \r\nКриптекс получает вычислительные задачи от сервера и делает полезные математические расчеты. \r\nЗа это вы получаете деньги. \r\nЭто сложно: раньше этим мог заниматься только очень узкий круг людей. \r\nМы сделали сложные вещи простыми. Теперь каждый может просто запустить Криптекс и получать за это деньги. \r\n \r\n \r\nКриптекс платит биткоины и рубли. \r\nСнимайте деньги на банковские карты, QIWI Кошелек и Яндекс.Деньги. \r\nМинимальный размер выплаты - 50 руб. \r\n \r\nНачни зарабатывать уже сейчас, переходи по http://revq.ru/krypt - ссылке! \r\n \r\nhttps://youtu.be/N-5r_Ep88do - Видеообзор.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KryptExeskQF', 'alexepetrovv@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 19:55:23', '185.218.108.151', '1'),
(567, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AllasRagOK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"allavita1977@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83394769262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:710:\"The World Wide Web (www) and the internet have really made life easy for everyone now. It is very easy to achieve many aims and goals within a short period because of availability of many things on the Internet. For example, if you are planning to write research paper or any essay writing, you can easily get custom essay writing service professionals over the Internet to do the work for you. They are professionals who can help their clients or customers in writing their dissertation or thesis. They also do college and higher institutions essays writing and are available to help students write their essays at every phase of their academic career\r\n \r\nwho is the mockingbird in to kill a mockingbird essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AllasRagOK', 'allavita1977@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-08 22:52:18', '79.165.233.157', '1'),
(568, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HarryalabeTZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"adssad@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81587511787\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"Thank you, Plenty of forum posts. \r\n \r\n \r\nviagra generic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryalabeTZ', 'adssad@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-09 00:19:35', '117.191.11.78', '1'),
(569, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"skyreveryFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"malinoleg91@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88643323366\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1316:\"Новости: Empty legs Март 2018        -  подробнее на нашем сайте skyrevery.ru \r\nАренда частного самолета с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна аренда самолета срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'skyreveryFexQL', 'malinoleg91@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-09 13:30:22', '93.120.172.144', '1'),
(570, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"evangelinede2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"lauraio69@norio410.kaede45.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86846895573\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:171:\"My new hot project|enjoy new website\r\nhttp://cut.fet.porn.bloglag.com/?patience \r\n\r\n lederhosen porn coolege porn ipad porn best free asian porn cites video porn for women\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'evangelinede2', 'lauraio69@norio410.kaede45.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 02:36:20', '185.113.128.30', '1'),
(571, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinHATCA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kevin1987sw@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82754679116\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:673:\"Hello , http://apartments-finder.online/los-angeles-apartments-517.html phoenix house dublin las vegas dumpster rental http://apartments-finder.online/townhomes-rent-charlotte-nc-542.html detroit apartments rent seattle washington real estate downtown las vegas apartments tradewinds apartment hotel miami beach room rent columbus ohio mesa az homes rent http://apartments-finder.online/phoenix-house-rehab-785.html rooms rent fresno ca apartments rent sacramento area http://my-new-apartments.info/houses-rent-fresno-ca-226.html apartment rent louisville ky http://apartments-finder.online/san-jose-ca-apartments-379.html philadelphia apartment rentals room rent austin tx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinHATCA', 'kevin1987sw@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 03:08:11', '185.244.218.83', '1'),
(572, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CurtissoamiED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen7.08@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84261715222\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:329:\"Ламинин Норвежский в 4 раза Дешевле http://1541.ru чем Laminine LPGN. И Интернет реклама от $20 за месяц. Фишка 2019 - возврат Google в поисковую оптимизацию. ЕЕ и предлагаю Опыт 26 лет viber +380976131437  skype evg7773\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CurtissoamiED', 'fevgen7.08@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 05:38:45', '188.163.109.153', '1'),
(573, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"jaynekr16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"francinemu4@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82118965481\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Hot teen pics\r\nhttp://truevintagetees.hotblognetwork.com/?karley \r\n\r\n aspen in porn shauna grant porn tube porn photos paris hilton bubble ass porn pictures free porn wowen using toys\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaynekr16', 'francinemu4@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 05:42:16', '199.249.230.83', '1'),
(574, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KiethCligoVJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vbhp@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81264554892\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"XYZ|國中基測|基測|基測歷屆試題|命題光碟|基測中心|基測試題滿1000送200 \r\n \r\nhttp://xyz.net.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiethCligoVJ', 'vbhp@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 13:33:30', '161.117.10.46', '1'),
(575, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CanorRigYP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"passppa@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81382984738\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"exploratory essay ideas http://student-papers-online.affordablepapers.collegeessayexamples.gdn example of essay with harvard referencing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CanorRigYP', 'passppa@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 17:45:37', '46.119.112.76', '1'),
(576, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"CAITpnGC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"dimaplu8333@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89454968558\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3901:\"Например Субботам Яндекс предлагают услуги для страниц веб запросов, контента интернет-магазинов, интернет-магазинов посетителям  и профессиональных продуктов MailRu магазинов оглавление. CMS или конкуренция с инсайдерами отрасли. (AD) пришел, чтобы разработать веб-сайт и получил работу внешнего и достоинства, контента и всей конструкции фраз. Я надеюсь клиентам  и требую Яндекс, чтобы сила использовать результатов порталов не привела к началу бизнеса сайтов. Каждое подразделение слов осуществляет свою прейскурант деятельность создание и раскрутку сайтов  покупателям  и сокращает время Одноклассники, необходимое для получения Яндекс рекламных результатов от компании порталов. В случае всех режимов  посетителям  на канале прейскурант определяется  Instagram количество звонков в рамках бюджета клиентам  магазинов. Я не прошу Яндекс фраз необходимых советов для аликипа список поисковой системы, чтобы восстановить все ваше финансовое и финансовое положение MailRu клиентам . Также, к сожалению, слов Opera и Google являются владельцами, и поэтому не могут быть алгоритмами, слов мы не забудем. Тем не менее, обязанности, людям  почести и бизнес Яндекс магазинов могут быть более эффективными извлекать, но они могут заставить sajtatonro позвонить нам фраз. \r\nраскрутка сайта в ТОП  \r\nПраво покупателям  на петицию было прейскурант одобрено Яндекс, по словам пользователя из России, который начал все магазинов ошибки, и молился за книгу и все документы книги посетителям , и ответил Instagram на вопросы  сайтов, которые не могли быть разработка и обслуживание сайтов  подтверждены независимо запросов клиентам . Расположение словосочетаний нашего района так же амбициозно, как и поисковая система в Интернете. Предоставленный разработка и редактирование  сайтов  вами совет пользоваться сайтов, а не о продвижении в личных целях. Задача, создание и редактирование  магазинов  которую мы видим, заключается людям  в поддержке сайта MailRu, и он ничего не может сделать. словосочетаний, студия России и интернет-сервисных решений &quot;Он создает 6-летний веб-сайт сайтов. \r\nкупить разработку и обслуживание магазинов Москва  https://prodvizhenie-caitov-moskva.ru - КЛИКАЙ !\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CAITpnGC', 'dimaplu8333@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 18:45:50', '188.234.21.7', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(577, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"eulahu1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"rosalyneg5@michio610.eiji39.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84857892331\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Sexy teen photo galleries\r\nhttp://nasty.porn.bestsexyblog.com/?yazmin \r\n\r\n porn webcam chat free emo tube porn videos ametuer porn tape 13 japanese teen porn best frr porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'eulahu1', 'rosalyneg5@michio610.eiji39.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 19:54:47', '92.222.38.67', '1'),
(578, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"SpribruBV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"a.meli.a1986.g@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89194254836\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:600:\"Узнайте о том, как правильно выбрать детский стеллаж для игрушек по материалу изготовления, функциональности.                                                                                                                                                                                                                                                                                                                                                    \r\n \r\nkuplyu effektivnye nedorogie sredstva dlya pohudeniya\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SpribruBV', 'a.meli.a1986.g@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 21:04:04', '93.84.225.51', '1'),
(579, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StanleypamAD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"rsssrjkt@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84277611781\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"baccarat sites best online casino online roulette lasvegas casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StanleypamAD', 'rsssrjkt@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-10 22:58:33', '178.159.37.38', '1'),
(580, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"margeryls1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"gretchengi16@tamotsu73.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85851231514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://pregnant.porn.relayblog.com/?maura \r\n\r\n best free mac porn girlf from ray j porn tex gemmell gay porn teen porn hair free young college porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'margeryls1', 'gretchengi16@tamotsu73.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 02:57:37', '51.15.53.83', '1'),
(581, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharleskahIK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"pavlik.salivon@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86667299645\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:135:\"максим иванчук пластический хирург киев \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharleskahIK', 'pavlik.salivon@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 16:53:30', '46.173.55.27', '1'),
(582, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AdolphJahVS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"volodya.tibakov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89646313386\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:146:\"Плохие отзывы об Иванчуке максиме сергеевиче \r\n \r\nhttps://forum.plastic-surgeon.com.ua/showthread.php?t=234\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AdolphJahVS', 'volodya.tibakov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 16:53:30', '46.173.55.27', '1'),
(583, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidoccumSE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kostya_gnedov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83689462577\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"иванчук максим сергеевич пластический хирург отзывы \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidoccumSE', 'kostya_gnedov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 16:53:35', '46.173.55.27', '1'),
(584, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardwoogeKB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"ityuplyayev@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84272257752\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:146:\"Плохие отзывы об Иванчуке максиме сергеевиче \r\n \r\nhttps://forum.plastic-surgeon.com.ua/showthread.php?t=234\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardwoogeKB', 'ityuplyayev@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 16:53:35', '46.173.55.27', '1'),
(585, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertBorgeNO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"leha.strochek@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89839658234\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:101:\"максим иванчук отзывы \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertBorgeNO', 'leha.strochek@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 16:53:35', '46.173.55.27', '1'),
(586, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CanorRigYP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"passppa@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87854226615\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"argumentative essay thesis example http://life-in-antebellum-south.collegetermpapers.collegeessayexamples.gdn personal argumentative essay topics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CanorRigYP', 'passppa@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 17:01:28', '46.119.112.76', '1'),
(587, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"mollyct4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"rhonda@atsushi3610.katsu47.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83828631351\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:171:\"College Girls Porn Pics\r\nhttp://sleeping.porn.relayblog.com/?tianna \r\n\r\n 14 penis porn 80s porn the pawnbroker nasty real life porn porn asian handjob porn from the 1960 s\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mollyct4', 'rhonda@atsushi3610.katsu47.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-11 23:11:35', '109.70.100.18', '1'),
(588, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Eva Mejía\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"evamejia78@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"75351198\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:332:\"Deseo saber si tienen disponibilidades para semana santa, específicamente los días martes 16, miércoles 17 y jueves 18 de abril (semana santa), somos 4 adultos y dos niños (7 y 9 años) .  Me gustaría que si tienen espacio, me puedan brindar la información de tarifas y que nos ofrecen. \r\n\r\nMi correo es : evamejia78@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Eva Mejía', 'evamejia78@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-12 01:10:40', '190.150.55.120', '1'),
(589, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"deliaua18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"juliazy20@hotaka3110.masumi79.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85269643627\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Sexy pictures each day\r\nhttp://lesbianmakeout.allproblog.com/?tess \r\n\r\n musturbation watching porn wifes first hugh black dick porn free crying anal porn videos craziest porn site facial porn videos on psp\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'deliaua18', 'juliazy20@hotaka3110.masumi79.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-12 06:45:07', '167.114.108.152', '1'),
(590, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"hungkai\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"hama-nada@hotmail.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"15735996235\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:593:\"Dear Sir / Madam Behold is  a good offering for you. I want to offer the possibility of sending your commercial offers or messages through feedback forms. The advantage of this method is that the messages sent through the feedback forms are included in the white list. This method increases the chance that your message will be read. Mailing is made in the same way as you received this message. \r\nMore information on this link. http://bit.ly/2GMLcTj \r\nWhen you register using this link, you will receive a 20% discount on your first purchase. http://bit.ly/2GMytA1 \r\nIt&#039;s time to finish.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hungkai', 'hama-nada@hotmail.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-12 20:48:46', '89.238.167.190', '1'),
(591, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"nonaed60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"florenceef1@riku5210.akio94.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86121984816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:222:\"Hot galleries, daily updated collections\r\nhttp://lesbian.test.hotblognetwork.com/?aiyana \r\n\r\n seattles porn industry free porn downloads ductch jewish porn starts asian threesome porn movies tastful mmf porn pics for women\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nonaed60', 'florenceef1@riku5210.akio94.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-12 21:06:10', '162.247.74.74', '1'),
(592, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PISSenlonQY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"nnp0672555515@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85592613298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10100:\"Suchmaschinenoptimierung Koln zielt darauf ab, Webseiten im Internet zu fordern, das auch ohne lokale Verknupfung. Das bedeutet, dass Sie Bestellungen und Anrufe in ganz Deutschland erhalten, auch wenn Sie Waren oder Dienstleistungen nur in Koln anbieten. \r\nSuchmaschinenoptimierung Koln: Das Beste, was Sie fur ein Online-Geschaft tun konnen \r\n \r\nE-Commerce hat die Moglichkeiten des klassischen Vertriebsansatzes erweitert: Jedes Jahr wird digitales Marketing immer beliebter, indem Werbetools erstellt und Projekte im Web entwickelt werden. Eines dieser Tools kann als SEO oder Suchmaschinenoptimierung betrachtet werden. \r\nDie Komplexitat liegt in der internen und externen Optimierung des Projekts, sowie der Imagegewinnung der Marke (Shop / Lokalitat) im Web. Im Jahr 2018 dominiert Google den Suchmarkt in Deutschland. \r\nGoogle erhalt mehr als 70% aller Anfragen und ist damit die zielgerichteste Suchmaschine im Land. Deshalb basiert die Werbung in Koln und in ganz Deutschland auf Rankingfaktoren von Google. \r\nEine gut organisierte Optimierung zeigt schon nach einem Monat die ersten Ergebnisse, die wahrend der gesamten Zusammenarbeit mit Spezialisten zunehmen. \r\nSuchmaschinenoptimierung Koln: Fur wen eignet sich diese Dienstleistung? \r\nZiel der Optimierung \r\n1.	Ein lokales Business weiter zu entwickeln, die Erhohung der Frequenz von direkten Kundenansprachen (gezielte Handlungen, auch Call-to-action genannt) zu erweitern. Relevant ist dies fur lokale Unternehmen und Spezialisten, die von dem Bekanntheitsgrad und dem Ruf abhangig sind. Wenn Sie mehr Besucher auf Ihren Shop, fur Ihre Diensleistung, in Ihrer Lokalitat wie Restaurants gewinnen mochten, erhoht die Optimierung im Internet in Koln die Reichweite und lockt somit potenzielle Kaufer an, die an Ihren Produkten oder Dienstleistungen interessiert sind. Auch wichtig fur Spezialisten die von einem guten Ruf abhangig sind und darauf hinarbeiten: Rechtsanwalte, Beauty Salons, Fotografen, etc. \r\n2.	Erweiterung der Reichweite fur eine bestimmte Zielgruppe aus Koln und andere Regionen oder ganz Deutschland. Dieses Format der Forderung ist fur Online-Shops und Firmenwebseiten relevant. Wenn Sie den Traffic, Umsatz, Ruf und Markenbekanntheit erhohen wollen, ist es schwer eine bessere Losung, als die SEO Agentur Koln finden. \r\n3.	Erweiterung der Reichweite fur eine bestimmte Zielgruppe in mehreren Landern. Dies ist eine voluminosere Aufgabe, verbunden mit einer umfassenden Optimierung der Webseite aufgrund der erhohten Konkurrenz gegen die man „ankampft“. \r\n \r\n \r\n \r\n \r\nSuchmaschinenoptimierung Koln: Kosten-und Zeitrahmen \r\nSie haben vielleicht gemerkt, dass SEO-Agenturen keine konkreten Preislisten fur Dienstleistungen angeben, die anzeigen wie viel die Suchmaschinenoptimierung kostet. Allerdings kann man mit Erfahrungswerten eine entsprechende Preistendenz wagen. \r\nDas Problem ist, dass die Preisgestaltung der SEO -Dienstleistungen von vielen Faktoren beeinflusst wird : \r\n•	der Zeitaufwand jedes Mitarbeiters; \r\n•	Region; \r\n•	technischer Zustand der Webseite; \r\n•	das gewunschte Ergebnis und Fristen \r\nDavon hangen auch die zeitlichen Deadlines der Optimierung ab. Um die Kosten und die Dauer der Suchmaschinenoptimierung Ihrer Webseite zu ermitteln, senden Sie uns eine Anfrage indem Sie das Kontaktformular auf der Homepage nutzen. Oder kontaktieren Sie uns unter der Telefonnummer, die Sie im oberen Teil der Seite finden. Wir bieten eine kostenlose Erstberatung an und helfen die Effizienz der Suchmaschinenoptimierung fur Ihr Unternehmen zu verstehen. Verlieren Sie keine Zeit – rufen Sie uns an und trauen Sie sich die Effizienz Ihrer Webseite bereits nach einem Monat der Zusammenarbeit zu erhohen. \r\n \r\n \r\nhttps://seocialmedia.de/seo-blog/83-suchmaschinenoptimierung-koeln-das-beste-was-sie-fuer-ein-online-geschaeft-tun-koennen \r\n \r\nhttps://seocialmedia.de/seo-blog/83-suchmaschinenoptimierung-koeln-das-beste-was-sie-fuer-ein-online-geschaeft-tun-koennen - Suchmaschinenoptimierung Koln \r\n \r\nSuchmaschinenoptimierung Koln \r\n \r\nSuchmaschinenoptimierung Koln \r\n \r\n \r\n \r\n \r\nXT Commerce - Kosten Dienstleistungen: Wie viel und wovon hangt der Preis ab \r\n-	XT Commerce - Kosten der Dienstleistungen: Wie viel und von was hangt der Preis ab? Eine solche Frage stellt man unmittelbar nach der Wahl einer beliebten Plattform. Wie orientiert man sich auf den Preis und die zusatzlichen Kosten berucksichtigt. \r\n \r\nWenn man uber die Kosten fur die Entwicklung von XT Commerce spricht, kann man keinen festen Betrag nennen. Alles hangt von den Anforderungen, Spezifikationen, Team oder Freelancern ab, die das Projekt umsetzen werden. In diesem Artikel betrachten wir die Schlusselfaktoren, die den Preis der XT-Commerce-Entwicklung beeinflussen. \r\nFaktoren, die die Kostenaufstellung beeinflussen \r\nXT Commerce kann in wenigen Tagen oder Monaten erstellt werden. Damit eine Agentur oder ein Freiberufler eine ungefahre Zeit- und Preiskalkulation abgeben kann, mussen Sie einige Fragen beantworten: \r\n1. Was ist die Hauptfunktionalitat der Webseite? \r\n2. Welche spezifischen Funktionen planen Sie zu implementieren? \r\n3. Welchen Zeitrahmen sehen Sie vom Beginn der Erstellung der Webseite bis zum ihrem Start? \r\n4. Welches Design wird benotigt? Fertig von der Vorlagenoption oder angepasst? \r\n5. Welche Plugins werden Sie installieren? Es gibt Plug-Ins kostenlos und die die kosten ab ca. 100 Euro. \r\n6. Welche Art von Geschaft wird benotigt? Einfaches Ladengeschaft oder Multi-Shop? \r\nBasierend auf diesen Informationen variieren die Kosten nach oben oder unten. \r\nDie voraussichtliche Kostenplanerstellung hangt von der Zeit ab, die die Agentur fur das Erstellen einer Webseite benotigt hat: \r\n? Planung und Erstellung eines Minimums eines funktionierenden Produkts \r\n? Konfiguration eines Programmiersystems / einer Datenbank \r\n? Erstellen eines Konzepts und Implementieren eines Designs \r\n? Verwalten und Steuern eines Projekts \r\nJede Agentur arbeitet nach eigenen Prinzipien. Es gibt Unternehmen, die mit Stundensatz arbeiten, einige zu einem monatlichen Preis, andere zu einem Festpreis pro Projekt. \r\n \r\n \r\nWas kann das Budget fur das XT-Commerce-Projekt erhohen? \r\nDas Budget fur die Erstellung von XT-Commerce setzt sich aus drei Faktoren zusammen: Zeit, Ressourcen und Funktionalitat. Bei engen Fristen konnen sich die Kosten fur die Implementierung der Ressource erhohen. \r\nWenn Sie eine Outsourcing-Agentur beauftragen, sind auch die Kosten hoher als fur einen einzelnen Entwickler. Die Entwicklung komplexer Funktionen erfordert zusatzlichen Zeitaufwand, was zu erhohten Kosten fuhrt. \r\nBerucksichtigen Sie neben den Kosten fur die Erstellung auch die Kosten fur die Plattform, Domain, Hosting und die Kosten fur das Auffullen der Webseite mit Inhalten. \r\nWie bekomme ich genaue Daten und Zahlen? \r\nUm genaue Zahlen und Termine zu erhalten, muss man eine technische Aufgabe erstellen: \r\n? Beschreibung des Projekts / der Aufgabe. Beschreiben Sie kurz die Aufgaben, die im Online-Shop ausgefuhrt werden sollen. \r\n? Ziele. Was sind die Ziele des Unternehmens? Welche Probleme lost er? \r\n? Funktionalitat, Visualisierung, notwendige Technologien, sonstige Anforderungen \r\n? Beschreibung der Arbeitsschritte. \r\n? Anwendungen. Skizzen, Prototypen. \r\nKosten fur XT Commerce \r\nZusatzlich zum Programmierpreis mussen Sie die Kosten fur XT Commerce-Pakete hinzufugen: \r\nKostenloses Start! Eine ausgezeichnete Option mit einem begrenzten Budget und einer kleinen Funktionalitat. Der technische Support kostet pro Monat 39 Euro. Wenn Sie nicht bereit sind, dafur zu zahlen, gibt es ein kostenloses Community-Forum. \r\nProfessional +: Bietet mehr Funktionen als Start! es kostet 399 euro. Fur eine zusatzliche Gebuhr von 19 Euro pro Monat erhalten Sie technische Unterstutzung. \r\nMultishop: fur eine unbegrenzte Anzahl von Geschaften geeignet. Es kostet 599 Euro und beinhaltet viele Funktionen. Fur zusatzlichen technischen Support - 19 Euro pro Monat. \r\nAusgegebene Investitionen werden in kurzer Zeit wieder reinkommen. Bevor Sie mit der Entwicklung beginnen, erfahren Sie, was XT Commerce zur Entwicklung eines modernen Online-Shops beitragt. \r\nFur einen erfolgreichen Shop ist es wichtig, alles maximal zu realisieren. Sie sollten nicht auf professionelles Design verzichten - weil das Design zum Verkauf steht, sollten Sie beim Hosting nicht sparen - weil der Laden, der oft nicht verfugbar ist, nicht zum Verkauf steht. \r\nUnsere Agentur ist auf die Entwicklung von XT Commerce spezialisiert. Erhalten Sie eine kostenlose Beratung zur Erstellung einer Webseite, \r\nUnsere Agentur spezialisiert sich auf die Entwicklung der XT-Commerce Shops. Wir helfen Ihnen, Ihren Online-Shop von Grund auf neu zu erstellen und mit individuellen Support zum Erfolg zu bringe. Lassen Sie sich bei uns kostenlos beraten. \r\n \r\n \r\nXT Commerce kosten \r\n \r\nhttps://gbcoding.de/blog/xt-commerce-kosten-dienstleistungen-wie-viel-und-wovon-haengt-der-preis-ab \r\nhttps://gbcoding.de/blog/xt-commerce-kosten-dienstleistungen-wie-viel-und-wovon-haengt-der-preis-ab - XT Commerce kosten \r\n \r\nXT Commerce kosten \r\n \r\nXT Commerce kosten \r\n \r\n \r\nhttps://seocialmedia.de/seo-blog/124-suchmaschinenoptimierung-frankfurt - Suchmaschinenoptimierung Frankfurt \r\n| \r\n \r\nhttps://seocialmedia.de/seo-blog/85-suchmaschinenoptimierung-hannover - Suchmaschinenoptimierung Hannover \r\n| \r\n \r\nSuchmaschinenoptimierung Koln \r\n| \r\nSuchmaschinenoptimierung Munchen \r\n| \r\nhttps://seocialmedia.de/seo-blog/122-suchmaschinenoptimierung-berlin-ziele-und-aufgaben - Suchmaschinenoptimierung Berlin \r\n| \r\n \r\nXT commerce entwicklung \r\n| \r\nhttps://gbcoding.de/blog/welche-faehigkeiten-sollte-ein-xt-commerce-entwickler-haben - XT commerce entwickler \r\n| \r\n \r\nhttps://gbcoding.de/blog/wo-finde-ich-einen-guten-xt-commerce-freelancer - XT-Commerce-Freelancer \r\n| \r\n \r\nXT Commerce Erstellung \r\n| \r\n \r\nXt commerce erstellen \r\n| \r\n \r\nXT Commerce Agentur \r\n| \r\nXT- Commerce- Agenturen \r\n| \r\n \r\nXT Commerce kosten \r\n| \r\n \r\nhttps://gbcoding.de/blog/xt-commerce-programmierung-wird-auf-dem-europaeischen-markt-immer-beliebter - XT-Commerce-Programmierung\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PISSenlonQY', 'nnp0672555515@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-12 23:27:29', '81.162.237.120', '1'),
(593, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ConorRigKS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mhunuh@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82417641821\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"native american essay http://paperwritingservice.gdn/termpaperwarehouse/hhgregg-sale-paper.html examination essay writing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ConorRigKS', 'mhunuh@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-13 08:45:16', '46.119.112.76', '1'),
(594, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothykagAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ojmxlqzp@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83724636832\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"online casino south africa ipad best online casinos online casino best roulette online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothykagAL', 'ojmxlqzp@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-13 10:59:54', '178.159.37.38', '1'),
(595, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DezniscafNE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"viklafem@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88987544155\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:217:\"order generic viagra pills online\r\n http://xlviagragen.com - buy generic viagra\r\n  prescription viagra prices in uk\r\n buy generic viagra\r\n - where can i find viagra professional in london uk\r\n viagra 20mg online login\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DezniscafNE', 'viklafem@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-13 11:11:36', '5.3.213.194', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(596, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress34@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83615368996\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:337:\"innovet cbd oil for dog anxiety reviews web link \r\nwhere to buy cbd gummies online try this \r\ncbd oil benefits for copd her latest blog \r\npure cbd oil reviews for pain read \r\n \r\ncbd oil for dogs online what do you think \r\ncbd oil for sale online american sneak a peek here \r\ncbd oil look at more info \r\ncbd oil for pain relief my sources\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattress34@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-14 04:15:07', '178.137.17.255', '1'),
(597, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregozyGoatsUM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"monzagor@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81734997392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:228:\"viagra s ite:komkom.pl\r\n http://gtviagragen.com - viagra for sale\r\n  viagra 20mg online you cannot post new topics in this forum\r\n generic viagra\r\n - viagra 10mg or 20mg name\r\n buy affordable viagra,viagra levitra lipitor online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregozyGoatsUM', 'monzagor@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-14 09:55:58', '95.79.177.196', '1'),
(598, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"mirandavy18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"beverlyzm4@susumo7010.fumio42.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85417278254\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:176:\"College Girls Porn Pics\r\nhttp://pornbailout.allproblog.com/?nicole \r\n\r\n gay hentai porn best porn trailer podcast strem porn list tv wmv best porn period sex slavery porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mirandavy18', 'beverlyzm4@susumo7010.fumio42.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-14 23:10:04', '94.102.51.78', '1'),
(599, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"bethiu1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"amberkm16@takumi510.sho85.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88886851376\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://porn.pic.fetlifeblog.com/?emmalee \r\n\r\n gay college porn bareback gay german porn porn chat lesbisan porn serbian porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bethiu1', 'amberkm16@takumi510.sho85.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-15 07:31:16', '195.176.3.20', '1'),
(600, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"fubexeloQQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"n.s.t.sha.r.un.@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89966983532\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:67:\"https://eroticpro.ru/vibrator-nalone.html   вибратор nalone\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'fubexeloQQ', 'n.s.t.sha.r.un.@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-15 08:32:00', '91.205.239.219', '1'),
(601, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SmoospemeMC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"brintondplf@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86576576431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:334:\"pandora charms\r\nyeezy boost\r\npandora jewelry\r\nyeezy\r\npandora bijoux\r\npandora charms\r\nscarpe hogan\r\nadidas yeezy\r\nscarpe hogan\r\npandora rings\r\nyeezy boost\r\nadidas yeezy\r\nadidas yeezy\r\npandora eshop\r\n锘?a href=&quot;http://www.canada-pandora.ca&quot;&gt;pandora charms\r\nbijoux pandora\r\nyeezy\r\nyeezy boost\r\npandora\r\npandora 70 di sconto\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SmoospemeMC', 'brintondplf@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-15 11:37:01', '27.153.136.235', '1'),
(602, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ConorRigKS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mhunuh@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82853912915\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:134:\"family essay sample http://paperwritingservice.gdn/planetpapers/tintoretto-the-last-supper.html sample descriptive essay about a place\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ConorRigKS', 'mhunuh@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-15 20:46:52', '46.119.112.76', '1'),
(603, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TerryVoidsQV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"duwrfzap@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87191846623\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:77:\"online gambling canada casino casino bonus best online casino game for iphone\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerryVoidsQV', 'duwrfzap@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-16 01:21:08', '178.159.37.38', '1'),
(604, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JeffreynenOL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"vsevolod.okopnyuk@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85144413885\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"Жунжурова \r\n \r\nЖунжурова\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreynenOL', 'vsevolod.okopnyuk@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-16 08:29:31', '31.173.87.149', '1'),
(605, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LindsyBluexDR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"lindsyDob@pro-expert.online\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86199114816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:616:\"кредит быстрозайм украина \r\nhttp://creditbestonline.site \r\nкредит онлайн на карту украина с 18 лет без отказа \r\nhttp://onlinecreditukraine.website \r\nкак получить кредит в украине онлайн \r\nhttp://ukrainecreditonline.host \r\nонлайн кредит за 15 минут украина \r\nhttp://onlinecreditukraine.host \r\nмикрозаймы на карту в украине онлайн \r\nhttp://onlinefastcredit.fun \r\nонлайн займы на карту без отказа украина \r\nhttp://fastcreditonline.host\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindsyBluexDR', 'lindsyDob@pro-expert.online', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-16 17:57:04', '31.184.238.9', '1'),
(606, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85242424898\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Кассовые аппараты https://mirtech.com.ua/ фискальные регистраторы от ООО «МИРТЕХСЕРВИС». В продаже ( можете купить) ВСЕ модели 38067 6850232  Skype meos2011\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-16 23:08:23', '188.163.109.153', '1'),
(607, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NigeldepHI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sgyfytkx@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83112476854\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"william hill casino download best us based online casinos online bingo for usa download roulette\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NigeldepHI', 'sgyfytkx@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 05:19:05', '178.159.37.38', '1'),
(608, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"haroldjr11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"jodixv60@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85857615686\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Sexy photo galleries, daily updated pics\r\nhttp://porn.bahrain.relayblog.com/?abagail \r\n\r\n free adault porn videos mobile ethnic porn free porn dog style porn nicole wright of norfolk virginia porn sharte\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'haroldjr11', 'jodixv60@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 06:26:19', '162.247.74.202', '1'),
(609, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PekumRigEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"hboman@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84836146755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"synthesis essay format http://paperwritingservice.gdn/research-paper/science-project-research-paper-example.html sample essay pdf\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PekumRigEN', 'hboman@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 08:10:15', '46.119.112.76', '1'),
(610, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"https://musicmy.top/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"sorokovikovaevgenia@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"https://musicmy.top/\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:267:\"Здравствуйте уважаемые форумчане, подскажите где можно скачать или слушать музыку, \r\nв основном всегда качаю здесь: \r\n \r\n \r\nновинки музыки 2018 скачать\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'https://musicmy.top/', 'sorokovikovaevgenia@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 09:08:33', '185.144.81.10', '1'),
(611, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"SomerellanPleallEssestePQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"somerellan@mosquittor.legnica.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85617325166\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:628:\"Sposob awarii dysku twardego okresla, w jaki sposob zabrac sie za naprawe i ostatecznie jak zostana odzyskane jego dane. \r\nJest wiele roznych technik naprawy dysku twardego - np. zewnetrzny dysk twardy, ktory zostal upuszczony, klikajac wymaga zupelnie innej metody naprawy niz na przyklad dysk, na ktorym wystepuje uszkodzenie oprogramowania ukladowego. Uruchomienie dysku na potrzeby przywrcenia dostpu do danych i proces odzyskiwania danych jest skomplikowany i czesto czasochlonny, dlatego powinien on zostac podjety tylko przez profesjonalna firme zajmujaca sie odzyskiwaniem danych, zobacz tutaj odzyskiwaniem danych z HDD\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SomerellanPleallEssestePQ', 'somerellan@mosquittor.legnica.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 12:22:13', '212.92.122.76', '1'),
(612, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelCoino\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"thelinkscare@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"373731175\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:142:\"Hy there,  Good tidings ! exquisiteprovide \r\n Fair-minded click \r\n \r\nhttps://drive.google.com/file/d/1SqBNscwU4bOSnWhrHj9uFgtplDMtdMgT/preview\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelCoino', 'thelinkscare@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 16:40:35', '91.185.201.69', '1'),
(613, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"valariesd2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"isabellest60@tamotsu8010.eiji27.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85165479674\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:185:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://porn.pic.bloglag.com/?berenice \r\n\r\n best real porn video porn wrecked ashole rar password porn porn girls name amature porn home page\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'valariesd2', 'isabellest60@tamotsu8010.eiji27.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 20:23:26', '197.231.221.211', '1'),
(614, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JasperguithJQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"coverglenn@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81865548469\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:238:\"Здравствуйте! \r\n&quot;Купи сайт&quot; - все о программировании. \r\n \r\nпоисковая оптимизация Подробности по ссылке...  \r\n \r\nСпасибо за внимание.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasperguithJQ', 'coverglenn@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-17 22:14:12', '37.144.219.154', '1'),
(615, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BettypapleLL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"tioph.eipok@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89928132993\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1906:\"Затем подбираем образ и тон - к слову, в будущем сезоне лучший текстиль  трендовыми остаются лазурный, красноватый и желтоватый тона, а кроме того народные рисунки - геометральные и цветочные. С целью четкого установления объема сможете пользоваться особыми таблицами - данное ликвидирует погрешность. Получается, то что с поддержкой сеть интернет-каталогов ваша приобретение станет ещё наиболее удобной. Однако и данное - в целом только один с положительных сторон. Основным плюсом тут остается польза, экономность, так как стоимости в интернет-платформах пониже, нежели в трейдерских местах в действительности. Покупаем младенческий одежда в сети Вас занимает младенческая одеяние по доступной цене - сеть интернет-торговый центр Климентий предложит изобилие альтернатив:  трикотажные наряды; блузы и рубахи, наряды с целью средние учебные заведения; ясельные комплексы, распашонки, тело и комбинезоны; сорочки с целью дремы; \r\nвысококачественное бельишко; штаны и юбки; шортики; спорт брюки и толстовки; различные кофточки; ведущие уборы.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BettypapleLL', 'tioph.eipok@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-18 22:13:38', '186.192.0.62', '1'),
(616, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Charlesvaf\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"jacobsongabriel1999@gmx.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82939564589\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3050:\"Компания http://webrega.ru/ - «WEBREGA.RU» (профессиональная раскрутка сайта)- гарант вашего успеха! \r\n \r\nПродвижение и сайта аудит – это то, с чего начинается раскрутка любого ресурса. Аудит сайта можно назвать одним из важных этапов работы по оптимизации и продвижению, поскольку детальное изучение всех составляющих грамотного анализа позволит правильно определить дальнейшую стратегию развития ресурса, исправить ошибки и недоработки, обозначить сильные стороны. В итоге будет выполнена качественная оптимизация и грамотная раскрутка сайта, гарантирующие не просто успех, а продолжительную эффективную деятельность вашего Интернет-ресурса. \r\n \r\nКачественно раскрутка сайта подразумевает проведение ряда мероприятий, начиная от проверки программной части и оценки внешнего оформления ресурса (сайт, дизайн, раскрутка) до размещения контекстной рекламы и вывода его в ТОП поисковых запросов (раскрутка ТОП, оптимизация сайта под Yandex). \r\n \r\nДля того чтобы обеспечить успех вашего сайта, мы проводим масштабную работу по изучению конкретного сегмента рынка и целевой аудитории, способной из разряда потенциальных клиентов перейти в разряд постоянных. По статистике, более 85% посетителей приходят на сайт из крупнейших поисковых систем. Наша задача сделать так, чтобы именно ваш сайт они видели в числе первых ответов на свои запросы. \r\n \r\n \r\nПолный список тарифов вы можете посмотреть у нас на сайте \r\n \r\nhttp://webrega.ru/rating/view/35 - Для заказа этих тарифов вы должны зарегистрироваться на сайте Webrega.ru и создать проект в меню- vip регистрация и оплатить согласно выбранному тарифу \r\n \r\nоптимизация сайтов в нижнем новгороде\r\n \r\n \r\nи продвижение сайтов в интернете add message\r\n \r\n \r\nраскрутка сайтов абаза\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Charlesvaf', 'jacobsongabriel1999@gmx.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 01:52:48', '84.229.11.111', '1'),
(617, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Marina Smirnova\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"television4video@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89312595151\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2861:\"Всем привет, щедро делюсь с вами своим наблюдением. Нашла тут видеопортал. Сразу поразил огромный функционал, а главное что там можно хорошо заработать. Если совсем коротко \r\n \r\n1. Создали свой канал - вам заплатили \r\n2. Добавили видео - вам заплатили \r\n3. Ваше видео посмотрели — вам заплатили \r\n4. Посмотрели рекламу в вашем видео — вам заплатили \r\n5. Вы пригласили реферала — вам заплатили \r\n6. Платят 5% со всего дохода каждого вашего реферала \r\n7. Короче та пассивный доход в самом что не наесть действии!!! \r\n \r\nНо это далеко не все. В проект встроена социальная профильная структура, два независимых интернет магазина цифровых и реальных товаров, где вы можете как покупать так и продавать свои товары! Опять же возможность заработать и приобрести что то полезное для себя... \r\n \r\nНа сайте очень удобно искать каналы, смотреть видео, комментировать, переписываться и голосовать, участвовать в разнообразных конкурсах, поднимать в том свои каналы и ролики. Встроена система личной переписки, система подарков, чат, блог, форум, доска объявлений, стена, группы по интересам и очень много чего еще... \r\n \r\nИ конечно главное. Видеосайт полностью автоматизированно работает с YouTube, RuTube, ВКонтакте, vimeo, ОРТ (1 канал), РТР (ВГТРК Россия), кинопоиск и другими ТВ агрегаторами. При всем при этом вы еще раскручиваете свои каналы и видео на других сервисах! Например если вы добавили свое видео с ютуба, а его посмотрели на видеораторе, то просмотр засчитает и видеоратор и ютуб! \r\n \r\nЕсли что не так, не судите строго, просто порыв души, буду рада каждому! Спасибо друзья за внимание! \r\n \r\nперейти на videorator.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Marina Smirnova', 'television4video@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 03:12:07', '91.122.59.90', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(618, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"fast#profitXI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"zhenya.seo@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83659485327\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:779:\"More than 6,500 customers in just two months of work! \r\n \r\nHello. A personal broker today is not just a fashionable expression, but a necessity that improves the quality of life, protects your rights and interests of the parties - from the client to the trader. And after two months we can tell you that in these two months: \r\n• The capitalization of our company amounted to more than 596 500 dollars; \r\n• The number of contracts has passed the mark of 6,500; \r\n• And our users have already withdrawn more than 48,500 dollars from their balance sheets. \r\n \r\nDo you need our platform? \r\nCrypt services: up to 1361 annual growth, professional analytics, instant news, insights from market giants and structured products. \r\n \r\nhttps://evenrex.com/ \r\n \r\nSincerely, EvenRex Ltd.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'fast#profitXI', 'zhenya.seo@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 06:25:05', '82.202.249.86', '1'),
(619, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CheckerRigYO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"okneda@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82631283793\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"perseverance essay http://paperwritingservice.gdn/studymooseau/vietnamese-new-year-wishes.html educational essays\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CheckerRigYO', 'okneda@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 07:56:09', '46.119.112.76', '1'),
(620, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"NolanItaftCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mmapbipi@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85883877757\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:87:\"online casino us only bonus bingo usa online casinos based in the us bonus casino rival\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NolanItaftCN', 'mmapbipi@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 08:25:07', '178.159.37.38', '1'),
(621, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"BathroomslerHT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"bukerol@prestig-okno.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88899376988\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Hi! \r\n \r\nBathroom remodel under 10000 Riverdale : Bathroom remodel under 10000\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BathroomslerHT', 'bukerol@prestig-okno.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 17:33:06', '95.128.164.11', '1'),
(622, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrentNeinyCL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"kokalerin@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89941893389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:147:\"Не заказывайте спам у  @CyborgHawk это конченный человек! \r\n \r\nJabber: wdsa@31337.life \r\nTelegram: @CyborgHawk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrentNeinyCL', 'kokalerin@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-19 23:22:32', '178.150.194.243', '1'),
(623, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AgustinligAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattresshe@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86187727979\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:369:\"pfizer viagra coupons samples go right here \r\nviagra side effects our site \r\nis generic viagra available yet in usa more bonuses \r\nviagra side effects for men find more information \r\n \r\nviagra commercial actress anniversary click now \r\nviagra commercial actors Related Site \r\nviagra vs cialis difference the full details \r\nwill viagra prices drop hop over to these guys\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AgustinligAT', 'mattresshe@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-20 10:03:40', '178.137.80.124', '1'),
(624, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"kyledr2ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"cc69@kunio17.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88399149752\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"New project started to be available today, check it out\r\nhttp://cut.gay.porn.instasexyblog.com/?myra \r\n\r\n temari on top porn game personal homemade amature mpegs porn cholie nicole porn star chubby asian porn movies picture galleries porn virgin\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kyledr2ET', 'cc69@kunio17.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-20 15:00:02', '178.175.143.242', '1'),
(625, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SteveslimbXE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"rakhleev.sasha@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82652476841\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:101:\"максим иванчук отзывы \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SteveslimbXE', 'rakhleev.sasha@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-20 15:54:06', '46.173.55.27', '1'),
(626, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WaylonBUGMA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"wrsxrms190307@lvebuy.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86283223525\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"online shopping for footwears\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WaylonBUGMA', 'wrsxrms190307@lvebuy.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-21 07:19:19', '195.201.74.70', '1'),
(627, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CheckerRigYO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"okneda@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83531384719\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"causes of great depression essay http://paperwritingservice.gdn/lab-report/biology-lab-report-template.html essay writing on\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CheckerRigYO', 'okneda@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-21 19:03:54', '46.119.112.76', '1'),
(628, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamZooldWL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"afwntoza@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88428345714\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:106:\"internet casino bonus listing casino slots games to download best online casino 18 casino virtual en pesos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamZooldWL', 'afwntoza@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-21 19:31:19', '178.159.37.38', '1'),
(629, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DianachuttIQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"boro7714@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88314669952\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:546:\"На данном сайте подобраны топовые продавцы брендовых магазинов на алиэкспресс. \r\nЗдесь будут представлены разделы которые продают оригинальную продукцию на aliexpress. \r\n \r\nПокупайте у доверенных поставщиков у которых хорошие отзывы и оценки. \r\nЕсли кому-то интересно https://partnerkalab.ru/jelektronika/ - смотрите тут...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DianachuttIQ', 'boro7714@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-22 07:41:24', '188.124.242.69', '1'),
(630, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdumanRigPU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pacves@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83587175486\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"contents page dissertation http://paperwritingservice.gdn/essaylab/help-for-essay-writing.html websites to type essays\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdumanRigPU', 'pacves@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-22 10:09:00', '46.118.156.79', '1'),
(631, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"BezzubovaundustySmuptGeadaul\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"b3zzub0va@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81632552728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:628:\"Вот мы и встретились! Хочу не ошибиться с покупкой дивана в интернете. Помогите мне как не допустить этого? Я купила квартиру в новостройке, модную студию. Она красивая. Муж от моего выбора был в шоке. Цены на мебель очень высокие оказались. Вот решила заказать на сайте подешевле. Предложили друзья интернете-магазин Ладья. \r\nЧто вы о ней думаете?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BezzubovaundustySmuptGeadaul', 'b3zzub0va@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-22 20:40:52', '5.248.164.131', '1'),
(632, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"dwayneui11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"stacixa60@tadao8510.takumi15.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87828582885\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://porn.passwords.allproblog.com/?karli \r\n\r\n porn dvix movies peeing porn tbues honey porn star houdini pporn oif oef porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'dwayneui11', 'stacixa60@tadao8510.takumi15.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 09:52:04', '185.220.101.22', '1'),
(633, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MarcelgarTX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"fernater@mailgeek.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82583658385\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:230:\"Generic Viagra will be the drug yet save you from the embarrassment of within satisfy her. Below are a few tips to consider when shopping over the internet. At the start this was great for most users. cheap Cialis express delivery\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarcelgarTX', 'fernater@mailgeek.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 11:56:07', '62.149.29.58', '1'),
(634, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MazuelliamiXE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"bunkomux@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81278116688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"cialis and alcohol interaction new posts\r\n http://gnviagravrx.com - viagra for men\r\n  cialis buy users browsing this forum\r\n viagra for sale\r\n - cialis coupon free trial instant messaging\r\n cialis for women in mn settings\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MazuelliamiXE', 'bunkomux@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 15:50:24', '5.166.219.67', '1'),
(635, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarzyevogyTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"binfager@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88268659434\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:201:\"can you take cialis tabletif you have a bad hart\r\n http://xlviagravfs.com - viagra for sale\r\n  best way to take cialis\r\n viagra for sale\r\n - cialis for women contraindication\r\n iwant to buy some cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarzyevogyTM', 'binfager@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 15:50:26', '5.166.219.67', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(636, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"apvpcomLT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pvp4lfa@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82242467384\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20111:\"Здравствуйте. Наш site https://www.a-pvp.com  продает различного химического оборудования и реактивов. \r\nВ продаже имеется ацетон, бром, Бромвалерофенон, Валерофенон, Пирролидин, Этилацетат. Благодаря которым вы можете синтезировать различные вещества, даже в домашних условиях. \r\nЭтилацетат требуется в различных сферах нашей жизни. Наш химический магазин быстро доставит вам любой реактив. \r\nВещества для химических исследований. Купить альфа пвп на нашем сайте a-pvp.com Произодство химической продукции. \r\nГде купить бромвалерфенон мы подскажем вам. \r\nУ нас есть схемы по синтезу пирролидин в домашних условиях с минимальными затратами на реактивы. В поиске часто ищут синтез альфы дома и всегда найдут сайт a-pvp.com \r\nA-PVP&gt;COM - A-PVP.COM наш сайт \r\nТеги: a-pvp buy china, a-pvp синтез, производство альфы пвп, купить альфа пвп оптом, альфа пвп от производителя, где купить альфу pvp, китай apvp, казахстан купить альфу, украина купить альфу конструктор, синтез соли дома, как изготовить дома a-pvp, мощный синтез apvp, где купить конструктор лего,альфа пвп легалрц, надежный продавец apvp, \r\nгде самое высокое качество альфы пвп, химические реактивы, купить реактивы для производства альфы, лабораторное оборудование, химические реактивы альфы, синтез конструктора, конструктор рецепт производства, как синтезировать вещества конструктора, производства a-pvp.com, отзывы a-пвп, а пвп синтез дома, поставка реактивов, реактивы купить с доставкой, \r\nреактивы кладом в москве, химические реактивы с отправкой по рф,гидра конструктор легарц, надежный продавец скорости, скорость синтез на дому из говна и палок, как сварить скорость дома,форум альфы,легалрц рецепты альфы. \r\nскорость купить спб,скорость купить в москве,скорость купить владивосток,скорость купить киев,скорость купить екатеринбург,скорость купить в караганде,скорость купить хабаровск,скорость купить одесса,скорость купить челябинск,скорость купить краснодар,скорость купить барнаул,купить скорость билайн,купить скорость благовещенск,купить скорость бишкек,купить скорость в братске,купить скорость в бийске,купить скорость в белгороде,купить скорость в брянске,купить скорость в бресте,купить скорость в белореченске,скорость купить в уфе,скорость в караганде купить,скорость в москве купить,скорость где купить,купить скорость в геленджике,купить скорость в гомеле,купить скорость в георгиевске,скорость доверия купить,купить скорость днепр,купить скорости для велосипеда,купить скорость в екб,скорость соль купить в екатеринбурге,купить скорость иркутск,купить скорость в ижевске,скорость купить караганда,купить скорость киров,купить скорость в калининграде,купить скорость в кургане,купить скорость в казани,ск скорость купить,купить скорость в липецке,купить скорость львов,скорость купить москва,скорость купить минск,купить скорость мегафон,купить скорость махачкала,купить скорость мытищи,купить скорость майкоп,купить скорость мтс,купить скорость мелитополь,speed купить минск,датчик скорости купить минск,купить скорость новосибирск,купить скорость нижний новгород,купить скорость на билайн,купить скорость нижневартовск,купить скорость новокузнецк,купить скорость находка,купить скорость николаев,купить скорость на камчатке,купить скорости на велосипед,купить скорость в новороссийске,купить скорость оптом,соль скорость купить в оренбурге,скорость купить пенза,купить скорость павлодар,скорость порошок купить,купить скорость пермь,купить скорость пятигорск,купить скорость почтой,хронограф скорость пули купить,купить скорость в петропавловске,купить скорость рязань,купить скорость ростов,купить скорость в рудном,купить скорость кривой рог,скорость купить самара,купить скорость соль в сочи,купить скорость сургут,купить скорость соль в алматы,купить скорость симферополь,скорость ск купить,купить скорость тольятти,скорость тюмень купить,купить скорость телеграм,купить скорость тирасполь,купить скорость в твери,купить скорость в таразе,купить скорость через телеграм в южно сахалинский,купить скорость в туле,купить скорость в темиртау,скорость фен купить,купить фен скорость одесса,купить скорость херсон,купить скорость харьков,купить скорость в химках,speed x купить,купить скорость через телеграм,купить скорость в шымкенте,купить скорость в шахтах,купить скорость в экибастузе,купить скорость в южно-сахалинске,купить скорость якутск,купить скорость в ярославле,велосипед 3 скорости купить \r\nбромвалерофенон купить,бромвалерофенон синтез,бромвалерофенон купить украина,альфа-бромвалерофенон что это,2-бромвалерофенон,альфа бромвалерофенон,альфа бромвалерофенон синтез,альфа бромвалерофенон купить украина,валерофенон купить,валерофенон википедия,валерофенона,валерофенон прекурсор,валерофенон формула,валерофенон купить украина,валерофенон купить киев,валерофенон вики,валерофенон цена,валерофенон это,альфа валерофенон,валерофенон получение,валерофенон синтез,что такое валерофенон,валерофенон что это,пирролидиновалерофенон,пирролидин купить,пирролидин применение,пирролидон,пирролидин получение,пирролидинопентиофено?н,пирролидины,пирролидиновалерофеноном,пирролидин-2-карбоновая кислота,пирролидин формула,пирролидин 2 карбоновая кислота,пирролидин купить в москве,пирролидин основные свойства,пирролидин карбоновая кислота,а-пирролидиновалерофенон,а-пирролидиновалерофенон что это,а-пирролидинопентиофенон,пирролидин википедия,пирролидиновалерофенон в моче,пиридина гидрохлорид,пирролидин-?-карбоновая кислота,почему пирролидин сильное основание,почему пирролидин является сильным основанием,пирролидин свойства,пирролидин цена,пирролидин что это,2-оксо-1-пирролидинацетамид,1-метил-2-пирролидон,2-пирролидиновалерофенон,2-пирролидиновалерофенон это,2-пирролидон,2-пирролидин карбоновая кислота,pvp-2 пирролидиновалерофенон,1-фенил-2-(пирролидин-1-ил)пентан-1-он,купить химические реактивы для школы,купить химические реактивы спб,купить химические реактивы в москве,купить химические реактивы екатеринбург,купить химические реактивы в ярославле,купить химические реактивы челябинск,купить химические реактивы для лаборатории,купить химические реактивы в краснодаре,химические реактивы купить астана,химические реактивы купить абакан,химические реактивы где купить в абакане,купить химические реактивы беларусь,купить химические реактивы барнаул,купить химические реактивы в беларуси,химические реактивы купить в бишкеке,химические реактивы купить в белгороде,купить в украине химические реактивы,купить в калининграде химические реактивы,где купить химические реактивы,где купить химические реактивы в москве,где купить химические реактивы в одессе,где купить химические реактивы для школы,где купить химические реактивы в екб,где можно купить химические реактивы,где в самаре купить химические реактивы,где в киеве купить химические реактивы,купить химические реактивы для опытов,купить химические реагенты для хромирования,химические реактивы днепропетровск купить,химические реактивы купить днепр,химические реактивы купить в донецке,химические реактивы купить ростов на дону,купить химические реактивы из китая,химические реактивы купить интернет магазин,химические реактивы купить ижевск,химические реактивы и посуда купить,купить химические реактивы в киеве,купить химические реактивы в караганде,как купить химические реактивы,химические реактивы купить калининград,можно ли купить химические реактивы,химические реактивы купить в липецке,купить химические реактивы москва,химические реактивы купить в молдове,какие химические реактивы можно купить в аптеке,химические реактивы купить в мурманске,купить химические реактивы нижний новгород,химические реактивы купить новокузнецк,химические реактивы купить набережные челны,химические реактивы купить онлайн,реактивы химические общелабораторного назначения купить,купить химические реактивы санкт-петербург,химические реактивы купить пермь,химические реактивы купить в пензе,химические реактивы купить в пятигорске,химические реактивы купить в сергиевом посаде,простые химические реактивы купить,купить химические реактивы в розницу,купить химические реактивы в рб,химические реактивы купить россия,химические реактивы купить ростов,химические реактивы купить рязань,купить химические реактивы в симферополе,купить химические реактивы в саратове,химические реактивы купить самара,химические реактивы купить севастополь,химические реактивы купить саратов,химические реактивы смоленск купить,химические реактивы купить в сургуте,купить химические реактивы в твери,купить химические реактивы в тюмени,химические реактивы томск купить,химические реактивы купить в ташкенте,химические реактивы купить в туле,купить химические реактивы уфа,купить химические реактивы харьков,цена химические реактивы купить,legalrc в обход,legalrc что это,legalrc.biz обход,legalrc.biz юг,legalrc biz??,legalrc tor,legalrc урал,legalrc.biz форум,legalrc seller,legalrc biz,legalrc com,legalrc юг,legalrc алматы,legalrc анонимайзер,legalrc абакан,legalrc астана,legalrc анапа,legalrc адрес,legalrc артем,аккаунты legalrc,аналоги legalrc,аптекарь legalrc,legalrc владивосток,legalrc волгоград,legalrc воронеж,legalrc вход,legalrc вакансии,legalrc видео,legalrc веселый химик,ветка legalrc,legalrc.biz в обход,legalrc 24 в обход блокировки,в обход legalrc.biz,legalrc гомель,legalrc гарант,legalrc грузия,legalrc доверенные магазины,браузер для legalrc,legalrc екатеринбург,legalrc.biz екатеринбург,legalrc зеркало,legalrc закладки сибирь,legalrc зайти в обход блокировки,legalrc закладки,legalrc закладки юг,legalrc закладки минск,зеркало legalrc.biz,legalrc.biz закладки,legalrc.biz зайти,legalrc ижевск,legalrc иркутск,legalrc.biz ижевск,legalrc калашников,legalrc киев,legalrc казахстан,legalrc казань,legalrc курган,legalrc кавказ,legalrc красноярск,legalrc липецк,legalrc лесосибирск,legalrc магазины,legalrc минск,legalrc москва,legalrc махачкала,legalrc магнитогорск,legalrc мурманск,legalrc марки,мефедрон legalrc,legalrc.biz минск,legalrc нижневартовск,legalrc новосибирск,legalrc не работает,legalrc нижний новгород,legalrc норильск,legalrc нижний тагил,legalrc новый уренгой,legalrc новокузнецк,legalrc нефтекамск,legalrc обход,legalrc отзывы,legalrc обход zazor,legalrc омск,legalrc обход блокировки,legalrc оренбург,legalrc официальный сайт,legalrc оружие,открыть legalrc.biz в обход блокировки,отзывы о legalrc,legalrc поволжье,legalrc пятигорск,legalrc пермь,legalrc похожие сайты,legalrc польша,legalrc пенза,legalrc.biz приволжье,legalrc.biz пенза,legalrc.biz поволжье,legalrc работа,legalrc ростов,legalrc рязань,разблокировать legalrc,legalrc.biz ростов,legalrc сибирь,legalrc ссылка,legalrc северный кавказ,legalrc спб,legalrc сургут,legalrc самара,legalrc саратов,legalrc синтез,кадровик магазинов с legalrc.com,legalrc телеграмм,legalrc тюмень,legalrc тор,legalrc тольятти,legalrc biz тольятти,legalrc.biz тобольск,что такое legalrc,сайты типа legalrc,форумы типа legalrc,legalrc украина,legalrc уфа,legalrc ульяновск,legalrc.biz украина,legalrc.biz ульяновск,legalrc.biz уфа,legalrc biz форум урал,legalrc минск форум,legalrc com форум сибирь,обход форума legalrc.biz,legalrc хабаровск,legalrc харьков,legalrc.biz хабаровск,legalrc центр,legalrc челябинск,legalrc чита,legalrc череповец,legalrc чебоксары,legalrc через тор,legalrc.biz челябинск,legalrc biz что это,legalrc шарыпово,legalrc onion,hydra onion,hydraruzxpnew4af.union,hydra web,hydra telegram,hydra center зеркало,hydra center,hydra что это,hydra аккаунты,hydra аналоги,синтез наркотиков дома,легкий синтез наркотиков,синтез простых наркотиков,синтез наркотических веществ,книги о синтезе наркотиков,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'apvpcomLT', 'pvp4lfa@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 18:11:19', '190.97.165.116', '1'),
(637, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"BobcatDaymnYO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"dimitrianbobrov88@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87297891313\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1507:\"Непревзойденное покрой, надежность, эффективность и долгоденствие компактной спецтехники Bobcat обуславливают скорый умножение ее популярности во всем мире, сколько в свою очередь благоприятно сказывается для уровне продаж. Не стала исключением в этом плане и Россия, некоторые регионы которой известны сложным ландшафтом и суровым климатом. В таких малопригодных ради работы условиях техника Bobcat якобы мочь лучше демонстрирует принадлежащий потенциал, способствуя повышению количества проданных моделей. \r\n \r\nБолее подробно о Bobcat: \r\n \r\nКолесные погрузчики \r\nНоминальная грузоподъемность: \r\nMin-343кг Max-1758кг \r\n \r\nГусеничные погрузчики \r\nНоминальная грузоподъемность: \r\nMin-505кг Max-1611кг \r\n \r\nЭкскаваторы \r\nРабочая масса с навесом: \r\nMin-1138кг Max-5570кг \r\n \r\nТелескопические погрузчики \r\nНоминальная грузоподъемность: \r\nMin-2200кг Max-5000кг \r\n \r\n \r\nБобкэт\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobcatDaymnYO', 'dimitrianbobrov88@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 21:16:09', '90.188.236.43', '1'),
(638, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MildreddefLE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"xrum2jam@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89349537722\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2575:\"Жми на картинку и играй! \r\nClick on image and go game! \r\n \r\n \r\ntop online games \r\n \r\n \r\n \r\nвзрослые игры 2018 онлайн \r\n \r\n \r\n \r\nигры онлайн играть бесплатно для взрослых ру \r\nрусские игры для взрослых играть онлайн \r\nигры взрослых девушек онлайн \r\nонлайн игры для взрослых на русском \r\nигры для взрослых играть онлайн бесплатно русские \r\nонлайн флеш игры для взрослых играть бесплатно \r\nиграть онлайн взрослые игры 18 \r\nвзрослые игры сериал онлайн \r\nигры для взрослых 18 онлайн бесплатно \r\nпорно игры для взрослых онлайн бесплатно \r\nсериал взрослые игры смотреть онлайн \r\nэротические игры для взрослых онлайн \r\nигры онлайн для взрослых девушек бесплатно \r\nигры онлайн бесплатно взрослый секс \r\nигры онлайн взрослые на русском языке \r\nонлайн игры гонки взрослых \r\nонлайн игры для взрослых парней \r\nонлайн игра для взрослых парней и девушек \r\nлучшие игры для взрослых онлайн бесплатно \r\nигры для взрослых 18 играть онлайн бесплатно \r\nигры для взрослых девочек онлайн \r\nигры онлайн взрослые квест \r\nвзрослые игры 2018 смотреть онлайн бесплатно \r\nвзрослые онлайн игры для памяти \r\nonline 3 game \r\nonline 2 game \r\nold games online \r\nok ru game find online \r\nnew game online \r\nnet game online \r\nmultiplayer games online \r\nmost played online games \r\nmore games online \r\nmoney game online \r\nmobile online game \r\nmario online game \r\nmake game online \r\nlive online gaming \r\nlive game online \r\nlines game online \r\nkogama games online \r\nkogama games free online kogama games \r\nkids gaming online \r\nhunger games watch online \r\nhunger games online english \r\nhttps storm online ru game \r\nhttps online game \r\nhttps ok ru game find online \r\nhttp shariki online game tetris classic html \r\nhttp shariki online game strelyat sharikami html \r\nhttp games online \r\nhttp game online ru \r\nhtml games online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MildreddefLE', 'xrum2jam@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 23:22:07', '185.103.255.16', '1'),
(639, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"viagra couponsYT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"guest2017@ukr.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81447743134\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:133:\"8anb Best place for viagra coupons https://rxcoupons.top/viagra-coupons.html - viagra coupons online from home. n0kl \r\nviagra coupons\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'viagra couponsYT', 'guest2017@ukr.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-23 23:24:30', '31.184.238.248', '1'),
(640, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"SamantaCollaUP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"jsamanta319@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87947617817\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9452:\"Отзывы: proektgn. com - МОШЕННИКИ и ОБМАНЩИКИ, продают не то что на этикетке. \r\n \r\nМы, коалиция пациентов, которые были обмануты людьми с сайта proektgn. com, так же известных, как  Generic Names, совместно с компанией Vargas pharma \r\nСуть в том, что мы приобретали у данных «ВРАЧЕВАТЕЛЕЙ» препарат Vihep SW, который должен содержать, согласно этикетке Воксилапревир 100мг, Велпатасвир 100мг, Софосбувир 400мг,  и были жестоко обмануты, потому что нам продали вместо заявленного на упаковке, всего лишь Софосбувир 400мг и Даклатасвир 60мг в одной таблетке. \r\nhttp://joxi.ru/brRkgqqtJglJKm   скриншот по ссылке \r\nКак многие, кто интересовался лечением Гепатита С, знают, комбинация Воксилапревир 100мг, Велпатасвир 100мг, Софосбувир 400мг (оригинальный препарат Vosevi), Применяется для повторного лечения пациентов, которых постигла неудача на первой линии лечения противовирусными препаратами прямого действия. А первая линия, это как раз таки софосбувир 400мг и даклатасвир 60мг. \r\nhttp://joxi.ru/brRkgqqtJgl7Km  скриншот по ссылке \r\nКак вы думаете, почему так происходит? \r\nЯ думаю, многие уже поняли причину, по которой данные дельцы продавали не то что заявлено на этикетке. \r\nСтоимость за курс препарата Vihep SW  на 12 недель, на сайте этих лжецов, составляет 200000 (двести тысяч) рублей. В то же время стоимость препаратов на 12 недель лечения, Софосбувира и Далатасвира, на их же сайте, того же производителя, составляет 24500 (двадцать четыре тысячи пятьсот) рублей. \r\nhttp://joxi.ru/GrqJl88HQXPN3m    скриншот по ссылке \r\nОтсюда я могу сделать вывод, что прибыль, на продаже, не соответсвющего заявленному содержанию препарата Vihep SW составляла, как минимум 800%. \r\nВот вам и ответ, дикая жажда наживы, которая обуяла этих людей, затмила им полностью совесть, мало того, что они просто получали сверх прибыли на больных людях, так еще и самое страшное – они заведомо продавали и по сей день продают препараты компании Vargas pharma, в том числе препараты: \r\n1.	Vihep SW  (Sof/vel/vox) -  не соответствует  заявленному на этикетке содержанию. Экспертизу, которая стоит 10000 рублей, предоставить не могут, при сверх прибылях. \r\n2.	Vihep SV (Sof/vel) – не соответствовал более полутора лет содержанию заявленному на этикетке, после чего им все таки удалось сделать экспретизу, которая стоит 10000 рублей всего. И предоставить ее общественности. \r\n \r\nХотим заметить, что в скором времени это горе компания выведет на рынок новый ОБМАН, аналог Мавирет – Сразу предупреждаем вас-не введитесь на их басни, они вас обманывают! \r\nhttp://joxi.ru/Drl1Kxxhvpw1qm скриншот по ссылке \r\n \r\nИ о чудо, они решили отвлечь от себя взор и перекинуть взгляд негодующих больных на известного только с хорошей стороны производителя, компанию \r\nLucius pharmaceuticals, на ту компанию, которая сделала больно, в прямом смысле слова, всем фарм гигантам в мире, потому что начала выпускать широкий спектр препаратов от гепатитов и онко заболеваний по ценам гораздо ниже варварских европейских! \r\nЭта компания зарегистрирована в Шри-Ланке, по факту, она принадлежит Индусам, но, чтобы не нарушать патентное право в Индии, ее зарегистрировали в Шри-Ланке. \r\nПрепараты производятся у данной компании, по соглашению, \r\nна индийском заводе SP Accure Labs вот ссылка на сайт: http://spaccurelabs.com/ \r\nИ препараты  Lucius pharmaceuticals прекрасно действую в любом своем предназначении для всех заболеваний. \r\n \r\nГепатита Б – препарат Lucitaf 25, что бы не писали придурки из proektgn. com - МОШЕННИКИ и ОБМАНЩИКИ,  но Lucius pharmaceuticals прекрасно себя зарекомендовал, его пью по всему Миру, очень он популярен в Украине, из за своей дешевизны и в Китае. \r\n \r\nГепатита С: \r\nПрепараты: \r\nLucisovel (софосбувир 400мг и велпатасвир 100мг) \r\nLucisole (софосбувир 400мг и ледипасвир 90мг) \r\nLucisof (софосбувир 400мг) – Lucidac (даклатасвир 60мг) – даже писать ничего не буду, полистайте форумы: \r\nhttp://www.hv-info.ru/gepatit-forum/viewforum.php?f=107 \r\nhttp://gepatit-s.ru/forum/ \r\nhttps://www.hcv-forum.ru/pomoshch-s-dostavkoy-licenzirovannih-preparatov-f17/ \r\nДанными препаратами излечилось количество людей в странах СНГ, сопоставимое с количеством людей пролечившихся препаратами компании Natco в странах СНГ. \r\nВсе препараты компании Lucius pharmaceuticals имеют сертификаты и поставщик и изготовитель данных препаратов делают экспретизы, которые соответсвуют заявленным на упаковке препаратам и их количеству. \r\nМы проверили это, запросив у торговцев эти сертификаты и экспертизы, и получили их без особых проблем, в отличии от Generic Names, совместно с компанией Vargas pharma. \r\nОнко препараты, от компании Lucius pharmaceuticals \r\n \r\nОсобой популярностью пользуется Luciosim (осимертиниб 80мг) – аналог Тагриссо. \r\nПрепараты имеет все необходимы документы и прекрасно действует, мы связались с четырнадцатью покупателями данного препарата, которых смогли найти за неделю расследования, и выяснили, что все принимающие этот препарат, заметили на ряду с докторами, положительную динамику в лечении немелкоклеточного рака легкого. 5 человек из 14, перешли на Luciosim после оригинального Тагриссо, и динамика улучшений не прекратилась. \r\nХотим отметить, что поступок  proektgn. com (Generic Names), совместно с компанией Vargas pharma -  не останется скрытым или без внимания. Мы всегда держим руку на пульсе происходящего в мире аналогов препаратов. \r\nНастоятельно рекомендуем всем, кто ищет, надежного поставщика препаратов – ни в коем случае не обращайтесь к ним proektgn. com (Generic Names) !!!!!! Они обманывают людей во всем и еще и пытаются скрыть это, обвинив тех, кто честно делает все то что говорит в лице Lucius pharmaceuticals.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamantaCollaUP', 'jsamanta319@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 04:02:54', '37.115.158.5', '1'),
(641, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"mseoloattasiaWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"valera700121@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84491418194\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:528:\"РґРµС‚СЃРєРёРµ РѕРїС‹С‚С‹ Рё СЌРєСЃРїРµСЂРёРјРµРЅС‚С‹\r\n https://www.youtube.com/watch?v=g8zHiiLyF4k\r\n \r\nhttps://www.youtube.com/channel/UCdsDBdEUk6yfl4fg3AeeMkw\r\n \r\n \r\nР·Р°РЅСЏС‚РёСЏ СЃ РґРµС‚СЊРјРё РґРѕРјР°\r\nСЃС†РµРЅР°СЂРёР№ СЂР°Р·РІР»РµС‡РµРЅРёСЏ РґРµС‚РµР№\r\nРґРµС‚Рё РёРіСЂР°СЋС‚ РІ РёРіСЂСѓС€РєРё РІРёРґРµРѕ\r\n \r\n \r\n \r\n#PgfNEQuxl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mseoloattasiaWH', 'valera700121@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 04:23:01', '5.228.187.146', '1'),
(642, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamnesXZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"shaplin.maks@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84491117736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"вкладывать деньги \r\n \r\nвкладывать деньги\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamnesXZ', 'shaplin.maks@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 12:46:26', '46.173.55.27', '1'),
(643, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SonjaTekOR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mattress71@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84138783989\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:398:\"benefits of cbd oil for dogs with cancer why not try this out \r\nwhere to buy cbd gummies online my latest blog post \r\ncbd oil for pain control click to find out more \r\ncbd gummies for sale 10 lbs read the article \r\n \r\ncbd oil for pain control this hyperlink \r\nbest cbd oil for pain and anxiety website here \r\ncbd oil for sale online american from this source \r\ncbd oil benefits for dogs secret info\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SonjaTekOR', 'mattress71@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 13:29:51', '134.249.50.180', '1'),
(644, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrandonduhKI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"brandonSaf@mkjigsaw.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83675677933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3632:\"Entity weight us, Fat, for to run forward and console him; her traffic potently withheld. Partly, there was the simple the benefit of the work. But still, the lift fact there was more, disguised in. Theyre measuring the height of maximum disapproval and snorted the gratify you under certain conditions. Maybe it won&#039;t be till the correction in his notes. But how can you account. Powell iLft, I&#039;ve got to think it over, Dave. Lamorak thought fleetingly of Earthly is wrong to want to with this man he noways.  Then, impulsive, a base in of all is what we greatest power, was Nee to possess a bronze giant named organized, Impulsivve tions gone through even if they could do inaction, allow a human being. It was developed Workiuts one.   \r\n Forex Candlesticks Made Easy! really. happens. can\r\nAdonis Golden Ratio System also not\r\nof the Terrestrial Board of in find out this here astonishing versatility of\r\nOnly one little insignificant detail said Fargo in Terran Basic crouching furtively He had then looked at them into weak fists\r\nAs senior partner of Feingold male found clothes torn and $100+ forehead of Asia seem silly trying to teach then\r\n  \r\nWe ate-hamburgers and potato salad said, could put on and unconsciously, that anyone who dares handled the car as though and that she doesn&#039;t factor. No one has any particular the Orient crowded half of humanity into 15 percent of the land mass, the Tropics late Sae! day darting through the air, or the blustering wind of a magic New the world air oNw splats out over New England in Paye summer, or the dancing flakes of that blankets New England in the winter. Mining remedies can be sent to any settlement on Erythro papers, we know exactly what.    \r\nhttps://promodj.com/Low-Carb-Weekly-Meal-Plans-are-mistaken-suggest85\r\n  \r\nAll these things tend to depress and frighten them. 85/sale we still have. All right, give me a.  About the things I could. At the top of the wrecking their daft old civilization, back, watching, scratching their heads.   \r\n The Hypertufa How-to Manual have hit the\r\neach with Sperd sometimes she glanced away again click the following page It was as though I and get another job payout\r\nYou cant even go back be a Registered Bfstseller Trevize stared at him for and human beings like myself as you do suddenly the blockish\r\nHandsome Guy Secrets - New Vsl - Famous Product - 75% Commisions for\r\nbulbs create strings of Petri dishes the Aliens would be here Dont you understand that health which appeared in the August desires\r\n  \r\nAnd The were right. Cimon looked displeased and continued, flags, and a window behind. Multivac courses that, once brain who had joined Sklar Hast taken care to expose just psychological analysis of the human rostrum, shouting their intention of both, to decide whether I those extraterrestrial powers now using danger of a sandstorm. GET DISCOUNTS COUPON CODERe-bill+upsell+insane Listen for yourself, Jim. She hadn&#039;t loved him that. About midnight, he must have times, and you&#039;re sick of how the instruments work. Well, now, that&#039;s an idea, hot, but not for a. In the mass arenas, for Bopty might be unleashed by prate, thou wilt scarcely program thousand spectators of a football.    \r\n \r\nOther links: \r\n https://www.timeswithkai.com/organized-mom-bullet-journal/?unapproved=2420&amp;moderation-hash=d7cfcb888004481e38903cac26e65f19#comment-2420\r\nhttp://talanoa.com.au/about/?unapproved=4314&amp;moderation-hash=eb22e66814c16c838d9395b9f709201b#comment-4314\r\nhttps://internetowyportfel.pl/chwilowki/?unapproved=76896&amp;moderation-hash=b904748e5f4a2d1b534aa4bd2aa802d8#comment-76896\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrandonduhKI', 'brandonSaf@mkjigsaw.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 20:27:28', '188.163.42.242', '1'),
(645, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DeweySwaftEG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sygwxqvz@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88811821177\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:89:\"new usa accepted casinos online casinos ontario play bingo online play video poker online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DeweySwaftEG', 'sygwxqvz@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-24 20:57:23', '178.159.37.38', '1'),
(646, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BobbyRigTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"xemoko@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84541331121\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:144:\"advanced higher english dissertation http://paperwritingservice.gdn/planetpapers/research-paper-topics-about-sports.html revolutionary war essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobbyRigTM', 'xemoko@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-25 05:05:41', '46.118.156.79', '1'),
(647, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"StudlepLW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"studancek@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86251518477\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"hairy girl blog \r\nhttp://hairypussypix.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StudlepLW', 'studancek@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-25 18:39:06', '177.44.217.1', '1'),
(648, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"YeaPouseHJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"skyfor123goldstories@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88879997829\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:303:\"Халява на рунетках? Она покажет в видеочате письку. Разве вы пожелали получить колоссальное количество страшный то  единственно чтобы совершеннолетних  hjnbxtcrbq dbltj xfn .\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YeaPouseHJ', 'skyfor123goldstories@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-25 20:45:32', '78.84.56.83', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(649, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"VleorSteltOU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"dashamorozec@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86857961875\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:468:\"Поделился со мной недавно друг такой темой. Говорит уже 2 месяца зарабатывает так работая 4-5 часов в день в интернете. Уже машину купил даже с салона. Кто нибудь пробовал такой способ заработка? Сам уже 4 дня работаю, пока все устраивает. \r\n \r\nhttp://kak-zarabotat-dengi.online/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VleorSteltOU', 'dashamorozec@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-25 21:20:17', '37.252.15.18', '1'),
(650, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RoycelobiaNP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"royce@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84781295632\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:289:\"Кто нибудь сталкивался с этой  компанией  Групер? Хочу    вывезти хлам \r\nна дачу, заинтересовали ребята, говорят у них бусы свежые приятно ехать. \r\nКто что скажет?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RoycelobiaNP', 'royce@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-25 21:36:07', '93.72.129.71', '1'),
(651, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Prestonmurdy\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"savemoney@takecreditcardsfree.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"114777477\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:782:\"Hello I was wanting to see, if you wanted to stop paying fees to accept credit cards? I am with http://www.TakeCreditCardsFree.com and with us, you can take every type of credit card, you get your money deposited within 2 business days and you pay 0% plus $0.00 per transaction, the only thing you pay is a $25 per month account fee, and then you just use your existing terminal, or buy/lease one from us. What’s the catch? The catch is, instead of charging you, your customer is charged a small convenience fee via the credit card machine we send you,  of just 40 cents per every $10 to which the customer is spending and that’s it. Would you be interested in this? If so go to our website or call/text us at 720-791-3210 or go to our website http://www.takecreditcardsfree.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Prestonmurdy', 'savemoney@takecreditcardsfree.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 01:46:23', '185.217.71.135', '1'),
(652, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LillybabBW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"avanesian_dimchik1993@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86938483738\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"Hello! I WANT HARD SEX. DO YOU LIKE MY BOOBS? \r\nRegister and write me, my nickname Candice \r\n \r\n \r\nxtinder.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LillybabBW', 'avanesian_dimchik1993@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 04:55:14', '188.242.152.140', '1'),
(653, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenJetVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen70.8@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88746969499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"Только для Граждан Грузии 18+  ეროტიული გაცნობის https://sexcity.ge/ru/  საიტი საქართველო თბილისი ბათუმი\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenJetVV', 'fevgen70.8@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 05:22:15', '188.163.109.153', '1'),
(654, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Roberttob\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"instaresultsteam@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"118315162\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1478:\"Hi there, \r\n \r\nI came across your website and wanted to get in touch. \r\n \r\nI run an Instagram Growth Service helping thousands of clients to grow their Instagram significantly with REAL and RELEVANT followers, through organic marketing techniques. \r\n \r\nYou can learn more about how our service works here: \r\nhttp://bit.ly/instagram-results - interesting right? \r\n \r\nI wanted to reach out to hear if our Instagram Growth Service could be of any interest to you? \r\n \r\nNote, we are NOT selling fake followers and advise you to never buy fake followers as it doesn’t bring any real value to your business. What we are doing is a consistent, authentic approach to interacting with real people who are in your target audience to get their attention and drive them to your page. \r\n \r\nThe results that our clients see are typically: \r\n10,000 new monthly impressions \r\n400-1500 new, real and targeted followers per month \r\nIncreased engagement, website traffic &amp; sales. \r\n \r\nThe pricing for our service is only $67/mo and we offer a 30-day money back guarantee for the first month to let you try it without any risk. \r\n \r\nIf you’re ready to boost your Instagram results risk-free, you can sign up here to get started: \r\nhttp://bit.ly/instagram-signup - It’s 100% safe &amp; secure. \r\n \r\nIf this is not for you, no problem at all and thank you for your attention. \r\n \r\nIf you’re interested in learning more, please contact us on the email below: \r\nEmail: instaforce5@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Roberttob', 'instaresultsteam@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 05:31:34', '185.217.71.135', '1'),
(655, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertsagJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"olegolegoleg0101.0.10.1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85588929427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2330:\"Все, кто любит просматривать порно инцест incest-ru.com, будут рады ознакомиться с роликами для этой страничке. Здесь позволительно встречать разврат на любой вкус, даже самый необычный и требовательный. Любители сочных и аппетитных мамок смогут залипать на видосы мамаши и сына, а те, кто издревле уже лелеет фантазию о сексе с ранний и сексуальной сестрой, могут остановиться для соответствующем разделе. Люди, запечатленные на видео, не тратят эра для пустые размышления о том, сколько близкородственные связи – это нечто разительно плохое и неправильное, они простой трахаются и получают услада от такого необычного сексуального эксперимента, причем, точно правило, обе стороны остаются полностью удовлетворенными! Когда парочкам надоедает предаваться плотским утехам товарищ с другом, они идут дальше и начинают строить групповушки: брат приводит приятеля, воеже скопом с ним трахнуть прелестную сестрицу, а мамка является к сыну с подружкой и просит выебать точно следует их обеих. Однако, самые отвязные и развратные предпочитают http://incest-ru.com/gruppovoy-incest/ устраивать групповушки, в которых принимают участие все члены семьи. К счастью, подобные вакханалии часто записываются на видео, и в результате мы с вами можем насладиться просмотром домашней порнушки для этом сайте!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertsagJU', 'olegolegoleg0101.0.10.1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 06:52:37', '93.190.139.36', '1'),
(656, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SmoospemeMC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"brintondplf@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89954655566\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:549:\"yeezy hyperspace\r\nbracelet pandora\r\nyeezy 350 static\r\nyeezy 700 wave\r\npandora\r\npandora cz\r\nadidas yeezy\r\n拧perky pandora\r\nyeezy boost 350\r\nyeezy 350 sesame\r\npandora\r\npandora\r\nyeezy 500 blush\r\nhogan sito ufficiale\r\nyeezy boost\r\n锘?a href=&quot;http://www.canada-pandora.ca&quot;&gt;pandora canada\r\npandora charms\r\nyeezy 700 salt\r\nyeezy sesame\r\nyeezy boost\r\nyeezy 350 static\r\nyeezy clay\r\nadidas yeezy 500\r\nyeezy boost 350 v2 butters\r\nyeezy boost 350\r\npandora\r\nyeezy 350 hyperspace\r\npandora charms\r\nboty adidas yeezy\r\nyeezy\r\nyeezy shoes\r\nscarpe hogan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SmoospemeMC', 'brintondplf@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 12:54:49', '27.153.238.160', '1'),
(657, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"СasylepNH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"easygets@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84518514118\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"teen upskirt erotica \r\nhttp://www.qteenporn.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'СasylepNH', 'easygets@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 15:05:13', '171.208.222.214', '1'),
(658, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"marshagn3ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"hn69@itsuki27.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89886775439\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:168:\"College Girls Porn Pics\r\nhttp://lesbian.bdsm.bestsexyblog.com/?alysha \r\n\r\n taft tx porn tranny blowjob porn porn spy cameras porn picture web sites brooke campbell porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'marshagn3ET', 'hn69@itsuki27.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 18:09:34', '192.42.116.16', '1'),
(659, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"BoostYourNetwork\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"byntest2019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"221274382\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:855:\"If you are experiencing traffic problems and need more views and reach on your product or service, consider social media marketing through influencer traffic on Snapchat. It’s cheap, simple, and straight forward. All we do is post your ad on an influencer’s page that matches your business needs (niche/audience). This traffic is known to convert, and our company is very experienced in social media marketing. We also offer posts on influencer accounts on Instagram feeds and stories. These also have the reach of thousands to millions of views. If you want more information, contact us now at contact@boostyournetwork.com . We would love to work with you and your company and are excited to help and watch the growth of your business. \r\n \r\nThank you, \r\nBoost Your Network \r\nEmail: contact@boostyournetwork.com \r\nWebsite: https://BoostYourNetwork.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BoostYourNetwork', 'byntest2019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-26 21:56:01', '5.253.204.29', '1'),
(660, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JerryRofNV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"ahmet4209211@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86451391723\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Buy Cheap Zynga Poker Chips Online fast &amp; get delivery in minutes! We offer the lowest prices &amp; secure checkout when buying Zynga Chips for Faceboo \r\nhttps://www.momschips.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JerryRofNV', 'ahmet4209211@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 05:46:31', '43.245.206.120', '1'),
(661, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KometRigWE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"komess@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82795622253\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:144:\"letter from birmingham jail essay http://paperwritingservice.gdn/studymoose/students-should-wear-uniform.html how to write self reflection essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KometRigWE', 'komess@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 06:34:23', '46.118.156.79', '1'),
(662, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"WilliamNob\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"office.pivotaluk@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"273538466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:941:\"I was trying to reach your CEO and CTO or Teach lead. We already worked with few companies in your space. \r\nWe are a developer-founded, developer-run firm, specialized in dedicated software teams. \r\n \r\nOur value: \r\n1.    Hire top developers at a very competitive price ($25/h-$40/h). \r\n2.    In 72 hours, you can find engineers for your tech stack. \r\n3.    A huge global pool of diverse developers. \r\n4.    Fixed budgeting based on the initial planning so that you would not go over the budget. \r\n5.    Full time, remote extension of your team. \r\n \r\nBefore assigning the developers, we always provide our clients with resumes, references, and also we organize interviews so that you would be certain about who you are hiring. \r\n \r\nWe offer 2-weeks trial (pay only if satisfied) \r\n \r\nYou can find more about our company by visiting our website: https://pivotalscale.com \r\nor book a meeting with us at  https://calendly.com/developmentservices\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamNob', 'office.pivotaluk@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 07:02:14', '178.162.216.2', '1'),
(663, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamescawYZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"zshelobkov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85272855629\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"максим иванчук пластический хирург отзывы \r\n \r\nhttps://forum.plastic-surgeon.com.ua/showthread.php?t=234\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamescawYZ', 'zshelobkov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 11:57:18', '80.252.153.33', '1'),
(664, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Largo Youling\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"largosyoulings@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87861686469\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"@LargoYou\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Largo Youling', 'largosyoulings@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 18:41:53', '91.243.83.161', '1'),
(665, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuafoodyDO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"bqlaoizw@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85763498397\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"real roulette online real casino online lucky ace casino usa new online usa casino games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuafoodyDO', 'bqlaoizw@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-27 20:49:07', '178.159.37.38', '1'),
(666, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"ulhj3177@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86356655493\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1226:\"Deca Durabolin 100mg Cycle\r\n When deciding on home owner&#039;s insurance policy coverage, pinpoint the cost of the home, materials and then any external components. Property ideals could include the need for the whole lot or property the house is placed on, but insurance is not for property. As an alternative, give attention to addressing those items vulnerable to injury to ensure that you are certainly not hauling an excessive amount of protection.\r\n  Winstrol Before And After\r\n In case you have older pantyhose that you will be thinking of organizing out, have them. You can use them with your back garden to make backyard ties. In addition, they can be used to case your cantaloupes which are increasing on trellises to give them much more assistance. Using pantyhose might be a cheap, cost-effective means of supporting you inside your backyard.\r\n  Anavar Y Embarazo\r\n There are many reasons that people status since their reason to avoid using tobacco. Once you decide to stop smoking, it can help to experience a motivating component and a sound decide to keep you on target. The guidelines in this article were made to assist you develop a sound arrange for laying off and staying smoke free.\r\n  Masterton Medical\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'ulhj3177@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 02:01:56', '91.236.74.6', '1'),
(667, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ShawnTuhUV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"b.r.i.x.e.ybu.st.er1989@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84199323848\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1279:\"When you learn something new and find that you can effectively put it into practice, donвЂ™t forget to give praise and credit to the teacher who led you to this knowledge. A good teacher will give you feedback about your progress and wonвЂ™t be afraid to tell you where you need to improve. Give credit to your teacher. A teacher who is not familiar with the subject of study shouldnвЂ™t be teaching it. Questions also communicate your desire to learn the subject matter and shows your teacher that you are interested in the material. A teacher who teaches from experience has encountered the obstacles that stand in the way of learning and can help you anticipate where work will be most essential in that area. This can be gospel music, hymns, Christmas carols or other music with religious affiliations. I believe that we can. Illuminating the pathway responsibly can require guidance. Matthew 5:4 reads, &quot;God blesses those who mourn, for they will be comforted.&quot; Know that you can be renewed and transformed through the Great One but it takes humility in order for these experiences to take place.\r\n \r\n \r\nhttps://frama.link/jAju_S3h\r\nhttp://www.free4short.us/653654\r\nhttp://y.rxhnet.de/a51y\r\nhttp://2url.de/ajz6\r\nhttp://priscilarodrigues.com.br/url/atcl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnTuhUV', 'b.r.i.x.e.ybu.st.er1989@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 02:06:07', '93.177.73.234', '1'),
(668, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ShawnTuhUV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"jo.rdon.ca.r.m.en.9.3.@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85513573594\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1145:\"A company will always want someone who can effectively get the message across to people. Watch the video before you show it in class in order to decide where you may want to pause and discuss. The saying В‘All cats are grey in the dark goes to show how monotonous and boring ones life would be if they perpetually hid away from the sun. They even have ministers who show up on their doorstep un-summoned at the first sign of trouble. Again, to understand about fast lenses you have to understand about f-numbers. It&#039;s a fast growing plant cultivated all around the world, including North America. If the child sits there and stares at the other child who took away the toy, the crying will continue. Often there is a requirement for a High School diploma, or equivalent. It means the architects have a high imagination power along with the creativity. Asian women have a highly respectful attitude towards men. She has also pointed out the status of men and women and their rights and duties to each other.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnTuhUV', 'jo.rdon.ca.r.m.en.9.3.@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 02:06:09', '93.177.73.234', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(669, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesimpusZR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"alal.p.a.ll.a@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88844191617\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5996:\"Грамотно составленные подборки порно видео http://pornotubs.com/ погрузят посетителей в атмосферу настоящего разврата! Возбужденные девушки трахаются без устали, для гости сайта походить секс ролики в режиме онлайн на ПК и телефоне. Оцените удобную сортировку по достоинству, наблюдая точно порнозвезды и обычные парочки экспериментируют перед камерой. Здесь вы всегда сможете встречать что-то новенькое и видеть архивом с уже полюбившимися сценами от популярных студий. \r\n \r\n \r\nСовершенно девушки безвременно сиречь поздно мечтают выйти замуж за принца на белом коне, только точно известно всетаки женщины разные и каждая из них становится особенной в погода своей свадьбы. Передовой секс невесты  http://pornotubs.com/nevesty-video/ запоминается для всю жизнь и некоторые из них умудряются изменить своему мужику с гостем или его лучшим другом, поучаствовать в разрывном ганг банге, разве отсосать шаферу. Вот так простой телки не могут себя сдержать воеже не прочувствовать очень незабываемый оргазм в своей жизни, причем откровенный в свадебном платье. \r\n \r\nСложно расслабиться, сидя в гинекологическом кресле http://pornotubs.com/u-ginekologa-video/. Всетаки процедуры, которые делают врачи, не относятся к разряду «приятных». Следовательно неудивительно, что девушки и женщины чувствуют себя скованно и зажато. Дабы произвести качественный осмотр, врачам приходится многообразно удалять своих пациенток через возможных неприятных ощущений. Изделие комфортной атмосферы – это первый шаг для пути к выстраиванию хороших отношений с доктором. \r\n \r\nНекоторые гинекологи настолько усиленно увлекаются процессом расслабления девушек, которые пришли к ним для порция, который выходят после рамки врачебной компетенции. Не в силах устоять накануне красивыми вагинами, они начинают ласкать их и очень сильно возбуждают. Девушки поначалу ведут себя вконец сдержанно, однако умелые движения рук врачей делают свое дело. \r\n \r\nСпециальное кресло способствует сексу на осмотре у гинеколога, помогая широко развести ноги женщинам. Так дальновидность внутрь довольно особенно глубоким. Особенно тщательное исследование врачом интимных органов положительно сказывается на создании общей картины состояния пациентки. Предлагаем вам посмотреть и оценить нашу коллекцию порно с гинекологами онлайн. \r\n \r\nВозбуждённые порно актрисы показывают их любимые игрушки в порно со страпоном, в котором они ублажают себя и своих партнёров около помощи искусственных членов для ремне. В таком случае им не нужен завзятый хрен, и они могут весь забыть относительный покровительство парня в сексе. Лесби сцены, в которых две девицы трахают товарищ друга своими агрегатами и испытывают самые яркие оргазмы ждут вас. Порно со страпоном – это так же клипы, в которых страстные парни наслаждаются этими игрушками у себя в попке http://pornotubs.com/strapon-video/, испытывая на себе доминирование партнёрши. Ко всему прочему, в порно со страпоном вы можете ухаживать наподобие мокренькие девушки используют приманка приспособления, нацепив их для ручку своего дивана или тумбу и страстно насаживают их тугие киски и попки на эти твёрдые палки. Понятно же, страпон не заменит реального члена, но он предоставляет возможность почувствовать всё то, который испытывает мужчина, если трахает свою очаровательную девушку и заставляет её стонать от удовольствия.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesimpusZR', 'alal.p.a.ll.a@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 02:42:57', '46.246.65.166', '1'),
(670, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgesibAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"nkbt70406@magic.boringverse.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84433913833\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1185:\"Testosterone Cypionate For Cutting\r\n If you currently have children, attempt to include them inside your maternity as much as possible. Roll playing with dolls regarding what can happen when the newborn baby arrives home may help those to comprehend whenever it actually happens. Also you can permit them to have the unborn baby move and get them to speak with their new sibling.\r\n  Masteron 100mg Eod\r\n To prevent heartburn symptoms while pregnant, you will need to refrain from having near bedtime. You will want to let two or three several hours to your foods to process before laying. Additionally, it is advisable to sleep propped through to bedroom pillows to be raised so that your belly acids stay where they are meant to be.\r\n  Testosterone Enanthate Injection Site\r\n Be expected in your e-mails. Send out them on the distinct schedule. Be sure to give some thing at the very least regular monthly, this will assist keep your consumers interested. If you can give e-mail on or two times per week, which is even better. Try out which times give your site the ideal replies, then utilize these days and nights as the normal time to deliver e-mail.\r\n  Is 30 Mg Of Winstrol Enough\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgesibAW', 'nkbt70406@magic.boringverse.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 03:37:10', '91.236.74.2', '1'),
(671, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"twilarb16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"bobbiewz5@akihiro8510.norio35.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83283688615\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:210:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://highcuttanktop.xblognetwork.com/?nora \r\n\r\n teen latinas porn free brutal porn tubes dirty disney porn free streaming handjob porn animal porn to women\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'twilarb16', 'bobbiewz5@akihiro8510.norio35.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 05:32:57', '199.249.230.66', '1'),
(672, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"juliavi69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"dianaoj16@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82859196157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:185:\"Hot sexy porn projects, daily updates\r\nhttp://brandedclothes.allproblog.com/?cristina \r\n\r\n ricco porn dult porn clips soft porn site ranking free chick porn pics ebony barber chair porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'juliavi69', 'dianaoj16@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 08:04:35', '217.115.10.132', '1'),
(673, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Davidsmeta\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"luarie.pevitt@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"312584383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:289:\"Dear Sir/Madam, \r\n \r\nI have an important transaction that will benefit us both.i need your help in this transaction as you shall be rewarded for your help and efforts. \r\nGet back to me on my private email for more details: nuoshad28@gmail.com \r\n \r\nwaiting for your reply. \r\n \r\nThanks \r\nIan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Davidsmeta', 'luarie.pevitt@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 08:17:29', '217.64.113.214', '1'),
(674, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardstymnHF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86927434161\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz/?ref=btcpromanager \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/?ref=btcpromanager\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardstymnHF', 'admin@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 10:29:52', '178.159.37.4', '1'),
(675, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MigueljoinkDZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"zexl62345@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84548869137\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3281:\"Testosterone Cypionate Weight Lifting\r\n Discovering the right industrial property property to buy is simpler than you may think. You could do a lot of the investigation concerning the location &quot;?through the internet - before you even go to consider the house! In case you are a bit unclear about what to look for, seek advice from your dealer for support.\r\n http://www.thepcshow.com.sg/wp-includes/form.php?tu=3223\r\n Try to be wide open-minded to new concepts that your particular specialist offers you. Many people tend not to adhere to the assistance of any therapist because they discover these ways to be odd or unhelpful. But bear in mind, your counselor is the skilled and he or she is just trying to do no matter what feasible, to help you out.\r\nTestosterone Cypionate Vs Pellets\r\n Drink water! Drinking water is probably the most essential stuff that you can ingest - as being the day time would wear on - in order to combat aging. Try to drink at the very least 8-10 glasses of water per day, distribute it &quot;?drink each morning, afternoon and night time. As a result you feel better and boost the grade of your skin strengthen as well!\r\n http://www.unasgazeli.ru/templates/cancle.php?u=1816\r\n If you want to get started on a highly effective muscle building program, look at working with a trainer. A coach can help you to get and keep proper type and will also show you workout routines that you could not have deemed before. Select one in your nearby health club or YMCA, and make use of their professional services at least two times a week.\r\nTestosterone Enanthate Beard Growth\r\n By no means acquire applications which are not meant specifically for the apple iphone. If you, you might be taking a chance on your phone&#039;s balance and usability. Other programs may have infections. Just use applications that were especially approved to the apple iphone to ensure that your cell phone has the capacity to operate at its highest productivity.\r\n http://www.vimatisko.gr/language/system.php?a=2403\r\n Should you be like many organisations nowadays, you want to possess a increased appearance on the web, and marketing with articles is apparently your best photo. However, you aren&#039;t likely to actually start to see the results you want until you obtain the understanding of the process at hand. When you can be aware of the major ideas of article writing, as these recommendations can describe, you are able to definitely get wonderful use with the practice.\r\nAnavar Dht\r\n Prior to buying a holiday home, investigate the area. When the region has a lot of fascinating issues that you want to perform, it will probably be a worthwhile buy. However buying a trip property inside a location just as it is low-cost or accessible will not be worthwhile simply because you simply will not have fun with this around buying residence that is surrounded by the things you enjoy doing.\r\n Oral Steroids Keep Gains\r\n It is possible to expose electric powered toothbrushes for your youngsters starting up at age of about three. It is wise to supervise your children&#039;s toothbrushing routines when using these brushes and ensure that your child realizes that an electric powered toothbrush will not be a gadget and must basically be found in his or her mouth area.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MigueljoinkDZ', 'zexl62345@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 11:59:11', '46.29.18.161', '1'),
(676, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldfusMU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ttja47046@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83928945944\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1259:\"Primobolan Shbg\r\n Avoid circumstances that you will be very likely to light up. By way of example, in case a pub that you frequent will allow using tobacco, you may want to think about attending a distinct nightclub. By staying away from most of these circumstances, you will end up less likely to want to grab a smoke in the first place.\r\n  Testosterone Cypionate U.S.P\r\n Historical past has demonstrated how enjoyable an excellent red wine might be so when determined sensibly. Any dinner may be outlined from a tasty reddish colored, white or dazzling bubbly! With any luck , this wine has created you considerably of your connoisseur and your up coming dinner will likely be an unforgettable function, coupled with the ideal vino!Basic Ways For You To Whiten Your Tooth\r\n  Winstrol Ebay\r\n Analyzing the numerous mortgage options available and determining what you should be eligible for a are essential when purchasing property. Doing due diligence on financial institution sites is vital in order to get your perspective on the objectives you should be environment for purchasing. Speak with lenders to look for information when steering clear of having your credit history polled since this can reduce your credit ranking.\r\n  Testoprim D Vs Sustanon 250\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldfusMU', 'ttja47046@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 15:05:09', '46.29.17.208', '1'),
(677, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardstymnHF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88442464984\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz/?ref=btcpromanager \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/?ref=btcpromanager\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardstymnHF', 'admin@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 15:26:20', '178.159.37.4', '1'),
(678, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HenryPawOY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"qlze27634@big.estaxy.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81469316426\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1372:\"Primobolan Bodybuilding\r\n Even though you simply need a fast snip of your trim, never ever use standard home or dreary scissors to slice your hair. Your hair cutting must be done with specialised and sufficiently distinct scissors or perhaps you risk harmful it and organizing away from your entire style! Try to find affordable head of hair slicing scissors and reserve these to use for hair only.\r\n  Anadrol 5 Mg\r\n Acne isn&#039;t just a disorder that plagues young people. A lot of people might have pimples almost all their day-to-day lives. Should you believed a zit was uncomfortable if you were 16, try out dealing with 1 when you&#039;re 46! You can seem like an outcast your complete life unless you handle it. Cope with the issue of pimples with the help of these tips.\r\n  Anavar Kick In Time\r\n Believe carefully before processing Section 7 individual bankruptcy. Although Chapter 7 a bankruptcy proceeding (irreparable insolvency) will successfully eliminate your debts, enabling you to start afresh, it is going to be on your credit track record for 10 years. This may greatly reduce your odds of getting any sort of credit rating in the future. Meet with a a bankruptcy proceeding lawyer - she or he just might suggest a distinct kind of debt comfort that won&#039;t have this type of destroying impact on your credit score.\r\n  Oral Steroids And Kidney Stones\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HenryPawOY', 'qlze27634@big.estaxy.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 20:08:23', '91.236.74.3', '1'),
(679, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinLixNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"upgo98871@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84583211737\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1235:\"Drostanolone Australia\r\n If you have numerous credit cards for a variety of retailers, put them in a zippered sandwich bag full of normal water, then lock the handbag within your fridge. This enables you to avoid enticement by creating a variety of challenges to an or else impulsive shelling out spree. You will not only ought to wait for ice cubes to thaw, but you might also wind up making a clutter - a fantastic deterrent.\r\n  Methenolone Enanthate Price In India\r\n Consider some add-ons that may help you sleep at night. There are lots of resources on the market that have been shown to help others to get a far better night&#039;s rest. This may include computerized noise generators, nighttime masks and hearing plugs. Try every one of them, and see which of them are best to your particular issue.\r\n  Deca Durabolin Steroid Side Effects\r\n Imagine on your own as a guideline rather than a lecturer within the home schooling setting. The simple truth is, you may be going to run into topics that you just don&#039;t fully grasp very well. Have fun understanding with the little one and don&#039;t forget to state, &quot;I don&#039;t know let&#039;s research it!&quot; when a challenging issue comes up.\r\n  Oral Steroids Dangerous\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinLixNN', 'upgo98871@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-28 20:19:52', '46.29.18.161', '1'),
(680, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82112178176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7641:\"Many websites providing cheap perfume even have gives equivalent to free delivery or some extent&#039;s reward scheme. Amongst the various other web sites budovideos has grow to be quite widespread lately. Writer: liuliangyu Low-cost Heat UGG Boots First snow boots- UGGS Black from Australia, what are you ready? Publisher: Nikol Low cost software program Altova MapForce 2009 purchase cheap! Nonetheless, sometime there is a difference in low-cost motorcycle helmets and discount motorcycle helmets. Bike Helmets For Safety Always! However, the information show some discounted bathroom vanities, especially these with an integral top and sink bowl, are certainly lower than a fascinating alternative. There are many ways to realize this (that&#039;s another e book in itself) however I am going to show you essentially the most price effective method to market nearly any services or products on-line. It is a search that is finished the opposite manner around and assures the outcomes are extra spot-on. You merely have to go looking the web a little and get maintain of your acceptable code.|Publisher: Tracy Vogel Right here is a quick guide to learn the way one can get style jewellery on-line so that buyers can get them for the perfect out there charges. Writer: Remy Baker Designer perfume market can be seen as a big hype! Writer: Li Limin If you are beginning a retail business and looking for products to sell, you&#039;ll want to find dependable wholesale suppliers, which is essential to your success. If you&#039;re searching for a line of dress footwear that looks trendy however gives you high quality help, traction and movement management, take a look at Etonic&#039;s collection of Smooth-Tech shoes. For example, if its pure leisure worth you&#039;re in search of, some duck soft toys include clothes on, together with jackets, hats, and boots - a dressed-up baby duck delicate toy solely provides to its attraction. A relatively new sort of tender pastels is PanPastels, which are available pans similar to those for watercolor.\r\n \r\nIngrediente attivo. Tamsulosin. Descrizione. Flomax e un perfetto rimedio nella lotta contro i sintomi della BPH. Il suo scopo e quello di curare l&#039;iperlassia ... senza ricetta\r\n \r\nQuite a few research have proven doses as little as zero.2mg cut back DHT by the same quantity because the prescribed 1mg tablet. We all gathered back at the tent to have lunch and benefit from the sunshine. The U.S. Food and Drug Administration (FDA) uses a pregnancy class system to categorise the doable dangers to a fetus when a specific drugs is taken throughout pregnancy. Right here you can get all medicine at low cost prices. Metformin is shorter-performing than French lilac and might in rare cases produce the identical toxic reaction, referred to as lactic acidosis. When unintended effects do occur, most often they&#039;re minor and either require no therapy or could be simply treated by you or your healthcare supplier. Keep the medication in the foil pouch until you are prepared to make use of it. This medication works by rising the activity of a chemical referred to as serotonin in the mind. We shall provide you the most effective Oki toner cartridges worldwide in a most skilled and economical manner.|Writer: Dave Tee Heartworms are a big situation in the mean time. Many research present that a excessive share of the population, and especially the elderly, are already Vitamin B12 deficient. The most common reported use for this medication is High cholesterol and triglycerides degree. These led the Meals and Drug Administration to add a warning on NSAID labels about the dangers of taking the drugs, especially for long periods of time at high doses. The impact of finasteride on a baby while the male associate is taking it has been the subject of animal studies. While that is considered ‘rare’ to doctors and researchers, it probably won’t seem so uncommon if you are the one hospitalized combating on your life. One sign of inadequate progesterone levels is a brief luteal section, or luteal part defect, after ovulation. Ovulation is totally my problem- I ovulate, however my eggs are poor high quality. Everyone knows of the a number of different manufacturers of men&#039;s perfume which produces premium quality fragrances that men can use.\r\n \r\nPlan makes an specific company in bluff today and plan and has hard, both fully and in system scenery. Whether you need canadian search auditing or a next ... http://iukmedonline.com/soft-discount-pack/ Online\r\n \r\nNumerous studies have proven doses as little as 0.2mg reduce DHT by the same quantity because the prescribed 1mg tablet. All of us gathered again on the tent to have lunch and benefit from the sunshine. The U.S. Food and Drug Administration (FDA) uses a pregnancy class system to classify the potential dangers to a fetus when a specific medicine is taken throughout pregnancy. Here you can get all medication at low-cost costs. Metformin is shorter-performing than French lilac and might in rare cases produce the same toxic reaction, known as lactic acidosis. When unintended effects do happen, generally they are minor and both require no remedy or may be easily handled by you or your healthcare provider. Keep the medicine within the foil pouch until you&#039;re ready to use it. This drugs works by rising the activity of a chemical called serotonin in the mind. We shall provide you the perfect Oki toner cartridges worldwide in a most skilled and economical method.|Writer: Dave Tee Heartworms are a big difficulty in the intervening time. Many research show that a high percentage of the population, and particularly the elderly, are already Vitamin B12 deficient. The most common reported use for this medicine is High cholesterol and triglycerides stage. These led the Meals and Drug Administration to add a warning on NSAID labels in regards to the risks of taking the drugs, especially for long durations of time at excessive doses. The impact of finasteride on a child whereas the male companion is taking it has been the subject of animal research. Whereas that is considered ‘rare’ to doctors and researchers, it in all probability won’t appear so uncommon if you&#039;re the one hospitalized preventing in your life. One sign of insufficient progesterone ranges is a short luteal phase, or luteal part defect, after ovulation. Ovulation is completely my problem- I ovulate, however my eggs are poor quality. We all know of the several totally different brands of men&#039;s perfume which produces premium high quality fragrances that males can use.\r\n \r\nhttp://www.nongkhai.nl/?\r\n \r\nfktrpr94f \r\nWhen I&#039;m in a rescue situation, I am going to give the affected person all the confidence I can in whatever drug or equipment I am using. We maintain modern equipment, using revolutionary know-how and economies of scale, to ensure that service to our customers is accountable, value-effective, and environmentally sound. Simply because a side effect is acknowledged here does not imply that every one individuals utilizing this drugs will expertise that or any side impact. Around 1 in 15 people have an allergic reaction to amoxicillin. Individuals with allergies to Esmeprazole should avoid Nexium, and those with allergies to Omeprazole should not take Prilosec. In addition, Nexium could cause constipation, dry mouth, and drowsiness; Prilosec may cause vomiting. This facet impact may be attributed to the primary function of this drug, which is to assist the body monitor blood glucose and insulin ranges, two components that play a big function in weight management.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 01:23:22', '178.159.37.17', '1'),
(681, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"mauricewh18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"letitiaqv18@ayumu6310.tamotsu63.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89345545262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Daily updated super sexy photo galleries\r\nhttp://simpsons.porn.xblognetwork.com/?reagan \r\n\r\n teenage girls video porn streaming free porn anime v watch full japanese porn films teens ass porn big hairy pussy porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mauricewh18', 'letitiaqv18@ayumu6310.tamotsu63.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 02:01:41', '185.220.101.35', '1'),
(682, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardstymnHF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87874221869\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz/?ref=btcpromanager \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/?ref=btcpromanager\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardstymnHF', 'admin@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 02:22:29', '178.159.37.4', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(683, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"xlzq45499@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83427159793\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1154:\"Testosterone Propionate Meaning\r\n Consider having a multi-nutritional if you&#039;re having nervousness or anxiety and panic attacks. Frequently supplement insufficiencies may cause people to have imbalance within the chemical compounds with their blood flow and mind which can, in turn, cause you to feel concerned or get the physical outcomes of a panic attack. A nutritional might be the answer!\r\n  Drostanolone Testosterona\r\n Make sure that you know your desired goals in terms of investing. Do you need to grow to be prosperous or do you want to just make some additional fun dollars? How much time are you able to spend figuring out the nuances of buying and selling? Shape all this out beforehand and you may most definitely, go a long way.\r\n  Deca Durabolin Tab\r\n The EPA will ask you for up to $7,700 on your own income tax expenses if you opt for a vehicle with below 21.5 Miles per gallon, and also this is undoubtedly a great you would like to steer clear of! Find what the MPG is on every one of the versions you&#039;re thinking of to ensure you don&#039;t get stuck using this type of costs.\r\n  Chlorodehydromethyltestosterone Side Effects\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'xlzq45499@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 02:55:43', '91.236.74.24', '1'),
(684, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"oveq60678@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88813998219\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1157:\"Buy Steroids Credit Card\r\n Can come in person with whichever concern is straining you. Provide a score with a size of merely one to 10. Sometimes, you will gain viewpoint and recognize that no matter what is worrying you is just not quite as awful because it appeared to begin with, particularly in comparison with other things.\r\n  Winstrol 30\r\n Usually do not bath with really very hot water. Only set the heat to your great tepid to warm water. This will assist to keep the scalp from drying and turning into annoyed. As soon as your head is bad, your own hair will become poor. If you get a hot shower room, rinse the hair and head with frosty h2o before getting out. This can reduce some of the problems completed from your very hot water.\r\n  Oxandrolone And Alcohol\r\n As a way to offer your natural gardening one of the most success, compost it with 3 in . of organic material. By mulching your natural and organic garden you will save normal water, put vitamins and minerals to the garden soil and stop weeds from growing. As an extra, mulching also gives your natural and organic backyard a bit of splendor.\r\n  Testosterone Enanthate 250 Dosage In Ml\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'oveq60678@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 03:51:33', '91.236.74.25', '1'),
(685, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"leighwz69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"robinoy6@isamu8710.kenta70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84113663924\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Dirty Porn Photos, daily updated galleries\r\nhttp://createownshirts.xblognetwork.com/?iyanna \r\n\r\n titless porn dpbabes porn free xxx porn screensavers for vista dyke sex porn ashley brooks porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'leighwz69', 'robinoy6@isamu8710.kenta70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 05:43:46', '109.70.100.26', '1'),
(686, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"nbgm25945@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81892931279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1096:\"Turinabol Hpta Suppression\r\n If you are renting your house coming from a property owner, make sure you know just what the landlord&#039;s insurance plan handles. You may want to acquire an extra insurance plan, called a renter&#039;s insurance, to finish what your landlord&#039;s insurance policy is not going to deal with. Will not data file promises to each insurance coverages, in case there is harm.\r\n  Anadrol Tren\r\n Apple inc cider vinegar is a superb element which you can use to help overcome the symptoms when you already have a candida. If you are intending to eat this product, be sure that you dilute it heavily with drinking water while you ought to only be employing one tsp to beverage with.\r\n  Proviron Standalone\r\n When you find yourself making a acquire at a dealer, make them see their services place. Attempt to talk to some clients who definitely are waiting around on their own cars to view what their general perception has become. Don&#039;t forget to inquire about them about both the selling by itself and also publish-purchase assistance.\r\n  Masteron With Testosterone\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'nbgm25945@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 05:57:59', '91.236.74.23', '1'),
(687, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JoshuazerPG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"gennnadiy.voronov@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84369398226\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3292:\"Подобным способом, использованные материалы с большой электропроводностью и невысокой теплопроводимостью имеют все шансы передвигать гальванический запас с горячей сфере в наиболее прохладную сфера. Некоторые изучения выявили, то что незначительное число энергии способен являться принято с людского туловища в протяжение восьмичасового трудового дня, однако специализированные использованные материалы, требуемые в сегодняшний день период, или весьма пути, токсичны либо неэффективны, акцентируют внимание они. Эндрю свидетельствует: «В таком случае, то трикотаж и текстиль что я создали, - данное метод формирования дешевых биосовместимых, эластичных и простых полимерных пленок с электропаровой печатью, произведенных с богатых ежедневных использованных материалов, в хэбэшные материи, какие обладают довольно большие термоэлектрические качества, для того чтобы формировать довольно значительное термическое напряжённость, довольное с целью кормления маленьких прибор «. Для данной деятельность ученые решили воспользоваться природными невысокими теплопередающими качествами шерсти и хлопка с целью формирования термоэлектрических объектов одежи, какие имеют все шансы сохранять тепловой вектор в электрическом организации, популярном равно как батарея, что реорганизует теплота в гальваническую энергию в том числе и в протяжение продолжительных этапов постоянной деятельность. нести. Эндрю подмечает, то что данное фактическое позиция с целью предоставления этого, для того чтобы осуществляющий использованный материал с периодом делался электрически, автоматически и термически устойчивым. «Согласно сущности, я применяли ключевые изолирующие качества материалов с целью постановления старой трудности в обществе приборов», - констатируют возлюбленная и Эллисон.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuazerPG', 'gennnadiy.voronov@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 06:01:22', '103.12.160.131', '1'),
(688, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MerlincoernLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"msej77685@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86724625347\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1120:\"Proviron 50mg Vs 100mg\r\n It is crucial that you retain a daily schedule if you wish to improve your recollection. By performing stuff at various occasions throughout the day, you may forget about specific responsibilities. Try and stick to a single schedule to the mondays to fridays when you find yourself at your workplace and one schedule for vacations while you are residence.\r\n  Winstrol Jawline\r\n Vitamin B Complex, when utilized topically, enables you to capture moisture content in your skin and keep it hydrated. Damp skin area lines and wrinkles a lot less and has a tendency to come to be a lot less flaky. Taking vitamin b complex by jaws also helps with wholesome epidermis, locks and fingernails from within.\r\n  Drostanolone Nexium\r\n So as to keep hair healthier and seeking its greatest, consider reducing the level of blow drying out one does. Regardless how cautiously you go about it, blow drying out your own hair may cause some injury to it. Offering the hair a break from regular styling may help it recover and get back to its complete, normal potential.\r\n  Are Injectable Steroids Better Than Oral\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MerlincoernLB', 'msej77685@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 06:25:08', '91.236.74.5', '1'),
(689, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ViktorGlilkAZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"arkadiybabkin@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88855388598\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"як заблокувати групу в вайбері: https://texnoera.com/sekrety-viber\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ViktorGlilkAZ', 'arkadiybabkin@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 07:15:24', '185.189.186.44', '1'),
(690, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldnabJX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"pjaq93854@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88448846581\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1190:\"Proviron Pumps\r\n To increase your stamina, inhale totally and from the diaphragm when you exercise, particularly when operating. This raises your oxygen ingestion and your lung capability and lets you physical exercise longer. When you don&#039;t learn how to breathe through your diaphragm, you can lie down and put some thing on your own tummy, then exercise which makes it rise and fall as you take in and breathe out.\r\n  Equipoise Body Works\r\n Adhere to your focus on customer team. You will find various areas of the web your potential audience may possibly business into and also you want to make certain that you might be focusing on these regions on the web. This is where the articles you write ought to be smartly put to actually are obtaining greatest exposure within the target audience you look for.\r\n  Winstrol V Pills Side Effects\r\n An excellent advice for following up with prospects would be to send a comply with-up e mail that features a receipt a part of it. Affix a require for this e-mail so they can investigation this receipt. The conclusion from the e mail need to tell them that they can end up being the judge above whether it is very good or bad.\r\n  Anavar Legal\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldnabJX', 'pjaq93854@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 08:07:54', '188.68.224.163', '1'),
(691, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JerrellRenBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"snvsfxej@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84431958576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"bingo sites with best bonus virtual casino blackjack onlinecasino virtual casino craps\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JerrellRenBX', 'snvsfxej@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 08:40:16', '178.159.37.38', '1'),
(692, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HelenKigII\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"lutsk.name@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87794262493\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Здравствуйте, предлагаю ковый сайт об экологии города -  \r\nЛуцк\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HelenKigII', 'lutsk.name@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 08:41:20', '91.243.23.138', '1'),
(693, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarryfapBO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"jwrd2037@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83795413689\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1389:\"Winstrol Yan Etkileri\r\n Get a USB computer keyboard. Once you get a keyboard, you broaden your abilities with all the apple ipad tablet. Keyboards are usually more comfortable for putting up on Fb, message boards and carrying out other online composing. That allows you to be more effective. Some keyboards double as a case, so look into the available options.\r\n  Oral Steroids For Neck Pain\r\n Don&#039;t feel obliged to share with anyone you understand your analysis. Many people feel that a struggle with cancers is extremely individual, and it&#039;s ok to help keep this news to your self. You ought to discuss this tough time with close up relatives and buddies, however, not each and every co-worker or food market clerk needs to understand your health-related specifics. Assure them you are aware of their interest essentially implies they worry about you but that you&#039;d instead not speak about it.\r\n  Winstrol 2 Weeks Out\r\n Hopefully, these pointers have given you with some very beneficial details and offered you a means to arrange every one of the thoughts and information you could have presently experienced concerning how to purchase property. Retaining these pointers under consideration once you begin seeking can assist you in getting fantasy residence you desire without having losing dollars.Obtaining Helpful Tips About Commercial Real-estate\r\n  Tren A 100 Steroid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryfapBO', 'jwrd2037@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 09:22:12', '91.236.74.26', '1'),
(694, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesboiskMP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"ddmitriy.uvarov@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83241336192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2245:\"Бельгийская фирма Allnex практикуется в краске с целью гидрофитных струйчатых УФ-красок. Собственными новейшими провиантами фирма уделяет особенное интерес невысокому миграционному потенциалу наговаривал. Allnex функционирует надо основными отличительными чертами новейших связывающих и этим, то что они имеют все шансы дать в биржа. УФ-отверждаемые концепции, таким образом именуемые смешанные бесславила, обладают наименьшую возможность передвижения наговаривал посредством подложку, так как бесславила в главном заключаются с полимерных элементов, пару слов о текстилеvдиспергированных в консистенции водорастворителя. Наконец, эмульсионные бесславила новейшего поколения (HP) в определенных текстильных сферах имеют все шансы применяться в свойстве других наговаривал. Эмульсионные бесславила подсыхают и отвердевают (присутствие касательно невысокой горячке) изнутри принтера, никак не призывая единичного хода пропаривания либо сушки. Эмульсионные бесславила делают следы в отсутствии аромата, какие дают возможность причинять картинка в материи и в комнатах. Они кроме того обладают отличную устойчивость к истиранию в ПОЛИВИНИЛХЛОРИДНЫЙ-подложках и имеют все шансы являться выпущены в некоторых подложках.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesboiskMP', 'ddmitriy.uvarov@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 12:43:32', '103.58.16.170', '1'),
(695, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnKnowsQJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"qaay88664@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84571964341\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1515:\"Winstrol Drops\r\n Create a support group or at least a couple of respected men and women you are able to reveal all your other worries with. When you can confide in an individual truly trustworthy, you can expect to reduce the likelihood of an anxiety attack. Retaining how you feel contained without having outlet makes it more inclined you are going to succumb to a panic attack. Speaking with a colleague or perhaps a therapist may help you maintain the appropriate point of view and stop a construct-up of stress or concern.\r\n  Nandrolone Base\r\n Target the health advantages of slimming down when environment your unwanted weight loss targets. As opposed to targeting a specific amount of kilos, use the way your garments matches or maybe your endurance for an sign. You can easily drop enthusiasm if the level is not really shifting easily enough, but keeping concentrate on simply how much better you really feel, you will probably stick with your weight loss program.\r\n  Testosterone Enanthate Running\r\n It really is essential like a house owner you are aware of just where your primary drinking water shut-away from control device is found and may run the valve in case there is an unexpected emergency. The most effective starting point measure for frosty piping is always to quit normal water from going into your home from the beginning. Identify the key drinking water offer valve and turn it on and away from on a regular basis to maintain it quickly operable in an emergency.\r\n  Top Injectable Steroids\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnKnowsQJ', 'qaay88664@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 14:57:25', '185.38.251.78', '1'),
(696, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"OctavioFexiaUS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"qlek82861@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87382922511\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1153:\"Dianabol Kur\r\n You will be starting to notice signs of aging in your body and are trying to find guidance on the way to both decrease these consequences or end them entirely. In the following paragraphs you will discover confirmed strategies to support reduce the results of getting older and assist you to stay a contented existence.\r\n  Anadrol Pills Side Effects\r\n Make the majority of your videos your self within your online video marketing campaign, but do devote a little over a couple of showcase video tutorials. A highlight video clip is one that you simply would use with a trade show or seminar. These may require using the services of pros to aid, but they also have got a much more expert feel and can reflect extremely on your business.\r\n  Anavar 4 Week Course\r\n The clothes that you simply use when you exercise carries a primary correlation with the results that you simply achieve. Obtain clothing that are great for you perfectly and therefore are loose allowing the best measure of mobility when training. Also, should you be training in the open air, make sure that you are dressed correctly for that problems.\r\n  Dianabol 20mg A Day\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OctavioFexiaUS', 'qlek82861@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 15:58:48', '91.236.74.8', '1'),
(697, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgeDoulpSK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87855399468\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1357:\"Продаю РЕДКИЙ Жилой и Доходный объект. Уфа. Россия.  https://ufavlad77.blogspot.com/   Это возможность получения пассивного дохода и Ваша Пенсия без наличия стажа. Подробно при осмотре с покупателем. Цена объекта 4 690 000 руб. Собственник Viber, Watsapp +7937 317 09 33 Владимир. Квартира (общ. площадь 62 кв.м.), состоящую из четырёх удобных и полностью автономных квартир-студий ( их площади 10, 12, 17,3 и 17,3 кв.м.).  Предназначены для сдачи в долгосрочную или посуточную аренду жильцам, либо под фотостудии, под офисы, под рабочие места для Интернет-работы, шитья одежды и т.д.. Каждая приносит пассивный доход. Продаётся всё как один доходный объект. Можно сделать отдельный вход с улицы.  Расположен в развитом районе города. Рядом промпредприятия, колледжи, ВУЗы, спрос на жильё есть.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeDoulpSK', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 16:27:30', '188.163.109.153', '1'),
(698, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidscarlTJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"kyiv.name@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84812891959\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:103:\"Почему нужно экономить электроэнергию читайтеkyiv.name/ru/news\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidscarlTJ', 'kyiv.name@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 21:35:36', '91.243.23.138', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(699, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88698948577\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5122:\"There are porn sites; then there is dtvideo.  booloo is elegant much the hottest website pertaining to posting awesomely objectionable videos from all chief porn studios; busty milfs, successfully cocked motherfuckers, wannabe clueless virgins, scatological ebonies, have a screw loose freaky parties…you know what I mean. Their universal library conditions runs escape of satisfied, and you superiority as well not intrust a abandon a fuck around your epoch in search a fap session. Ads suck, and at one task comprehensive this employment is that its ads self-ruling; that’s not something you can aver close sooner than lots of autonomous sites these days. \r\n \r\nThe berth is as whistle as Mia Khalifa’s pussy. It has a minimalist layout, and you will be greeted by means of a obverse verso that has tags, a cam component, living quarters button and a search. In summing-up, the porn videos are arranged around watch over with no borders, principled thumbs, and a penniless classification that pop-ups when you string up suspended on the other side of looking in support of a preview. That should pace wrong fucking the entirety shooting match you need. The PornDude is impressed (doesn’t enter a be brought to someone&#039;s attention unoppressive) past the orderliness and guilelessness of this site. Although I would correlate with talk back to a be accountable the anyhow on touching the videos on this locale; they are touch-and-go, offbeat, unwashed and hardcore. But then, that’s what all of you unscrupulous minds are looking for. Lease prohibited me conclude; you appreciate like festered fapping habits are forth to originate a rifling important already, right? Weaken beau brummell; your lilliputian quiescent is safely with me. \r\n \r\nIf you were pensive give succeeding tortoise-like on jerking this while, you puissance be in interrupt on on visiting  magpost.  sfico. The possibilities of jerking your dick tender are noticeably vast here, fucker. Check excuse these categories ranging from trifler, anal, ass, pretentiously tits, glowering, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, matter-of-fact tits, saturnalia, authenticity, redhead, lank, teen, threesome to orgies. Don&#039;t you on these juicy? Suck my cock! All you requisite is use your fucking mouse, click on the right button in the menu, and all floodgates to islands sky be converted into detraction open. With a porn database the range of the Atlantic, I’m sorry you already urgent your area freak. \r\n \r\nThe on the whole at pinkdino “Non-belligerent Porn,” and that’s tuneful much your focal need. Anything else is a fucking clamour repayment for today, and you don’t requirement it, motherfucker. With the sites’ extraordinarily homely layout which makes it free seeking you to traverse across the categories, no hustles when locating your favorites. All the clips uploaded on this in the ballpark of are 100% cut sounding cut clips. The chances are that you won’t be masterful to alarm in the service of those fastidious videos on any other site. \r\n \r\nVideo organize can be adjusted and ranges from 240p all the mo = &#039;modus operandi&#039; up to a singular 1080p or National HD. And relate me who the fuck doesn’t treasure quality? Newer videos desire be subjected to full HD playback, but if you almost in serious trouble to the older videos, distinction can be a stimulate outshine hunt seek after of clear reasons. The streaming is also smooth and in search you can download the videos without having to inscribe up, which is also a significant bonus. I abominate having to recall a watchword right-minded to access porn, don’t you? \r\n \r\nAnother great facet on this instal is that there is a righteous subject-matter connect displayed on the corner that tells you from where the subject-matter originated. I remember some of you motherfuckers ascendancy not meticulousness, but objectively, there is something away schedules. You can classify the videos close length and the numbers of tags. Formula championing you soiled jerking sessions, since instance, you superiority suffer with an hour gold medal your helpmeet gets poorhouse --- trusteeship me it&#039;s not quality risking, fucking listing it. Capacity matters. It’s more like a whore sorting in her men in re the mass of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the foregather of the tranquillity on magpost is showcasing the dishonourable Realitykings videos and miscellaneous clips from the Bangbros Network. You choice wrench crazy on this purlieus so assorted fucking times, and with to the heights of adoring this bloody site. It has freaking all you can no more than fallacy of now. You be knowing, it’s as a last look to pleasure to take in a hoary whore punch her ass spread alongside a vast jet cock in a gross brouhaha! Ebony lesbians hound each other with lusus naturae dildos. But don’t lawful rest there motherfucker, attack the death site and over the porn mecca yourself. \r\n \r\nNothing but the first superlativeness on video-one\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 21:41:23', '62.245.71.110', '1'),
(700, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArthurBopWU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"ahmet4209211@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83946921541\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"watch free porn xxx \r\nhttps://www.vivachips.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurBopWU', 'ahmet4209211@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-29 22:31:08', '125.209.95.54', '1'),
(701, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KometRigWE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"komess@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88919218687\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"essay home http://paperwritingservice.gdn/scholaradvisor/drinking-and-driving-essay.html how to write a summary for an essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KometRigWE', 'komess@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 02:46:20', '46.118.156.79', '1'),
(702, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"TerryDef\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"pete-gvm-affiliate@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"211734744\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:663:\"My name is Pete and I want to share a proven system with you that makes me money while I sleep! This system allows you to TRY the whole thing for F R E E for a whole 30 days! That&#039;s right, you can finally change your future without giving up any sensitive information in advance! I signed up myself just a while ago and I&#039;m already making a nice profit. \r\n \r\nIn short, this is probably the BEST THING THAT EVER HAPPENED TO YOU IF YOU TAKE ACTION NOW!!! \r\n \r\nIf you&#039;re interested in knowing more about this system, go to http://globalviralmarketing.com/?ref=qkgWOPkN5RoC1NWh and try it out. Again, it’s FREE! \r\n \r\nYou can thank me later \r\n \r\n/Pete\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerryDef', 'pete-gvm-affiliate@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 04:17:11', '217.64.113.219', '1'),
(703, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryEregeAM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"gtqr27602@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86546575919\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1111:\"Tren Enanthate 100 Side Effects\r\n Make sure that smoking cigarettes will not at any time take place close to an bronchial asthma victim. Individuals who want to smoke must do so outside, away from the home and outside the person with asthma attack. Sometimes simply the aroma of huge smoker&#039;s clothing can cause an asthma attack attack.\r\n  Winstrol Cycle Stack\r\n Keep in mind that deciding on the best profile is just half the battle. You will need to spend consistently, regardless of whether you need to do so regular, monthly or quarterly. Set up that part of your budget then, allow it to go. Your portfolio is actually a back garden that needs equally regular plant seeds and watering, if it is to actually become your area of dreams.\r\n  Testosteron Propionat Kur\r\n The odds are wonderful your locks will probably fall out once you undergo radiation treatment, so you can initiate this method instead of being a sufferer on it. Shave your face upfront and you will reclaim the power here. You can make the option as an alternative to letting chemo so it will be for yourself.\r\n  Testosterone Pills Gnc\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryEregeAM', 'gtqr27602@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 07:00:35', '91.236.74.10', '1'),
(704, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterKefLZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"xdgysckr@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88472558591\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"legitimate online casinos australia ipad casino games real money top casinos on the internet uk casino top 10\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterKefLZ', 'xdgysckr@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 09:42:30', '178.159.37.38', '1'),
(705, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesglypePC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"qezj37899@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85477427913\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1196:\"Equipoise Libido\r\n To improve your lip shade application, always apply lip balm initial. The lip balm will leave your lip area gentle and hydrated, and definately will give your lip color to go on effortlessly. Try using a fundamental, untinted lip balm in order that you don&#039;t result the colour from the lipstick or lip gloss you&#039;re utilizing.\r\n  Primobolan Trt\r\n Use music to lower stress and market contentment. Listen to music that can bring again satisfied recollections and enables you to feel happy. Enable the mind stroll to the recollections as a form of deep breathing to chill out and revitalize you and also take the mind away from your many forms of cancer treatment. Music can be a great instrument to encourage you to party or exercising to help keep you motivated.\r\n  Primobolan Depot Efectos Secundarios\r\n Manage your opinions. For most people, not simply the depressed, their negative opinions run uncontrolled with their minds. Notice a poor thought and change it having a beneficial imagined instead. Step by step, you&#039;ll learn to recognize you might have more optimistic feelings and feel a bit greater relating to your lifestyle.\r\n  Gp Tren Acetate 100 Dosage\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesglypePC', 'qezj37899@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 10:46:24', '91.236.74.20', '1'),
(706, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilVewLG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"kwod12376@high.ragnortheblue.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82488218794\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1202:\"Primobolan Cypionate Cycle\r\n You need to maintain properly-structured documents from the work your little one has been doing as well as the development he is creating. You will need to be accountable for this once you record to the state. Keeping very good records will ensure you comply with status standards in case there exists a question together with the status relating to your homeschool layout.\r\n  Masterton Nails\r\n Be careful that cancers of the breast can take place in females of all ages. A lot of women feel that because they are with their twenties or thirties that they are unable to get breast cancer, consequently, they dismiss signs, like lumps with their breasts. If you feel nearly anything suspicious, be sure you let your doctor know.\r\n  Testosterone Cypionate 200\r\n Do your interior decorating in levels. There are several benefits of this approach. Within your budget it more quickly when you divide the venture into independent steps. It is possible to fit the project into your timetable more effortlessly if it is spread out over time. You are also a lot less very likely to dress in on your own out or hurt on your own if you a little bit at any given time.\r\n  Anavar Quotes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilVewLG', 'kwod12376@high.ragnortheblue.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 14:03:43', '46.29.20.206', '1'),
(707, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"BoxPN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"frederic.mouronval@orange.fr\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86132483949\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:552:\"Заказали противопожарные ворота в  магазин в ООО «Мосстеклосталь». Срок изготовления в 2 раза короче намеченного.Ввиду того, что монтаж был осуществлен  в ночное время, для нас это было приятнейшей неожиданностью. Благодарим сотрудников ООО «МОССТЕКЛОСТАЛЬ. Вы наши волшебники! РЕКОМЕНДУЕМ!!! \r\nЕвгений\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BoxPN', 'frederic.mouronval@orange.fr', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 17:17:05', '91.134.253.113', '1'),
(708, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MauriceROFZB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"nvlv97866@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84758759483\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1193:\"Anavar 50 Mg Once A Day\r\n Excellent discount realizes for the stuff we want are items that we will all like to take advantage of, but discovering them can occasionally appear to be confusing. This article has amassed some of the best couponing tips from those who are usually conserving money on the purchases. Please read on to learn ways to grow to be one of those!\r\n  Anavar For Sale 50mg\r\n To assist you generate excellent websites and repair errors by yourself, discover pc different languages. Educating yourself on how a website really works will help you easily resolve any errors. Realizing how you can approach issues on your own website could help you save time and cash, as you will not need to depend on outside the house help to solution the problem.\r\n  Sustanon-250-10-Weeks-500mg Week\r\n Start off training for the healthful you together with a good baby. Maternity will not be an reason to stay about the chair for nine several weeks. Becoming lively in pregnancy has been shown to minimize the risk of miscarriages and can support reduce the length of your labor. Staying lively will go a long way in the direction of using a clean being pregnant.\r\n  Primobolan Uso En Mujeres\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MauriceROFZB', 'nvlv97866@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 21:53:26', '91.236.74.26', '1'),
(709, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesCobGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"eseo63463@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88719128562\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1927:\"Deca Durabolin Tablet Price\r\n It&#039;s time for your personal tripod. Remove it of your dresser and discover the cord release. Continue to have individuals fairly neutral solidity filters? Buy them too. You&#039;re getting a evening take on the college fair. You may have arrived. View the fairly shaded lights on the booths and trips? You are going to photograph the Ferris tire, subjecting not for your general arena as well as the lighting. Place the digital camera on the tripod and affix the cable relieve. Set up the ISO reduced, at 100 or if possible, decrease. Utilize a shutter pace of probably 15 mere seconds. Set the aperture at f/16 or small should your video camera can perform it this will make pinpoint lighting fixtures seem like celebrities. Take some check exposures to make adjustments, and employ your neutral occurrence filter systems if needed. You have a finished item! Due to the tripod, things are all sharp apart from the ghostly graphics of honest goers transferring about, as well as the switching Ferris tire shows up as a spherical streak of stunning colours. The lights with the booths stand out like celebrities.\r\n  Oral Steroids How To Take\r\n Work with a natural or nonalcoholic mouth wash daily. Not only do these formulas extra you the eliminating discomfort, but are also perfect for treating smelly breath. Whilst alcoholic mouthwashes offer a few hrs of minty-new breath, they also often cause dried out mouth. Free of moisture mouth area is actually one of the leading factors behind nasty breathing.\r\n  Oxandrolone Dopo Quanto Fa Effetto\r\n When you are marketing your property, be cognizant associated with a due dates the customer could have. Some buyers have extenuating scenarios that indicate they have to in close proximity a particular date. If you are able to figure out this data, you will get an advantage through the selling price discussions.\r\n  Testosterone Cypionate Chart\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesCobGI', 'eseo63463@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 22:28:49', '91.236.74.16', '1'),
(710, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"smmloattasiaJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"pronabceca@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84487847751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:333:\"smm менеджер инстаграм курсы\r\n https://www.youtube.com/watch?v=nLtCmnq81v8\r\n \r\nкурсы smm\r\n \r\nсмм специалист курсы онлайн\r\n \r\nсмм менеджер обучение\r\nлучшие курсы по смм\r\nвакансии smm менеджер удаленно\r\n \r\n \r\n \r\n#mvwthkH7sf2N\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'smmloattasiaJB', 'pronabceca@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-30 23:54:39', '5.228.174.4', '1'),
(711, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardjubRH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"nwne91149@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82795887567\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1032:\"Turinabol Cycle Question\r\n Living in the bigger area, look at considering small towns for the location to have the wedding. Sites cost more inside the huge towns. For those who have a little metropolis near to where you reside, look at what it must provide. You may find a great venue to get a sensible price simply by switching your place town.\r\n  Dianabol 60 Mg\r\n When you have precious metal jewelry, it is vital that you do not use severe chemicals when you try and clean them. Unpleasant substances could make your gold jewellery boring and make it shed its all-natural luster. You need to nice and clean your rare metal expensive jewelry with minor cleansers and tepid to warm water.\r\n  Equipoise 750 Mg\r\n Your pet will not hate you and is acting insane out from spite for yourself. No, it is just simply being ridiculous as it hasn&#039;t discovered some other means for it to behave however. However, that is going to alter when a single discovers the information that are within this quite report.\r\n  Dianabol Or Trenbolone\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardjubRH', 'nwne91149@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 02:53:36', '91.236.74.4', '1'),
(712, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MaxmanRigGA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"wzuman@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85747333572\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:103:\"essays topics list http://paperwritingservice.gdn/essay/descriptive-narrative-essay.html insomnia essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaxmanRigGA', 'wzuman@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 08:11:12', '46.118.156.79', '1'),
(713, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RaymondoripsHV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"vilenam4s6b@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82321348677\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"Знакомства на Loveawake.Ru \r\nhttps://loveawake.ru - Знакомства на Loveawake.Ru...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondoripsHV', 'vilenam4s6b@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 13:43:17', '82.202.167.203', '1'),
(714, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinAmbicVG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vezerullak7v@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89836764364\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"top careers in healthcare 2012  ears nose throat doctor  best doctor in the world\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinAmbicVG', 'vezerullak7v@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 17:33:26', '51.15.15.164', '1'),
(715, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelMoundNQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ixvq93106@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81595929325\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1183:\"Anabolic Steroids Are A Type Of\r\n For those who have listened to that someone different is becoming plastic cosmetic surgery, don&#039;t permit that to sway your opinion of yourself. Although there are several great times to work with this instrument, checking up on the Jones&#039; is just not a great adequate reason. Allow yourself serious amounts of consider, then reconsider the thought later on.\r\n  Oxymetholone 25mg Cycle\r\n Make sure that there is certainly not nearly anything within your marketing and advertising video clip that can upset individuals. Sometimes poor things may become great publicity, but you do not need to banking institution on that. As an alternative be understanding of the various types of people who will view your video clip to ensure the the reply is purely good.\r\n  Winstrol S\r\n You now have a much better idea about wine and the ways to make the most of it. It is possible to prepare some good dishes with red wine, and you can also use it to highlight some quite scrumptious food. Bear in mind every one of the advice you&#039;ve acquired to help you input it to great use.Interested In Studying The Stock Exchange? Keep Reading\r\n  Anavar Price\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelMoundNQ', 'ixvq93106@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 19:37:11', '91.236.74.22', '1'),
(716, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RamozspownFX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"kimfegik@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83557714466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"does levitra work the first time\r\n http://levitrastr.com - levitra 20 mg\r\n  levitra generic uk\r\n buy levitra online\r\n - levitra coupon cvs important topics\r\n levitra doseage\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RamozspownFX', 'kimfegik@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 20:28:45', '5.164.254.243', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(717, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ZaimethakeWC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mangular@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87314769113\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"levitra levitra levitra kniha.php\r\n http://levitranrx.com - generic levitra online\r\n  levitra 5mg canada return to board index\r\n levitra 20 mg\r\n - levitra for daily use prices valid css\r\n levitra 20mg posts\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZaimethakeWC', 'mangular@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-03-31 20:28:50', '5.164.254.243', '1'),
(718, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuakeymnAF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"dryt93973@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83813948538\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1139:\"Non Injectable Steroids\r\n Picking the right volume of homeowner protection, demands lots of factor. Take into account that the policy&#039;s goal is not really to settle your house loan in case there is a tragedy, but to fund mending the injuries. Choose an sum that pleasantly includes the entire rebuilding of your house, without having you being forced to put too much through your income hold.\r\n  Prednisone Oral J Code\r\n Usually seriously consider your bills. You never know where one can save money. By way of example, make time to take a look at insurance policy monthly bills with the supplier. Probably you do not generate several kilometers a year it suggests and also you could minimize your car insurance plan bill.\r\n  Masteron Propionate Half Life\r\n Feel exclusively about how stop smoking will enhance your lifestyle. Think of the health issues it is possible to stress less about. Think of how much money you save. Think of the way the whiteness of your respective teeth and the smell of your residence will enhance. Most importantly, consider just how much less likely your young ones may be to light up.\r\n  Buy Masteron Uk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuakeymnAF', 'dryt93973@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-01 03:03:57', '185.38.250.76', '1'),
(719, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianRhypeCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ksme64703@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82795317319\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1405:\"Anadrol Steroids Side Effects\r\n When growing your email, take into account how big the review pane is at most e-mail looking at computer software. If your electronic mail is well beyond how big this preview pane, it is prudent to edit it immediately. A lot of people read through their e-mails exclusively in this preview pane. Details that is certainly away from the scale of the soreness could do not be viewed at all by your readers.\r\n  Primobolan Depot Efectos Secundarios\r\n If you are living in a very cold location, consider using heating tape and water pipe place to guard the piping that may be in contact with the cool. Tend not to be happy with affordable components that will not protect your plumbing method from the frosty successfully. Be sure to shield all of your domestic plumbing method.\r\n  Testosterone Cypionate Side Effects\r\n There is a wonderful tooth, but you&#039;ve just been told you have Type II diabetic issues, what can you do? There are many sugar substitutes which takes the place of sweets inside our lifestyles. We may have tasted diet soda pop and even though that we couldn&#039;t bare it. But with numerous choices you start to become accustomed to the flavors and before long you can find yourself taking pleasure in these diet liquids as much as you liked the genuine article. Better still, try out carbonated water with a little bit fruit juice.\r\n  Biogen-X Winstrol\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianRhypeCN', 'ksme64703@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-01 07:16:45', '91.236.74.4', '1'),
(720, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomasBeimiIP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"irhfwllr@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86534442948\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"online casino tropez online blackjack best sites safe online gambling sites australia fantastic online casino games money instantly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasBeimiIP', 'irhfwllr@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-01 08:27:37', '178.159.37.38', '1'),
(721, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87737757282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:384:\"Предлагаю Рекламу в интернете - Поисковую Оптимизацию товара, услуг, продукта, сайтов и т.д. путем Размещения Объявлений на Доски, форумы, блоги. На 10000 и более ресурсов от 20 usd за месяц c отчетом. skype evg7773 Viber +380976131437\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-01 13:13:19', '188.163.109.153', '1'),
(722, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardstymnHF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84871573781\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:135:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz/?ref=btcpromanager \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardstymnHF', 'admin@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-01 20:38:36', '178.159.37.4', '1'),
(723, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StanleyWrildHL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"eyez24383@see.consored.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87524616615\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1235:\"Dianabol Quanti Kg\r\n Setting up an ordinary cardio exercise plan, in addition to some weight training, can work to control diabetes. Exercising can help you slim down and lower your blood glucose, both of which are key elements in controlling your diabetes. Whether you journey your bicycle, take a stroll, or work for exercising, just get relocating.\r\n  Testosterone Propionate Pip\r\n Any solid promoting program ought to include social media in their internet pages. The reality is that social media delivers a weighty influence for virtually no expense whatsoever. In addition, you should use your social media obtaining web pages to transmit members aimed at your website. If you are searching for increasing your targeted traffic, these assistance continues to be written along under consideration.\r\n  Anavar Only Cycle Log\r\n Have got a separate region for games, if you can. Lots of people keep their video gaming products in the household place or living room area, and that is 1 idea. Nonetheless, so that you can permit everyone in the property to complete what they&#039;d like, you could possibly take into account using a separate area for your game titles so nothing at all will get in terms of how.\r\n  Dianabol 20mg Dosage\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StanleyWrildHL', 'eyez24383@see.consored.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 02:17:55', '91.236.74.30', '1'),
(724, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanielawallWJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"lcot45844@horn.memberty.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86422528358\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1302:\"Equipoise Research Meaning\r\n Create a general design. Visualize a particular celeb that you want to model your self after, or even a character inside a movie you need to seem like. Like that, you may have one thing in mind when you go purchasing. It offers you a place to begin, which will help you to picking items you love.\r\n  Anavar Cycle Pct\r\n Notify a cafe or restaurant about your foods allergic reactions while you are purchasing. Most eating places have plainly located notices if their food is cooked in peanut oil, as an example, however, you only be sure when you ask. Tell them what your allergy is and what you intend to order the waiter or waitress will be able to determine whether your dish remains safe and secure for you to try to eat.\r\n  Is Dianabol A Stimulant\r\n Regrettably, you won&#039;t generally have helpful tips to assist you within your deals. You will have to do many of these things on your own. That doesn&#039;t imply that you can&#039;t read through fantastic content articles like these and assist your situation out, though. Take advantage of the recommendations you just read through here to be sure that you&#039;re generally obtaining a good deal with business property.How To Rebuild Your Credit rating Following Submitting Individual bankruptcy\r\n  Masteron 200mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanielawallWJ', 'lcot45844@horn.memberty.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 02:36:16', '91.236.74.18', '1'),
(725, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidTeaphTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"fnom82964@books.pairst.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86588158576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1154:\"Anadrol Legal\r\n When you have rare metal jewelry, it is vital that you do not use unpleasant chemical substances when you try to clean them. Unpleasant chemical substances will make your golden precious jewelry boring and cause it to get rid of its normal luster. You ought to clear your gold precious jewelry with moderate cleansers and tepid to warm water.\r\n  Testosterone Cypionate 200mg Dosage\r\n Attract your fingernails all over a club of cleansing soap, to seal off the undersides of the fingernails or toenails away from. Doing this will avoid debris from becoming stuck beneath them while you are horticulture. If you are completed from the back garden, you are able to thoroughly clean your fingernails having a nailbrush to get rid of the detergent.\r\n  Injectable Steroids Usa\r\n Take into account creating blogposts that include entertaining listings, like a &quot;top 10,&quot; or no matter what quantity you desire. This can be done frequently, tempting your readers to discover what exciting list you conceive following. You can use bullets or amounts, with links to increased articles contained in each one.\r\n  Testosterone Cypionate 2000mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidTeaphTY', 'fnom82964@books.pairst.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 07:31:47', '91.236.74.21', '1'),
(726, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethJuinsLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"aalco5@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88928653579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:671:\"купить коньяк в канистрах 5 литров в санкт петербурге \r\nТем: 0 Сообщений: 45 На форуме с 17/03/10. \r\n \r\nТем: 1 Сообщений: 8 На форуме с 22/03/10. \r\nкупить элитный алкоголь \r\nТем: 0 Сообщений: 45 На форуме с 17/03/10. \r\n \r\nкупить алкоголь в санкт петербурге \r\nТем: 5 Сообщений: 623 На форуме с 03/04/10. \r\nкупить алкоголь в санкт петербурге - Алкоголь в канистрах в спб. \r\n \r\nТем: 12 Сообщений: 870 На форуме с 21/03/10.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethJuinsLB', 'aalco5@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 08:46:33', '145.255.21.218', '1'),
(727, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"BrandonEthixCP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"jmaw89014@low.highnom.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82798511698\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1448:\"Dianabol Replacement\r\n Presume you might have found a fresh building for the enterprise and consider you possess checked out everything out. You might like to do one more thing before you purchase. Check out the area planning business office and learn if modifications in targeted traffic habits are planned which will have an effect on this place. Usually, you may find your would-be clients rerouted in other places.\r\n  Stanozolol Como Se Usa\r\n Get preapproved by a loan provider prior to starting your search. Getting a house will go a lot easier when you have your monetary backing ready to go. By realizing exactly how much you happen to be allowed to acquire, you are able to objective your quest more efficiently, and may offer an advantages if another celebration has an interest within the same house. Dealers are much more likely to choose the consumer because of their financial loan all set to go.\r\n  Dr. J. Masterson\r\n If you have asthma attack, you have to be cautious when starting physical exercise or exercise programs. Inside the worst situation, the increased breathing exercise from physical exercise will induce an symptoms of asthma invasion. Whenever you involve on your own within a new workout program, even when it is simple things like exercising, you must bring it gradually and make sure that at every step of the way, you might be not carrying out something which your body could not take care of.\r\n  Bolt 200m Olympia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrandonEthixCP', 'jmaw89014@low.highnom.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 10:43:08', '91.236.74.16', '1'),
(728, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgesibAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"nbyv18425@magic.boringverse.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86231513635\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1219:\"Sustanon 250 Side Effects\r\n Should you be consuming your children camping with you, don&#039;t forget about for taking walkie talkies along. Though each of you may personal a cell phone, the region what your location is outdoor camping might not have satisfactory insurance coverage. It is recommended to purchase walkie talkies who have a range of numerous mls. By having walkie talkies or Loved ones Stereo Services (FRS) radio station, you are able to remain in touch with all individuals your family members.\r\n  Equipoise Vs Primobolan\r\n Sit back and create a listing of what you need in a vehicle. There must be a separation in between what exactly you need and stuff you want. If you discover an automobile that meets your requirements, you should not be reluctant since it does not have every single issue that you might want.\r\n  Testosterone Cypionate Nz\r\n If you are using social media marketing to advertise like Facebook or twitter you must use caution about any information that you publish or that is certainly placed on the web page. As you are instantly and also at request periods associated with your subscriber base any minor our maitre snafu could cost product sales.\r\n  Is Anadrol Or Dianabol Better\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgesibAW', 'nbyv18425@magic.boringverse.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 11:40:03', '91.236.74.2', '1'),
(729, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"csxw98267@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87471181676\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1166:\"Oxymetholone Brand Names\r\n Acidophilus as well as other probiotic health supplements can be quite effective in decreasing the potential risk of genital infections. These supplements try to recover natural plant life and animals of the intestines and control the speedy growth of yeast infection. This is particularly crucial after having a therapy with prescription antibiotics which get rid of the excellent bacteria along with the poor.\r\n  Oral Steroids For Herniated Disc\r\n Know which retailers near you provide the lowest cost in the first place, go directly to them with your coupons. If store By is selling a product at two $ $ $ $ more than most and your coupon is perfect for a $ off of, you might be just offering your self quick! Carry out the simple work and improve your overall savings!\r\n  Primobolan Dht\r\n The initial types in the apple ipad was without a mute button that was focused on the whole gadget. Together with the new iOS, Apple company included this attribute to ensure the device may be muted very easily. Merely faucet and maintain around the Amount-down key as well as the gadget will instantly mute on its own.\r\n  Deca Durabolin Recovery\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'csxw98267@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 18:30:04', '91.236.74.23', '1'),
(730, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"HerberttauseTZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"bbap33233@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85296253756\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:983:\"ď»żkamagra kaufen\r\n Will not file for bankruptcy. This continues to be on your credit score for 10 years. It might appear to be a great idea during the time, but steer clear of doing this without exceptions. Even if you can clear out your personal debt at once, this can remain on your credit track record for awhile.\r\n  KĂ¶pa Kamagra\r\n If you are attempting to quit with the aid of crutches like areas and medication, then you have to be cautious. Once you start eating these other substances, you will be therefore placing on your own in danger of creating a new hazardous habit. Take care once you begin your giving up crutches.\r\n  KĂ¶pa Kamagra\r\n Take note of your background. Your main focus should be on the thing, but you should use the backdrop to support it. Avoid any needless distractions and clear your history to report the attention on the object. Have fun with collections and standpoint within your history to supplement the form of the thing.\r\n  viagra kaufen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HerberttauseTZ', 'bbap33233@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 19:02:00', '91.236.74.21', '1'),
(731, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"renehi16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"genevabu69@ryoichi30.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85239556424\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://busty.tits.big.fetlifeblog.com/?estefani \r\n\r\n wd porn free porn stories and pictures bady oil porn retro porn galleries tsex porn free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'renehi16', 'genevabu69@ryoichi30.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-02 22:14:06', '178.175.132.227', '1'),
(732, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardjopPR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"nxcj82604@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81225722293\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3260:\"Winstrol 25\r\n When irrigating the garden, think about a soaker garden hose as opposed to utilizing a garden hose or watering can. Should you transform the soaker hoses pressure onto reduced, you can keep your water on for several hours that can let a part of a garden to become slowly and gradually irrigated. This can supply you with time for you to do other things.\r\n http://www.cpecapital.com.sg/fonts/confuse.php?a=1962\r\n Having the capacity to establish the causes right behind why you are looking to much better on your own and increase your very own advancement expansion is vital for the success. Provided you can implement the data, ideas, and tips defined in this post to why you are wanting to greater your self, you will be able to advance frontward with your self improvement objectives.\r\nTestosterone Cypionate Or Enanthate\r\n To have an simpler time when you age group, you must make sure that you simply deal with yourself now, regardless how older you might be. Eat a healthy diet plan, and try not to carry all around excess weight. Not only can that will make your regular life simpler, it will likewise broaden your daily life.\r\n http://www.arnaldodentista.com.br/defines/backup.php?t=3293\r\n For healthier your hair and much less hair thinning, consider utilizing shampoos and head of hair products created specifically in order to avoid baldness. There are lots of hair items available on the market made up of ingredients that scientific investigation indicates could help prevent hair thinning, like proteins, B natural vitamins and zinc. These products might help a lot of people see reduced hair thinning and greater the growth of hair.\r\nWinstrol Ciclo 4 Settimane\r\n Involve your family. When you have a teenager, you just might ask them to response the telephone for you personally to acquire their allowance. Getting family members who assist as well as for you will help limit the problem of commencing a whole new online business, and also enabling you to spend more time with them.\r\n http://www.votsalakiahotel.com/tools/install.php?ju=2110\r\n Ideally, you now know what you must do, in order to tackle your personal financial disaster. Filing personal individual bankruptcy can be psychologically frustrating and hard to comprehend. With reliable information, you should certainly handle these complications and acquire your self back again on the road to great credit!Is A bankruptcy proceeding The Most Suitable Choice For You?\r\nSquibb Masteron V\r\n The best way to use web marketing to your advantage is always to change the ads in your site into content. Speak about your merchandise as being a assessment, or possibly a how-to undertaking, whenever people get interested in the history they will likely go through the hyperlinks for additional information information, and also you have the selling.\r\n Anavar 3 Months\r\n As you almost certainly already know, lots of people around the world are smokers. Generally, a tobacco user cannot cease their habit mainly because they don&#039;t know where to begin. By properly making use of the advice this article has given to you, you simply will not only come to be smoke-free of charge, but you will be enhancing your general well-becoming.Should Buff Up? Attempt These Sound Advice\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardjopPR', 'nxcj82604@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 02:47:09', '91.236.74.3', '1'),
(733, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"rcub8428@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87565841441\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1256:\"Testosterone Cypionate 200mg Cost\r\n While you are told you have a disorder such as ringing in ears, it is essential that you study it and understand it. Make sure to take notes regarding what sparks ringing in ears in you and seek out ways of making it much more manageable. Even when the physician boasts that the condition will by no means go away completely, feel comfortable knowing that you will find constant enhancements in the health care field there are new treatments available holding out to become identified.\r\n  Deca Durabolin Injection 25 Mg\r\n Gripping the putter is very important not only at address, but throughout the adding stroke. Sustain gentle but sufficient tension at deal with, whilst keeping your tension continual throughout the street address and cerebrovascular event. This will aid avoid any jerky moves which could make you press or draw the soccer ball at speak to.\r\n  Testosterone Cypionate Drug Interactions\r\n Being obese can result in back again issues. Being forced to hold close to excess weight positions a lot of stress on the rear. Should you do have to get rid of a couple of weight to help you your back feel good, establish small objectives yourself so that you can become successful usually.\r\n  Sustanon 250 Kura\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'rcub8428@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 06:37:06', '91.236.74.25', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(734, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"gwst43873@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85581353525\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1201:\"Testosterone Cypionate 1ml Of 200mg/Ml\r\n Payday cash loans are also known as income improvements. Though a advance loan might not sound as frightening as a payday loan, this is the same task. When choosing the service you should do not forget that this really is a loan and must be treated as such on your price range.\r\n  Oxymetholone And Methandienone\r\n Vimeo is a good source to understand a few things about site style. The best thing about checking out YouTube is the fact you&#039;re capable of view the design and style in action. You&#039;re not merely reading through regarding this. Aesthetic aid similar to this can help you get the suspend of internet site developing a lot quicker than looking at regarding this.\r\n  Deca Durabolin Kiedy Zaczyna DziaÅ‚AÄ‡\r\n It is very important that you go to your publish-procedure appointments. Sure, you could possibly consider the surgical procedure website and believe that every thing appears excellent. But, you might be not just a healthcare skilled, so there can be a challenge that you just do not actually find out about. Only a medical professional can evaluate if things are all great or otherwise.\r\n  Testosterone Propionate Transdermal\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'gwst43873@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 06:57:06', '91.236.74.24', '1'),
(735, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CurtissoamiED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevgen7.08@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89338854245\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:127:\"Bathrobe set, towel set for men and women http://vincentdevois.etsy.com VINCENT DEVOIS™• LUXURIOUS TEXTILES • FRANCE 100%\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CurtissoamiED', 'fevgen7.08@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 07:59:55', '188.163.109.153', '1'),
(736, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"NewmanRigBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"manmam@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82122966872\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"essay on drinking and driving http://paperwritingservice.gdn/essay/essay-on-my-favourite-teacher-in-hindi.html essay on the topic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NewmanRigBI', 'manmam@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 09:02:09', '46.118.156.79', '1'),
(737, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilVewLG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"xgtl21605@high.ragnortheblue.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84111536496\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1216:\"Testosterone Cypionate Cycle Dosage\r\n You need to acquire cash with you when you go to notice a medical professional due to the fact you may have to pay a co-shell out. Lots of insurance companies need buyers to pay for a small co-pay after they look at the physician. It is usually not over $50, but it needs to be paid out during the visit and most doctors demand so that it is paid for well before they will likely even begin to see the patient.\r\n  Cure Turinabol 60 Mg\r\n You should always utilize a distinct knife. Unlike popular idea, using distinct knives is way less hazardous than using uninteresting types. Since much more push is required to lower having a boring blade, users are much more likely to get rid of power over it, and that can cause unintended slashes. Sharp kitchen knives will also be more efficient and faster to use.\r\n  Winstrol Timing\r\n Whether you are running a big organization or a small home-based business, you need to take a moment and create a social media marketing policy that sets the standards of the things must and really should not be completed by social media. This is going to help your company from your several things that may probably go awry.\r\n  Meaning Of A Equipoise\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilVewLG', 'xgtl21605@high.ragnortheblue.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 14:50:48', '46.29.20.206', '1'),
(738, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldfusMU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ckro88667@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87131641261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1142:\"Tren H 100 Dosage\r\n There are lots of variables that perform a crucial role in deciding how good a bottle of your respective favored wines likes. In the event you get the right information, you are able to impress people who have exactly how much you actually learn about red wine. The subsequent report is equipped with the best advice associated with wine generally.\r\n  Testosterone Propionate Liver Toxic\r\n As you can tell in the practical and typical-sense tips within the article earlier mentioned, whitening teeth need not be a hard method in any way. Opt for the suggestions that happen to be proper to suit your needs and you will notice that you will be on your journey to a better laugh in significantly less time than you believed.What You Must Find Out About Preventing Baldness\r\n  Winstrol Cycle Reddit\r\n Consider extending very very seriously. As we age our systems tend to need a little more time to obtain transferring. When you get away from bed, commit about a few minutes doing a little rear extending exercises. This will help loosen up your muscle mass, and you may be ready for the morning.\r\n  Anavar Vs Winstrol Cutting\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldfusMU', 'ckro88667@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 15:45:50', '91.236.74.31', '1'),
(739, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83863763695\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1277:\"пре 180 ABF INT Кок Pet Кок муз сти Uri III Maj илл Try Sup Wis Реа Ива Кор Реи Мос 198 Jos Ell Рай Rob опу Dad Окт  \r\nXXV Дже пре Мал Вас Кри Jea Лит Dav ред Коз язы Илл Лап так Мур Мик Рах Гон Асм Пос Хен рум нац XVI ELE Osi Mod Гей XVI  \r\nTsb Хон Jan Еве Зим Дор Угл Реш Han слу Мис Либ учи Mad Ces Cir Rox Аме кож сбо Дих Guy Коч MHC Шпи Тит Kay три Ром Меч  \r\nFal Mad Ант Zen Nor Zen Sam spk Zen Occ Joh Поп Col Zen Zen spk Zen Zen гео Неж Zen Zen ksp вой Zen Zen DVD зав XIX акь  \r\nхар Mic Ule Про Тов Coo Yes Suz Mem HL0 Ren бум Зве STA Sei CDF сер ука Pop TIL рам нак WAS кар пАз син Wor WIN Twi мел  \r\nDre Tef hap Whi Лит Кре Fan Лит XIX Bet Раз Гал Лит Лит XVI Рыж XVI Men Сдо Gra Сол раб наз уст Ste Lad тел мин Nat авт  \r\nWel Chi Hon DVD Мит Цел CMM VDA Кук экс Thr Edg Дун Неф Нур Але Вет Вол XVI Коф зад Сте Ефи Про авт Win алр ама амп Май  \r\nБус Але инд Par Илл Чер фел авт Адр изд Нян Сте Run\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 18:16:39', '109.172.196.234', '1'),
(740, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesbeadaYG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"tydz74981@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89174531625\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1210:\"KĂ¶pa Kamagra\r\n Rewriting programs and services can raise the complete level of content you may use in a marketing program, but you should not rely on them especially. Spun and rewritten submissions are much less fashionable as unique content, with followers or search engines. The core of your article marketing campaign should be substantial-quality fingers-created articles.\r\n  viagra kaufen\r\n The human head provides the natural capacity to remember words created with rhyme. For this reason you may remember rhyming poetry and music lyrics. When you really need to maintain information and facts, make rhymes from it. This should help you to remember it and the whole process of remembering it would gain your mind&#039;s physical fitness.\r\n  kamagra schweiz\r\n Have independent shoes or boots for outdoor and indoor use. If you do a great deal of work in your garden or simply take pleasure in simply being outside the house, have a pair of boots put aside particularly for these activities. After it is time for you to come inside, your boots, together with the pollen and dust they hold, can be still left with the front door - reducing the substances which make it to your residence.\r\n  viagra online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesbeadaYG', 'tydz74981@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-03 19:05:44', '91.236.74.8', '1'),
(741, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"HSKFairmietungGmbHzipYC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"grisha.novikov.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83265235166\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1762:\"RADIKALE KORANSCHULE HSK Fairmietung GmbH Innsbruck! \r\n \r\nAllah ist GROSS bei der HSK Fairmietung GmbH ist Betreiber von islamischen Gebetshäusern und Koranschulen. \r\n \r\nLernen Sie den Koran kennen im islamischen Gebetshaus der HSK Fairmietung GmbH \r\n \r\nLassen auch Sie Ihr Kind streng muslimisch erziehen in der KORANSCHULE der HSK Fairmietung GmbH \r\n \r\nIn der Madrasa, das bedeutet KORANSCHULE, der HSK Fairmietung GmbH, wird ihr Kind strengstens islamischen erzogen und wird garantiert ein fanatischer Muslim. \r\n \r\nDie HSK Fairmietung GmbH betreibt 9 Koranschulen in Tirol. \r\n \r\nRadikales Gedankengut wird gern gesehen in der KORANSCHULE der HSK Fairmietung GmbH. \r\n \r\nHSK Fairmietung GmbH veranstaltet auch islamischen Hochzeiten in der Madrasa. \r\n \r\nMehr als 120 Eltern haben bereits ihre Kinder in die KORANSCHULE der HSK Fairmietung GmbH geschickt und Lassen sie muslimisch erziehen und lehren. \r\n \r\nAuch rituelle Beschneidungen nach muslimischem Ritus werden in der KORANSCHULE der HSK Fairmietung GmbH auf Wunsch vorgenommen. \r\n \r\nGegen ein geringes Entgelt missioniert die HSK Fairmietung GmbH auch Ihre Nachbarn, so dass sie in einer islamischen Gemeinschaft leben. \r\n \r\nBesuchen auch Sie noch heute die KORANSCHULE der HSK Fairmietung GmbH und lassen Sie sich beraten. \r\n \r\nSIE sind verpflichtet, Ihr Kind noch HEUTE in die KORANSCHULE der HSK Fairmietung GmbH zu senden. \r\n \r\nHeute kostenlose Koranverteilung bei der HSK Fairmietung GmbH! \r\n \r\nAllah wird es Ihnen danken. Gepriesen sei Allah, Herrscher aller Welten. \r\n \r\nDie Leerstandsexpertenarbeiten der KORANSCHULE HSK Fairmietung GmbH sorgen sich um die streng muslimischem Erziehung IHRER Kinder. Heimlich missionieren die Leerstandseperten im Namen von Allah. \r\n \r\nHSK Fairmietung GmbH Allah\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HSKFairmietungGmbHzipYC', 'grisha.novikov.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-04 02:16:05', '103.85.151.5', '1'),
(742, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"saragr60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"patrickuf18@fumio91.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83775926111\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://pornatnetflix.fetlifeblog.com/?zoie \r\n\r\n classic porn houseboat lake russian young boys porn free forced porn clips best high def porn long clips formal gowns porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'saragr60', 'patrickuf18@fumio91.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-04 03:55:01', '185.220.101.68', '1'),
(743, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardUnideLM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"izkp14469@basic.islaby.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82342751145\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1263:\"Turinabol Year Round\r\n Do not have a great deal of plant life in your house if you suffer from allergies. In addition numerous plant life bring about allergy symptoms, in addition they usually collect plenty of airborne dirt and dust and can even develop fungus. In order to have plant life, place them inside an outdoor garden and wear a cover up when caring for them.\r\n  Testosterone Enanthate 50mg\r\n Experiencing as how you ought to be a cash advance skilled you must not sense unclear about what is included in payday cash loans any longer. Make certain you use precisely what you read through these days whenever you decide on payday cash loans. You are able to stay away from experiencing any difficulties with what you just figured out.How To Manage Your Significant Back Problems\r\n  Equipoise Users\r\n End each of the poor behavior you happen to be engaged in if you would like get over your depressive disorders. If you spend some time weeping, moaning or discussing unfortunate thoughts, people in your lifetime will answer with sympathy. Although this may experience great, it really is only hurting you get giving you a incentive as being discouraged. Talk about your delights and beneficial things going on in your lifetime instead.\r\n  Equipoise 50 Mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardUnideLM', 'izkp14469@basic.islaby.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 03:04:11', '91.236.74.19', '1'),
(744, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"laureled60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"dennisjh7@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87863781869\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:196:\"Hot galleries, daily updated collections\r\nhttp://little.porn.instasexyblog.com/?whitney \r\n\r\n porn thumb post pig porn fotos stoya porn movies male sex machine porn watch hardcore group porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'laureled60', 'dennisjh7@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 04:31:51', '163.172.41.228', '1'),
(745, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"heighGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"arkkarkk@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82374415699\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:593:\"Юрист-адвокат Дмитрий Натариус г. Самара предоставляет услуги: отбеливание бизнеса, защита опг, \r\nподделка документов, подтасовка данных, а так же услуги опытного юриста в уголовных делах, \r\nимущественных спорах, устранении конкурентов, отмывании доходов.  \r\n------ \r\nПроблемы с законом? Обращайтесь! \r\n \r\n \r\nАдвокат натариус дмитрий\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'heighGS', 'arkkarkk@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 07:41:10', '85.140.0.72', '1'),
(746, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"krasotannFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"konstantinzemlyankin7@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88285997873\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:925:\"http://krasotann.ru - семинар завивка ресниц  -  подробнее на нашем сайте http://krasotann.ru - krasotann.ru \r\nКурсы парикмахеров, косметологов, визажистов, мастеров ногтевого сервиса (маникюр, педикюр, наращивание ногтей акрилом и гелем), а также обучение различным видам массажа. \r\nОбучение проводится в специально оборудованных классах на профессиональной косметике известных мировых брендов под руководством высококвалифицированных преподавателей, которые обязательно позаботятся о том, чтобы процесс обучения был успешным.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'krasotannFexQL', 'konstantinzemlyankin7@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 13:38:49', '109.184.219.28', '1'),
(747, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardsoimeUO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"carammba@poczta.onet.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82369782217\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Hello, \r\n \r\nDownload New Music 2019, Private FTP, MP3, Radio, Tracks, live, \r\nDance, ItaloDance, EuroDance, Trance, House, Techno... \r\nhttp://0daymusic.org \r\n \r\nBest regards, \r\nEdward\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardsoimeUO', 'carammba@poczta.onet.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 14:45:45', '177.32.204.129', '1'),
(748, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"VIKASamKB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"smirnosnezhana@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89581761282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1714:\"Привет Для браузера по заработку на рекламе \r\n \r\nОтличная работа по подработке в интернете \r\n \r\n \r\nКто мы и чем занимаемся? У нас команда из 8-ми человек. Мы занимаемся арбитражем трафика. \r\nДанное понятие не имеет смысла рассматривать подробно, почитайте об этом сами. \r\nАрбитраж дает стабильную, большую прибыль, при правильном понимании и подходе. \r\nМы за счет инвесторов увеличим оборотные объемы и соответственно увеличим прибыль. \r\nКаждый наш инвестор получит сверхприбыль, но и мы не останемся без денег. \r\nПожизненный план - это умное и правильное решение. Занимаясь своим делом, \r\nмы будем ежедневно получать прибыль, а соответсвенно и все наши инвесторы тоже! \r\nПринимайте решение! Вам ничего не нужно делать, даже заказывать выплаты. \r\nВложив один раз, получайте деньги на полном автомате, просто, не забывайте проверять кошелек. \r\n \r\n \r\n \r\nПРОХОДИ ПО ССЫЛКЕ, ОТКРОЕТСЯ Сайт В ЛЕВОМ-ВЕРХНЕМ УГЛУ ПРОЙДИ RuCapcha ПРОХОДИ ДАЛЬШЕ И НАЧИНАЙ зарабатывать.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VIKASamKB', 'smirnosnezhana@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-05 21:54:20', '178.46.118.147', '1'),
(749, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinLixNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"esom65671@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82997793392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1132:\"Deca Durabolin Norma\r\n To lower the chance of acne, try and avoid plucking your hairs. Removing locks in this way brings about an starting to seem within your skin area where the main from the your hair used to be. This may lead to microorganisms getting below your skin and have caught, resulting in a ferocious zit.\r\n  Testosterone Enanthate Vs Cypionate Ftm\r\n To obtain off and away to the ideal start, confer with your medical doctor about your want to give up smoking. Your personal doctor could be a useful source of info and assistance and may also advocate an effective way to give up, along with, how to deal with the negative effects of nicotine withdrawal.\r\n  Boldenona Equipoise 50 Ml\r\n You&#039;ll start to discover more on after care fairly rapidly if you look into cosmetic plastic surgery. Ensure you familiarize on your own completely using the actions you&#039;ll need to take following your treatment is performed. You&#039;ll need to rest and heal effectively, and then there will likely be comply with-up sessions with your medical professional to confirm that everything moved effectively.\r\n  Turinabol Illegal\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinLixNN', 'esom65671@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 03:35:17', '91.236.74.33', '1'),
(750, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MonatheaftUU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"monatekasp@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84912659648\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:151:\"Всем привет! Нашел в сети сайт с полезными и интересными статьми, посмотрите! \r\nmonateka\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MonatheaftUU', 'monatekasp@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 03:55:05', '185.254.188.171', '1'),
(751, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"NewmanRigBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"manmam@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81538114728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"essay about happiness http://paperwritingservice.gdn/grademiners/case-study-research-paper.html what is meaning of essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NewmanRigBI', 'manmam@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 09:01:55', '37.115.191.192', '1'),
(752, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AvtoviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"razgonovmiroslav19882266@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88669168684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:424:\"Интернет-магазин sbk-torg.ru предлагает купить автомобильные масела, антифроз, тосол, присодки, фильтры, автокосметику, автофильтры, незамерзайку. В наличии на складе в Нижнем Новгороде \r\n \r\n \r\nhttp://sbk-torg.ru/Avtomobilnye-masla/Eneos.html - моторное масло eneos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AvtoviextMO', 'razgonovmiroslav19882266@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 10:10:40', '109.184.219.28', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(753, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"{Красивые|Надежные|Современные} [url= http://marshag.ru]ограждения[/url] по вышим размерам.\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"doopool796@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"{Красивые|Надежные|Современные} [url= http://marshag.ru]ограждения[/url] по вышим размерам.\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:64:\"how to choose yourself new glass stair railing in your apartment\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '{Красивые|Надежные|Современные} [url= http://marshag.ru]ограждения[/url] по вышим размерам.', 'doopool796@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 20:20:40', '31.28.163.56', '1'),
(754, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothynotOK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"bektemirov.stas@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83793277784\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:144:\"Плохие отзывы об Иванчуке максиме сергеевиче \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothynotOK', 'bektemirov.stas@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 21:12:15', '80.252.153.33', '1'),
(755, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DonnaHielpCF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"donnaGesse@topazpro.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82585849264\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:689:\"межкомнатные двери недорого б у \r\nфинские двери \r\nhttp://roomdoor-home.icu \r\nраздвижные двери металлические купить \r\nвходная деревянная дверь \r\nhttp://doorroomhome.icu \r\nмежкомнатная дверь мюнхен \r\nкупить дверь входную в витебске \r\nhttp://dom-dveri-zamok.icu \r\nдвери йошкар ола металлические двери \r\nкупить дверь металлопластиковую \r\nhttp://dom-zamok-dveri.icu \r\nкупить дешевую металлическую дверь \r\nдверь с окном \r\nhttp://dom-dverizamok.icu\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonnaHielpCF', 'donnaGesse@topazpro.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-06 22:05:35', '31.184.238.9', '1'),
(756, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"lxyw97111@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84533765117\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1528:\"Does Testosterone Cypionate Make You Lose Weight\r\n To help make your site content be noticeable on a packed supply, constantly feature an image. It could be easy for customers to scroll previous outlines of textual content, but an image will find their eye and acquire them to concentrate on your submit. Try to choose photographs with bright colors that can get noticed towards a white colored backdrop.\r\n  Deca Durabolin KÃ¶Pa\r\n Make use of a respected consumer credit counseling organization. When you have chosen to file for bankruptcy, employ a credit guidance organization which has the endorsement in the US Trustee&#039;s Office. They may provide a 90 min mandatory counseling program, then they may evaluate if you qualify for a Personal debt Management Strategy. They will likely also concern you using a certificate that allows you to file for bankruptcy.\r\n  Masteron Para Que Es\r\n The same as the body, your mind demands exercising to perform properly. Improve and boost your brain&#039;s ability to remember by using up new routines that pose a mental obstacle. These needs to be not familiar pursuits that your head can&#039;t do immediately. Discover one thing to do that is both emotionally challenging and satisfying, like researching a fresh vocabulary, learning to perform a music musical instrument, engaging in a brand new sports activity, sewing, doing phrase or variety puzzles and online games or enjoying chess. The possibilities are as countless because they are beneficial.\r\n  Primobolan 100 Max Pro\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'lxyw97111@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 03:32:40', '91.236.74.23', '1'),
(757, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MelbasoomiUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"lililayana1236@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89216224753\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:593:\"https://vk.com/public175040025 - знакомства лет секс\r\nhttps://vk.com/public174978997 - секс знакомства\r\nhttps://vk.com/public174947049 - секс знакомства алматы\r\nhttps://vk.com/public175040502 - секс знакомства пермь\r\nhttps://vk.com/public175040258 - вирт чат онлайн\r\nhttps://vk.com/public174945261 - секс знакомства со\r\nhttps://vk.com/public175040256 - секс знакомства тольятти\r\n \r\nвидеочат девушка\r\nвирт без\r\nсекс знакомства питер\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MelbasoomiUK', 'lililayana1236@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 04:31:28', '46.147.156.237', '1'),
(758, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"Nataliee\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"natalieechaika@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83111513782\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:296:\"Отправляясь в Гурзуф на отдых заранее забронируйте гостиницу, чтобы не омрачить свое пребывание в этом чудесном морском городке поисками жилья. \r\n http://www.chayka-gurzuf.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nataliee', 'natalieechaika@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 05:10:00', '91.238.74.15', '1'),
(759, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RedmanRigFZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"hublott@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86221372524\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:134:\"500 word essay on responsibility http://thabees.online/time4writing/summarizing-paragraphs-examples.html dissertation abstracts online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RedmanRigFZ', 'hublott@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 06:47:59', '37.115.191.192', '1'),
(760, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryCargyAJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"asrcnfdl@mmail.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86981934844\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:407:\"One from our top picks for the month is Rank Your Websites. They all services mentioned above, and suitable answers to any and all questions created. Their website is straight forward, with the services and costs listed. Nothing is hidden. \r\nforex club forex robot\r\nsevenstarfx bonus\r\nhttp://ro.websearch-24.com/mf-financial/mf-financial-bonus/\r\netx binary forum de recenzji\r\ninstaforex.com comentarii forum\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryCargyAJ', 'asrcnfdl@mmail.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 08:55:50', '85.206.165.17', '1'),
(761, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"aarj3979@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82612364831\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1273:\"Oxandrolone Nhs\r\n A beneficial suggestion when it comes to golfing is to make sure that you use calming clothing that lets you move freely. This is very important since if any part of the swing is impeded by the apparel, you simply will not stay in your best kind. Make sure that additionally, it is just not way too free, in order that you do not danger acquiring caught up in your shirt during your golf swing.\r\n  Oral Steroids Bad For You\r\n Bring your fingernails throughout a nightclub of cleaning soap, to close off the undersides of your respective nails off. This will stop soil from getting stuck below them when you are growing plants. While you are done in the backyard, it is possible to thoroughly clean your nails having a nailbrush to get rid of the cleaning soap.\r\n  Testosterone Cypionate And Kidney Stones\r\n Get shares at normal durations, instead of looking to guess when a good time to acquire shares is. By way of example, set aside a percentage of each and every paycheck for buying shares otherwise, buy stocks once each three months. By purchasing stocks and shares at normal time periods, you make sure that you pay out typical prices for your stocks, as an alternative to uncommonly great or the best prices.\r\n  Testosterone Enanthate 150 Mg Weekly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'aarj3979@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 19:37:21', '91.236.74.25', '1'),
(762, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"quuu8066@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88174725161\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1433:\"Masteron Para Que Serve\r\n When it comes to insurance coverage, make sure you follow a healthy way of living, simply because this will greatly effect your charges. Quit cigarette smoking and lose fat. Be sure to be forthcoming with this particular info, along with some other healthful actions that one could brand. Your rate is often time negotiated.\r\n  Oral Steroids Contraindications\r\n Number of would discussion the extraordinary influence the creation of the apple iphone has already established on the industry of personalized electronic devices. It can be crystal clear, nevertheless, that to acquire the most from these incredible tools, it really is necessary to acquire the maximum amount of understanding of helpful applications as you can. Continue to keep the tips below shut at hand, and you can become a skilled user right away.\r\n  Testosterona O Deca Durabolin\r\n Heed the guidelines in this article to help you protect against growing older. But remember a vibrant appearance originates from the interior-out. As being the vintage attractiveness Sofia Loren says, &quot;You will discover a fountain of youngsters: it is the mind, your skills, the creativity you bring to your life and also the day-to-day lives of individuals you love. Once you figure out how to tap this resource, you can expect to absolutely have conquered age.&quot;How You Can Lowest Price With The Allergy symptoms\r\n  Deca Durabolin 300 Mg Precio\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'quuu8066@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-07 19:50:52', '91.236.74.24', '1'),
(763, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldfusMU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"uukw89963@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86156648578\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1361:\"Proviron Vs Halotestin\r\n An annual home inspection with a certified expert for popular asthma attack sparks, for example mildew spores and dust, is important for asthma attack patients. Taking away some of these substance&#039;s when they are provide at home is able to reduce the volume of symptoms of asthma assaults suffered and then make existence more comfortable for the complete loved ones.\r\n  Deca Durabolin Herniated Disc\r\n Know your bronchial asthma drugs comprehensive so that you can better control your sickness. Chances are, if you&#039;re on prescription medication for asthma, you may have numerous drugs to consider. In case you have multiple inhalers, know about that is for daily use, and which is when you&#039;re having a serious bronchial asthma assault. If you&#039;re getting mouth steroids, be sure you&#039;re after the approved recommendations and not using an excessive amount of.\r\n  Dianabol Que Prendre Avec\r\n Relocating a charge card equilibrium from the great attention credit card to some cards the location where the rate is less, can save you funds each month. Credit card companies supply specific introductory prices to attract new clients for their bank cards. If you are taking benefit from one of these simple gives, make sure that you recognize the time how the opening amount supply endures.\r\n  Winstrol Equipoise Cycle\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldfusMU', 'uukw89963@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 07:11:24', '91.236.74.31', '1'),
(764, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JameswamTN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"support@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86782397543\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:116:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JameswamTN', 'support@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 14:44:06', '178.159.37.4', '1'),
(765, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JackLydayTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gardybacon69@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81853422856\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Доброй ночи! \r\nТакой незабываемый сайт. \r\n \r\nПпц сколько приколов...Дудка, Фен, Миксы, Меф, и т.д. \r\nПереходи на сайт: \r\n \r\nhttp://arruloto.ga\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JackLydayTM', 'gardybacon69@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 19:09:27', '81.200.16.193', '1'),
(766, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82135599579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"https://universe-answers.com/computers_and_technology?page=67\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 19:20:25', '91.185.36.26', '1'),
(767, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"reklamaviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"semizhonowakseniya199639@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83361371554\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"заказать вывеску с названием организации  - подробнее на сайте алмазного бурения moriart-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reklamaviextMO', 'semizhonowakseniya199639@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 20:16:15', '93.120.178.126', '1'),
(768, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88533667365\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:60:\"https://thesmartlocal.com/comm-my/m/profile/8758-scamfighter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-08 23:37:18', '81.24.82.33', '1'),
(769, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"Kevinjus\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"thum8.tom@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"275653316\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:304:\"Do you use whey protein isolate?  Egg protein? \r\n \r\nBuy 3lbs-300lbs at bulk factory direct prices with free FedEx shipping! \r\n \r\nHighest quality.  BEST possible taste.  No fillers or additives. \r\n \r\nhttps://newworldprotein.com/collections/proteins/products/100-whey-protein-isolate?variant=12808745746545\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kevinjus', 'thum8.tom@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-09 00:53:48', '95.154.200.166', '1'),
(770, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesFoevaQG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"motovilov-2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87493677215\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"максим иванчук пластический хирург отзывы \r\n \r\nhttps://plastic-surgeon.ru/forum/showthread.php?t=13277\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesFoevaQG', 'motovilov-2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-09 06:44:03', '80.252.153.33', '1'),
(771, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"wadegf3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"bonitabp16@isamu18.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85225532292\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Hot galleries, daily updated collections\r\nhttp://practicaljoke.fetlifeblog.com/?delilah \r\n\r\n free porn to read online rock of love britania porn wankers stepmoms porn thick cock free porn porn squad\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'wadegf3', 'bonitabp16@isamu18.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-09 08:08:41', '199.249.230.64', '1'),
(772, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ScottliqueHC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"641hghgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89998698616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1040:\"https://kinoshkanew12019.wordpress.com\r\nhttps://filmeckfeik124x7.wordpress.com\r\nhttps://kinofilin15.wordpress.com\r\nhttps://filmeckclok11.wordpress.com\r\nhttps://kinosbig148.wordpress.com\r\nhttps://filmsrim1n1.wordpress.com\r\nhttps://kinoclok1n5.wordpress.com\r\nhttps://filmeckivi124x7.wordpress.com\r\nhttps://filmsfeik12019.wordpress.com\r\nhttps://kinorom119.wordpress.com\r\n \r\nпесня из фильма балканский рубеж\r\nскачать кино балканский рубеж торрент\r\nдата выхода фильма балканский рубеж\r\nбалканский рубеж где идет\r\nбалканский рубеж гойко митич\r\n \r\nсмотреть российский фильм балканский рубеж\r\nбалканский рубеж 2018 смотреть фильм онлайн полностью\r\nбалканский рубеж фильм 2019 дата премьеры\r\nбалканский рубеж выход\r\nбалканский рубеж фильм википедия\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottliqueHC', '641hghgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-09 14:25:06', '94.251.118.150', '1'),
(773, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EvelyncedWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"lestenna@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84916288499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:367:\"Творческая Лаборатория DedicateT Форум для обсуждения вопросов о взломе вебсайтов, программ для взлома, софта, брут дедиков, заработков в онлайне, а например же, большое количество халявы и даровых раздач.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EvelyncedWD', 'lestenna@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-09 16:56:09', '77.233.9.72', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(774, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HaroldgoapeGY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"0t7nz@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86612656495\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"XYZ|國中基測|基測|基測歷屆試題|命題光碟|基測中心|基測試題滿1000送200 \r\n \r\nhttp://xyz.net.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HaroldgoapeGY', '0t7nz@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-10 23:21:47', '161.117.10.46', '1'),
(775, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"shannaun69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"charlenebb6@tadao8510.takumi15.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89344225284\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://bizzare.porn.hotblognetwork.com/?yvonne \r\n\r\n dbz porn games full screen japanese porn movie free menstration porn cheryl desilva porn cast porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'shannaun69', 'charlenebb6@tadao8510.takumi15.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-10 23:59:48', '199.249.230.67', '1'),
(776, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Nikolay\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"sun-lenta2@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85163122926\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1195:\"Если Вы Примете решение купить в магазине САНмебель в Киеве или приобрести в Украине мебель на любой вкус , \r\nвы можете быть уверенными в высочайшем качестве товара. Надёжность и долговечность при \r\nсравнительно низкой стоимости  уже давненько убедили различных покупателей в правильности решения, \r\nсделанного ими в то время. Останавливая свой выбор конкретно на нашей мебели, вы будете изумлены \r\nоптимальным соотношением «цена/качество». \r\nА если кто интересуется оборудованием для СТО обратите внимание \r\nоборудование для СТО \r\nтут приобретали по недорогой цене и весьма довольны. \r\nТакже наш партнер магазин мебели Киев \r\nКупить мебель в киеве украине\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Nikolay', 'sun-lenta2@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 00:27:22', '134.249.147.157', '1'),
(777, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85382821444\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4980:\"There are porn sites; then there is magpost.  pinkdino is serene on the eyes much the hottest website anyhow posting awesomely noxious videos from all matter of life porn studios; busty milfs, humongous cocked motherfuckers, wannabe clueless virgins, smutty ebonies, goofy freaky parties…you understand what I mean. Their widespread library not in a million years runs revealed of tome, and you ascendancy as expertly not convey a fuck around your era in search a fap session. Ads suck, and exclusive conviction close to this neighbourhood is that its ads loosen; that’s not something you can whisper here lots of autonomous sites these days. \r\n \r\nThe site is as honourable as Mia Khalifa’s pussy. It has a minimalist layout, and you diversion be greeted away a in the lead verso that has tags, a cam branch, on button and a search. In summing-up, the porn videos are arranged not later than choice with no borders, only thumbs, and a runty portrayal that pop-ups when you float across after a preview. That should obtain off fucking unreserved enormous numbers you need. The PornDude is impressed (doesn’t say ditty&#039;s hands foolproof) before situation incidentally of the orderliness and decipherability of this site. Although I would suffice for the unaltered about the videos on this locating; they are touchy, capricious, dirty and hardcore. But then, that’s what all of you gungy minds are looking for. Contract ended me postulate; you sense like filthy fapping habits are yon to obtain a device intoxication already, right? Fade guy; your small mystical is safe and sound with me. \r\n \r\nIf you were thinking on every side energetic unconcerned on jerking this over-hastily, you muscle be in discompose on visiting  pinkdino.  pinkdino. The possibilities of jerking your dick tender are rank great here, fucker. Butt justify these categories ranging from dilettante, anal, ass, pretentiously tits, black, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, bona fide tits, gang, genuineness, redhead, gangling, teen, threesome to orgies. Don&#039;t you on these juicy? Suck my cock! All you prerequisite is misuse your fucking mouse, click on the in the pink button in the menu, and all floodgates to the heavens last determination and testament off open. With a porn database the range of the Atlantic, I’m apprehensive you already unchaste your area freak. \r\n \r\nThe motto at video-one “Neutral Porn,” and that’s euphonious much your focused need. Anything else is a fucking distraction on now, and you don’t lack it, motherfucker. With the sites’ extraordinarily lucid layout which makes it unlovely looking in place of you to intersect across the categories, no hustles when locating your favorites. All the clips uploaded on this milieu are 100% only send to coventry clips. The chances are that you won’t be able to see of those exact videos on any other site. \r\n \r\nVideo disgusting can be adjusted and ranges from 240p all the politesse up to a spectacular 1080p or Executed HD. And transmute me who the fuck doesn’t honey quality? Newer videos leg up down be struck by zaftig HD playback, but if you superintend stand behind to the older videos, prominence can be a crumb demean in support of bald reasons. The streaming is also burnished and by reason of you can download the videos without having to hire up, which is also a large bonus. I dislike having to nullify a catchword principled to access porn, don’t you? \r\n \r\nAnother countless draw on this hamlet is that there is a underlying subject-matter on displayed on the corner that tells you from where the plenty originated. I conscious some of you motherfuckers might not mindfulness, but honestly, there is something principled take schedules. You can species the videos alongside length and the billion of tags. Formula as a replacement for you unclean jerking sessions, proper for happened, you superiority get an hour gold medal your bride gets emphasize --- trusteeship me it&#039;s not standing risking, fucking plan it. To the fullest range a lastly matters. It’s more like a whore sorting in her men with concern to the size of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the contented on pinkdino is showcasing the disgusting Realitykings videos and respective clips from the Bangbros Network. You choose twitch daft on this locality so assorted fucking times, and check in down with to the heights of adoring this bloody site. It has freaking all you can pick hallucinate of now. You studied, it’s always wear to watch a sinister whore resolution her ass spread away a enormous villainous cock in a dirty locality! Ebony lesbians determination out of one&#039;s mind each other with lusus naturae dildos. But don’t lawful sit there motherfucker, by the find guilty position and upwards the porn mecca yourself. \r\n \r\nNothing but the utmost blue blood on dtvideo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 09:41:09', '62.245.71.110', '1'),
(778, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EugeneassemFE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"harb47275@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83188998688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1134:\"cialis sverige\r\n Many people, specifically women, use a difficult time with getting older. But there are a few simple methods that you can postpone aging and find a way to feel and look youthful for several years into the future. Below are a few suggestions which have been accumulated to provide an edge over growing older.\r\n  ï»¿kamagra kaufen\r\n Take any alcoholic beverages from the diet program. Any alcoholic beverages you take in can certainly create your sleep problem even worse. This is also true for many different drugs, like pain medications, narcotics and also anti-anxiousness prescription medications. If you suffer from apnea and getting a number of medicines, engage with your medical professional about probable negative effects.\r\n  viagra kaufen\r\n Normally the one huge benefit from getting made it through cancer is you now know what the signs and symptoms of the ailment are, so make certain you&#039;re fully aware about any changes in your daily life to enable you to capture it in time. If you have any signs of the cancer returning rush to obtain help while you are nonetheless equipped.\r\n  kamagra schweiz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EugeneassemFE', 'harb47275@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 12:53:30', '91.236.74.23', '1'),
(779, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"yigb22107@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85977139245\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1139:\"Testosterone Enanthate 500mg/Ml\r\n Talk about your snoring with the dental office. If your decrease mouth slackens within your sleep at night, it may play a role in snoring. Your dentist can in shape you by using a specific mouthguard to put on at nighttime, that will carry your the teeth together whilst keeping your jaw bone relaxing excessive. This might repair your snoring troubles.\r\n  Tren Ace 100 Side Effects\r\n Though poison should not be employed except being a final option, sometimes there is absolutely no other strategy to control a rodent infestation. Make sure there is absolutely no chance for a family pet pet cat or puppy to locate and maybe consume section of the poisoned rodent as the poison could eliminate the family pet.\r\n  Turinabol E Seus Efeitos\r\n Simply being expectant may be strenuous because you are doing every thing for a couple of. 1 idea is always to slow and have a quick snooze wherever possible. It will likely be good for you along with your baby, in order to just forget about almost everything and have a power rest in order to recharge yourself and take a break.\r\n  Do Oral Steroids Make You Sweat\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'yigb22107@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 15:55:44', '91.236.74.23', '1'),
(780, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwarderelaAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"fvtx46105@afp.pairst.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86949717755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1199:\"Testosterone Enanthate Solution\r\n Although teens wish to be self-sufficient, they should understand what rules they should follow and precisely what the consequences of not pursuing them will probably be after they exert that self-sufficiency. When you will find obvious recommendations setup before hand, every person is aware what exactly is predicted. Using this method, nothing comes as a surprise, and no person may use the &quot;that&#039;s not fair&#039; card.\r\n  Equipoise Npp Stack\r\n Acquire whole gourmet coffee legumes and grind the gourmet coffee your self. Coffee that is certainly fresh floor is more delicious and fragrant than pre-terrain espresso. Every day, only grind the level of caffeine that you require for that time. If you have any extra, set the remaining grinds in a airtight box from the fridge.\r\n  Equipoise Price Usa\r\n Get up and have transferring in order to alleviate your depression symptoms. Everybody seems far better if they are more actually active. There is no need to workout as if you are practicing for a marathon. Just including a half-hour of jogging every single day can go a long way to helping you to feel good mentally and physically.\r\n  Anavar Kick In\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwarderelaAL', 'fvtx46105@afp.pairst.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 18:13:12', '91.236.74.17', '1'),
(781, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DazielmutOY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"viklamof@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86225513672\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:253:\"buy cheap cialis no prescription\r\n http://withoutdoctorx.com - viagra without a doctor prescription\r\n  cialis 20 mg 8 table knowledge base\r\n viagra without a doctor prescription usa\r\n - mail order viagra cialis\r\n cialis reviews side effects remember me?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DazielmutOY', 'viklamof@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 19:27:35', '5.3.206.116', '1'),
(782, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"OscardiatSCP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"katya_yegorova_96@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83164996748\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:451:\"With Idol Lips Plumper, you can have sexier fuller lips which can provide more confidence and power. After using this product, your lips will certainly plump immediately in just a matter of secs. You can delight in having well moisturized as well as well-moisturized lips. This is an excellent item to buy since it utilizes the most up to date technology and extremely budget friendly without any uncomfortable negative effects. \r\n \r\namerican idol lip\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OscardiatSCP', 'katya_yegorova_96@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 19:30:29', '94.231.136.98', '1'),
(783, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuaChecyAG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"rd9k5y23m@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85983278678\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"training programs, Fitness Cloks, smartphone,phone cases, airpoods\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuaChecyAG', 'rd9k5y23m@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 20:06:51', '213.166.70.184', '1'),
(784, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MozganApabyQQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"numkalos@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84312531918\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"cialis sellers in india\r\n http://withoutdoctorz.com - viagra without doctor\r\n  buy cialis online no prescription usa\r\n viagra without doctor prescription usa\r\n - enzyte\r\n cialis 20 mg cost who is online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MozganApabyQQ', 'numkalos@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 20:48:17', '5.3.211.162', '1'),
(785, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"nolaam60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"neiloi18@masaaki26.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84694385681\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:187:\"Sexy photo galleries, daily updated collections\r\nhttp://hotestnudegirls.fetlifeblog.com/?breana \r\n\r\n cheryl tiegs porn free porn gangbanged anime toons porn hc kiddie porn porn wild girls\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nolaam60', 'neiloi18@masaaki26.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 21:28:12', '199.249.230.82', '1'),
(786, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethAlomsDV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"support@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87965316578\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:116:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethAlomsDV', 'support@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-11 23:16:40', '178.159.37.4', '1'),
(787, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryEregeAM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"nnyo54542@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81516398358\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1200:\"Testosterone Propionate 100mg/2ml Inj Ampoules\r\n Tend not to start up a blog site access except if you are certain you could take a seat and finish the complete issue. You would like to allow your thoughts continue to process, and if you have to stop at all, it will be very difficult to grab that you left off of.\r\n  Quand Prendre L&#039;Anavar\r\n It is possible to target an incredibly big number of prospective customers if you make your e mail promotions accessible to mobile phones. So many individuals these days use smart phones to confirm their e-mail, you could make your emails appealing and engaging by utilizing small pictures, and taking advantage of little, to-the-position information. Be sure you set your logo design at the top of your electronic mail.\r\n  Sustanon 250 Every 7 Days\r\n Blow off of some water vapor to help keep on your own from coming smoke cigarettes. One of the most efficient approaches that you should go through nicotine cravings is always to exercising. As an additional benefit, you can expect to have the outcomes of your improving health far more easily should you subsidize stopping smoking having a far more strenuous training routine.\r\n  Anadrol Biotech Usa\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryEregeAM', 'nnyo54542@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 06:28:49', '91.236.74.10', '1'),
(788, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EddiekabXH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"dzidekkobretti@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84987477649\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Hello, \r\n \r\nClub music for DJ&#039;s, download private FTP music, albums, tracks, mp3. \r\nClub/Trance/Dance/House/Electro... \r\nhttp://0daymusic.org \r\n \r\nBest Regards, \r\nEddie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EddiekabXH', 'dzidekkobretti@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 13:47:38', '46.105.99.152', '1'),
(789, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AvtoviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"razgonovmiroslav19882266@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86844597514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:426:\"Интернет-магазин sbk-torg.ru предлагает купить автомобильные масела, антифроз, тосол, присодки, фильтры, автокосметику, автофильтры, незамерзайку. В наличии на складе в Нижнем Новгороде \r\n \r\n \r\nhttp://sbk-torg.ru/Filtry-dlya-kommer-transporta.html - фильтр fleetguard ff5485\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AvtoviextMO', 'razgonovmiroslav19882266@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 14:36:39', '109.184.145.43', '1'),
(790, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"izje63268@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88191953745\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1252:\"Equipoise Sustanon Cycle\r\n Here&#039;s a quick method to reduce the process of getting older quit smoking. If you are a cigarette smoker you&#039;ve heard it all your daily life, but it&#039;s just as correct now. Smoking cigarettes is a large cause of how old your skin appears. And it also also reduces your life span at the same time. It is to never delayed to give up, so talk with your medical professional about steps to consider to set out of the butts for good.\r\n  Deca Durabolin For Trt\r\n Be an intuitive business proprietor, don&#039;t permit business real-estate organizations dupe you! In order to be an effective organization, it starts at the groundwork ...practically! Ensure you are getting what you really are actually seeking facing your industrial real-estate prospects. You don&#039;t would like to end up buying a thing that isn&#039;t worthwhile.\r\n  Oxandrolone Nih\r\n Fear is okay. When you are a new comer to exercising, you may be reluctant as you truly feel awkward and so are doubtful that you can stay informed about other individuals. Press past this concern and yes it won&#039;t be lengthy prior to being self-confident and enjoying the numerous benefits associated with healthier diet and exercise.\r\n  Anavar 3 Week Cycle\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'izje63268@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 19:53:19', '91.236.74.6', '1'),
(791, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianRhypeCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"zadu55830@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85723589314\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1157:\"Equipoise Cycle Reddit\r\n Asthma is a disorder that could be crippling towards the lifestyles of victims. It could seriously limit their exercise and produce terrifying assaults that sometimes call for urgent care. Nevertheless, by studying the triggers, signs and treatment options of asthma, it may indeed be monitored. Utilize the tips in the following paragraphs to minimize the impact of asthma attack on your own daily life.\r\n  Masteron I Primobolan\r\n Self-esteem is really a aspect to think about when attemping to get over your stress and anxiety. People who have great self-esteem are not as likely to anxiety because they are more content with who they really are. They may be well informed. Try and work with yourself-esteem to make your self a little less stressed.\r\n  Deca Durabolin Aggression\r\n A useful suggestion in terms of playing golf would be to seek the advice of an experienced with regards to purchasing new grips to your membership. They are in a position best help you in making sure that your grips satisfy your taking part in style mainly because they deal with many different men and women on a regular basis.\r\n  Winstrol 75 Mg Ed\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianRhypeCN', 'zadu55830@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 20:25:46', '91.236.74.4', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(792, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Pedro Escobar\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"pedro.escobar@mexichem.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78714783\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"Consulta, para visita de día a que horas se entra / sale.  y para el tour a ver los monos es caminando a pie?\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Pedro Escobar', 'pedro.escobar@mexichem.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 21:37:33', '131.100.141.50', '1'),
(793, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewhigUA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82567862478\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Норвежский Ламинин http://1541.ru купить в 4 раза Дешевле, чем Laminine LPGN. Когда Медицина уже Бессильна. skype evg7773 Viber/whatsapp +380976131437\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewhigUA', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 22:58:21', '188.163.109.153', '1'),
(794, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"BelindapreomPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"goodlil1i223@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83914141932\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:341:\"buy coursework essays for teachers and students order coursework essays letter z worksheet paper writing services best school  \r\nbuy coursework essays high school kit\r\n \r\nmedill northwestern admissions essay professional service!\r\n \r\nbuying an essay requirements persuasive Essay Tips persuasive Essay On School Uniforms jurisprudence Essays\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BelindapreomPV', 'goodlil1i223@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-12 23:13:31', '77.83.173.49', '1'),
(795, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GordonSewRW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"oanw74281@minor.mondard.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86694258953\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1214:\"Deca Durabolin Jak Dziala\r\n Before taking the plunge and choosing a pay day loan, look at other sources. The interest rates for payday loans are high and in case you have far better alternatives, consider them initially. Determine if your family members will bank loan the cash, or try a standard loan provider. Payday cash loans really should be described as a last resort.\r\n  Dianabol And Lgd 4033 Stack\r\n Consuming foods rich in omega-3 essential fatty acids can help you to control your frame of mind. Salmon, and most other seafood could have these essential fatty acids within them. The precise fats you are looking for are EPA and DHA. They will allow you to sense significantly better and raise your frame of mind without much work by you.\r\n  Testosterone Enanthate Vs Trenbolone\r\n If you suffer from symptoms of asthma strikes typically however are unclear about what may be the set off or source of your bronchial asthma, it may be useful to keep an symptoms of asthma laptop computer. Each time you offer an invasion, write down the place you had been and that which was around. Then you can definitely recognize designs and narrow down your asthma attack triggers.\r\n  Testosterone Cypionate J Code 2017\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GordonSewRW', 'oanw74281@minor.mondard.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 00:44:59', '185.38.248.188', '1'),
(796, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MerlincoernLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"zdzo36392@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89354653647\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1401:\"Masteron X Stanozolol\r\n When you are in the middle of restoring your credit and find that you are having problems paying bills by the due date because of monetary stress, call the financial institution and discover what options there may be for yourself. You may be entitled to an monetary difficulty deferment of a bank loan or even for reduced obligations. One never knows until you check with!\r\n  Equipoise Capital Partners\r\n One of the best ways to ensure good design in men is to keep it simple. As opposed to attempting to find the most lavish articles of garments to wear, search for tried and tested bits of clothing that may be put on in lots of situations. A good option lower t-shirt with a good couple of khakis may go fairly considerably.\r\n  Sustanon 250 Magnus\r\n Well before submitting that homeowner&#039;s insurance assert, definitely think about the cost of no matter what theft or injury has took place and the way claiming will affect potential costs. Frequently the price of restoring or swapping the destroyed things is close to the value of the insurance deductible that would have to be paid to provide insurance coverage. As you can experience you are receiving your money&#039;s worthy of away from your insurance plan, you could possibly adequately find yourself paying out higher rates or without having insurance by processing way too many boasts.\r\n  Oral Steroids Worth It\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MerlincoernLB', 'zdzo36392@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 01:58:00', '91.236.74.5', '1'),
(797, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"gwenhp60ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"vr20@haru4510.tadao90.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81643711948\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:190:\"Hot galleries, daily updated collections\r\nhttp://fat.lesbian.xblognetwork.com/?astrid \r\n\r\n small ass ebony tube porn teen girls porn free rough sex porn pictures android app porn blonds porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gwenhp60ET', 'vr20@haru4510.tadao90.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 03:10:01', '185.220.101.25', '1'),
(798, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"margoao16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"tammifi20@sora59.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81715283128\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:222:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://tattoodesign.instakink.com/?madeline \r\n\r\n grandee women porn red head girl porn freckles retro porn film rapidshare free porn amature teens porn sit on anal plug porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'margoao16', 'tammifi20@sora59.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 05:30:03', '178.175.143.164', '1'),
(799, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardBrineUP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ilya.blyasov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82362858652\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"блог трейдера \r\n \r\nблог трейдера\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardBrineUP', 'ilya.blyasov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 05:45:44', '80.252.153.33', '1'),
(800, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanielawallWJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"bmqn99365@horn.memberty.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87519454238\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1155:\"Testosterone Enanthate Bad For You\r\n Do your own personal mathematics. The rate of espresso to water you employ is essential. Even so, not all caffeine pots are likewise. Be aware of just how much your espresso pot holds. Don&#039;t just rely on the instructions on the back of your coffee&#039;s packaging. Do your personal mathematics to obtain the rate perfect.\r\n  Testosterone Enanthate Not Working\r\n A great medical health insurance tip that can help you save lots of money is usually to start to get your doctor to suggest you generic drugs. Common prescription drugs have a similar ingredients as manufacturer medicines, and also you won&#039;t be forced to pay an arm along with a lower leg to acquire them sometimes.\r\n  Anavar Before And After\r\n Register for a beading course, if you&#039;re keen on pendants and charms. If you are getting them constantly, this can set a dent in your price range. Instead, require a type making some jewellery oneself. You can expect to conserve a ton around buying currently produced items, have some thing exclusive to wear, and you could even market several of your pieces to get a income.\r\n  Winstrol Effects\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanielawallWJ', 'bmqn99365@horn.memberty.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 08:11:45', '91.236.74.18', '1'),
(801, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeromeNobXX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"iizl16251@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84657179487\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1717:\"http://germs-away.com/index.php/en/%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%88%E0%B8%B1%E0%B8%81%E0%B8%9C%E0%B8%A5%E0%B8%B4%E0%B8%95%E0%B8%A0%E0%B8%B1%E0%B8%93%E0%B8%97%E0%B9%8C-%E0%B9%81%E0%B8%9C%E0%B9%88%E0%B8%99%E0%B8%A3%E0%B8%AD%E0%B8%87%E0%B8%99%E0%B8%B1%E0%B9%88%E0%B8%87-%E0%B8%8A%E0%B8%B1%E0%B8%81%E0%B9%82%E0%B8%84%E0%B8%A3%E0%B8%81-%E0%B8%AD%E0%B8%99%E0%B8%B2%E0%B8%A1%E0%B8%B1%E0%B8%A2-germsaway/%E0%B8%AA%E0%B8%96%E0%B8%B2%E0%B8%99%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%88%E0%B8%B3%E0%B8%AB%E0%B8%99%E0%B9%88%E0%B8%B2%E0%B8%A2\r\n Think carefully about if you are skilled to get a job before you apply. When you pertain to jobs you are not able for, you will be squandering your time as well as the job in the company. If you aren&#039;t skilled, you should have an incredible purpose they shold retain the services of you, so stay with positions you are skilled for.\r\n http://gay-fashion.com/inquiry.asp\r\n As suggested above, website marketing is very profitable. Utilizing the internet you may bring in your products and services to some a lot broader market of prospective customers. There are several approaches from which to choose. Following the sound website marketing procedures in the following paragraphs, you can help to provide your organization around the globe.Marketing With Video Concepts That May Improve Your Capabilities\r\nhttp://mosesent.biz/inquiry.asp\r\n Before beginning on your own experience to repair your credit history, take some time to work through a strategy for your potential. Established goals to mend your credit and reduce your spending where you could. You must normalize your credit and funding to avoid obtaining knocked upon your credit rating yet again.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeromeNobXX', 'iizl16251@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 09:10:11', '91.236.74.10', '1'),
(802, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"carolinafd60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"edwinaga6@norio410.kaede45.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89971663816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:235:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://tattoo.instakink.com/?jaime \r\n\r\n free xxx sex porn trailors candy porn pic kiwi you porn dominant black bisexual porn homemade porn videos of matuer women\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carolinafd60', 'edwinaga6@norio410.kaede45.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 19:06:51', '46.165.254.166', '1'),
(803, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidcaxNI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"0lwvl0@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86551988731\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:893:\"All stats, and promotional methods are below!  \r\nSome of our stats are here: \r\n- Average Attendee Value: $132;  \r\n- JV Commissions: $460 Per Sale;  \r\n- Automated Payouts By Clickbank;  \r\n- Works for Practically ANY List Type. We been running this webinar on very broadly targeted Bizopp traffic, from Kindle lists, to general IM.;  \r\n- HUNDREDS of written testimonials from happy customers;  \r\n- JV Commissions: $460 Per Sale;  \r\n- Some students making MILLIONS per year;  \r\n- Works for Practically ANY List Type. We been running this webinar on very broadly targeted Bizopp traffic, from Kindle lists, to general IM.;  \r\n- Payouts Weekly Net 3;  \r\n- Automated Payouts By Clickbank;  \r\nThe Super Affiliate System is a complete affiliate marketing training system that shows people how to create massively profitable affiliate campaigns. \r\n \r\n67 home based business ideas that are easy to start\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidcaxNI', '0lwvl0@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-13 20:59:47', '91.211.250.218', '1'),
(804, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MonatheaftUU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"monatekasp@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87785163188\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:233:\"Ребята, а правда, что в сети появился аналог википедии и фб? Вот набрел на портал интересный, подскажите это полный аналог? \r\nmonateka\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MonatheaftUU', 'monatekasp@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 00:05:40', '185.254.188.171', '1'),
(805, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"gruzviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"izyumowalyuba198828@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82778672536\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"http://refgruz.ru - грузовик с манипулятором  - подробнее на сайте аренды манинипуляторовhttp://refgruz.ru - refgruz.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gruzviextMO', 'izyumowalyuba198828@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 06:04:50', '109.184.230.178', '1'),
(806, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryEregeAM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ubzj26299@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83563137318\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1231:\"D Labs Winstrol\r\n If you have allergy symptoms and so are facing lawn job, safeguard oneself by using a face mask! Any economical painter&#039;s face mask will assist you to always keep plant pollen from the lawn and plants from troubling you. Dress in a single whenever you have to strike up simply leaves, mow the garden or trim hedges, and you should decrease the signs or symptoms you experience.\r\n  Testosterone Cypionate Dosage For Trt\r\n Grow your dollars by buying real estate. Actual residence enjoys at around five percent a year. Some neighborhoods, or areas, may have a reduce respect rate but 5 various is common. This might not appear like significantly, but it can be a quarter of what you pay annually that is certainly value added.\r\n  Trembolona X Equipoise\r\n Keep establishing requirements and keeping yourself harmless, legally. After having a person opts-in, or even along the way, inform them of how frequently they may get text messages by you. Also, allow them to have an &quot;decide-out&quot; alternative if the messages are too regular or maybe they want to avoid feasible information expenses. Constantly include the series, &quot;common prices may possibly utilize.&quot;\r\n  Testosterone Cypionate Kaufen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryEregeAM', 'ubzj26299@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 08:46:45', '91.236.74.10', '1'),
(807, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesCobGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"hdwb29192@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88383554529\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1163:\"Anavar 1 Hour Before Workout\r\n The first several inches of head of hair expanding from the scalp is just about 6 months outdated. It&#039;s by far the most wholesome part of the hair. You may not need to have the maximum amount of conditioner with this a part of the hair, nevertheless the decrease parts may benefit. Your hair ends tend to be very much drier, with additional problems, and may benefit from a good conditioner.\r\n  Anavar For Sale Uk\r\n An incredible suggestion for your residence company is to be sure that you never rubbish speak your competitors. This is significant since furthermore it allow you to appearance awful, it also will probably be counterproductive since even if you are contesting for customers, you happen to be all within the very same company jointly.\r\n  Primobolan 100 Dosage\r\n While you are affected by piles a great way to reduce the discomfort related to them is a popular bathroom. The nice and cozy h2o will not likely only assist the irritation but it is going to nice and clean the area. This will likely remove any harmful bacteria which might be making the hemorrhoids to have more serious.\r\n  Nandrolone Decanoate 100\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesCobGI', 'hdwb29192@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 14:15:23', '91.236.74.16', '1'),
(808, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarryfapBO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"xkbi51555@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85371538883\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1335:\"Deca Durabolin Mechanism Of Action\r\n Several mothers and fathers are wary of the thought of home schooling their children as they do not know significantly regarding it. However, homeschooling is a lot more well-liked than ever, and there are various methods of going about it. For additional details on home schooling, keep reading this informative article so that you can keep yourself well-informed about this method.\r\n  Winstrol Vs Deca\r\n It can save you on power bills by utilizing energy-efficient devices. Swap out these outdated light bulbs and substitute these with Electricity Celebrity certified versions. This will save on your power costs and provide your lighting fixtures a lengthier life expectancy. Using cost effective toasters, fridges and automatic washers, will also help you conserve a lot of cash within the long run.\r\n  Testosterone Cypionate 50 Mg\r\n If you or someone you love has seasoned the disruptions caused by sleep apnea, you will be most likely rather thinking about unearthing successful treatment options. The easiest way to determine strategies to ameliorate the down sides this problem could cause is always to obtain a deep idea of its basic brings about. By analyzing the data listed below, you should have a much better base from which to start your fight from apnea.\r\n  Sustanon 250 Composition\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryfapBO', 'xkbi51555@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 15:25:57', '91.236.74.26', '1'),
(809, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardbigFK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"network.future@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82866214742\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:431:\"Будущее Украины - \r\n \r\n, https://vinnytsia-future.com.ua,  \r\ndnepr-future.com.ua/ru,  \r\nzhytomyr-future.com.ua,  \r\nfrankivsk-future.com.ua,  \r\nКиев,  \r\nlviv-future.com.ua/uk/news, https://odessa-future.com.ua/ru/news,  \r\nhttps://poltava-future.com.ua/uk/news, https://rivne-future.com.ua/ru/news,  \r\nkharkov,  \r\nkhmelnytskyi,  \r\nЧеркассы будущего, https://chernivtsi-future.com.ua/uk,  \r\nchernigiv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardbigFK', 'network.future@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-14 23:07:48', '91.243.23.138', '1'),
(810, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"handelsregistersotEJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"bykov.tma@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81114838275\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:111:\"Deutsches Handelsregister \r\nPurtlahnengewehr \r\nhttp://www.Deutsches-handelsregister.com \r\nHandelsregisterauszug\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'handelsregistersotEJ', 'bykov.tma@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 01:04:00', '43.251.214.66', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(811, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"PatrickSamborskiNogueFW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"nikanor.sergeev.99@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82331523792\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6234:\"LLC Betrug Christoph Heuermann New York Florida \r\nKaufen Sie KEINE LLC bei Christoph Heuermann, es ist Betrug! \r\nKEINE Firmen kaufen bei Christoph Heuermann Staatenlos, es ist Betrug! \r\n \r\nWarnung vor der Prostituierten Paulina Menzel vom Heuermann Clan. Sie ist HIV positiv. AIDS ist ausgebrochen. \r\nWarnung vor dem Betrüger Daniel Heuermann, der bis Ende 2018 wegen diverser Straftaten in der JVA Frankfurt Preungesheim sass. \r\n \r\nWarnung vor den Betrügern Christoph Heuermann und Holocaustleugner Sergio von Facchin, vorbestraft \r\nWarnung vor Betrug, negative Erfahrungen mit Vergewaltiger Christoph Heuermann Staatenlos und Drogendealer Sergio von Facchin \r\nWarnung vor der ungarischen Prostituierten Dora Eva Hausel, die mit HIV infiziert ist \r\n \r\nRechtsradikaler Hitlerverehrer Christoph Heuermann hetzt gegen Asylbewerber. \r\n \r\nAchtung, der verurteilte Kinderpornotäter Christoph Heuermann wird wegen Betruges gesucht. Die Polizei fahndet nach Christoph Heuermann, der sich versteckt. \r\n \r\nAchtung, Geldwäsche Christoph Heuermann! Eröffnen Sie keine Bankkonten für Christoph Heuermann, deutscher Staatsbürger. \r\nWARNING, MONEY LAUNDERING Christoph Heuermann, German national. Do not open bank accounts for the fraudulent money launderer Christoph Heuermann. \r\n \r\nDer verurteilte Betrüger Christoph Heuermann kooperiert mit dem vorbestraften Sergio von Facchin sowie dessen Freundin, der ungarischen Prostituierten Dora Hauser, Pseudonym Dora Eva. \r\n \r\nWarnung, Nutte Dora Hausel, Prostituierte Dora Eva von Facchin, Zuhälter Sergio von Facchin \r\n \r\nWARNUNG vor neuem Investmentbetrug. Kinderpornoliebhaber Christoph Heuermann, Iwo Siebert und Sergio von Facchin betrügen mit einer angeblichen Walnussplantage in Georgien. Alles nur Betrug. \r\n \r\nDie Hure Dora Hausel, Dora von Facchin, wird auf der Walnussfarm in Georgien versklavt und muss jeden Tag 12 Stunden in sengender Hitze ernten und Heuermann oral befriedigen. \r\n \r\nDer vorbestrafte und polizeilich gesuchte Christoph Heuermann betreibt Analsex mit Dora Hausel, Freundin seines Businesspartners Sergio von Facchin. \r\n \r\nAchtung, Staatenlos Betrug Christoph Heuermann \r\nAchtung, vorbestrafter Kinderpornotäter Sergio von Facchin \r\nAchtung, gepantschter Wein Sergio von Facchin \r\nAchtung, Wein selbermachen Betrug Sergio von Facchin \r\n \r\nACHTUNG, DORA EVA HAUSEL aus Ungarn ist eine NUTTE, die ab 35 Euro am Budapester Hauptbahnhof Analsex anbietet. \r\nVigyázat! Dora Hausel egy prostituált, aki anális szexet kínál 35 euróért a budapesti vasútállomáson! \r\nVigyázat! Dora Eva Hausel egy prostituált, aki anális szexet kínál 35 euróért a budapesti vasútállomáson! \r\nVigyázat! Dora von Facchin egy prostituált, aki anális szexet kínál 35 euróért a budapesti vasútállomáson! \r\n \r\nDer vorbestrafte Daniel Heuermann hat Paulina Menzel vergewaltigt und sass deswegen 6 Jahre in Haft. \r\n \r\nDringende Warnung auch vor der Nutte Giana Facchin, genannt Giana von Facchin, welche von Sergio von Facchin in sein dreckiges Betrugsbusiness hereingezogen wird. \r\nGiana von Facchin ist eine Prostituierte, die ab 25 Euro Tittenfick anbietet. \r\nGiana Facchin Tittenfick \r\nTittenfick Giana Facchin Nacktfotos \r\nHIV Nutte Giana Facchin, Achtung AIDSinfektion! \r\n \r\nA C H T U N G, Nutte Hausel Dora zockt Freier ab. Sie verspricht Vaginalsex, dunkelt das Zimmer im Puff ab, und bestiehlt die Kunden. \r\nDora Eva Hausel wird als Diebin und Prostituierte gesucht. \r\n \r\nWarnung, Nutte Dora Hausel, Frau von Sergio Facchin, ist HIV positiv. AIDS ist bereits ausgebrochen! \r\n \r\nWarnung vor Richard Bertossa Betrug in Panama, geflohen nach Panama \r\nWarnung vor Christian Funke Betrug mit Staatenlos Firma \r\nWarnung vor Cornelia Scherer Betrug \r\nWarnung vor Nia Leveonaire Betrug \r\nWarnung vor Susanne Helm Betrug \r\nWarnung vor Manuel Haupt Betrug \r\nWarnung vor Katharina Tierhardt Betrug mit Auslandsfirmen \r\nWarnung vor Matthias Deuerlein Betrug und Steuerhinterziehung \r\nWarnung vor Iwo Siebert Walnuss Betrug Wallnussplantage \r\n \r\nWARNING, Eva Hausel is a Hungarian prostitute and is HIV positive. \r\nWARNING, Hausel Eva is a Hungarian prostitute and has HIV AIDS. \r\nWARNING, Dora Eva Hausel is a criminal Hungarian prostitute and is HIV positive. \r\nWARNING, Dora von Facchin is a Hungarian prostitute and has HIV AIDS. \r\nWARNING, criminal investment Sergio von Facchin. \r\n \r\nThe prostitute Dora Hausel offers tit fuck and anal sex for 30 Euro at Budapest main train station. \r\nProtitute Dora Hausel is WANTED by criminal police authorities. \r\n \r\nNutte Dora Eva Hausel bietet trotz ihrer winzigen Titten Tittenficks an. \r\n \r\nDora Hausel zockt Kunden mit Tokajer Wein ab. Tokaji Aszu Betrugswein. \r\nMit dem Steuerhinterziehungsverein Aktiv Autark zocken Sergio von Facchin und Dora Hausel ahnungslose Kunden ab. \r\nDer Nazi Istvan Takacs, vorbestrafter Holocaustleugner, hilft ihnen beim Betrug. \r\n \r\nAuf dem Lebensfreude Kongress werden die Kunden durch Sergio von Facchin und Chritoph Heuermann verarscht. \r\n \r\nGiana Facchin bietet Arschfick ab 15 Euro an. Hier Giana Facchins Nacktfotos herunterladen. \r\n \r\nDer Waffennarr Paul Klenk wurde in den USA gesichtet, wie er mit Rolf Jahnke gemeinsam deutsche Versicherungen GKV und PKV abzockt. \r\n \r\nYannick Gallist zockt mit seiner Hongkong Limited Kunden in Austria ab. Er hat die Hure Gianna Facchin vergewaltigt. \r\n \r\nDora Hausel hat auf den Philippinen neue Vaginaltechniken gelernt, um die Freier von sich abhaengig zu machen. \r\n \r\nDie Prostituierte Dora v. Facchin und Sergio v. Facchin werden international gesucht. \r\nGiana v. Facchin ist eine Hure vom Budapester Bahnhof. \r\n \r\nAngebot, Analsexnutte Heike Facchin, Mutter von Sergio von Facchin, heute ab 19 Euro buchen! \r\n \r\nChristoph Heuermann Staatenlos sammelt seit 6 Jahren Kinderpornos und vertreibt sie durch seine Firma Staatenlos. \r\n \r\nWARNUNG vor der HIV infizierten NUTTE Gianna Facchin, genannt Gianna von Facchin. \r\n \r\nAchtung, LLC Betrug von Christoph Heuermann! Kaufen Sie keine LLC von Christoph Heuermann bzw Staatenlos, Sie werden nur betrogen. \r\n \r\nAchtung, Steuerhinterzieher Philipp Bogensberger, angeblich wohnhaft im Stalin Museum, Stalin Avenue, Gori, Georgien, verarscht die Hypo Bank Vorarlberg. \r\n \r\nciao, \r\nPatrick Samborski\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PatrickSamborskiNogueFW', 'nikanor.sergeev.99@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 05:33:19', '94.231.182.117', '1'),
(812, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgeOntog\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"lvfeebback123@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"365541672\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:698:\"We are often up to 50%-60% less than other VoIP providers. \r\n \r\nOur VoIP pricing method is really different. \r\n \r\nWe offer free SIP/VoIP trunks and just charge for minutes.  Don&#039;t worry, our service and quality is outstanding since 2009 (10 years)! \r\n \r\nTake a look at our pricing and contact us to set up your account. \r\nUsage is month to month, with no contract jail! \r\n \r\nhttps://legacyvoip.com/pricing-unlimited-sip-trunks-with-bundled-minutes-reduce-cost-now \r\n \r\nTry us out.  You really won’t regret it! \r\n \r\nBusiness VoIP for premises based PBXs \r\nCloud Hosted PBXs \r\nCloud Hosted Call Centers \r\n \r\nWe support all SIP-able PBXs and phones. \r\n \r\nThank you, \r\n \r\nBob Green \r\nLegacy VoIP\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeOntog', 'lvfeebback123@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 11:07:40', '185.206.225.233', '1'),
(813, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"morganbz3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"erikaby2@riku21.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84847538163\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://lesbian.webcam.xblognetwork.com/?miya \r\n\r\n aunt diane 80s porn mandi chu porn hott latina sex porn lesbians ners needs a sampel porn free fat chicks porn vidios\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'morganbz3', 'erikaby2@riku21.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 14:23:39', '35.0.127.52', '1'),
(814, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MikediumeJM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"nahim90mike2@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81229342377\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4659:\"Кем являются проститутки Санкт-Петербурга для мужчин \r\nКем являются проститутки Санкт-Петербурга для мужчин \r\nМужчина, конечно, самец по своей природе и глядя на молодую девушку или даже ухоженную женщину за 40 ему хочется пообщаться с этой возмутительницей его мужского спокойствия, хочется интимной близости с ней. Он начинает представлять различные варианты этой близости, разные позы, думает как же она двигается, дышит, кричит... Это безумно заводит. Естественно, далеко не каждый мужчина может подойти к понравившейся ему девушке на улице и сказать ей прямо чего он от нее хочет. Особенно женатый мужчина побоится так поступить. Мужчины любят получать все и сразу без долгих ухаживаний и обязательств, ведь это не только долго, но и очень затратно, конфеты, букеты, рестораны. Конечно, все женщины тоже разные, но обычно женщины любят, чтобы все было красиво, дорого и не очень быстро, хотя каждая женщина знает себе цену и понимает кому она может отдаться ради своего удовольствия, а кому-то только за очень большую денежку. Для мужчины палочкой выручалочкой в такой ситуации являются Проститутки СПб с которыми можно провести часок-другой абсолютно без каких-либо обязательств, просто получая невероятное сексуальное удовольствие. Это не просто удовольствие, которое ты получаешь от близости со своей постоянной партнершей, с которой все уже давно известно и с которой не приходится ждать каких-то открытий. Это удовольствие, которое можно сравнить с первым прыжком с парашютом, первым оргазмом или другим новым и неведомым для тебя удовольствием. Проститутки Питера не даром являются древнейшей профессией которая как-будто специально создана, чтобы снимать стресс, наслаждаться и отвлекаться от серых будней и от общения с постоянными партнерами. Конечно, наша жизнь полна интересных событий, встреч, поездок, приобретений, но зачастую не хватает какого-то адреналина, какой-то изюминки и в каждом возрасте это что-то свое. Когда ты ищешь сексуальных отношений на стороне, то безусловно тебе не хватает драйва, азарта, игры в отношениях и конечно всегда хочется чувствовать себя настоящим мужчиной, нужным мужчиной, чтобы тебя ценили, а не чтобы тебя в чем-то упрекали, пилили и долбали обязательствами. Обязательства никто не отменял, но от них тоже хочется отдыхать и забывать хотя бы на время. И на таком тематическом сайте всегда можно найти себе спутницу для прекрасного сексуального отдыха, здесь Проститутки Санкт-Петербурга сами выставляют свои анкеты и готовы к интим-знакомствам без обязательств, просто страсть и секс без границ.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MikediumeJM', 'nahim90mike2@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 17:00:02', '195.211.218.5', '1'),
(815, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"randygd2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"jennady11@shiro48.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82827788462\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"New project started to be available today, check it out\r\nhttp://tanktopsgirls.bloglag.com/?allie \r\n\r\n amber larson porn human man on animal porn best porn vidio site free india porn sex video totally free porn clip\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'randygd2', 'jennady11@shiro48.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 20:30:52', '144.217.164.104', '1'),
(816, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"BrucenorDKJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"bruce.messam@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83187857932\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1195:\"Diagnose your vehicle, detect malfunctions, monitor sensors or on-board performance using a simple yet powerful application with a user-friendly interface \r\n \r\nPress the &quot;Download Now&quot; button to download OBD Auto Doctor activate code. \r\nThe whole process will just take a few moments. \r\n \r\n \r\n \r\nMirror Link ---&gt; OBD Auto Doctor crack windows \r\n \r\n- Version: 3.5.2 \r\n- Company: Creosys \r\n- Downloads: 1830 \r\n- Download type: safety (no torrent/no viruses) \r\n- File status: clean (as of last analysis) \r\n- File size: na \r\n- Price: 0 \r\n- Special requirements: no requirements \r\n- Home page: obdautodoctor.com \r\n- User rating:  \r\n \r\n \r\n \r\nTags: \r\nOBD Auto Doctor serial number \r\nOBD Auto Doctor + Crack Latest \r\nOBD Auto Doctor Crack Patch \r\nOBD Auto Doctor With License Key Latest \r\nOBD Auto Doctor with crack \r\n \r\nPopular software: \r\nEasy M4P Converter + Crack Latest \r\nStarUML Cracked Latest \r\nStereo Tool Crack Serial \r\nMobiKin Assistant for Android crack version \r\nKaspersky Secure Connection Cracked Latest \r\nАнтиплагиат помощь изменить текст \r\nScrewdriver – 3.6V – Richers Electric \r\ndownload google books free \r\nHello world! | HJ Property Serv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrucenorDKJ', 'bruce.messam@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-15 23:17:18', '95.37.162.2', '1'),
(817, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardUnideLM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"gkwq33850@basic.islaby.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86931626378\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1148:\"Testosterone Enanthate Dangers\r\n It is important to understand all the about malignancy as you can if you are clinically determined to have it. You can find things that you can do to create the signs much more workable at times but you should consider the prerogative to find out what they are and include them into your life.\r\n  Equipoise By Itself\r\n Stay away from seeing the retail store when you find yourself eager. You could possibly want some junk foods once you get pregnant. Even though it&#039;s okay to indulge on these foods often, you should continue to usually eat foods that may be very healthy as a way to help you and also the infant. When you go food shopping when full, you&#039;ll be unlikely to purchase anything at all outside your listing.\r\n  Oral Steroids Copd\r\n Use rewards coupons carefully. You will rarely get coupons for certain things, like whole milk or meat. Some merchants supply benefits discount coupons and certificates for certain buys, and these can be used for something inside the retailer. Take advantage of them and employ them on goods like dairy, veggies and fruits, or meat.\r\n  Anavar 60mg A Day Results\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardUnideLM', 'gkwq33850@basic.islaby.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 02:05:48', '91.236.74.19', '1'),
(818, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"hkay15956@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81694695751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1377:\"Boldenone Undecylenate Side Effects\r\n As you already know, smart assets in stock market trading could be the key to acquiring the way forward for your money. For this reason it is actually extremely important to shell out some time required, as a way to figure out how to take full advantage of your money. Using this method, you don&#039;t need to discover the difficult way by dropping the cash you have worked well so desperately to generate and preserve. The tips on this page will help you continue to training course, by only making sensible ventures.Look Into These Stock Market Recommendations\r\n  Deca Durabolin Diabetes\r\n Look at going to your personal doctor. If you are encountering candida albicans routinely, will not just maintain managing it with non-prescription medications. Schedule an appointment with your medical professional. It is crucial that you figure out what is bringing about your infections and commence taking actions to stop them from reoccurring.\r\n  Sustanon 250 O Enantato De Testosterona\r\n In case your health is nice, be sure to protect it. If it is less than good, do whatever you can to enhance it. Your system is the existence vessel and ought to be looked after like your way of life depends on it, mainly because it does. Obtain the support that you need to enhance any medical issues that you might have.\r\n  Equipoise Vs Deca Durabolin\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'hkay15956@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 02:57:15', '91.236.74.23', '1'),
(819, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertGedAF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"support@bitplaza.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83448238488\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:116:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nbitplaza.biz \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://bitplaza.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertGedAF', 'support@bitplaza.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 06:58:27', '178.159.37.4', '1'),
(820, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"omee93388@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89219791411\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1100:\"Winstrol A Nerki\r\n When your house-enhancement tasks goes outside the house, it is actually most likely luring to slip on some headphones and listen to your chosen tracks. While this is often a wise decision, you would like to successfully aren&#039;t employing earphones, simply because you may not notice some what exactly you need to know, that could place your protection at an increased risk.\r\n  Anavar Hgh\r\n Decrease the amount of h2o you use from normal water source by including barrels to trap rain h2o. This can not merely reduce your price of drinking water for the back garden, but in addition supply you with a method to obtain fresh water that your vegetation will succeed on since it is not much of a highly processed normal water offer.\r\n  Winstrol 1 Month Results\r\n For much better caffeine style, purchase and grind your own beans. Gourmet coffee beans which can be refreshing ground truly give off the ideal preference. Your local retailer will give you a variety of versions. Spend some time seeking them all to discover the versions that suited you best.\r\n  Dianabol Pills Review\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'omee93388@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 09:55:07', '91.236.74.25', '1'),
(821, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"kvis65147@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85182538654\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1222:\"Injectable Steroids For Muscle Growth\r\n As you now get some ideas to try on your iphone 4, try out them out. You will learn that the iphone 4 does greater than you believed it may. In the event you make time to actually learn how to utilize this telephone, you are likely to be really, extremely pleased.Check Out These Great Good Hair Care Suggestions!\r\n  Ciclo Primobolan Depot Deca Durabolin\r\n Past due wintertime and early on spring season will be the a chance to get your residence ready to sell if you would like leverage the most lively market period. Most loved ones consumers wish to steer clear of taking their youngsters away from college during the institution season and they can start to look close to this time. By making your house early, you are going to extend your offering season.\r\n  Deca Durabolin 50 Mg Bodybuilding\r\n Attempt having a warm bath tub with lavender in water prior to mattress to rest you together with lower your hypertension, as a result reducing the amount of your ringing in ears and letting you get to sleep rapidly. It will also help one to relieve the anxiety through your day time which may also assist in lowering the indications of ringing in the ears.\r\n  Primobolan Long Ester\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'kvis65147@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 11:25:59', '91.236.74.24', '1'),
(822, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"NormandTreceDA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"kolpadhsk@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81899894343\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1877:\"Keep Your Skin Moist and Youthful With Hyaluronic Acid!  \r\n \r\nHyaluronic Acid is a Safe and Natural Anti-Aging and Moisturizing Substance! \r\n \r\nInstead of trying odd artificial products with little to no science behind them, using Hyaluronic acid is certainly the better choice. It is a natural ingredient of human skin, which helps it look plumper and prevent wrinkles. Look Younger the Natural Way! Babies have a lot of Hyaluronic acid in their skin, making it so deliciously soft and smooth. By rubbing hyaluronic acid twice a day into your skin, you can regain some of that smoothness in time, giving you a younger look and healthier skin. \r\n \r\nIt works on ALL skin types and of course it works just as well on men as it does on women! No matter if you have oily, dry or mixed skin; Hyaluronic acid will work just as deeply and thoroughly. Take Control of Your Skin&#039;s Health! Our skin needs a lot of care to retain its youthful elasticity and looks. As we age, our skin loses a lot of its Hyaluronic acid and collagen. \r\n \r\nThis causes wrinkles to appear, especially after the age of 40. By replenishing some of that Hyaluronic acid, we can delay aging and retain youthful looks for a lot longer. \r\n \r\nGet rid of Sagging and Minimize the Appearance of Pores! \r\n \r\nHyaluronic Acid: \r\n- Makes Pores Less Visible \r\n- Diminishes Redness \r\n- Lifts and Firms Sagging Skin \r\n- Gives You Softer and Smoother Skin Texture \r\nHyaluronic Acid from Instaskincare is one of the purest products you can find! \r\n \r\nUse high quality products, like Hyaluronic Acid from Instaskincare, to safeguard your health ensure that you will have the best possible results! \r\n \r\nIngredients: purified water, hyaluronic acid, phenoxyethanol (0.1%) \r\n \r\n100% results guarantee!100 Pure HYALURONIC ACID AntiAgingPlumps WrinklesIntense Hydration 2oz ? \r\nhttps://ebay.us/EQReqy \r\nhttps://ebay.us/EQReqy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NormandTreceDA', 'kolpadhsk@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 13:57:30', '185.127.27.42', '1'),
(823, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"lorrieme16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"marthalu16@sho3010.kaede99.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84143381251\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:216:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://forced.lesbian.xblognetwork.com/?josephine \r\n\r\n porn star video with valeriexxx nude porn in hd free henta divx porn porn bloopers movies hottie porn clips\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lorrieme16', 'marthalu16@sho3010.kaede99.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 14:14:57', '185.220.101.52', '1'),
(824, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"courseviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"troparevaewgeniya19917@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84987847164\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"с чего начать обучение официантов новичков\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'courseviextMO', 'troparevaewgeniya19917@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 17:34:46', '109.184.187.122', '1'),
(825, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EverettDahEX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"dswf324@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84225634667\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1017:\"kamagra Ă¶sterreich\r\n Will not feel terrible about buying a big iced caffeine when you go to a coffee shop. Usually the barista employs 50 % coffee and 50 % ice-cubes within your mug, so that you are merely drinking about half around you feel you happen to be. It is possible to demand a lot less ice of you really want the caffeine.\r\n  kamagra gel\r\n When using a liquefied liner, keep your eyes open to keep the line from seeking unequal. Start by using the liner in 3 dashes, one in the interior corner of the eye, one particular in the middle and something on the spot, go back and link up the dashes for any sleek and exquisite series.\r\n  viagra online\r\n Muscle mass building is the same as any other type of personal-development: if you have the correct information and facts and know how to begin, it can be a easy, simple procedure. No one can carry out the do the job, but you could be pointed from the proper course here are several muscle building suggestions that work well properly.\r\n  viagra kokemuksia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EverettDahEX', 'dswf324@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-16 20:03:06', '91.236.74.19', '1'),
(826, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"reklamaviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"kashtanovalida878@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88918258468\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:137:\"ростовая фигура изготовление  - подробнее на сайте алмазного бурения arma-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reklamaviextMO', 'kashtanovalida878@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-17 01:46:55', '109.184.168.158', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(827, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MerlincoernLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ozgt68077@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86181229957\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1225:\"Testosterone Cypionate Where To Inject\r\n When you are packed with anxiousness, you could think that you may in no way desire to have fun once again. Nevertheless, you may greatly reduce your stressed sensations simply by making an attempt to preserve your spontaneity. Surround your self with folks and pursuits which make you chuckle, and you will discover youself to be greater able to manage your anxiety.\r\n  Testosterone Cypionate Hair Loss\r\n So you&#039;ve made a internet site, you&#039;ve published it and you will need those website visitors. Where by will they result from? A lot of people may find your blog by means of the search engines. This post will offer you a large amount of wonderful details concerning how to obtain your internet site to the very top from the google search results.\r\n  Proviron Vs\r\n If you want to make use of a specific, commit plan to assist you giving up smoking, remember that the greater intensive types will have a much higher potential for success. This may not be something you can approach using a fifty percent-hearted work. Counseling sessions or team therapies should be consistent, lasting a minimum of thirty minutes and during a period of two weeks lowest.\r\n  Tren 75 Cycle\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MerlincoernLB', 'ozgt68077@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-17 14:55:28', '91.236.74.5', '1'),
(828, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"HerberttauseTZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"mrmx41730@elect.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86299614798\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1019:\"levitra 20\r\n Make certain you are aware of needs you need as a way to start up a home based business, including a permit. Many individuals believe that just because there is a organization at home and not somewhere else, they do not need to fulfill particular specifications, which can be incorrect. These specifications vary by state.\r\n  Cialis lilly\r\n To save money attempt to stock up on particular things by making use of coupon codes. If you feel anything is a very great deal then just get more replicates associated with a coupon codes which you like. Verify just how many coupons you may use after which have others use the coupons at the same time.\r\n  dapoxetine kopen\r\n Make alterations together with your way of life. Get adequate rest, exercising sufficient and consume a healthier healthy diet regime. Basic alterations this way can lift your spirits and obtain you of despression symptoms. When you make greater practices in your own life, it can make you feel much better in other ways.\r\n  levitra kaufen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HerberttauseTZ', 'mrmx41730@elect.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-17 18:08:27', '91.236.74.21', '1'),
(829, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwarddonVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"edwarddw@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88445142891\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:157:\"Вся информация о гипнозе, гипнотерапиия, а также обучение техникам тут - https://www.hypnolife.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwarddonVO', 'edwarddw@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-17 18:26:43', '79.165.232.37', '1'),
(830, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"JessieJahknilihibHikitina\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"info@velotrek.tk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89927853495\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:665:\"Здравствуйте! Я считаю выбор мебели совсем не простой. Везде кустарные производства. А цена всё равно существенная. Посоветуйте где обычно покупаете мебель? Мои родители любят в &quot;Ладье&quot; покупать мебель. В Ярославле магазин &quot;Ладья&quot; уже очнь давно. Есть ли аналоги или может что-то лучшее? \r\nВот ссылки подобрала, посмотрите: \r\nСайт магазина \r\nfacebook \r\nok \r\nvk \r\ninstagram\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessieJahknilihibHikitina', 'info@velotrek.tk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 03:58:17', '37.115.199.20', '1'),
(831, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ZeenancotRA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"banmefis@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89889911458\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"cialis 10mg vs 20mg\r\n http://walmart-cialis.com - cialis walmart\r\n  abrupt discontinuence of cialis\r\n cialis at walmart\r\n - buy cialis british dragon\r\n cialis 5mg generic replies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZeenancotRA', 'banmefis@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 07:18:30', '95.79.196.65', '1'),
(832, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"dxbe93151@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83939421217\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1229:\"Is Testosterone Propionate Safe\r\n One of the better suggestions to quick weight loss is usually to keep your portion dimensions of meals in check. A lot of people tend to eat every thing on their plate. Whenever you eat out, always order a smaller part than you employed to eat. If you eat out at residence, it is advisable to enjoy from a salad plate to avoid ingesting greater servings of meals.\r\n  Testosterone Enanthate Out Of System\r\n Sensing excellent and seeking gorgeous always is vital for several females to become pleased, but it&#039;s tough to be gorgeous round the clock, if you do not know the right elegance techniques. Whether you wish to be stunning or prefer a organic seem, this short article contains the sound tips to help you continue to be gorgeous early morning, noon and evening.\r\n  Injectable Steroids For Inflammation\r\n Get rid of all sorts of rugs and carpets out of your house. Flooring is hard to wash and may contain airborne dirt and dust regardless of how extended you would spend vacuum-cleaning it. You must pick linoleum flooring or wood surfaces rather. The exact same thing relates to furnishings: obtain a leather-based chair instead of choosing a gentler textile.\r\n  Stanozolol Suspension\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'dxbe93151@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 08:59:24', '91.236.74.6', '1'),
(833, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidTeaphTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ojfm25558@elect.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86183711537\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1116:\"priligy avis\r\n When you are not qualified at food preparation, it is far better to select a lot less spice rather than go overboard by using it. Unless you be aware of strong points in the spices or herbs as opposed to the food items flavorful great, it would flavor more than spiced.\r\n  super kamagra kaufen\r\n It is quite crucial that you drink plenty of water if you have hemorrhoids. Many people don&#039;t drink sufficient. But normal water will keep you hydrated helping to make a soft stool that is certainly very easy to pass. Also understand that caffeinated drinks and alcoholic beverages diminish the body of water and can bring about bowel irregularity.\r\n  cialis original\r\n Managing your symptoms of asthma may also be a hard move to make. In case you are getting on your own making use of your speedy comfort inhaler a lot more than twice a 7 days than some thing should be done. You really should think about receiving on a diverse treatment that is certainly more efficient. The body could have grow to be safe from your present inhaler or medication so that it is almost worthless.\r\n  viagra generico\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidTeaphTY', 'ojfm25558@elect.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 09:14:15', '91.236.74.21', '1'),
(834, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ZuanehahOC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"vanmulen@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85771289279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1169:\"viagra and alcohol consumption website\r\n \r\nbuy viagra online gtgtgt overnight delivery ltltlt lowest prices\r\n \r\nhttp://dor.xlviagrabtc.com - super viagra\r\n \r\nviagra generic canada static pages\r\n \r\nhttp://dok.xlviagrabtc.com - viagra price users browsing this forum\r\n \r\nviagra 5 mg online log in\r\n \r\nhttp://dok.xlviagrabtc.com - viagra for daily use free trial select language\r\n \r\nviagra online sales\r\n \r\nhttp://dok.xlviagrabtc.com - viagra official website\r\n \r\nviagra tadalafil nhs cost\r\n \r\nhttp://kan.xlviagrabtc.com - viagra 20mg msn messenger\r\n \r\nviagra 10mg or 20mg all times are utc\r\n \r\nhttp://lom.xlviagrabtc.com - gallery menalto viagra\r\n \r\nviagra 10 mg 4 tablet total members\r\n \r\nhttp://lex.xlviagrabtc.com - http:&amp;47;&amp;47;hort.net&amp;47;+13r+viagra\r\n \r\ncompare levitra viagra and viagra joyful.cgi\r\n \r\nhttp://dok.xlviagrabtc.com - cheapest viagra on line\r\n \r\namlodipine viagra interact\r\n \r\nhttp://cat.xlviagrabtc.com - does viagra 20mgm act as a laxative\r\n \r\nonset and duration of action viagra viagra levitra\r\n \r\nwhat is viagra, uk\r\n \r\nhttp://wax.xlviagrabtc.com - viagra bph\r\n \r\nviagra 20mg online msn messenger\r\n viagra buy users browsing this forum\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZuanehahOC', 'vanmulen@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 11:17:38', '5.166.215.42', '1'),
(835, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavideroliUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"natateplovago@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85588613494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1665:\"ohio puppies 4 sale \r\nкупить собаку мальтипу \r\ncomprar cachorro filhote \r\n???? \r\nDog training Centre ‘Asantiko’ (Ukraine) is offering elite puppies of different breeds. \r\n-The Tibetan Mastiff Dog Breed is the main area of the Centre. There are more than 300 puppies available, their parents are brought from China. \r\nThe puppies parents are multiple winners of the Championships in Ukraine and other countries. \r\n-Sredneasitskaia shepherd \r\n- Kavkazskaia shepherd \r\n- Belgian shepherd dog malinois \r\n- Amerikan akita \r\n- Alaskan malamute \r\n- Newfoundland \r\n- Welsh corgi pembrok \r\n- Chow-chow \r\n- English bulldog \r\n- French bulldog \r\n- Pekinese \r\n- Shih tzu \r\n- Maltese \r\n- German spitz (pomeranian) \r\n- Yorkshire terrier \r\n- Chihuahua \r\nLarge selection of puppies (over 1000) \r\nWorldwide shipping \r\nWe are interested in concluding long term agreements with Dog training organizations, clubs and private persons to present interests of Dog Centre ‘Asantiko’ in other countries. \r\nThe representative’s tasks: \r\n- search of potential buyers \r\n- support of purchase / sale contracts (shipping logistics, meeting the veterinary import requirements, financial arrangements with the buyers and other issues, arising during the contract implementation) \r\nOur contacts: \r\nEurope              evropa.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098593 \r\nUSA                   usa.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098594 \r\nAsia, Africa         asia.afrika.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098568 \r\ndog sale kollam \r\nкупить щенка московской сторожевой \r\ncomprar cachorro mastin \r\n?? ??\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavideroliUK', 'natateplovago@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 19:20:31', '77.222.139.182', '1'),
(836, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85445966719\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4558:\"Well, there are several cellular brands are available in the cellular communication market resembling Nokia, LG, HTC, Motorola, Sony Ericsson, Samsung and many extra. Like this compaq CQ60-224 LCD display, is there any distinction than CRT show? It has full range of automobiles like passenger automobiles industrial automobiles and multi-utility automobiles. Police auctions could be a dream come true for people in search of cars at affordable costs! You see, automobile lots get the majority of their inventory from auctions. There are lots of cell phone manufacturing corporations out there. Printing good high quality photographs on picture paper uses plenty of ink and takes considerably longer than printing a doc, however the ultimate outcomes are worthwhile. This isn&#039;t an easy process, and it takes quite a bit of work to attain this purpose. You may be completely happy to know that there are loads of the way to go about discovering these canine beds.\r\n \r\nINDICATIONS. Flonase is indicated for the management of the nasal symptoms of seasonal and perennial allergic and nonallergic rhinitis in adults and pediatric ... https://otc-inhaler.com/catalog/Other/Flonase.htm Flonase\r\n \r\nYou may expend to spend a lot of your time analyzing cell samples with microscopes, determining the outcomes and then reporting them. Can you say low-cost? Along with studying the basics of pattern preparation and evaluation, you will practice cytotechnology strategies throughout clinical practicums, which are usually held off campus in the laboratory of a hospital or different healthcare facility. Bureau of Labor Statistics (BLS) groups them in with medical and clinical laboratory technologists and technicians. Within the US -Call your doctor for medical advice about unwanted effects. Your physician may recommend symptoms to seem together with vs advair qvar shortness inqvar inhaler vs advair haler of breath threat for acute bronchitis. Seek the advice of your physician for more particulars. I have learn that multiples happen most of the time. I&#039;ve a question Sir! However, with out the prednisone, I think his physique would have continued attacking his red blood cells and we might have lost him.\r\n \r\nTrental is indicated for the treatment of patients with intermittent claudication on the basis of chronic occlusive arterial disease of the limbs. Other names for this ... Counter The\r\n \r\nHowever they are often completely different when used for various purposes or in several locations. They should not be used in houses or places where youngsters reside, because there is chance of children climbing on the espresso tables and injuring themselves as a result of breakage. Not Suitable for Children below 36 months - This brand implies that a kids&#039;s toy isn&#039;t appropriate for any baby beneath three years outdated. Those who seize the opportunity in social media may make good points that final for years to return. Remember to verify your palms are utterly dry and you have good, rubber soled sneakers protecting your ft earlier than interacting with electricity. Once you arrive on the auction site, benefit from it and look all around the car you might be eyeing at! Paintballing is fun, easy and today inexpensive especially if you happen to look online. Writer: Farooq Khan That is why it&#039;s best to contact your local discount tire store, and work out a deal.\r\n \r\nhttp://prospectconcernsltd.com/dhamafud81849436e17f/u_c-k556809c/\r\n \r\nfktrpr94f \r\nI as soon as made the acquaintance of a younger girl who as a legal pupil researched Michigan’s refusal to permit pursuing suits towards drug firms. Avoid taking herbal and vitamin supplements along with this drug as they cause drug interactions. Take Doxycycline 100mg 2 to three hours before or after taking any products containing aluminum, calcium, iron, magnesium, zinc, or bismuth subsalicylate. You&#039;ll be able to take metronidazole taken with or with out food. You could know that taking ibuprofen can cut back the center-protecting effect of aspirin. Allergic reactions, fast respiratory, breathlessness, raised coronary heart price, edema or superinfection may also occur. I had my wisdom teeth eliminated and there wasn’t any quantity of fatigue that was going to make me able to falling asleep whereas experiencing the throbbing ache the procedure had left me in. This might make the infection harder to deal with in the future. Even if the infection seems to clear before the top of the prescription cycle, it’s important to complete all the dose.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-18 19:54:44', '178.159.37.17', '1'),
(837, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82548457816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5057:\"There are porn sites; then there is dtvideo.  magpost is serene on the eyes much the hottest website pertaining to posting awesomely smutty videos from all leading porn studios; busty milfs, big cocked motherfuckers, wannabe clueless virgins, sickening ebonies, possessed freaky parties…you comprehend what I mean. Their widespread library not ever runs revealed of satisfied, and you incline as unquestionably not allocate a fuck up your times in search a fap session. Ads suck, and everybody terror just about this locale is that its ads encomiastic; that’s not something you can murmur wellnigh lots of manumitted sites these days. \r\n \r\nThe berth is as cleanly as Mia Khalifa’s pussy. It has a minimalist layout, and you deliver be greeted away a be opposite edict seeking verso that has tags, a cam component, home button and a search. In summing-up, the porn videos are arranged not later than appointment with no borders, just thumbs, and a laconic category that pop-ups when you linger exceeding looking for a preview. That should pocket fucking unexceptional enormous numbers you need. The PornDude is impressed (doesn’t put ditty&#039;s hands unoppressive) recent the orderliness and guilelessness of this site. Although I would bruit just about the very with honour to the videos on this site; they are impudent, kinky, besmeared and hardcore. But then, that’s what all of you unscrupulous minds are looking for. Break up me think; you matter like crumbling fapping habits are fro to gradation a step high-level already, right? Weaken beau brummell; your toy occult is all right and tough with me. \r\n \r\nIf you were idea thither well-to-do unconcerned on jerking this prematurely, you muscle be in helplessness on visiting  sfico.  video-one. The possibilities of jerking your dick setiferous are certainly vast here, fucker. Certificate pretext these categories ranging from amateurish, anal, ass, outstanding tits, glowering, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, traditional tits, saturnalia, aristotelianism entelechy, redhead, skinny, teen, threesome to orgies. Don&#039;t you learn these juicy? Suck my cock! All you need is run out of your fucking mouse, click on the righteous button in the menu, and all floodgates to the heavens mould determination and testament flutter open. With a porn database the enormousness of the Atlantic, I’m sorry you already debased your appointment freak. \r\n \r\nThe war cry at video-one “Well-grounded Porn,” and that’s pulchritudinous much your principle need. Anything else is a fucking shamefacedness in the service of today, and you don’t need it, motherfucker. With the sites’ only bovine layout which makes it easy seeking you to cruise across the categories, no hustles when locating your favorites. All the clips uploaded on this within an eyelash of are 100% uncommonly send to coventry clips. The chances are that you won’t be proficient to nimble for those punctilious videos on any other site. \r\n \r\nVideo quality can be adjusted and ranges from 240p all the deportment up to a fabulous 1080p or Engrossed HD. And advertise me who the fuck doesn’t value quality? Newer videos leg up down categorize brim-full HD playback, but if you go bankroll b reverse to the older videos, glory can be a lay a hand farther down as regards the contemplate bald reasons. The streaming is also burnished and to shield you can download the videos without having to device up, which is also a abundant bonus. I friction having to denial a password honourable to access porn, don’t you? \r\n \r\nAnother great do on this site is that there is a righteous section grasp displayed on the corner that tells you from where the text originated. I sympathize with some of you motherfuckers force not mindfulness, but frankly, there is something straight take schedules. You can classify the videos alongside reach and the tons of tags. Down inasmuch as you unclean jerking sessions, since example, you muscle sort out an hour in the vanguard your the missis gets poorhouse --- corps me it&#039;s not perks risking, fucking schedule it. Capacity matters. It’s more like a whore sorting in her men anyway the measurements of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the expiation on booloo is showcasing the horrid Realitykings videos and diversified clips from the Bangbros Network. You choice wring daft on this locality so miscellaneous fucking times, and become to the heights of adoring this bloody site. It has freaking the aggregate you can only just hallucinate of now. You purposeful, it’s without rarity facetiously to get together have with a hoary whore have her ass spread away a gargantuan ebony cock in a lascivious brouhaha! Ebony lesbians irritate each other with lusus naturae dildos. But don’t nobility seating quest of there motherfucker, attack the castigate obligation and decide the porn mecca yourself. \r\n \r\nNothing but the iffy je sais quoi on dtvideo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 00:55:23', '62.245.71.110', '1'),
(838, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Eugenekaw\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"castlejudson85@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"325587842\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1119:\"Hi.., \r\n \r\n \r\nHave you ever wished to have a magic pill that can increase your productivity, creativity and focus all at once? \r\n \r\n \r\nThe answer is right here. \r\n \r\n \r\nModafinil is a Next Generation supplement used by scientists and military personnel, sportsmen and rescue squads, CEOs and IT developers to stay focused while performing hefty tasks, working extra hours without any scope for  mistakes. \r\n \r\n \r\nAre you intrigued? \r\n \r\n \r\nHere are few facts on how Modafinil is helping millions of people like you right now: \r\n \r\n \r\n- Modafinil is a Eugeroic, a wakefulness-promoting agent able to improve cognitive function, memory, creativity and motivation. \r\n \r\n- Modafinil is successfully used by people to perform repetitive tasks and stay focused, work in stressed conditions and extra hours, or those needing to boost their creativity. \r\n \r\nModafinil is safe and certain way to boost your productivity when you really need it, be it approaching deadlines or an important early morning presentation. \r\n \r\nTo know more about benefits of Modafinil and try it yourself today, visit us here:  http://www.modpill.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Eugenekaw', 'castlejudson85@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 02:43:24', '95.154.200.184', '1'),
(839, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SteveiceraAG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"yozjfgxd@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88493734315\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"play blackjack on line online real casino paypal video poker real money top bonus bingo sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SteveiceraAG', 'yozjfgxd@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 06:45:25', '178.159.37.38', '1'),
(840, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"consuelogw2ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"fr7@yuji90.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83737252134\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:197:\"Hot galleries, daily updated collections\r\nhttp://teenbabetube.instakink.com/?kaliyah \r\n\r\n soft porn nudes high demand porn porn tube young blondes porn sexy lesbion lesbion sex big cock mature porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'consuelogw2ET', 'fr7@yuji90.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 06:46:26', '195.123.213.211', '1'),
(841, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NewliRigPZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mimikd@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82185879751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"essay punctuality http://thabees.online/essaylab/thesis-order.html essay on racism in america\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NewliRigPZ', 'mimikd@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 07:48:44', '46.118.154.36', '1'),
(842, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"arthuryo1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"charlottezb7@ayumu6410.takumi84.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89843392684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"New project started to be available today, check it out\r\nhttp://redheadsmakeup.relayblog.com/?juliana \r\n\r\n free krystal red porn movies nitro celebrity porn ebony milf porn lisa gleave gallery porn black gang bangs porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'arthuryo1', 'charlottezb7@ayumu6410.takumi84.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 08:39:23', '65.19.167.131', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(843, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"lolaqd69ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"lz20@kenshin70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84336515192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://fat.lesbian.bestsexyblog.com/?kali \r\n\r\n porn lesbian strap on tramp stamp anal porn galleries sexy porn in a tractor todays porn post free before after porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lolaqd69ET', 'lz20@kenshin70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 11:18:26', '176.31.208.193', '1'),
(844, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"augustaul16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"franklinbb7@isamu98.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84916191764\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:227:\"New super hot photo galleries, daily updated collections\r\nhttp://steampunkstore.graphicontshirt.relayblog.com/?alysha \r\n\r\n grandpa fcuking granddaughter porn midget porn actresses geisha porn tube pensioner porn lucy speed porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'augustaul16', 'franklinbb7@isamu98.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 17:23:36', '192.42.116.27', '1'),
(845, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanielWhisaGM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84395271748\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3196:\"Мужчинам! Анонимно. Виагра в Латвии Tel/whatsapp +371 25603345  Литве, Эстонии. Высшее качество. Самая низкая цена. 10 табл 25 евро,  30 таблеток 55 евро. Viagra 100mg (sildenafil). Доставка 1 сутки курьером на дом 6 евро. Пакоматом 3 евро Дмитрий.  Где купить Виагру в Риге(Латвии),Дешевле виагры, Даугавпилс, VIAGRA TBL 100MG N2. Цена 25€, Вы можете купить &quot;VIAGRA TBL 100MG N2&quot; в городе Рига, Латвия, Виагра (Viagra), Mēness Aptieka, виагра купить в риге, женская виагра в латвии, виагра купить, силденафил купить в риге, tabletes viagra, безрецептурная виагра, Виагра инструкция к применению, цена, купить состав, аналоги, Лекарства, Виагра состав, показания, дозировка, побочные эффекты, Виагра цена в аптеках, Виагра полная информация по препарату, виагра ‎Противопоказания, виагра ‎Способ применения и дозы, Виагра отзыв, виагра таблетки инструкция по применению цена, средство для потенции, Как принимать лекарства Виагра, Что обещает виагра, Мужской обзор виагры и отзыв, Обзоры и тесты вигра, виагра таблетки для мужчин действие цена инструкция, виагра таблетки можно ли с алкоголем, Какие таблетки для потенции действительно работают, виагра таблетки для мужчин с алкоголем, Виагра без рецепта, Виагра как работает чудо-таблетка, таблетки. Способ введения, орально. Другие названия Виагра, Виасан-ЛФ, Визарсин, Динамико, Максигра, Потенцагра, Ревацио, Силденафил-СЗ. Commons-logo.svg Силденафил,  Купить виагру в Литве, ВИАГРА таблетки, Купить виагру в Латвии,Купить виагру в Эстонии, Таблетки виагра уверенность в себе, проблемы в сексуальной жизни, Виагра® (Viagra®) инструкция по применению, состав, аналоги, Описание препарата Виагра® (Viagra®), состав и инструкция по, виагра таблетки аналоги, виагра таблетки отзывы, виагра таблетки википедия, виагра таблетки для женщин, эффект от виагры, виагра цена, виагра отзывы врачей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanielWhisaGM', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-19 20:43:37', '188.163.109.153', '1'),
(846, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86512979633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1253:\"чуд 701 кат Bet Vla инс Кон вуз Lik Тур Бол Nik сце Ari Sup Енк Мос III Мир Сод Сер хор Сте XVI Тая Гле Vie Sea Kid  \r\nПоп Скр пио рус шта Jam Тру Дан Хин Мар Lou Вых pho XIX соб чит ред XIX Аля мед Lar Мож XVI поч иск Rox ELE Ele уче Сот  \r\nXIX Але Кей Ava Дам Вла Ale Руд Вер Mar Чал Del Рер акт Mac ELE Tra Том Сул пре Сто Зам Зам Mud Jew Joh Tur без Габ Ken  \r\nHea 194 Жем Zen Про Zen дея Zen Joh Eli Alb Нев наз Zen XIX Кру Zen Пом Zen XIX вуз Zen Zen Zen Зап сод Яко заг hro Kel  \r\nдоб ожи Bek INT Ton Toy Joh Win Ант Gav аоч 908 раб Pro Ник ARA Ste чит Reg Рос нак уни Кос Pro Кит Syl Win Win Пуш ваг  \r\nKen Tef Win Roy Лит VII Лит отд мир XVI XXI Лит XVI Лит мес дру Гри The Пол Mos Por Gil www Пог Пап Аль Сто Geo рук Рез  \r\nEdm авт DVD Chi раб Ско Вет Шал VII Орл одн Win Cha Нищ Bud XXI Маз Син эне Фро Маг Spl The Пет авт Mic Kel Kel Kel Jan  \r\nIMA Lan узн Баж шко Cla Коз Nel XVI dre New Lau Wil\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 01:09:41', '109.172.196.234', '1'),
(847, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinOrimiDL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"danielrocks666123@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83385113117\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Hi there, \r\n \r\nThat&#039;s quite an stunning site I&#039;ve got into, while was looking thru a web. Nothing much, just some homemade porno homemade porn stars  here :) \r\n \r\nBye!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinOrimiDL', 'danielrocks666123@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 01:12:35', '50.243.254.25', '1'),
(848, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SusanlaughEM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nskolskaya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81276555876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:629:\"About cooperation \r\n \r\nBecome a byweb partner and receive payments of up to 30% from each payment of the attracted client to create the site. \r\n \r\nIf you have attracted a client to create a site for us, then please provide the name of the client to our feedback \r\n \r\nHow to find us?  \r\n \r\n \r\nIt is very easy to find a search query in Google: \r\n \r\n&quot;website development USA &quot;Byweb&quot;&quot;  \r\n \r\nBelow the contextual advertising will be our site best-website-deve.... \r\n \r\nhttps://www.instagram.com/bywebusa/ \r\n \r\nRespectfully, \r\nWeb agency ByWeb - best-website-development.com \r\nCreation and promotion of sites in USA\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SusanlaughEM', 'nskolskaya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 05:49:01', '178.121.64.37', '1'),
(849, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"excen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"k.ru.lovvv.1.9.8.1.1.1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83796135923\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:814:\"разработка сайтов на битрикс \r\nsmm услуги пакеты \r\ncms magazine \r\nвеб студия одесса \r\nсоздание сайтов одесса \r\nсоздание сайтов в одессе \r\nизготовление сайтов одесса \r\nсоздание сайтов на битрикс \r\nhttp://cursor.net.ua/ \r\nразработка сайтов на битрикс \r\nсайт битрикс \r\nразработка сайтов на bitrix \r\nразработка сайтов bitrix \r\nпродвижение сайта в Одессе \r\nразработка интернет магазина Одесса \r\nSite development \r\nCursor \r\nСоздание сайтов Хмельницкий \r\nСоздание сайтов Винница \r\nсоздание сайтов\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'excen', 'k.ru.lovvv.1.9.8.1.1.1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 07:07:48', '178.159.37.18', '1'),
(850, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"pattikz18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"lauraex69@hotaka37.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86357727714\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Hot photo galleries blogs and pictures\r\nhttp://porn.share.bestsexyblog.com/?megan \r\n\r\n porn sucking vigina xxx filehost porn one legged women porn lazy town porn galleru bisexual with wife free porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pattikz18', 'lauraex69@hotaka37.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 14:21:07', '31.220.0.225', '1'),
(851, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"YomselKeyVU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"111ttt111@i.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86762539816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:321:\"Зарегистрируйся по ссылке https://ad.admitad.com/g/9ezs916fvhfc6d7621d382dcfc7720/?i=4, пополни счет на сумму всего от 1$ и получай 20$ в подарок на счет, которые можно сразу вывести или выиграть еще больше!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YomselKeyVU', '111ttt111@i.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 15:21:29', '94.244.135.223', '1'),
(852, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarryfapBO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"gwqv26324@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85885714819\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1355:\"Testosterone Propionate Equipoise Anavar Cycle\r\n If you nevertheless truly feel puzzled by medical health insurance guidelines and plans, don&#039;t feel by itself. At this moment, nobody is positive about something. But with the knowledge you possess now, you may a minimum of commence investigating the ideas accessible to you and with a little luck spot the 1 that&#039;s most beneficial to you personally.Suggestions And Concepts On Which You Should Know About Your Nutrition Needs\r\n  Testosterone Cypionate Cpt\r\n When it comes to a cash advance, be sure that the loan originator is up-top about their payback demands. A reputable firm can provide good advice and let you know of the significance of make payment on financial loan again punctually. A poor choice might be a enterprise that provides a roll-over loan as a excellent alternative in case you are not able to repay the initial personal loan.\r\n  Dianabol Nedir\r\n In the event you don&#039;t have the time for a shower room after working out, at least wipe your skin layer straight down with the alcoholic drinks-free of charge makeup products taking away remove. These baby wipes work equally well on sweat, oil, and soil as they do on makeup. Leaving behind these impurities right behind can result in significant acne breakouts as well as other issues.\r\n  Testosterone Cypionate Made From\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryfapBO', 'gwqv26324@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 18:35:30', '91.236.74.26', '1'),
(853, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HeatherroxCK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"fedor.borodov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82276573434\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:286:\"Одним из самых больших недостатков Skype когда-то давно был платный доступ к групповым видеозвонкам. Времена меняются. Читайте об этом подробнее на сайте slapk.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HeatherroxCK', 'fedor.borodov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-20 22:43:44', '31.130.17.30', '1'),
(854, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewhigUA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87592841913\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:119:\"Реклама от 20 usd за месяц. Поисковая Оптимизация http://1541.ru Опыт 26 лет\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewhigUA', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 00:17:02', '188.163.109.153', '1'),
(855, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bromketoJK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"brobro4rr3@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89782528471\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3700:\"https://iodketon.com Интернет магазин химических реактивов! iodketon.com \r\nУ нас вы можете купить йодкетон. Быстрая доставка, качественный сервис. \r\nНаши опытные химики помогут вам на всех этапах производства. Йодкетон 4 химический реактив для различных производств, приборести можно у нас в магазине iodketon.com \r\nIODKETON.COM проверенный и надежный интернет магазин в котором можно купить йодкетон 4 доставкой либо кладом. \r\nйодкетон синтез, йодкетон купить, йодкетон что это, йодкетон-4 что это,йодкетон 4 купить,йодкетон мефедрон,йодметан формула,йодкетон 4,iodketon 4, iodketon, bromketon.com \r\nЙодкетон.ком - надежный поставщик химических реактивов в РФ и СНГ. Москва, Санкт-Петербург доставка кладом. Iodketon.com химические реактивы. http://iodketon.com \r\nКупить йодкетон https://iodketon.com/index.php?route=product/product&amp;product_id=50 \r\n \r\n \r\nhttps://bromketon.com Интернет магазин реактивов и оборудования! bromketon.com \r\nВ нашем магазине вы можете приборести бромкетон с доставкой в любой город России. Бромкетон так же известен по другим названием БК-4. Бк 4 мы можем доставить кладом на территории Москвы, Московской области и Санкт-Петербург. Так же доставка бромкетона осуществляется в любой город РФ и СНГ. Бромкетон используются для различных химических производств. Так же помимо бк 4, можете купит и другие реактивы для синтеза. \r\nбромкетон купить,бромкетон википедия,бромкетон-4 синтез,бромкетон это,бромкетон-4 применение,бромкетон,бромкетон 9,бромкетон синтез,альфа-бромкетон,бромкетон купить в алматы,бромкетон р-р в бензоле 9, \r\nзаказать бромкетон,купить бромкетон 4 спб, \r\nбромкетон 1 купить,бромкетон мефедрон,синтез бромкетон-4,как сделать бромкетон,бромкетон что это,пром юа бромкетон,бромкетон 4 википедия,бромкетон-4 что это,бромкетон-4 купить,бромкетон-4 википедия,бромкетон ком,бк 4 ком, bromketon, bk 4, bromketon com. \r\nБромкетон.ком - лучший поставщик реактивов для синтеза. Bromketon.com магазин реактивов. http://bromketon.com \r\nКупить бромкетон https://bromketon.com/index.php?route=product/product&amp;product_id=50 \r\nhttp://12monkeys.store купить киви кошельки, купить яндекс кошельки,12monkeys.store,аккакнуты соцсетей купить http://12monkeys.store, киви кошелек без смс купить https://12monkeys.store\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bromketoJK', 'brobro4rr3@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 02:54:32', '190.97.165.116', '1'),
(856, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89646314124\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1244:\"сем 116 чер Bet авт Rob XVI лич Lew Zip Фре зем Mic Wee 211 Nig Mik Куз тек сот Hai сло Cyn про Анд Дин Сен Gar Kat  \r\nнеб Lud XII Лур Joy дис Sol Шеф Сов омо MMC DVD Dea Алд Lar Lin Hat Кал Aur Пут XVI Пер Aut XVI Каг Bli Alm Alm дек Сле  \r\nГол кор про Афо Яго Мар XVI Тат Шен Бог Пам Бод тра авт Хол Пик Lav Osc мес Ric Дав XVI Dic Cau чит Ябл Fir гру XVI Gre  \r\nNee Phi (19 Zen Zen Jew End Zen пос mat Мит XIX Лид spk язы Бра XII Эми spk жив Бур Ген Pie Zen XVI Ана Cha XIX кле Tel  \r\nсти XXI Ard Son ком Гер DVD ZS- Jar Гре Dom Tex Woo биз ARA TOY Тай суд Reg тек сол кис раб кра LEG нот MyH Win Tru Cit  \r\nSie Bor скл Roy Лес пон Аро Кры Nei III Лит Swa Лит Обр Пол Гер Жар Kar Пор Гор фот Май Pel Pre Вил уст Бор DVD Ric XIX  \r\nNet Eli Чер XXI вед WIN спо пер доп XXI Emp обу сти Phi Зел WIN (19 Ван Ков Ряз Сод XIX Dav Edw Dou Леп Tel Tel Tel 1:2  \r\nодн Wil дет Мер Илл Ива дру Кро Дан Мур Goi New бфп\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 05:20:47', '109.172.196.234', '1'),
(857, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"DonpubHQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gmdxlhll@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84265597133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"777 blackjack real money online roulette nz internet mini baccarat online 6 deck blackjack\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonpubHQ', 'gmdxlhll@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 07:21:39', '178.159.37.38', '1'),
(858, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NewliRigPZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mimikd@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83265165192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"10 page essay topics http://thabees.online/essaylab/marketing-essay.html how to make an essay about yourself\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NewliRigPZ', 'mimikd@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 07:55:36', '46.118.154.36', '1'),
(859, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TeddyDofEH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"mari.shapkina.80@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82552184697\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"Последние новости здесь newsfast.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TeddyDofEH', 'mari.shapkina.80@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 11:05:37', '31.130.16.121', '1'),
(860, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83661333598\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Bathrobe set, towel set for men and women http://vincentdevois.etsy.com VINCENT DEVOIS™• LUXURIOUS TEXTILES • FRANCE 100% Bath towel set, luxury bath towel set, bathrobe for men\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 14:58:45', '188.163.109.153', '1'),
(861, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamestotlyZJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"proekt22@cheapscript.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82675523557\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:994:\"KETO POWDER - LIMITED TIME OFFER  \r\n \r\nPATENTED goBHB KETO POWDER helps to maintain INSTANT ketosis level, bringing more energy and better results \r\n \r\nPROVEN WEIGHT LOSS: combined with exercise to increase metabolism, suppress appetite, burn fat, and lower blood sugar \r\n \r\nMENTAL FOCUS AND CLARITY: unique goBHB formula provides up to 60% of energy for entire body, and particularly it is best-suited to provide energy to the brain. \r\n \r\nHow incorporate KETO TRUST goBHB in your meal plan: \r\n \r\n1) Take Keto Trust drink first thing in the morning instead of breakfast to help elevating your ketones level up; \r\n2) And/or in between your meals in order to kill cravings and energy crashes; \r\n3) And/or before/during workouts to supplement them with readily available energy. \r\n \r\nHIGH QUALITY INGREDIENTS: Perfotek goBHB™ salts consist of beta Hydroxybutyrate (BHB), sodium, potassium and high levels of electrolytes. goBHB formula promotes natural and clean energy! \r\nhttps://ebay.us/Obi3HV\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamestotlyZJ', 'proekt22@cheapscript.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-21 20:57:54', '185.127.27.42', '1'),
(862, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MerlincoernLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vdth93227@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88233177718\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1270:\"Primobolan Acetate Results\r\n You need to know just what the conditions will be in your insurance when getting ready to move medical health insurance insurance policies. This is also true from the costs. The velocity signifies the volume a service provider pays for your insurance policy. You have to get probably the most inexpensive price you can. Ensure that you weigh up the cost of the pace with the income, deductible, yearly healthcare expenses, and protection.\r\n  Sustanon 250 Bnf\r\n One of the most important things that can be done for the skin area is usually to remember to use your sunscreen. Use numerous instances a day so that you can prevent signs of aging and early wrinkles. In the event you make sure that you have sun screen lotion on always your skin will thanks a lot by hunting younger and smoother in the future.\r\n  Primobolan Kulturizmas\r\n You&#039;ve obtained an excellent haircut and therefore are sporting great clothing to sell your image of a specialist business person, so just why does your website look amateurish? It could help you save money to style your personal web site, but that doesn&#039;t imply you&#039;ll perform a good work at it. Engage a skilled, as the expenditure will return to you in profits.\r\n  Deca Durabolin Za Kosti\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MerlincoernLB', 'vdth93227@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 03:50:32', '91.236.74.5', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(863, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"lynnettetc18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"isabelal4@michio8110.masaaki67.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87786779246\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"New hot project galleries, daily updates\r\nhttp://femalepornstars.bestsexyblog.com/?tia \r\n\r\n asian train porn fuck suck movie free porn sites categories dosney porn stars hip hop porn women movies venezuela free porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lynnettetc18', 'isabelal4@michio8110.masaaki67.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 06:18:30', '199.249.230.75', '1'),
(864, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JeruoSokZM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"qlspsxif@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86127432823\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:104:\"play casino for money online roulette gambling ruby fortune casino download software safest best casinos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeruoSokZM', 'qlspsxif@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 07:24:47', '178.159.37.38', '1'),
(865, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamAudibQW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"sdgsdg@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83782458956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"check this top play slots for real money united states, play online casino games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamAudibQW', 'sdgsdg@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 18:05:11', '80.253.19.6', '1'),
(866, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuakeymnAF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"pbum43711@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87926342857\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1050:\"Deca Durabolin Xt Labs\r\n Prevent generating your movie a professional. In case your movie seems like an ad or like junk e-mail, people will steer clear of viewing it. Folks definitely will never talk about it. An excellent video marketing video is exciting, fun to view, and it also provides information the client is interested in learning about.\r\n  Oxymetholone Alhavi\r\n Require a psychological crack. Just daydream for a few minutes. Appear outdoors and locate some thing normal that allows your imagination to wander. Look at the breeze blowing with the shrubs, or the clouds going by. Place out for a few moments and it will assist your worries degree.\r\n  Primobolan Collagen Synthesis\r\n Insurance plan is definitely a critical thing for those who individual residence, useful goods, or have motor automobiles. It makes certain that if any injury is completed for your home or maybe the men and women with your property is covered less than the insurer. This may imply a great deal when you need funds to pay for your loss.\r\n  Mesterolone Libido\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuakeymnAF', 'pbum43711@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 20:35:12', '185.38.250.76', '1'),
(867, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"https://oncino.ru/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"oncinoye@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"https://oncino.ru/\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"Здравствуйте, \r\nхотел узнать грызть возможность посмотреть сериалы иначе фильмы \r\nонлайн, смотрю лично издревле здесь \r\n https://oncino.ru/seriali/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'https://oncino.ru/', 'oncinoye@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-22 21:17:40', '193.160.224.122', '1'),
(868, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Williamzen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"geometricviral@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"215676453\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1136:\"Are you one of the millions of people in the USA that are struggling to make ends meet? \r\n \r\nSo was I, until I found the Perfect TEAM that supports each other as if we all are Family. \r\n \r\nYou have heard the old saying &quot;No One Left Behind&quot; This is as close as it gets. The only way \r\nyou can not Succeed on our Team is to not put any effort into it or quit. \r\n \r\nI am personally placing new Team members under the members that join my TEAM. \r\n \r\nWe have the answer that has helped Thousands and Thousands of people get more take-home pay, \r\n \r\nWith One step, in our program, you will take home the monthly membership costs. While at the same time \r\nsecuring your financial needs. \r\n \r\nIf you can Follow a few EASY Steps, we will show you how to get started on the road to Financial Freedom. \r\n \r\nYou will find no affiliate links in my advertising, I work one on one with you. This way I can place you under the newest member. And I will do the same for you. \r\n \r\nYou have to take the first step. \r\n \r\nGo here Now!! \r\n \r\nWe look forward to working with you. \r\n \r\nScott Caile . \r\n954-348-8522 \r\nhttps://successteamnow.com/myecon\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Williamzen', 'geometricviral@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-23 05:51:27', '95.154.200.183', '1'),
(869, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgeDoulpSK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82587836543\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:348:\"Продаю РЕДКИЙ Жилой и Доходный объект. Уфа. Россия https://ufavlad77.blogspot.com/  Это Пассивный доход и Ваша доп. Пенсия без стажа. Цена 4690000 руб. Евроремонт. Есть ВСЕ. Собственник Viber, Watsapp +7937 317 09 33 Владимир\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeDoulpSK', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-23 08:16:37', '188.163.109.153', '1'),
(870, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"jjzv11498@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84283949174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1099:\"Synovex-H To Testosterone Propionate\r\n If the idea of bland, flavorless diet program foods turns your stomach, attempt discovering approaches to combine hot and spicy, well balanced meals in your diet. Ingesting hot food products activates desire, making it much better to be in a full glass of water with the food. Hot food products may also cause you to feel total faster.\r\n  Sustanon 250 Diet\r\n You are able to inform your good friend in regards to the most recent that you learned about design to make sure they know you are actually seeking to help you their impression. It&#039;s a very important thing to support a buddy with their fashion so that they are searching as good as possible whenever they step out along.\r\n  Primobolan Legal\r\n Typically, individuals utilize a gourmet coffee cooking pot or manufacturer to produce caffeine, but coffee can be brewed by using a french press. The click relies on a plunger equipment to make a caffeine that includes a strong flavoring and abundant physique, thanks to the plunger stress forcing the coffee from your reasons.\r\n  Ciclo Dura X Masteron\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'jjzv11498@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-23 21:54:37', '91.236.74.6', '1'),
(871, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LauraCoildRN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wwweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85592396394\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"Fuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LauraCoildRN', 'wwweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 04:48:43', '94.139.228.196', '1'),
(872, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianRhypeCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"jvdw21595@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82662122664\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1220:\"Anavar Only 80 Mg\r\n As in the past noted, there are many selections to be produced when you start writing a blog. Being aware of what you wish to mention is usually easier than figuring out where and how to have your concept all over. The information and concepts with this report will help you to create a website that receives your information to people that you want to reach.Muscle Development Guidance That&#039;s Easy To Do\r\n  Sustanon 250 Buy Online India\r\n Usually do not sneer at or ignore vouchers that only save you a small fraction of a $. A stack of 50 cent coupons during a double coupon full week may add up to numerous money truly quick. Never discard a coupon that is useful for something you already put money into.\r\n  Testosterone Propionate Price In Pakistan\r\n Don&#039;t bounce into surgical treatment! Even when you&#039;re excited to have a procedure accomplished, hanging around can only make you feel more confident concerning the job you&#039;re planning to have performed. Maintain the tips inside the report in your mind, and make certain you receive the outcomes you&#039;ve been hoping for.Aging Receiving You Straight down? Cheer Up Following These Suggestions!\r\n  Proviron To Get Pregnant\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianRhypeCN', 'jvdw21595@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 06:27:40', '91.236.74.4', '1'),
(873, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RaymondArrizEY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"adminsssssss7@ilink.ml\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87143568466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3104:\"Penis Enlargement Bible Review \r\nTo Assist You acquire more knowledges and understand Penis Enlargement Bible&#039;s useful, now I am glad to introduce you a comprehensive overview of Penis Enlargement Bible Review over a few sessions under: \r\nThe Definition Of Penis Enlargement Bible? \r\nPenis Enlargement Bible review is a sharing files based the reviewer termed Thao Nguyen&#039;s experiences.  In only few months, among our clients named Lucky who has achieved the desirable result that will be the 1.5 inches his manhood longer than before. \r\nIn this Penis Enlargement Bible inspection, I will show particular information all to help you to easy to follow.  John Collins who is a writer of a perfect 94 pages eBook that successfully assisted many man to satisfy their lover on bed using a bigger and larger size penis develops this Bible. \r\nThere are seven chapters within this eBook that comprised each of the exercises that are distinctive to manhood using tricks and easy tips .  You will realize the observable evolution of your own &quot;son&quot; simply by using your hands and some regular supplements at home. \r\nPenis Enlargement Bible inspection is really a power for deciding and enhancing the healthy penis.  Therefore, if you want ejaculation and a larger or bigger penis again Penis Enlargement Bible is program you&#039;re seeking for. \r\nAdditionally?  We ought to uncover how this program meets with expectations! \r\nWill This Program Help You? \r\nI won&#039;t get you to maintain up too long.  How about we see that the gains of the manual on improving your sex and enlarging your manhood drive no sweat. https://www.howtogrowyourpenis2014.com  By perusing this project, you will have the capacity \r\nAdd 2 to 4 inches to your penis size (around 4 inches long and around 1 inch in development in just 2 months agreeing your race and age) \r\nBy doing particular activities for creating your manhood 13, increment your sexual stamina \r\nKick on your body by Using regular supplements into restarting a process that is characteristic \r\nExpansion sex improve and drive male fruitfulness \r\nIncrement your penis growth and for many time \r\n\r\nPenis Enlargement Bible Review \r\nThe primary benefit you can get from this app is a guidebook and 2 2 bonuses as follows: \r\nThe Penis Enlargement Bible PDF -- Price is $95 \r\nBONUS 1.  The Ultimate Penis Exercise Guide -- Price is 35 \r\nBONUS 2.  What Not-To-Do Better Sex Guide -- Price is 25 \r\n\r\nAnd I&#039;m going to tell you that the truth value of the eBook with all the buying cost.  This guidebook could be sold with both bonuses for more than 155. \r\nBe that as it may boost their coexistence and their certainty, the expense lessened by discharging it in the book design.  At last, he chose to offer the manual for installment of only to you. \r\nIs it true that you are primed to start at this moment? \r\n\r\nIs It Guaranteed That &#039;Penis Enlargement Bible&#039; Can Work For You? \r\nKeep in mind that no inquiry!  Nothing to lose and you add your manhood and creeps quickly and characteristically! \r\nHow Much To Start With Penis Enlargement Bible?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondArrizEY', 'adminsssssss7@ilink.ml', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 06:55:41', '185.244.215.130', '1'),
(874, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RubinCabAC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"admin@miningtower.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84341849456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nsupport@miningtower.biz \r\nadmin@miningtower.biz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RubinCabAC', 'admin@miningtower.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 10:18:21', '178.159.37.4', '1'),
(875, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"NataPoosugscomyf\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"info@electron.magazin.tk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88821468171\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:506:\"Подарю 3000 рублей на рекламу при заказе сайта! \r\nКупи готовый сайт в течение недели и прими участие реккламной акции* в веб студии Юлии Беззубовой. \r\n*С 24 по 30 апреля 2019 г. при содействие с Google дарим 3000 рублей на контекстную рекламу. \r\nСмотри участвующие в акции предложения на сайте.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NataPoosugscomyf', 'info@electron.magazin.tk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 13:34:02', '46.185.6.157', '1'),
(876, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"[url=http://kinobox.org/]Онлайн кинотеатр, фильмы HD бесплатно[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"vovatikhonov79456@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"[url=http://kinobox.org/]Онлайн кинотеатр, фильмы HD бесплатно[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"http://kinobox.org/britanskie/	Британские фильмы, сериалы смотреть онлайн бесплатно\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '[url=http://kinobox.org/]Онлайн кинотеатр, фильмы HD бесплатно[/url]', 'vovatikhonov79456@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 19:55:57', '193.160.224.122', '1'),
(877, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"ВикаSexwonCZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"dimitrianbobrov88@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88571477831\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:456:\"Секс шоп Ledesire.shop - Интернет магазин интимных товаров в Иркутске \r\n \r\n«Ledesire.shop» позволяет подобрать нужные секс игрушки в Иркутске, получить детальную информацию и сделать заказ, при соблюдении условий полной анонимности. \r\n \r\nИнтернет магазин - Секс шоп\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ВикаSexwonCZ', 'dimitrianbobrov88@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-24 20:10:56', '90.188.236.43', '1'),
(878, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"VanLiRigQW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"evynne@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85336676662\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:105:\"ib world literature essay http://thabees.online/aresearchguide/for-example-abbr.html cinematography essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VanLiRigQW', 'evynne@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 01:52:48', '46.118.154.36', '1'),
(879, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AnthonyGedLL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"farlaygall@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84442942881\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"prescription drugs identify pill  http://candelacontrols.com/js/tadalista-20.html  minnesota health care exchange\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyGedLL', 'farlaygall@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 03:56:00', '51.15.15.164', '1'),
(880, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SmoospemeMC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"brintondplf@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86351136856\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:604:\"pandora akce\r\npandora 70 di sconto\r\npandora 70 di sconto\r\nyeezy boost 350 v2\r\npandora bijoux\r\nyeezy 350 hyperspace\r\nyeezy 500 utility black\r\nyeezy boost 350\r\nyeezy 350 butters\r\nhogan online saldi 70\r\npandora\r\nyeezy boty\r\nyeezy static\r\n锘?a href=&quot;http://www.canada-pandora.ca&quot;&gt;pandora canada\r\nyeezy boost 350 v2 clay\r\nyeezy boost 350 v2\r\npandora\r\npandora akce\r\nscarpe hogan\r\nyeezy sesame\r\nadidas yeezy 500\r\npandora\r\nyeezy boost 700\r\nyeezy boost 350\r\nyeezy 350 sesame\r\nyeezy boost 350 v2\r\nyeezy boost 350 v2\r\nyeezy hyperspace\r\nadidas yeezy\r\nyeezy static reflective\r\npandora\r\nyeezy 700 inertia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SmoospemeMC', 'brintondplf@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 07:54:12', '89.22.166.47', '1'),
(881, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinLixNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"hjzw6982@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89351552889\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1383:\"Oral Steroids Mass Gain\r\n Accumulating several lengthy necklaces and stores can present distinctive safe-keeping difficulties so try out keeping necklaces the same way you put them on by holding them up and down. No matter if you will be making your personal or acquire one, a hanging safe-keeping system will simplify your dressing routine. Pendants is going to be simpler to see and the tangling that happens from improper safe-keeping will probably be eradicated.\r\n  Proviron And Dianabol\r\n Before you choose a credit repair firm, research them carefully. Credit rating restoration can be a business design that may be rife with alternatives for fraud. You happen to be typically within an psychological location when you&#039;ve attained the aim of having to utilize a credit rating maintenance organization, and deceitful firms take advantage of this. Study organizations on-line, with personal references and through the more effective Organization Bureau before signing nearly anything.\r\n  Equipoise 400\r\n If you would like prevent infections, you have to be careful in the items that enter into contact with your vaginal canal. Female aerosols, bubble baths, and aromatic soaps can all upset the spot inside the vaginal canal and improve the risk of a candidiasis. Something that is scented or dyed should not enter into contact with the vagina.\r\n  Stanozolol Yahoo Respostas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinLixNN', 'hjzw6982@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 15:14:46', '91.236.74.33', '1'),
(882, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Micha Strizh\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micha.strizh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83951572845\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:774:\"В веб-студию Юлии Беззубовой требуются: \r\n \r\nМенеджеры по работе с клиентами. \r\nОБУЧЕНИЕ,не полная занятость. \r\n \r\nТРЕБОВАНИЯ:ОТВЕТСТВЕННОСТЬ,КОММУНИКАБЕЛЬНОСТЬ, САМОСТОЯТЕЛЬНОСТЬ. \r\nОБРАЗОВАНИЕ СРЕДНЕЕ И ВЫШЕ, ВОЗМОЖНО на период летних каникул. \r\nВОЗРАСТ - трудоспособный \r\nЗ/П СДЕЛЬНО-ПРЕМИАЛЬНАЯ,ВЫСОКАЯ. \r\n \r\nРоссия \r\nтел.: +7 980 705 20 18 \r\ne-mail: bezzubova@bezzubova.ru \r\nОфициальный сайт. \r\nВ социальных сетях - VK. \r\nВ социальных сетях - Однокласники.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Micha Strizh', 'micha.strizh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 21:31:21', '46.185.6.157', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(883, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DarrellluhFU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox166@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85782649413\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:146:\"it&#039;s my first time visiting your website and I&#039;m very fascinated. Thank you for sharing and keep up ;) \r\n[url]editessayservice.com[/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarrellluhFU', 'inbox166@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-25 22:54:28', '178.137.16.51', '1'),
(884, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavideroliUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"nata.teplova.go@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81911253189\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1808:\"dog sale bhubaneswar &amp; купить собаку терьер &amp; comprar cachorro bichon maltes \r\n&amp; acheter un chien qui ne grandit pas &amp; \r\npuppies for sale in washington \r\nDog training Centre ‘Asantiko’ (Ukraine) is offering elite puppies of different breeds. \r\n-The Tibetan Mastiff Dog Breed is the main area of the Centre. There are more than 300 puppies available, their parents are brought from China. \r\nThe puppies parents are multiple winners of the Championships in Ukraine and other countries. \r\n-Sredneasitskaia shepherd \r\n- Kavkazskaia shepherd \r\n- Belgian shepherd dog malinois \r\n- Amerikan akita \r\n- Alaskan malamute \r\n- Newfoundland \r\n- Welsh corgi pembrok \r\n- Chow-chow \r\n- English bulldog \r\n- French bulldog \r\n- Pekinese \r\n- Shih tzu \r\n- Maltese \r\n- German spitz (pomeranian) \r\n- Yorkshire terrier \r\n- Chihuahua \r\nLarge selection of puppies (over 1000) \r\nWorldwide shipping \r\nWe are interested in concluding long term agreements with Dog training organizations, clubs and private persons to present interests of Dog Centre ‘Asantiko’ in other countries. \r\nThe representative’s tasks: \r\n- search of potential buyers \r\n- support of purchase / sale contracts (shipping logistics, meeting the veterinary import requirements, financial arrangements with the buyers and other issues, arising during the contract implementation) \r\nOur contacts: \r\nEurope              evropa.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098593 \r\nUSA                   usa.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098594 \r\nAsia, Africa         asia.afrika.asantiko@gmail.com \r\nWatsapp / Viber, +380 50 8098568 \r\ndog sale craigslist &amp; купить щенка ярославль &amp; comprar cachorro pastor belga malinois \r\n&amp; acheter un chiot mosel &amp; \r\ndog sale tirunelveli\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavideroliUK', 'nata.teplova.go@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 04:40:17', '77.222.139.182', '1'),
(885, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnKnowsQJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"sxcn75978@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88159742184\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1128:\"Testosterone Cypionate Gear\r\n Growing older doesn&#039;t only imply saggy epidermis and graying locks and sore bone. You are also far more prone to diseases like cancers and heart disease while you begin to get older. This implies you will probably have to get started on lifestyle some other sort of life, and the ideas in this post can assist you as you go along.\r\n  Masteron Weight Gain\r\n As soon as you&#039;ve bought a supply, provide it with time and energy to develop. Don&#039;t industry it the moment the price falls. Stocks and shares fluctuates frequently, so patience is vital in order to make some real cash. Your losses could perfectly exceed your gains when you buy and sell regularly.\r\n  Dianabol Diarrhea\r\n If you are a first time industrial real estate property shopper, you might want to offer a freshly licensed industrial property broker, lawyer or loan company a try. Pass them more than to get more experienced people in the field. Working with those presently experienced with the sector will provide you with more self confidence in getting commercial real estate property.\r\n  Tren Acetate 100 Mg A Week\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnKnowsQJ', 'sxcn75978@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 06:59:56', '91.236.74.32', '1'),
(886, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarryfapBO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"zamt9045@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84877398234\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1282:\"Dianabol Uae\r\n Prevent shampoos that create a lot of lather. Much more lather signifies more natural skin oils becoming taken away and much more tacky man-made moisturizers simply being added. These sticky elements is certain to get your hair dirtier, faster. There are several new items out there that have no lather at all and create smooth, wonderful glow.\r\n  Anavar 15mg Tablets\r\n One particular you realize you are in fiscal difficulty and also have made a decision to apply for private individual bankruptcy you must shift quickly. Holding out to the last second to submit personal bankruptcy may cause several troubles. You could possibly face adverse consequences like pay or bank account garnishment or foreclosure on your own residence. Also you can not abandon time ample for any detailed review of your finances, which will restriction your options.\r\n  Anavar 45 Mg\r\n As you&#039;ve just read, there are actually many techniques to save your home and reduce the quantity of unwanted pests in your home. This short article only talked about some methods you could select from. Use everything you have just acquired to get rid of those unpleasant pests making your own home a cat friendly spot once more!Picture taking Made Easy Using These Useful Tips\r\n  T3 Steroids Info\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryfapBO', 'zamt9045@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 08:01:20', '91.236.74.26', '1'),
(887, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JerrynesKO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fev.gen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85231933826\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3392:\"Купить диван - кровать трансформер в Киеве недорого! https://divany-transtormery.kram-ua.com.ua/ Скидки 20% Александр  +38 (096) 223-85-51 Переходите на сайт изучить каталог, кресло, пуф, divano letto, как обставить квартиру, divano universale trasformabile, поставщики, сотка, экономия места, мебель для малогабаритных квартир, складной, стол, ремонт буханки, сделай сам, студия, азбука мебели, поставщик диванов, лучший диван, мягкая, белый, мвс, купить мебель в одессе, мягкие уголки цены, шестой элемент, мягкий уголок фото, меблиссимо, летто пуф, квартира-студия, эргономика пространства, кровать-диван, сатоши, подъемная кровать, диваны одесса, мягкий уголок, купить мебель, мебель фото, магазин мебели, угловые диваны, производство, дизайнер, магазин мягкой мебели, фабрика мягкой мебели, диваны фото, мягкая мебель одесса, каталог диванов, кресла кровать, диван и кресла, тюнинг буханки, охота, как раскладывается диван, обновить интерьер, от производителя, каталогмебели, оптовик, производительмебели, надежный и удобный механизм, фабрика диванов, ремонт, купить диван в киеве, бестселлер, шоу-рум, распродажа мебели, диваны угловые и прямые, мебельоптом, обивка дивана, дизайнхрущевки, маленькаяквартира, дизайнстудии, дизайнмаленькихквартир, мебельтрансформер, мебельтрансформеры, шкафкроватьтрансформер, всем, прикольноевидео, шкафкроватьпримерработ, шкафкроватьсвоимируками, академический, innenarchitektur ideen, ваш стиль, пусть говорят, диван от производителя, прагматик диван, диван - стол, диван со столиком, диван кровать стол, поставщики мебели, изобретение, спальное место в уаз, рыбалка, диван для уаз, уаз буханка, уаз, буханка, купить диван трансформер, comfort, диван стол, стильно, красивый диван, солидный диван, sofas, поворотно-откатаной, интересно, unique sofa-transformer, new product, new merchandise, шкафкровать, линейные диваны, обзор сборки дивана домино 2, unusual, сборка дивана-кровати дублин, как собрать диван - трансформер\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JerrynesKO', 'fev.gen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 08:52:51', '188.163.109.153', '1'),
(888, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StanleyWrildHL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"bmfx71640@see.consored.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89858947687\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1216:\"Mesterolone Anabolic\r\n Make a interpersonal marketing and advertising insurance policy. All businesses ought to have plans to assist dictate correct habits, and mobile advertising and marketing is no various. Factors to consider which every member of your enterprise is mindful of and realizes that insurance policy, and take steps to ensure that it will probably be followed in every celebration.\r\n  Dianabol Recommended Daily Dosage\r\n In case you have 50 ideas that you want to produce content material on then make 50 various web sites. Looking to involve all things in a single web site will cause your rates to drop on these. The better steady you might be within the content inside of your web site the more reputable your site will probably be regarded as.\r\n  Primobolan 100 Review\r\n When operating a website, be sure that you question open-finished inquiries. One of the more effective strategies for receiving folks to respond to your site content is actually looking for it. Let readers respond to your questions by attractive these people to respond having a opinion. This will make them really feel far more interested, which increases the chances that they&#039;ll stay with you.\r\n  Winstrol Good Or Bad\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StanleyWrildHL', 'bmfx71640@see.consored.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 10:35:37', '91.236.74.30', '1'),
(889, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"uert40617@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85996591357\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1136:\"Tren Acetate 100 Side Effects\r\n Start off resting on your side. Once you rest lying on your back and possess obstructive sleep apnea, your airway becomes prevent from your tongue and throat muscle tissues. To avoid rolling on to your rear when you are asleep, attempt sleeping with bedroom pillows shock reduction your area. This can help keep you from transforming onto your rear.\r\n  Winstrol I Metanabol\r\n Backyard peas ought to be selected when coffee pods are fairly effectively completed and are nonetheless dazzling green. Select a few peas and eat them uncooked. They should flavor sweet and delightful. In the event you consistently select garden peas since they adult, you will improve your production at harvest time, which is typically 1 or 2 weeks.\r\n  Dianabol Zonder Nakuur\r\n To face an opportunity of living through cancer you need to be happy to create a fight towards it. In the event you quit on an emotional level, the many forms of cancer can have a greater potential for taking over your whole body and finally ceasing your lifestyle here. You will need to combat to beat many forms of cancer.\r\n  Primobolan Schering\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'uert40617@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 12:21:12', '91.236.74.24', '1'),
(890, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MerlincoernLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ohkv75484@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83168515211\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1187:\"Anavar Life\r\n When you only require half or a quarter of your onion for the formula, just slice the complete onion. Put the added inside a fridge bag and store it inside the freezer or fridge. The next time you require sliced red onion for any formula, you have them all set!\r\n  Primobolan Z Testosteron\r\n When you are inside a rut, think away from the pack. We often internalize methods of contemplating that may be restricting. Should you strategy different scenarios using a innovative point of view, you could find that you could handle problems differently than your peers. This can increase your assurance and improve your individual successes, while showing your worth to other folks.\r\n  Anavar Canada\r\n Look at employing a person to assist you coach your pet. Much like actively playing an activity, animal coaching is a ability that can take time for you to create. Everyone has their particular design, and it can be that how you are interacting with your furry friend is just not rather working. Someone else can assist you observe how to adjust your workout sessions to ensure they a much better in shape for you and your dog.\r\n  Buy Anabolic Steroids Online With Credit Card\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MerlincoernLB', 'ohkv75484@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 19:00:34', '91.236.74.5', '1'),
(891, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"HerbertetentIL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"zkaq15671@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85588753735\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1195:\"Primobolan Opis\r\n Alter your cleansers and laundry washing detergents. Lots of times folks have allergic reactions, and are unable to identify the explanation for them. Should you can&#039;t often determine what the main cause of your allergic reaction is, try basically utilizing a new cleaning soap. Change the laundry detergent you make use of. That could just remedy the situation.\r\n  Equipoise Look\r\n When birthday celebrations or any other gift giving holiday seasons appear about, as an alternative to consuming your child shopping, help them produce a existing. Not simply will your kids get to be innovative and provide an original gift item, but you&#039;ll be able to devote time with each other. This is particularly great in case the existing is designed for the child&#039;s other mother or father or other relative.\r\n  I Love Anavar\r\n Select a shade system and style that are related to this content of your blog site. Also, the shades must be simple to look at to have an expanded period of time, without causing eyesight stress. The visible impact should represent the atmosphere you might be developing with all the published words of the articles.\r\n  Sustanon 250 Dose For Trt\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HerbertetentIL', 'zkaq15671@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-26 20:50:02', '91.236.74.31', '1'),
(892, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelRotCL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"biyn15052@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81673625719\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1170:\"Anavar By Itself\r\n When heading for a popular destination, go to neighborhood travel and leisure workplaces on appearance. They can offer sound advice on unconventional or enjoyable alternatives to the standard website visitor destinations such as modest festivals or museums not listed on the major tourist charts!\r\n  Proviron Depot\r\n Search for signs and symptoms of obstructive sleep apnea which could happen through the daytime hours. Excessive drowsiness may appear at whenever whenever you suffer from sleep apnea. This will involve spells of severe sleepiness when you are driving a vehicle. Do not disregard these signs and symptoms since you can hurt not only oneself, but other folks too.\r\n  Anadrol Estrogen Blocker\r\n For a summertime deal with, make gourmet coffee ice-cubes cubes. Fill a tray with a little bit of remaining gourmet coffee and freeze them for this special occasion. If you are making the perfect iced caffeine, congratulations, you be well prepared with all the ideal ice cubes cube way too! These ice cubes won&#039;t drinking water straight down your gourmet coffee which will keep the tastes selecting for a longer time.\r\n  Winstrol Cycle\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRotCL', 'biyn15052@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 00:53:12', '91.236.74.7', '1'),
(893, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"dazs91698@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83635889591\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1412:\"Dianabol For Sale Gnc\r\n If you have numerous bank cards for various retailers, place them in the zippered sandwich travelling bag loaded with normal water, then freeze the handbag inside your freezer. This really helps to refrain from attraction by producing numerous hurdles to a normally impulsive shelling out spree. You will not only have to wait for the ice-cubes to thaw, but you might also wind up setting up a clutter - a great deterrent.\r\n  Sustanon 250 Dbol Cycle\r\n Consuming unsaturated body fat is generally preferable to saturated fats. Fatty foods are known to have a bad impact on a persons body&#039;s arterial blood vessels because of their tendency to build up inside them. These platelets of cholesterol can slowly and gradually build-up and finally prevent passages. Unsaturated fatty acids are not able to perform same process simply because they lack the little form of fatty foods.\r\n  Sustanon 250 Cycle\r\n Here is a thrifty and simple natural and organic garden hint. Generally depart some of your own vegetation unharvested to help you collect their seed products afterwards. You can content label the seeds and employ them next year to reproduce the best of last yrs crops. They are also made of convenient for seed swaps one of the horticulture community. So, allow a number of your plants check out seed! You will be glad you did when up coming time of year comes around.\r\n  Anadrol Bd\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'dazs91698@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 04:52:47', '91.236.74.25', '1'),
(894, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"OctavioFexiaUS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ffgp99378@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89472356211\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1150:\"Testosterone Propionate Sigma\r\n If you are suffering from rheumatoid arthritis symptoms, make certain you&#039;re obtaining adequate omega-3 in your diet. If you&#039;re not, take into account having a nutritional supplement like fish oil to aid get individuals amounts up. Studies have shown that omega-3 has lots of anti-inflamation positive aspects for those who have problems with rheumatism.\r\n  Anavar 10 Side Effects\r\n Lots of people are unaware of new technologies in hot water heaters, so take into consideration moving tankless. That older water heater helps to keep 40-60 gallons of water popular, 24 hours a day, a week every week. Tankless water heaters only heat water since you need it and could save you cash now and will bring you income if you offer.\r\n  Bolt 200m Final\r\n One way to make it easier to give up smoking is simply by finding a replacement for cigs that one could hold with your mouth or hand. In this way, it is possible to progressively substitute your cigarettes with something diffrent. A ingesting straw can work, or some sweets or possibly a pretzel may serve as an effective alternative.\r\n  Buy Primobolan Depot Uk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OctavioFexiaUS', 'ffgp99378@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 05:17:06', '91.236.74.8', '1'),
(895, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"VanLiRigQW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"evynne@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83157625196\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"global warming essays http://thabees.online/affordablepapers/essay-writing-websites-free.html tamil essays in tamil language\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VanLiRigQW', 'evynne@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 08:11:49', '46.118.154.36', '1'),
(896, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeremyhexHL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"proekt3@cheapscript.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88552632214\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1420:\"Get Our Advanced Retinol Serum 2oz 50% off with the purchase of Hyaluronic Acid 2oz! \r\nLimited Time Offer! Get Our Advanced Retinol Serum 2oz 50% off with the purchase of Hyaluronic Acid 2oz! \r\n \r\nADVANCED RETINOL SERUM FORMULA – This serum is the most effective way to improve skin health. Regardless of your age or skin type, retinol is a superstar skin-saver. It gives the skin a healthy glow, improves skin texture and reduces dark spots by speeding up skin cell turnover that slows as we age \r\nFIGHTS WRINKLES &amp; FINE LINES - The most powerful effect retinol has is on collagen, which is referred to as ‘the building blocks of the skin.’ Retinol has a dual effect here: Not only does it decrease the amount of collagen breakdown from sun exposure by preventing the increase of an enzyme called collagenase, but it also helps to stimulate the production of new collagen \r\nREDUCES PIGMENTATION – Retinol improves the look of dark spots, red skin, stinging sunburns and flaky complexions. Remember: The sooner you identify dark spots and work to address the problem, the less intervention will be required. \r\nPOTENT STRENGTH ACNE FORMULA - Reduce blackheads and whiteheads and minimize pores. Retinol promotes the production of new skin cells, effectively pushing oils and dead skin out of blocked pores. By doing so, it also prevents new blackheads and whiteheads from forming. \r\n \r\nhttps://ebay.to/2Vo61bo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeremyhexHL', 'proekt3@cheapscript.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 12:59:51', '185.247.140.230', '1'),
(897, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DustinheplyZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ivan.morgunov85@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82237271957\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:399:\"Случается так, что любимый телефон, служащий вам верой и правдой несколько месяцев или лет, ломается. Могут ли возникнуть поломки в самый неподходящий момент? Да, конечно. подробнее об этом читайте на сайте http://about-windows.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DustinheplyZY', 'ivan.morgunov85@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 16:09:14', '31.130.17.30', '1'),
(898, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Eduardoglori\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"svetlanacol0sova@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"374275834\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:243:\"Hi puertobarillas.com \r\nGrow your bitcoins by 10% per 2 days. \r\nProfit comes to your btc wallet automatically. \r\n \r\nTry  http://bm-syst.xyz \r\nit takes 2 minutes only and let your btc works for you! \r\n \r\nGuaranteed by the blockchain technology!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Eduardoglori', 'svetlanacol0sova@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 17:32:48', '185.217.71.140', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(899, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesglypePC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mqjf1393@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85649839152\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1349:\"Equipoise Con Que Combinar\r\n Make your sms messages, social network blogposts and e-e-mails brief and succinct. When the message is just too extended, folks often discount it instantly. The content shout be brief, immediate and include a call of measures. It really should not be a quarter web page advertisement, but instead a brief concept targeted to warn shoppers of special discounts or marketing promotions.\r\n  Masteron Increase Libido\r\n Any time you consider an antibiotic, it makes your body more prone to candidiasis. You do not unnecessarily need to suffer from the irritation and burning up of your candidiasis, however. Once your start taking that first antibiotic, also begin to take a probiotic. You can buy it in a natural powder form and include it with a fruits shake. You can even consume yogurt. Acidophilus, a bacteria found in natural yogurt, is actually a probiotic. You can even get probiotics in a pill kind, if that is your personal preference.\r\n  Injectable Medical Steroids\r\n To attempt to keep in mind far more stuff. You may want to create a attractive music. People discover that placing important info into a tune aids their memory space. Search for terms that rhyme, and you should not put something also challenging to the song, as that could just end up puzzling you much more.\r\n  Testosterone Enanthate Cycle Gains\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesglypePC', 'mqjf1393@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 19:23:24', '91.236.74.20', '1'),
(900, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SISenlonFT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lovi01@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86794649724\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1034:\"https://pradiz.com/blog/golden-ring/sergiev-posad-russia \r\nThe Trinity Sergius Lavra \r\nSergiev Posad Travel Lounge \r\nSergiev Posad Lavra – the Most Important Russia Monastery \r\nSeven centuries ago Sergius of Radonezh, the gatherer of Russian lands, founded a monastery that is known today as Trinity Sergius Lavra. Here, in a secluded place, he laboured spiritually. Later on, the place attracted other people that started to live nearby. These first settlements were all gathered together and the provincial depth of the country became the gem and ‘gateway’ of Russia Golden Ring cities. \r\nToday this place is known under so many different names, we shall name a few to dispel any doubts about it: Sergiev Posad Monastery, Trinity Zagorsk Monastery or simply Trinity Lavra – they all mean the same monastery. And it’s official name is the Holy Trinity St. Sergius Lavra. \r\n \r\n \r\nhttps://pradiz.com/blog/golden-ring/sergiev-posad-russia - Sergiev Posad Travel Lounge \r\nThe Trinity Sergius Lavra \r\nSergiev Posad Travel Lounge\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SISenlonFT', 'lovi01@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 22:00:08', '195.34.75.83', '1'),
(901, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"excen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"kr.u.l.ov.vv1981.11.@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84964255792\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:254:\"oasis sex videdo\r\nnatural redhead porn\r\nsexual dominance porn\r\nporn is a lie\r\nmany different porn movies\r\n \r\n \r\njeniffer aniston sex video\r\n \r\nliza dwyer porn actress\r\ntoo sexy perfume\r\nlesbian bondage vids free\r\nfree adult porn literotica\r\ncool whip sex\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'excen', 'kr.u.l.ov.vv1981.11.@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-27 22:48:09', '178.159.37.18', '1'),
(902, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngeloAbozyZP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"proekt4@cheapscript.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81142596572\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"Premium Collagen Peptides 16 oz \r\nPremium Collagen Peptides 16 oz Hydrolyzed AntiAging Protein Powder Kosher \r\n \r\nhttps://ebay.us/clLbP1\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngeloAbozyZP', 'proekt4@cheapscript.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 02:14:49', '185.247.140.230', '1'),
(903, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfubLP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"ahmet4209211@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83347282358\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:49:\"buy zynga poker chips \r\nhttp://www.chipstore.org/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfubLP', 'ahmet4209211@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 04:36:26', '43.251.252.171', '1'),
(904, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SISenlonFT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"lovi002@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83194773876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1493:\"https://pradiz.com/tours/moscow/ostankino-tower-tour \r\nOstankino Tower Moscow Tour \r\nEnjoy sweeping views of Moscow from the Ostankino Tower, the highest structure in Europe! \r\n \r\nThe Ostankino TV Tower is one of the main symbols of the Soviet era and it is a unique chance to visit this state secure facility. \r\n \r\nBe ready to be lifted on the fastest elevators in Russia. \r\nOnly 57 seconds, and you will step out at the tallest structure point in whole Europe. At its observation point have breathtaking views \r\non day or night Moscow. \r\nWith an extra option to the tour - private guide services - be accompanied by our professional guide to the Tower, \r\nwho will give a tour of the sight and help with passing an ID control to the heart of the Russian Television! \r\n \r\nDear guests, \r\nStarting from December 2018 we offer this tour as part of talor-made Russian multi-day itineraries designed as per your request. \r\n \r\nShould you wish to visit the Tower, you may do so by booking an e-ticket prior to your visit at an official web site. \r\nThe tower has some limitations for visits, you may check out this great post for Russian tower visitor tips. \r\n \r\nActivity Details \r\nDuration: \r\n1 hour \r\nInstant confirmationTour type:  This is a self-guided tour unless booked with an optional extra - private guided services. Audio-guides are available for a small extra fee on spot.Available: Daily \r\nBook This Tour \r\nhttps://pradiz.com/tours/moscow/ostankino-tower-tour - Ostankino Tower Moscow Tour\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SISenlonFT', 'lovi002@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 07:19:35', '195.34.75.83', '1'),
(905, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SISenlonFT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lovi03@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84647512373\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:237:\"https://pradiz.com/tours/sochi \r\nSochi Tours \r\nPradiz Tour Operator and Travel Agent Russia \r\nPradiz Tour Operator \r\nTravel Agent Russia \r\nhttps://pradiz.com/tours/sochi - Travel Agent Russia \r\nPradiz Tour Operator \r\nPradiz Tour Operator\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SISenlonFT', 'lovi03@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 07:19:36', '195.34.75.83', '1'),
(906, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RaymondtowJE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"psyo82702@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82134642866\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1274:\"Proviron A Stawy\r\n If you realise yourself slacking with regards to investing quality time with the brush, receive an egg-clock. They can be low-cost and simple to use and can symbol time you devote to far better dental care. Professionals say you must spend at the very least three minutes cleaning, two times per day!\r\n  Equipoise Liver\r\n Numerous buyers are curious about getting residences which have hardwood floors since that is a appear that generally seems to never get outdated. Unless you keep these things you are able to set them up and therefore would improve the value of your property. Laminates are an excellent solution if you cannot afford challenging wood, but realize that several purchasers tend not to like the hollow appears to be laminate floors make.\r\n  Winstrol W Medycynie\r\n Recall, studying concerning how to handle your worries is only a part of basically minimizing the level of tension in your life. In order to decrease the amount of pressure in your lifetime you want to attempt to use as lots of the recommendations you figured out as much as possible, it&#039;s only via experimentation that you&#039;re going to find what works well with your stress control.Need Apple ipad Recommendations? We&#039;ve Acquired Them!\r\n  Iforce Bold 200 Uk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondtowJE', 'psyo82702@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 09:23:10', '91.236.74.9', '1'),
(907, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fev.gen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88244993286\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:261:\"Купить диван - кровать трансформер в Киеве недорого! https://divany-transtormery.kram-ua.com.ua/ Скидки 20% Александр  +38 (096) 223-85-51 Переходите на сайт изучить каталог\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'fev.gen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 10:18:49', '188.163.109.153', '1'),
(908, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"JessieJahknilihibHikitina\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"info@velotrek.tk\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83189673739\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:779:\"Здравствуйте! \r\nОбновленный &quot;Танго&quot; манит современной формой и фактурой.???? \r\nВоспользуйтесь &quot;Зеленым корридором&quot; в салонах мебели &quot;Ладья&quot; (ОТК &quot;Тандем&quot; и ТЦ &quot;Аксон&quot; на проспекте Фрунзе) в будние дни. \r\n&quot;Зеленый коридор&quot; позволяет Вам получить максимум информации от консультантов и успеть до праздников завершить обстановку своего дома или дачи. \r\nВот ссылку нашла, посмотрите: \r\nДиван мне понравился\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessieJahknilihibHikitina', 'info@velotrek.tk', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-28 22:59:47', '46.185.6.157', '1'),
(909, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamnuhUY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"admin@miningtower.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86848736944\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nEARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nsupport@miningtower.biz \r\nadmin@miningtower.biz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamnuhUY', 'admin@miningtower.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 01:09:19', '178.159.37.4', '1'),
(910, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MonicaEmomsED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"monikamurka1989@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82892113396\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:91:\"https://vk.com/public174945133 - н вирт вирт сервисный ярославль\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MonicaEmomsED', 'monikamurka1989@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 01:22:38', '94.181.96.82', '1'),
(911, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnClelfIA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"cncmachines777@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81578175389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1714:\"Представляем Вашему вниманию промышленные фрезерные станки с ЧПУ серий CNC-3030, CNC-4040 и CNC-6060. Промышленные фрезерные станки с ЧПУ данной серии предназначены для обработки дерева, пластмасс, органического стекла, акрила, камня, цветных металлов и даже стали. Управление промышленным фрезерным станком осуществляется системой числового программного управления. Промышленные фрезерные станки с ЧПУ по дереву и металлу нашего производства позволяют изготавливать художественные панно для отделки интерьеров и фасадов зданий, логотипы фирм, рекламную продукцию из дерева и металла. \r\n \r\nПроизводимые на нашем заводе промышленные фрезерные станки с ЧПУ по дереву и металлу применяются для небольших высокоточных изделий, ювелирных задач, восковок, печатных плат, 2D и 3D фрезеровки небольших изделий, металлических форм, шильдов, приборных панелей, штампов и электродов, сувениров и многого другого. \r\n \r\nОбращайтесь: https://stanki-chpu.ru/cnc-stanok/cnc304060-cena/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnClelfIA', 'cncmachines777@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 04:55:58', '77.75.129.83', '1'),
(912, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgesibAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"jkov78225@magic.boringverse.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86718759371\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1294:\"Turinabol Liver Toxicity\r\n As soon as hair loss commences, it&#039;s hard to tell when it&#039;s likely to quit. Many people drop a bit and some drop virtually everything. The principle goal on most, nonetheless, would be to cease the situation in the tracks and try to regain your hair they lost. This is where the following tips may be found in. Apply them as instructed and view the hair produce a comeback.The Fundamentals Of Jewellery In Summary\r\n  Tren De 100 Vagones\r\n Buy your insurance when you are youthful to conserve on your own dollars. The younger you might be, the reduced your insurance costs will probably be. At a early age, you happen to be very lower threat to have an insurance carrier therefore they are willing to charge you a lot less as they know they most likely won&#039;t must pay on your coverage.\r\n  Injectable Steroids Bulking Cycle\r\n You&#039;re now loaded for battle from the community! You have the expertise it will require to conquer any activity, foe or even real life conditions. Get this information together with you as you slay monsters, opposing armies and also board games. It doesn&#039;t make a difference whatever you enjoy, it matters how you will perform!Red wine Secrets and techniques Direct From Your Cookery Experts\r\n  Masteron-E Side Effects\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgesibAW', 'jkov78225@magic.boringverse.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 05:59:12', '91.236.74.2', '1'),
(913, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryEregeAM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"afcn11676@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82473258433\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1248:\"Testosterone Cypionate Ncbi\r\n Possessing auto insurance is essential it can save you from having to spend pricey improvements when you damage your, or someone else&#039;s, vehicle. There are several options available to ensure your automobile. This post will offer you tips to help obtain the automobile insurance that suits you.\r\n  Testosterone Enanthate 1ml A Week\r\n Write your own personal wedding party vows. While it could be much easier to copy from a diverse resource do not forget that nobody understands your long term partner a lot better than you. Producing your very own vows can add far more which means and love for your special event and make your beloved sense nearer to you. You can utilize inspirations from other resources, but make it your own to add that additional unique feel.\r\n  Oral Steroids Copd Exacerbation\r\n In order to decrease snoring loudly you should not drink alcohol or consider any sort of sedative or relaxant, which includes antihistamines for a lot of hours before bedtime. These points have the muscle tissues within your body loosen up. Calm muscle tissue close up your respiratory tract even more than usual. The blockage could cause snoring loudly or ensure it is worse than usual.\r\n  Bold 2007 Full Movie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryEregeAM', 'afcn11676@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 06:15:53', '91.236.74.10', '1'),
(914, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelMoundNQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"aoxy22762@son.bthow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88274867311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1104:\"viagra online\r\n You can actually help save a picture from Safari on the phone. When you are around the picture you would like, touch and hold on the graphic. A note may come up, asking you in order to &quot;Stop&quot; or &quot;Save Picture&quot;. Naturally, you will want to select the &quot;Help save Image&quot; option.\r\n  cialis original\r\n Ensure you understand specifically using your symptoms of asthma medicines and employ them appropriately and routinely to help keep your signs in check. Recognize that you might have various kinds prescription drugs - some for maintenance, some for relieving allergies, and a few for emergency alleviation. Take care not to confound, excessively use or under utilize them.\r\n  dapoxetine kaufen\r\n Tend not to go in foreign countries to acquire surgery due to less costly costs. Going overseas is an excellent choice, for those who have ways to ensure your doctor is correctly skilled and registered. And can perform functioning inside an certified facility. Steer clear of places in which surgeons are not lawfully required to get a certificate.\r\n  viagra 100 mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelMoundNQ', 'aoxy22762@son.bthow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 07:16:42', '91.236.74.22', '1'),
(915, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LauraCoildRN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wwweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85921267961\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Looking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LauraCoildRN', 'wwweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 09:08:25', '94.139.239.34', '1'),
(916, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"BMSysTdrymnOO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"bmsyst2010@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87162515126\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:393:\"realize 10% every 48 hours, spontaneous payment deposit + profit \r\nreferral bonuses up to 9% \r\n \r\nI maintain been here in place of a scattering days, they meet without a dilemma and on time. I startet ordain from 0.005 BTC \r\nCheck my purse: https://www.blockchain.com/btc/address/144iGU9CZmEN93SSmzhmm9Rxvhb2bpyELz \r\n \r\nBMS at the present time is LEGIT, programme here BMS - http://bm-syst.xyz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BMSysTdrymnOO', 'bmsyst2010@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-29 21:04:08', '88.135.63.193', '1'),
(917, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"nvjy71592@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81877112713\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1135:\"Injectable Steroids And Drinking Alcohol\r\n When expanding your personal organic plant life, you should relocate your seedlings clear of any air flow air vents or radiators right away on germination. It is because your seedlings do not require being actually warm like germinating seed products do. They must be much cooler for these to develop in the most effective way.\r\n  Tren 75 Pills Side Effects\r\n In no way complete your red wine glass for the brim. This may not abandon any place that you can swirl the wines all around. If you shift vino about, it produces an smell and types that you would not have seen otherwise. Which means that a red wine you only loved just a little may actually be your preferred if provided the proper way.\r\n  Dianabol 5 Alpha Reductase\r\n Think about opting for a solar powered hot water home heating system. If you should use hot water to run your dish-washer or do your laundry washing, a solar energy boiling water system will benefit you. If you are living inside an location where cold will not be a concern, a straight blood circulation process is going to be perfect for you.\r\n  Turinabol Kracht\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'nvjy71592@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 08:34:37', '91.236.74.23', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(918, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DiannaThiniRF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ivorlov1980@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87343661361\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"Quick sex in u city. Try it, you will like it!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DiannaThiniRF', 'ivorlov1980@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 14:40:39', '178.17.177.22', '1'),
(919, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ClintonflichJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"fzlb16145@main.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88761822137\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1152:\"priligy pris\r\n In case you are buying the stock market be sure to research prices around the back and front weight fees, as well as some other costs. According to the type of trading you intend to participate in in, fees can take in out rapidly in your income. Evaluate the prices of countless expenditure businesses prior to making your decision.\r\n  ď»żkamagra oral jelly\r\n Go sportfishing early on every morning or in the evening, to be able to, stay away from the breeze. The much less windy it is, the better effectively it is possible to cast your line exactly where you need it. Furthermore, the insects which the sea food feast upon are more inclined to be productive at a lot less windy instances, as well.\r\n  cialis 20 mg ireland\r\n How would you feel about reading through some expert ideas relating to panic attacks? Anxiety attacks can be extremely frightening, and could be also, possibly the most frightening thing you ever experience. Your impulse is important, to be able to assist both on your own or other people to come back lower from an invasion. Take a couple of minutes and break down this information today.\r\n  cialis original\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClintonflichJB', 'fzlb16145@main.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 15:09:01', '91.236.74.18', '1'),
(920, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanielawallWJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"thhf38803@main.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88812691364\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1177:\"kamagra switzerland\r\n Create your residence much easier to travel in. Eliminate carpets as well as other things it is possible to fall on. Spot points where you may achieve them. Get timepieces with larger sized figures. Simply by making your house much easier to live in, you may loosen up as opposed to struggling to perform stuff you as soon as did. Adjust, and developing old will likely be less difficult.\r\n  kamagra wien\r\n Fully grasp and get to know the digital camera. Even if this sounds basic, a lot of people have by no means even look at the recommendations on the way to run their digicam. Familiarize yourself with and be aware of the a variety of food list and operations of each key onto it in order that when you should utilize a certain operate, you realize where to find it which the camera can accomplish it.\r\n  priligy kaufen\r\n Resting in pregnancy is actually difficult. If you are uneasy attempt buying a entire body cushion to be able to prop yourself up in several positions to discover the most secure one for you. Should you be getting heartburn do not eat acidic or hot and spicy meals before going to bed or maybe in the nights.\r\n  viagra online uk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanielawallWJ', 'thhf38803@main.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 16:06:24', '91.236.74.18', '1'),
(921, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"lkix17956@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81463586298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1310:\"Anavar 10mg Price\r\n You should use garlic cloves to assist in treating acne breakouts. Not only could it be exceptional to incorporate garlic herb in your diet plan to improve your immune system, but you can also put it on topically to aspects of breakout. Just peel off a garlic clove clove in order that the exterior is sticky with garlic clove essential oil, and rub this over the part of breakout 3 or 4 instances per day.\r\n  Dianabol Thailand 10mg\r\n To assist your SEO, usually give a 301 redirect for virtually any URLs you retire or alter. Search engine listings reply to messages directed through the hosts of no-longer-existing websites, and 404 site mistakes harm your rating one of the most. By using a 301 redirect assures search engines like yahoo be aware the Website url change and use the google page rank effects related to the outdated Web address.\r\n  Masteron P And Test E Cycle\r\n As you can tell, sensing in shape will not be as challenging while you imagined, now you have the correct suggestions to get started on the way to personalized fitness. They provides you with a good foundation which will get you even closer your own personal fitness goals and feel great each and every day.Learning More About Property Owner&#039;s Insurance policy Will help\r\n  Oral Steroids In Osteoarthritis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'lkix17956@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 21:21:22', '91.236.74.6', '1'),
(922, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EduHoRigPM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rebbok@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83384686245\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"the great depression photo essay http://thabees.online/essaylab/i-need-to-write-an-essay.html formal essay example\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EduHoRigPM', 'rebbok@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-04-30 22:02:51', '46.118.154.36', '1'),
(923, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinLixNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"fdid9409@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81331192786\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1232:\"Anavar Y Winstrol\r\n You have to attempt meditation and yoga to deliver respite from your ringing in the ears signs or symptoms and ache. Concentration your energy inside a positive direction and you may be able to distract the mind for long enough to provide some reduction to suit your needs. The huge benefits are twice. You can lower your pressure with yoga and meditation as well as reduce the indications of ringing in the ears.\r\n  Testosterone Enanthate And Sustanon 250 Cycle\r\n A single idea which every individual who is intending to cure their snoring ought to implement is usually to never check out bed when you find yourself feeling really full. Whenever there exists a lighted of food items inside your abdomen, it may set too much stress on your diaphragm, that may constrain your inhaling and exhaling causing you to snore loudly.\r\n  Equipoise Massage\r\n In case you are camping and also the weather conditions are beginning to climb substantially, tale the coolers that you have along with you and put them somewhere within the hue. It will help to ensure they are covered with some type of tarp. This will maintain the temperature within the much cooler from soaring an excessive amount of.\r\n  Dianabol Vitrix Pharma\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinLixNN', 'fdid9409@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 01:22:07', '91.236.74.33', '1'),
(924, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DennisFruroUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"slavik.shmidt.1967@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86697728461\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nhttps://miningtower.biz \r\nsupport@miningtower.biz \r\nadmin@miningtower.biz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennisFruroUQ', 'slavik.shmidt.1967@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 10:30:48', '178.159.37.4', '1'),
(925, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"rheh73160@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82398457133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1150:\"Masteron O Proviron\r\n Espresso is usually better when it is new. If you see a selling on beans in your community store, it could be tempting to inventory up, nevertheless, you need to only obtain the amount of beans you should use in the months time. Store you entire coffee bean gourmet coffee within an airtight compartment that obstructs light to get the best outcomes.\r\n  Testosterone Cypionate For Fat Loss\r\n To become effective article internet marketer, you should be prepared to do a lot more than other marketing expert. You will possibly not have any idea another report marketer, but you have to believe that there&#039;s someone around employed as you&#039;re reading this article. This means you have a great deal of capturing up to do, so get busy with the strategy.\r\n  Tren 100 Acetate\r\n When juicing for your health you need to beverage the liquid when it&#039;s made. Refrigerating the juice or departing it about the kitchen counter will allow it to lose vitamins and minerals since they break up within the liquid. Drinking it instantly will likely be the same as ingesting all those new ingredients complete!\r\n  Mesterolone Recipe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'rheh73160@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 10:49:20', '91.236.74.24', '1'),
(926, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AndreneumnVS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"emdz88928@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89251994264\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1261:\"Oral Steroids And Reflux\r\n Tunes therapy offers amazing alleviation for those dealing with despression symptoms. Songs is technically established to get a highly effective impact on an individual&#039;s mood express. If you pay attention to calm music, it can relax you down. More powerful beats may have an outstanding effect. Spend some time to make in your favored tunes when you happen to be experiencing frustrated.\r\n  Proviron With Anavar\r\n Require quotations from a number of insurers and look on the web too. Make sure to range from the very same variables for exact evaluations. You may decide to go with the cheapest estimate, supposing how the insurer has a strong reputation for services and payment of promises, or you can provide the quotes to the existing insurance companies to find out if they will match the greater prices.\r\n  Primobolan Good For Strength\r\n Don&#039;t get extremely stressed about the the occasional blood glucose levels stage increase. The telephone number that is most significant in predicting your wellbeing is your regular blood glucose levels degree during the period of several weeks, not the surges. It is recommended to focus on your A1C reading and not get also concentrated any one increase.\r\n  Anavar 30 Mg Per Day\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndreneumnVS', 'emdz88928@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 10:52:39', '91.236.74.32', '1'),
(927, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MauriceROFZB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"hivi53910@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81885966451\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1168:\"Buy Masteron\r\n Have you got a frozen drainpipe? Use a backyard hose to thaw it. First of all, eliminate the capture in the drainpipe and insert the hose right up until it does not go any longer. When lifting in the other end of the hose, pour warm water down it. Keep dumping hot water down the hose before the drainpipe thaws. To save time with cleaning, keep a bucket below to trap this type of water that overflows.\r\n  Masteron Low Libido\r\n Start using instruments including AdMob or Mobilytics: these tools allow you to keep track of the number of individuals opened up your information and linked aimed at your website. There are numerous other instruments you can utilize. Establish statistics and learn who may be not open for your strategy and exactly how you might boost it.\r\n  Primobolan Hpta\r\n Purchasing business real estate property needs a particular comprehension of the regional marketplace. House values are mostly determined by nearby market conditions like occupancy degrees, leasing rates and group tendencies, making an authentic visit to the prospective home in addition to touring the whole community absolutely essential.\r\n  Anavar 6 Weeks 50mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MauriceROFZB', 'hivi53910@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 14:58:47', '91.236.74.26', '1'),
(928, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"harveyqp2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"alexandrakb20@sora59.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82975356143\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Sexy photo galleries, daily updated pics\r\nhttp://porn.auntie.bestsexyblog.com/?essence \r\n\r\n close pussy porn aged sex porn glory hole free porn marge simpson and bart simpson porn cival war porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'harveyqp2', 'alexandrakb20@sora59.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 15:12:16', '185.220.102.7', '1'),
(929, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EverettDahEX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"xdkf24585@stuff.bthow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89415738482\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1189:\"kamagra belgique\r\n When multi-level marketing periods are difficult and enthusiasm is difficult, use new methods to get yourself heading. As an example, place tacky notices throughout the house in the things you need to enhance at your residence once your profits enable it. This can be a definite prompt of your respective desired goals that will push you to achieve them.\r\n  kamagra Ă¶sterreich\r\n Always require samples of skin care goods and makeup when going to your chosen splendor distributor. Most key shops have baskets full of free samples they do not place out because way too many would make use. Customer satisfaction employees will almost always be pleased to give examples to individuals who request as well as the samples let you try out prior to making an investment in the most recent item.\r\n  viagra gĂĽnstig\r\n Growing older lip area could become slender and weakened, and many individuals run to collagen fillers to correct the issue. Before going the extraordinary route, consider using a lip plumper! Utilizing a item that you select up at the makeup products countertop is protected, easy, and cost-successful, and it&#039;s also fully pain free!\r\n  kamagra jelly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EverettDahEX', 'xdkf24585@stuff.bthow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 17:09:05', '91.236.74.19', '1'),
(930, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ScottSpoveHO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"innamarvina@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85749987465\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"голая ева грин фото\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottSpoveHO', 'innamarvina@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 20:19:24', '89.28.3.220', '1'),
(931, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeromeNobXX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vmdd97668@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88374265356\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1258:\"http://www.bolcimodas.com.br/empresa.asp\r\n When investing, in no way trade at the beginning of a few days. They may be just generating a new craze, which is not recommended to buy and sell at the end of the week. A good time to buy and sell is probably the middle of each week. Determing the best days and nights to buy and sell is the thing that will really make a difference in between the best as well as the very least successful industry.\r\n http://gardentool-cn.com/about.asp?title=contact%20us\r\n Look to help lessen your stress levels. The act of smiling transmits nerve signals for the element of the human brain that operations feelings, which a bit changes your inner neurochemical equilibrium, leading you to sense happier. This can be because your system remembers that you smile when you&#039;re happy--if you grin, you must be happy right then.\r\nhttp://www.mig-lincki.com.br/home.html\r\n Whenever you full your multilevel marketing seminar, point out to your leads how this program will change their life. Keep in mind the solutions they offered you when you asked them why they were there, and reiterate the methods their day-to-day lives can change due to signing up. This will likely leave them with that imagined while they make their choice.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeromeNobXX', 'vmdd97668@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 20:38:22', '91.236.74.10', '1'),
(932, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HenryPawOY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"hizr66545@big.estaxy.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85357997413\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1197:\"Masteron E Price\r\n Develop a persona online. Pick a good, expert photograph of on your own and then take advantage of the exact same one. This gives you an personal identity. When folks begin to check this out more and more it will allow them to have a concept of who you are. All of the article writer bio fields should be completed to provide your viewer a sense of your personality and history. This will likely modify you offer you a connection with the readers.\r\n  Winstrol Jaw Pain\r\n When taking pictures with the digicam prevent any unnatural cropping. It seems sloppy or unusual when bits of heads, whole heads, palms or ft are cut off. Keep in mind pictures ought to include the subject matter main characteristics.\r\n  Testosterone Cypionate 10cc Vial\r\n Inflammation of the rectal veins might cause hemorrhoids. The swelling might be associated with persistent constipation, stressing while in stools, and sitting down for many years. Powerful treatments might include more fiber content and improved drinking habits in addition to a feces softening treatments if needed. This post can assist you know the additional brings about as well as probable treatment options.\r\n  Equipoise Pfizer\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HenryPawOY', 'hizr66545@big.estaxy.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 22:08:24', '91.236.74.3', '1'),
(933, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardUnideLM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"ecsw95695@stuff.bthow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82443635579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1193:\"dapoxetine nederland\r\n Once you compose posts for article marketing, don&#039;t ramble on and on. Those people who are searching for a product or service on the internet don&#039;t want to invest lots of time considering anything they are looking at. An effective advertising post to sell a product or service should be 150 - 500 phrases. It should reach the point and show a clear information.\r\n  levitra acheter\r\n Make sure you stay within the finest physical condition possible. Though, there may be not presently an end to rheumatoid arthritis, that does not necessarily mean there will never be. By looking after your health insurance and maintaining suit, you are staying all set for your chance. If-and-whenever a cure is located, you will certainly be able to try it successfully!\r\n  kamagra 100 mg\r\n Are you currently discovering that no tactics are working to battle from your anxiousness and panic and anxiety attacks? How much time have you been giving each to work? Occasionally it might take a number of attempts for the strategy to go a long way, but when you don&#039;t give it an opportunity you&#039;ll turn out bypassing it with out passing it on a chance.\r\n  levitra precio\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardUnideLM', 'ecsw95695@stuff.bthow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-01 23:14:54', '91.236.74.19', '1'),
(934, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesCobGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"apfq29205@save.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81226971192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1400:\"Vardenafil Ă–sterreich\r\n As above mentioned, whenever you suffer from allergy symptoms, you will end up all too informed about the following conditions: irrigating eyes, operating nasal area, itchy weeping epidermis breakouts, tickly coughing and uncontrollably sneezing. After looking at the guidelines previously mentioned, nonetheless, you should now be capable of far better manage your allergic reaction. You ought to sense ready to quit them from overtaking the entire existence.Take Away The Welcome Mat To The Insects At Home\r\n  priligy kaufen\r\n Marigold blooms can be the leader within an organic and natural backyard. As his or her flowers and leaves decay, the marigold lets out chemicals that draw in frogs, repel snakes and eliminate nematode insects that attack many vegetable vegetation, including tomato plants. Seek out methods to permit the dazzling yellow-colored marigold deliver brilliant color and decor to your back garden, mainly because it goes to try to shield the healthiness of your plant life.\r\n  levitra generico\r\n Should you be playing an RPG video game, make time to talk to other figures from the online game. More often than not what they say is not really important to your ultimate goals. But, sometimes, you can expect to affect rare metal. As a result, the small expense of energy may be worth the large payoff you will get if you persevere.\r\n  kamagra 100 mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesCobGI', 'apfq29205@save.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-02 04:20:05', '91.236.74.16', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(935, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardjubRH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"upuh55001@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87333164729\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1200:\"Bolt 200m Semi\r\n To lower your all round expense think about paying out your insurance plan premium 100 %. Several insurance firms tack on service fees for clients who make monthly payments month to calendar month. Your business could provide several transaction option ideas, but generally the much less payments you will make the greater number of dollars you conserve. Some companies even provide an further discounted for enrolling in automatic revival.\r\n  Masteron P Only\r\n Steer clear of destroying your hair when shampooing. Before you decide to place any shampoo or conditioner on your your hair, make sure it is completely drenched. Then, lather the hair shampoo in your hands and pertain to your own hair. Rub no longer than thirty seconds. By using these steps, you will stay away from any extra your hair breakage.\r\n  Anadrol For Dogs\r\n If you suffer from the soreness of joint disease signs and symptoms, an incredible hint is usually to educate yourself in regards to it. It can be of huge value for you to know what your physician is conversing with you about. Study online your medical diagnosis so that you can finest know the problem and outcomes of any treatments.\r\n  Proviron Cena\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardjubRH', 'upuh55001@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-02 04:41:14', '91.236.74.4', '1'),
(936, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharmi3@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88666678899\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"generic viagra strength on front page \r\ngeneric viagra prescriptions check this out \r\n \r\ngeneric viagra cheaper recommended you read \r\nhow does generic viagra look Read More Here\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharmi3@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-02 05:44:45', '178.137.80.124', '1'),
(937, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrentSixIZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"lmdj3090@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85612625825\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3192:\"Omega 3 Dianabol\r\n In your social networking, give prizes for your milestone likers or supporters. Give away present certifications or exciting issues related to your product to your hundredth, thousandth and millionth fans. This will not only encourage people to subscribe to your articles, the winner will great for life about how exactly great your distinct widget is.\r\n http://www.homesfavourite.com/doc/achieve.php?o=3331\r\n Before you decide to hire your residence or apartment be sure you have plenty of referrals. Most landlords call for at the very least about three personal references. Look into the labels, handles and phone numbers for accuracy. There exists practically nothing worse when compared to a reference point in whose title is improper, the phone lines are disconnected or the message the property owner delivers comes back as undeliverable.\r\nWinstrol 50 Mg A Day\r\n Be normal and consistent together with your movie posting. Take the time to create video clips regularly for putting up. Place them simple, actual and fascinating. It may have a wonderful impact on your small business when buyers look at you routinely promoting your small business. Getting your meaning over to your potential customers is the key to success.\r\n http://www.centennialhotel.co.uk/modules/router.php?pe=594\r\n Safeguard the display screen of your respective apple ipad tablet with a special monitor guard. These are constructed with a specific, adhesive video or plastic-type material and cover the complete display screen from nicks, scuff marks and streaks. Monitor guards usually do not hinder use by any means. Most can be purchased for properly under $10. The majority are presently properly lower to fit the apple ipad display screen.\r\nTestosterone Propionate For Trt\r\n Setting up carpets and rugs can be a overwhelming job if accomplished your self, or perhaps costly job in the event you pay out a professional to make it happen. Fortunately it comes with an option. Just like vinyl surface ceramic tiles, you will find carpet floor tiles that exist. These also have adhesive support that permits you to set them up very easily, and they also look much like genuine page flooring when mounted.\r\n http://www.cssinsaat.com.tr/scss/text.php?k=2027\r\n Vino is something that people have loved for hundreds of years, together with valid reason. Red wine is an extremely sophisticated beverage that gives its shoppers the chance to understand a good deal while they check out their alternatives. If you want for more information on determining great wine you ought to browse the report under.\r\nSustanon 250 From Mexico\r\n Instruct your dog appropriate and completely wrong for those cases. You will need help from everyone in the family to teach this. It will instantly undo your perseverance!\r\n Oral Steroids Potency Chart\r\n For a pie that may be browned below along with at the top, work with a cup cooking dish or dreary aluminum cake dish. When you prepare a pastry in a sparkly aluminum pan, there is a possibility it will receive saturated. If you use a disposable metal pan, make sure you select a serious-dish pie pan, since this is very close to the size of a typical cake platter.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrentSixIZ', 'lmdj3090@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-02 06:14:27', '91.236.74.30', '1'),
(938, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87583951482\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9017:\"In folks with excessive blood pressure, taking NSAIDs long term might worsen underlying high blood strain. Older folks seem like extra prone to this drawback and should be monitored fastidiously. They might only flip to celecoxib if folks had stomach issues. Whether or not the findings will now push celecoxib to the entrance line of treatment for chronic pain conditions isn’t clear yet. There is no such thing as a evidence that the therapy is addictive in any way. There are 4 patents defending this drug and three Paragraph IV challenges. There are also some harsh negative effects like liver disease. Liver dysfunction (jaundice, hepatitis) and abnormal coronary heart beats have been associated with fluconazole. CROHN_ Disease. DIARRHEA associated with Clostridium difficile. I did analysis and the pill was much totally different color and form. The excessive court sided with Teva Canada&#039;s problem of the legitimacy of the patent, paving the way for cheaper, generic versions. It&#039;s not a hard and fast rule that you&#039;ll have to pay a excessive value for a superb quality laptop.|If clomiphene has not labored inside this timeframe, infertility specialists will normally transfer to other therapies, resembling stimulated (addition of FSH) IUI or IVF. Typically, it requires multiple procedures over time to get the very best outcomes. Overall demand for medical and clinical laboratory technologists is expected to extend by 14 % from 2012 to 2022. This growth, which is close to the common throughout all occupations, might end in 22,seven-hundred new positions over the decade. Cytotechnologists are highly skilled laboratory specialist who study human cells and different types of cellular anomalies. As a cytotechnologist, you’ll put together and study physique cells for research below the microscope so as to detect abnormalities which may be important within the early diagnosis of most cancers and different diseases. For individuals hoping to spice up their immune techniques, whether or not they are taking prednisone, green tea stands out as the healthiest choice of the three conventional teas. Nausea, vomiting and diarrhea can be troublesome for some individuals. We can found not only different imported beverages; we may find other stuffs like steins, glassware, coasters and so on. Some people like to brew their own beer with low flavor and high alcoholic content.\r\n \r\nINDICATIONS. Toprol XL, a type of medication known as a beta blocker, is used in the treatment of high blood pressure, angina pectoris (chest pain, usually ... XL Over\r\n \r\nThe right technique for using HFA inhalers is considerably different from the use of the older CFC inhalers. Long-term use of PPIs has also been associated with low ranges of magnesium (hypomagnesemia). After 14 years of being the sole manufacturer of fluoxetine (under the brand name Prozac), Eli Lilly and Company’s exclusivity patent expired.1 Generic fluoxetine is now available by way of multiple manufacturers. Acknowledge and mortality price is presently being sorted. This document does not contain all possible drug interactions. Experiencing Possible PCOS Signs? I&#039;ve by no means heard of taking them unexpectedly. Do you will have any questions about kidney disease? As educated as I am, I also understand that I do not know of the strings that pull at every person heart. Cholesterol Absorption Inhibitor / Statin Combos class and treats High Cholesterol. This antibiotic treats solely bacterial infections. Share each utilizing sunblock (had) beforehand complained they got here via amazon continues because with out asking for douches.|There are many different causes of infertility that require other means to address, Adashi says, however by some estimates there are also millions of individuals, age 50 and youthful, whom Clomid helped to make attainable. When a affected person is prescribed this remedy, the doctor will recurrently suggest a diligent train program and a strict nutritional weight-reduction plan to reinforce its doable weight reduction effects. You&#039;ll just enclose within the course of enter throughout your fact along with reply just a little questions spherical concerning the vehicle headed for rapidly obtain specific van insurance quotes. For some folks, they are going to spend just about any quantity but in times of economic turmoil, we have to be a bit more real looking. We will provide higher discounts on treatment as more and more people use our coupons. The extra sodium you eat, the extra fluid you may retain whereas you are utilizing prednisone. Ventolin inhalers need to be shaken before use, and it&#039;s best to breathe out fully earlier than breathing in whilst you push down on your canister.\r\n \r\nThese colleges can send found in business pharmacy adults, second-cheapest neighbors or on the membership. These sets are an net pharmacy on asset of ... receta Comprar\r\n \r\nHeavy infants are additionally at risk of obesity and diabetes later in life. How is Doxycycline Monohydrate 100 mg Pill offered? Utilizing Viagra Super Active you will get the fascinating outcome solely in 5-10 minutes. Urinalysis, or the urine drug check, is the most typical, cheapest, and supplies the quickest leads to only 5 minutes. To begin with, many distributors make severe cash inside this business, however maybe you happen to be however struggling and therefore you wish to take your enterprise to the next degree. Depending on what this is, you may not want the metronidazole in any respect. Its graph, spanning 2013 to at the moment, compares the listing price of a single pill of Viagra to that of Cialis. So, it is not a magic pill. This is very true when the group has consumable items and stocks to handle. That is a strong advice primarily based on EPR-three (2007).|How to make use of metered dose inhaler? If you are doing effectively on a 5 mg dose of prednisone, it has been my expertise you&#039;ll seemingly do properly on a steroid inhaler. This subreddit is a group where those interested within the sport as defined here can share their opinions and experience as nicely as the science of the sport. Moreover, those that undergo from renal or hepatic insufficiency may suffer the consequences of lactic acidosis - a construct up of lactate within the muscles and blood which will be probably fatal. What are the unwanted effects of glipizide/metformin hydrochloride? The voluntary recall is to the retail and wholesaler level so merchandise are being removed from these channels. Elements in food merchandise have to fulfill a tenet known as the &quot;typically recognized as protected,&quot; or GRAS, customary. If there are extra problems moreover irregular or absent ovulation, or there are any male factor infertility points that haven&#039;t been addressed, success will probably be decrease. In accordance with my doc, statins are the worst RXs in the marketplace.\r\n \r\nhttp://chanelchair.ir/2014/10/14/kaikki-nhl-joukkueiden-pelaajien-nimill-ja-numeroilla/\r\n \r\nfktrpr94f \r\nHappening a blind date with a guy that cannot string a coherent sentence collectively, might life get any extra dreary? Furthermore, the entire variety of canines owned as pets within the US stands at 78.2 million. The first time customers of Epson pp-a hundred discproducer are referring this Cds/Dvds printing/recording answer in their circles with high confidence. There is no necessity to journey by means of the hustle bustle to arrive on the shops located far off and spend a lot of time commuting and wading through the visitors. There are journey web sites which even provide a low cost travel. Writer: Tony Vicassa Ray Ban basic sunglasses and Ray Ban Aviators are the featured products of Vicassa. Publisher: liujing Personal savings is also glorious using Burberry outlet shops. First of all, you possibly can do a little analysis in some native shops in your area. It&#039;s simply important that the person needs to be good sufficient to know the kind of wooden pellet boiler that can actually fit in their houses.|When over again, this is the consequence all product gross sales business consultants could be intrigued within attaining which is why this special assortment will include the most of all tips. Publisher: mohanchen Hombre is famous everywhere in the world for its design and style. Writer: Keith Barrett Why is it that many individuals seem to think that purchasing online is the cheaper option? The worth of the cleaner also issues.This is because purchasing a vacuum cleaner on-line tends to be a bit cheaper in contrast domestically. Try worth comparison websites. You can even try a drop transport firm so that you wouldn&#039;t have to worry about stocking your orders and shipping them to your clients. Additional, you may add a 30-minute helicopter tour to the package deal that goes from South Rim to the North Rim and again. Apart from, it is advised to decide on the correct bag which is lightweight so it may well work effectively for you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-02 22:01:45', '178.159.37.17', '1'),
(939, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldfusMU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"tzhw5485@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88599516725\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1345:\"Dianabol Only 4 Week Cycle\r\n Research suggests that a good way to stay a prolonged and healthier every day life is to make serious sociable contacts. Do not beneath-estimation the restorative importance of providing and receiving enjoy. Be sure you make period in your everyday routine to take pleasure from and strengthen the love partnerships in your daily life. If you have troubled relationships with loved ones, take some time and energy to heal them. By recovery others, you start out therapeutic oneself and reduce tension through your daily life.\r\n  Primobolan Mood\r\n Buy your very own beans if you truly desire one of the most amazing gourmet coffee. A cup of coffee out of your very own fresh terrain beans is tough to beat. You&#039;ll locate many varieties to select from at your community supermarket. Take your time seeking all of them to get the ones that fit you best.\r\n  Winstrol A Odblokowanie\r\n Believe very long and difficult about your life insurance coverage requires now and in to the potential well before investing in a life coverage coverage. There are actually short-term insurance policies that are ideal for times in your daily life if you have a greater will need and you can also find long-term policies when your preferences become more steady. Be sure you suit your have to your policy.\r\n  Equipoise Kick In Time\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldfusMU', 'tzhw5485@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 04:14:55', '91.236.74.31', '1'),
(940, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"remontloattasiaJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"arturnikonenko81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85654923171\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:391:\"отделка квартир в спб цены\r\n https://www.youtube.com/watch?v=nzVLUElQ0Ho\r\n \r\nдизайн однокомнатной квартиры в Санкт-Петербурге\r\n \r\nотделка квартиры ключ спб\r\n \r\nквартира ремонт цена\r\nСтоимость ремонта квартиры\r\nремонт под ключ\r\n \r\n \r\n \r\n#mvdtrkH7sf4N\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'remontloattasiaJB', 'arturnikonenko81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 05:17:48', '185.127.24.200', '1'),
(941, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LindaDotMQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ydvnjtwgk@motorza.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81469354242\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:134:\"play casino games online \r\nonline casino slots \r\nslot online \r\ncasino games \r\nonline casino games \r\nonline casino games \r\ncasino games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindaDotMQ', 'ydvnjtwgk@motorza.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 06:12:38', '144.76.44.75', '1'),
(942, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"CarynPennarliava7\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"info@nashidetki.tw1.su\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84591147112\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:709:\"КОМПАНИИ &quot;Web-студия Юлии Беззубовой&quot; Требуется менеджер по работе с клиентами \r\n \r\nТРЕБОВАНИЯ:ОТВЕТСТВЕННОСТЬ,КОММУНИКАБЕЛЬНОСТЬ. \r\nВЫСШЕЕ ОБРАЗОВАНИЕ ПРИВЕТСТВУЕТСЯ, но не обязательно. ВОЗМОЖНО на подработку в летние каникулы. \r\nЗ/П СДЕЛЬНО-ПРЕМИАЛЬНАЯ,ВЫСОКАЯ. \r\n \r\nРоссия \r\nтел.: +7 980 705 20 18 \r\ne-mail: bezzubova@bezzubova.ru \r\nОфициальный сайт. \r\nВ социальных сетях - VK. \r\nВ социальных сетях - Однокласники.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarynPennarliava7', 'info@nashidetki.tw1.su', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 12:38:21', '37.115.114.97', '1'),
(943, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82364414969\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:261:\"Купить диван - кровать трансформер в Киеве недорого! https://divany-transtormery.kram-ua.com.ua/ Скидки 20% Александр  +38 (096) 223-85-51 Переходите на сайт изучить каталог\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 15:45:45', '188.163.109.153', '1'),
(944, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82274211838\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4919:\"There are porn sites; then there is pinkdino.  video-one is ingenious much the hottest website pertaining to posting awesomely crotchety videos from all primarily porn studios; busty milfs, humongous cocked motherfuckers, wannabe clueless virgins, dirty ebonies, cuckoo freaky parties…you take in what I mean. Their worldwide library conditions runs revealed of likeable, and you ascendancy as unquestionably not allocate a fuck up your period in search a fap session. Ads suck, and barely fixation less this vicinity is that its ads loosen; that’s not something you can say close alongside lots of uncontrolled sites these days. \r\n \r\nThe position is as cleanly as Mia Khalifa’s pussy. It has a minimalist layout, and you will be greeted away a be antagonistic edict suited for time that has tags, a cam in some measure, accommodations button and a search. In counting up, the porn videos are arranged during beau with no borders, well-deserved thumbs, and a runty brand that pop-ups when you loiter over after a preview. That should pace far-off fucking the entirety you need. The PornDude is impressed (doesn’t procure unoppressive) at hand the orderliness and genuineness of this site. Although I would answer the same cease operations to the videos on this neighbourhood; they are adventuresome, fickle, smutty and hardcore. But then, that’s what all of you mode minds are looking for. Permission ended me suppose; you dempster like filthy fapping habits are fro to gradation a rifle intoxication already, right? Take it easy beau brummell; your ungenerous hidden is sound and tough with me. \r\n \r\nIf you were reasonable collapse succeeding unconcerned on jerking this while, you puissance be in torment on visiting  sfico.  sfico. The possibilities of jerking your dick barbellate are rather considerable here, fucker. Authenticate short these categories ranging from amateurish, anal, ass, gargantuan tits, glowering, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, traditional tits, saturnalia, genuineness, redhead, lanky, teen, threesome to orgies. Don&#039;t you learn these juicy? Suck my cock! All you necessary is make public your fucking mouse, click on the fair button in the menu, and all floodgates to firmament wishes off open. With a porn database the size of the Atlantic, I’m panic-stricken you already tenuous your zone freak. \r\n \r\nThe wear the crown at pinkdino “Upright Porn,” and that’s intriguing much your axiom need. Anything else is a fucking thrashing to instant, and you don’t constraint it, motherfucker. With the sites’ very clear layout which makes it leisurely as pie crusade of you to skipper across the categories, no hustles when locating your favorites. All the clips uploaded on this situation are 100% form charge cut clips. The chances are that you won’t be competent to information of those exact videos on any other site. \r\n \r\nVideo acclivity can be adjusted and ranges from 240p all the style up to a unbelievable 1080p or Gorged HD. And describe me who the fuck doesn’t swain quality? Newer videos leg up down be struck by chock-full HD playback, but if you lead go to the older videos, size can be a crumb reduce quest of marked reasons. The streaming is also smarmy and by reason of you can download the videos without having to hire up, which is also a great bonus. I abominate having to in a watchword justifiable to access porn, don’t you? \r\n \r\nAnother jumbo kisser on this neighbourhood is that there is a prime word choice relation displayed on the corner that tells you from where the happiness originated. I be firm some of you motherfuckers lead not attention, but frankly, there is something upon schedules. You can conduct the videos alongside length and the tons of tags. Formula inasmuch as you soiled jerking sessions, since prototype, you muscle have an hour choose than your the missis gets residency --- upon me it&#039;s not value risking, fucking listing it. For ages c in depth matters. It’s more like a whore sorting at sovereignty her men with approval to the measurements of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the tranquillity on magpost is showcasing the horrid Realitykings videos and various clips from the Bangbros Network. You preferred lurch crazy on this locale so heterogeneous fucking times, and blame succumb to down with to the heights of adoring this bloody site. It has freaking entire lot you can singular fancy of now. You know, it’s without oddity pastime to guard a hoary whore get her ass spread by a vast coal-black cock in a satyr-like brouhaha! Ebony lesbians hound each other with living abortion dildos. But don’t legitimatize seating for there motherfucker, stopover the find guilty town and upwards the porn mecca yourself. \r\n \r\nNothing but the universal je sais quoi on sfico\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-03 20:11:49', '62.245.71.110', '1'),
(945, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"jamieok1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mikehi20@shiro48.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85371659496\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://milf.ponstars.instasexyblog.com/?aspen \r\n\r\n porn xxx tens emo porn chicks porn asian photos free cheating porn sites dad aand son porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jamieok1', 'mikehi20@shiro48.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 04:42:46', '92.222.127.232', '1'),
(946, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesbeadaYG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"rxdh49995@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83497532736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1211:\"Viagra pris\r\n Considering that loud snoring could possibly be the consequence of sleep apnea, you should request your physician about your difficulties with snoring. Some warning signs of obstructive sleep apnea are getting out of bed with a choking or gasping sensation, not sensation like you truly well rested each morning and being tired all day or waking up with a headache. These symptoms can even be related to sleep deficiency, so it is recommended to have the viewpoint of your healthcare professional.\r\n  cialis lilly\r\n Look at the tag of the pesticide before employing. This is especially essential for those who have babies or pets! Distinct pesticides and remedies cause various problems in humankind. There are many which can be extremely unhealthy for household pets. Know what exactly it is you might be getting at home ahead of its use.\r\n  cialis lilly\r\n Protect-your head of hair whilst in the drinking water. The two sodium water and chlorine can harm the way hair appears and feels. If you do not have ways to cover it, look for your hair cleansers that were especially made with swimmers in your mind. It is going to work to fight the negative effects of the drinking water.\r\n  priligy fass\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesbeadaYG', 'rxdh49995@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 06:54:54', '91.236.74.8', '1'),
(947, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LauraCoildRN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wwweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83433161411\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"Looking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/sexchat/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LauraCoildRN', 'wwweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 09:11:58', '94.139.225.106', '1'),
(948, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Bryantvog\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"cgorillamail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"236218844\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:635:\"Hi, puertobarillas.com \r\n \r\nI&#039;ve been visiting your website a few times and decided to give you some positive feedback because I find it very useful. Well done. \r\n \r\nI was wondering if you as someone with experience of creating a useful website could help me out with my new site by giving some feedback about what I could improve? \r\n \r\nYou can find my site by searching for &quot;casino gorilla&quot; in Google (it&#039;s the gorilla themed online casino comparison). \r\n \r\nI would appreciate if you could check it out quickly and tell me what you think. \r\n \r\ncasinogorilla.com \r\n \r\nThank you for help and I wish you a great week!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Bryantvog', 'cgorillamail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 12:32:30', '151.106.11.185', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(949, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:137:\"Проверенная временем {облицовка лестницы|облицовка лестниц} массивом дуба\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"temptest626232418@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:137:\"Проверенная временем {облицовка лестницы|облицовка лестниц} массивом дуба\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1856:\"Ограждения для лестниц, которые предлагает наша компания, отличаются надежностью, устойчивостью к различным агрессивным воздействиям и безупречным внешним видом. Кроме этого, при их изготовлении учитываются всевозможные нормы и требования, актуальные для данной группы изделий. Сложно представить здание, в котором будут отсутствовать лестничные ограждения, наличие которых способствует увеличению удобства, безопасности при передвижении. Отметим, что сегодня для изготовления конструкции предлагается большой выбор элементов, с помощью которых удается быстро, выполнить монтаж конструкции, которая многие годы прослужит без потери первоначальных качеств. Изготовление, проектирование и монтаж лестниц и ограждение лестниц и стоят приемлемо, по сравнению с конструкциями из других материалов при равных качественных характеристиках. Однако нержавейка намного более популярный материал – его легко обрабатывать, комбинировать с другими материалами, устанавливать и ухаживать за уже готовым изделием\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Проверенная временем {облицовка лестницы|облицовка лестниц} массивом дуба', 'temptest626232418@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 12:42:00', '188.191.161.23', '1'),
(950, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84211312761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4912:\"There are porn sites; then there is magpost.  pinkdino is lissom much the hottest website pertaining to posting awesomely objectionable videos from all main porn studios; busty milfs, humongous cocked motherfuckers, wannabe clueless virgins, intolerable ebonies, ensorcelled freaky parties…you understand what I mean. Their cosmic library not at all runs gone away from of satisfied, and you superiority as unquestionably not trust a unrestraint a fuck upon your plain sunlight in search a fap session. Ads suck, and at identical major effort not quite this locale is that its ads complimentary; that’s not something you can susurrate about lots of manumitted sites these days. \r\n \r\nThe area is as trill as Mia Khalifa’s pussy. It has a minimalist layout, and you diversion be greeted away a cover echelon that has tags, a cam offshoot, up on button and a search. In over, the porn videos are arranged through beau with no borders, one thumbs, and a vest-pocket class that pop-ups when you string up suspended across looking for a preview. That should make out off fucking everything you need. The PornDude is impressed (doesn’t make foolproof) by the orderliness and decipherability of this site. Although I would bruit relating to the devoted complete to the videos on this locale; they are audacious, whimsical, besmeared and hardcore. But then, that’s what all of you mode minds are looking for. Contract prohibited me presentiment; you dash like bedraggled fapping habits are fro to gradation a nick dear already, right? Compensate beau brummell; your small mysterious is protected with me. \r\n \r\nIf you were sensible thither booming measurable on jerking this prematurely, you puissance be in discompose on visiting  magpost.  pinkdino. The possibilities of jerking your dick sore are rank age-old here, fucker. Stub short these categories ranging from dabbler, anal, ass, pretentiously tits, sooty, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, matter-of-fact tits, gang, authenticity, redhead, lank, teen, threesome to orgies. Don&#039;t you unearth these juicy? Suck my cock! All you requisite is put into practice your fucking mouse, click on the make right button in the menu, and all floodgates to zion ordain detraction open. With a porn database the fluctuate of the Atlantic, I’m in a tizzy you already exhausted your zone freak. \r\n \r\nThe motto at pinkdino “Straight up and down Porn,” and that’s intriguing much your elementary need. Anything else is a fucking disorder on at the blink, and you don’t constraint it, motherfucker. With the sites’ certainly abstinent layout which makes it leisurely as pie seeking you to captain across the categories, no hustles when locating your favorites. All the clips uploaded on this neighbourhood are 100% custom slice clips. The chances are that you won’t be gifted to nimble for those require videos on any other site. \r\n \r\nVideo grade can be adjusted and ranges from 240p all the functioning up to a mind-boggling 1080p or Extensive HD. And advertise me who the fuck doesn’t be attracted to quality? Newer videos desire count generous HD playback, but if you lead subsidize to the older videos, difference can be a fraction shame crusade of bald reasons. The streaming is also burnished and pro you can download the videos without having to foreshadowing up, which is also a tidy bonus. I dislike having to in a watchword justifiable to access porn, don’t you? \r\n \r\nAnother redundancy kisser on this place is that there is a prime exercise book link displayed on the corner that tells you from where the plenty originated. I conscious some of you motherfuckers right not impediment, but objectively, there is something upon schedules. You can phylum the videos alongside means of magnitude and the figure of tags. Down as regards you filthy jerking sessions, with a view happened, you muscle should present to an hour ahead your bride gets poorhouse --- bank me it&#039;s not perks risking, fucking listing it. Period matters. It’s more like a whore sorting revealed her men notwithstanding the critic of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the majority of the damages on sfico is showcasing the flagitious Realitykings videos and many clips from the Bangbros Network. You pleasure lurch far-off on this locality so myriad fucking times, and become to the heights of adoring this bloody site. It has freaking all you can on the contrarious error of now. You studied, it’s various times relaxation to watch a unblemished whore hamlet her ass spread alongside a colossal faithless cock in a polluted brouhaha! Ebony lesbians hound each other with mutant dildos. But don’t legitimatize room for there motherfucker, during the chasten instal and see the porn mecca yourself. \r\n \r\nNothing but the supreme je sais quoi on sfico\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 16:06:03', '62.245.71.110', '1'),
(951, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamNeevaTR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"slavik.shmidt.1967@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87114451338\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nhttps://miningtower.biz \r\nsupport@miningtower.biz \r\nadmin@miningtower.biz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamNeevaTR', 'slavik.shmidt.1967@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-04 16:40:04', '178.159.37.4', '1'),
(952, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidRigPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fveenom@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83218278389\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:130:\"dissertation research grants http://thabees.online/essaylab/writing-a-research-paper-powerpoint.html how to start an essay writing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidRigPH', 'fveenom@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-05 08:00:43', '46.118.154.36', '1'),
(953, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"BMSysThigKK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"bmsyst2019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85757419712\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"Bitcoin Free click here  http://bm-syst.site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BMSysThigKK', 'bmsyst2019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-05 11:05:17', '88.135.50.80', '1'),
(954, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LaurasawOK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"artemlykov88@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83968183516\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:373:\"Смартфоны Samsung представлены на рынке большим ассортиментом в разных ценовых сегментах. Поэтому ремонт мобильных телефонов Самсунг очень актуален востребован на сегодняшний день, подробнее на http://no-lamer.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurasawOK', 'artemlykov88@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-05 12:14:47', '62.122.92.83', '1'),
(955, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"Sheridan\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"sheridan.vettails@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1404:\"Hello, \r\nI sent an email a week ago to the info@ email by thought I’d forward it below as well! Thank you!\r\nI have a few questions and inquiries! First let me introduce myself - Sheridan, veterinarian and captain of Chuffed, with YouTube Channel chuffed Adventures. The last two years I’ve been sailing around cerntral America doing free animal work and enjoying the sites! \r\nI plan to be in ask Salvador in June, and would love to come stay at Barillas. If you could let me know free for 37ft boat (from what I can tell you have moorings?) and if you know how long a boat is permitted to stay in the country that info would be handy!\r\nI also would like to get some items (new lines being the biggest) shipped and it sounds like you have a system that people use shipping through Miami? Any more information on that appreciated, I also have a bunch of other things I should order like Yamaha parts... \r\nand finally - I really need to paint Chuffeds bottom, how ever she’s aluminium and doing it somewhere if we find a hole she can be welded would be extremely handy... are there haul out facilities near you and if so what are they like?\r\nI would also like to organize something for the animals of the area - if you know any local rescue groups, or rough numbers of dogs, contacts for nearby vets etc \r\nThank you so very much in advance - really looking forward to getting to El Salvador!\r\n\r\nSheddy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sheridan ', 'sheridan.vettails@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-05 18:24:37', '186.77.132.147', '1'),
(956, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"rheabf60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"justineu16@yuji2910.masaaki28.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87859626723\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:204:\"Hot new pictures each day\r\nhttp://wwwsexyvideohd.teenreads.hotblognetwork.com/?marissa \r\n\r\n relic extreem porn shemale porn movie galleries half japanese porn star porn pics twinks teen titans porn comixs\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rheabf60', 'justineu16@yuji2910.masaaki28.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-05 20:32:32', '5.135.158.101', '1'),
(957, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DustinheplyZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ivan.morgunov85@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84481225455\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:399:\"Случается так, что любимый телефон, служащий вам верой и правдой несколько месяцев или лет, ломается. Могут ли возникнуть поломки в самый неподходящий момент? Да, конечно. подробнее об этом читайте на сайте http://about-windows.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DustinheplyZY', 'ivan.morgunov85@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-06 08:18:29', '31.130.20.52', '1'),
(958, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Carmenglift\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"gunrussia@scryptmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"378376156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:478:\"25 charging traumatic pistols shooting automatic fire! Modified Makarov pistols with a silencer! Combat Glock 17 original or with a silencer! And many other types of firearms without a license, without documents, without problems! \r\nDetailed video reviews of our products you can see on our website. \r\nhttp://Gunrussia.pw \r\nIf the site is unavailable or blocked, email us at - Gunrussia@secmail.pro   or  Gunrussia@elude.in \r\nAnd we will send you the address of the backup site!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Carmenglift', 'gunrussia@scryptmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-06 14:58:38', '77.243.183.21', '1'),
(959, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidRigPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fveenom@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88843223578\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"co education essay http://thabees.online/aresearchguide/alpine-biome-animals.html gun control essay conclusion\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidRigPH', 'fveenom@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-06 22:53:41', '46.118.154.36', '1'),
(960, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"KevinVop\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"plan.b.fundingoptions@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"361135878\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1410:\"Hello from Plan B - Funding Options LLC \r\n \r\n \r\n*If you&#039;re thinking about starting your own business or if you need funding for most other reasons there&#039;s 3 things that you need to keep in mind. \r\n \r\n \r\n1. You need to make a well thought out plan, try to cover everything you want to accomplish and think of what could go wrong along the way. You could create a business plan and or executive summary to use as your guideline. As a rule, it’s best NOT to ask family or friends for money its best to use (other people’s money) a funding source that you have no personal relationship with. \r\n \r\n2.  Expect your plan to fail in part or full in many cases this will happen no matter how well you thought out your plan. Unforeseen obstacles and speed bumps often will come in your path that prevent your plans from going as you had projected. \r\n \r\n3.Always without exception have a (Plan B). And that&#039;s where we come in. We are your Plan B! \r\n \r\n*Please visit our website for details at:  https://www.planbfundingoptions.com \r\n \r\nEmail us for funding or questions  info@planbfundingoptions.com \r\n \r\n \r\nCall Us    : 949-682-9235 (California Office) \r\n \r\n \r\n**If you do not need funding at this time, perhaps you know someone who does. We Pay Referral Fees!!! See this link to the page on our website that explains what it means for you! http://www.planbfundingoptions.com/we-pay-referral-fees.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinVop', 'plan.b.fundingoptions@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-07 01:59:30', '185.217.71.140', '1'),
(961, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AaronfluthBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox226@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88116512788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:458:\"Добрый день, отличный материал по   РїРѕР»СѓС‡РёС‚СЊ РґРµРЅСЊРіРё РЅР° РєР°СЂС‚Сѓ  РІР·СЏС‚СЊ РґРµРЅСЊРіРё РІ РєСЂРµРґРёС‚ РѕРЅР»Р°Р№РЅ	55 \r\nhttp://politifiction.com/2019/05/kak-vzjat-kredit-na-kartu-v-dnepropetrovske/\r\nhttps://polina-sound.com/mgnovennye-kredity-na-kartu-v-rezhime-24-7/\r\n Рекомендую к прочтению.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AaronfluthBI', 'inbox226@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-07 13:43:53', '178.137.16.51', '1'),
(962, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"meagankb60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mabelgk1@kenta57.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86817773526\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:233:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://lesbian.forced.instakink.com/?anais \r\n\r\n free porn sister stolen sex videos japanese tranny porn compilation rihanna naked porn pics chubby porn videso xxx free teen babysitter porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'meagankb60', 'mabelgk1@kenta57.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-07 18:18:31', '185.220.101.66', '1'),
(963, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidKEDCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wlms111@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89165633325\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5189:\"Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib) – аналог Имбрувика  представляет собой лекарственный препарат, действующий на основе низкомолекулярного ингибитора тирозининазы Брутона. \r\nФорма выпуска \r\nВыпуск лекарства осуществляется в виде капсул, основным веществом которых является ибрутиниб. \r\nДействие препарата \r\nРекомендуется принимать препарат за несколько часов либо до еды, либо после. Попадая в организм, лекарство сразу же абсорбируется. Действие препарата направлено на борьбу с раковыми клетками: он останавливает процесс их роста, тем самым приводя к уменьшению опухоли. Если вы хотите  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика купить  недорого, тогда оформляйте заказ на нашем сайте. \r\nПоказания к применению \r\nПрием лекарственного средства осуществляется взрослыми, имеющими следующие заболевания: • Мантийноклеточная лимфома; • Лимфоцитарный лейкоз; • Макроглобулинемия Вальденстрема. В основном, лечение данным препаратом осуществляется в том случае, если пациенты не могут пройти курс химиотерапии или иммуннотерапии. Про  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика отзывы  по большей части положительные. \r\nПобочное действие \r\nВ качестве побочных эффектов можно отметить: • нарушения работоспособности нервной системы; • нарушения работоспособности желудочно-кишечного тракта; • нарушения зрения; • аллергические реакции. Также может проявиться слабость или отек. Если побочные эффекты имеют слабое действие, то прием препарата продолжается в обычном режиме. В противном случае при ухудшении состояния пациента прием препарата прекращается и назначается консультация у лечащего врача. Узнать, какая сегодня на  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика стоимость можно, позвонив в нашу аптеку. \r\nПротивопоказания \r\nИбрутиниб не рекомендуется принимать: • беременным и кормящим женщинам; • детям в возрасте до 18 лет; • больным, имеющим гиперчувствительность к какому-либо из компонентов препарата; • пациентам, у которых имеются проблемы с печенью и почками. Также запрещено применение препарата в случаях, если ведется параллельный курс лечения мощных препаратов. Среди тех, кто был вынужден пройти курс лечения данным препаратом, было отмечено тяжелое влияние Ибрутиниба на организм. По мнению некоторых, в течение приема лекарства проявились многие побочные эффекты, особенно часто – кровотечения и нарушения дыхательных функций. Все это приводило к тому, что нужно было постоянно корректировать дозу лекарства. В любом случае отпуск препарата осуществляется по рецепту врача. И для того, чтобы был назначен именно \r\n Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика цена   которого более доступна, необходимо пройти специальное обследование и сдать требуемые анализы. Лечащий врач сделает вывод о виде заболевания и выпишет соответствующий рецепт\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidKEDCR', 'wlms111@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-07 23:14:50', '37.115.114.97', '1'),
(964, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"PetrOvaloAA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"petrosom11@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81149935192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5198:\"Лекарственный препарат  Элопаг (Eltrombopag 25 мг) – Elopag (Элтромбопаг 25мг) - аналог Револэйд  является средством, которое назначается пациентам с наличием в анамнезе тромбоцитопении. Это состояние характеризуется снижением в общей структуре форменных элементов крови количества тромбоцитов. Они принимают участие в процессах свертывания крови. Это лекарство является препаратом выбора в том случае, если ранее применялись иммуноглобулины или кортикостероиды, но оказались неэффективными по своей результативности. Медикамент  Элопаг (Eltrombopag 25 мг) – Elopag (Элтромбопаг 25мг) - аналог Револэйд купить  можно, оставив заявку на него в нашей Интернет-аптеке. \r\nОбщее описание \r\nПрепарат выпускается в таблетированной форме с дозировкой 25 и 50 мг. Таблетки округлой формы, покрытые оболочкой, представленной пленкой белого цвета. \r\nКому нельзя принимать данный препарат? \r\nОбязательным условием перед применением является врачебная консультация. Не стоит назначать себе это лекарство самостоятельно. Обращение к врачу необходимо для подбора индивидуальной дозы. Иначе во время проведения терапевтического курса могут возникнуть различные проблемы. Препарат не следует назначать лицам с наличием следующих состояний: • Острая и хроническая почечная и печеночная недостаточность. • Вероятность возникновения и развития тромбоэмболической болезни. • Беременность и лактация. Лекарство обладает достаточно высокой стоимостью, но следует учитывать, что результат непременно оправдает затраченные средства. К тому же, у нас на  Элопаг (Eltrombopag 25 мг) – Elopag (Элтромбопаг 25мг) - аналог Револэйд стоимость  ниже, что во многих других аптеках. \r\nПоказания к применению \r\nНазначение препарата осуществляют в случае наличия следующих состояний: 1. Лекарство назначается лицам с наличием хронической иммунной тромбоцитопенической пурпурой. 2. Присутствие в анамнезе хронической формы вирусного гепатита. 3. Цитопения у лиц старше 18 лет. Если кто-то заинтересовался данным препаратом, его стоимость можно узнать у консультантов. На  Элопаг (Eltrombopag 25 мг) – Elopag (Элтромбопаг 25мг) - аналог Револэйд цена  актуальная так же указана на сайте нашей аптеки. Перед началом приема необходимо в обязательном порядке получить консультацию от врача. Он назначит ряд анализов, проведение которых \r\nнеобходимо обязательно. \r\nОчень осторожно его следует принимать пациентами с высоким \r\nриском возникновения тромбоэмболической болезни. \r\nТребуется во время лечения регулярно посещать врача. \r\nОсобенно это актуально для тех пациентов, которые проводят одновременное лечение по поводу хронического гепатита «С». \r\nКроме этого, всегда необходимо помнить о возможности непереносимости к компонентам препарата. \r\nХотя в целом про  Элопаг (Eltrombopag 25 мг) – Elopag (Элтромбопаг 25мг) - аналог Револэйд отзывы  пациенты оставляют положительные, \r\nтак как препарат абсолютно аналогичен с оригиналом\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PetrOvaloAA', 'petrosom11@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-07 23:14:50', '37.115.114.97', '1'),
(965, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LaurasawOK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"artemlykov88@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83533437758\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:373:\"Смартфоны Samsung представлены на рынке большим ассортиментом в разных ценовых сегментах. Поэтому ремонт мобильных телефонов Самсунг очень актуален востребован на сегодняшний день, подробнее на http://no-lamer.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurasawOK', 'artemlykov88@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 01:39:18', '62.122.92.83', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(966, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArthurpagDH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"arthurckarck@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86166846216\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5543:\"Lenvaxen (Ленватиниб 10 мг) - Ленваксен (Lenvatinib 10 mg) - аналог Ленвима  – это современный препарат, который часто назначают пациентам. Он подходит для лечения людей, которые страдают от местно-распространенной или метастатической карциномы щитовидной железы. Помимо этого, медикамент дает возможность бороться с распространенной почечно-клеточной карциномой. Разрешено применять это лекарство, если ранее пациент проходил лечение с использованием других медикаментов. \r\n \r\nВы можете  Lenvaxen (Ленватиниб 10 мг) - Ленваксен (Lenvatinib 10 mg) - аналог Ленвима купить , не покидая стен своего дома, на нашем портале в режиме онлайн. Но запрещено назначать его себе самостоятельно, ведь можно столкнуться с усугублением ситуации. Лучше сходить к лечащему врачу, который возьмет необходимые анализы и проведет диагностику организма. После этого Вы можете принимать медикамент, следуя его инструкциям. \r\n \r\n \r\nПоказания к применению \r\n \r\n \r\nСовременный медикамент создан для людей, у которых была диагностирована местно-распространенная карцинома щитовидной железы. Также им можно пользоваться в том случае, если Вы столкнулись с распространенной почечно-клеточной карциномой. Помните о том, что терапия должна проходить по индивидуальной схеме, составленной специалистом. Он наблюдает за пациентами в период лечения, своевременно корректируя дозировки и частоту приема препарата. \r\n \r\n \r\nПротивопоказания \r\n \r\n \r\nЭто – лекарство, которое обладает положительным воздействием на организм. Однако его нельзя употреблять в случае наличия таких противопоказаний: \r\n \r\n• чувствительность к определенным компонентам средства; \r\n• хронические заболевания почек или печени; \r\n• беременность или период вскармливания ребенка грудью; \r\n• детский возраст – до 18 лет. \r\n \r\nНа  Lenvaxen (Ленватиниб 10 мг) - Ленваксен (Lenvatinib 10 mg) - аналог Ленвима отзывы  собраны на различных медицинских форумах. Комментарии пациентов в основном положительные. Вам нужно сходить к врачу, чтобы посоветоваться с ними по вопросам употребления медикамента. Только в таком случае он не навредит Вашему здоровью. \r\n \r\n \r\nСпособ применения \r\n \r\n \r\nНа  Lenvaxen (Ленватиниб 10 мг) - Ленваксен (Lenvatinib 10 mg) - аналог Ленвима цена  указана в каталоге нашего портала. Чтобы медикамент дал быстрые результаты, нужно употреблять его правильно. Достаточно одной таблетки в сутки, вне зависимости от приема пищи. Ее запивают обильным количеством жидкости и употребляют в одно и то же время, без пропуска дней. Специалист внесет корректировки в схему терапии в случае необходимости, а также прекратит лечение, если оно не дает желаемых результатов. \r\n \r\n \r\nПобочные явления \r\n \r\n \r\nЕсли нарушить правила приема препарата, можно столкнуться с такими побочными эффектами: \r\n \r\n• инфекции мочевыводящих путей; \r\n• бессонница, потеря аппетита; \r\n• инфаркт миокарда; \r\n• носовые кровотечения; \r\n• резкие скачки артериального давления. \r\n \r\nНа  Lenvaxen (Ленватиниб 10 мг) - Ленваксен (Lenvatinib 10 mg) - аналог Ленвима стоимость  прописана в каталоге нашего сайта. Обязательно сдайте анализы перед терапией, чтобы убедиться в отсутствии основных противопоказаний.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurpagDH', 'arthurckarck@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 03:56:53', '37.115.114.97', '1'),
(967, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"YanaroneHA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"tuesok111@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81536452133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5705:\"Nexataf (Тенофовир Алафенамид 25мг) - Нексатаф (Tenofovir Alafenamide) - Аналог Вемлиди/Vemlidy представляет собой лекарственное средство, предназначенное для лечения таких заболеваний, как СПИД инфекция и хронический гепатит В. \r\nФорма выпуска и состав \r\nВыпуск препарата осуществляется в виде таблеток, имеющих на своей поверхности специальную оболочку. Форма таблеток треугольная. Каждая сторона имеет особую гравировку производителя. Выпуск производится пачками в картонных коробках. На Nexataf (Тенофовир Алафенамид 25мг) - Нексатаф (Tenofovir Alafenamide) - Аналог Вемлиди/Vemlidy цена, указанная на нашем сайте, актуальна. Основное вещество препарата – тенофовир дизопроксил фумарат. Среди дополнительных можно отметить: • моногидрат лактозы; • аэросил; • целлюлозу. Оболочка включает в себя такие вещества, как гипромеллоза, а также диоксид титана и краситель железа. Если вы хотите препарат Nexataf (Тенофовир Алафенамид 25мг) - Нексатаф (Tenofovir Alafenamide) - Аналог Вемлиди/Vemlidy купить  – оставляйте заявку на сайте. \r\nПрименение \r\nПрепарат прописывают пациентам, страдающим от заболевания ВИЧ инфекции, а также от хронического гепатита В. Если вам показан препарат Nexataf (Тенофовир Алафенамид 25мг) - Нексатаф (Tenofovir Alafenamide) - Аналог Вемлиди/Vemlidy стоимость  узнать его и получить ответы на другие вопросы вы можете по телефону. \r\nПередозировка \r\nСлучаи передозировки препаратом еще не были зафиксированы, однако, если пациентом была принята повышенная доза, и произошло ухудшение состояния, стоит немедленно обратиться к врачу. \r\nПротивопоказания \r\nНе рекомендуется осуществлять прием препарата больным: • С почечной недостаточностью; • С имеющимися аллергическими реакциями; • В возрасте до 18 лет; • Женщинам, находящимся на стадии беременности или кормления. • Если параллельно принимается другой курс лекарств. \r\nПобочные действия \r\nВо время курса лечение данным препаратом могут проявиться следующие побочные действия: • Головные боли, ухудшение психического состояния – нервная система. • Боли в животе, тошнота, диарея – желудочно-кишечный тракт. • Аллергические реакции. • Одышка. Также отмечается повышенная утомляемость, сонливость и возможность проявления высыпаний на коже. Если все вышеперечисленное проявляется на первых стадиях, то прием препарата можно продолжить. Если же состояние продолжает ухудшаться, то стоит остановить прием препарата и обратиться за консультацией к врачу. Обычно про Nexataf (Тенофовир Алафенамид 25мг) - Нексатаф (Tenofovir Alafenamide) - Аналог Вемлиди/Vemlidy отзывы  пациенту оставляют положительные. \r\nХранение и продажа \r\nПрепарат рекомендуется хранить в сухом и недоступном для детей месте. Срок годности лекарственного средства составляет два года. Продажа осуществляется по рецепту врача, поэтому прежде, чем идти в аптеку за лекарством, нужно сначала посетить больницу, сдать все необходимые анализы, пройти обследование и получить курс лечения с соответствующим рецептом от врача. На протяжении всего курса лечения необходимо регулярно проходить дополнительные обследования. В результате врачом может быть понижена дозировка препарата или замена его на аналог в случае, если никаких изменений в организме не происходит\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YanaroneHA', 'tuesok111@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 03:56:54', '37.115.114.97', '1'),
(968, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"PennyDiactUN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"petrovapenny@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84922112646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5456:\"Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса средство нового поколения. Относиться данный препарат к клинико-фармакологическому подклассу веществ, которые борются с опухолью, предотвращают и останавливают ее распространение в организме. Препарат имеет возможность блокировать фермент протеинкиназы, что способствует остановке распространению опухолевых тканей в организме. \r\n \r\nПоказание к применению \r\nПрепарат принимается для борьбы с ALK-позитивным немелкоклеточным раком легкого. На Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса цена указана на сайте, вы прямо сейчас можете заказать его с доставкой. \r\n \r\nСпособ применения \r\nОчень важно знать и способ правильного, предусмотренного инструкцией и медицинским назначением применения препарата для более эффективного воздействия на организм пациента. Прежде всего, надо сказать, что лекарственное средство производиться и выпускается в капсулах, для внутреннего применения. Их ни в коем случае нельзя раскрывать и высыпать. Способ приема пероральный. Капсулу необходимо заглатывать целиком и запить большим количеством воды, противопоказано запивать препарат грейпфрутовым соком, так как может произойти нежелательная химическая реакция для организма. Дозировка зависит от типа терапии. Согласно инструкции производителя рекомендуется принимать по 600 мг препарата (это ровно 4 целых капсулы) дважды в сутки во время еды. Длительность курса длится до наступления положительного эффекта, или если возникают сильные и тяжелые побочные действия, то тогда курс прекращается. \r\nТак же при необходимости врач может снижать дневную дозу препарата Если вас интересует на Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса стоимость и доставка – звоните, мы всегда рады помочь с оформлением заказа. \r\n \r\nПротивопоказания \r\nКак и любой препарат, есть группы лиц, которым он противопоказан следующим, к таким группам лиц относятся: • Лица, имеющие непереносимость к любым компонентам из состава лекарственного средства; • Лица до восемнадцати лет, вынашивающие ребенка и кормящие грудью; • Лица, у которых имеется тяжелая почечная недостаточность; • Лица, которым необходим гемодиализ. \r\n \r\nПобочные эффекты \r\nВ целом про Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса отзывы встречаются положительные. Но иногда в процессе применения у организма могут возникнуть негативные реакции на препарат, а именно - возможно поражение инфекцией, наблюдение резкого спада аппетита, ухудшения зрительной функцией организма, головокружение и появление головных болей. Возможно, будет повышаться артериальное давление, и образовываться гематомы. Негативная химическая реакция может вызвать и воспаления слизистой рта, боли в брюшной полости, расстройство желудка, вследствие чего будет ненормальный стул. Болевые ощущения в мышцах и суставах, а также снижение веса, нарушения кожных покровов, отек нижних конечностей, одышка и кашель. Если вам нужно Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса купить дешево – ждем вашего звонка.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PennyDiactUN', 'petrovapenny@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 03:56:56', '37.115.114.97', '1'),
(969, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DustinheplyZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ivan.morgunov85@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88994657871\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:399:\"Случается так, что любимый телефон, служащий вам верой и правдой несколько месяцев или лет, ломается. Могут ли возникнуть поломки в самый неподходящий момент? Да, конечно. подробнее об этом читайте на сайте http://about-windows.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DustinheplyZY', 'ivan.morgunov85@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 07:13:30', '31.130.20.52', '1'),
(970, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AltonpemLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gryaznovsrzh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87912452137\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:231:\"Cтpoитeльcтвo кoттeджeй нa тeppитopии Mocквы имeeт нeмaлoe кoличecтвo нюaнcoв, кoтopыe нужнo учитывaть, подробности смотрите на сайте http://mirsmi24.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AltonpemLD', 'gryaznovsrzh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-08 12:14:57', '62.122.92.83', '1'),
(971, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephVoiteVY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"f.arlaygall@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88425185543\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:101:\"pharmacy assistant jobs seattle  https://www.palimpalem.com/8/tramadol  adipex no prescription needed\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephVoiteVY', 'f.arlaygall@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 03:54:13', '51.15.15.164', '1'),
(972, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesmagIE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"slavik.shmidt.1967@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83961383545\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"EARN BITCOINS FOR FEE! CLOUD MINING!! \r\nhttps://miningtower.biz \r\nhttps://miningtower.biz \r\nsupport@miningtower.biz \r\nadmin@miningtower.biz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesmagIE', 'slavik.shmidt.1967@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 08:22:42', '178.159.37.4', '1'),
(973, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"InnaJalNB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"inga1999ya@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82427379261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:604:\"игра престолов 8 сезон 5 разряд онлайн в хорошем качестве \r\nзасмотреться в хорошем качестве \r\nвсматриваться полностью \r\nуставиться онлайн  на русском \r\nзреть онлайн shapely hd    in its entirety hd \r\nсмотреть онлайн hd                 разглядывать онлайн hd 720p \r\nглядеть онлайн hd 1080p    всматриваться онлайн в hd качестве \r\nзаглядеться в хорошем качестве онлайн\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'InnaJalNB', 'inga1999ya@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 11:13:09', '31.184.238.152', '1'),
(974, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrentSixIZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ewaa59902@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84638221214\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3535:\"Testosterone Cypionate Cpt\r\n Just before buying any house, it is essential to ensure that you obtain a residence inspection done. You will never know what might be completely wrong using the property that may be invisible towards the naked eye. A house inspector should be able to locate such things as fungus or roofing injury, and that will modify the price you might be happy to spend.\r\n http://www.nishikaenterprises.in/nishika/gallery.php?m=1932\r\n Light-weight your own home the eco-friendly way by setting up skylights, Directed light bulbs, along with other choices to the regular incandescent light bulb. Whilst updating your lighting or setting up skylights may cost a lot more at first, you may reduce your electricity charges over time and assist to maintain treasured assets by making the switch.\r\nTurinabol Vs Halodrol\r\n Thinking about selecting a realtor to guide you regardless if you are buying or selling. Moving it on your own when buying or selling a home can be done, but hard. An excellent representative will assist you to choose the right property or the proper shopper. Agencies will even handle the mind-boggling documents that accompanies real estate transactions.\r\n http://www.phoenix-data-management.co.uk/wp-docs/new.php?wi=1408\r\n If you have condo or apartment insurance policy, check with your insurance provider what the insurance coverage is for accidents that lead to injury in other people&#039;s units. Be sure that it would be sufficient to pay for all of the appliances in the kitchen, most likely the most costly space in the home. Also consider possessing sufficient insurance on an complete unit with regards to a blaze.\r\nPrincipe D&#039;Equipoise\r\n If you are between those who enjoy iced gourmet coffee, there exists a way and also hardwearing . make from being diluted. Come up with a pot, allow it to amazing. Then, fill it into ice cube containers. Make use of the freezing coffee to ice-cubes your new caffeine. You may steer clear of the weakened taste that sometimes occurs with the final of a cupful of iced coffee.\r\n http://www.loviecare.com/tmp/database.php?gu=600\r\n To review, in case you have pondered what the very best strategies to deal with your hair are, then if at all possible, you may have now uncovered the replies. As certain, you have been provided numerous fantastic ways to easily and just keep your locks. Go now and give these tips a shot and you will probably be sure to show off your hair, considerably more frequently.Good Hair Care: Superb Advice Anyone Can Use\r\nMasteron Iskustva\r\n Don&#039;t focus on marketing. Even though your blog is regarding your online or traditional organization, don&#039;t devote an excessive amount of your give attention to marketing. People head over to an enterprise blog to learn more about your enterprise, to never go shopping. This will assist you to create a connection with your buyers minus the stress of a purchase. Of course, generally incorporate a notable link to your storefront, so if they actually do want to buy, it is one easy click away!\r\n Deca Durabolin Negative Effects\r\n It is an indisputable fact that ringing in the ears is an ailment effective at significantly interfering with the health and contentment of people it has an effect on. Sufferers need not truly feel needy, nonetheless, since there are treatments and cures offered. By with the guidance and guidance in this article carefully, it can be possible to get on the road to ultimate alleviation permanently.Discover How To Eliminate The Acne Curse\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrentSixIZ', 'ewaa59902@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 11:26:53', '91.236.74.30', '1'),
(975, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LauraCoildRN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wwweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89626639878\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LauraCoildRN', 'wwweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 13:54:45', '94.139.233.136', '1'),
(976, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"RobertMed\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"angelaDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"15595150043\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1364:\"Good day!  puertobarillas.com \r\n \r\nWe present \r\n \r\nSending your commercial offer through the feedback form which can be found on the sites in the contact partition. Feedback forms are filled in by our software and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This method improve the odds that your message will be read. Mailing is done in the same way as you received this message. \r\nYour   message will be open by millions of site administrators and those who have access to the sites! \r\n \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. (you can select any country or country domain) \r\nAll USA - (10 million messages sent) - $399 instead of $699 \r\nAll Europe (7 million messages sent)- $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\nThere is a possibility of FREE TEST MAILING. \r\n \r\n \r\nDiscounts are valid until May 10. \r\nFeedback and warranty! \r\nDelivery report! \r\nIn the process of sending messages we don&#039;t break the rules GDRP. \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\nWhatsApp - +44 7598 509161 \r\nhttp://bit.ly/2JAb7je \r\n \r\nHope to hear from you soon.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertMed', 'angelaDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 17:34:30', '31.13.190.254', '1'),
(977, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"nathanmr2ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"xg7@kenshin70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88552318684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"New super hot photo galleries, daily updated collections\r\nhttp://freesexgilf.allproblog.com/?angie \r\n\r\n best lesbain porn fil x file porn all family porn prty girl porn porn stand up comedian\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nathanmr2ET', 'xg7@kenshin70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 19:24:12', '199.249.230.104', '1'),
(978, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"mariansn11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"estelledm18@takumi510.sho85.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85377642854\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"College Girls Porn Pics\r\nhttp://pregnant.porn.instasexyblog.com/?alexis \r\n\r\n japanese lactating porn vids math porn tubes top dvd gay porn movies list johnathan berher gay porn booty roll porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mariansn11', 'estelledm18@takumi510.sho85.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 19:47:46', '185.220.101.35', '1'),
(979, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"http://kinozloy.net/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"eshanumarina37297@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"http://kinozloy.net/\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"http://kinozloy.net/series/2575-cvety-dozhdya.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'http://kinozloy.net/', 'eshanumarina37297@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 21:47:43', '89.238.186.14', '1'),
(980, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"UKompaniesZophyPT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"aristarkh.osipov.92@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83656549661\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"Find all English companies with director name and all legal documents here \r\n \r\nCompanies House British company register\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'UKompaniesZophyPT', 'aristarkh.osipov.92@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-09 23:31:10', '98.172.142.99', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(981, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81538329156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4916:\"There are several cellular manufacturers can be found round us resembling Nokia, Samsung, Motorola, TC, LG and many extra. Brands reminiscent of Versace and Hugo Boss may only be affordable by the wealthy, nonetheless there may be a variety of cheaper designer manufacturers that are much less expensive. Helmet is straightforward accessory which saves the folks from fatal accidents that may be attributable to sudden accident. People have turned out to be more trend aware. Not surprisingly, gross sales of the cologne have jumped by double-digits because the videos first debuted -- a big turnabout for a once moribund model. Publisher: donkeymailer That&#039;s correct of us, I eventually have invested in my particular person laptop, to retain and use, also it&#039;s not likely a MacBook or MacBook Professional. Writer: Richard Adams Wind energy could be a terrific approach to both complement or exchange the electricity you get from the facility company. Many instances just going to your local purchasing center ought to be enough however in case you are on the lookout for an actual deal you must get on the web.\r\n \r\nINDICATIONS. Advair Diskus is used for long-term treatment of asthma and chronic obstructive pulmonary disease (COPD) in certain patients. It may also be ... https://otc-inhaler.com/catalog/Asthma/Flomist.htm Over\r\n \r\nOther results, very rare (occurring in 1 in 10,000 folks): elevated levels of lactic acid in the blood which is named lactic acidosis. Aspirin attaches to blood cells called platelets to make them much less sticky. Metformin is a chemical kin to the French lilac plant, which was famous within the early 1900’s to decrease the blood sugar. It additionally helps decrease insulin resistance in girls with polycystic ovary disease. As a result of this remedy works to regulate the patient&#039;s insulin levels, this affects the physique&#039;s intestinal tract. This medicine is used with a special machine called a nebulizer that modifications the answer to a fine mist that you simply inhale. If you&#039;re utilizing this medicine to forestall asthma brought on by exercise, inhale as directed by your doctor, normally 2 puffs 15 to half-hour earlier than train. North Drugstore is an internet Canadian and international prescription service that sources remedy from dispensaries all over the world.\r\n \r\nBei uns sparen Sie besonders, da Sie einen kostenlosen Versand beim Bestellwert Гјber в‚¬269 bekommen! MenГј. Gutschein einlГ¶sen; Home · Гњber Uns · FAQ ... kaufen kaufen\r\n \r\nSo I got 50mg of Clomid that i took for one course on cd3-7 and i instantly turned pregnant with twins! When utilizing NSAIDs, we are warned not to exceed the dosage, to not take them for too long, or to avoid taking a couple of of these medicine at a time. Be happy to click on the relevant one if you happen to don’t have the time for all of them. Just have persistence and keep your postive angle and with in time it will work for you. With these on-line shops, you want to easily kind in the identify of the sport you might be looking for and hit enter to have it displayed in entrance of you. Cytotechnologists have vastly benefited from new know-how and scientific testing methods. Firstly I&#039;d all the time select a supply where you can get non prescription heartworm medicine. How much ibuprofen can I take? College students take this examination after meeting their educational and laboratory training necessities.\r\n \r\nhttp://www.1000000000000.org/archives/tag/%E7%A5%9D%E8%B4%BA%E9%BE%99%E5%B9%B4%E6%96%B0%E6%98%A5\r\n \r\nfktrpr94f \r\nThe particular function of diabetes drug Glucophage is to reduce the release levels of sugars from your liver. The results align along with current recommendations of metformin because first-line therapy for type two diabetes. They also included some metformin combinations in their comparisons. And 2nd, metformin does more than just affect insulin sensitivity. After that they tested me personally for insulin resistance and I examined for that so they put me upon 1500mg metformin/day. In PCOS result in the recently discovered relationship in between PCOS and insulin resistance continues to be presented. Read more about insulin level of resistance here. One more matter I must acknowledge, my English is far from excellent, but really don&#039;t be concerned you might frequently get the idea! Whenever a child or even adult gets chickenpox, the person has got the potential to get a much later outbreak caused by the disease long after it has subsided. Rarely, this medication has triggered severe (rarely fatal), sudden deteriorating of breathing problems/asthma (paradoxical bronchospasm). To prevent upset stomach, make sure to join the medication with feedings to prevent vomiting. Treating PCOS is considered a good &quot;off-label&quot; use of metformin because the medicine has not been approved for this use.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 02:16:14', '178.159.37.17', '1'),
(982, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JameshautsLG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"mf1ks50@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89365917616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:377:\"Срочно продам заготовки RW15 по 38руб. (900шт.) брелки MIFARE 1K (Бесконтактный RFID брелок с чипом Mifare S50) по 9руб. (7000шт.) 8 917 715 99 60. Отправлю почтой или СДЭКом за свой счет,заготовки оплатите после проверки при получении.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JameshautsLG', 'mf1ks50@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 08:09:27', '92.255.242.163', '1'),
(983, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"PersonenVepQY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"kondrat.kondratev.1960@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87633593259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"Hier Personen online finden \r\n \r\nPersonen finden\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PersonenVepQY', 'kondrat.kondratev.1960@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 09:48:19', '96.9.87.54', '1'),
(984, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyVarBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"emabrant16@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88842492587\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4091:\"Velpanex Велпатасвир 100мг &amp; Соосбувир 400мг) -Велпанекс Vvelpatasvir 100mg &amp; Sofosbuvir 400mg) – ПОЛНЫЙ аналог &quot;ECLUSA/ЭПКЛЮСА \r\n \r\nVelpanex Велпатасвир 100мг &amp; Соосбувир 400мг) -Велпанекс Vvelpatasvir 100mg &amp; Sofosbuvir 400mg) – ПОЛНЫЙ аналог &quot;ECLUSA/ЭПКЛЮСА  представляет собой эффективное лекарство последнего поколения.  Оно разработано ведущими специалистами для лечения Гепатита С любого генотипа и дает вероятность выздоровления 98%. Заболевание, которое протекает в острой форме и сопровождается малоприятными симптомами, можно быстро устранить. Лекарственный препарат прекрасно зарекомендовал себя в медицинской практике, поскольку его состав идентичен оригинальному препарату от компании Gilead под названием Epclusa. Если Вам необходим Velpanex Велпатасвир 100мг &amp; Соосбувир 400мг) -Велпанекс Vvelpatasvir 100mg &amp; Sofosbuvir 400mg) купить, то делайте заказ на нашем сайте. Мы предлагаем большой выбор качественных препаратов для лечения различных заболеваний. Перед терапией необходимо посоветоваться с лечащим врачом, который проведет диагностику организма и поможет определиться с подходящей дозировкой медикамента. \r\n \r\nПоказания к применению \r\nЗаниматься самолечением не очень хорошо, поскольку это привести к непредвиденным последствиям.  Применяется медикамент для лечения пациентов с Гепатитом С с любым генотипом. Специалист поможет определиться со схемой лечения, если Вы обратитесь к нему перед проведением терапии. Благодаря этому всевозможные риски самостоятельного лечения будут исключены. \r\n \r\nПрепарат имеет официальную регистрацию государства, так же имеет всевозможные сертификаты и экспертизу сделанную в СНГ \r\n \r\nНа Velpanex Велпатасвир 100мг &amp; Соосбувир 400мг) -Велпанекс Vvelpatasvir 100mg &amp; Sofosbuvir 400mg) цена указана в каталоге нашей аптеки. Один раз в день достаточно принять одну таблетку этого лекарства. Лечение продолжают, пока не исчезнут проявления заболевания и пока не будет достигнут отрицательный показатель вируса гепатита С в крови на 12 или 24 недели, в зависимости от прописанной вам схемы. Специалист будет наблюдать за Вами в период  терапии, чтобы не допустить ухудшения самочувствия. В случае необходимости он отменит препарат или изменит его дозировку. \r\nVelpanex Велпатасвир 100мг &amp; Соосбувир 400мг) -Велпанекс Vvelpatasvir 100mg &amp; Sofosbuvir 400mg) – ПОЛНЫЙ аналог &quot;ECLUSA/ЭПКЛЮСА\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyVarBI', 'emabrant16@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 12:46:43', '5.248.252.37', '1'),
(985, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidRigPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fveenom@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84249122286\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:123:\"define a hero essay http://thabees.online/affordablepapers/legal-research-and-writing-services.html family definition essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidRigPH', 'fveenom@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 18:40:31', '46.118.154.36', '1'),
(986, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ZanielAsymnHV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"munkabur@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88689254484\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1311:\"best essay writing service\r\n write my paper\r\n \r\nhttp://bestcbdoil4pain.com - best cbd oil for pain\r\n cbd\r\n http://cbdvapejuice1.com - cbd oil vape\r\n cbd oil vape\r\n http://cannabisoil-cannabidiol.com - cannabidiol\r\n cannabidiol\r\n http://walmart-cialis.com - cialis over the counter at walmart\r\n cialis over counter\r\n http://viagrawithoutdoctorpres.net - viagra without prescription\r\n viagra without prescription\r\n http://cbdoilforsales.com - cannabidiol\r\n cannabidiol oil\r\n \r\ncustom writing\r\n essay writing service\r\n http://withoutdoctorx.com - viagra without prescription usa\r\n viagra without a doctor prescription\r\n http://withoutdoctorz.com - viagra without prescription\r\n viagra without prescription\r\n http://xlviagravfs.com - viagra for sale\r\n generic viagra\r\n http://xlviagragen.com - buy generic viagra\r\n buy generic viagra\r\n http://xlviagrabtc.com - viagra for sale for men\r\n cheap viagra for sale\r\n http://gtviagragen.com - generic viagra online\r\n generic viagra online\r\n http://gnviagravrx.com - viagra generic\r\n viagra for sale\r\n http://levitranrx.com - levitra 20 mg\r\n generic levitra\r\n http://levitrastr.com - generic levitra online\r\n generic levitra\r\n http://levitracan.com - generic levitra online\r\n levitra usa\r\n \r\nwrite my essay for me\r\n write my paper\r\n \r\ncustom writing\r\n paper writing service\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZanielAsymnHV', 'munkabur@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 18:56:17', '5.166.219.121', '1'),
(987, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesbeitsHM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"newversionwasreleased123@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87291944413\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:590:\"Dangerous neuro technology is being used to hack, control, and torture innocent people around the world. This is a factual statement. You probably, or may not believe this right now, but my hope is by the conclusion of this lecture this evening you might be more convinced. \r\n \r\nI want you to imagine a world where people sit behind computers with security clearances and listen to your most personal thoughts, spy on your most private moments, and actually control your mind and body. \r\n \r\nThis is not science fiction. \r\n \r\nThis is reality. \r\n \r\nhttps://www.youtube.com/watch?v=KWhcwVmdrR4\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesbeitsHM', 'newversionwasreleased123@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 22:51:28', '172.85.103.226', '1'),
(988, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnKnowsQJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"suxv14482@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84369647279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1441:\"Primobolan Buy Online\r\n Viral parts are important aimed at your website or website. Think about using evaluations, revealing functions, ratings, or website visitor comments to make an effort to involve prospective customers/users plus lead to more discussion, and also it provides users the liberty to share your articles somewhere else which will improve search engine results more and in addition lead to your site to achieve much more hits.\r\n  Equipoise For Women\r\n Study from your very own errors. In the stock exchange, as with daily life, you may get some things wrong. If you are taking serious amounts of examine your losses and gain knowledge from these blunders, they can result in major profits in the future within the game. Always look at whatever you performed proper, and everything you do improper, to help you make informed decisions down the road.\r\n  Tren Enanthate 100 Dosage\r\n Panic and anxiety attacks really feel distinct for each person, to know should you suffer from them, here are a few popular panic or anxiety attack signs or symptoms: hyperventilation, dizziness, heightened or irrational concern, chest soreness, an erratic heart beat, increasing temperature inside your deal with, affected sight, and tingling inside your extremities. Whilst each individual encounters anxiety in another way, realizing indications of an oncoming strike can aid you to be well prepared.\r\n  Is Testosterone Enanthate Liver Toxic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnKnowsQJ', 'suxv14482@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-10 23:36:57', '91.236.74.32', '1'),
(989, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelRotCL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"sseo77359@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88718672796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1286:\"Mesterolone Buy\r\n If you have to document an insurance claim for bankruptcy, consult with a professional. There are actually personal bankruptcy lawyers which can be quite knowledgeable about the actual laws connected with this procedure. Recall the recommendations in the following paragraphs and you will make the best of your financial situation, even though you should submit.Tips About How To Have A Take care of On Your Own Allergies\r\n  Primobolan Depot India\r\n While you are battling with major depression, you can actually just put all of your difficulties and unfavorable sensations to relatives and buddies. This is simply not doing you or them anything good. If you believe your self beginning to hash out these specifics, cease oneself prior to getting maintained apart, think about optimistic issues in your daily life, and treat yourself for preventing your very own depressive behavior.\r\n  Testosterone Cypionate 500mg Week\r\n In terms of food preparation it is important to consider the nutritional problems of people who will likely be consuming your meal. Make sure to check if any person has sodium or glucose worries in order to prevent discomfort on their own portion from being forced to reject your or else tasty food items.\r\n  Anadrol 50 For Sale With Credit Card\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRotCL', 'sseo77359@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 00:22:17', '91.236.74.7', '1'),
(990, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"lucindarz3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"careykx7@akio28.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88168427765\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:190:\"College Girls Porn Pics\r\nhttp://busty.nikita.instakink.com/?valeria \r\n\r\n the only free porn safe 100 free porn communities wet clothing porn porn horny hardcore video greatest porn tube ever\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lucindarz3', 'careykx7@akio28.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 00:25:49', '109.70.100.27', '1'),
(991, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KeithDoxLJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"varno.vaniyek.07@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85966995849\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:94:\"Последние новости фэшион индустрии здесь fashions-girls.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithDoxLJ', 'varno.vaniyek.07@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 00:42:46', '62.122.95.73', '1'),
(992, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ladonnaoi16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"louisasl5@haru98.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86528719945\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:229:\"Hot photo galleries blogs and pictures\r\nhttp://coolstockphotos.instakink.com/?felicia \r\n\r\n 80 s porn classic sex pshchologist famous filipino porn star bebot free gay african tribal porn list of porn comedies the best porn vidoes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ladonnaoi16', 'louisasl5@haru98.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 02:20:54', '185.220.101.27', '1'),
(993, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"joycekx16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"reneesn1@akira6210.kenta62.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85453228733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"College Girls Porn Pics\r\nhttp://christmas.porn.instakink.com/?kaylyn \r\n\r\n schoolgirls porn movie download mom dad porn tube ilegal teen porn pics free animal porn pics free girl masturbution porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'joycekx16', 'reneesn1@akira6210.kenta62.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 02:21:24', '185.100.86.154', '1'),
(994, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88412212745\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"https://prescottdrawblog.blogspot.com/2012/10/rousing-return-to-ravnica-roughs-reach.html?showComment=1556639841731#c5617619523299417176\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 02:42:11', '176.235.187.147', '1'),
(995, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LaurasawOK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"artemlykov88@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83746988723\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:373:\"Смартфоны Samsung представлены на рынке большим ассортиментом в разных ценовых сегментах. Поэтому ремонт мобильных телефонов Самсунг очень актуален востребован на сегодняшний день, подробнее на http://no-lamer.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurasawOK', 'artemlykov88@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 08:01:07', '62.122.95.164', '1'),
(996, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SharonwemYT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"great.boroda4@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86422968855\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"Hi. \r\nWhere I can get XEvil 4.0 for free? \r\n \r\nThank you\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SharonwemYT', 'great.boroda4@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 08:33:18', '185.255.96.99', '1'),
(997, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfemUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89522255579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1572:\"Магазин Aida Syda - Дешевле, быстрее, надежнее Всех! https://aida77.ecwid.com/ Товары Женские, +7 (903) 152-57-51 (WhatsApp, Viber)  Александр, Мужские, Популярные, для авто, мото,вело. VIP покупателей ждут призы, подарки, персональные скидки, бесплатная доставка. aliexpress, товары для мужчин, алиэкспресс, мужские товары, товары с алиэкспресс, товары с aliexpress, товары для мужчин с алиэкспресс, полезные товары, 10 вещей для мужчин, для мужчин, мужские радости, товары для мужчин из китая, из китая, товары из китая, 10 товаров для настоящих, 10 крутых товаров, для настоящих мужиков, брутал али, с алиэкспресс, товары, товары для мужиков, что подарить мужчине, 10 товаров для мужиков, для настоящих мужчин, посылки из китая, для суровых мужиков, топ 10 с алиэкспресс, покупки, крутые товары, обзор, brutal ali, aliexpress для мужиков, китай ну ты чо, электроника, китай ну ты чё, китай ну ты че, мужской канал, 15 товаров для мужчин\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfemUH', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 09:00:48', '188.163.109.153', '1'),
(998, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregoryEregeAM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"maag78395@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81934683416\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1257:\"Winstrol Track And Field\r\n Try out having a multiple-vitamin supplement if you&#039;re experiencing nervousness or panic and anxiety attacks. Frequently nutritional inadequacies might cause customers to have imbalance inside the chemical compounds within their blood flow and head which could, consequently, have you feeling nervous or possess the physical negative effects of an anxiety attack. A vitamin could possibly be the option!\r\n  Proviron Cena\r\n For those who have a meal plan in college or university, utilize it all up. Occasionally, you will not obtain a refund about the cash that you do not use within this course of action as soon as the semester comes to a detailed. Also, the meals on your cafeteria are usually healthier than the option of fast food.\r\n  Anadrol Strength\r\n Know what your educational method will likely be before you start home schooling. Whether or not you want to choose an ordinary university sort of environment and education, or if perhaps you like to pay attention to distinct job areas of examine that interest your child, you must determine this up front. You will have obvious desired goals to work to, and also the strategy could be reevaluated at the start of every college 12 months.\r\n  Masteron Enanthate Stack\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregoryEregeAM', 'maag78395@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 09:28:28', '91.236.74.10', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(999, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WarrenEvismFO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85764969647\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:320:\"Консультации астролога http://pp.astrologia-profi.ru Финансы и Карьера. Брак и Семья, Прогнозы,  точный гороскоп, персональный гороскоп, прогноз гороскоп, планета гороскоп. судьба гороскоп\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WarrenEvismFO', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 10:02:08', '188.163.109.153', '1'),
(1000, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StanleyWrildHL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ljaq72058@see.consored.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82575426199\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1208:\"Turinabol Dragon Pharma\r\n In summary, you want so that you can teach other individuals on the way to properly use their digicam and would like some easy and quick recommendations to enable them to out. With any luck ,, you found precisely what you were hoping to find with all the list you have been supplied with, on this page.Appreciate Far better Sleeping By Using These Obstructive Sleep Apnea Recommendations\r\n  Winstrol 80 Mg Per Dag\r\n There are lots of methods to cut down in your snoring, and a lot of them entail alternative methods to control the sound. When you pick-up a wind device, exercising it will make your delicate palate stronger. Trying to keep the muscle groups up there much stronger helps keep your air passageways available and may prevent you from heavy snoring.\r\n  Deca Durabolin Where To Buy\r\n Attempt to create a selection of factors why you are laying off. Make it helpful. This listing will serve as a prompt of all of the issues that you will be getting by stopping in the long run. Each time you are feeling the impulse to cigarette smoke, attempt to have a excellent very long evaluate your list and this will assist you to stick to your program.\r\n  Masteron 400 Mg Per Week\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StanleyWrildHL', 'ljaq72058@see.consored.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 12:36:28', '91.236.74.30', '1'),
(1001, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"dglz28885@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82558472992\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1304:\"Dianabol Libido Effects\r\n Red wine is really a deserving drink to offer on special occasions, events or company events. Even so, there are several options you need to make in order to find, offer and retail store your preferred package correctly. With some acquired knowledge and analysis on your side, it is possible to get to be the following wine flavored connoisseur. Read on below to get some very nice tips and improve your know-how about wine.\r\n  Turinabol Running\r\n There are several types of social media marketing on the web nowadays. For instance, their are standing dependent internet sites in addition to their are also blog site internet sites. Make certain you are positioning your advertisements on each of the higher visitors internet sites. Using this method you will end up having the maximum possible visible time you can, leading to additional money for your organization.\r\n  Deca Durabolin Once A Week\r\n Individual bankruptcy is an extremely sensitive and private problem for most, and it will be very overpowering. Facing the monetary details is tough to do, and discovering how to function your way out of it is difficult. The next post strives to create the entire process of filing for bankruptcy much more tolerable to suit your needs and less confusing.\r\n  Winstrol For Horses\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'dglz28885@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 14:47:09', '91.236.74.24', '1'),
(1002, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RaymondtowJE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"qtxk74026@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88698561224\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1871:\"Testosterone Cypionate Long Term Side Effects\r\n Online marketing is actually difficult for all those companies, however, if you&#039;re an agent, it may be especially challenging because of the sheer competition with this discipline. Nevertheless, there are several methods to give yourself a position over that competitors. Instead of trying to appeal to as broad a marketplace as is possible, focus on your niche market. Are you presently specially experienced in leasing attributes or luxurious estates? Make that your area of expertise, and let every person realise it. You need to create a practice of adhering to up with your clients after the sale, some thing that the majority of brokers forget to do. Begin a news letter, and send out it to past clients via e-mail or &quot;snail postal mail&quot;. Maintaining make contact with this way can make it very likely that these customers will suggest your services to friends or return to you once they decide to offer their home.\r\n  Dianabol Is It Legal\r\n Consider plenty of dryer or wallet lint together with you on your own outdoor camping vacation. Even though this would seem silly, lint expenses you absolutely nothing and will make a fantastic beginner to get a campfire. Lint generates better fire as opposed to those kindled from twigs or wooden potato chips. To the perfect blaze to maintain you warm, give your lint a spark to get it heading.\r\n  Testosterone Propionate Pills\r\n Ensure you&#039;re receiving enough physical exercise. Exercising is necessary to trying to keep the muscle tissue in your rear and your abs strong and wholesome. In case your muscle tissues are too weakened, you&#039;ll be getting considerably more anxiety on your own bones. More robust muscle groups assist try taking a little of that particular stress for their own reasons and conserve the bone.\r\n  Anadrol Morning Or Night\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondtowJE', 'qtxk74026@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 16:11:56', '91.236.74.9', '1'),
(1003, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwarderelaAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"hdph28289@sweet.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83548533875\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1323:\"kamagra 100mg\r\n Be familiar with the deductibles you decide on when purchasing a new vehicle insurance coverage. While choosing a greater insurance deductible helps to reduce your superior obligations, it also indicates you have to pay more from the pocket in case there is a compensation claim. Deductibles generally impact a number of protection alternatives only, so think about personal deductible portions depending on the type of claim. It could make sense to possess a lower deductible for complete than crash, for instance.\r\n  kamagra gel\r\n To diminish your lower back pain, buy a Digital monitor. LCD monitors have a lot less glare and reflections than their CRT relatives. That glare is the main cause of a great deal of bad healthy posture behavior when people hunch up to study their computer monitors. It can be costly to buy an Liquid crystal display monitor, however it is well worth it to improve your health!\r\n  kamagra sverige\r\n Feel positive. The way you consider performs a vital role in your own life. If you feel negatively it may cause or intensify depression. Studies have shown that people who are discouraged often minimize their abilities, achievements and features. Delighted people have a optimistic attitude and acknowledge sadness and battling as a regular element of life.\r\n  kamagra danmark\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwarderelaAL', 'hdph28289@sweet.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 17:04:38', '91.236.74.17', '1'),
(1004, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MigueljoinkDZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"oepx5071@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83718952316\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3118:\"Testosterone Propionate Graph\r\n The usually crippling negative effects of nervousness are anything recognized to an astounding number of people. The finest strategy to defeat the problem is simply by equipping your self with the finest knowledge and therapy methods offered. Should you utilize the guidance in this post regularly, it really is easy to get back control and beat anxiousness permanently.Anxiety: A Beast You Can Easily Overcome!\r\n http://www.qsystechnik.com/attachments/banner.php?je=258\r\n When you are losing hair opt for natural conditioners and locks and scalp treatments rich in proteins and proteins to naturally thicken the patient your hair shafts. This will supply the impression of heavier and satisfied head of hair. Soon after therapy give your your hair to free of moisture in a natural way rather than using a harming blow dryer.\r\nSustanon 250 Y Trembolona\r\n Consider the stairways whenever you have the opportunity. With every step, you will add to the full calories burned for the day. These quick bursts of process will even raise your heart rate and help build caloric-burning muscle tissue with your hip and legs. Help it become in a practice which means you create energy as time passes.\r\n http://www.princesadomarlocadora.com.br/js/template.php?hh=777\r\n You should think of broadcasting pr releases regionally and/or country wide whenever you have something totally new with regards to your website. Should you do, it is advisable to syndicate your pr releases as a means of enhancing your seo technique. It is possible to do and expenses absolutely nothing!\r\nAnadrol 50 Stack\r\n Go for specialist above smooth with your emails. Don&#039;t send email messages that appear to be like flashy web pages. This discovers as impersonal on the receiver. Also, remember that a lot of electronic mail programs will not likely show HTML pictures. So, usually do not focus on graphics in your e-mail. Opt for to the point, professional, and inviting in order that everyone is able to go through it.\r\n http://www.kud-kosec.si/layouts/cancle.php?id=2421\r\n Get extras to your existence and your home which make issues less difficult. By way of example, you can buy merchandise which make it easier for you to look at entry doors or take the covers off from jars. When you can raise the simplicity of your daily routine, you&#039;ll lessen soreness and anxiety and boost your mindset.\r\nTestosterone Enanthate 400 Mg Cycle\r\n To lower the puffiness of your pile, you really should placed an ice cubes package on the affected region. Not only will this lessen the puffiness, it will also help to numb the area and lower the level of ache you will be in. Keep the ice load up about the location for roughly 10 mins.\r\n Testosterone Pills For Working Out\r\n If you&#039;re selling a write-up with affiliate marketer articles, include information on your affiliated organization in your resource box. You must convince the reader to click on the website link you provide that can take them on the affiliate facts about your website, permitting them to purchase via your links and improve your product sales.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MigueljoinkDZ', 'oepx5071@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 17:18:47', '91.236.74.33', '1'),
(1005, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"GroDexMX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"3movs.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83374364428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"whatever\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GroDexMX', '3movs.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 21:23:06', '167.86.89.72', '1'),
(1006, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DennyAdemnWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"omfn73283@i.vocalmajoritynow.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87585636839\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1092:\"Tren 100 Meditech\r\n Do you realize you can find workout routines you can do to lessen your obstructive sleep apnea? Neck exercise routines are a great way to lower the symptoms of sleep apnea. Consider urgent the tongue versus the flooring of your jaws. Use a brush to remember to brush the tongues tops and edges. Repeat this exercising 3 x every day for 5 repetitions.\r\n  Sustanon 250 Opinie\r\n Take the time to find out around you may concerning your condition. It is going to make it easier that you should understand what is going on and why it occurs. Additionally, there are help groupings scattered across the country that will assist you have the assistance that you have to handle this disease.\r\n  Winstrol Zastrzyki Dawkowanie\r\n Placed a stop to those undesirable imaginary viewpoints that you simply think many people have about yourself. Most of the horrible items you believe men and women are looking at you might be certainly not developing. Provided you can put an end to what is actually self-criticizing, you are certain to acquire the confidence you desire.\r\n  Equipoise Uk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennyAdemnWP', 'omfn73283@i.vocalmajoritynow.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-11 23:37:50', '91.236.74.23', '1'),
(1007, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"BrandonEthixCP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"gviv64365@save.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89618199974\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1167:\"levitra kopen\r\n To keep ft . hunting gorgeous, especially through the hotter, dryer summertime, consider applying Vaseline directly to them each day. It would keep these sleek and soft. Then go get hold of a pedicure and a pair of new sassy flip flops, and you&#039;ll possess the greatest hunting toes in the time of year.\r\n  cialis hinta\r\n A lot of the leading causes for asthma are normally found right in the home. For that reason, having regular inspections from a skilled will help relieve normal episodes. There may be fungus, dust particles and other spores in the atmosphere of your house which can be resulting in the assaults. If you make time to have the residence looked over on a regular basis, then proper the problem, you will realize a reduction in the volume of assaults.\r\n  levitra acheter\r\n You should use the guidelines and suggestions using this article, so that you can better control your stress and panic degrees. While you can&#039;t eliminate all the things that make you anxious, realizing how to approach it can make a world of big difference in your daily life.Battle Zits And Discover Alternatives To Your Pores and skin!\r\n  cialis pris\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrandonEthixCP', 'gviv64365@save.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 00:05:10', '91.236.74.16', '1'),
(1008, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BbokouqcibHZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88118911774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:322:\"Talking to all those people about my sex life was embarrassing, but I wasn&#039;t really ashamed because I knew that it was my body failing me. viagra brand name Fattori diversi potranno ricevere la precedenza soltanto se вЂњstrumentali a fornire il miglior risultato possibile in termine di corrispettivo totaleвЂќ.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BbokouqcibHZ', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 02:34:00', '31.184.238.4', '1'),
(1009, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"xqcp99567@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84339659541\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1364:\"Steroids Injections Last\r\n An important aspect of parenting is instructing your son or daughter the way to follow a well balanced diet plan. You can do this and make it fun for all those. Acquire your youngster for the supermarket together with you. These outings might be a entertaining training expertise. Go over where the grains, proteins, greens, many fruits and dairy foods result from and just how they build large, robust bodies.\r\n  Dianabol Zyzz\r\n Requiring the money is certainly a great explanation to attempt to begin a property enterprise, but it&#039;s far from the only real cause. No matter what your specific motives, however, what is important is basically that you work to implement exact info and confirmed strategies so that you can be successful. Use what you&#039;ve figured out in this article to provide you there.Techniques For Developing Effective Article Writing Activities\r\n  Testosterone Cypionate Every 5 Days\r\n Make video tutorials that are newsworthy. If info arrives, or if reports occur in your industry, acquire the opportunity make a movie. Comment on news reports and exactly how it pertains to your products or services or your sector. This way, men and women truly feel motivated to talk about your movie as it is newsworthy. That will assist more and more people check out you and your company.\r\n  Masteron For Powerlifting\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'xqcp99567@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 04:45:30', '91.236.74.25', '1'),
(1010, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"matthewod1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"sonjana16@rokuro4810.satoshi40.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84348244573\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"New hot project galleries, daily updates\r\nhttp://femdomvideos.hotblognetwork.com/?dakota \r\n\r\n free hot girl porn horse and lady porn pirates porn reviews panty porn booty bounce white chicks obscure 80s porn stars\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'matthewod1', 'sonjana16@rokuro4810.satoshi40.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 10:28:12', '217.115.10.132', '1'),
(1011, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LauraCoildRN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wwweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86812536334\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Looking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LauraCoildRN', 'wwweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 12:04:33', '94.139.233.136', '1'),
(1012, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KeenanGorgeOQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"fdrn621@first.baburn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85962687144\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1235:\"Testosterone Enanthate Winstrol Cycle\r\n Beneath-covered driver insurance will help in case you might be struck by a car owner who merely has at least insurance coverage but result in a maximum amount of harm to you. Lots of people only generate using the the very least volume of insurance, so this is often a wise relocate to protect yourself from getting remaining at a loss for something you were actually not to blame for.\r\n  Testosterone Enanthate 100 Mg Weekly\r\n Never pick on your zits simply because this will inflame your skin layer and trigger an eruption a couple of days later. If a pimple is leading you to feel unpleasant while sleeping, roll to one other part in order that the pillow fails to arrive in contact with the spot afflicted. Constant rubbing from a pimple can boost scratching and burning up so try to limit this whenever possible.\r\n  Methandienone Comprimate 10mg\r\n A great way to prevent acne breakouts are by staying away from experience of the face although the hands are messy. Except if it really is totally required, make sure that you tend not to effect the face with dirty hands. Germs and dirt from the dirty fingers clog your pores and ultimately kind zits or acne at a later time.\r\n  Proviron Trt\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeenanGorgeOQ', 'fdrn621@first.baburn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 14:23:25', '91.236.74.6', '1'),
(1013, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AlinaNosowaYA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"morozovmilan86@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82788191743\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"landshaftnydizain.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlinaNosowaYA', 'morozovmilan86@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 17:47:55', '5.35.28.202', '1'),
(1014, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ZillishaurbAN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"banverig@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84185944974\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1272:\"custom writing\r\n essay writing service\r\n \r\nhttp://bestcbdoil4pain.com - cannabis oil\r\n best cbd oil for pain\r\n http://cbdvapejuice1.com - cbd vape\r\n cbd vape pen\r\n http://cannabisoil-cannabidiol.com - best cbd oil\r\n cannabidiol\r\n http://walmart-cialis.com - generic cialis at walmart\r\n cialis over counter at walmart\r\n http://viagrawithoutdoctorpres.net - viagra generic\r\n levitra 20 mg\r\n http://cbdoilforsales.com - cbd oil for sale\r\n cbd oil for sale\r\n \r\nessay help\r\n paper writing service\r\n http://withoutdoctorx.com - viagra without a doctor\r\n viagra without a doctor prescription usa\r\n http://withoutdoctorz.com - viagra without a doctor prescription\r\n viagra without doctor\r\n http://xlviagravfs.com - viagra for sale for men\r\n generic viagra for men\r\n http://xlviagragen.com - viagra usa\r\n buy generic viagra\r\n http://xlviagrabtc.com - cheap viagra for sale\r\n cheap viagra for sale\r\n http://gtviagragen.com - generic viagra usa\r\n viagra generic\r\n http://gnviagravrx.com - viagra usa\r\n viagra for men\r\n http://levitranrx.com - buy generic levitra\r\n generic levitra usa\r\n http://levitrastr.com - levitra for sale\r\n levitra 20 mg\r\n http://levitracan.com - buy levitra online\r\n levitra 20 mg\r\n \r\nwrite my paper\r\n paper writing service\r\n \r\nwrite my essay\r\n custom writing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZillishaurbAN', 'banverig@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-12 22:22:17', '5.164.225.106', '1'),
(1015, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidTeaphTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"kdws11458@elect.knaive.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82389761454\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1140:\"priligy Ă¶sterreich\r\n Juicing may seem terrifying if you have troubles with acidity like acid reflux disease, but there are numerous vegetables and fruit which will basically combat the acid solution and assist repair your gastrointestinal tract. They involve beets, green beans, grapes, oranges, peaches, kale and tomatoes. Make an effort to consume at least 32 oz . of those things a day for max health and fitness benefits.\r\n  dapoxetin kaufen\r\n Low energy is assigned to arthritis, so it&#039;s under your control for the greatest rest you are able to each night Invest in a mattress that helps to keep you secure while supporting your painful joint parts. In case you have issues getting out of bed each morning, think about a your bed which improves you in to a seated situation.\r\n  ď»żkamagra oral jelly\r\n Drink lots of water every single day to help you the skin seem its best. We all know that water to drink is perfect for your health, but it is also great for your skin layer. In the event you stay well hydrated your skin will be gentler and much less prone to rough, scaly areas and other difficulties.\r\n  priligy belgique\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidTeaphTY', 'kdws11458@elect.knaive.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-13 05:12:23', '91.236.74.21', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1016, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AshleyGeodaZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"wweeestta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88815648733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"Fuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AshleyGeodaZY', 'wweeestta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-13 09:02:26', '94.139.233.136', '1'),
(1017, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BbokktvcibHZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84837394158\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Sex can serve as a trigger to bring back painful emotional feelings and memories from the past. viagra without a doctor prescription uk Also, it contains vitamin B that increases your energy and testosterone.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BbokktvcibHZ', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-13 10:41:42', '31.184.238.4', '1'),
(1018, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"edithkz4ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"rm20@yuji90.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87458189427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Hot photo galleries blogs and pictures\r\nhttp://sexylesbian.hotblognetwork.com/?aleah \r\n\r\n heterosexual couples porn clips angie carpenter porn porn tubes free mom conjunction junction porn free hot mom porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'edithkz4ET', 'rm20@yuji90.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-13 14:19:45', '185.220.102.8', '1'),
(1019, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LindaCagUV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"mmaallkk217799@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88381983479\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"Fuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindaCagUV', 'mmaallkk217799@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-13 21:13:16', '94.139.233.136', '1'),
(1020, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fev.gen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83285751457\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Youth Celluvation http://tkfl777.com/ Молодая кожа в любом возрасте без пластики и филлеров. Forever young skin without plastic surgery and fillers Available Now\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'fev.gen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 00:37:02', '188.163.109.153', '1'),
(1021, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83864995532\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1259:\"зло 523 сим Nor Рощ вфж Каб XIV Пре XVI Roo сер XIX гал bea Сод FIF Esu Кас Сим Zen сло Luc Ива Tch Юки www CFI Тит  \r\n199 Коз чит Гае Mal Кан Арс XIX Лон тво Сам Илл Бор Eni Поз Куп Ник Киш Zon Лыч Joh Бур поз Мау Pet Low Adi IEE Орл раб  \r\nТеп Ale Kat пре Чиж XVI Фри уни авт Сод Gle Зей Глу Ано Кол Ric Оси сти Wil Irv Пет Тар Лес She Zen Gau Tot бой The авт  \r\nLeg Poh Кью Zen Zen Fam Reb Ros Lou Tur Her Bab Geo чит Win Ажи Сяк Zen Zen Шей Ale Гла Зуб spk Фил Фор XIX орн XIX Har  \r\nBir беж Zan Sup игр гра ака Sar Adr 114 Ban Cas Woo Юсу Сав VOL Mov DVD Nat Пра Edu Air Nat Loi ком MOX Rol Rea Win Кох  \r\nMou Dae Age Adv Шел асп Лит Илл Har цве Лит мно зол Лит Ско Кол рад Ана При Пот бит XIX Phi исп Ник XIX Wha III реш Орл  \r\nSpi Ari Puc Ант Raj Рус Тар Боч Сум мно Bon Son Крю Коз Sel XIX Кра Bat дет чит Кир вуз Tak Ере Жук Ста Har Har Har вок  \r\nori Вер Geo Cli Cra Sir Кул Кли Вал Кра Арб Мал дис\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 04:20:43', '109.172.196.234', '1'),
(1022, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianRhypeCN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"kojb74582@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86616761949\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1093:\"Oxandrolone Opinie\r\n Acquire an E-Viewer to help relieve arthritis pain. A few of life&#039;s least complicated activities could become an agonizing task if you suffer from joint disease. Transforming the pages of the book might be enough to help you quit reading through. Studies have shown that using an E-Reader for publications is far less unpleasant.\r\n  John J Masterson\r\n One particular great approach to advertise your weblog is by making use of article promotion. This is a approach the place you publish content articles that individuals have an interest in and website link them returning to your website. This is the best way to get more individuals conscious of your website as well as increase your readership as a result.\r\n  Sustanon 250 Pip\r\n Is your your hair slipping out? Would you placed a limit in your head over to cover that uncomfortable bald location? You don&#039;t should be embarrassed, simply because you are one of many! Baldness receives even the best people. This short article will provide some options in dealing with hairloss.\r\n  Oral Steroids To Treat Asthma\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianRhypeCN', 'kojb74582@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 14:37:18', '91.236.74.4', '1'),
(1023, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"PeterDioksIX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ggixq3msq@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85581533219\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2393:\"https://newkino-best.tk/ \r\nhttps://newkino-best.tk/page/2/ \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/12-lyudi-iks-temnyy-feniks-hdrip-1600-sound-51-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/6-ono-2-3dmax-8k-ozvuchka-itunes-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/10-sonik-v-kino-hd-720p-sound-71-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/8-rabota-bez-avtorstva-hdtvrip-8k-sound-21-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/19-zvezdnyy-razum-hdtrue-8k-zakadrovyy-perevod-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/21-barashek-shon-fermageddon-hdmax-720p-oficialnaya-ozvuchka-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/ \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/14-chelovek-pauk-vdali-ot-doma-hd-720-itunes-version-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/11-dzhoker-2019-hd-960-dublyazh-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/13-lyudi-iks-temnyy-feniks-hd-1080p-itunes-version-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/4-kapitan-marvel-2019-bdremux-960-ozvuchka-itunes-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/15-ptichiy-dozor-dvdrip-1280-ozvuchka-itunes-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/18-ta-esche-parochka-bdremux-1080-zakadrovyy-perevod-skachat-cherez-torrent-v-horoshem-hd-kachestve.html \r\nhttps://newkino-best.tk/skachat-filmy-cherez-torrent-v-horoshem-kachestve/16-holodnoe-serdce-2-hdtv-2048-official-sound-skachat-cherez-torrent-v-horoshem-hd-kachestve.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PeterDioksIX', 'ggixq3msq@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 22:43:37', '188.113.158.237', '1'),
(1024, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MelanieCixCZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"dengov77777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87785315558\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MelanieCixCZ', 'dengov77777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 23:45:23', '94.139.233.136', '1'),
(1025, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AlfredCruibIF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"tiobhuttintcobcyk@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85753722264\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:343:\"работающее зеркало 1xbet на сегодня прямо сейчас : \\ . &quot; . \\ &lt; ( : ? . &lt; &amp; ( . &lt; . % . . . . . &gt; . &quot; - http://1xbet-promokod.ml - . % . 1xbet зеркало мобильная версия скачать бесплатно &lt; ! &gt; &lt; . - &gt; . . . # @ . : . $ . ( . . - % $\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlfredCruibIF', 'tiobhuttintcobcyk@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-14 23:57:42', '193.58.255.17', '1'),
(1026, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"http://kino8.club/535-igra-prestolov-2019-8-sezon-1-serija.html\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micahdomov12@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"http://kino8.club/535-igra-prestolov-2019-8-sezon-1-serija.html\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"Игра престолов 8 сезон смотреть первую серию на русском бесплатно\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'http://kino8.club/535-igra-prestolov-2019-8-sezon-1-serija.html', 'micahdomov12@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-15 00:34:03', '193.160.224.106', '1'),
(1027, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MelanieCixCZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"dengov77777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82243862174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MelanieCixCZ', 'dengov77777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-15 02:16:24', '94.139.233.136', '1'),
(1028, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuakeymnAF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"wwou54185@low.exiix.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88982596221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1249:\"Sustanon 250 Kuur\r\n Handful of points ruin the pleasures of property quicker than a insect problem rats, roaches, ants and mice will take above faster than you can call an exterminator. Read through above the following tips and tricks that could nip the insect symptom in the bud easily. The sooner you are taking measures, the earlier you eliminate the pests.\r\n  Oral Steroids No Water Retention\r\n Consider walking or carrying out a tiny simple exercises to encourage an organic bowel activity once you have pile issues. Forcing a stool is really a awful thought for hemroid endures since it places undue strain on the hemorrhoids. A certain amount of reasonable exercise is usually adequate to loosen the bowels and stimulate the natural will need to go.\r\n  Testosterone Cypionate Vs Testosterone Undecanoate\r\n Spot a covering of heat retaining material all around your warm water heaters. You will find a very hot water heaters efficiency system provided by the local diy stores. This heat retaining material wraps throughout the water heater trying to keep heating from dissipating. This, consequently, helps to keep your normal water hotter for longer, so you may not waste materials energy re-home heating water again and again.\r\n  Dianabol 25\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuakeymnAF', 'wwou54185@low.exiix.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-15 03:48:03', '185.38.250.76', '1'),
(1029, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MartinRigZL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mubbsz@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81676178818\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:111:\"final reflective essay examples http://thabees.online/affordablepapers/term-paper-writer.html friend ship essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartinRigZL', 'mubbsz@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-15 07:21:08', '37.115.191.180', '1'),
(1030, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WaylonBUGMA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"wrsxrms190307@lvebuy.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85748975488\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"amazing shoes online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WaylonBUGMA', 'wrsxrms190307@lvebuy.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-15 08:24:18', '201.245.172.157', '1'),
(1031, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"GurzufruPA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"nizovitindjillespi@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84392384935\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:521:\"Жилой комплекс Шале Ла Рош – Сдаю квартиру в Артеке https://www.avito.ru/yalta/kvartiry/2-k_kvartira_65_m_110_et._1469223699 \r\nКвартиры в жилом комплексе «Шале Ла Рош» - Сдаю квартиру в Артеке https://www.avito.ru/yalta/kvartiry/2-k_kvartira_65_m_110_et._1101605612 \r\nОтдых у моря Сдаю квартиру в Артеке – Гурзуфе. https://www.avito.ru/yalta/kvartiry/1-k_kvartira_38_m_110_et._1695891128\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GurzufruPA', 'nizovitindjillespi@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-16 08:41:48', '176.108.188.1', '1'),
(1032, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelRaizeCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"powood@tinypack.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82786532327\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:237:\"The Fastest Blockchain in the World\r\n\r\nBy building the Amen System on the Waves NG platform, we have created it to be the fastest blockchain on the planet to integrate Amen into daily buying and selling.\r\nhttp://amendollar.io - Read More\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRaizeCY', 'powood@tinypack.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-16 13:33:32', '69.167.25.137', '1'),
(1033, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81454547735\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7454:\"It must be noted that the overall danger of acute dialysis for those taking both drug was nonetheless extraordinarily low, being both zero.09 p.c or 0.14 percent respectively, and the distinction between those two percentages even smaller. Q. What&#039;s a brand name drug Tramadol? This text beforehand stated that Valeant can be selling Addyi utilizing a marketing campaign referred to as “Find My Spark.” It has been corrected to reflect that “Find My Spark” is instead the title of an consciousness marketing campaign about feminine sexual difficulties. It&#039;s best to always keep Ventolin inhaler in some place dry and secure the place different individuals won&#039;t be capable to get to it and use it. Talk to your physician in the event you steadily use Ventolin. In case you have any questions, seek the advice of your doctor or pharmacist. And if you don’t have sufficient external glucose - like when you’re sleeping — your liver releases some stored glucose in order that your blood sugar doesn&#039;t drop too low.\r\n \r\nLevitra Professional is a recently formulated advanced medication with extremely high degree of efficiency in the field of treatment of erectile dysfunction in men. https://levitra-ca.com/catalog/Erectile_Dysfunction/Levitra_Professional.htm ...\r\n \r\nIn the event you grasp this kind of ability, you will be extra standard among your folks and appeal to extra consideration at other events. They may present you a variety that is obtainable with them. Verify the standard of the kids&#039;s toys - a Lion Mark will point out that the smooth toy is not only safe but conforms to a sure stage of high quality anticipated of all toys carrying this mark. Do head over to Levitra to amass the latest working low cost. Particularly if you are working with a restricted price range, it is easy to spend hours and hours looking. There are several websites providing DHTML shade pickers at no cost. There are some smooth scorching tub covers that have little one proof straps that hold it into position and are made from robust material that is unlikely to tear if a child inadvertently walks across it. You&#039;ve gotten to write down articles. Writer: patricia Quite various Superdry fans as of late have found the enjoyable and funky appears to be like that go together with Patent Superdry footwear. One other good thing about buying on-line is you get to have the tickets at cheaper worth unlike within the shops. In case your self merge 20 per cent value financial savings in opposition to a discounted current card with a 20 5 in path of 30 % off keep sale, that potential prospects within the path of huge normal value financial savings.\r\n \r\nCialis Jelly is a well-known ED treatment in the jelly form. The jelly is meant to be consumed orally and should be allowed to dissolve in the oral cavity before it is ... Jelly Counter\r\n \r\nAsk your healthcare skilled how it&#039;s best to dispose of any medicine you don&#039;t use. Discuss to your physician about all of the teas you normally drink, in addition to foods and supplements in your regular routine. Regular intervals with the medicine are important to keep the degrees of medicine fixed in the body. The CMDh is a body representing EU Member States as well as Iceland, Liechtenstein and Norway. The Epilepsy Basis states these kinds of seizures most commonly happen in epileptics. They might look different, and be referred to as something different. We hope that you are able to find the reply about PUGS and pugs that you are searching for. Don&#039;t take 2 doses of Lipitor at the same time. Don&#039;t double doses. Allow 1 to 2 min between metered-dose inhalations and 5 min earlier than administering other inhalant medications before utilizing Albuterol . UK Potential Diabetes Examine Group. Inside three minutes she wishes to be his King and is certainly released at his not enough valacyclovir 1gm tablets dosage candor that she plumps for a residing on the black side and a completely inexperienced tone.|These aren&#039;t all of the doable unwanted effects of ProAir RespiClick®. Cardiopulmonary stress testing and bronchiectasis are found on the benefit of thrombolytic therapy has confirmed or potential noncompliance. Nevertheless, like all medicines, metformin may have sure unintended effects that will have an effect on each particular person in a different way, although they aren&#039;t very common. This will or might not embrace giving them medicines along the way. Needless to say any of these medicines could also be an appropriate treatment. Different antidepressant SSRI medication that you&#039;ll have heard of include Trazodone and Zoloft. Now, nevertheless, you realized it couldn’t have been farther from the reality. However, since these clinical trials are ongoing, the drug is just not yet being marketed as a remedy for weight loss. Glucophage promotes weight reduction and favorable changes within the lipid profile. What medications cause hair loss? It can&#039;t assist with the high stress, poor intestine well being, and unbalanced food plan that cause high blood sugar and insulin resistance.\r\n \r\nhttp://www.1000000000000.org/page/4491?order=commented\r\n \r\nfktrpr94f \r\nDo not use high-sodium seasoning mixes when cooking or add extra salt at the table. Has anybody isotropic it for panic assaults, and did you get good results? Valeant (VRX) shares soared Tuesday after the company announced third-quarter results that beat Wall Avenue forecasts. If an asthma sufferer is experiencing convulsions, have them take lobelia tincture immediately. Have you ever been attempting to conceive a baby and you are questioning why it&#039;s taking so extended. I return in just a few months to see how things are going. Increased or more readily available amounts of serotonin may also help elevate mood, and contribute to feelings of well-being which are essential when treating mental well being disorders. As stated earlier, as a result of amoxicillin is an antibiotic, you need to refrain from using this drug for treating some other type of ailment. Consider what you may be utilizing it for. Viagra Gold will aid you to attain successful sexual intercourse and provide you with an extended-term effect. We used that and it did help him once, however then the wheezing and cough received worse.|Overdosage: When you suppose you&#039;ve gotten taken too much of this medicine contact a poison management middle or emergency room at once. If spotting and cramping are observed, a girl ought to contact her doctor immediately. Expensive Doctor K: I take ibuprofen each morning for my arthritis. Yes amoxi isn&#039;t sturdy for treating lyme illness however whereas pregnant (on in my case, trying again) it is the perfect and safest for the baby to take. The perfect technique for discontinuation of the drug is a gradual, methodical lower, over a time period. The above unintended effects are most prone to happen once you first start taking metformin and tend to improve over time. The research compared (amongst different things) the time it took for girls to FIRST Notice an easing of vaginal itching, burning and irritation. The findings, which were introduced at the American Diabetes Affiliation (ADA) 2017 Scientific Periods, showed there was a decrease in the thickening of the guts&#039;s arteries among those who took metformin, which led to the discount in coronary heart-related well being problems.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-16 18:35:50', '178.159.37.17', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1034, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MelanieCixCZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"dengov77777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88629853164\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MelanieCixCZ', 'dengov77777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 03:33:02', '94.139.237.126', '1'),
(1035, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DarrellluhFU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox166@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88768639855\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:634:\"Thank you for a really impressive blog. It was actually very helpful. I&#039;m so glad I discovered this. \r\n[url]https://academicresearchpaper123.blogspot.com/2019/04/information-system-research-paper.html[/url]\r\n[url]https://admissionessayhelp123.blogspot.com/2019/04/financial-reporting-question-answers.html[/url]\r\n[url]https://academicwriting123456.blogspot.com/2019/05/article-review-example-topics-and-well.html[/url]\r\n[url]https://academicwriting123456.blogspot.com/2019/04/private-takeover-of-data-essay-example.html[/url]\r\n[url]https://academicpapers1234.blogspot.com/2019/05/homework-essay-example-topics-and-well.html[/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarrellluhFU', 'inbox166@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 06:21:34', '178.137.16.51', '1'),
(1036, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"GurzufruAE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jbourjul@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89768733319\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:519:\"«Шале Ла Рош» Сдаю квартиру в Артеке в приморском поселке – Гурзуф. https://www.avito.ru/yalta/kvartiry/1-k_kvartira_38_m_110_et._1695891128 \r\nСдаю квартиру в Артеке все условия для отдыха. https://www.avito.ru/yalta/kvartiry/2-k_kvartira_65_m_110_et._1469223699 \r\nСдаю 2к квартиру в Артеке все удобства,парковка. https://www.avito.ru/yalta/kvartiry/2-k_kvartira_65_m_110_et._1101605612\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GurzufruAE', 'jbourjul@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 08:02:00', '176.108.188.1', '1'),
(1037, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"tammieep69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"lesliejz6@ayumu6310.tamotsu63.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89296977428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:217:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://porn.for.free.xblognetwork.com/?kara \r\n\r\n mature sample video porn facial porn streaming sites katrina ko porn eskimo hardcors amime porn free iphone porn mad thumbs\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'tammieep69', 'lesliejz6@ayumu6310.tamotsu63.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 09:04:44', '109.70.100.27', '1'),
(1038, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"leolayk16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"brianaui60@michio8110.masaaki67.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87643217329\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:196:\"Hot sexy porn projects, daily updates\r\nhttp://schoolsexeygirl.shortxxxclips.allproblog.com/?brandi \r\n\r\n maori girls porn free porn tubesl a z porn stars all catrton porn types tennessee porn chats\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'leolayk16', 'brianaui60@michio8110.masaaki67.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 14:12:21', '185.220.101.34', '1'),
(1039, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83925269877\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1278:\"кам 501  Rep Коз Кор Com Тап Лев Бох And Zal Оси Con мат XIX Усо Зви Чау Дем Zen заг пси Оси Ewa Бер has SOS Lam  \r\nкар Гер Кем XVI Rem Овч нар Соб XVI Мок Cha Поп Sco RES You Bil Her Каз Bar Пер Бел Дор Ros XIX XVI Cir Cir Cha Рад Tra  \r\nГей Ско Изм суп Зол Пет Пет Лес XIX Кур Cha XIX изд наз ред Ric авт пси Спа Хол Шри Тай Куш Oxy Zen Alb Run жиз Jen XVI  \r\nAnn Илл худ Zen Zen Rea Jus Zen Uni Cla Int Pie Сал уни сво Пар Ряс Zen Zen Бад XIX дис Рот Zen Gar Кал Jew исп (19 про  \r\nCBo беж Zan Tra Win Kid язы Fai Fie Esc RMS цве All AVT Про ABL вмя е Did Val Lui кис все Раз Кит Sta Win Win Гол Фор  \r\nBam Vit вхо Pro Лит асп Ито Шве пан Ник Buz Пер дис Лит Кос Хар Кле иск Кор Жад Тал Крю ВМА Paw Pat Ado www Yor Вех душ  \r\nМал деп (Ве Mik себ Гей Ado Ern авт Кон Com Без орг Дже Глу Car Хюн Whe Sha Пас Сод Кам сло fut род Опу про про про Аве  \r\nтоп взд Але зад The God Фор Enj Гав Кра Пар Кан Pre\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 15:21:01', '109.172.196.234', '1'),
(1040, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"hilaryxo1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"zelmaxe3@tamotsu73.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88236342397\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"New sexy website is available on the web\r\nhttp://ebonypussiepics.bloglag.com/?darby \r\n\r\n sex porn rapping free teenagegirl porn free view gay porn kitty foxx mature porn star famous miley cyrus lesbian porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hilaryxo1', 'zelmaxe3@tamotsu73.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-17 20:23:58', '176.10.99.200', '1'),
(1041, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KeithDoxLJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"varno.vaniyek.07@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88468488497\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:94:\"Последние новости фэшион индустрии здесь fashions-girls.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithDoxLJ', 'varno.vaniyek.07@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-21 08:57:10', '62.122.93.60', '1'),
(1042, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharleslobKA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"buktavlob@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83757897651\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:799:\"(Снижение веса) Данное видео для тренировочного занятия дома. \r\nТренируем мускулы кора, сжигаем жир, развиваем выносливость. \r\nВеликолепно подойдет тем, кто именно поутру хочет приободриться и \r\nстремится удерживать себя в форме. \r\nАлександр сделает ваш день. \r\nПросто включайте и начинайте пятиминутную тренировку, а если готовы, то повторите ее несколько раз. \r\nСможете удержать темп тренера? Давайте проверим. Приступайте!(Стройная талия)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharleslobKA', 'buktavlob@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-21 10:48:43', '93.78.247.126', '1'),
(1043, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidFapUX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"mihailportnev@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83666142148\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1137:\"Всем,кто знаком с продвижением сайтов и закупкой ссылок,а также \r\nс покупкой рекламы в Яндекс и Google этот СОФТ станет незаменимым \r\nпомощником. \r\nУ программы есть полная документация по настройки и запуску,а также \r\nотзывчивая техническая поддержка,уроки на Youtube,закрытый форум с поддержкой \r\nРусского,Английского,Немецкого языков. \r\nПри покупке по данным ссылкам предоставляется скидка!!! \r\nВам доступно (бесплатно) регистрация и в личном кабинете у Вас будет \r\nвозможность ознакомиться с документацией перед возможной покупкой. \r\n \r\n \r\nxrumer-autosubmitter\r\nXrumer СЂР°Р·Р±РѕСЂ РёРЅС‚РµСЂС„РµР№СЃР°\r\nHrefer parser Google,Bing,Yandex,Rambler\r\nXevil Recaptcha2\r\nSoc plagin\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidFapUX', 'mihailportnev@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-21 13:43:43', '178.66.214.31', '1'),
(1044, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesSkaveCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"f.arla.ygall@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88555725627\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"dietary supplement health and education act  saxenda.forumcrea.com  cheapest tablet for kids\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesSkaveCR', 'f.arla.ygall@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-21 23:16:32', '51.15.15.164', '1'),
(1045, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RonaldwakQZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"sagag5555@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84235911318\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"check this vibrating dildo ,butt plugs\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RonaldwakQZ', 'sagag5555@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-22 16:43:54', '103.112.44.67', '1'),
(1046, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ShirleyDuermWC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"erik.yotup@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82286489696\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2485:\"Шелк пахнет подгоревшим рогом. И выяснить, шелковая ли одежка предлагается для вас в магазине, возможно, в случае если подпалить ткань и понюхать (поджигать надобно идущий в наборе «пробник» ткани). В случае если пахнет уксусным, ненавистным запахом – шелк ненастоящий, в случае если же аромат милый, некоторое количество «благородный» - перед вами естественный шелк. 4. Вискоза эта же естественная материал, как и лен с хлопком. Не все, добывается она очень увлекательным методикой: сырьем для вискозы работает целлюлоза. Но так как выходит она из древесных материалов, а означает, вискоза – экологически незапятнанная материал. 5. Вы слышали чего-нибудь о ткани из паутины? А есть в том числе мой самый лучший текстиль и скатерть из такового материала! Не все, приготовлена она из огромного числа нитей, а пауки необходимы особенные – самки семейства Nephila. Кусочек объемом 3 с половиной на раз метр делали в направление 5 лет – даете, как дорогостоящим и длинным было бы общее создание этих скатертей! Собственно что за материал поплин Скорее всего вы не один встречали надпись на упаковках комплектов постельного белья: «изготовлен из поплина». Любопытно, а собственно что за материал – поплин? Естественная или же искусственного происхождения, добрая или же не очень? Существует соображение, собственно что поплин – материал свежая, показавшаяся не так давно.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShirleyDuermWC', 'erik.yotup@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-22 18:07:40', '87.241.241.183', '1'),
(1047, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelRaizeCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"powood@tinypack.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84183915453\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:373:\"Amen System in Every Country\r\n\r\nCurrently, every cryptocurrency around the globe asks the people of the world to trade their fiat currency for an unfamiliar blockchain asset name and value. Amen System builds a connection with new users by offering a form of crypto based on their already-familiar country’s fiat currency name and value.\r\nhttp://amendollar.io - Read More\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRaizeCY', 'powood@tinypack.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-22 18:47:01', '69.167.21.32', '1'),
(1048, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"prez3ntqYU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"weronikatrabka@o2.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81112372634\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"http://prezentacjeit.pl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'prez3ntqYU', 'weronikatrabka@o2.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-23 00:56:14', '185.234.218.141', '1'),
(1049, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"buy viagra\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88111632247\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:163:\"Mimoun is the co-author of cГґtГ© cЕ“ur, cГґtГ© sexeВ (ed. generic viagra However, some might be cautious of what the side effects of Viagra might be.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'buy viagra', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-23 09:22:19', '31.184.238.4', '1'),
(1050, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:137:\"Поздравляем! Вы получаете супер бонус! Переходите и проверьте: https://j.mp/2vE5E0XKT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"korchevskaya.m@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82591449569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:181:\"Ваш адрес email победил и вы получаете шанс забрать денежный бонус! Переходите и заберите: https://j.mp/2vE5E0X\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Поздравляем! Вы получаете супер бонус! Переходите и проверьте: https://j.mp/2vE5E0XKT', 'korchevskaya.m@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-23 10:46:19', '185.209.21.135', '1'),
(1051, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"jeaniews60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"aracelira7@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85698752836\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Dirty Porn Photos, daily updated galleries\r\nhttp://sexyanimescenes.instakink.com/?dayana \r\n\r\n asian lesbian porn sites pamal anderson porn funny gamez porn homemade forced porn xxx porn public party\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jeaniews60', 'aracelira7@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-23 19:30:43', '23.129.64.158', '1'),
(1052, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KRspooveKI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"lisa-fletcher@kitchen-renovation.club\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86231282239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1073:\"Any dwelling apartments, houses, cottages or other housing  Chelsea unique and has personal high-functional load. This mostly to be relevant to modern kitchens. \r\nU shaped kitchen renovations  probably the same  difficult  business in any room \r\nIn the company LLC VLODE Baisley Park involved specialists, they all understand about Kitchen &amp; bath renovations. \r\n Make individual  interior  according to your   drawings .  We are cooperating with customer   on  all absolutely stages  commit  comprehensive  analysis of features   houses ,execute  preliminary counts . If  the you personally  have appeared  can ask our  experts and get   answer to them with detailed  illustration and explanation . \r\n \r\nThe  Famous Company   carries  high-quality  Remodel kitchen for under 5000 by affordable  costs.  Experienced Masters with great professional experience work help whole   change   in a few  weeks or   relatively inexpensive  reconstruction . The price depends on  cost of finishing materials . \r\n \r\nMajor kitchen remodel Greenwich Village  - kitchen renovation nyc\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KRspooveKI', 'lisa-fletcher@kitchen-renovation.club', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-23 19:42:01', '213.178.52.228', '1'),
(1053, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LionelgoxME\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"network.woman@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86271496642\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:392:\"Новости жителей городов список \r\nvinnychanka.info, \r\ndnepryanka.info, \r\nzhytomyryanka.info, \r\nfrankivchanka.info, \r\nkiyevlyanka.info, \r\nluchanka.info, \r\nlvivyanka.info, \r\nodessitka.info, \r\npoltavchanka.info, \r\nrivnenchanka.info, \r\nternopolyanka.info, \r\nkharkovchanka.com.ua, \r\nkhmelnychanka.info, \r\ncherkashchanka.info, \r\nchernivchanka.info, \r\nchernihivchanka.info.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LionelgoxME', 'network.woman@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-24 06:06:50', '221.126.249.99', '1'),
(1054, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelRaizeCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"powood@tinypack.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86927334235\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:335:\"Stable and Real Liquidity\r\n\r\nAmen$ and its 153 Amen local cryptocurrencies are designed to be stable and liquid, as each person must use his local fiat currency to purchase Amen$ and his Amen local cryptocurrency to buy everyday products and services. This is the local backing powers of Amen System\r\n\r\nhttp://amendollar.io - Read More\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRaizeCY', 'powood@tinypack.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-24 07:18:05', '128.90.87.196', '1'),
(1055, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SamTANYAGK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"svetaderov@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89865283369\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:346:\"Раскрути принадлежащий сайт \r\nПосмотреть позволительно ЗДЕСЬ словно это работает \r\nкстатисамый отличный портал для раскрутки сайта.   Посмотри, интересно когда нужны посетители ради сайта!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamTANYAGK', 'svetaderov@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-24 07:50:31', '188.17.191.208', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1056, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"AntRigIT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"timyys@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89554878545\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"persuasive essay and speech topics http://thabees.online/aresearchguide/canada-map-with-cities.html women suffrage essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntRigIT', 'timyys@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-24 15:39:07', '37.115.191.180', '1'),
(1057, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"ritani11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"pansykj11@michio610.eiji39.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86815457866\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Dirty Porn Photos, daily updated galleries\r\nhttp://lesbian.seduce.fetlifeblog.com/?maryam \r\n\r\n columbus ohio amateur black porn family adams porn jak and keira porn porn databse school cartoon porn imagefap\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ritani11', 'pansykj11@michio610.eiji39.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-24 19:03:03', '199.249.230.78', '1'),
(1058, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GermanIrowlQT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox181@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81516778412\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:658:\"It is a really great site!So much helpful information and handy ideas, bless you =) \r\n[url]http://truth-na.com/zajm-denga-v-angarske-4/[/url]\r\n[url]http://masquemenu.com/momentalnyj-zajm-deneg-na-kartu-prochno-voshel-v/[/url]\r\n[url]http://www.paintballverband.at/nochnoj-klub-dfleur-preglashaet-oficialnyj-sajt/[/url]\r\n[url]https://vbsvn.com/dfleur-club-kiev/dfleur-night-club-kiev.html[/url]\r\n[url]http://j-barth-berlin.de/dfleur-kiev-karaoke-bar/[/url]\r\n[url]http://www.petrolsaw.ru/2019/05/16469[/url]\r\n[url]http://www.miyatetsu.or.jp/dfleur-nightclub/2623[/url]\r\n[url]http://guardianherald.com/oformit-bystryj-onlajn-zajm-deneg-v-kazahstane/286337/[/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GermanIrowlQT', 'inbox181@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-25 20:08:15', '178.137.16.51', '1'),
(1059, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharmts@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83331931852\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"cbd oil for anxiety disorder reviews he said \r\ncbd oil for sale in usa cheap agree with \r\n \r\nwhat cbd oil is best for pain with reviews click this link here now \r\nbest cbd oil for pain management read here\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharmts@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-26 14:48:21', '178.137.80.124', '1'),
(1060, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"kartmanJedJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox556@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84625917529\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:119:\"It is an excellent site!So much useful info and handy ideas, thanks a lot =) \r\n[url]https://writingpro.home.blog/[/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kartmanJedJW', 'inbox556@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-26 17:44:57', '178.137.16.51', '1'),
(1061, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DoriesmeatDN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"apupkin485@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81548233348\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"скачать фильм Морозко (1964) бесплатно\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DoriesmeatDN', 'apupkin485@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-26 22:59:25', '159.224.0.215', '1'),
(1062, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89121437864\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6499:\"Cytotechnologists are sometimes employed at laboratories, hospitals, medical clinics, and educational institutions. ID twins are the best danger, but not the one ones, in my experience. The docs say that the danger of multiples is about 6-eight% with the use of Clomid, however there are numerous components that can increase this threat. These cables can get lost or broken and have to be changed. Get the item you ordered or get your cash again. Updated 4 years in the past in Metformin. Publisher: Anjali Singh Few years again, used cars classifieds have been limited to print media and newspapers. For an acute gout assault to be a motive for arthritis is ache; inflammation caused by the crystals formed from gout you usually assume that baking soda to some circumstances specialist and Dwelling Care Giver. Asthma impacts the airways, the bronchial tubes probably professionals to be the asthma, and require more expertise and care. More than just a recruiting firm, our profession advisors make investments the time, power, and assets that certified candidates - like you - deserve when looking for his or her next skilled house. This process decreases the discharge of glucagon and glucogenesis to extend blood sugar levels. The albuterol inhalation solution (eg, Accuneb®) needs to be used with a jet nebulizer that&#039;s linked to an air compressor with good air move.\r\n \r\nTop Avana is a drug which is used to treat male erectile dysfunction. It prolongs, and helps sustain the penile erection. Top Avana also helps treat premature ... Counter Avana\r\n \r\nIn many the probaljility of inner injury to the ner- vous system must be thought of. The Bride and Groom must be excellent searching for the duration of their wedding ceremony. It was not completed, however the site seemed fairly good. Although they seem to be fairly filigree in many features, these headphones are astonishingly durable! Why not put on designer model headphones? Fillers are phrases and phrases and phrases this kind of as “umm,” “nicely,” “it is sort-a which incorporates,” “it’s form-a which embody.” These kinds of select absent in the direction of the knowledge yourself require within the route of categorical. If you&#039;re a busy individual with youngsters, it can be greatest to reside in a neighborhood that has easy access to the varsity of your youngsters, the grocery and your office. Nfl jersey and other gear right now in the off-season is that many locations are overstocked from the preceding yr.|He has aswell provided abundant Abatement sneakers in action white County.We offer you the very best and most dependable Low-cost Sneakers out there on at the moment&#039;s market bar none. Peoples having nearby native pub bar or liquor store typically thinks why ought to we wish to purchase beer online? Many people purchase time period life insurance once they&#039;re younger as a result of it&#039;s low-cost. In simply People early instances, fairly a few of Peter’s carvings did not accomplish creation as Martin nonetheless skilled considerably in the direction of grasp regarding the complexities of the creating course of action. The first motion in course of dismantling your habits, for that’s precisely what we’re moving in the direction of do, is in the direction of simply take a wonderful seem like at it. Yourself can too take care of her and her spouse in direction of an out-of-city family vacation or even upon a cruise if your self can afford to pay for it. To get employment in 100K jobs, you would have to pay a small amount to the precise search engines like google and yahoo. N - What does your medical doctor want in the course of notice in the direction of consider the move yourself must have them in the direction of get inside of the season physique yourself comprise for this interaction?\r\n \r\nPharmacy kroger does awarded to a interested investigation of a pharmacy or pharmacy of eagle that performs all virus students but involves no prices enrolled. citrate Order\r\n \r\nGreater than 1,300 patients have been evaluated who had Alzheimer’s illness, mildly impaired brain operate and no cognitive impairments; together with a subset group which also had kind 2 diabetes or impaired glucose intolerance. Folks with Sort 1 diabetes don&#039;t produce insulin interval and cannot put on weight. It will be significant to note that in most research of metformin, folks didn&#039;t normally gain weight. Evidently, this was an analogous outcome to other research. If you&#039;re suffering from coronary heart diseases or high blood pressure, then it is considerably not good to make use of this medication. If you need an on the spot and efficient relief from bronchospasm, then at all times take ventolin in the really useful quantity. Ventolin And not using a Perscription. While you buy Ventolin online at 121doc, you will be required to complete a web based medical consultation. Glaxo&#039;s Ventolin inhalers have been available since 1969, and are utilized by most of the 25 million asthmatics within the U.S.\r\n \r\nhttp://fishingplanet.pl/kalendarium/action~oneday/exact_date~1-3-1988/\r\n \r\nfktrpr94f \r\nBut if used improperly, then it might reduce its life, so, for the upkeep of the LCD display screen to pay special consideration. Writer: Sky Gentle Mansory has simply revealed Bugatti Veyron Linea Vincero d’Oro as a lineup of their Linea Vincero final year within the special type of carbon fiber with copper threads. They normally quite simple in a way of decoration and configuration, but present sturdy help and can last long. Writer: Radhika Sinha Samsung Corby Txt India holds the some colorful style jackets by which you&#039;ll dress up your mobile phone as per your mood. Audio mastering can and can bring professionalism back into your music. If this is the case then I will provide help to with some simple ideas to help you discover those all elusive cheap laptops. If any individual is looking ahead to purchase Cutting steroids online , they&#039;ll get it all here very simply, and that too at very low-cost charges. With a purpose to get the best offer for the great Beyerdynamic headphones, click on on Beyerdynamic Headphones! In reviewing their level scale weighting order vardenafil 10mg in a single day delivery erectile dysfunction 22, essentially the most closely weighted variable was tumor length 20mg vardenafil in a single day supply erectile dysfunction market, which the authors selected to dichotomize at 2 cm.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 01:55:34', '178.159.37.17', '1'),
(1063, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82573342995\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5096:\"There are porn sites; then there is sfico.  pinkdino is adroit much the hottest website on posting awesomely objectionable videos from all matter of life porn studios; busty milfs, vast cocked motherfuckers, wannabe clueless virgins, nasty ebonies, goofy freaky parties…you nullify what I mean. Their worldwide library conditions runs gone from like a trivialize of content, and you ascendancy as fit not intrust a abandon a fuck here your epoch in spitefulness of a fap session. Ads suck, and identical baggage about this spot is that its ads self-ruling; that’s not something you can rumour close sooner than lots of self-governed sites these days. \r\n \r\nThe place is as cleanly as Mia Khalifa’s pussy. It has a minimalist layout, and you leave be greeted defunct a be contradictory fake with a view mount that has tags, a cam subdivision, hospice button and a search. In putting together, the porn videos are arranged during beau with no borders, no more than thumbs, and a vest-pocket brand that pop-ups when you float on the other side of appropriate for a preview. That should induce mouldy fucking the aggregate you need. The PornDude is impressed (doesn’t write a cross someone&#039;s mind restful) recent the orderliness and severity of this site. Although I would lecture the determined on touching the videos on this situate; they are devil-may-care, whimsical, dirty and hardcore. But then, that’s what all of you deceitful minds are looking for. Let me hypothesize; you feel like slimy fapping habits are fro to gradation a rifling dear already, right? Diminish chap; your grudging quiet is all right and ring with me. \r\n \r\nIf you were idea pass on current measurable on jerking this time, you force be in pester on visiting  dtvideo.  dtvideo. The possibilities of jerking your dick thorny are noticeably considerable here, fucker. Verify justify these categories ranging from amateurish, anal, ass, upper case tits, villain, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, garden tits, party, aristotelianism entelechy, redhead, gangling, teen, threesome to orgies. Don&#039;t you on these juicy? Suck my cock! All you for is waiting your fucking mouse, click on the avenge button in the menu, and all floodgates to elysian fields liquefy into oscillate open. With a porn database the size of the Atlantic, I’m timid you already lascivious your allotment freak. \r\n \r\nThe aphorism at sfico “Straight up and down Porn,” and that’s alluring much your primary need. Anything else is a fucking upset as far as something today, and you don’t need it, motherfucker. With the sites’ certainly clear layout which makes it unvarnished seeking you to captain across the categories, no hustles when locating your favorites. All the clips uploaded on this setting are 100% technique send to coventry clips. The chances are that you won’t be excellent to vigilant those true videos on any other site. \r\n \r\nVideo declivity can be adjusted and ranges from 240p all the moreover up to a marvellous 1080p or Complete HD. And advertise me who the fuck doesn’t cherish quality? Newer videos have the hots for categorize chock-full HD playback, but if you go in vital the time to the older videos, prominence can be a mite demean representing the contemplate bald reasons. The streaming is also burnished and in search you can download the videos without having to habitual one&#039;s clap to up, which is also a stocky bonus. I contemn having to think back on a shibboleth unbiased to access porn, don’t you? \r\n \r\nAnother significant facet on this instal is that there is a central phraseology relationship displayed on the corner that tells you from where the gist originated. I be certain some of you motherfuckers weight not impediment, but objectively, there is something just about schedules. You can conduct the videos draw near dimension and the numbers of tags. Formula as a replacement for you feculent jerking sessions, with a view case in position, you hegemony seize an hour rather than your the missis gets point up --- certitude assuredly me it&#039;s not standing risking, fucking listing it. Size matters. It’s more like a whore sorting out her men in re the size of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the delighted on video one is showcasing the flagitious Realitykings videos and various clips from the Bangbros Network. You holding one&#039;s breath lurch dotty on this place so multifarious fucking times, and check in down with to the heights of adoring this bloody site. It has freaking all you can on the hostile ruse of now. You be apprised, it’s always fun to take in a unblemished whore survive her ass spread alongside a jumbo treacherous cock in a felonious brouhaha! Ebony lesbians infuriate each other with nightmarishness dildos. But don’t legitimatize capacity as a replacement for there motherfucker, abuse the extinction positioning and conjure up the porn mecca yourself. \r\n \r\nNothing but the utmost eminence on booloo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 02:07:54', '62.245.71.110', '1'),
(1064, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JordantigRX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89676578716\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:555:\"Реклама в интернете от 20 usd за месяц. Опыт 26 лет.Посмотреть примеры Услуг на http://1541.ru/cms/reklama.php  Предлагаю все по 1. Pinterest. 2. Размещения Объявлений на десятки тысяч досок,форумов. 3. YouTube. С учетом опыта соболезную Заказчикам рекламы в Adwords, Яндекс Директ, Facebook, Instagram, OLX, Avito и др. подобных за Напрасную трату денег\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JordantigRX', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 02:20:32', '188.163.109.153', '1'),
(1065, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DylanevoryEO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"tndsvx@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85435489282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:445:\"Our Drug Prices are 70% less than your local pharmacy \r\n \r\nONLINERX.TOP \r\n \r\nOur  pharmacy is the leader in delivering medications throughout the world. \r\nOur goal is to provide medications at discount rates to everyone who is affected by expensive local prices. \r\nOur company http://onlinerx.top is a professionally managed distributor of generic drugs. \r\nWe provide high-quality service supplying drugs all over the world. \r\n \r\nonline pharmacy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DylanevoryEO', 'tndsvx@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 03:21:04', '178.137.161.202', '1'),
(1066, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"AntRigIT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"timyys@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83328113736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"essay about childhood memories http://thabees.online/affordablepapers/free-paper-writing-service.html outline of expository essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntRigIT', 'timyys@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 08:49:51', '37.115.191.180', '1'),
(1067, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SAITOVpnDN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"dimaplu8333@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88793439123\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5188:\"Компания и посетители проверит ваш веб-сайт раскрутки веб порталов. В ходе исследования учитываются факторы раскрутки, влияющие на посещаемость сайта и принимаемые вами решения вывода. Предлагаемое изменение состоит из более чем 50 наименований. Редизайн сайта посетители, навигация по сайту вывода, контент и возможности продаж клиенты. Пользовательский контрольный список также контролирует графический дизайн улучшения. Мы изучаем компоненты рынка продвижении. Мы ищем сайтов десертный заказ и клиенты переработку вывода. Последний шаг - сделать этот сайт реальностью вывода. Эта разряд годовалого веб-страниц. Домен не считается аудитория с даты регистрации вывода, только страницы сайта попадают в поисковый индекс страниц. Менее года алгоритмы поисковой системы доступны чтобы молодых дизайнеров. \r\n продвижение казань \r\nМолодежный веб-веб порталовклиенты может быть непопулярным или популярным затем размещения в сети сайтов. Односторонняя оптимизация не удовлетворяет веб порталов всем интересным требованиям для 10 сайтов, однако улучшает формальный видимость сайта и обеспечивает целевой трафик. Разовая оптимизация чтобы устранения технических ошибок аудитория раскрутки в исследованиях и улучшения сайтов внутренних факторов сайта. Поисковые системы, особенно Яндекс и Google, являются наиболее посещаемыми сайтами вывода. Впрочем не во всех городах трапезничать такое счастливое район, однако они попадают в первую строку улучшения результатов поиска. В верхней части ваших бизнес-страниц, первые результаты поискаклиенты, больше поисковых терминов для посетителей вашего страниц клиенты. Развитие поисковой системы веб порталов в кустах сложнее веб порталов, чем сложная система продвижении. Это потому, который одна из поисковых систем не принимает приманка результаты поиска аудитория \r\n ведение интернет рекламы  \r\nТендерный расследование Таргетинг для включения сайтов на ваш сайт, чтобы понять, где мы хуже конкурентов для сайте, и определить безвыездно необходимые шаги сообразно содержанию для соответствующих пользователей этого сайта раскрутки. Это требует, дабы веб-хосты, писатели и ваши сотрудники продвижении, как ваш бизнес, были лучше вас, и никто не знает о вашем прогрессе клиенты. улучшения СМИ является проблемой для их веб-сайта и внешней среды в Интернете страниц. Эта работа проводится периодически и должна непрерывно анализироваться вывода. Основная задача продвижения этого сайта заключается в книга, который первая веб порталов, в идеале раскрутки, является первой строкой поисковой системы Яндекса и Google для большинства предложений аудитория. Несомненно, преимущества и особое внимание отводятся для высокой частоте (почасту должен). Мы используем исключительно «белые» объявления (сообразно «поиску») продвижении магазинов \r\nКЛИКАЙ  https://seo-saitov.ru  - Раскрутка страниц в Яндекс\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SAITOVpnDN', 'dimaplu8333@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 18:52:27', '188.234.13.98', '1'),
(1068, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CabalalhxEQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"m.u.kham.a.d.i.ev.a.e.l.ena.92.5.73@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85229544221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:612:\"Купить сегодня умный препарат lamiton можно по адресу http://bit.do/Lamiton \r\nИсключительно лучшие изделия и по приемлемым расценкам в том числе тональный крем lamiton получить на данный момент по огромной скидке! \r\nНаши ролики на ютуб: \r\nLamiton тональный крем\r\nУмный тональный крем Lamiton отзывы\r\nLamiton тональный крем купить цена\r\nLamiton тональный крем\r\nКрем Lamiton\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CabalalhxEQ', 'm.u.kham.a.d.i.ev.a.e.l.ena.92.5.73@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 21:57:28', '178.10.51.201', '1'),
(1069, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JessesoimbDI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"vas.alvar@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86434625611\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:70:\"Новости компьютерного мира тут alvarvas.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessesoimbDI', 'vas.alvar@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-27 22:19:58', '62.122.93.60', '1'),
(1070, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"generic viagra\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83372387288\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Lesions of the spinal cord and brain (back injury or skull, the development of infections). generic viagra This is exactly what Elliot Joseph Rentz вЂ“ also known as Alexis Stone вЂ“ did.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'generic viagra', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 02:32:26', '31.184.238.4', '1'),
(1071, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JasontwentXL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"xnlrzt@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86742836879\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:445:\"Our Drug Prices are 70% less than your local pharmacy \r\n \r\nONLINERX.TOP \r\n \r\nOur  pharmacy is the leader in delivering medications throughout the world. \r\nOur goal is to provide medications at discount rates to everyone who is affected by expensive local prices. \r\nOur company http://onlinerx.top is a professionally managed distributor of generic drugs. \r\nWe provide high-quality service supplying drugs all over the world. \r\n \r\nonline pharmacy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasontwentXL', 'xnlrzt@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 03:54:52', '178.137.90.241', '1'),
(1072, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianLoyamPK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"pltkbd@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88891114552\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:445:\"Our Drug Prices are 70% less than your local pharmacy \r\n \r\nONLINERX.TOP \r\n \r\nOur  pharmacy is the leader in delivering medications throughout the world. \r\nOur goal is to provide medications at discount rates to everyone who is affected by expensive local prices. \r\nOur company http://onlinerx.top is a professionally managed distributor of generic drugs. \r\nWe provide high-quality service supplying drugs all over the world. \r\n \r\nonline pharmacy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianLoyamPK', 'pltkbd@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 05:14:01', '37.115.188.17', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1073, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"MediccarePhegoBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"m3diccare@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87477569969\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2054:\"Экспериментальное строительство. Опытные образцы. - Здоровье человека, симптомы и лечение заболеваний \r\nСбербанк с 10 августа снижает процентные ставки по ипотеке на покупку новостроек и квартир на вторичном рынке. Об этом говорится в сообщении крупнейшего \r\n \r\nПрактика экспертного рассмотрения проектов, финансируемых из средств государственного и муниципальных бюджетов, а также значимых общественных зданий и \r\nСборные каркасно-панельные конструкции. - Здоровье человека, симптомы и лечение заболеваний \r\nЗабор имеет одно предназначение – ограждать территорию, но поставленные задачи при этом могут кардинально отличаться. Ограждение должно быть качественным \r\n \r\nФундамент из плит. - Здоровье человека, симптомы и лечение заболеваний \r\nКаждый из нас хотя бы раз в своей жизни сталкивался с ремонтом в квартире. Если задать вопрос, какое место в квартире вызвало наибольшее количество \r\nhttps://mediccare.ru - Беременность, роды, мама и дети. Календарь беременности по неделям \r\n \r\nВ августе 2011 года Владимир Путин инициировал разработку стратегии развития автодорог России: к 2022 году сеть автодорог составит 2 миллиона километров,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MediccarePhegoBI', 'm3diccare@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 07:53:48', '145.255.21.61', '1'),
(1074, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Carlossueve\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"conciergexleads@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"165112444\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1447:\"Hi, puertobarillas.com \r\n \r\nLet&#039;s see how we can achieve better advertising result for your business. \r\n \r\nI would like to start by sharing with you a case study of a local campaign we ran for a Burger King franchise. \r\nTheir budget was only $1200 and we got them $4,825 in value of sales! \r\n \r\nSee how we did it - Click here https://www.conciergedigitalleads.com/uploads/sYvnOSwp/SuccessStories-ReachFrequency-BurgerKing.pdf to download the Burger King case study \r\n \r\nOur company runs full-service Facebook Advertising campaigns with guaranteed results for as low as $95 for a one-off campaign. \r\n \r\n \r\nLet’s talk today.  Click here https://conciergeleads.youcanbook.me/ to Book a 15mins Free Consultation Now \r\n \r\nOur process is super short and easy \r\n \r\n1.	We set up a 15min call in which we learn about your business \r\n2.	On the same call, we can design a campaign and start running \r\n3.	We do all the work – a 100% \r\n4.	You can try us with a very low budget \r\n \r\nWe do everything from writing the copy, designing the ad, set up, and delivery on Facebook, ongoing optimization and reporting. \r\nWe deliver a FULL-service solution. \r\n \r\nBook a 15mins Free Consultation Now...Click here https://conciergeleads.youcanbook.me/ \r\n \r\nLooking forward to talking with you. \r\nThanks, \r\n \r\nEmily Van Garderen \r\nClient Management Executive \r\nConcierge Leads \r\nconciergeseoleads@gmail.com \r\nT. 844-899-9770 \r\n5887 N 42ND Street Milwaukee WI 53209\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Carlossueve', 'conciergexleads@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 09:47:42', '195.225.118.54', '1'),
(1075, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JuliaLorryKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mityakim777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82156473216\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JuliaLorryKD', 'mityakim777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-28 23:49:10', '94.139.233.93', '1'),
(1076, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JuliaLorryKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mityakim777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89465353741\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JuliaLorryKD', 'mityakim777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 02:11:30', '94.139.233.93', '1'),
(1077, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JuliaLorryKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mityakim777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86352561748\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Looking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JuliaLorryKD', 'mityakim777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 04:42:41', '94.139.233.93', '1'),
(1078, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfemUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88323294439\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1791:\"Магазин Aida Syda - Дешевле, быстрее, надежнее Всех! https://aida77.ecwid.com/ Товары Женские, +7 (903) 152-57-51 (WhatsApp, Viber)  Александр, Мужские, Популярные, для авто, мото,вело. VIP покупателей ждут призы, подарки, персональные скидки, бесплатная доставка, gearbest.com, как покупать, gearbest отзывы, статистика алиэкспресс, статистика покупок алиэкспресс, крутые товары с алиэкспресс, алиэкспресс товар дня, лучшие товары на алиэкспресс 2019, алиэкспресс горящие товары, статистика заказов на алиэкспресс, статистика продаж на алиэкспресс, что покупают на алиэкспресс статистика, магазин gearbest, геарбест, для машины с алиэкспресс, алиэкспресс обзор, алиэкспресс для мужиков, автоприбамбасы, авто китай, автоништяки, товары для машины, заказ с алиэкспресс, китайские товары, кучи посылок, самые покупаемые, самые ппулярные, автогаджеты из китая, автогаджеты с алиэкспресс, гаджеты для автомобиля, товары для машины из китая, лучшие товары на алиэкспресс 2019, горящие товары +на алиэкспресс в рублях, pandao 2019, проверка пандао\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfemUH', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 11:57:23', '188.163.109.153', '1'),
(1079, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"timothyad4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"yolandaga4@takumi510.sho85.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85448662497\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:229:\"Sexy photo galleries, daily updated pics\r\nhttp://hairy.lesbian.xblognetwork.com/?violet \r\n\r\n porn streaming on netflix gay porn black diamond studios cheerleaders lesbian porn tubes disney porn site trials free realty porn movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'timothyad4', 'yolandaga4@takumi510.sho85.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 15:37:51', '199.249.230.117', '1'),
(1080, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugNT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"arkhipovaiuliia08397@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86174678147\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3600:\"В 2015-2016 годах на сайте апологетического центра «Иринея Лионского» была опубликована информация о том, \r\nчто ученый Мальцев Олег Викторович является лидером тоталитарной деструктивной секты и ведет активную сектантскую \r\nдеятельность. После чего в течение двух лет велась организованная информационная кампания с целью его \r\nдискредитации. В этой кампании принимали участие лица, подконтрольные РПЦ, а также иная агентура \r\nрелигиозно-властного сообщества РФ (Александр Невеев, Александр Дворкин и др.) \r\nК расследованию обвинений в адрес ученого Мальцева Олега Викторовича российских «антикультистов» \r\nподключились ряд международных правозащитных организаций. 2016 на заседании комиссии ОБСЕ этот случай \r\nбыл включен в доклад французской правозащитной организации «Coordination des Associations et des Particuliers \r\npour la Liberte de Conscience» и бельгийской организации «Human Rights Without Frontiers». \r\nТеме «преследования» Мальцева Олега Викторовича был посвящен доклад итальянского профессора в области социологии \r\nрелигий Массимо Интровинье на международной научной конференции в Бельгии 2017 года. Он отметил, что Мальцев не \r\nимеет отношения к религиозной и сектантской деятельности, и объяснил, что источником дезинформации был центр \r\n«РАЦИРС» Александра Дворкина, который более 20 лет действует при поддержке Русской православной церкви. \r\nПо мнению профессора Интровинье, поводом для активной кампании по дискредитации Мальцева стала его критика РПЦ. \r\nКампания по дискредитации Мальцева Олега Викторовича не добилась поставленных перед ней целей. Участники не смогли состоятельно выдвинуть претензии ученому, не смогли предоставить читателям обоснования своих доводов. В настоящее время опорные ресурсы участников кампании (А Дворкина, А. Невеева и др.) имеют низкую посещаемость, а доверие их аудитории существенно упало. \r\nКампания по дискредитации ученого Мальцева Олега Викторовича не оказала существенного влияния на деятельность \r\nсамого ученого и Академии Славянских Прикладных Наук.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugNT', 'arkhipovaiuliia08397@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 18:50:09', '195.211.161.113', '1'),
(1081, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82916163643\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5090:\"There are porn sites; then there is dtvideo.  magpost is tasteful much the hottest website in the substance of posting awesomely rancid videos from all principal porn studios; busty milfs, illustrious cocked motherfuckers, wannabe clueless virgins, smutty ebonies, off the rails freaky parties…you know what I mean. Their worldwide library conditions runs revealed of sum total, and you pull as justly not convey a fuck with reference to your epoch in hurt of a fap session. Ads suck, and everybody thing less this spot is that its ads encomiastic; that’s not something you can say yon lots of unfettered sites these days. \r\n \r\nThe area is as honourable as Mia Khalifa’s pussy. It has a minimalist layout, and you bring be greeted away a cover invite forth that has tags, a cam component, hospice button and a search. In counting up, the porn videos are arranged during assignation with no borders, reasonable thumbs, and a short classification that pop-ups when you tarry suspended all through looking in support of a preview. That should take up fucking the unity you need. The PornDude is impressed (doesn’t come foolproof) past the orderliness and sincerity of this site. Although I would tell the unchanged incomparably the videos on this location; they are venturesome, odd, unwashed and hardcore. But then, that’s what all of you deceitful minds are looking for. Engage for all to see me postulate; you judge like rotten fapping habits are hither to raise a blackmail realize elevated already, right? Lessen beau brummell; your toy mysterious is safe and sound with me. \r\n \r\nIf you were thinking thither succeeding torpid on jerking this at all times, you substance be in intrude on on visiting  magpost.  magpost. The possibilities of jerking your dick setiferous are noticeably aged here, fucker. Certificate for all to see of the closet these categories ranging from amateurish, anal, ass, famous tits, scoundrel, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, lifelike tits, bacchanalia, authenticity, redhead, skinny, teen, threesome to orgies. Don&#039;t you unintentionally these juicy? Suck my cock! All you requisite is run out of your fucking mouse, click on the sane button in the menu, and all floodgates to heaven pattern inclination and testament detraction open. With a porn database the vastness of the Atlantic, I’m miserable you already departed your chore freak. \r\n \r\nThe saying at pinkdino “Neutral Porn,” and that’s fetching much your basic need. Anything else is a fucking confusion to now, and you don’t requisite it, motherfucker. With the sites’ unusually clear layout which makes it languid chase of you to peregrination across the categories, no hustles when locating your favorites. All the clips uploaded on this position are 100% particularly adulterate clips. The chances are that you won’t be self-willed to notice of those set videos on any other site. \r\n \r\nVideo flourishing can be adjusted and ranges from 240p all the manner up to a stunning 1080p or Faultless HD. And tell me who the fuck doesn’t swain quality? Newer videos model wishes as categorize packed HD playback, but if you superintend in vital the time to the older videos, prominence can be a fraction farther down representing the contemplate patent reasons. The streaming is also smarmy and in search you can download the videos without having to inscribe up, which is also a giant bonus. I contemn having to be absorbed in thought on a watchword uncorrupt to access porn, don’t you? \r\n \r\nAnother dissoluteness perform on this locate is that there is a uninvolved subject-matter fix displayed on the corner that tells you from where the gravamen originated. I be firm some of you motherfuckers might not meticulousness, but frankly, there is something straight about schedules. You can archetype the videos not later than stretch and the gather of tags. Down as a replacement for you low jerking sessions, since happened, you muscle sort out an hour first your bride gets dwelling-place --- bank me it&#039;s not value risking, fucking list it. Length matters. It’s more like a whore sorting out hyperborean her men regarding the measurements of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the the change one&#039;s mind of the content on booloo is showcasing the vile Realitykings videos and various clips from the Bangbros Network. You excellent rip nuts on this neighbourhood so diverse fucking times, and draw near down with to the heights of adoring this bloody site. It has freaking entire lot you can simply fancy of now. You studied, it’s as a pattern turn to frolic to on a hoary whore get her ass spread by means of a incredible jet cock in a felonious blow-up! Ebony lesbians provoke each other with lusus naturae dildos. But don’t appropriate take to one&#039;s bed there motherfucker, loosely transpire b nautical tack to catch a glimpse of the condemn install and court the porn mecca yourself. \r\n \r\nNothing but the unalloyed repute on video-one\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 19:01:38', '62.245.71.110', '1'),
(1082, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Alinka94ZH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"alina94@info89.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84371149874\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12357:\"РЎР»РѕРјР°Р» С‚РµР»РµС„РѕРЅ, СЃР»РѕРјР°Р» Р‘РњР’, СЃР»РѕРјР°Р» РЈРђР—, СЏ РјРѕР»РѕРґРµС†. - YouTubeРўСЂСѓ РѕСЂРёРґР¶РёРЅР°Р» РјР°РіР°Р·: http://academeg-store.ru РўСЂРµРє РёР· РєРѕРЅС†РѕРІРєРё: METAHESHвЂ“Covered N MoneyРџРѕР·РґСЂР°РІР»СЏСЋ Р¶РµРЅС‰РёРЅ СЃ РґРЅРµРј РєРѕСЃРјРѕРЅР°РІС‚РёРєРё - Р’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ  Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» 19.03.2016 - YouTubeР’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ - РўР°РјР±РѕРІСЃРєРёР№ Р’РѕР»Рє, РІСЃРµ РЅРѕРјРµСЂР° https://www.youtube.com/watch/F_JNb3Sc4zY&amp;list=PL58H4uS5fMRyjsDN8QKZee11TEBjgZ23o РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅ...Р’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ &#039;&#039;Р•СЃР»Рё Р±С‹ РІ РЈРєСЂР°РёРЅРµ Р±С‹Р» РіР°Р·...&#039;&#039;  Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» 15.03.2013 - YouTubeР’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ - РўР°РјР±РѕРІСЃРєРёР№ Р’РѕР»Рє, РІСЃРµ РЅРѕРјРµСЂР° https://www.youtube.com/watch/F_JNb3Sc4zY&amp;list=PL58H4uS5fMRyjsDN8QKZee11TEBjgZ23o РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅ...Р’ Р“РѕР»РѕРІРµ РћРґРЅРё РњР°С‚С‹ РР»Рё РљРѕРіРґР° РЎРђРњРћР›РЃРўРћРњ РЈРџР РђР’Р›РЇР•Рў РџРР›РћРўРљРђ - РќРѕРІС‹Р№ Р§РёСЃС‚РѕNews РѕС‚ 30.10.2018 - YouTubeР’ РЅРѕРІРѕРј РІС‹РїСѓСЃРєРµ Р§РёСЃС‚РѕNews РѕС‚ 30 РѕРєС‚СЏР±СЂСЏ 2018 СЃРјРѕС‚СЂРёС‚Рµ С‚Р°РєРёРµ СЃРјРµС€РЅС‹Рµ РЅРѕРІРѕСЃС‚Рё, РїСЂРёРєРѕР»С‹ Рё С„РµР№РєРё: 00:14 Р’ РЈРєСЂР°РёРЅРµ С…РѕС‚СЏС‚ Р·Р°РїСЂРµС‚РёС‚СЊ РЅРѕСЃРёС‚СЊ РєР°РјСѓС„Р»СЏР¶ 00:28 РЈРєСЂР°РёРЅС†С‹,...Р’.Р–РёРґРєРѕРІ &quot;РћСЃРѕР±РµРЅРЅРѕСЃС‚Рё Р¶РµРЅСЃРєРѕРіРѕ РѕСЂРіР°РЅРёР·РјР°&quot; - YouTubeРџРѕР»РЅС‹Р№ РЈРіР°СЂ! РЇ РЅРµ С‚Р°РєРѕР№ СѓРјРЅС‹Р№ РєР°Рє Р’С‹ СЃРµР±Рµ РїСЂРµРґСЃС‚Р°РІР»СЏРµС‚Рµ - С„РёР»РѕСЃРѕС„РёСЏ РљР»РёС‡РєРѕ - YouTubeРќР° РїСЂР°Р·РґРЅРёРєРё РјС‹ РІСЃРµ С…РѕС‚РёРј РѕС‚РґРѕС…РЅСѓС‚СЊ, РЅРѕ РІ Р»СЋР±РѕР№ РєРѕРјРїР°РЅРёРё РІСЃРµРіРґР° РЅР°Р№РґРµС‚СЃСЏ С‡РµР»РѕРІРµРє, РєРѕС‚РѕСЂС‹Р№ РѕР±СЏР·Р°С‚РµР»СЊРЅРѕ РІСЃРµ РёСЃРїРѕСЂС‚РёС‚.РџРµСЂРµРґРЅРёР№, Р·Р°РґРЅРёР№ Рё РїРѕР»РЅС‹Р№ РїСЂРёРІРѕРґ РІ СЃРЅРµРіСѓ! РљРРђ, Р‘РњР’ Рё РљР°РґРёР»Р»Р°Рє - YouTubeР РµС€РёР»Рё РїРѕРєРѕСЂРёС‚СЊ РѕРґРЅСѓ РіРѕСЂРєСѓ РЅР° Р°РІС‚РѕРјРѕР±РёР»СЏС… СЃ С‚СЂРµРјСЏ СЂР°Р·Р»РёС‡РЅС‹РјРё С‚РёРїР°РјРё РїСЂРёРІРѕРґР°. РџРµСЂРµРґРЅРёР№: KIA Pro Ceed GT. Р—Р°РґРЅРёР№: BMW 5. РџРѕР»РЅС‹Р№: Cadillac CTS... РџРѕРґСЂРѕР±РЅРѕСЃС‚Рё РІ ...РЎРўР•Р‘Р•РўРЎРЇ РЅР°Рґ Р›РђРўР«РЁРђРњР - Р“СѓРґРќР°Р№С‚РЁРѕСѓ РљРІР°СЂС‚Р°Р» 95 - YouTubeР“СѓРґРќР°Р№С‚РЁРѕСѓ РљРІР°СЂС‚Р°Р» 95 - Р’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ СЃС‚РµР±РµС‚СЃСЏ РЅР°Рґ Р»Р°С‚С‹С€Р°РјРё. Р Р¶Р°РєР° РґРѕ СЃР»РµР· Р Р–РђРљРђ РїСЂРѕ РђР РњРР® СѓРіР°СЂ РїСЂРёРєРѕР» РїРѕСЂРІР°Р» Р·Р°Р» https://youtu.be/-kVvPTi4_HQ РЎРўР•Р‘Р•РўРЎРЇ РЅР°Рґ ...Р“Р°РЅРґР±РѕР», РїРµРґРёР°С‚СЂ - Р»РёС‡РЅС‹Р№ СЃСѓС„Р»РµСЂ РїСЂРµР·РёРґРµРЅС‚Р° Рѕ СЃР»РѕРІР°С… РєРѕС‚РѕСЂС‹Рµ РЅРµР»СЊР·СЏ РїСЂРѕРёР·РЅРѕСЃРёС‚СЊ  Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» - YouTubeР’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» - РѕС‚РєСЂРѕРІРµРЅРёСЏ Р»РёС‡РЅРѕРіРѕ СЃСѓС„Р»РµСЂР° РїСЂРµР·РёРґРµРЅС‚Р°. РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅРѕРІС‹Рµ РІС‹РїСѓСЃРєРё http://95.pm/kvartal95 &quot;Р’РµС‡РµСЂРЅРёР№ РєРІР°СЂС‚Р°Р»&quot; РїРѕР»РЅС‹Рµ РІС‹РїСѓСЃРєРё -...Р¦РµРЅР° Р¤СЂРѕРЅС‚РµСЂС‹ РЅР° СЃРµРіРѕРґРЅСЏ +РЅРµРёР·РґР°РЅРЅРѕРµ. - YouTubeРњСѓР·С‹РєР°: Mani Beats - Infinity Adam Halogen - Length and Brecht (Synkro Remix)РќР° Р±РµР·РґРѕСЂРѕР¶СЊРµ. РЈРђР—, Jeep, Hover, Prado, РЁРќРёРІР° - YouTubeР’РЅРµРґРѕСЂРѕР¶РЅС‹Рµ РїСЂРёРєР»СЋС‡РµРЅРёСЏ РїРѕРґ РЎС‚Р°СЂРѕР№ Р СѓСЃСЃРѕР№ (РїРѕР»РЅР°СЏ РІРµСЂСЃРёСЏ). РљРѕРјРјРµРЅС‚Р°СЂРёРё Р°РІС‚РѕСЂР°.Р•СЃР»Рё Р±С‹ РЎР»СѓРіРё РќР°СЂРѕРґР° Р¶РёР»Рё С‚Р°Рє, РєР°Рє РІСЃРµ РѕСЃС‚Р°Р»СЊРЅС‹Рµ СЃРјРµС€РЅРѕ СЃС‚РµРЅРґР°Рї - Р“СѓРґРќР°Р№С‚РЁРѕСѓ РљРІР°СЂС‚Р°Р» 95 - YouTubeР“СѓРґРќР°Р№С‚РЁРѕСѓ РљРІР°СЂС‚Р°Р» 95 - Р’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ СЃРѕ СЃРІРѕРёРј СЃРјРµС€РЅС‹Рј СЃС‚РµРЅРґР°РїРѕРј РїСЂРѕ РїСЂРµР·РёРґРµРЅС‚Р° Рё РґСЂСѓРіРёС… СЃР»СѓРі РЅР°СЂРѕРґР°. Р Р¶Р°РєР° РґРѕ СЃР»РµР· РЎРўР•Р‘Р•РўРЎРЇ РЅР°Рґ РљРђР Р›РРљРћРњ СЃРјРµС€РЅРѕ СЃС‚РµРЅРґР°Рї htt...Р Р°РЅСЊС€Рµ Р±РѕСЂРѕР»РёСЃСЊ СЃ Р”РќР , Р° С‚РµРїРµСЂСЊ СЃ VPN - РѕС‚РґРµР» РєРёР±РµСЂРїРѕР»РёС†РёРё  РќРѕРІС‹Р№ Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» 2017 - YouTubeРќРѕРІС‹Р№ РІС‹РїСѓСЃРє Р’РµС‡РµСЂРЅРµРіРѕ РљРІР°СЂС‚Р°Р»Р° 2017 РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅРѕРІС‹Рµ РІС‹РїСѓСЃРєРё http://95.pm/kvartal95 Р”Р°С‚Р° СЌС„РёСЂР°: 14 РѕРєС‚СЏР±СЂСЏ 2017 РіРѕРґР° &quot;Р’РµС‡РµСЂРЅРёР№ РєРІР°СЂС‚Р°Р»&quot; РїРѕР»РЅ...Р“РѕС‚РѕРІРёРј Р¤СЂРѕРЅС‚РµСЂСѓ Рє Р±СЂРѕРґР°Рј. - YouTubeРЎРёР»РёРєРѕРЅРѕРІС‹Рµ СЃРјР°Р·РєРё A-PROVED http://shop.a-proved.ru/silikonovyye-smazkiР—Р°Р±СЂР°Р» РЅРѕРІС‹Р№ Discovery, РІСЃС‚СЂРµС‚РёР» Р‘СѓСЃРёРє РёР· РџРѕРµС…Р°РІС€РёС…. - YouTubeР‘СѓСЃРёРє Р¶РёРІ Рё РїСЂРѕРґРѕР»Р¶Р°РµС‚ РїСѓС‚РµС€РµСЃС‚РІРѕРІР°С‚СЊ: https://vk.com/busiklife РћСЂРёРіРёРЅР°Р»СЊРЅС‹Р№ РјР°РіР°Р·РёРЅ СЃСѓРІРµРЅРёСЂРѕРІ - http://academeg-store.ruРћРґРёРЅ РёР· Р»СѓС‡С€РёС… Р°РєС‚С‘СЂРѕРІ РІ РјРёСЂРµ Р•РІРіРµРЅРёР№ РљРѕС€РµРІРѕР№ Рё РµРіРѕ Р±Р»РѕРі   Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» 10.09.2016 - YouTubeРћРґРёРЅ РёР· Р»СѓС‡С€РёС… Р°РєС‚С‘СЂРѕРІ РІ РјРёСЂРµ Р•РІРіРµРЅРёР№ РљРѕС€РµРІРѕР№ Рё РµРіРѕ Р±Р»РѕРі  РќРѕРІС‹Р№ Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» РІ Р®СЂРјР°Р»Рµ РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅРѕРІС‹Рµ РІС‹РїСѓСЃРєРё http://95.pm/kvartal95 Р”Р°...Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р», С„РµСЃС‚РёРІР°Р»СЊ РІ Р®СЂРјР°Р»Рµ, С‡Р°СЃС‚СЊ 1  РїРѕР»РЅС‹Р№ РІС‹РїСѓСЃРє 10.09.2016 - YouTubeРџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅРѕРІС‹Рµ РІС‹РїСѓСЃРєРё http://95.pm/kvartal95 РџРѕСЂРѕС€РµРЅРєРѕ, РљР»РёС‡РєРѕ Рё РЇРЅСѓРєРѕРІРёС‡ РІ Р›Р°С‚РІРёРё  РЈРєСЂР°РёРЅС†С‹ РЅРµ СЃРјРµР№С‚РµСЃСЊ, СЏ Р±СѓРґСѓ РіРѕРІРѕСЂРёС‚СЊ Рѕ РЅР°СЃ С…РѕСЂРѕС€Рѕ - ...РќРѕРІРѕРіРѕРґРЅРёРµ РґРµС‚СЃРєРёРµ РїСЂРµРґСЃС‚Р°РІР»РµРЅРёСЏ - Р’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ (РўР°РјР±РѕРІСЃРєРёР№ Р’РѕР»Рє)  Р’РµС‡РµСЂРЅРёР№ РљРІР°СЂС‚Р°Р» 31.12.14 - YouTubeР’Р°Р»РµСЂРёР№ Р–РёРґРєРѕРІ - РўР°РјР±РѕРІСЃРєРёР№ Р’РѕР»Рє, РІСЃРµ РЅРѕРјРµСЂР° https://www.youtube.com/watch/F_JNb3Sc4zY&amp;list=PL58H4uS5fMRyjsDN8QKZee11TEBjgZ23o РџРѕРґРїРёСЃС‹РІР°Р№СЃСЏ Рё РЅРµ РїСЂРѕРїСѓСЃС‚Рё РЅ...Р•РІРіРµРЅРёР№ РЎР°С‚Р°РЅРѕРІСЃРєРёР№: РљС‚Рѕ С‚Р°РєРёРµ РІРµР»РёРєРёРµ СѓРєСЂС‹, РёР»Рё РЅРѕРІРѕРµ РїСЂРѕС‡С‚РµРЅРёРµ РёСЃС‚РѕСЂРёРё. - YouTubeР•РІРіРµРЅРёР№ РЎР°С‚Р°РЅРѕРІСЃРєРёР№: РљС‚Рѕ С‚Р°РєРёРµ РІРµР»РёРєРёРµ СѓРєСЂС‹, РёР»Рё РЅРѕРІРѕРµ РїСЂРѕС‡С‚РµРЅРёРµ РёСЃС‚РѕСЂРёРё. РџРѕР»РЅС‹Р№ РєРѕРЅС‚Р°РєС‚ РЎРїРµС†РїСЂРѕРµРєС‚: РЈРєСЂР°РёРЅР° Р’Р»Р°РґРёРјРёСЂ РЎРѕР»РѕРІСЊС‘РІ РђРЅРЅР° РЁР°С„СЂР°РЅ Р•РІРіРµРЅРёР№ РЎР°С‚Р°РЅРѕРІСЃРєРё...РћСЃРЅРѕРІРЅС‹Рµ РїРѕР·С‹, РІ РєРѕС‚РѕСЂС‹С… РІР»Р°СЃС‚СЊ РёРјРµРµС‚ РЅР°СЂРѕРґ - Р Р¶Р°РєР° РџСЂРёРєРѕР» РџРѕСЂРІР°Р» Р·Р°Р» - YouTubeРћСЃРЅРѕРІРЅС‹Рµ РїРѕР·С‹, РІ РєРѕС‚РѕСЂС‹С… РІР»Р°СЃС‚СЊ РёРјРµРµС‚ РЅР°СЂРѕРґ - Р Р¶Р°РєР° РџСЂРёРєРѕР» РџРѕСЂРІР°Р» Р·Р°Р» РЎРўР•Р‘Р•РўРЎРЇ РЅР°Рґ РљРђР Р›РРљРћРњ СЃРјРµС€РЅРѕ СЃС‚РµРЅРґР°Рї https://youtu.be/_T9T5cqV4K4 РљР°Рє РІ РЎРѕРІРєРµ, С‚РѕР»СЊРєРѕ РІ...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Alinka94ZH', 'alina94@info89.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-29 20:02:33', '93.100.228.17', '1'),
(1083, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"FrancesFab\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"angelaDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"19378809167\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1383:\"Ciao!  puertobarillas.com \r\n \r\nWe suggest \r\n \r\nSending your commercial offer through the feedback form which can be found on the sites in the Communication section. Feedback forms are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This technique improve the probability that your message will be open. Mailing is done in the same way as you received this message. \r\nYour  commercial proposal will be open by millions of site administrators and those who have access to the sites! \r\n \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. (you can select any country or country domain) \r\nAll USA - (10 million messages sent) - $399 instead of $699 \r\nAll Europe (7 million messages sent)- $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\nThere is a possibility of FREE TEST MAILING. \r\n \r\nDiscounts are valid until May 31. \r\nFeedback and warranty! \r\nDelivery report! \r\nIn the process of sending messages we don&#039;t break the rules GDRP. \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\nWhatsApp - +44 7598 509161 \r\nhttp://bit.ly/2JEQ7ry \r\n \r\nThank you for your attention.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FrancesFab', 'angelaDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-30 07:27:36', '108.62.3.45', '1'),
(1084, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"JinRigJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"esumak@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81148199258\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"essay about comparison and contrast http://thabees.online/essaylab/write-essays-for-money-online.html essay on sacrifice\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JinRigJB', 'esumak@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-30 09:41:50', '37.115.191.180', '1'),
(1085, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ThomasFeMIB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"julietab857@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88878647657\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2283:\"Witajcie Drogie cudowne Damy :) tak jak w temacie fajny, wysportowany ogier z duЕјym sprzД™tem i uwielbieniem lizania cipki szuka Е‚adnej szczupЕ‚ej Pani na seks bez zobowiД…zaЕ„ :) Kocham pieЕ›ciД‡ masowaД‡ i caЕ‚owaД‡ kobiece ciaЕ‚o :) JeЕ›li interesuje CiД™ seks bez zobowiД…zaЕ„ to nie zastanawiaj siД™ ale jak najszybciej siД™ odezwij :) JeЕ›li siД™ zdecydujesz na spotkanie ze mnД… to na pewno odlecisz ze mnД… do cudownego seksownego raju :) GwarantujД™ Ci to :) poproszД™ o kontakt na email lub najlepiej komГіrkД™ :)  Dzika Olcia zasponosruje mezczyzne    Niedoswiadczona naucze  Niepokorna i odwazna umowi sie milym panem na goraca seks-przygode bez zobowiazan. Nie boje sie probowac nowosci w zyciu, jestem pewna, ze bedzie cudownie. Odezwij sie, jesli masz ochote sie ze mna zabawic, lubie seks na wszystkie sposoby, w lozku jestem namietna i bardzo niegrzeczna.  Seks bez zobowiazan w Belgii  Szukam mezczyzny, ktory tak jak ja ma hopla na punkcie seksu. Jesli tak jak ja nie chcesz sie wiazac, ale masz ochote na wyrafinowany seks, w najrozniejszych pozycjach, dziki, wyuzdany i ostry, to napisz do mnie. Jestem zadbana kobieta o pieknych ksztaltach i aksamitnej, pachnacej skorze. Mieszkam sama, dzieki czemu w zaden sposob nie musimy sie ogranioczac w lozkowych fantazjach. Zainteresowany?  szukam pracy z ukrainy    szukam dyskretnego mezczyzny  Uwielbiam sie kochac, podrozowac i tanczyc. Moja fantazja jest goracy seks z nowo poznanym mezczyzna. Spotkajmy sie, jesli masz ochote zabawic sie ze mna bez zobowiazan i bez kosztow. Lubie dlugie rozmowy przy blasku swiec, wspolne kapiele, masaz i namietny seks. Gwarantuje dyskrecje i oczekuje od ciebie tego samego.  Randki online w Znin  Dyskrecja i znakomity seks.  Znajdz seks przyjaciela w Reszel    szukam chetnych kobiet na lodzika w plenerze dzisiaj  ChcД™ CiД™ poznaД‡  Randki online w Debowiec  \r\nSzuakam Pana, ktory da mi rozkosz za dobry seks. http://sacz.7m.pl Lubisz dzikie erotomanki? kocham seks ale moja maz nie dawal rady, a ja mam duze potrzeby, chce roznych pozycji, analu, lubie brac do buzi, i piescic dluuugo i namietnie. nie chce zobowiazan. czy nie est to uklad idealny? zapraszam.ChcД™ CiД™ poznaД‡\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasFeMIB', 'julietab857@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-30 11:48:52', '194.1.238.114', '1'),
(1086, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArthurZerSX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"conroyhebden3@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85123265199\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"regression analysis in healthcare  zolpidem.aforum.fr  pink birth control pills\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurZerSX', 'conroyhebden3@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 01:24:04', '51.15.15.164', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1087, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HazelPuddyJH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"d.prolddd@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83679139622\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\n \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HazelPuddyJH', 'd.prolddd@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 03:42:15', '94.139.233.93', '1'),
(1088, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"sonjaua16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"cathyki3@hikaru17.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81654734383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://freepornanalsex.allproblog.com/?tia \r\n\r\n priva porn best homemade college porn richard matesic porn tube ree porn video narrated porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sonjaua16', 'cathyki3@hikaru17.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 08:17:23', '23.129.64.153', '1'),
(1089, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"katatStarlNV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"katatkaceva23@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84927581371\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:97:\"Ставки от профессионал  \r\nПрогнозы на спорт телеграмм\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'katatStarlNV', 'katatkaceva23@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 09:14:04', '89.28.163.3', '1'),
(1090, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BokepDexFH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hdsexfilme.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87853123792\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"malay bokep \r\nhttp://www.malayporn.mobi/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BokepDexFH', 'hdsexfilme.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 13:02:49', '167.86.89.72', '1'),
(1091, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"almaz123LentLO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"gendiam2raz@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83783829885\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:134:\"Мы принимаем заказы на алмазное сверление ж/б конструкций круглосуточно.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'almaz123LentLO', 'gendiam2raz@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-05-31 20:34:55', '5.18.206.204', '1'),
(1092, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"excen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"k.rulo.v.vv1.9.8.11.1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88497735217\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"63572nina hartly sex guides\r\nvintage porn flims\r\nfree sharon kane porn\r\npics of nude teen\r\nmen and wamen porn\r\n \r\n \r\n \r\nblond and blonder dvd\r\nbetty veronica sex\r\ngoth orgy pictures\r\nnaked movie clips\r\nlove creampies full\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'excen', 'k.rulo.v.vv1.9.8.11.1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-01 03:24:02', '178.159.37.18', '1'),
(1093, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"emilywk4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"rachaelbs3@michio8110.masaaki67.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85813667583\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:220:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://free.bbw.porn.bestsexyblog.com/?abigayle \r\n\r\n asina maid porn 0h alex porn tubes halloween porn stories stepsister fucked her stepsister free porn real freeamateur porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'emilywk4', 'rachaelbs3@michio8110.masaaki67.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-01 19:07:30', '199.249.230.122', '1'),
(1094, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"cheap viagra online\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86215969769\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:367:\"Therefore the medication should be used with caution by patients who have left ventricular outflow obstruction and should only be used by patients who are hemodynamically stable prior to starting therapy. order viagra online The more interesting part, though, is that my husband took part in another вЂњfamilyвЂќ shoot, various poses cooking in the kitchen etc.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'cheap viagra online', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-01 21:30:11', '31.184.238.4', '1'),
(1095, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TammyelushQT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"diiadd81@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89833417424\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TammyelushQT', 'diiadd81@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-02 00:06:55', '94.139.232.119', '1'),
(1096, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"alishags2ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"nl5@riku7010.atsushi39.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88524464764\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Enjoy daily galleries\r\nhttp://pornclipx.lesbianpic.bestsexyblog.com/?ariana \r\n\r\n dutch free streaming porn hot old grandma porn porn rabbit xxx father daughter porn cartoons party girls 2 porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'alishags2ET', 'nl5@riku7010.atsushi39.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-02 00:39:51', '185.220.101.33', '1'),
(1097, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"278475736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"puertobarillas.com  Hi an importantoffering \r\n To moderate click on the tie-in under the sun  \r\nhttps://tgraph.io/ocvilleugrup1981-05-31\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-02 01:55:53', '185.156.173.249', '1'),
(1098, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TammyelushQT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"diiadd81@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81213364312\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:269:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\n \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TammyelushQT', 'diiadd81@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-02 14:10:30', '94.139.232.119', '1'),
(1099, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LindonlobBL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"photocontact.ru@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85235362211\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1191:\"Тебя постоянно терзают СТРАХИ. Страх больших денег, страх одиночества, страх осуждения \r\nТы устал(а) безрезультатно КОПАТЬСЯ В СЕБЕ. Хочешь изменить свою жизнь? \r\nЧувствуешь НЕУВЕРЕННОСТЬ в себе. Постоянно сравниваешь себя с другими. Не решаешься воплотить свои планы и цели. \r\nИз Твоей жизни исчезли краски. Тебя мучает АПАТИЯ и нежелание что-либо делать. \r\nНичего не успеваешь. Чувствуете себя НЕУДАЧНИКОМ(ИЦЕЙ) \r\nНе покидает постоянная ТРЕВОГА и ОБИДЫ? \r\nCiaoStress – эксклюзивная программа, разработанная для полноценной уборки твоей души. С ней ты точно избавишься от всего негативного груза и энергетического мусора, что накопились в Вас за прожитые годы.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindonlobBL', 'photocontact.ru@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-02 15:30:20', '93.78.247.126', '1'),
(1100, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87783885785\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:568:\"As far as the web is full of companies that claim that they can write papers for students, it is easy to fall into the trap of scammers or fraudulent service. We are a team of academic experts who know how to select the writing service which is right for you. We know how to tell a good writing company from a bad one. For years, we have been testing different academic services to help students choose the best assistance with their homework assignments online. In this writingalab report review we will focus on the company that specializes in composing lab reports.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-03 00:09:58', '82.144.207.116', '1'),
(1101, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"aviscv18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"jerryuv69@tamotsu73.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88266397476\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://busty.lesbians.allproblog.com/?alejandra \r\n\r\n free porn seach engines ipad free gay porn porn glory hole iphone scream porn free hardcore forced attack porn pics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'aviscv18', 'jerryuv69@tamotsu73.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-03 00:18:33', '185.220.101.44', '1'),
(1102, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LindaabaftRL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"brusnitsin777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82813575762\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\n \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindaabaftRL', 'brusnitsin777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-03 03:43:49', '94.139.232.119', '1'),
(1103, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"jaimeki60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"lilliegd20@ayumu6410.takumi84.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87165726663\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"My new hot project|enjoy new website\r\nhttp://thaititsxxx.allproblog.com/?jena \r\n\r\n mobile gloryhole porn babysitter and mother porn hub watch panda porn fre online free cleberity cartoon porn videos sexy nude young hairy porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaimeki60', 'lilliegd20@ayumu6410.takumi84.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-03 14:06:15', '178.175.135.101', '1'),
(1104, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LindaabaftRL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"brusnitsin777@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82621155157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:287:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LindaabaftRL', 'brusnitsin777@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-03 17:25:55', '94.139.232.119', '1'),
(1105, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81927587819\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Новые продукты от Celluvation: http://1541.ru/cms/celluvation.php Крем для лица -усиленный вариант Youth, Активатор стволовых клеток, Гель от боли с CBD с каннабидиолом - каннабис\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-04 13:50:27', '188.163.109.153', '1'),
(1106, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CindypauptIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"yaniikh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85773788884\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:362:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CindypauptIJ', 'yaniikh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-04 18:30:39', '94.139.232.119', '1'),
(1107, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"REMONTKeptJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"a.a3.ghdd@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86937363895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:617:\"RV Masters Inc\r\ncar insurance baytown tx Both cars were higher levels than I RV Masters Inc I could get for the money, some of the factors include RV Masters Inc. But with a market as large as Chicago’s, texas Auto Insurance Quotes. Along RV Masters Inc links to their top credit cards, k RV Masters Inc C Fantasy Sequence RV Masters Inc. Mary Moore at 01 651 1000, or you can buy single trips for around ВЈ4 or ВЈ2 based on the RV Masters Inc fare zones. At least ?10, 022 2. Pitchers without Fastballs BBs, and we tell you your chances ...\nThe post RV Masters Inc appeared first on VPS.\r\n\r\n \r\nDelaware Finance\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'REMONTKeptJB', 'a.a3.ghdd@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 00:43:19', '134.249.209.23', '1'),
(1108, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"viagra generic name\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85976747531\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:552:\"As long as a generic drug has been approved by the authorities, for example, the FDA in the US, then it is safe for use. canadian pharmacy viagra Michelle:	So I ended up basically looking into doing some work as a freelance writer to start with and I was working with companies like Text Broker and thereвЂ™s a lot of places you can work online but for me my schedule was basically I was up at 5 in the morning looking after my son and soon afterwards my mother until about seven or eight at night when he, and sometimes my mother, would go to bed.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'viagra generic name', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 05:20:41', '31.184.238.4', '1'),
(1109, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CindypauptIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"yaniikh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85127178477\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:362:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CindypauptIJ', 'yaniikh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 08:21:13', '94.139.232.119', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1110, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"rubylj18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"pattimf16@masashi16.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83557636539\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:161:\"Hot teen pics\r\nhttp://porn.sharing.fetlifeblog.com/?jamie \r\n\r\n pinkberry porn fre porn puffie nipples ms cakes porn porn star melodie bliss shocking 3d boys porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rubylj18', 'pattimf16@masashi16.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 11:35:22', '46.165.245.154', '1'),
(1111, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"Cheryl#genick[Wothlpijzirrytho,2,5]TW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"xrserver601@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88158445657\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1363:\"The research report insight Worldwide Micro Needle Therapy Machine report offers the crucial estimation of the market. Our Anti-Aging Devices endeavor expert intensely resolve the crucial parts of the global report. It also provides a Anti-Aging Devices market accurate evaluation regarding the future innovations depending on the previous information and present condition of Anti-Aging Devices market circumstance. We have study the principals, participants in the Anti-Aging Devices market, geographical areas, Anti-Aging Devices market product type, and end-user applications. The global Anti-Aging Devices market report serves essential and auxiliary information which is illustrated as pie-charts, systematic outlook, and reference diagrams. The report is introduced capably, that contains fundamental argot, important market review, understandings, and certain realities according to consolation and cognizance. \r\nThe report offers deep dive insights of the Cavitation Vacuum RF market and future forecast market tendencies from 2019-2028. Likewise, the report discerns manufacturing procedures and strategies by makers, sales volume, gross margin study, evaluating the developing regions, supply analysis, import/export scenario, utilization, business-driving factors, propelled innovation, and major up-coming Anti-Aging Devices business sector openings.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Cheryl#genick[Wothlpijzirrytho,2,5]TW', 'xrserver601@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 18:47:37', '120.14.193.131', '1'),
(1112, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"OvariXY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"pocker.jek@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86989731514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"Серьезные ставки реальные джекпоты \r\n \r\nплей казино Вся информация по ссылке...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OvariXY', 'pocker.jek@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 19:01:49', '46.175.102.255', '1'),
(1113, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CindypauptIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"yaniikh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89754491736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:362:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CindypauptIJ', 'yaniikh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 21:43:36', '94.139.232.119', '1'),
(1114, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"trinado60ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"gs6@satoshi310.yuji20.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84177181239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:231:\"New hot project galleries, daily updates\r\nhttp://bigtitslesbians.xblognetwork.com/?katelin \r\n\r\n venture porn free porn tuube videos anne hathaway porn videos jennifer stewart classic porn clips free porn tubes kendra wilkinson tape\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'trinado60ET', 'gs6@satoshi310.yuji20.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 21:46:43', '130.149.80.199', '1'),
(1115, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"byronef4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"mabelcr60@shiro77.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86218531571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://bustytitsporn.bustytitsporn.hotblognetwork.com/?justine \r\n\r\n bigg butts porn the ass in porn bouncing sex porn sexy pig porn tentacle abduction porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'byronef4', 'mabelcr60@shiro77.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-05 23:18:18', '199.249.230.78', '1'),
(1116, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MohamedBep\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"chinaone@cock.li\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"146346733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:584:\"Hi I&#039;m Charles Kelly from New York. You have received this message because I can not place an order on the site, it is very upsetting. \r\n \r\nYour Instagram account has a small number of followers,  so we&#039;ve lost credibility with you. \r\n \r\nI&#039;m sorry about that, so I&#039;ll recommend you https://addpopular.com \r\n \r\nThe  service to buy Instagram Likes, Followers, Views, Comments .. \r\nWhen ordering services, you should only tell \r\nyour username. \r\n \r\nThis will increase confidence and credibility in your store! \r\nThen my friends and I will come back for your services!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MohamedBep', 'chinaone@cock.li', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-06 00:48:56', '104.245.145.164', '1'),
(1117, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CindypauptIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"yaniikh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84594825119\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:287:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CindypauptIJ', 'yaniikh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-06 10:34:19', '94.139.232.119', '1'),
(1118, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"rhondafw60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"alejandralv11@norio410.kaede45.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89866439566\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:186:\"Sexy teen photo galleries\r\nhttp://fat.lesbian.instakink.com/?marina \r\n\r\n shannon big porn hmong porn amateurs cheaters violent defloweration porn porn homewrecker alien impregnation porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rhondafw60', 'alejandralv11@norio410.kaede45.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-06 17:29:02', '213.61.215.54', '1'),
(1119, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AllenBuitaUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"stanislavmoi1u2z@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85213211967\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"https://clck.ru/FkugB - Знакомства Rulzheim. Сайт знакомств Rulzheim бесплатно, без регистрации, для серьезных отношений.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AllenBuitaUH', 'stanislavmoi1u2z@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-06 17:48:46', '80.241.222.37', '1'),
(1120, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynPlalmCF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"rrheniaa@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84595333267\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:291:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynPlalmCF', 'rrheniaa@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-06 23:46:01', '94.139.232.119', '1'),
(1121, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82451192447\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7405:\"Instead, you&#039;ll be able to go to one of the numerous World of Warcraft boards online. Writer: Chris Jones Nowadays free printable coupons change into an intrinsic a part of World. Publisher: Babeau Alison A large quantity of people prefer to rent property these days moderately than buy their very own. The blood was examined just a few days before dying, and confirmed acid response, and contained a big improve in the variety of the white blood-cells. Most of staff are working at great heights. A few of the cheap travel equipment are luggage, handbags, backpacks, and far more. The fashionable variety of plastic hangers represents a stark dissimilarity from the hangers of the previous, which had been much more prone to wear and tear. Publisher: Nolson dacto In these days, there are a lot hype about netbooks available in the market and the slew of manufacturers vying for market share with their very own interpretation about netbooks. Writer: blairzhang Utilization In the majority of elementary colleges, college students are usually not required to put on a uniform to school.\r\n \r\nTobaВ® ophthalmic solution is used for treatment of external eye infections, such as blepharitis, blepharoconjunctivitis, bacterial conjunctivitis, and dacryocystitis ... Drops Drops\r\n \r\nRemanufactured or refilled ink Cartridges have been refilled or disassembled by the producer and then put up for sale. If you have an outdated automobile charger and a USB adapter that is no longer getting used you can make your personal USB automotive charger. Additional, solely a smaller group has additionally reported persistent effects which will have compromised psychological and emotional well being. Publisher: Tomy Nastey HTC Desire is the one other mesmerizing invention by HTC company which is making a lot name amongst prospects. Journal congratulates the next rougher chunkier sort of time and it was info is out there to company needs to gather. Spyder skiing put on, column, binding and boots you must invest in. Most Internet customers are bargain hunters. Nike tn requin chaussures shoes outlet, you would not should be fearful about buying for just about any nice bargain. Most of employees are working at great heights. Upon the one explicit hand, on your own are inquiring for anybody in direction of make investments inside of your corporations and, however upon the other hand, your self are usually not keen towards commit in just your private enhancement.|Publisher: Raina Kelsey Cell broadband has entered in the market as gift of Internet world. If you know someone who has piercings and need to present a reward that will them smile, a set of low cost body jewellery may be a welcome surprise. With the appropriate setup, your communications system will function seamlessly and smoothly integrate into your every day enterprise life. If the provision will increase and demand unchanged then price will go down. The primary motive for the reason being manufacturers or wholesalers can checklist their jewelry straight to your webpage quite a few middlemen are eliminated which may convey down the jewelry costs significantly. It will probably outline your personality. Some of these things can get a bit of overpriced but if you&#039;re taking the time and store at the best place there are offers to be had. For all types of producers, items additionally retailers, there are diverse on-line coupon codes towards consider in the direction of. Do not forget that the residents there have totally different experiences, so discuss to a few folks earlier than you resolve.\r\n \r\nIngrediente attivo. Bicalutamide. Descrizione. Casodex ГЁ un preparato di alta qualitГ  da somministrarsi nel trattamento del cancro alla prostata. Casodex ГЁ un ... https://lafarmaciadeifarmacisti.com/product/men-s-health/casodex/ ricetta\r\n \r\nThey are able to pass on the savings to you by doing this. They&#039;re very priceless stickers. In other phrases, all whole training consumers should turn out to be familiar with the training promotional discount code and learn the way to make use of it. I purchased discount ugg boots from www.ForUGG.com. However because Chinese language and Vietnamese folks have believed in a worthless people medicine for 2,000 years, poachers could make extra money on one rhino horn on one kill than they would earn in a 12 months. And you can obtain 14000 woodworking plans, make woodworking easier and more enjoyable ! You possibly can choose the colour, the scale, and likewise the brand. Publisher: Worth Coye BJ&#039;s Wholesale Club launched the concept to the northeastern a part of the United States in 1984 of having a membership the place you may get brand name product at a lowered price. Writer: Aakash Shah Immediately on-line buying has turn out to be a universal pattern. All you have to do is to pluck the one that provides you the perfect providers and greatest prices.|Writer: Rod Dagan If you are contemplating buying a prime-notch digital camera, one of the best place to start is thru Olympus digital camera reviews. The pen spy digital camera is also portable, so you may take it with you to any place that you could be must go to get the footage. Standing for Mortgage to Worth, LTV may be defined a number of methods - and it has big implications for how a lot fairness you will have, and the dimensions of a mortgage you may get. Publisher: Alina Albert It is tough to search out a few of the perfect printers available in the market at inexpensive prices, so you should use e-coupons and on-line stores to get the possible best rates for laser printers. Real flask officionados particular a number of measurements within the course of fulfill the conditions of any liquor-infused get together. Verify the info information and method too circumstance of the automobile meticulously earlier within the course of oneself signing the provide. Publisher: angela Tiffany jewelry, silver tiffany jewelry, best tiffany jewelry is the perfect tiffany jewelry supplier, you should purchase the cheapest tiffany jewellery here we provide discount tiffany watches, diamonds, rings, necklaces, earrings, bracelets and so forth. Publisher: seo1394 Low cost UGG Australia Boots.\r\n \r\nhttp://ww.comp-eng.on.ca/contact/\r\n \r\nfktrpr94f \r\nThese richly colored gems look most striking towards settings fabricated from yellow gold, although more and more jewelry designers are pairing deep purple stones with pink-tinged rose gold. Do you wish to display your pictures in something extra attention-grabbing than a plain photograph sleeve album, however you are undecided you are as much as making a fancy scrapbook? We don&#039;t need you to be penalized for late submission. Everyday, all of them provide them new handset with new expertise characteristic in order to understand more consideration of their target audience in direction of them and also to earn more and more recognition. On-line retailers are in a position to keep away from many of those overheads, thus guaranteeing that they can supply low cost prices. You&#039;ll be able to select both one or a mixture of those sources to purchase your soccer apparel. Advertising giveaways can improve your office within much more techniques than one specific. Publisher: Reynolds J. Woods Considered one of the popular business fashions that increasingly more small businesses embrace is the wholesale business.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 01:31:49', '178.159.37.17', '1'),
(1122, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"YomselKeyVU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"111ttt111@i.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84447475877\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1753:\"Новостной портал HQWallPapers, есть что почитать! Все актуальные новости на разные тематики можете читать здесь - http://hqwallpapers.com.ua/ \r\n \r\n \r\nНовостной портал Get-Up, есть что почитать! Все актуальные новости политики и не только вы можете узнать перейдя по ссылке - http://www.get-up.com.ua/ \r\n \r\n \r\nНовости киноиндустрии, мультфильмов и сериалов. Только свежие и интересные новости на портале ForwardFilm - http://forwardfilm.ru/ \r\n \r\n \r\nНовости строительства, недвижимости, ремонта, интерьера и дома на интересном строительном портале DS - http://demosad.top/ \r\n \r\n \r\nАктуальные новости игровой индустрии. Современные новости для современных людей на новостном портале TheWarZ - http://thewarz.ru/ \r\n \r\n \r\nАктуальные новости для женщин про отношения, стиль, моду, здоровье и многое другое. Женские новости на портале Женская Правда - http://zhenskaya-pravda.ru/ \r\n \r\n \r\nГлавные и актуальные новости России. Будьте в курсе событий в своей стране. Портал русских новостей - http://35news.ru/ \r\n \r\n \r\nСвежие и интересные новости России и мира читайте здесь - http://trenimkrsk.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YomselKeyVU', '111ttt111@i.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 04:27:02', '94.244.135.223', '1'),
(1123, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidhieseVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kmilkasy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87828859996\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4714:\"donezo Percfectly Designed, Desired by All. Objective like the car. Big &amp; smarmy, impecable style &amp; breeding, commands limelight it too&gt;, academician, far-out, drives well. Right-minded like car, only I&#039;m healthier ... do anything you want, like, need or desire. . .&gt;  adult dating in cherwell  tattooed white girl sex  Nothing can speechify on me finance when it comes to being a slut. Men comprise tried to tranquillize me and clear the way me their own; but I evermore on myself flirting with other guys coz I upstanding can&#039;t active without fucking someone new. I on no account hoax like an innocent gripe coz that&#039;s justifiable understandable BS. I don&#039;t hibernate the really that I&#039;m a horny chocolate whore who loves sucking on cock. I always achievement appealing and disobedient coz that&#039;s the right me. Showing my tits, my black ass and my austere pussy is a presupposed representing me whenever I&#039;m chatting at Cams.com coz, castigation, that&#039;s the lone judgement you&#039;d be deficient in to heart-to-heart with a status, right? I&#039;m only telling it like it is coz I don&#039;t lack to orts both our times with undersized talk. Stop&#039;s make it on and let&#039;s cause dirty!  matchmaking in hudsonville mississippi  sexy fat black lisbians xxxl  Justified insufficiency to engage started with business. I&#039;m exclusive here for everybody reaction, and that&#039;s to seize my rocks off. I be loath mind games and maliciousness for the duration of my friends. If I have in the offing to, I faithful to promising up suited for them. Supposing all this disposable confrontation has got me worked up.  dating website in turner oregon  adult dating in alviso california  http://forflirt.7m.pl \r\nThe bust-up is idle the hook. Unfettered, unadulterated pleasure is what I&#039;m talking about, if one&#039;s not having a rectitude beat, it&#039;s not a party. I&#039;m a born function girl animal. I&#039;m fun, free-spirited and just a real live wire. I can show ... than straight a adequate term, if you&#039;re up in favour of it.  volleyball spandex girls fuck  real sex partners new zealand  I am charismatic, optimist,I feel from pungency but certain things))) I am devil-may-care, communicative and receptive lady. I can be piquancy and sprinkle or drain and honey вЂ“ youвЂ™ll at no time get bored with ...  shemal sexy fuk boy  michigan school for the deaf summer  This girl can wonder you. What be undergoing I learned? Faith all, contrariwise if you be acquainted with you should at that moment. Yeah, I like starting in the mid-point of thoughts and uninterrupted with tangents. It&#039;s the most productive behaviour pattern I can be a shit disturber ... an emergency, I can be acclimated to as a flotation gambit!  online singles in logan  slutload.com with dog fucking   http://revu.pw \r\ndo you do me. Level headed and dependable. I conditions get too eager unless it&#039;s in bed. I struggle to be single-minded in the aggregate I do. I like italian chow, signally pizza. I oblige a splendid pizza pie. I&#039;m accepted to school for the sake of Dentistry at the moment.  nude pic of kim kardashian  nick and make a porno  Good to examine I&#039;m good to go...I in reality am. II&#039;m not stable why some girls take home hung up on how they look or how they do their mark aggressive up. I financial stability by no manner of means, I care about it...but not so much that I NEED to buy the newest clothes ... does whatever I entertain, however i please. Disconnected, positively!  nude cocks on the beach  sloppy seconds sex videos  What do you fall short of from me. I like to provoke b request guys what they thirst for from me veracious off work the top. It saves any awkwardness when people are really counsel sane away. I regard as I&#039;m sexy... as a matter of fact I COGNIZANT OF I&#039;m sexy. i only don&#039;t really know ... But forgive&#039;s face it, isn&#039;t that the parody part?  sex personals in el centro  free enma sex movies   http://lovefree.7m.plI&#039;m Julia and I am 25 years intimate with most gleam brown fraction and morose eyes. I weigh around 120 and I&#039;m a newer cam girl. I was really indeed nervous at rudimentary but I discovered then I bring in prevalent there is nothing frightful thither me. I include a crush on being online with you horny guys and getting unmixed and showing nutty my tits and pussy. I suppose if you got it, display it lol. Instantly I congenial up to you I&#039;ll be gracious to discover into the open anything. Just retrieve something off a given&#039;s chest me what you be lacking me to do and lets put during in the utterly and shift it a try.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidhieseVH', 'kmilkasy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 05:52:23', '194.1.238.114', '1'),
(1124, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bubPhegoBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gwblbqmjvw6@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87887837859\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:626:\"сколько пить фолиевой кислоты \r\nДлина от темени до крестца - около 42 см. Вес - примерно 1800 г. \r\n \r\nС чем сравнить? \r\nфолиевой кислоты для беременных \r\nВаш малыш весит почти как ананас! \r\n \r\nфолиевая кислота 1 \r\nСредние размеры головки плода. \r\nhttps://bubblemom.ru - Беременность, роды, мама и дети. Календарь беременности по неделям \r\n \r\nБипариетальный размер (мм) - 84.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bubPhegoBI', 'gwblbqmjvw6@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 09:24:36', '145.255.21.215', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1125, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AngelessaFugGT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"msa.l.ih.ov.a.7549@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83678681986\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4881:\"монтаж гидроизоляции материал рулонный +для верхнего слоя кровельного ковра ризолином жидкая резина +для гидроизоляции цена гидроизоляция кровель балконов козырьков материалом ризолин утепление пола фольгоизолом ризолин фса ремонт кровли состав работ цена кровли металлочерепицы под ключ характеристики кровельных материалов шумоизоляция приоры подшивка крыши цена крыша разрешение ремонт ризолин шумка-уф купить в дагестане профнастил +для крыши цена +за лист        РіРёРґСЂРѕРёР·РѕР»СЏС†РёРё РґР»СЏ С‚РµРјРїРµСЂР°С‚СѓСЂР° Р±РёС‚СѓРјР°  \r\nРєРѕР»СѓРјР± Р±РµСЃРїР»Р°С‚РЅРѕ РёРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹   ж–°гѓ»еЇќеЏ–г‚‰г‚Њг‚µгѓјг‚Їгѓ«дё»е‚¬Kж°ЏгЃ®г‚ігѓ¬г‚Їг‚·гѓ§гѓі070        гЂђеЂ‹дєєж’®еЅ±гЂ‘гЃЉиІ·гЃ„еѕ—SETпјЃдєєж°—гѓЉгѓігѓђгѓјгѓЇгѓіпјЃг‚¦гѓ«гѓ€гѓ©и¶…зµ¶зѕЋ  \r\nгидроизоляция бани фольгоизол 10 мм цена +за м2 ремонт кровли частного дома работ  https://www.pinterest.jp/pin/566961040571829124/  багажник +на крышу калина цена  гЂђгѓЉгѓігѓ‘гЂ‘гЃ“г‚ЊгЃћжё…жҐљзі»гѓ“гѓѓгѓЃпјЃзњџйќўз›®гЃќгЃ†гЃ§жё…жҐљгЃЄеҐігЃ®е­ђгЃЊдё­е‡єгЃ—г‚»гѓѓг‚Їг‚№пјЃ  https://tr.pinterest.com/pin/566961040572174501/  подшив крыши цена  https://www.pinterest.ru/pin/566961040588104460/  https://www.pinterest.jp/pin/566961040587705746/ ] купить профнастил +для крыши цена  https://www.pinterest.com/pin/566961040572008035/  шумоизоляция дверей приоры  https://www.instagram.com/p/Bw33GgcFi-m/  \r\nhttps://www.pinterest.at/pin/566961040584878960/    Part 1 з”џдё­е‡єгЃ—и‹Ґе¦»гѓЉгѓігѓ‘пјЃ8ж™‚й–“и¶…и±ЄиЏЇг‚ігѓігѓ—гѓЄгѓјгѓ€г‚№гѓљг‚·гѓЈгѓ«пјЃ    Р°РІС‚РѕРјР°С‚С‹ РєР°РЅР°С‚ РґРµСЂРіР°РµС‚ РёРіСЂРѕРІС‹Рµ РѕР±РµР·СЊСЏРЅР° Р·Р°  \r\nпакет документов +на капитальный ремонт крыши техникума фольгоизол калуга договор +на ремонт кровли        РјРµС€Р°С‚СЊ РјРѕР¶РЅРѕ С†РµРјРµРЅС‚ Р»Рё Рё РїР»РёС‚РѕС‡РЅС‹Р№ РєР»РµР№  \r\nРёРіСЂРѕРІС‹Рµ РІ СЃРјСЃ Р±РµР· Р±РµР· Р°РїРїР°СЂР°С‚С‹ СЂРµРіРёСЃС‚СЂР°С†РёРё РёРіСЂР°С‚СЊ Р±РµСЃРїР»Р°С‚РЅРѕ   гѓ‡гѓ“гѓҐгѓјгЃ™г‚‹пјџгЃЁйЁ™гЃ—зґ дєєпјЄпј¤г‚’гЃЇг‚ЃгЃЇг‚Ѓв™Є       РєР»РµР№ РіСЂР°РЅРёРїР»РёРєСЃ Р°СЃ-14 РїР»РёС‚РѕС‡РЅС‹Р№  \r\nе›Ѕе†…е¤–ж€їењ°дє§з»ЏжµЋе‘Ёжњџз ”з©¶ж–‡зЊ®з»јиї°и®єж–‡иЊѓж–‡  \r\nлучшая шумоизоляция  https://www.instagram.com/p/BwtdKFagcrC/  замена крыши дома цена  https://www.pinterest.dk/pin/566961040572743948/  кровельный материал линокром цена багажника +на крышу автомобиля рено кровля цена +за 1 кв метр  https://tr.pinterest.com/pin/566961040572189546/  https://www.instagram.com/p/BuA2Mesg68R/  материал фольгоизол  https://www.pinterest.co.uk/pin/566961040572189542/  андулиновая кровля монтаж  https://www.pinterest.au/pin/566961040572174497/  \r\nhttps://www.pinterest.at/pin/566961040579719795/   дё­е‡єгЃ—,дєєе¦»,еЂ‹дєєж’®еЅ±,з†џеҐі,зґ дєє  \r\nснег кровля шумоизоляция стен +в квартире современные материалы кровельные материалы калькулятор  \r\nhttps://www.pinterest.com/pin/566961040584224446/      50ж­ігЃ®е§‰гЃЁ45ж­ігЃ®ејџгЃЊгЃЉдє’гЃ„г‚’ж±‚г‚Ѓеђ€гЃ†г‚»гѓѓг‚Їг‚№гЃ®е‹•з”»\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelessaFugGT', 'msa.l.ih.ov.a.7549@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 11:02:12', '5.16.111.3', '1'),
(1126, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KaryTenZL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"krytomaz5@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81618115553\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5562:\"Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – ПОЛНЫЙ аналог Tagrisso/Тагриссо \r\nOsimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – лекарство, направленное на борьбу с раковыми клетками в легких, тем самым уменьшая размеры опухоли. Действие осуществляется за счет ингибирования тирозинкиназы. Эффективен данный препарат в первую очередь в отношении сенсибилизирующих мутаций, а именно - Т790М \r\n \r\nФорма выпуска \r\nПредставляет собой покрытые оболочкой капсулы. В каждой капсуле содержится 80 мг основного вещества, а также имеются дополнительные компоненты. \r\n \r\nДозировка препарата \r\nЧтобы был назначен курс лечения, необходимо пройти специальное обследование, а также сдать все необходимые анализы. Лечащий врач делает вывод о виде заболевания и о степени его тяжести, после чего назначает подходящий курс лечений. Дозировка препарата зависит от особенностей организма пациента, а также от стадии ракового заболевания. У нас вы можете Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) купить уже сегодня. На протяжении всего курса лечения состояние пациента регулярно проверяется, и если не был замечен положительный результат, врач может остановить прием препарата. Также потребность в прекращении курса лечения может возникнуть и при ухудшении состояния больного. \r\n \r\nПоказания к применению \r\nПрием препарата назначается при раке легких. Лекарство может быть назначено в случае, если другой препарат не оказал должного эффекта, а также при невозможности пройти больным процедуру химиотерапии. На Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) цена указана на нашем сайте. Мы гарантируем качество всех лекарств, представленных в каталоге. \r\n \r\nПротивопоказания \r\nНе рекомендуется осуществлять прием препарата: • Женщинам, находящимся на стадии беременности или лактации; • Больным с гиперчувствительностью на какой-либо из компонентов; • Детям в возрасте до 18 лет. Также запрещено употреблять лекарственное средство, если параллельно осуществляется курс лечения медикаментами, имеющих в своем составе зверобой. Актуальная на Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) стоимость указана в каталоге, заказ вы можете оформить прямо сейчас на сайте. \r\n \r\nПобочные эффекты \r\nВ основном побочные эффекты проявляются у каждого по-разному. Это зависит от индивидуальных особенностей организма пациента. Среди наиболее часто встречаемых: • боли в мышцах и суставах; • проблемы с печенью; • нарушение сердцебиения; • аллергические реакции; • боли в голове и головокружения. При появлении хотя бы одного побочного эффекта стоит обратиться за консультацией к лечащему врачу. Он решит, можно ли продолжать курс лечения, или выпишет аналог препарата в случае необходимости. В большинстве случаев Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) отзывы положительные. \r\n \r\nХранение и продажа \r\nХранение препарата осуществляется в темном, сухом и недоступном для детей месте. Срок годности составляет два года. Продажа лекарственного средства осуществляется по рецепту врача. Но у нас вы можете заказать препарат в онлайн-режиме. \r\nOsimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – ПОЛНЫЙ аналог Tagrisso/Тагриссо\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KaryTenZL', 'krytomaz5@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 11:39:50', '176.8.244.185', '1'),
(1127, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynPlalmCF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"rrheniaa@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88859873255\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:291:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynPlalmCF', 'rrheniaa@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 13:21:56', '94.139.232.119', '1'),
(1128, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DonnapiexyPN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"sarahconor579@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86911331384\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8766:\"Olanib (Олапариб 50мг) - Оланиб (Olaparib 50mg) - аналог Линпраза  \r\n \r\nСерозный эпителиальный рак яичников, маточных труб или первичный перитонеальный рак высокой степени злокачественности с наличием герминальной (наследственной) \r\nи/или соматической (возникшей в клетках опухоли) мутации гена BRCA у взрослых пациенток, ответивших (полный или частичный ответ) на платиносодержащий режим \r\nхимиотерапии (поддерживающая монотерапия при платиночувствительном рецидиве). \r\n \r\nЗдоровье теперь можно купить и за деньги вопреки старому утверждению. \r\nБлагодаря новым технологиям и уникальным разработкам ученым удается находить \r\nэффективные способы побеждать многие опасные болезни. И если совсем недавно \r\nонкологические больные с тревогой ждали ухудшения здоровья, надеясь только на чудо, \r\nто теперь специально для них появился отличный препарат Оланиб (Olaparib) - Olanib (Олапариб) - Аналог Линпраза, \r\nкоторый сумел спасти многих людей, остановить развитие заболевания, облегчить болезненное течение болезни. \r\n \r\nЕсли время было упущено – лекарство все равно поможет \r\nДаже, когда диагноз подтвержден, и действительно выявлена злокачественная опухоль, \r\nнельзя опускать руки, мысленно представляя, что радостного будущего уже не будет. \r\nСтоит бороться, утверждают врачи и те пациенты, которые использовали для лечения Оланиб. \r\nИ даже в том случае, когда поход к онкологу слишком затянулся, и была выявлена II или III стадия \r\nрака, это не приговор, а повод объявить болезни войну. \r\nЯвляется Оланиб аналогом Линпразы, уже зарекомендовав себя как сильное и надежное терапевтическое \r\nлекарство, позволяющее ощутить положительные результаты уже через непродолжительное время. \r\nСредство Оланиб (Olaparib) - Olanib (Олапариб) - Аналог Линпраза купить можно в нашей аптеке \r\nс доставкой в любой населенный пункт. Направлено воздействие препарата на лечение опухолей, \r\nкоторые начали развиваться у женщины в области яичников, и фаллопиевых труб. \r\nНаиболее актуальным становится препарат в том случае, когда обнаружено наличие метастазов, \r\nно по каким-либо причинам невозможно хирургическое вмешательство. \r\nВ случае, если опухоль все же развивается, это лекарственное средство способствует значительному \r\nослаблению тяжелого течения болезни, продлевая жизнь. \r\nНа Оланиб (Olaparib) - Olanib (Олапариб) - Аналог Линпраза цена вполне оправдывает эффективность \r\nлекарства. Востребовано оно и в том случае, когда химиотерапия не принесла желаемого результата, \r\nа анализы не показывают динамику улучшения здоровья. Вот когда Оланиб окажет свое эффективное \r\nвоздействие, при этом, не травмируя печень, почки и другие органы, как некоторые средства, \r\nявляясь токсичными и опасными. Прежде, чем предложить это лекарство для массового производство, \r\nоно прошло долгий путь – от серьезных и долгих клинических исследований до получения сертификата. \r\nУзнать, какая на Оланиб (Olaparib) - Olanib (Олапариб) - Аналог Линпраза стоимость вы можете, \r\nпозвонив нашему консультанту. \r\n \r\nМеры предосторожности \r\nПобочные явления могут встречаться у некоторых больных, проявляясь в течение терапии: • \r\nголовокружениями и головными болями; • запорами или поносом; • отсутствием аппетита; • \r\nраздражением слизистой носовой и ротовой полостей. Если возникают подобные состояния, \r\nлечащего врача обязательно следует об этом уведомить. \r\nВ целом про Оланиб (Olaparib) - Olanib (Олапариб) - Аналог Линпраза отзывы можно прочитать \r\nтолько хорошие. Дозировка препарата зависит от состояния здоровья, \r\nи курс лечения должен проходить под медицинским наблюдением. \r\nНе следует принимать препарат, если истек срок хранения. \r\n \r\n Olanib (Олапариб 50мг) - Оланиб (Olaparib 50mg) - аналог Липраза  | \r\n \r\nлинпарза олапариб \r\nолапариб цена \r\nолапариб инструкция \r\nолапариб инструкция +по применению \r\nолапариб отзывы \r\nолапариб купить \r\nлинпарза олапариб цена \r\nолапариб +в москве \r\nолапариб дженерики \r\nлинпарза олапариб +в россии \r\nlynparza olaparib олапариб \r\nлинпарза олапариб +в москве \r\nолапариб купить +в москве \r\nлинпарза олапариб отзывы \r\nолапариб линпарза дженерики цена \r\nолапариб отзывы +о результатах лечения \r\nолапариб отзывы +о результатах \r\nлинпарза олапариб lynparza olaparib \r\nлинпарза олапариб дженерики 13 \r\nолапариб цена купить \r\nпрепарат олапариб \r\nолапариб отзывы пациентов \r\nолапариб инструкция цена \r\nолапариб инструкция +по применению отзывы \r\n+кто принимал олапариб \r\nолапариб цена купить +в москве \r\nлинпарза олапариб отзывы +кто принимал \r\nлинпарза олапариб +в россии отзывы \r\nолапариб форум \r\nолапариб инструкция +по применению цена \r\nтаблетки олапариб \r\nлинпарза lynparza олапариб купить +в москве \r\nолапариб цена +в рублях \r\nолапариб производитель \r\nолапариб отзывы пациентов форум \r\nлекарство олапариб \r\nсколько времени надо пить олапариб \r\nолапариб +по омс \r\nлинпарза олапариб инструкция \r\nолапариб мнн \r\nолапариб осложнения \r\nолапариб инструкция +по применению цена отзывы аналоги \r\n+как применять олапариб \r\nлинпраза\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonnapiexyPN', 'sarahconor579@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 16:14:15', '176.8.244.185', '1'),
(1129, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelcekFT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"fgfhjke@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84719494657\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2631:\"На рынок вышел Новый тенофовир алафенамид производимый компанией \r\nNatco pharm для компании Aaprazer. Соответсвенно препарат наилучшего качество! \r\nПрименяется данное лекарственное средство в терапии Гепатита В в качестве монотерпии \r\nи в комбинированной терапии ВИЧ инфекции на ряду с другими препаратами. \r\nНа сегодня имеет самые малые побочные эффекты, практически не токсичен для организма и к нему не вырабатывется \r\nрезистентность у вируса. Рекомендую качественное средство для нуждающихся. \r\nтенофовир алафенамид купить \r\nтенофовир алафенамид цена \r\nтенофовир алафенамид инструкция \r\nтенофовира алафенамид фумарат \r\nтенофовир алафенамид 25 мг \r\nтенофовир алафенамид купить москва \r\nтенофовир алафенамид отзывы \r\nтенофовир алафенамид цена +в москве \r\nтенофовир алафенамид +в ташкенте цены \r\nтенофовир алафенамид купить минск \r\nалафенамид тенофовир 25 mg цена купить \r\nтенофовир алафенамид hepbest \r\nTAFSURE (Тенофовир алафенамид 25мг) - Тафшур (Tenofovir alafenamide) - аналог Vemlidy \r\nTAFSURE (Тенофовир алафенамид 25мг) - Тафшур (Tenofovir alafenamide) - аналог Vemlidy купить \r\nTAFSURE (Тенофовир алафенамид 25мг) - Тафшур (Tenofovir alafenamide) - аналог Vemlidy цена \r\nTAFSURE (Тенофовир алафенамид 25мг) - Тафшур (Tenofovir alafenamide) - аналог Vemlidy стоимость \r\nTAFSURE (Тенофовир алафенамид 25мг) - Тафшур (Tenofovir alafenamide) - аналог Vemlidy отзывы \r\nкупить таф \r\nтаф ульяновск \r\nтаф цена \r\nпрогнозы таф \r\nhepbest \r\nhepbest купить \r\nhepbest 25 mg \r\nтенофовир алафенамид hepbest \r\nхепбест \r\nтаферо \r\nтафнат \r\nкупить тафнат \r\nтафнат препарат \r\ntafnat \r\ntenofovir tafnat \r\ntafero купить\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelcekFT', 'fgfhjke@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 16:31:22', '37.115.153.111', '1'),
(1130, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelRaizeCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"freead@goowall.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83335641482\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"Are you having trouble carrying your debit trying to reach the top of the inflation escalator ?\r\n\r\nTo find out more search google for Amen Dollar\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelRaizeCY', 'freead@goowall.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 19:12:58', '69.167.26.27', '1'),
(1131, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"SleexHA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mailmeumhuc@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87362322194\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:459:\"ВАЗ-2114 (LADA Samara) — пятидверный хэтчбек Волжского автомобильного завода, рестайлинговая версия ВАЗ-2109, продолжение семейства под условным названием «Самара-2». Подробные технические характеристики, информация о двигателе и трансмиссии на http://bit.ly/vaz211440\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SleexHA', 'mailmeumhuc@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 19:50:44', '77.83.174.247', '1'),
(1132, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ElainetomIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"dddimaaaassss77@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87969821885\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:292:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ElainetomIJ', 'dddimaaaassss77@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-07 23:10:49', '94.139.232.119', '1'),
(1133, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RubinGuhVI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"petialogincev@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81931349475\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"Бизнес бот для Вашего бизнеса\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RubinGuhVI', 'petialogincev@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-08 02:40:46', '91.76.162.211', '1'),
(1134, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NeoFlildJF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"gavincarlos1999919@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85266293435\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2911:\"Dog training Centre ‘Asantiko’ (Ukraine) is offering elite puppies of different breeds. \r\n-The Tibetan Mastiff Dog Breed is the main area of the Centre. There are more than 300 puppies available, their parents are brought from China. \r\nThe puppies parents are multiple winners of the Championships in Ukraine and other countries. \r\n-Sredneasitskaia shepherd \r\n- Kavkazskaia shepherd \r\n- Belgian shepherd dog malinois \r\n- Amerikan akita \r\n- Alaskan malamute \r\n- Newfoundland \r\n- Welsh corgi pembrok \r\n- Chow-chow \r\n- English bulldog \r\n- French bulldog \r\n- Pekinese \r\n- Shih tzu \r\n- Maltese \r\n- German spitz (pomeranian) \r\n- Yorkshire terrier \r\n- Chihuahua \r\nLarge selection of puppies (over 1000) \r\nWorldwide shipping \r\nWe are interested in concluding long term agreements with Dog training organizations, clubs and private persons to present interests of Dog Centre ‘Asantiko’ in other countries. \r\nThe representative’s tasks: \r\n- search of potential buyers \r\n- support of purchase / sale contracts (shipping logistics, meeting the veterinary import requirements, financial arrangements with the buyers and other issues, arising during the contract implementation) \r\nOur contacts: \r\nEurope              evropa.asantiko@gmail.com \r\n                   Watsapp / Viber, +380 50 8098593 \r\nUSA                   usa.asantiko@gmail.com \r\n                   Watsapp / Viber, +380 50 8098594 \r\nAsia, Africa         asia.afrika.asantiko@gmail.com \r\n                    Watsapp / Viber, +380 50 8098568 \r\nКинологический центр &quot;Асантико&quot; (Украина) предлагает элитных щенков разных пород. \r\n-Породы тибетских мастифов - основная сфера деятельности Центра. Доступно более 300 щенков, их родители привезены из Китая. \r\nРодители щенков являются многократными победителями чемпионатов в Украине и других странах. \r\n \r\nМы заинтересованы в заключении долгосрочных соглашений с кинологическими организациями, клубами и частными лицами для представления интересов кинологического центра «Асантико» в других странах. \r\n \r\nhttp://www.asantiko.com.ua      http://www.youtube.com/c/Asantiko \r\nкупить щенка шпица в ярославле недорого\r\nщенки йоркширского купить в спб недорого\r\nкупить щенка мини шпица недорого\r\nсобака динго купить щенка цена\r\nавстралийская овчарка аусси купить щенка\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NeoFlildJF', 'gavincarlos1999919@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-08 03:11:19', '77.222.139.182', '1'),
(1135, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"skyreveryFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"malinoleg91@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83952678636\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1457:\"https://skyrevery.ru/airplanes/falcon-900ex/ - Частный самолет Falcon 900EX (Фалькон 900)        -  подробнее на нашем сайте https://skyrevery.ru - skyrevery.ru \r\nhttps://skyrevery.ru/ - Аренда частного самолета с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна https://skyrevery.ru/ - аренда самолета срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'skyreveryFexQL', 'malinoleg91@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-08 04:45:02', '93.120.156.67', '1'),
(1136, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"adamen18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"jackaa3@yuji2910.masaaki28.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87821266875\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:247:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://sexsviedios.newhotgirlpic.instakink.com/?kendal \r\n\r\n katie morgan porn vides xxxhardcore porn vidoes butch dyke porn free online lesbian porn pussy nickeloedeon porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'adamen18', 'jackaa3@yuji2910.masaaki28.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-08 06:01:53', '23.129.64.210', '1'),
(1137, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfemUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85565394985\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:165:\"New MLM Project Celluvation http://eaccrc.com/evg7773 Youth. Brain. Energy Our Cellular Rejuvenation Beauty Crystals. Celluvation - Молодость кожи Youth\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfemUH', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-08 20:03:06', '188.163.109.153', '1'),
(1138, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KelliFusUC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ertyuiug777f87@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84189326239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:292:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KelliFusUC', 'ertyuiug777f87@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 00:38:13', '94.139.232.119', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1139, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84911893729\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5035:\"There are porn sites; then there is pinkdino.  magpost is harmonious much the hottest website pertaining to posting awesomely rancid videos from all leading porn studios; busty milfs, tremendous cocked motherfuckers, wannabe clueless virgins, offensive ebonies, cuckoo freaky parties…you be informed what I mean. Their uncircumscribed library not ever runs out like a elucidate of satisfied, and you potency as justly not entrust a abandon a fuck up your pronounced daylight in spitefulness of a fap session. Ads suck, and at anybody passion inclusive this place is that its ads loosen; that’s not something you can aver here lots of autonomous sites these days. \r\n \r\nThe place is as decontaminated as Mia Khalifa’s pussy. It has a minimalist layout, and you bring be greeted away a in the lead condition that has tags, a cam spin-off, up on button and a search. In putting together, the porn videos are arranged not later than attend with no borders, at bottom thumbs, and a laconic category that pop-ups when you loiter over representing a preview. That should take up fucking the in general shooting match you need. The PornDude is impressed (doesn’t make known one&#039;s hands compliant) during the orderliness and frankness of this site. Although I would answer the unvaried with watch to the videos on this fingers on; they are foolhardy, rare, scabrous and hardcore. But then, that’s what all of you gungy minds are looking for. Enlist out me postulate; you figure out like clammy fapping habits are yon to gradation a rifling elevated already, right? Slacken up on man; your plaything classified is safe with me. \r\n \r\nIf you were wise relinquish energetic torpid on jerking this time, you puissance be in with child on visiting  dtvideo.  pinkdino. The possibilities of jerking your dick chafed are noticeably high here, fucker. Authenticate into clear-cut discern these categories ranging from amateur, anal, ass, pretentiously tits, scoundrel, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, normal tits, bacchanalia, genuineness, redhead, undernourished, teen, threesome to orgies. Don&#039;t you on these juicy? Suck my cock! All you in place of is put your fucking mouse, click on the fair button in the menu, and all floodgates to empyrean alter into off open. With a porn database the measure of the Atlantic, I’m timid you already buried your toil freak. \r\n \r\nThe motto at magpost “Well-grounded Porn,” and that’s winsome much your convergent need. Anything else is a fucking diversion on at the wink of an eye, and you don’t shortage it, motherfucker. With the sites’ unusually spartan layout which makes it leisurely as pie quest of you to navigate across the categories, no hustles when locating your favorites. All the clips uploaded on this within an eyelash of are 100% excise send to coventry clips. The chances are that you won’t be excellent to chaperon those true videos on any other site. \r\n \r\nVideo eminence can be adjusted and ranges from 240p all the started up to a special 1080p or Flawless HD. And relate me who the fuck doesn’t swain quality? Newer videos liking have chock-full HD playback, but if you lead affect in quash to the older videos, worth can be a shred lower in support of bald reasons. The streaming is also placidity and to put by you can download the videos without having to conscript up, which is also a open-handed bonus. I despise having to rescind a catchword justifiable to access porn, don’t you? \r\n \r\nAnother countless function on this position is that there is a good paragraph on displayed on the corner that tells you from where the size originated. I identify some of you motherfuckers authority not meticulousness, but frankly, there is something far schedules. You can phylum the videos draw near length and the reckon of tags. Means inasmuch as you purulent jerking sessions, in spite of that occurrence, you potency should proffer to an hour in the vanguard your wife gets where it hurts --- trusteeship me it&#039;s not calibre risking, fucking sketch it. To the fullest compass a lastly matters. It’s more like a whore sorting at sovereignty her men anyway the extent of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the the change one&#039;s mind of the tranquillity on dtvideo is showcasing the horrid Realitykings videos and respective clips from the Bangbros Network. You determination lurch far-off on this locality so myriad fucking times, and check in down with to the heights of adoring this bloody site. It has freaking caboodle you can scarcely hallucinate of now. You know, it’s without rarity facetiously to patrol a hoary whore get her ass spread neighbourhood a immense jet cock in a felonious blow-up! Ebony lesbians infuriate each other with troll dildos. But don’t correct tolerate the weight there motherfucker, during the condemn install and upwards the porn mecca yourself. \r\n \r\nNothing but the arbitrary eminence on pinkdino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 01:24:07', '62.245.71.110', '1'),
(1140, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"VikaTapReenteeGonRU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"parsencevag@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86397925778\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"Beautiful woman \r\nBeautiful girl \r\nBeautiful girls photos \r\nRussian girl \r\nRussian women\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VikaTapReenteeGonRU', 'parsencevag@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 02:40:43', '179.107.49.128', '1'),
(1141, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83656262521\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2250:\"https://economicsessay860.blogspot.com\r\nhttps://thesiswritingservice12.blogspot.com/\r\nhttps://buyessay-papers.blogspot.com/\r\nhttps://5paragraphessay12.blogspot.com/\r\nhttps://samplecollegeadmissionessays1.blogspot.com\r\nhttps://howtowriteahooksentence.blogspot.com/\r\nhttps://apaarticlecitationgenerator.blogspot.com/\r\nhttp://write-myessay-for-me.blogspot.com/\r\nhttp://howtowritea-paper.blogspot.com/\r\nhttps://interestingexpositoryessaytopics1.blogspot.com/\r\nhttps://bookreports51.blogspot.com\r\nhttps://essaywritingcom3.blogspot.com\r\nhttps://cheapessaywritingserviceuk2.blogspot.com\r\nhttps://sourcesshouldyouuseinaresearchpaper.blogspot.com/\r\nhttps://examplesofgoodessaywriting12.blogspot.com/\r\nhttps://tasentenceexamples.blogspot.com/\r\nhttps://thereflectiveessay.blogspot.com\r\nhttps://researchpaperessayexample.blogspot.com\r\nhttp://papersforcollegeadmission.blogspot.com/\r\nhttp://cornellapplicationpaper.blogspot.com/\r\nhttps://howtocitemoviequotemla.blogspot.com/\r\nhttps://lawschooladmissionsessay429.blogspot.com\r\nhttps://wellwrittenessays12.blogspot.com/\r\nhttps://santawritingpaper.blogspot.com/\r\nhttps://completedtermpapers1.blogspot.com/\r\nhttps://homeworkessayhelp2.blogspot.com/\r\nhttps://helpwithmycoursework12.blogspot.com/\r\nhttps://termpapersample870.blogspot.com\r\nhttps://pealstructure.blogspot.com/\r\nhttps://reviewessaytopics.blogspot.com/\r\nhttps://cheap-prosocial-behaviour-essay.blogspot.com/\r\nhttp://getpaperwritten.blogspot.com/\r\nhttps://casestudywriters2.blogspot.com/\r\nhttps://comparativeessay12.blogspot.com/\r\nhttps://writeanessayforme1.blogspot.com\r\nhttps://dissertationwtitinghelp.blogspot.com/\r\nhttps://howtowriteananalysisessay1.blogspot.com/\r\nhttps://admissionessayhelp372.blogspot.com\r\nhttps://professionalpresentationwriters.blogspot.com/\r\nhttps://compareandcontrastessay0.blogspot.com\r\nhttps://healthessay1234.blogspot.com/\r\nhttps://howtowriteaninterviewpaper123.blogspot.com/\r\nhttps://goodbiologyeetopics.blogspot.com/\r\nhttps://b-uy-cheap--essay.blogspot.com/\r\nhttps://academicresearchpaper10.blogspot.com\r\nhttp://write-my-term-paper.blogspot.com/\r\nhttps://researchpaperformat416.blogspot.com\r\nhttps://collegetermpapersforsale.blogspot.com/\r\nhttps://descriptiveessays12.blogspot.com/\r\nhttps://essayformecomwriting2.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 04:29:53', '178.137.16.51', '1'),
(1142, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"buy generic viagra online\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83472599999\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:274:\"The recommendation is to talk to your physician regarding your concerns about using Viagra especially with your history of a stroke. buy viagra online Advertising rules in the UK and some other European markets do not permit the direct promotion of prescription drug brands.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'buy generic viagra online', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 05:01:02', '31.184.238.4', '1'),
(1143, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamDefNM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"vlad.zosimchuk@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87839942322\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"Delovoy.net \r\n \r\nДоска объявлений по продаже компьютеров и электроники\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamDefNM', 'vlad.zosimchuk@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 11:09:54', '94.29.72.33', '1'),
(1144, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84215623774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"how does homework help you study\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 13:21:43', '123.143.224.42', '1'),
(1145, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharm8c@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83387712413\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"generic viagra rite aid breaking news \r\ngeneric viagra what google did to me \r\n \r\ngeneric viagra usa today my review here \r\ngeneric viagra today visit site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharm8c@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 14:13:09', '178.137.80.124', '1'),
(1146, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DennisReirlJE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ptr.strelnik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87535129462\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:147:\"Как правильно выбрать рулонный газон? \r\n \r\nhttp://diamond-nn.ru/lifestyle/family-activities/gazon-na-uchastke/1680/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennisReirlJE', 'ptr.strelnik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 18:05:19', '94.29.73.233', '1'),
(1147, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianwabYD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"kovaleva.tolya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89519251449\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"123 movies \r\n \r\n123 movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianwabYD', 'kovaleva.tolya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 23:06:42', '94.29.72.33', '1'),
(1148, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndresskicaTP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"edik.semenyak@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82413744526\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"putlocker today \r\n \r\nputlocker\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndresskicaTP', 'edik.semenyak@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 23:06:42', '94.29.72.33', '1'),
(1149, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesbagGW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"kubasov_aleshka@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89424325132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"123movies.com \r\n \r\n123movie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesbagGW', 'kubasov_aleshka@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 23:06:45', '94.29.72.33', '1'),
(1150, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EllenfredyKP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"razzhiwin@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89393191891\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:292:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EllenfredyKP', 'razzhiwin@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 23:34:29', '94.139.232.119', '1'),
(1151, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fev.gen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84221271662\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:159:\"New MLM Project Celluvation http://tkfl777.com/ Youth. Brain. Energy Our Cellular Rejuvenation Beauty Crystals. Celluvation - Молодость кожи Youth\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'fev.gen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-09 23:52:16', '188.163.109.153', '1'),
(1152, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesNeisaOT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ptr.volyanik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87272957526\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"Как правильно выбрать рулонный газон? \r\n \r\nhttps://www.beesona.ru/press/2217/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesNeisaOT', 'ptr.volyanik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 07:57:19', '94.29.73.233', '1'),
(1153, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianremYF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"banushkin_makar@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86123749968\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:137:\"Как правильно выбрать рулонный газон? \r\n \r\nhttp://penza-post.ru/zelenyy-gazon-v-rulonah-cena-voprosa.dhtm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianremYF', 'banushkin_makar@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 07:57:19', '94.29.73.233', '1'),
(1154, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"254611127\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:75:\"That is a good  present for win. puertobarillas.com \r\nhttp://bit.ly/2KxyWXS\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 16:27:05', '185.230.127.123', '1'),
(1155, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EllenfredyKP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"razzhiwin@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88153591796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:366:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/bbb.jpg \r\n \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EllenfredyKP', 'razzhiwin@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 20:42:24', '94.139.230.65', '1'),
(1156, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomasLodayVY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"lermondmaryjose92@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81897532569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"most widely used illegal drug  stilnoctno.mycindr.com  mouth swab drug test chart\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasLodayVY', 'lermondmaryjose92@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 22:00:16', '51.15.15.164', '1'),
(1157, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertOredsNC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox555@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89126972791\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:150:\"Good post, I love it so much.I was very lucky to discover your website. It has so much helpful info! \r\nhttps://howtolinkinapeelparagraph.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertOredsNC', 'inbox555@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-10 22:55:19', '178.137.16.51', '1'),
(1158, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"zdrowebyKZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"tomekzdrowisko@o2.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82943759129\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"http://zdrowebycie.pl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'zdrowebyKZ', 'tomekzdrowisko@o2.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-11 03:52:46', '185.234.218.141', '1'),
(1159, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82213712784\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:834:\"Срочный ремонт iPhone, iPad и др. устройств Apple в Киеве Kyiv http://i7phone.com.ua в Украине Вы можете отправить нам на диагностику и ремонт в Сервисный Центр i7phone из любого региона Украины «Новой Почтой» 063-229-3386. ремонт iPhone, Наши услуги владельцам Айфонов всех поколений, выполнить ремонт iPhone в Киеве дешево, дешевле, чем стоит, ремонт iPhone 4s/4/5s/5/SE/6/6s/6 Plus/3/3G/3GS в Киеве, Сервис центр Apple. Ремонт iPhone, iPad, iMac. Apple техника,  это обойдется вам гораздо дешевле, чем покупка нового телефона\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-11 08:53:02', '188.163.109.153', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1160, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardMearo\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"331387151\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:815:\"Hi!  puertobarillas.com \r\n \r\nWe make available \r\n \r\nSending your commercial offer through the feedback form which can be found on the sites in the Communication section. Contact form are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This method improve the chances that your message will be read. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 99 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nSkype live:contactform_18 \r\nEmail - ContactForm@make-success.com \r\nWhatsApp - +353899461815\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardMearo', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-11 09:38:06', '31.13.190.254', '1'),
(1161, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EllenfredyKP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"razzhiwin@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83835226462\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:366:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/bbb.jpg \r\n \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EllenfredyKP', 'razzhiwin@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-11 22:04:17', '94.139.224.135', '1'),
(1162, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"reopSomeZP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"xiao0000013@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82749288267\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5735:\"The well-known manufacturer van sneakers grew to become an incredibly well-liked producer among action men and women. The Vans Sneakers Group, which was an strategy by its Founder Paul Van Doren was began in late inexpensive converse sneakers sixties. toms shoes sale In accordance to Paul Van Doren, the main aspect was earning a variety of footwear and just after that marketing them from his specific retailer specially to your community, that may lessen out the middleman expenditures these as distribution bills, retail internet marketing and promoting etc. This stage permitted him to keep his marketing prices little and nevertheless create a great profit. This idea grew to become truth because the Vans shoes business enterprise, a corporation which was formally launched on March fifteen, 1966. Right this moment, the manufacturer has developed to some phase where it&#039;s the most favored shoe design, that may be worn among gentlemen, women, surfers, men and women nowadays within the skateboard, and BMX culture. The wide bulk of your footwear element a lessen prime, slip-on design aquiring a rubber sole. Nevertheless, there are a few other style possibilities much too. To get started on with, there are actually the fundamental slip on vans, that are for relaxed use and possess just one or two shades, plus they slip on for the foot without any shoelaces, that&#039;s vans footwear sale its incredible ingredient. Then we閳ユ獫e obtained the skate vans, that materialize to generally be thicker than classic slip on, they supply additional consolation and guidance to stake boarders. Then there Chuck Taylor All Star are literally surf vans, which could maybe be slips or laced. These have presently been built for beachwear and for that reason are light-weight and trim, with even thinner sole than other Vans styles. \r\n \r\nLots of these on line internet websites gives the prom overnight much similar to the summertime year. All by wintry predicaments obtain the cold temperature formals at this time. Vans sneakers definitely can be a main corporation specializing through the manufacture of footwear with its branches while in the u . s ., Europe and Asia. The corporation has a fascinating heritage. It started off in March sixteen, 1966, when Paul Van Doren, who then owned a producing rubber, set up a shoe shop, footwear vans by using a few other companions, for that reason the title VAN閳ユ┎ 閳ユ笗eans with Van. The company was outstanding due to the fact the footwear wound up bought precisely the exact same working day they were being staying developed. \r\n \r\nThe shop made available twelve pairs of sneakers the main operating day as well as the sneakers are identified as Faith閳ユ獨 sneakers. Vans footwear, some alterations in 1980 as soon as they branched to provide footwear for various sporting activities this kind of as basketball, soccer, and so forth. a certain put in time was also viewed on condition that the organization by itself as observed in financial debt that experienced prolonged gone bankrupt, but its producers paid out creditors and vans shoes were being again heading in the suitable path for 3 quite a few years. The business enterprise was offered subsequent a particular time and it&#039;s been because remodeled possession numerous intervals, the final word change arrives in the yr 2004. Vans trainers footwear are their clientele all through 3 continents, The united states, Europe and Asia. The organization internet internet site can be the finest site to acquire good choice of shoes obtainable. Vans Footwear has typically cared for the non-public contact in position will do the ideal ingredient to purchase footwear for vans is often that you simply could get to structure their very own footwear, along with the addition of tailor produced vans on their converse footwear possess web-site in 2004. The choice is between 3 versions of shoes: Interval, Slip Ons and Old skool. At converse jack purcell enough time you have developed your possibilities with regard into the Chuck Taylor All Star variety of shoes to have the buyer is directed to your various website page via which the intercourse through the shoe toms shoes sale must be provided within the subsequent web site is where by by might be the sunshine. We purchased to style and design and style each part on the shoe beginning together with the eyelids for the vans shoes sale language in the final coloration with the shoe. \r\n \r\n閳ユ钒ans has expanded to industry dresses by acquiring an extraordinary collection of t-shirts and shorts in addition to the like. The corporation also provides funky components like luggage, backpacks, hats, wallets, scarves, armbands, plus a lot far more. The organization was element in the allocation operation wrap-up thinking of the fact that 1995. Sean Penn gave the footwear to people across the globe on condition that he was though inside the youth cult movie 閳ユ窋ast Instances at Ridgemont Sizeable. Converse Chuck Taylor Shoes 閳?Standard However Stylish \r\n \r\nhttp://cheapyslbags.lofter.com/post/2005fcd3_12e14114b \r\nhttp://yslonlinestore.lofter.com/post/2005f51b_12e143368 \r\nhttp://replicayslbag.lofter.com/post/2005f8e6_12e1427ef \r\nhttp://replicayslbag.lofter.com/post/2005f8e6_12e13c898 \r\nhttps://www.houzz.com/projects/5627368 \r\nhttp://cheapyslbags.eklablog.com/check-out-friendly-laptop-computer-bags-for-all-of-you-a159990860 \r\nhttp://cheapyslbags.eklablog.net/leather-duffel-bag-a159990894 \r\nhttp://cheapyslbags.eklablog.net/tsa-authorized-notebook-luggage-a159990884 \r\nhttp://cheapyslbags.eklablog.com/the-value-of-acquiring-a-weekend-bag-in-the-collection-a159990870 \r\nhttps://cheapyslbags.hatenablog.jp/entry/2019/03/09/111443\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reopSomeZP', 'xiao0000013@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-11 22:29:52', '113.66.11.95', '1'),
(1163, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgoStedoJC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"dqiyhwbl@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88471979688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"casino demo gratuit machine sous \r\njouer au casino gratuitement 770 http://casinoballurex.com/ - casino 770 jeux gratuits dernieres machines \r\nslots machines gratuites las vegas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgoStedoJC', 'dqiyhwbl@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-12 12:49:35', '178.159.37.38', '1'),
(1164, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WhitneyhaubyWF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"irasvetlova@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83821185677\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:551:\"How to quickly build a customer base and select test subjects for training. \r\nBeginners are often afraid of the lack of customers. But if you have gone through good training, purchased high-quality materials and equipped your workplace, a start has been made. Be patient and act. \r\n \r\nAs &quot;guinea pigs&quot; invite friends and good friends. Pay attention to the groups in social networks in the style of “Looking for models”, where beginner masters offer their services for a small price (and sometimes for free)... http://bit.ly/customer-base\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WhitneyhaubyWF', 'irasvetlova@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-12 14:44:34', '45.66.9.92', '1'),
(1165, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"farmerelen@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89151172879\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:291:\"http://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', 'farmerelen@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-12 15:35:42', '94.139.224.135', '1'),
(1166, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BokepDexFH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hdsexfilme.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88476381456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"malay bokep \r\nhttp://www.malayporn.mobi/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BokepDexFH', 'hdsexfilme.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-13 02:16:32', '167.86.89.72', '1'),
(1167, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"farmerelen@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81559221742\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:362:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcam/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', 'farmerelen@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-13 05:25:00', '94.139.224.135', '1'),
(1168, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"farmerelen@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81886832942\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:365:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://b.link/mysexcam - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://b.link/mysexcamm - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://b.link/mysexcamm/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', 'farmerelen@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-13 12:29:07', '94.139.224.135', '1'),
(1169, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"buy generic viagra online\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorackedana93@mail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84563574982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:500:\"In this study, we report the incidence of side effects (some previously reported in previous trials and/or product labeling, and others learned through institutional and international community experience) in pediatric patients on sildenafil monotherapy or in combination with other pulmonary vasodilators. buy viagra online вЂњArginine boosts nitric oxide, which relaxes blood vessels, the same basic effect that Viagra has, to treat erectile dysfunction and maybe even prevent it,вЂќ said Dr.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'buy generic viagra online', 'gorackedana93@mail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-13 22:46:05', '31.184.238.4', '1'),
(1170, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"excen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"kr.u.lo.v.vv.1.98.111.@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87686888677\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:238:\"41982free porn raps\r\nnaruto sex vid\r\nadult sex pictures fullscreen\r\nguy fucking black girl\r\nhardcore gang bang trailers\r\n \r\n \r\n \r\ntaiwan basket sex\r\ngirl lesbian teen video\r\nforming of breasts video\r\npatty loveless porn\r\nfrance sexy video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'excen', 'kr.u.lo.v.vv.1.98.111.@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-13 22:55:22', '178.159.37.18', '1'),
(1171, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"lloydix18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"lesteryg69@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83796632639\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"Sexy photo galleries, daily updated pics\r\nhttp://menfloraltee.allproblog.com/?thalia \r\n\r\n free teenage porn videos to watch disney full comic porn kandy porn amanda marie hot porn italian girls direct download soft porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lloydix18', 'lesteryg69@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 02:49:25', '185.220.101.31', '1'),
(1172, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertmibVD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"zubakhin.kirya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83354147928\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"www.clovis.com.ua \r\n \r\nООО &quot;Кловис Индастриал&quot;: Ремонт картоплечистки\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertmibVD', 'zubakhin.kirya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 05:23:57', '94.29.72.33', '1'),
(1173, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RalphdemIL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"myonlinepills@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81553998946\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"Buy Reeach Chemicals, Pain Killers, HGH, Sex Pills, Anxiety Pills . Visit our website at http://www.mysecurepharmacyonline.com for more details .\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RalphdemIL', 'myonlinepills@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 06:43:49', '62.210.111.127', '1'),
(1174, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AnthonyHox\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"marketing-team@aplana.us\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"118134174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1017:\"Hi! We are working with businesses like yours to support them in the creation of excellent websites and mobile apps of any complexity and specification. \r\nIf your CEO / CTO / CIO has plans to launch new digital resources or update existing ones (to iOS 13 for example), Aplana can be a valuable partner and assist in achieving those goals. \r\nAplana was featured on the Clutch Rating List of the Top-200 Best Custom Software Developers 2018 in the world (you may google this information). \r\nSince 1999 we have launched over 1500 small and large IT projects worldwide. We deliver digital projects to US customers through our highly skilled software teams in Eastern Europe. \r\nThis structure allows us to keep the cost for our services reasonable and justified while maintaining a quality of work that is exceptionally high. \r\nPlease contact us if you have any technical RFP ( request@aplana.us ) or visit us at http://aplana.us \r\nto get more info. \r\nPlease, accept our apology if it currently doesn&#039;t apply to you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyHox', 'marketing-team@aplana.us', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 12:38:13', '87.101.94.76', '1'),
(1175, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WilliewaymnWZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81636481842\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:331:\"http://xn--80aa4ck.xn----7sbafcvrd1a5e1e.xn--80adxhks   Дешевые авиабилеты Фаса - Москва, авиабилеты, авиабилеты москва, авиабилеты дешево, авиабилеты онлайн, купить авиабилеты, авиабилеты официальный сайт\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliewaymnWZ', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 15:45:19', '188.163.109.153', '1'),
(1176, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"777dfghjk777@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82864777668\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:352:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttps://u.to/y5unFQ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttps://u.to/y5unFQ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttps://u.to/y5unFQ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', '777dfghjk777@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 16:18:00', '94.139.224.135', '1'),
(1177, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"http://auto-vip.org/PN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"tolikpohilko9268@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89652924259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1271:\"[color=transparent - Не теряй времени РЕГЕСТРИРУЙСЯ скорее!! http://auto-vip.org/   https://gromcalc.com/ \r\n \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttp://auto-vip.org/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/ \r\nhttps://gromcalc.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'http://auto-vip.org/PN', 'tolikpohilko9268@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 16:34:36', '2.61.138.224', '1'),
(1178, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"tonyaor4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"rolandvn2@sora59.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86362864188\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Sexy teen photo galleries\r\nhttp://huge.jug.instakink.com/?nataly \r\n\r\n new porn genres splatter porn movie big wet asses 14 gantz porn flv free porn kim possible porn gallery\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'tonyaor4', 'rolandvn2@sora59.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 17:50:27', '109.70.100.19', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1179, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesblorbLO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88764751826\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:660:\"Блоговедение или блог, как бизнес http://v-i-s-a-r-t.ru/ Давно хотели научиться делать сайты и блоги, но все постоянно откладывали? Самое время начать! Курс о заработке на профессиональных сайтах и блогах на движке WordPress с нуля.  Главная особенность этого курса в том, что у Вас будет личный наставник, который всегда  придет на помощь и ответит на все волнующие вас вопросы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesblorbLO', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 18:48:53', '188.163.109.153', '1'),
(1180, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"faithoc18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"ivanjw7@norio8810.akira79.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82383541987\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://dating.free.fetlifeblog.com/?ashton \r\n\r\n lesbian porn picks butthole porn site immagrant porn picture archive porn modles you porn rebecca loos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'faithoc18', 'ivanjw7@norio8810.akira79.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-14 21:42:51', '195.206.105.217', '1'),
(1181, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"NormandTreceDA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"proekt11@cheapscript.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86857629875\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1877:\"Keep Your Skin Moist and Youthful With Hyaluronic Acid!  \r\n \r\nHyaluronic Acid is a Safe and Natural Anti-Aging and Moisturizing Substance! \r\n \r\nInstead of trying odd artificial products with little to no science behind them, using Hyaluronic acid is certainly the better choice. It is a natural ingredient of human skin, which helps it look plumper and prevent wrinkles. Look Younger the Natural Way! Babies have a lot of Hyaluronic acid in their skin, making it so deliciously soft and smooth. By rubbing hyaluronic acid twice a day into your skin, you can regain some of that smoothness in time, giving you a younger look and healthier skin. \r\n \r\nIt works on ALL skin types and of course it works just as well on men as it does on women! No matter if you have oily, dry or mixed skin; Hyaluronic acid will work just as deeply and thoroughly. Take Control of Your Skin&#039;s Health! Our skin needs a lot of care to retain its youthful elasticity and looks. As we age, our skin loses a lot of its Hyaluronic acid and collagen. \r\n \r\nThis causes wrinkles to appear, especially after the age of 40. By replenishing some of that Hyaluronic acid, we can delay aging and retain youthful looks for a lot longer. \r\n \r\nGet rid of Sagging and Minimize the Appearance of Pores! \r\n \r\nHyaluronic Acid: \r\n- Makes Pores Less Visible \r\n- Diminishes Redness \r\n- Lifts and Firms Sagging Skin \r\n- Gives You Softer and Smoother Skin Texture \r\nHyaluronic Acid from Instaskincare is one of the purest products you can find! \r\n \r\nUse high quality products, like Hyaluronic Acid from Instaskincare, to safeguard your health ensure that you will have the best possible results! \r\n \r\nIngredients: purified water, hyaluronic acid, phenoxyethanol (0.1%) \r\n \r\n100% results guarantee!100 Pure HYALURONIC ACID AntiAgingPlumps WrinklesIntense Hydration 2oz ? \r\nhttps://ebay.us/EQReqy \r\nhttps://ebay.us/EQReqy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NormandTreceDA', 'proekt11@cheapscript.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 01:27:42', '185.127.27.42', '1'),
(1182, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"REMONTKeptJB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"aa3g.hd.d@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87529124969\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:850:\"Denver university location * Video\r\nDenver university location Denver university location Airport Service RTD is making local and international travel easier than ever. With the University of Colorado A Line and SkyRide bus service we’re providing easy, affordable, and reliable transportation to Denver International Airport with direct access to airline check-in, baggage check, security screening, and baggage claim. Home Services Airport service The easiest way to and from Denver International Airport Flagger Removal The Regional Transportation District (RTD) has obtained approval from the Colorado Public Utilities Commission (CPUC) and Federal Railroad Administration (FRA) for the removal of the crossing attendants, or flaggers, from six of ...\nThe post Denver university location * Video appeared first on Pharma.\r\n\r\n \r\nBotswana Finance\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'REMONTKeptJB', 'aa3g.hd.d@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 04:43:40', '134.249.209.23', '1'),
(1183, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"777dfghjk777@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84941738386\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:317:\"http://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://lidia.miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', '777dfghjk777@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 06:04:27', '94.139.224.135', '1'),
(1184, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"lFemJJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"budyanskiy.mitya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82559214773\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:574:\"Обратил внимания в последнее время стало всё сложнее в поиске найти рабочую ссылку на гидру. \r\nвсё больше фейковых сайтов стало разводиться которые пиздят наши аккаунты! \r\nПравильная ссылка на гидру, работает через тор - http://hydrarutj2m4cjfj.onion \r\nВ настоящий момент, рабочая ссылка на гидру – http://ruhydra.ru \r\n \r\nгидра орион ссылка\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lFemJJ', 'budyanskiy.mitya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 12:47:48', '217.146.88.41', '1'),
(1185, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"bessiecx4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"ettarg5@tamotsu70.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82827957482\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"New hot project galleries, daily updates\r\nhttp://windpantsfetish.gaydildo.xblognetwork.com/?julia \r\n\r\n porn view teens midwest mandy porn free hot lesbian porn pussy lickers free need bang porn adult leaf porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bessiecx4', 'ettarg5@tamotsu70.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 16:19:20', '199.249.230.109', '1'),
(1186, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"777dfghjk777@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89783794519\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:397:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttpshttp://lidia.miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', '777dfghjk777@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-15 21:14:53', '94.139.224.135', '1'),
(1187, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardSakMP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"kosmodemyanskiy_ilya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81439483913\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"Юридические услуги в Запорожье \r\n \r\nВзыскание алиментов на несовершеннолетних детей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardSakMP', 'kosmodemyanskiy_ilya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 01:14:09', '46.173.55.27', '1'),
(1188, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuaSpumeJQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"david.prodolnov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81268491766\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"послуги адвоката в дніпропетровську \r\n \r\nСправка о дорожно-транспортном происшествии\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuaSpumeJQ', 'david.prodolnov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 01:14:09', '46.173.55.27', '1'),
(1189, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83511848794\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:539:\"Hair - it&#039;s a fair mirror, &#039;issuing&#039; a lot of information about each of us: the degree of well-being, mental and physical health, lifestyle, habits, attitudes towards self ... https://synthroidmedication.net/index.php?letter=S Over\r\n \r\n \r\nErectile dysfunction suffer more than 50 % of senior men. Erectile dysfunction suffer more than 150 million men all over the world, including approximately 20 ... Counter Buy\r\n \r\n \r\nhttp://www.lmfafootball.ca/index.php/league-events/category/atom/atom-hawks/2019-06-14/\r\n \r\nfktrpr94f\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 05:59:30', '178.159.37.17', '1'),
(1190, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BokepDexFH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hdsexfilme.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86387579635\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"malay bokep \r\nhttp://www.malaywap.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BokepDexFH', 'hdsexfilme.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 07:44:58', '167.86.89.72', '1'),
(1191, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AngelaQuasyZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"777dfghjk777@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86269269916\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:397:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://lidia.miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttpshttp://lidia.miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaQuasyZG', '777dfghjk777@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 10:43:39', '94.139.224.135', '1'),
(1192, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ooorfCopOB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oooorf.com@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83331117361\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2824:\"Охрана труда \r\n \r\nРЈРґРѕСЃС‚РѕРІРµСЂРµРЅРёРµ СЃС‚СЂРѕРёС‚РµР»СЏвЂ“ РєСѓРїРёС‚СЊ РєРѕСЂРѕС‡РєРё РЅР° СЃР°Р№С‚Рµ ooorf.com РїРѕ РЅРёР·РєРѕР№ С†РµРЅРµ. РџРѕР»СѓС‡РёС‚СЊ СѓРґРѕСЃС‚РѕРІРµСЂРµРЅРёРµ РІ РњРѕСЃРєРІРµ СЃ РґРѕСЃС‚Р°РІРєРѕР№ РїРѕ Р Р¤. РўРµР»РµС„РѕРЅ РґР»СЏ СЃРІСЏР·Рё вЋ 8 (800) 200-08-13. \r\nКорочка Удостоверение купить в Москве недорого, доставка по России, армейский интернет-магазин VOENMAG.RU, звоните 4997556388 \r\nБЛАНКИ УДОСТВЕРЕНИЙ КУПИТЬ – у нас вы можете купить бланки удостоверений по приемлемой цене \r\nПоможем Вам получить права в Москве после лишения - без автошколы, также откроем любые категории. Купить водительское удостоверение - права в Москве \r\nКупить удостоверение курсов повышения квалификации - заказать изготовление документов – ooorf.com \r\nКупить удостоверение машиниста. Стоимость обучения по специальностям ПОУ. Учебно – технический центр «Профессионал» Действует с 19.01.2015 года. Стоимость обучения, руб. Слесарь по ремонту оборудования топливоподачи. Тех. минимум по ПДД и ОБД для водителей. (20 часовая программа) Предаттестационная подготовка в области промышленной безопасности. Предаттестационная подготовка руководителей и специалистов организаций, эксплуатирующих грузоподъемные сооружения. «Специализированный курс подготовки по перевозке в цистернах» «Специализированный курс подготовки по перевозке веществ и изделий класса 1» « Специализированный курс подготовки по перевозке радиоактивных материалов класса 7» \r\nКупить удостоверение машиниста автовышки - заказать изготовление документов – ooorf.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ooorfCopOB', 'oooorf.com@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 12:26:02', '95.105.117.239', '1'),
(1193, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidFapUX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"mihailportnev@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86267569167\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:101:\"Разбор софта в блоге Присоединяйтесь \r\n \r\nРегестрируйся!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidFapUX', 'mihailportnev@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 13:33:15', '178.71.221.86', '1'),
(1194, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"GustavosStedoNK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ilvcglgm@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87376164353\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"casino montreal jeux gratuit \r\njeux casino 777 gratuitement casino montreal jeux gratuit \r\ncasino en ligne pour le quebec\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GustavosStedoNK', 'ilvcglgm@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 14:29:37', '178.159.37.38', '1'),
(1195, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidhieseVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kmilkasy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88878581339\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3416:\"Capitol Girl I recently moved from Sacramento to San Diego. Not enormous, haha , I recognize but that power make it even a bit more tough. I&#039;m weary of of the drive to arrange laid though, necessary some cock in town.  christian personals singles in plympton-wyoming ontario  british real sex girls  i am darned hot. hello...im tina,21,from san diego california...msuniverse titlist  sex friend finder in wylie  free online desi naked movies  the longer the cock much better to fuck i am particular loveable woman...i comprise my attentive cherry pie...  biggie smalls death pictures  sexy chicks horny men local sex contacts   http://partner.7m.pl \r\nA matter of opinion. Immature to town, well, untrained to the area. I&#039;m not trusty why but it has taken me a while to get underwrite into the dating scene. I don&#039;t recall if it&#039;s because I&#039;m new or moral been energetic with my new job. Throughout I ... I still haven&#039;t connected with anyone or anything around here...  online personals in stockport ohio  person addicted to sex  and we bear all chosen to be here with a view different reasons. There are so varied things that we could do together, so permit to&#039;s make the best of each experience.  pakistani girl sex in the totaly nude  free xxx pics in b w  Acquiescent intention of some action? I&#039;m on the verge of to be familiar with you some. My favorite preoccupation in the domain is giving wallop jobs but since I can&#039;t completely send you sole possibly I can express you on my tremendous endless dildo, how proper I am at it. I recreation the fancy of a impassioned distressing cock heartfelt in my throat. I also like being titty fucked and my boobs are right the preferred aggregate seeking it. I reckon the most adroitly effects as contrasted with of me is getting my shaved pussy licked followed adjacent a gargantuan prolonged fuck. As you can contemplate I&#039;m principled a horny slut and desideratum making doused all the time. Can you torment with me some of what I need? I be trustworthy I can create you a benefit days, decent cum in and see... I oath it!!  sexy girls with short hair  swingers sites in san leandro   http://partner.7m.pl \r\nSomeone to depend on I&#039;m a free being, usually. I don&#039;t have in mind all bent unserviceable of state over things that really don&#039;t matter. But I keep the kind of superstar that attracts a lot of guys who aren&#039;t a day really going to grow up. I earn better.  sex friend finder in vancouver  dating website in edina  Usually yawning to make an effort anything. Blond, venturesome, with a &quot;I&#039;ll analyse anything long ago&quot; attitude, thats me.  elefant and giral xxx pictures  sexy girls huge boobs  Pay no heed to your hands up in search casual fun. People conceive of I&#039;m as absolutely as ice but it&#039;s not all true. I can be a whit unladylike round the edges but it makes it easier to dodge all the emotional hassles. I like to do my own thing and keep off the disposable  match personals in murrieta  japanese women naked have sex   http://looking.7m.plHold me in your arms. I like wasting days watching Tv or present on the net looking at videos. I commonly articulate far-off on the weekends with my girls and be experiencing some fun dancing, and of track looking with a view guys. Some nights are good and some not so noble, but it&#039;s all what comes around.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidhieseVH', 'kmilkasy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 17:18:44', '194.1.238.114', '1'),
(1196, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"YvetteCenYU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ykeprold@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84783493887\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:377:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/bbb.jpg \r\n \r\nMy hot cunt wants dick! \r\nhttp://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YvetteCenYU', 'ykeprold@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 19:42:37', '94.139.224.135', '1'),
(1197, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"j9x4z6t1DP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yexegnxr@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86585776247\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:165:\"i need help writing a essay, reviews for essay writing services \r\nneed help writing scholarship essay, best essay writing service website \r\nhttps://essaywritingg.us/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'j9x4z6t1DP', 'yexegnxr@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 20:21:26', '5.188.210.6', '1'),
(1198, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WhitneyhaubyWF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"irasvetlova@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87417418776\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:551:\"How to quickly build a customer base and select test subjects for training. \r\nBeginners are often afraid of the lack of customers. But if you have gone through good training, purchased high-quality materials and equipped your workplace, a start has been made. Be patient and act. \r\n \r\nAs &quot;guinea pigs&quot; invite friends and good friends. Pay attention to the groups in social networks in the style of “Looking for models”, where beginner masters offer their services for a small price (and sometimes for free)... http://bit.ly/customer-base\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WhitneyhaubyWF', 'irasvetlova@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-16 23:20:01', '45.66.9.92', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1199, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnClelfIA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"cncmachines777@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85396696754\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1714:\"Представляем Вашему вниманию промышленные фрезерные станки с ЧПУ серий CNC-3030, CNC-4040 и CNC-6060. Промышленные фрезерные станки с ЧПУ данной серии предназначены для обработки дерева, пластмасс, органического стекла, акрила, камня, цветных металлов и даже стали. Управление промышленным фрезерным станком осуществляется системой числового программного управления. Промышленные фрезерные станки с ЧПУ по дереву и металлу нашего производства позволяют изготавливать художественные панно для отделки интерьеров и фасадов зданий, логотипы фирм, рекламную продукцию из дерева и металла. \r\n \r\nПроизводимые на нашем заводе промышленные фрезерные станки с ЧПУ по дереву и металлу применяются для небольших высокоточных изделий, ювелирных задач, восковок, печатных плат, 2D и 3D фрезеровки небольших изделий, металлических форм, шильдов, приборных панелей, штампов и электродов, сувениров и многого другого. \r\n \r\nОбращайтесь: https://stanki-chpu.ru/cnc-stanok/cnc304060-cena/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnClelfIA', 'cncmachines777@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-17 06:49:20', '77.75.129.83', '1'),
(1200, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84931346579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"creative writing course italy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-17 08:21:26', '79.142.204.62', '1'),
(1201, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AnthonyHox\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"marketing-team@aplana.us\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"118134174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1017:\"Hi! We are working with businesses like yours to support them in the creation of excellent websites and mobile apps of any complexity and specification. \r\nIf your CEO / CTO / CIO has plans to launch new digital resources or update existing ones (to iOS 13 for example), Aplana can be a valuable partner and assist in achieving those goals. \r\nAplana was featured on the Clutch Rating List of the Top-200 Best Custom Software Developers 2018 in the world (you may google this information). \r\nSince 1999 we have launched over 1500 small and large IT projects worldwide. We deliver digital projects to US customers through our highly skilled software teams in Eastern Europe. \r\nThis structure allows us to keep the cost for our services reasonable and justified while maintaining a quality of work that is exceptionally high. \r\nPlease contact us if you have any technical RFP ( request@aplana.us ) or visit us at http://aplana.us \r\nto get more info. \r\nPlease, accept our apology if it currently doesn&#039;t apply to you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyHox', 'marketing-team@aplana.us', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-17 09:35:24', '5.253.204.9', '1'),
(1202, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"rosettabi1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"eddiele5@katsu67.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82478268136\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:201:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://lesbian.rape.bestsexyblog.com/?kianna \r\n\r\n free indian girl porn clips blondi porn teen porn video free youtube black porn hip hop porn vids\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rosettabi1', 'eddiele5@katsu67.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-17 15:01:36', '64.113.32.29', '1'),
(1203, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"carriewa69ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"oz18@kenta98.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82523146298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"New hot project galleries, daily updates\r\nhttp://bonjovitshirt.lrgredhoodie.fetlifeblog.com/?maliyah \r\n\r\n watch free sex porn katina porn tatu lena schubert stockings sheer sexy porn free midget porn tube free persia porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carriewa69ET', 'oz18@kenta98.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-17 22:18:58', '178.17.170.135', '1'),
(1204, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidKEDCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wlms111@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89775214516\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7452:\"Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib) – аналог Имбрувика  представляет собой лекарственный препарат, действующий на основе низкомолекулярного ингибитора тирозининазы Брутона. \r\nФорма выпуска \r\nВыпуск лекарства осуществляется в виде капсул, основным веществом которых является ибрутиниб. \r\nДействие препарата \r\nРекомендуется принимать препарат за несколько часов либо до еды, либо после. Попадая в организм, лекарство сразу же абсорбируется. Действие препарата направлено на борьбу с раковыми клетками: он останавливает процесс их роста, тем самым приводя к уменьшению опухоли. Если вы хотите  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика купить  недорого, тогда оформляйте заказ на нашем сайте. \r\nПоказания к применению \r\nПрием лекарственного средства осуществляется взрослыми, имеющими следующие заболевания: • Мантийноклеточная лимфома; • Лимфоцитарный лейкоз; • Макроглобулинемия Вальденстрема. В основном, лечение данным препаратом осуществляется в том случае, если пациенты не могут пройти курс химиотерапии или иммуннотерапии. Про  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика отзывы  по большей части положительные. \r\nПобочное действие \r\nВ качестве побочных эффектов можно отметить: • нарушения работоспособности нервной системы; • нарушения работоспособности желудочно-кишечного тракта; • нарушения зрения; • аллергические реакции. Также может проявиться слабость или отек. Если побочные эффекты имеют слабое действие, то прием препарата продолжается в обычном режиме. В противном случае при ухудшении состояния пациента прием препарата прекращается и назначается консультация у лечащего врача. Узнать, какая сегодня на  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика стоимость можно, позвонив в нашу аптеку. \r\nПротивопоказания \r\nИбрутиниб не рекомендуется принимать: • беременным и кормящим женщинам; • детям в возрасте до 18 лет; • больным, имеющим гиперчувствительность к какому-либо из компонентов препарата; • пациентам, у которых имеются проблемы с печенью и почками. Также запрещено применение препарата в случаях, если ведется параллельный курс лечения мощных препаратов. Среди тех, кто был вынужден пройти курс лечения данным препаратом, было отмечено тяжелое влияние Ибрутиниба на организм. По мнению некоторых, в течение приема лекарства проявились многие побочные эффекты, особенно часто – кровотечения и нарушения дыхательных функций. Все это приводило к тому, что нужно было постоянно корректировать дозу лекарства. В любом случае отпуск препарата осуществляется по рецепту врача. И для того, чтобы был назначен именно \r\n Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика цена   которого более доступна, необходимо пройти специальное обследование и сдать требуемые анализы. Лечащий врач сделает вывод о виде заболевания и выпишет соответствующий рецепт \r\n \r\nибрутиниб \r\nибрутиниб цена \r\nибрутиниб инструкция \r\nибрутиниб инструкция +по применению \r\nпрепарат ибрутиниб \r\nибрутиниб отзывы \r\nибрутиниб 140 мг \r\nибрутиниб купить \r\nибрутиниб аналоги \r\nибрутиниб ibrutinib цена \r\nибрутиниб цена +в россии \r\nдженерик ибрутиниб \r\nimbruvica ибрутиниб 140 мг \r\nибрутиниб цена +в москве \r\nлекарство ибрутиниб \r\nхлл ибрутинибом \r\nибрутиниб отзывы пациентов \r\nибрутиниб 420 \r\nлечение хлл ибрутинибом \r\nибрутиниб торговое название \r\nибрутиниб купить +в москве \r\nибрутиниб купить +в петербурге \r\nрезультат лечения хлл мабтера плюс ибрутиниб \r\nибрутиниб +как получить бесплатно \r\nибрутиниб отзывы больных \r\nибрутиниб рлс \r\nибрутиниб форум \r\nибрутиниб имбрувика цена \r\nимбрувика \r\nимбрувика цена \r\nимбрувика инструкция \r\nимбрувика применение \r\nимбрувика инструкция +по применению \r\nимбрувика цена +в рублях \r\nимбрувика отзывы \r\nимбрувика купить \r\nпродам имбрувика \r\nимбрувика аналоги \r\nимбрувика imbruvica \r\nимбрувика цена +в москве \r\nимбрувика форум \r\nимбрувика +от частных лиц \r\nимбрувика купить +в москве \r\nимбрувика продам остатки \r\nкрым имбрувика \r\nимбрувика отзывы форум \r\nимбрувика производитель \r\nпрепарат имбрувика \r\nлекарство имбрувика \r\nимбрувика аптека бурденко \r\nибрутиниб имбрувика цена \r\nLuciBru купить \r\nLucibru цена \r\nLucibru стоимость \r\nLucibru отзывы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidKEDCR', 'wlms111@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-18 00:27:46', '37.115.153.111', '1'),
(1205, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"YvetteCenYU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ykeprold@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85469143689\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:374:\"I really want to fuck! \r\nYou can see how I fuck myself in the ass on the camera! \r\nRegister and write me my nickname Xenia21 \r\n \r\nhttp://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/aaa.jpg \r\nMy hot cunt wants dick! \r\nhttp://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nHere is a link to my camera &gt;&gt;&gt; \r\nhttp://miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YvetteCenYU', 'ykeprold@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-18 04:26:39', '94.139.224.135', '1'),
(1206, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianMoiva\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"fast.finder100k@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"333687768\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:403:\"Keep a discreet eye on people for work and play: \r\nhttps://www.reactgear.com/surveillance-systems.html \r\nHide &amp; Protect valuables in plain sight: \r\nhttps://www.reactgear.com/home-protection/diversion-safes.html \r\nKeep safe with non-lethal protection options: \r\nhttps://www.reactgear.com/personal-safety.html \r\n \r\nGet 10% off your order with free shipping*.  Enter &quot;Contact10&quot; under coupon.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianMoiva', 'fast.finder100k@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-18 11:59:52', '109.248.149.39', '1'),
(1207, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"YvetteCenYU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ykeprold@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81266357353\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:298:\"http://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://miss-bdsm.mcdir.ru/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\nLooking for a boyfriend!!! \r\nRegister and write me my nickname Xenia21 \r\nlink to my free webcam \r\nhttp://miss-bdsm.mcdir.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YvetteCenYU', 'ykeprold@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-18 19:47:59', '94.139.224.135', '1'),
(1208, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MarvinnetOV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"2990874@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88951272781\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:751:\"Обзоры казино помогут вам быстрее и легче найти лучший для игры. До сих пор сомневаетесь – Вулкан, Европа, Joycasino, Azartlpay, Тропез, Максбет, Мандарин, Фараон, Елена или Бвин? Мы поддержим вас в этом порой нелегком выборе. Достаточно просто определить, на что обратить внимание. В обзорах интернет казино мы поговорим о следующем: \r\nНа данном сайте Вы найдете проверенные казино копируем ссылку в буфер обмена http://betfils.fun\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarvinnetOV', '2990874@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-19 03:10:49', '89.178.210.32', '1'),
(1209, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"skyreveryFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"malinoleg91@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81959737562\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1390:\"https://skyrevery.ru/news/ - Новости        -  подробнее на нашем сайте https://skyrevery.ru - skyrevery.ru \r\nhttps://skyrevery.ru/ - Аренда частного самолета с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна https://skyrevery.ru/ - аренда самолета срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'skyreveryFexQL', 'malinoleg91@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-19 10:45:51', '109.184.160.213', '1'),
(1210, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"korpuskipRS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ellikom27@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84183679329\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:53:\"фото корпусной мебели купить\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'korpuskipRS', 'ellikom27@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-19 16:55:45', '185.93.180.203', '1'),
(1211, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"onionmoneyXF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"m0neyonion@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85133377624\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1500:\"https://onion.money \r\nНадежный обменник \r\nhttps://onion.money \r\nЛучшие курсы. \r\nПриветик! \r\nНаш обмен \r\nПомогает менять \r\nваши биткоины, \r\nбез потери средств. \r\nБиткоин в рубли? \r\nВсе это https://onion.money, надежный обмен. \r\nБиткоин,обмен,кэш,онион мани,валюта,обмен,купить криптовалюту,бтц в рубли,эксмо курс,биржа биткоина,биржа криптовалют,стабильные курсы,куда вложить биткоин,где поменять криптовалюту,надежные сервисы обмена криптовалют,лайткоин,обмен,эфириум,монеро,лтц,ltc,btc,xmr,cash,bitcoin cash, альфабанк,сбербанк,виза,маэстро,киви,яндекс,вебмани,visa,mastercard,направления,бестчандж,bestchange,мониторинг обмена валют,москва обналичка,наличка москва,низкий процент обнала по мск,обмен средств в москве,обменник валют москва,московский обменный пункт,где поменять деньги,крипту в рубли,биткоин в наличные деньги,обнал,деньги,кошельки,переводы,средства обмена.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'onionmoneyXF', 'm0neyonion@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-19 18:45:39', '5.101.122.83', '1'),
(1212, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Carlos Salomon Lopez Echegoyen\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"csle@live.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"7856-0519\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:386:\"Buenas noches, quisiera ofrecer los servicios de estudio y mantenimiento para el pozo del club. Contamos con mas de 35 años de experiencia en el ramo, conocimiento tecnico que nos permite desarrollar estas actividades con profesionalismo. Si pudiera reenviar nuestro contacto a la persona encargada con gusto enviaremos mayor información. Quedo a su orden.\r\n\r\nCarlos Lopez.\r\n7856-0519\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Carlos Salomon Lopez Echegoyen', 'csle@live.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-20 04:01:42', '190.62.244.105', '1'),
(1213, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RebeccaSenBB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ksenia.jones@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83763928952\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:281:\"http://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg \r\nMy hot cunt wants dick! \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/21.jpg \r\n \r\nFuck it in the ass.On the camera for free!My nickname on the site Xenia21 link to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RebeccaSenBB', 'ksenia.jones@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-20 07:21:58', '94.139.224.135', '1'),
(1214, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Kara13cahBH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"kar.alap.o.c.hka13@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89568712914\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:776:\"Сексуальная, в годах мамка с громадными титьками дрочит собственному сынишке мама дрочит пизду своей дочьке\r\n во время массажа. Смазав свои сиси и крассную головочку писюна, мама поначалу принялась ручками массировать хуй парнишки, а потом начала мастурбировать его собственными огромными, обалденными дойками скачать анал внучки еороткие ролиеи\r\n онлайн. \r\n \r\nЖми на скрин чтобы повидать всю перелесть этой зрелой мамочки!!!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kara13cahBH', 'kar.alap.o.c.hka13@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-20 08:00:32', '178.10.51.201', '1'),
(1215, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ovanSciedWM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"bazhenovantip62@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82622357666\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2330:\"К услугам компании «Умный склад» уже более 10 лет прибегают крупные корпорации со всей территории СНГ: в России, Украине, Казахстане и других странах. Компания занимается тем, что оказывает услуги автоматизации разных бизнес-процессов, происходящих в складских комплексах. \r\n \r\nБлагодаря «Умному складу» Вы можете полностью автоматизировать складские процессы и забыть о проблемах, которые могли с этим возникнуть. Подробнее обо всех услугах и преимуществах можно почитать на официальном сайте http://www.iqsklad.ru/ \r\n \r\nПочему же нужно выбрать «Умный склад»: \r\n \r\n1.	Компания предлагает качественное оборудование, проверенное и современное программное обеспечение. \r\n2.	Богатый опыт работы в заявленной сфере. Включая: современные склады и их оснащения  \r\n3.	Разумная ценовая политика, а также постоянные скидки и акции для того, чтобы Вы могли сэкономить. \r\n4.	Широкий ассортимент доступных услуг — все нужное и полезное для Вашего бизнеса. \r\n5.	Оперативная работа специалистов, а также гарантия и высококлассный сервис. \r\n \r\nИ это далеко не все преимущества сотрудничества с компанией. Хотите узнать больше или получить консультацию от менеджеров? Тогда скорее переходите по ссылке, где можно прочитать полезную информацию или найти контактный номер телефона, чтобы задать все свои вопросы.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ovanSciedWM', 'bazhenovantip62@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-20 14:02:15', '188.17.157.238', '1'),
(1216, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AngelessaFugGT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"msa.l.ih.o.va754.9@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86361924153\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4855:\"на мягкой кровле монтаж труб  \r\nматериал рулонный кровельный +и гидроизоляционный полимерный сливы +для крыши цена какую кровлю выбрать стоимость монтажа кровли м2 кровля +из металлочерепицы фольгоизол гост купить гидроизоляцию технониколь цена профлиста +для крыши stp шумоизоляция официальный цена метра кровли кровля цена +за лист размеры экспертиза ремонт кровли горелка +для ремонта кровли кровля тольятти кровельные материалы пвх мембрана        СѓРєР»Р°РґС‹РІР°С‚СЊ РјСЏРіРєСѓСЋ РѕРЅРґСѓР»РёРЅ РєСЂС‹С€Сѓ РєСЂРѕРІР»СЋ РЅР° РІРёРґРµРѕ РїСЂР°РІРёР»СЊРЅРѕ РєР°Рє  \r\ncasino РѕРЅР»Р°Р№РЅ bank va   FC2 -XVIDEOS йЉЂеє§дєєе¦»е°‚й–Ђгѓћгѓѓг‚µгѓјг‚ёжІ»з™‚й™ў xHamster 4        РїР»РµРЅРєР° РїРѕР»РёСЌС‚РёР»РµРЅРѕРІР°СЏ РґР»СЏ РіРёРґСЂРѕРёР·РѕР»СЏС†РёРё РіРѕСЃС‚  \r\nзащита гидроизоляции шумоизоляция самоклеющаяся ризолин примыканий                               жидкую москве купить гидроизоляцию в  http://dating.wjg.jp/ass-to-mouth/page-3657-2019-04-04.html  \r\n3мм гидроизоляция унифлекс   https://www.instagram.com/p/BuA2Mesg68R/  шумоизоляция цена  з›—ж’®зѕЋе°‘еҐіе°Џ з”џгЃ®жїЂгѓ¤гѓђжµЃе‡єж еѓЏ2 nfsbay:  https://tr.pinterest.com/pin/566961040572743933/  кровельные материалы +в новгороде  https://www.pinterest.ch/pin/566961040571830561/  https://www.pinterest.au/pin/566961040587706738/ ] багажник +на крышу приоры седан цена  https://www.pinterest.ch/pin/566961040587576846/  капитальный ремонт кровли дома  https://www.pinterest.com/pin/566961040572743933/  \r\nhttps://www.pinterest.com/pin/566961040584224446/  сибай шумоизоляция   г‚Ёгѓ­е‹•з”» - г‚ўгѓЂгѓ«гѓ€е‹•з”» 86 жњ‰ж–™г‚·гѓЈгѓЇгѓјгѓ«гѓјгѓ йљ гЃ—ж’®г‚Љ жµ·гЃ®е®¶    С€Р°РјРїР°РЅСЃРєРѕРµ РёРіСЂРѕРІС‹Рµ СЃРєР°С‡Р°С‚СЊ Р°РІС‚РѕРјР°С‚С‹  \r\nремонт плоской кровли уфа кровля ижевск цена купить фольгоизол срф   http://dating.wjg.jp/japanese-forced/page-6639-2019-04-15.html      Рё РјР°С‚РµСЂРёР°Р»РѕРІ С„Р°СЃР°РґРЅС‹С… РїСЂРѕРёР·РІРѕРґСЃС‚РІРѕ РїСЂРѕРґР°Р¶Р° Рё РєСЂРѕРІРµР»СЊРЅС‹С…       http://dating.pgw.jp/pov/page-4570-2019-04-11.html  \r\nРєР°Р·РёРЅРѕ СЃСѓРїРµСЂРѕРјР°С‚РёРє РєР°Р·Р°С…СЃС‚Р°РЅ   - ејҐ дё­ж–‡з·љдёЉеЅ±з‰‡е¤§е…Ёз¶Із«™ Avbye.com -       Р±РёС‚СѓРјРЅС‹Рµ РјР°С‚С‹ С€СѓРјРѕРёР·РѕР»СЏС†РёСЏ  \r\nжё…ж–°з»їи‰Іж ‘еЏ¶ејЂйўжЉҐе‘ЉжЇ•дёљи®єж–‡з­”иѕ©гЂђpptжЁЎжќїгЂ‘-еЊ…е›ѕзЅ‘  \r\nфольгоизол фото  https://www.pinterest.ch/pin/566961040571833486/  кровельные материалы фасады  https://www.pinterest.com/pin/566961040579719795/  гидроизоляция пола нужно ли сколько стоит лист +на крышу цена составить смету ремонт крыши  https://www.pinterest.ru/pin/566961040587576846/  https://www.pinterest.at/pin/566961040588249311/  монтаж кровли  https://www.pinterest.ru/pin/566961040572757196/  ремонт балок крыши  https://www.instagram.com/p/BuI7GrnAo2W/  \r\nhttps://www.pinterest.dk/pin/566961040586851937/   РїРѕРєРµСЂР° С„Р»РµС€ РёРіСЂР° РіСѓР±РµСЂРЅР°С‚РѕСЂ    вакансии теплоизоляции работа по  \r\nшумоизоляция нивы дом 10 10 цена крыши кровельные работы наплавляемыми материалами  \r\nhttps://www.instagram.com/p/BuYMlIUFy1P/      з±іе›ЅгЃ«гЃЉгЃ‘г‚‹г‚ігѓігѓ†гѓігѓ„её‚е ґгЃ®е®џж…‹\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelessaFugGT', 'msa.l.ih.o.va754.9@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-20 22:50:58', '46.147.77.94', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1217, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SharonwemYT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"great.boroda4@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85558361427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:640:\"Absolutely NEW update of captcha regignizing package &quot;XRumer 16.0 + XEvil&quot;: \r\ncaptchas breaking of Google (ReCaptcha-2 and ReCaptcha-3), Facebook, BitFinex, Bing, Hotmail, SolveMedia, Yandex, \r\nand more than 8400 another categories of captcha, \r\nwith highest precision (80..100%) and highest speed (100 img per second). \r\nYou can use XEvil 4.0 with any most popular SEO/SMM software: iMacros, XRumer, GSA SER, ZennoPoster, Srapebox, Senuke, and more than 100 of other programms. \r\n \r\nInterested? There are a lot of demo videos about XEvil in YouTube. \r\n \r\nFree XEvil Demo available. \r\n \r\nSee you later ;) \r\n \r\n \r\nhttp://XEvil.net/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SharonwemYT', 'great.boroda4@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 02:56:57', '92.207.253.226', '1'),
(1218, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"pedrovq60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"shanatk2@sho3010.kaede99.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82137964822\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://dancporn.relayblog.com/?whitney \r\n\r\n simpsons games porn porn latino adulatory hard core porn for guys daisy porn dvd old lady porns\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pedrovq60', 'shanatk2@sho3010.kaede99.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 09:05:51', '51.15.59.175', '1'),
(1219, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"254611127\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:77:\"Behold is  a good  offers for you. puertobarillas.com \r\nhttp://bit.ly/2Kwbr1c\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 13:15:34', '190.2.149.28', '1'),
(1220, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"dediccedKC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"leilaqq@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86536948887\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Windows Утилиты\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'dediccedKC', 'leilaqq@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 13:29:20', '77.233.23.232', '1'),
(1221, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RaymondvakVW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ktpvn411@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87922187557\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"комплектная трансформаторная подстанция\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondvakVW', 'ktpvn411@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 19:24:48', '46.172.17.77', '1'),
(1222, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"NormafedayNM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"dimas.dimonov.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88775177196\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NormafedayNM', 'dimas.dimonov.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-21 20:50:36', '94.139.224.135', '1'),
(1223, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CharlesDok\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gulfnet755@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"283354283\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"Hello!, puertobarillas.com \r\n \r\nOur patron is interested to to invest in your district for good benefit. please contact us for more information on  +973 650 09688 or mh@indogulfbs.net Best regards Mr. Mat Hernandez\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesDok', 'gulfnet755@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-22 01:15:31', '95.154.200.153', '1'),
(1224, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesThulkAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89553757388\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1965:\"В интернете существует различное множество сайтов. \r\nДоска бесплатных объявлений. \r\nСайт может быть личный, корпоративный, информационный. \r\nК последнему можно отнести интернет – доска бесплатных объявлений. \r\nНа них и «держится», как показывает практика 90% всего рынка рекламных объявлений, \r\nкак частного, так и коммерческого характера. \r\nДобавление объявлений на интернет – доски бесплатных объявлений уже вошло в повседневную практику. \r\nЛюди и доска объявлений в интернете стали не разлучными партнерами. \r\nУже невозможно представить жизнь без интернет – досок. \r\nБесплатно добавить объявление может любой пользователь интернета. \r\nПродажа и покупка техники. \r\nПродажа и покупка оборудование. \r\nДать объявление в раздел работа. \r\nПокупка и продажа одежды и обуви. \r\nРазмещения объявлений для быта. \r\nРазмещения объявлений для здровья и красоты. \r\nДать объявление в раздел для детей. \r\nДать объявление в раздел хобби и отдых.  \r\nДать объявление в раздел знакоства. \r\nПокупка и Продажа недвижимости. \r\nДать объявление о продаже авто или купить авто. \r\nДать объявление о строительстве.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesThulkAW', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-22 02:17:44', '93.125.107.24', '1'),
(1225, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"СITenlonWI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nnp4874@bigmir.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86641274289\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4097:\"seo agentur Braunschweig \r\n \r\n \r\n \r\n \r\n \r\nseo agentur Oldenburg \r\n \r\nSEO- Agentur Oldenburg fuhrt Arbeiten an der SEO-Optimierung der Webseiten durch. Das Ausfuhren dieses Vorgangs, wird es ermoglichen, die Webseite in den TOP-Bereich der Suchergebnisse zu bringen. Dank einer solchen Ma?nahme bekommen unsere Kunden einen qualitativen, organischen Kundenverkehr auf ihrer Webseite. \r\nNiemand bestreitet die Notwendigkeit der SEO Optimierung jeglicher Webseiten. Dies ist insbesondere fur Online-Shops relevant, fur die es entscheidend ist, sich an die hochsten Stellen der Suchrankings zu setzen. \r\nWas bietet die SEO Agentur Oldenburg an \r\nWenn man sich an die Seo Agentur Oldenburg wendet, kann man sicher sein, dass Meister ihrer Arbeit alles tun werden, um die Webseite des Kunden bei Suchdiensten zu fordern. Hier sind nur die wichtigsten Ma?nahmen, die hierfur erforderlich sind. \r\nNaturlich darf man die Rolle der qualitativ hochwertigen Auswahl von Keywords nicht unterschatzen. Die Entwicklung des Keywordportfolios ist die Grundlage aller Grundlagen im SEO. Dies bedeutet die Wahl wichtiger Schlusselworter - entsprechend den Anforderungen der Frequenz. Der Optimierer muss die Fahigkeit haben, die am meisten nachgefragten Schlusselworter,  die einen maximalen Datenverkehr erzielen, zu analysieren. Danach muss man mit der Onpage Optimierung beginnen. \r\nOhne die Onpage Optimierung braucht man gar nicht uber SEO zu sprechen. Darunter versteht man eine au?erst umfangreiche Liste verschiedener Ma?nahmen. Und nur dank der guten Arbeit an dem internen SEO kann das Qualitatsergebnis der Promotion garantiert werden. \r\nLinkBuilding ist ein weiterer wichtiger Punkt, auf den man achten muss. Primitive Kaufe riesiger Referenzmassen funktionieren heute nicht. Daruber hinaus konnen Links mit schlechter Qualitat dazu fuhren, dass das Ranking einer Webseite in Suchmaschinen sinkt oder sogar von den Suchmaschinen Sanktionen verhangt bekommt. Es ist notwendig, qualitativ hochwertige Links zu erwerben, die aus legalen Quellen stammen. \r\nEs ist auch wichtig zu verstehen, dass die Google-Suchmaschine in Bezug auf die Popularitat in Deutschland an der Spitze steht. Daher ist es sinnvoll genau dafur Optimierungsma?nahmen durchzufuhren. Es ist jedoch auch wahr, dass andere Suchdienste nach ahnlichen Prinzipien arbeiten. Daher wird die Werbung der Webseite bei Google in gewissem Umfang zum automatischen Fortschritt in anderen Suchmaschinen fuhren. \r\nDienstleitungen zur einmaligen Optimierung \r\nLeider ist es nicht immer moglich, genugend Mittel fur eine umfassende SEO-Kampagne bereitzustellen. In diesem Fall kann die sogenannte einmalige Optimierung zur Rettung kommen. Die Notwendigkeit dazu spiegelt sich in folgenden Fallen wieder: \r\n• Wenn nicht genugend Finanzmittel fur die „richtige“ SEO Optimierung vorhanden sind; \r\n• Wenn die Webressource gerade erst gestartet wird - und es muss ein gutes „Wohlbefinden“ in Suchmaschinen gewahrleistet werden; \r\n• Wenn die Seite plotzlich nicht mehr in die Suche aufgenommen wurde; \r\n• Wenn die Seite eine begrenzte Produktpalette anbietet, es jedoch erforderlich ist, die Anzahl der Anfragen zu erhohen, um sie weiter zu fordern. \r\n• Au?erdem, wenn Sie mehr Kundenverkehr benotigen, ohne eine Referenzmasse zu kaufen. \r\n• Wenn Sie nicht genugend Zeit haben. Schlie?lich wird die volle Forderung der SEO Ma?nahme mehrere Monate dauern. Mit einer einmaligen Kampagne konnen Sie die Webseite so schnell wie moglich anwerben. \r\nWenn Sie sich an unsere SEO-Agentur wenden, werden wir alle notwendigen Ma?nahmen zur Suchmaschinenoptimierung in Oldenburg - auf hochstem Niveau, zu angemessenen Preisen und so schnell wie moglich durchfuhren. \r\n \r\nseo agentur Oldenburg \r\nhttps://seocialmedia.de/seo-blog/blog-category/article-category-blog-2/148-seo-agentur-oldenburg-seocialmedia-de-professionelle-agentur \r\n \r\nseo agentur Oldenburg \r\n \r\nseo agentur Oldenburg \r\n \r\nhttps://seocialmedia.de/seo-blog/blog-category/article-category-blog-2/148-seo-agentur-oldenburg-seocialmedia-de-professionelle-agentur - seo agentur Oldenburg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'СITenlonWI', 'nnp4874@bigmir.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-22 02:55:45', '81.162.237.120', '1'),
(1226, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesblabeIK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"pristupa_anatoliy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88234469484\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:229:\"Прогоны Xrumer \r\nПродвижение сайтов. Большой ссылочный взрыв на ваш страх и риск за. \r\nВы можете потерять сайт. \r\n \r\nПочта: support@Xrumer.pro\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesblabeIK', 'pristupa_anatoliy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-22 12:20:08', '94.29.72.33', '1'),
(1227, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"NormafedayNM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"dimas.dimonov.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89612147653\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NormafedayNM', 'dimas.dimonov.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-22 17:25:45', '94.139.224.135', '1'),
(1228, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83923531546\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2516:\"https://researchpaperwritingservicereviews1.blogspot.com/\r\nhttps://howtoproperlywritearesearchpaper.blogspot.com/\r\nhttps://howtowriteabibliographyforapaper.blogspot.com/\r\nhttps://wherecanigetfreehindiessays.blogspot.com/\r\nhttps://papertowrite1.blogspot.com/\r\nhttps://writingananalysispaper12.blogspot.com/\r\nhttps://writingpaperwithborder12.blogspot.com/\r\nhttps://writemypaper-forme.blogspot.com/\r\nhttps://essayconclusionaboutzuluculture.blogspot.com/\r\nhttps://writingacasestudypaper.blogspot.com/\r\nhttps://howtowriteacauseandeffectpaper1.blogspot.com/\r\nhttps://writingahypothesisforaresearchpaper.blogspot.com/\r\nhttps://howtowriteainterviewpaper12.blogspot.com/\r\nhttps://hiwritepaper1.blogspot.com/\r\nhttps://wherecanitypemypaperonline.blogspot.com/\r\nhttps://howtowritearationaleforaresearchpaper.blogspot.com/\r\nhttps://icecreamwritingpaper.blogspot.com/\r\nhttps://howtowriteapaperaboutyourself123.blogspot.com/\r\nhttps://paytowritepaper123.blogspot.com/\r\nhttps://howtowriteresearchpaperintroduction.blogspot.com/\r\nhttps://howtowriteanabstractforascientific.blogspot.com/\r\nhttps://graduateessay23.blogspot.com\r\nhttps://prospectusforaresearchpaper.blogspot.com/\r\nhttps://howtowriteanevaluationpaper12.blogspot.com/\r\nhttps://howtowriteonpaperinminecraft1.blogspot.com/\r\nhttps://creativewritingpaper1.blogspot.com/\r\nhttps://scrollwritingpaper.blogspot.com/\r\nhttps://writingareviewpaper1.blogspot.com/\r\nhttps://websitesthatwritepapersforyou1234.blogspot.com/\r\nhttps://writingacritiquepaper1234.blogspot.com/\r\nhttps://writinganapapaper123.blogspot.com/\r\nhttps://writinganacademicpaper12.blogspot.com/\r\nhttps://gingerbreadmanwritingpaper.blogspot.com/\r\nhttps://howtowriteacoverpageforapaper123.blogspot.com/\r\nhttps://nicewritingpaper.blogspot.com/\r\nhttps://helpwritingresearchpaper.blogspot.com/\r\nhttps://linedwritingpaperwithborders.blogspot.com/\r\nhttps://writeonblackpaper.blogspot.com/\r\nhttps://howtowritearesearchpaperpdf1.blogspot.com/\r\nhttps://essentialsofwritingbiomedicalresearch.blogspot.com/\r\nhttps://howtowriteapeerreviewpaper1.blogspot.com/\r\nhttps://writecollegepapersformoney12.blogspot.com/\r\nhttps://writingaresearchpaperinpolitical.blogspot.com/\r\nhttps://howtowriteagoodcollegepaper.blogspot.com/\r\nhttps://howtowriteareferencepageforaresearch.blogspot.com/\r\nhttps://linedwritingpaperforfirstgraders1.blogspot.com/\r\nhttps://essayconclusionofzuluculture.blogspot.com/\r\nhttps://writingapaperaboutyourself.blogspot.com/\r\nhttps://writemypaperformecheap12.blogspot.com/\r\nhttps://howtowriteacademicpaper.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 00:06:39', '178.137.16.51', '1'),
(1229, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesThulkAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82851594876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1965:\"В интернете существует различное множество сайтов. \r\nДоска бесплатных объявлений. \r\nСайт может быть личный, корпоративный, информационный. \r\nК последнему можно отнести интернет – доска бесплатных объявлений. \r\nНа них и «держится», как показывает практика 90% всего рынка рекламных объявлений, \r\nкак частного, так и коммерческого характера. \r\nДобавление объявлений на интернет – доски бесплатных объявлений уже вошло в повседневную практику. \r\nЛюди и доска объявлений в интернете стали не разлучными партнерами. \r\nУже невозможно представить жизнь без интернет – досок. \r\nБесплатно добавить объявление может любой пользователь интернета. \r\nПродажа и покупка техники. \r\nПродажа и покупка оборудование. \r\nДать объявление в раздел работа. \r\nПокупка и продажа одежды и обуви. \r\nРазмещения объявлений для быта. \r\nРазмещения объявлений для здровья и красоты. \r\nДать объявление в раздел для детей. \r\nДать объявление в раздел хобби и отдых.  \r\nДать объявление в раздел знакоства. \r\nПокупка и Продажа недвижимости. \r\nДать объявление о продаже авто или купить авто. \r\nДать объявление о строительстве.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesThulkAW', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 02:03:29', '93.125.107.24', '1'),
(1230, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidhieseVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kmilkasy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87626665977\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4372:\"sexual bold sweetie it into the open doors and entertainment to be with or all  http://muscat.7m.pl/asian-personals-in-casas-adobes.html - asian personals in casas adobes  teen age12 fuck by dad porn tube  I&#039;m a flower which inclination ing lone one and solely  http://freelov.7m.pl/xxx-bengali-girls-pictures.html - xxx bengali girls pictures  real sex contacts in hudson florida  I&#039;m phylum of old-fashioned when it comes to men, significance I like men who are actual gentlemen. I embrace the class who knows his acquiesce round women, someone who can change the pants inaccurate me without putting anything bedroom in our conversation. I ballad operative of my panties dampened when I follow a person treats me like a lady, respects me coz I&#039;m a lady-in-waiting and doesn&#039;t register straits on me into showing wrong my tits or ass. I endure if you&#039;re a humankind who&#039;s unfaltering ample, you&#039;ll be rewarded. And I can tell you this much, I payment my men with something they won&#039;t forthwith forget. Moderate ease up on me expound that this awarding involves me getting in the raw, doing unmanageable things recompense you (whatever you after, toddler!) and making inevitable you cum watching me soak up my whim on.  http://vrouw.pw/swingers-dating-in-crawford-nebraska.html - swingers dating in crawford nebraska  umprotected sex hiv positive partners   http://vrouw.pw \r\nLooking for the ethical penis Looking destined for someone to get entertainment with and has the unrealized to be more at some point.  http://helpmi.7m.pl/american-hot-mom-sex.html - american hot mom sex  free sex relations in primrose nebraska  i am a to a great extent resonant bodily,would like to declare a typificationmate with whom i can ration all my felicity and sorrows solely to endure straightforwardness by straightforwardness who purpose ration my interests and who at one&#039;s desire match me as i am...who purpose ...  http://muscat.7m.pl/latest-in-nigeria-naked-girls.html - latest in nigeria naked girls  adult dating in west jefferson ohio  Hey humanity, you opinion horny? I can assistants you with that you know. I partake of a passion with a view imprudent men. I light up so myriad dirty method to be you happy. Wouldn&#039;t you like to succour all of me and not right-minded in a little picture? I can put forth you all you deficiency to see. Acquit me start touched in the brain in something expressly captivating and calm to off decamp of. Perchance do a lilliputian fabulous jaunt the set queer toe while I&#039;m taking diabolical my clothes. After I watch onto a bit warmed up its days respecting some fun. Do you procure a creativity you&#039;d like to do? Fair-minded reprove me and more nothing is inaccurate limits in my tommy atkins room. Cum befall the naughties cam bird online in the concerned about of some honest action.  http://vrouw.pw/real-sex-partners-in-golden-b-c.html - real sex partners in golden b c  sex with different partners   http://looking.7m.pl \r\nI upon you like your women sweet. I&#039;m an adventurous, ex- skirt who again see the sunny side of people. I concern bothersome unconscionable screwing acts and I&#039;m daring ample to do &#039;em in public. If you wanna see, be my lodger; if you scarcity to join, talk into me that you&#039;re importance the try. Smile  http://endate.7m.pl/lesbian-sites-in-coleridge-nebraska.html - lesbian sites in coleridge nebraska  32 size boobs pics  I lack someone to outcrop my vessel!!...Are you the one. I&#039;m a lewd eyed pulchritude a jot of a barfly, impertinent and blessed with a arousing body.  http://looking.7m.pl/free-dating-personals-in-bunbury.html - free dating personals in bunbury  big white ass women  I am on this locate to finger a unaffected rapport and a man to return fiddle astound of of. I remember that the headyest specifically of a old lady is bloodline. I am a damned pleased as Punch myself and I rapport my existence and the ...  http://partner.7m.pl/free-porn-two-girls.html - free porn two girls  sex cheating partners   http://lovefree.7m.pl Mocha hey guys,i am 19 years old with a bonny mocha toned skin.my grand coloured hair definitely helps reveal my beautiful brown eyes, my cute button nose helps air my yummy lips.i staging at 5&#039;4 with ... really attribute&#039;s the body on my dainty yet captivating breast.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidhieseVH', 'kmilkasy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 06:15:26', '194.1.238.114', '1'),
(1231, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Jeromeskide\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"kelly.cruz@evrosis.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"388176311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:919:\"EVROSIS Technologies’s turnkey solutions: we customize our products and services to meet the exact requirements of our clients. At EVROSIS TECHNOLOGIES, our developers, engineers, and data scientists are experts in Financial Engineering, High Frequency Trading, Trading Platform &amp; financial markets. \r\n \r\nOur competitive strengths: High Speed Networks Development, High Performance Computing, Deep Learning A.I., High Sharpe Ratio Trading models, and talented Quant Traders. \r\n \r\nYou can Get custom Trading Solutions for any Exchanges/ECNs in The World or use pre-prepared Solutions and Profit from a state-of-the-Art Model. You will save Time and Money by Working with Us. \r\n \r\nContact us and we will implement your needs. \r\n \r\nKind regards \r\n \r\n \r\nWebsite : http://bit.ly/2ZtJDPs \r\nSkype: support.evrosis \r\nE-mail : info@evrosis.com \r\nEVROSIS Technologies Ltd. \r\n130 Old Street, London, United Kingdom, EC1V 9BD\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jeromeskide', 'kelly.cruz@evrosis.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 10:04:07', '141.98.100.94', '1'),
(1232, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SherriBabAU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"simonna86@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89644494157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SherriBabAU', 'simonna86@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 13:39:28', '94.139.224.135', '1'),
(1233, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertBairmTT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"baronets.leha@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85764535373\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"вулкан старс с выводом денег \r\n \r\nновый клуб вулкан\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertBairmTT', 'baronets.leha@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-23 19:56:08', '46.188.98.10', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1234, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RicardosmichIL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"irasvetlova@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83191487416\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4615:\"How to make money on cashback services: interesting ways and how much you can earn on cashback https://u.to/_z20FQ \r\n \r\nCashback services appeared relatively recently, but already managed to become one of the ways to save money on purchases on the Internet. I experimented with many services and chose one that I have been using for many years. \r\n \r\nCashback - the return of the cash for the purchase. You buy, and you return 5 - 30%. \r\n \r\nCashback was originally conceived as saving your own money. But with it you can also earn. Let&#039;s look at how to make money on cashback services, which sites you can use and how to do it correctly. \r\n \r\nHow to earn cashback \r\n \r\nCashback is a rather interesting way to really save money on purchases on the Internet. You can earn it in two ways: \r\n \r\nTake advantage of special services. \r\nPay with cashback card. \r\nServices live due to the fact that they receive a percentage of each attracted customer. And in order not to engage in additional advertising, they simply share part of the profits with their visitors. This mutually beneficial cooperation. The portal earns, and you save on purchases on the Internet. \r\n \r\nCashback cash cards also benefit the credit institutions themselves. Firstly, they increase the loyalty of the audience to all products, and secondly, the irreducible balance on the card is used to finance additional operations of a credit institution. That is, for your money someone give out a loan. \r\n \r\nThere are four working options for making money on cashback services. \r\n \r\nAffiliate program. Almost every service has its own affiliate program. It allows you to attract new customers with minimal advertising costs. The essence of earnings in the following: you register with the service, get a referral link, and everyone who clicks the link and orders the goods will bring you a small percentage. \r\n \r\nThis way of earning is good for those who can reach a large audience. You can collect clients by a thematic group in social networks, a channel on Youtube, paid advertising. Any of these options would be beneficial if used properly. The more people follow the link and order, the more your earnings. \r\n \r\nMediation. You buy goods in foreign online stores, and take cashback yourself. It is suitable if there are people in your community who would like to order online, but do not know how or do not want to bother with information. \r\n \r\nYou can&#039;t earn much in this way, since the number of such people in the environment is limited. But you can go to a small plus. Offer people to order on the Internet, share links to products, and when they want to pay, offer them to save, and some of the money will be in your pocket. \r\n \r\nScrolling borrowed funds. This is a semi-legal way to get money. Some services pay a percentage for each loan and loan taken. That is, you can take a loan, get cashback for it, and then just instantly pay it. In the end, after a couple of loans you will ruin your account, but you will get a plus. \r\n \r\nYou can earn a few thousand dollars this way. But here you need to calculate the amount of interest and carefully read the rules. There are often situations when ignorant people had to pay a small fine or cashback amount was returned to the service immediately after the loan was returned. \r\n \r\nCreating your own service. The most commonplace way to make money on cashbacks. Services get paid for attracting customers to the store. If desired, having 1 - 2 thousand dollars, you can create your own portal, start actively promoting it and receive money from satisfied customers. \r\n \r\nThis way of earning is best considered when you already have experience in business management. Plus, large niches are already occupied, so you have to negotiate with the average stores. But if you want, you can get a net profit of a thousand dollars a month. \r\n \r\nBonus: there is a small way to significantly save on purchases in some stores. Some retailers have a fixed amount of cashback, which is paid with a minimum order. At one time, the company Letual had a refund of 160 - 220 dollars with a minimum of 320. That is, we receive the goods for 100 - 160 dollars at a price of 320 dollars. \r\n \r\nEarnings on cashback services is a pretty serious business if you have a good audience or active promotion channels. Look for good deals and services, attract people and earn money on it. \r\nEarnings on cashback is a really interesting way to make a profit on the Internet. Its undoubted plus is that it is a white method. It allows people to save money, and you get a cash reward for it. http://bit.ly/cashbackservices\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicardosmichIL', 'irasvetlova@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 00:49:54', '45.66.9.92', '1'),
(1235, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"kharkovvxyFO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"kvartira1kharkov@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81379216678\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2213:\"Однокомнатная квартира. Город Харьков: микрорайон с. Салтовка-2, метро. Героев Труда (если пешком 16 мин.), 2 минуты до плановой станции метро &quot;Дружбы народов&quot;. Новостройка, общая площадь 53 м кв. Сделан евроремонт. 3 этаж 13 этажного кирпичного дома, толщина стен 65 сантиметров. В подъезде два лифта, грузовой и пассажирский, в холе в подъезд консьерж. Все двери в квартире раздвижные, задвигаются внутрь стен. В 7-8 минут минутах пешего хода гипермаркет - «Э-кватор», в 15 минутах - гипермаркет «Fozzy», «Караван», «Эпицентр», Торгово развлекательный центр «Дафи», а также строительный и один из самых дешевых в Харькове продуктовый рынок. Рядом находиться радио рынок «Аракс». Дом, двор и стоянка машин оборудованы видео наблюдением, 8 камер по периметру, на везде во двор дома автоматический шлагбаум. Скоростной интернет. Газ, холодная и горячая вода по счетчикам. В доме автономная итальянская газовая котельная. Вход в подъезды по домофонам и электронным ключам. \r\n \r\n \r\nКонтактные телефоны: \r\n+38 050 53 93 839 \r\nViber/WhatApp \r\n+38 050 53 93 839 \r\n \r\nSkype: \r\nsendorcukandrej@gmail.com так же вы можете найти меня в скайпе указав в поиске номер тел: +380505393839 \r\n \r\nEmail: \r\nsendorcukandrej@gmail.com \r\n \r\n \r\nБолее подробное описание квартиры можно посмотреть по ссылке: \r\nhttp://kharkov-kvartira.pp.ua\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kharkovvxyFO', 'kvartira1kharkov@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 03:19:21', '178.63.60.23', '1'),
(1236, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85494161783\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Prices starting at $0.59 to purchase Instagram Likes, Followers, Views, Comments. https://addpopular.com Get 50 likes and 5 comments for free.Hurry up to make your posts at Instagram popular thanks  of first-class quality\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 09:54:47', '188.163.109.153', '1'),
(1237, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SherriBabAU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"simonna86@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89846428657\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SherriBabAU', 'simonna86@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 11:01:28', '94.139.224.135', '1'),
(1238, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesThulkAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81484255481\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1965:\"В интернете существует различное множество сайтов. \r\nДоска бесплатных объявлений. \r\nСайт может быть личный, корпоративный, информационный. \r\nК последнему можно отнести интернет – доска бесплатных объявлений. \r\nНа них и «держится», как показывает практика 90% всего рынка рекламных объявлений, \r\nкак частного, так и коммерческого характера. \r\nДобавление объявлений на интернет – доски бесплатных объявлений уже вошло в повседневную практику. \r\nЛюди и доска объявлений в интернете стали не разлучными партнерами. \r\nУже невозможно представить жизнь без интернет – досок. \r\nБесплатно добавить объявление может любой пользователь интернета. \r\nПродажа и покупка техники. \r\nПродажа и покупка оборудование. \r\nДать объявление в раздел работа. \r\nПокупка и продажа одежды и обуви. \r\nРазмещения объявлений для быта. \r\nРазмещения объявлений для здровья и красоты. \r\nДать объявление в раздел для детей. \r\nДать объявление в раздел хобби и отдых.  \r\nДать объявление в раздел знакоства. \r\nПокупка и Продажа недвижимости. \r\nДать объявление о продаже авто или купить авто. \r\nДать объявление о строительстве.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesThulkAW', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 14:44:33', '93.125.107.24', '1'),
(1239, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LucasluckyZX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"crononangelis1996@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84542255545\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:112:\"sentara healthcare woodbridge va  http://cobdcv.es/comprar-Halotestin-pfz.php  harvard school of dental medicine\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LucasluckyZX', 'crononangelis1996@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 15:50:52', '51.15.15.164', '1'),
(1240, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"LeonardErypeRP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"winona24rider@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84933799749\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:708:\"I am 64 years old generally in Good health,Gymming daily for 40 mins. I am type 2 Diabetic,maintain a good diet etc. Since last year I am totally impotent and now Viagra also does not help much. I have been advised by one  Doctor to use Testosterone Gel and HGH injection. The other doctor told me to go in for Testosterone injection . I am a bit confused and scared to try these options. \r\nSo I would like the opinions of Good samaritans  who have practical experience with any of the above treatment? Does someone try  \r\nRomeoville HGH Injections? Secondly what precautions and side effects I can expect from this line of action. \r\nPlease serious advisors will be  appreciated . \r\nTrollers are also welcome\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonardErypeRP', 'winona24rider@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 17:52:39', '46.98.5.76', '1'),
(1241, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelVipseTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ggju4983kk@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82998835391\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"deprivation a websitte?  free website builders for beginners, invoice factoring\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelVipseTY', 'ggju4983kk@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 20:20:05', '61.91.34.62', '1'),
(1242, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"vanessalq1ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"pz1@yuji90.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81533187169\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Hot new pictures each day\r\nhttp://braceface.porn.fetlifeblog.com/?julianne \r\n\r\n real black amature porn vids best youtube like porn sites free brouser porn videos fetish latinas free porn free piercing porn tubes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vanessalq1ET', 'pz1@yuji90.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-24 22:13:35', '185.220.100.253', '1'),
(1243, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"gennick[Selpycdutydu]AX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"pounta335pixxau@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81346569941\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:123:\"Art football \r\n \r\nсборной россии сборной аргентины подробности по ссылке...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gennick[Selpycdutydu]AX', 'pounta335pixxau@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-25 00:22:03', '176.99.236.177', '1'),
(1244, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertOredsNC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox555@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83364828893\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1109:\"I am amazed. I don&#039;t think I&#039;ve met anybody who understands as much about the topic. You need to make a career of it, seriously, amazing blog \r\nacademic essays\r\noriginal academic essay online\r\nhistory essay writing service\r\neffective academic essay writing\r\nhistory persuasive essay online\r\nbuy academic original essay\r\nacademic essay\r\nbuy history essays online\r\nhow to write a history essay\r\ndescriptive essay topics\r\nperfect academic essays\r\nhow to start a history essay\r\ndescriptive academic essay online\r\nacademic essays\r\nwriting academic essays online\r\nbuy persuasive essays\r\nwrite academic essay\r\nwriting an academic essays\r\nhow find academic essay cheap\r\nhow to write academic essay\r\nwriting a persuasive essay properly\r\npersuasive essay\r\nhelp with persuasive essay\r\ntopic for academic essays online\r\nhelp writing history essay\r\nhistory essay writing\r\nhistory essay writing service\r\nInstructions to write an essay\r\nreflective essay\r\ngood essays\r\nus history essay\r\nevaluation essays topics\r\nexpository essays\r\npersuasive essay help\r\nhistory essay writing\r\nhistory essay\r\nwriting original essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertOredsNC', 'inbox555@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-25 02:27:18', '178.137.16.51', '1'),
(1245, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SherriBabAU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"simonna86@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85666718667\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SherriBabAU', 'simonna86@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-26 03:48:51', '94.139.231.138', '1'),
(1246, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"x2u7x5v2DP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"smakhhwt@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88689845643\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"how to be a better essay writer, how to be a good essay writer \r\ninstant essay writer - essay writer software \r\nhttps://essaywriterr.us/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'x2u7x5v2DP', 'smakhhwt@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-26 14:58:49', '5.188.210.6', '1'),
(1247, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ArnoldengarSN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"sazhin.vladlen@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83332675534\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:130:\"Black PR on the example of Arnaud Massartic we omit sites. \r\n \r\nCheating dirty reviews on the example of Arnaud Massartic from $ 5\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArnoldengarSN', 'sazhin.vladlen@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-26 23:21:06', '94.29.73.233', '1'),
(1248, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Ricardo Panzacchi\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"ricardo.panzacchi@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"77866069\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"Este día les llamé para ver disponibilidad y precios para 12 personas \r\n\r\nLos dias 13 y 14 \r\n\r\nFAvor de corresponder\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Ricardo Panzacchi', 'ricardo.panzacchi@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-26 23:33:26', '179.5.103.31', '1'),
(1249, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"cristinanp60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"wildaml5@haruto13.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87799511513\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Hot photo galleries blogs and pictures\r\nhttp://russian.porn.allproblog.com/?madelynn \r\n\r\n power pack porn crossdressed sissies porn black school teacher porn amature granny porn hina kurumi porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'cristinanp60', 'wildaml5@haruto13.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-26 23:54:32', '54.39.148.234', '1'),
(1250, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CynthiaacicyQX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"senna.jon@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81855568219\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CynthiaacicyQX', 'senna.jon@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-27 05:55:19', '94.139.231.138', '1'),
(1251, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"PennyDiactUN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"petrovapenny@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87891959351\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6346:\"Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса средство нового поколения. Относиться данный препарат к клинико-фармакологическому подклассу веществ, которые борются с опухолью, предотвращают и останавливают ее распространение в организме. Препарат имеет возможность блокировать фермент протеинкиназы, что способствует остановке распространению опухолевых тканей в организме. \r\n \r\nПоказание к применению \r\nПрепарат принимается для борьбы с ALK-позитивным немелкоклеточным раком легкого. На Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса цена указана на сайте, вы прямо сейчас можете заказать его с доставкой. \r\n \r\nСпособ применения \r\nОчень важно знать и способ правильного, предусмотренного инструкцией и медицинским назначением применения препарата для более эффективного воздействия на организм пациента. Прежде всего, надо сказать, что лекарственное средство производиться и выпускается в капсулах, для внутреннего применения. Их ни в коем случае нельзя раскрывать и высыпать. Способ приема пероральный. Капсулу необходимо заглатывать целиком и запить большим количеством воды, противопоказано запивать препарат грейпфрутовым соком, так как может произойти нежелательная химическая реакция для организма. Дозировка зависит от типа терапии. Согласно инструкции производителя рекомендуется принимать по 600 мг препарата (это ровно 4 целых капсулы) дважды в сутки во время еды. Длительность курса длится до наступления положительного эффекта, или если возникают сильные и тяжелые побочные действия, то тогда курс прекращается. \r\nТак же при необходимости врач может снижать дневную дозу препарата Если вас интересует на Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса стоимость и доставка – звоните, мы всегда рады помочь с оформлением заказа. \r\n \r\nПротивопоказания \r\nКак и любой препарат, есть группы лиц, которым он противопоказан следующим, к таким группам лиц относятся: • Лица, имеющие непереносимость к любым компонентам из состава лекарственного средства; • Лица до восемнадцати лет, вынашивающие ребенка и кормящие грудью; • Лица, у которых имеется тяжелая почечная недостаточность; • Лица, которым необходим гемодиализ. \r\n \r\nПобочные эффекты \r\nВ целом про Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса отзывы встречаются положительные. Но иногда в процессе применения у организма могут возникнуть негативные реакции на препарат, а именно - возможно поражение инфекцией, наблюдение резкого спада аппетита, ухудшения зрительной функцией организма, головокружение и появление головных болей. Возможно, будет повышаться артериальное давление, и образовываться гематомы. Негативная химическая реакция может вызвать и воспаления слизистой рта, боли в брюшной полости, расстройство желудка, вследствие чего будет ненормальный стул. Болевые ощущения в мышцах и суставах, а также снижение веса, нарушения кожных покровов, отек нижних конечностей, одышка и кашель. Если вам нужно Alecnib (Алектиниб) - Алекниб (Alectinib) - аналог Алесенса купить дешево – ждем вашего звонка. \r\n \r\nалектиниб \r\nалектиниб инструкция \r\nалектиниб цена \r\nалектиниб отзывы \r\nалектиниб инструкция +по применению \r\nалектиниб форма выпуска \r\nалектиниб купить \r\nалектиниб отзывы пациентов \r\nалектиниб цена омск \r\nалектиниб купить +в москве \r\nалеценза алектиниб инструкция +по применению \r\nАлесенса (Alectinib) - Alecensa (Алектиниб) \r\nАлесенса (Alectinib) - Alecensa (Алектиниб) купить \r\nАлесенса (Alectinib) - Alecensa (Алектиниб) цена \r\nАлесенса (Alectinib) - Alecensa (Алектиниб) стоимость \r\nАлесенса (Alectinib) - Alecensa (Алектиниб) отзывы \r\nalectinib\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PennyDiactUN', 'petrovapenny@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-27 06:55:18', '37.229.197.42', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1252, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"LuxVesGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"luxuryluckyme1213@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82517959628\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1786:\"ВНИМАНИЕ ДЕЙСТВУЕТ СКИДКА!! \r\n \r\nВ отличии от большинства капперов мы не рисуем статистику, не удаляем минусы и не даем ложных обещаний - Все мы знаем, что спорт может удивлять, и шокировать результатом, мы не гарантируем прибыль, наши программы являются самым настоящим помощник в футбольном и хоккейном мире \r\n \r\nЗа счет программ можно значительно сократить время поиска матчей \r\n \r\nНаша группа очень популярна среди капперов, потому что каждый день мы предоставляем максимально интересную информацию на различные матчи, которая помогает выбрать правильную ставку \r\n \r\nМы постоянно совершенствуемся, работаем над ошибками и улучшаем программы \r\n \r\nLBFootball со скидкой 54%: \r\nЛицензия на 1 месяц - https://glopart.ru/buy/188767 (Старая цена 1000 рублей, со скидкой 492.40) \r\nЛицензия на 3 месяца - https://glopart.ru/buy/188765 (1 750 &gt; 837.40 руб.) \r\nЛицензия на 6 месяцев - https://glopart.ru/buy/188764 (2 700 &gt; 1 265.82 руб.) \r\nЛицензия на 1 год - https://glopart.ru/buy/185127 (4 000 &gt; 1 846.41 руб.) \r\n \r\nLBMoneyodds со скидкой 54%: \r\nБез срока активации - https://glopart.ru/buy/185372 (1 060 &gt; 520 руб.)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LuxVesGS', 'luxuryluckyme1213@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-27 17:01:17', '5.228.148.249', '1'),
(1253, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89795499157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2326:\"https://writingessayonline440.blogspot.com\r\nhttps://howtowriteanapplicationpaper259.blogspot.com\r\nhttps://stepsinwritingapaper.blogspot.com/\r\nhttps://reindeerwritingpaper.blogspot.com/\r\nhttps://collegestressessay.blogspot.com\r\nhttps://paperswriting886.blogspot.com\r\nhttps://academicessaywritingtips281.blogspot.com\r\nhttps://collegepersonalstatementessay91.blogspot.com\r\nhttps://martinlutherkingjrwritingpaper.blogspot.com/\r\nhttps://creativewritingpaper312.blogspot.com\r\nhttps://howtowriteapaperincollege1.blogspot.com/\r\nhttps://essaypaperwritingservice327.blogspot.com\r\nhttps://helpwritemyessay518.blogspot.com\r\nhttps://writingadebatepaper108.blogspot.com\r\nhttps://goodcollegeadmissionessay.blogspot.com\r\nhttps://funwritingpaper235.blogspot.com\r\nhttps://teelessaywriting.blogspot.com\r\nhttps://top10essaywritingservices631.blogspot.com\r\nhttps://collegegoalsessay.blogspot.com\r\nhttps://essaywebsites753.blogspot.com\r\nhttps://helpwritingpapersforcollege591.blogspot.com\r\nhttps://kindergartenlinedwritingpaper635.blogspot.com\r\nhttps://howtowriteaquoteinanessay818.blogspot.com\r\nhttps://whywritingisimportantessay.blogspot.com\r\nhttps://theproperwaytowriteanessay.blogspot.com\r\nhttps://essaywritingarticles.blogspot.com\r\nhttps://onlineessaywriters864.blogspot.com\r\nhttps://readingandwritingessay982.blogspot.com\r\nhttps://howtowritetechnicalpapers.blogspot.com/\r\nhttps://writeapplicationessay.blogspot.com\r\nhttps://descriptiveessayhelp996.blogspot.com\r\nhttps://businessessaywriting364.blogspot.com\r\nhttps://whyuscollegeessay.blogspot.com\r\nhttps://collegeessayheading.blogspot.com\r\nhttps://collegeessayheader.blogspot.com\r\nhttps://writingascientificessay.blogspot.com\r\nhttps://writingessayinenglish598.blogspot.com\r\nhttps://badcollegeessays.blogspot.com\r\nhttps://howtomakeessaywritingeasy114.blogspot.com\r\nhttps://howtowriteessayproposal80.blogspot.com\r\nhttps://writingathemeessay.blogspot.com\r\nhttps://writinganevaluationessay.blogspot.com\r\nhttps://universityadmissionessays294.blogspot.com\r\nhttps://valueofcollegeeducationessay.blogspot.com\r\nhttps://writingquotesinanessay.blogspot.com\r\nhttps://howtowriteacollegeessay693.blogspot.com\r\nhttps://writingresponsepapers.blogspot.com/\r\nhttps://introductionofaresearchpaper.blogspot.com/\r\nhttps://stepstowritingapaper311.blogspot.com\r\nhttps://bestwritingpaperforfountainpens.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-28 06:26:59', '178.137.16.51', '1'),
(1254, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephuNusyCG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"griva.vadimka@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87629568289\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:241:\"Thank you for registering on Home Security Camera!   http://www.home-security-camera.com/ \r\n \r\nHome Security Camera - video surveillance \r\n \r\n \r\nhttp://www.home-security-camera.com/software-russian \r\nHome Security Camera - VIDEO SURVEILLANCE\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephuNusyCG', 'griva.vadimka@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-28 09:00:14', '46.173.55.27', '1'),
(1255, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CarlaNibSS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"dimulyaw@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81987445731\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlaNibSS', 'dimulyaw@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-28 11:39:09', '94.139.231.138', '1'),
(1256, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JoshuaidevaIC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"grisha.burmyakov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87374312939\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:111:\"Our work on the example of Arnaud Massartic \r\n \r\n1000 black reviews on the example of Arnaud Massartic for $ 30\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuaidevaIC', 'grisha.burmyakov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-28 15:53:59', '46.188.98.10', '1'),
(1257, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilTapFU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"aristarhyudin95@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88831431853\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3898:\"Железнодорожные перевозки. Хроника возникновения и развития \r\nНыне грузовые железнодорожные перевозки представляют собой симбиоз инженерных достижений в области средств передвижения и оптимального процесса управления продвижением товаров и услуг через поставщиков к потребителям. Железнодорожные превозки. ТК БИРТРАНСЖелезнодорожные перевозки грузов по-прежнему считаются самым быстрым, удобным и наименее затратным способом доставки различных грузов – через тяжелой строительной техники перед шибко портящихся продуктов питания.Объясняется это в первую очередь тем, что железнодорожные перевозки находятся вне конкуренции, когда речь соглашаться о транспортировке тяжелых и негабаритных грузов: строительной техники (кранов, экскаваторов, самосвалов), крупногабаритных технических изделий (предположим, опор ЛЭП, железобетонных плит, перекрытий и т.п.). Железнодорожные превозки. ТК БИРТРАНС Около этом размеры данных грузов ограничены чуть размерами самого подвижного состава, что будет исполнять железнодорожную перевозку. Более того - современная строительная техника целенаправленно проектируется именно с расчетом для то, что ее доставка довольно исполняться железнодорожным транспортом. \r\nНа всем протяжении цивилизации прислуга вовек задумывался, чем ему перетащить сиречь перевезти тяжелый, крупногабаритный, так и весь любой груз, какой он лично не в состоянии перенести. Так были изобретены простые транспортные средства, сиречь сани, повозка, плот, лодка. Когда усилие человека в качестве тяговой силы уже было не достаточно, люди стали пользоваться животных: волов, верблюдов и, ясно же, лошадей. \r\nКроме в Древней Греции существовала обязанность перевозки тяжеловесного и негабаритного груза. Ради сокращения водного пути из Саронического залива в Коринфский существовал каменный оборот, называемый Диолком с глубокими желобами в качестве направляющих и какой служил для перемещения волоком тяжелых кораблей. \r\nжелезнодорожные перевозки|\r\nперевозки жд транспортом иркутск|\r\nжд перевозки москва иркутск|\r\nжелезнодорожные перевозки грузов по россии|\r\nжелезнодорожные перевозки грузов по россии|\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilTapFU', 'aristarhyudin95@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-28 23:07:08', '90.188.255.142', '1'),
(1258, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LouisFaincIC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"yaroslav.pavlichenkov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86764557212\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:161:\"Thank you for registering Object Detecion Software!   http://object-detection.com/ \r\n \r\nvideo surveillance \r\n \r\nПрограмма видеонаблюдения\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LouisFaincIC', 'yaroslav.pavlichenkov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 00:47:08', '46.173.55.27', '1'),
(1259, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"clarabs69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"sergiokh16@ayumu6410.takumi84.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89227861149\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://haitianlesbians.instasexyblog.com/?destinee \r\n\r\n 3d animated monster woman porn soul calibur 4 porn amateur porn riding free jamielynn spears porn big tit blonde lesbian porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'clarabs69', 'sergiokh16@ayumu6410.takumi84.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 02:27:57', '87.118.116.12', '1'),
(1260, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JessefalgeZR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"irasvetlova@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81627163536\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:666:\"Hello. And Bye.                                                                                                                                                                                                                                                                                                                                                                                                                    Leshmeyker - master stylist specializing in eyelash extensions. She uses different techniques and materials in her work, making the clients&#039; eyes very attractive. The beauty market is actively developing and improving. https://t.co/LKgNjbWIT8\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessefalgeZR', 'irasvetlova@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 05:46:24', '45.66.9.92', '1'),
(1261, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TerrysculkGW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"rostislav.vulakh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88211371211\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"МАССОВЫЕ РАССЫЛКИ ФОС\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerrysculkGW', 'rostislav.vulakh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 08:02:21', '77.232.153.155', '1'),
(1262, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"TimothySaubsDC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"chepurnov.lavrentiy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83942481337\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:133:\"Thank you for registering on Webcam Software Cloud!   http://webcam-cloud.com/ \r\n \r\nWebcam software \r\n \r\nWebcam software - IP cameras\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothySaubsDC', 'chepurnov.lavrentiy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 10:01:36', '46.173.55.27', '1'),
(1263, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"RomaFugHB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"varnapego@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87633318775\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1579:\"Лучшый тренер Бородин Сергей Александрович 20.01.1983 \r\nЯ очень хорошо запомнил свою первую тренировку : \r\nвсе было новым и необычным. Когда \r\nя познакомился с Сергеем Александровичем, \r\nон мне показался очень добрым и \r\nвоспитанным человеком. На первом занятии, Сергей Александрович на нас не ругался, так как \r\nмы были неопытны, \r\nа пытался во всем разобраться и научить. Сергей Александрович \r\nдавал ответы на все наши вопросы, рассказывал о том, знаменитая игра, \r\nкоторой посвящают стихи, песни, ради нее совершают \r\nгероические поступки. \r\nНа занятии \r\nя себя чувствовал спокойно и уверенно. Сергей Александрович Бородин является, в первую очередь, \r\nобразованным человеком и личностью,который достиг в жизни определённой ступени. И не прислушиваться к тому, что Сергей Александрович говорит- просто глупость. \r\nМой первый и лучший тренер Бородин Сергей Александрович 20.01.1983\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RomaFugHB', 'varnapego@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 10:21:11', '195.211.161.52', '1'),
(1264, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GudrundaubsVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"d.tyjk@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85822884946\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GudrundaubsVV', 'd.tyjk@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 13:49:36', '94.139.231.138', '1'),
(1265, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ShawnvubZB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"vanechka.barbasov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83293184486\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"Actovegin \r\n \r\nsolcoseryl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnvubZB', 'vanechka.barbasov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 14:11:46', '46.173.55.27', '1'),
(1266, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidGugHT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"kupriyenkov.borislav@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82496996715\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:106:\"смотреть онлайн бесплатно \r\n \r\nhttp://5kino.net/36486-bolshe-chem-sluzhba-2016.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidGugHT', 'kupriyenkov.borislav@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 15:37:25', '46.188.98.10', '1'),
(1267, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardvafTN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"manman8@goowall.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84215881587\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:251:\"The Fastest Blockchain in the World\r\n\r\nBy building the Amen System on the Waves NG platform, we have created it to be the fastest blockchain on the planet to integrate Amen into daily buying and selling.\r\nTo find out more search google for Amen Dollar\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardvafTN', 'manman8@goowall.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 17:08:04', '173.181.43.16', '1'),
(1268, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"reopSomeZP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"xiao0000013@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83894387567\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3811:\"The 890 includes a effortless even so functional sole. It is manufactured up of the slender outsole manufactured of carbon rubber which hardly received any set on Ideal soon after CLOCKING Practically eighty MILES. The grooves etched into the sole to provide grip also definitely never pick up pebbles when doing work around trails or gravel. New Equilibrium 890 Increased. \r\n \r\nNew harmony used names of some illustrious athletes it sponsors to name these runners. The 890閳ユ獨 male unique edition is tagged along with the surname of Andrew baddley, a British extended racing Olympian. The feminine distinct version is christened immediately immediately after Jenny Simpson, an American Olympic star. It truly is my view that this piece of innovation is simply what other shoe providers require to complete to find the youthful people today intrigued from the activity. It thrust me again to the time in middle university after i was obsessed with acquiring a pair of Michael Jordan閳ユ獨, Hardaway or Barkley閳ユ獨 basketball footwear. Associating these sneakers with these properly discovered athletes is usually a grasp stroke these are typically just the sort of substantial velocity trainers that any Olympian genuinely need to use to look at in general functionality. \r\n \r\nThe 890閳ユ獨 increased predominantly consists of overlays which support in striving to keep the foot snuggly inside the sneakers hence supplying the set over a experience of starting to be tied into the sneakers. One more small issue that caught my concentrate was the use by new harmony of flat laces and lace holes which assist make the footwear along with the laces search united. Various sneakers corporations have more than the very last 10 decades experimented with several lace designs in an endeavor to forestall the laces from loosening. The lace method utilized from the 890s does not give this kind of issues as a result generating the footwear actually trustworthy for operating. New stability 890 watch. \r\n \r\nThe introduction on the New Stability 890 is definite to change the recreation in the lightweight neutral jogging sneakers team. I identified the revlite foam from the New Harmony Doing work Footwear to get the greatest cushioning application in field. From your shoe閳ユ獨 fashionable upper towards the fascination paid out to depth inside the lace and tongue layouts, the 890 would be the fantastic example of a conventional shoe increased by progressive light-weight engineering. New harmony the real shoe business was commenced in 1906. At any time because they閳ユ獫e been earning significant high high quality footwear with regards to consumers. Alongside this time about collection many New harmony footwear have gotten fairly well-liked. One of the most widely used presenting sneakers that New equilibrium established may be the New stability 991. Other well-liked shoes while in the New equilibrium domestic would be the MW811, MX621, MX608, In the adhering to paragraphs I will be conversing about these types of sneakers and the reason why they閳ユ獧e so prevalent. \r\n \r\nhttps://pradastore.exblog.jp/28099415/ \r\nhttp://pradastore.shop-worlds.com/2019/03/19/the-advantageous-features-of-wallet-chains/ \r\nhttp://pradastore.shop-worlds.com/2019/03/19/several-types-of-chain-wallets-you-should-look-at/ \r\nhttps://pradastore.page.tl/Get-the-Best-From-Men-h-s-Leather-Wallets.htm \r\nhttps://pradastore.page.tl/Design-and-Expediency-By-using-a-Biker-Wallet-for-guys.htm \r\nhttp://publish.lycos.com/pradastore/2019/03/19/have-the-best-away-from-mens-leather-based-wallets/ \r\nhttps://pradastore.exblog.jp/28099412/ \r\nhttp://www.23hq.com/cheapmcmbelt/photo/52747855 \r\nhttp://www.23hq.com/cheapmcmbelt/photo/52747895 \r\nhttps://blog.goo.ne.jp/pradastore/e/ed694dcb6d0d0c3547bcf55b138a9403\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reopSomeZP', 'xiao0000013@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-29 17:52:07', '113.65.71.36', '1'),
(1269, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"maggiekx2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"celestelh11@sora59.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86195378688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://photossexbbw.hotblognetwork.com/?macie \r\n\r\n free porn videos yoga porn norfolk ne free porn young golden fatwomen old youn teen boy porn drawn tigether porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'maggiekx2', 'celestelh11@sora59.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-30 07:10:28', '185.220.101.30', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1270, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RebeccaGofVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"olisiua@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87858414821\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4038:\"Официальная станция ДезКонтроль осуществляет уничтожительные дезуслуги по санобработке насекомых в Петербурге и соседствующих районах. Дезинсекторы санэпидстанции делают обработку мебельных тараканов, удаление комаров, избавление от грызунов. Сотрудники дезинсекционной санэпидслужбы обладают громадными знаниями выполнения санитарных задач для индивидуальных арендодателей и предприятий различной специальности. Для дезинсекции насекомых эксплуатируется мелкодисперсная техника и инсектоакарицидные препараты, изготавливающиеся знаменитыми компаниями по поставкам агрохимических инсектоакарицидов Канады и Румынии – Hallmark Chemicals, Cheminova, ТПК Техноэкспорт, НПО &quot;Гарант&quot;, Quimica de Munguia. Для блох употребляются дезсредства Cynuzan, Биорин, Юракс, Тетрацин, Блокада-Антиклоп и различные некотиноидные и нетоксичные для детей и домашних любимчиков дезсредства. Уничтожение других вредителей выполняется препаратами Медилис, Синузан, Агран, Абзац, Акаритокс, Цифокс – проверенными и инновационными инсектоакарицидами для дезинфекции заселяемых объектов. Предприятие ДезКонтроль – это профессиональный производитель эпидемиологических работ, санстанция владеет надлежащей подготовленностью и незаменимыми навыками для дезинсекции хозяйственных помещений с высоким эффектом. Эпидемиологическая компания ДезКонтроль проводит другие дезуслуги: дезинсекцию муравьёв, удаление бурьяна, травление домашних вредителей. Высококачественный сервис ДезКонтроль применяют различные заказчики – строительные фирмы, медицинские учреждения, коммунальные участки: пансионы, амбулатории, кофейни, детсады, толкучки, нефтебазы. Пригласить специалиста морить муравьёв в ресторане можно в любой муниципалитет Питера и области. Сотрудники городской санслужбы ДезКонтроль дезинсицируют членистоногих на территориях: Петроградский район, округ Посадский, метро Достоевская, посёлок Ушково, город Светогорск. На удаление клещей заключается продолжительное обслуживание. \r\n \r\nhttp://gukovo-musey.ru/forum.php?PAGE_NAME=profile_view&amp;UID=26117 \r\n \r\n Теги раздела:    сэс кировского района ленинградской области, кроты уничтожение, обработка участка от клещей цена, лаборатория сэс спб, городская санитарно эпидемиологическая служба\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RebeccaGofVP', 'olisiua@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-30 09:01:52', '88.202.177.231', '1'),
(1271, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SamuellarQP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"goryushkin_slava@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86321462952\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"только лучшее кино 2019 \r\n \r\n \r\nhttps://kinofakt.online/18731-tolstoj-voskresene-30122018.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuellarQP', 'goryushkin_slava@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-30 11:14:00', '46.188.98.10', '1'),
(1272, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RealtyPebraFF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"zigmundsubbotin9595@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82719792159\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1541:\"Блоги о недвижимости \r\n \r\n \r\n \r\nhttps://bubblgumbitch.tumblr.com/post/184371453934/%D1%80%D0%B0%D0%B9%D1%81%D0%BA%D0%B8%D0%B5-%D1%81%D1%82%D0%B0%D1%82%D1%8C%D0%B8-%D0%BE%D1%82%D0%BA%D1%80%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D1%8F-%D0%B2%D0%B5%D1%81%D0%BD%D0%B0-%D0%B8%D0%B7-%D0%BF%D1%80%D0%BE%D1%81%D0%BE%D1%87%D0%B8%D0%B2%D1%88%D0%B8%D1%85%D1%81%D1%8F\r\nhttps://jasminesmode.tumblr.com/post/184372238402/%D0%B7%D0%B0%D0%BF%D0%BB%D0%B0%D1%82%D0%B8-%D0%BF%D0%B5%D0%BD%D1%81%D0%B8%D0%BE%D0%BD%D0%BD%D1%8B%D0%B5-%D0%B2%D0%B7%D0%BD%D0%BE%D1%81%D1%8B-%D0%BF%D0%BE%D0%BC%D0%BE%D0%B3%D0%B8-%D0%B5%D0%BC%D1%83-%D0%BA%D1%83%D0%BF%D0%B8%D1%82%D1%8C\r\nhttps://canon-neckstrap.tumblr.com/post/184486402352/%D1%81%D1%80%D0%B5%D0%B4%D0%BD%D1%8F%D1%8F-%D0%BF%D0%BB%D0%BE%D1%89%D0%B0%D0%B4%D1%8C-%D0%BF%D1%80%D0%B8%D0%BE%D0%B1%D1%80%D0%B5%D1%82%D0%B0%D0%B5%D0%BC%D1%8B%D1%85-%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B8%D1%80-%D0%B2\r\nhttps://danielhomrich.tumblr.com/post/184564985600/%D0%BF%D1%83%D1%82%D0%B8%D0%BD%D1%83-%D0%BF%D1%80%D0%B5%D0%B4%D0%BB%D0%BE%D0%B6%D0%B8%D0%BB%D0%B8-%D0%BE%D1%81%D0%B2%D0%BE%D0%B1%D0%BE%D0%B4%D0%B8%D1%82%D1%8C-%D1%81%D0%B5%D0%BC%D1%8C%D0%B8-%D1%81-%D0%B4%D0%B5%D1%82%D1%8C%D0%BC%D0%B8-%D0%B8%D0%B7-%D0%B7%D0%B0\r\nhttps://loomistudies.tumblr.com/post/184395052697/%D0%BF%D1%83%D1%82%D0%B8%D0%BD%D1%83-%D0%BF%D1%80%D0%B5%D0%B4%D0%BB%D0%BE%D0%B6%D0%B8%D0%BB%D0%B8-%D0%BE%D1%81%D0%B2%D0%BE%D0%B1%D0%BE%D0%B4%D0%B8%D1%82%D1%8C-%D1%81%D0%B5%D0%BC%D1%8C%D0%B8-%D1%81-%D0%B4%D0%B5%D1%82%D1%8C%D0%BC%D0%B8-%D0%B8%D0%B7-%D0%B7%D0%B0\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RealtyPebraFF', 'zigmundsubbotin9595@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-30 15:58:23', '90.188.236.43', '1'),
(1273, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"brandcon1KR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"tomekjajolek@o2.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83128164577\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"http://brandcont.pl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'brandcon1KR', 'tomekjajolek@o2.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-06-30 16:07:41', '185.234.218.141', '1'),
(1274, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DeweyrhickMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"yuansichen20160626@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89113867351\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:765:\"meizitang \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang \r\nmeizitang strong \r\nmeizitang espana \r\nbotanical slimming \r\nmeizitang originales \r\npastillas chinas meizitang \r\nmeizitang en espana \r\nmeizitang \r\nmeizitang italia \r\nmeizitang soft gel \r\ncomprare meizitang \r\nbotanical slimming \r\nmeizitang capsule \r\nmeizitang online \r\nmeizitang \r\nmeizitang hrvatska \r\nbotanical slimming krvatska \r\nmeizitang botanical slimming \r\nmeizitang tablete za mrsavljenje \r\nmeizitang STRONG MSV \r\ntablete za prirodno mrsavljenje \r\nbotanical meizitang gdje kupiti \r\nmeizitang \r\nmeizitang australia \r\nmeizitang strong version \r\nbotanical slimming soft gel \r\nmeizitang soft gel \r\nbuy meizitang\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DeweyrhickMS', 'yuansichen20160626@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-01 03:16:13', '36.5.147.129', '1'),
(1275, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"sabrinaix18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"sherrytl11@ryoichi30.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85884284283\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://latexlimit.hotblognetwork.com/?araceli \r\n\r\n brazilian video porn funn porn games steven hill porn actor crack porn site avitar toon porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sabrinaix18', 'sherrytl11@ryoichi30.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-01 03:53:55', '199.249.230.73', '1'),
(1276, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ContactForm\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"375627528\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:851:\"Hello!  puertobarillas.com \r\n \r\nWe present oneself \r\n \r\nSending your message through the Contact us form which can be found on the sites in the Communication section. Feedback forms are filled in by our application and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This technique improve the odds that your message will be open. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\nWhatsApp - +44 7598 509161\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ContactForm', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-01 13:14:25', '31.13.190.254', '1'),
(1277, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89366646741\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-01 21:44:22', '94.139.231.138', '1'),
(1278, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidKEDCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wlms111@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87947166743\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7452:\"Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib) – аналог Имбрувика  представляет собой лекарственный препарат, действующий на основе низкомолекулярного ингибитора тирозининазы Брутона. \r\nФорма выпуска \r\nВыпуск лекарства осуществляется в виде капсул, основным веществом которых является ибрутиниб. \r\nДействие препарата \r\nРекомендуется принимать препарат за несколько часов либо до еды, либо после. Попадая в организм, лекарство сразу же абсорбируется. Действие препарата направлено на борьбу с раковыми клетками: он останавливает процесс их роста, тем самым приводя к уменьшению опухоли. Если вы хотите  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика купить  недорого, тогда оформляйте заказ на нашем сайте. \r\nПоказания к применению \r\nПрием лекарственного средства осуществляется взрослыми, имеющими следующие заболевания: • Мантийноклеточная лимфома; • Лимфоцитарный лейкоз; • Макроглобулинемия Вальденстрема. В основном, лечение данным препаратом осуществляется в том случае, если пациенты не могут пройти курс химиотерапии или иммуннотерапии. Про  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика отзывы  по большей части положительные. \r\nПобочное действие \r\nВ качестве побочных эффектов можно отметить: • нарушения работоспособности нервной системы; • нарушения работоспособности желудочно-кишечного тракта; • нарушения зрения; • аллергические реакции. Также может проявиться слабость или отек. Если побочные эффекты имеют слабое действие, то прием препарата продолжается в обычном режиме. В противном случае при ухудшении состояния пациента прием препарата прекращается и назначается консультация у лечащего врача. Узнать, какая сегодня на  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика стоимость можно, позвонив в нашу аптеку. \r\nПротивопоказания \r\nИбрутиниб не рекомендуется принимать: • беременным и кормящим женщинам; • детям в возрасте до 18 лет; • больным, имеющим гиперчувствительность к какому-либо из компонентов препарата; • пациентам, у которых имеются проблемы с печенью и почками. Также запрещено применение препарата в случаях, если ведется параллельный курс лечения мощных препаратов. Среди тех, кто был вынужден пройти курс лечения данным препаратом, было отмечено тяжелое влияние Ибрутиниба на организм. По мнению некоторых, в течение приема лекарства проявились многие побочные эффекты, особенно часто – кровотечения и нарушения дыхательных функций. Все это приводило к тому, что нужно было постоянно корректировать дозу лекарства. В любом случае отпуск препарата осуществляется по рецепту врача. И для того, чтобы был назначен именно \r\n Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика цена   которого более доступна, необходимо пройти специальное обследование и сдать требуемые анализы. Лечащий врач сделает вывод о виде заболевания и выпишет соответствующий рецепт \r\n \r\nибрутиниб \r\nибрутиниб цена \r\nибрутиниб инструкция \r\nибрутиниб инструкция +по применению \r\nпрепарат ибрутиниб \r\nибрутиниб отзывы \r\nибрутиниб 140 мг \r\nибрутиниб купить \r\nибрутиниб аналоги \r\nибрутиниб ibrutinib цена \r\nибрутиниб цена +в россии \r\nдженерик ибрутиниб \r\nimbruvica ибрутиниб 140 мг \r\nибрутиниб цена +в москве \r\nлекарство ибрутиниб \r\nхлл ибрутинибом \r\nибрутиниб отзывы пациентов \r\nибрутиниб 420 \r\nлечение хлл ибрутинибом \r\nибрутиниб торговое название \r\nибрутиниб купить +в москве \r\nибрутиниб купить +в петербурге \r\nрезультат лечения хлл мабтера плюс ибрутиниб \r\nибрутиниб +как получить бесплатно \r\nибрутиниб отзывы больных \r\nибрутиниб рлс \r\nибрутиниб форум \r\nибрутиниб имбрувика цена \r\nимбрувика \r\nимбрувика цена \r\nимбрувика инструкция \r\nимбрувика применение \r\nимбрувика инструкция +по применению \r\nимбрувика цена +в рублях \r\nимбрувика отзывы \r\nимбрувика купить \r\nпродам имбрувика \r\nимбрувика аналоги \r\nимбрувика imbruvica \r\nимбрувика цена +в москве \r\nимбрувика форум \r\nимбрувика +от частных лиц \r\nимбрувика купить +в москве \r\nимбрувика продам остатки \r\nкрым имбрувика \r\nимбрувика отзывы форум \r\nимбрувика производитель \r\nпрепарат имбрувика \r\nлекарство имбрувика \r\nимбрувика аптека бурденко \r\nибрутиниб имбрувика цена \r\nLuciBru купить \r\nLucibru цена \r\nLucibru стоимость \r\nLucibru отзывы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidKEDCR', 'wlms111@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-01 22:36:54', '37.229.197.42', '1'),
(1279, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"217448616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"Look at an astounding  regard pro you. puertobarillas.com \r\nhttp://bit.ly/2KxJmGV\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-02 15:04:51', '37.120.159.19', '1'),
(1280, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"kerrywr11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"pattyzo11@michio8110.masaaki67.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88698634241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:175:\"Hot teen pics\r\nhttp://anima.porn.xblognetwork.com/?norma \r\n\r\n gay porn actor died young 80s porn tubes black women bbw carol ann porn porn from turkey free porn videos amatuer\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kerrywr11', 'pattyzo11@michio8110.masaaki67.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-02 19:45:50', '46.182.106.190', '1'),
(1281, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86569951396\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-02 20:19:28', '94.139.241.58', '1'),
(1282, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MarvinRogDP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"svetadyatel12@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87539154742\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"http://whatsapplanding.flyland.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarvinRogDP', 'svetadyatel12@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-02 23:32:38', '94.29.42.50', '1'),
(1283, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"blancadk4ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"il3@kenta98.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85528633683\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:236:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://naughtywomengif.instakink.com/?elisabeth \r\n\r\n maverick porn new york young web porn stars porn catigory free kendra wilkinson porn videos elder sister porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'blancadk4ET', 'il3@kenta98.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-03 03:09:56', '185.220.101.24', '1'),
(1284, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NeoFlildJF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"gavincarlos1999919@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89859419485\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2864:\"Dog training Centre ‘Asantiko’ (Ukraine) is offering elite puppies of different breeds. \r\n-The Tibetan Mastiff Dog Breed is the main area of the Centre. There are more than 300 puppies available, their parents are brought from China. \r\nThe puppies parents are multiple winners of the Championships in Ukraine and other countries. \r\n-Sredneasitskaia shepherd \r\n- Kavkazskaia shepherd \r\n- Belgian shepherd dog malinois \r\n- Amerikan akita \r\n- Alaskan malamute \r\n- Newfoundland \r\n- Welsh corgi pembrok \r\n- Chow-chow \r\n- English bulldog \r\n- French bulldog \r\n- Pekinese \r\n- Shih tzu \r\n- Maltese \r\n- German spitz (pomeranian) \r\n- Yorkshire terrier \r\n- Chihuahua \r\nLarge selection of puppies (over 1000) \r\nWorldwide shipping \r\nWe are interested in concluding long term agreements with Dog training organizations, clubs and private persons to present interests of Dog Centre ‘Asantiko’ in other countries. \r\nThe representative’s tasks: \r\n- search of potential buyers \r\n- support of purchase / sale contracts (shipping logistics, meeting the veterinary import requirements, financial arrangements with the buyers and other issues, arising during the contract implementation) \r\nOur contacts: \r\nEurope              evropa.asantiko@gmail.com \r\n                   Watsapp / Viber, +380 50 8098593 \r\nUSA                   usa.asantiko@gmail.com \r\n                   Watsapp / Viber, +380 50 8098594 \r\nAsia, Africa         asia.afrika.asantiko@gmail.com \r\n                    Watsapp / Viber, +380 50 8098568 \r\nКинологический центр &quot;Асантико&quot; (Украина) предлагает элитных щенков разных пород. \r\n-Породы тибетских мастифов - основная сфера деятельности Центра. Доступно более 300 щенков, их родители привезены из Китая. \r\nРодители щенков являются многократными победителями чемпионатов в Украине и других странах. \r\n \r\nМы заинтересованы в заключении долгосрочных соглашений с кинологическими организациями, клубами и частными лицами для представления интересов кинологического центра «Асантико» в других странах. \r\n \r\nhttp://www.asantiko.com.ua      http://www.youtube.com/c/Asantiko \r\nкупить щенка норвич терьера в спб\r\nвальхунд купить щенка\r\nрассел терьер купить щенка в москве\r\nволкодав купить щенка\r\nкупить щенка кавказской овчарки в архангельске\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NeoFlildJF', 'gavincarlos1999919@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-03 04:08:02', '77.222.139.182', '1'),
(1285, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugCS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85478462553\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:345:\"Ваш ребенок не может уснуть? Уже все перепробовали?Прочитайте ему сказку с нашего сайта. \r\nБольшой выбор народных и авторских сказок для всех возрастов.Переходите по ссылке: \r\nhttp://skazochki-detyam.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugCS', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 00:10:20', '2.134.204.20', '1'),
(1286, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EugeneHitRS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"tolstobrov_sashuta@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82188212576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"ритуал \r\n \r\nритуал\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EugeneHitRS', 'tolstobrov_sashuta@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 02:19:58', '94.29.72.33', '1'),
(1287, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"HowarddupTG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"larion.dukhvalov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86953362349\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"Изготовление памятников \r\n \r\nИзготовление памятников\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HowarddupTG', 'larion.dukhvalov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 02:19:58', '94.29.72.33', '1'),
(1288, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertNokZS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"miroslav.napokin@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88771449179\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"изготовление памятников на могилу \r\n \r\nнадгробия москва\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertNokZS', 'miroslav.napokin@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 02:19:58', '94.29.72.33', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1289, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"LeonardchopyEK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"kuryndin.slava@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83667789587\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"Запорожье адвокат \r\n \r\nАдвокат Запорожье\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonardchopyEK', 'kuryndin.slava@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 02:19:58', '94.29.72.33', '1'),
(1290, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DianazenTB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dialiu@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81194551225\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4163:\"https://descontrol.pro/dezsredstva/ciradon-1000/ - https://i.ibb.co/DYphMhg/1.jpg \r\n \r\n \r\nПетербургская служба СЭС-Контроль производит санитарные сэсуслуги по истреблению вредителей в Петербурге и сопредельных регионах. Работники станции оказывают истребление домовых вшей, травление клопов, обработку от мышей. Дезинсекторы городской организации обладают изрядным умением проведения истребительных дезработ для индивидуальных клиентов и юрлиц разностороннего профиля. Для дезинфекции вредителей эксплуатируется специальное газооборудование и некотиноидные концентраты, изготавливаемые популярными предприятиями по приготовлению агрохимических средств Израиля и Европы – Bayer, Доброхим, Kukbo Science Co, Эслана-Дез, Научно-коммерческая фирма &quot;Рэт&quot;. Против слепней применяются инсектоакарициды Блокада-Антиклоп, Бриз, Лекарь, Циперметрин, Аверфос и различные эффективные и нетоксичные для детей и домовых любимчиков препараты. Санобработка прочих кровососов осуществляется агрохимикатами Циперметрин, Кукарача, Сихлор, Эффектив, Альфа, Доброхим – эффективными и действенными средствами для санобработки населённых территорий. Компания Пестконтроль – это проверенный подрядчик специализированных дезработ, санслужба владеет обязательными ресурсами и необходимой компетенцией для дезинсекции многосложных объектов с отличительным результатом. Эпидемическая сэс СЭС-Контроль производит иные работы: выведение клещей, выкорчёвывание репейника, лечение кровососущих букашек. Высокопрофессиональное обслуживание Пестконтроль эксплуатируют разные фирмы – строительные заведения, производственные комплексы, коммунальные территории: хостелы, клиники, кафе, школы, базары, приюты. Заказать спеца уничтожить клопов в комнате можно в каждый район Города и области. Дезинсекторы жилищной организации Сэсконтроль истребляют насекомых по территориям: Колпинский район, мо Сампсониевское, метро Звёздная, посёлок Песочный, город Тихвин. На дезинсекцию мух вручается официальная допгарантия. \r\n \r\n \r\n Связанные запросы:   обработка помещений от клопов,   травля клопов спб с гарантией спб,   сэс калининского района телефон,  уничтожение тараканов спб цена,   уничтожение тараканов в москве с гарантией отзывы,   обработка от клещей ленинградская область \r\n \r\n \r\nhttp://forumi.fearnode.net/elder-scrolls/123397713/obrabotka-ses-ot-klopov-otzyvy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DianazenTB', 'dialiu@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 10:29:37', '31.14.252.146', '1'),
(1291, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"timjy11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"leiladk69@hikaru85.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89832243623\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"Hot galleries, daily updated collections\r\nhttp://kitgayoqueisso.homosexul.fetlifeblog.com/?keyla \r\n\r\n nude girls on girls porn porn extra hole free dog porn vids gini pig porn paki porn actress\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'timjy11', 'leiladk69@hikaru85.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 13:37:38', '89.31.57.5', '1'),
(1292, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Enzo Olsson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"animatedvideos33@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"126631447\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1173:\"Hello, I just visited puertobarillas.com and thought I would reach out to you. \r\n \r\nI run an animation studio that makes animated explainer videos helping companies to explain what they do, why it matters and how they&#039;re unique in less than 2 minutes. \r\n \r\nYou can watch some of the videos we’ve made here: \r\nhttp://bit.ly/2ZTqeHU - what do you think about it? \r\n \r\nI really wanted to make you a super awesome animated video explaining what your company does and the value behind it. \r\n \r\nWe have a smooth production process and handle everything needed for a high-quality video that typically takes us 6 weeks to produce from start to finish. \r\n \r\nFirst, we nail the script, design storyboards you can’t wait to see animated. Voice actors in your native language that capture your brand and animation that screams premium with sound design that brings it all together. \r\n \r\nOur videos are made from scratch and designed to make you stand out and get results. No templates, no cookie cutter animation that tarnishes your brand. \r\n \r\nIf you’re interested in learning more, please get in touch on the email below: \r\nEmail: storybitevideos@gmail.com \r\n \r\nThank you!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Enzo Olsson', 'animatedvideos33@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 20:35:51', '185.230.127.168', '1'),
(1293, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DamaPebraAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"m.isei@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87242444345\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:890:\"http://maps.google.pl/url?q=http://1bis.ru/articles/kak-otdohnut-ot-gorodskoy-zhizni-ostavayas-v-gorode/\r\nhttps://www.google.com.br/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CB8QFjAA&amp;url=http%3A%2F%2F1bis.ru%2Farticles%2Fkak-otkazatsya-ot-nedostroennoy-kvartiry%2F&amp;ei=m5gVVKh2qoPxAfLQgMgC&amp;usg=AFQjCNF\r\nhttp://www.tripod.lycos.com/bin/membership/drop_cookies?logout=1&amp;r=http%3A%2F%2F1bis.ru%2Farticles%2Fodnokomnatnyje-kvartiry-v-krasnodarje-vygodnyje-invjesticii%2F\r\nhttps://www.transtats.bts.gov/exit.asp?url=http://1bis.ru/articles/neobychnye-sooruzheniya-molodyh-arhitektorov-rossii/\r\nhttps://www.google.com.br/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CB8QFjAA&amp;url=https%3A%2F%2F1bis.ru%2Farticles%2Fzemlia-irkutskaya%2F&amp;ei=m5gVVKh2qoPxAfLQgMgC&amp;usg=AFQjCNF\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DamaPebraAL', 'm.isei@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-04 23:40:10', '90.188.236.43', '1'),
(1294, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"dixiegs4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"noemihk1@yuji2910.masaaki28.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81316395219\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Enjoy daily galleries\r\nhttp://vintage.porn.fetlifeblog.com/?nyah \r\n\r\n porn mivies online sleeks porn porns sloppiest head videos tokyo underground porn old woman fuck porn young girls\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'dixiegs4', 'noemihk1@yuji2910.masaaki28.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 01:12:37', '54.36.108.162', '1'),
(1295, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ContactForm\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"375627528\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:862:\"Good day!  puertobarillas.com \r\n \r\nWe put up of the sale \r\n \r\nSending your commercial offer through the Contact us form which can be found on the sites in the contact section. Feedback forms are filled in by our software and the captcha is solved. The advantage of this method is that messages sent through feedback forms are whitelisted. This method increases the chances that your message will be read. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nWhatsApp - +44 7598 509161 \r\nEmail - FeedbackForm@make-success.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ContactForm', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 01:35:52', '185.93.3.114', '1'),
(1296, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ceciliayb3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"mians4@rokuro51.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81466487995\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Hot galleries, daily updated collections\r\nhttp://hard.core.porn.bloglag.com/?kathryn \r\n\r\n berry girl porn free xxx porn of girls free moblile porn thumnails cat downloads porn download complete porn movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ceciliayb3', 'mians4@rokuro51.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 02:29:21', '195.176.3.24', '1'),
(1297, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82817694646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 08:45:07', '94.139.241.58', '1'),
(1298, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85967378227\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1152:\"Срочный ремонт iPhone, iPad и др. устройств Apple в Киеве Kyiv http://i7phone.com.ua в Украине Вы можете отправить нам на диагностику и ремонт в Сервисный Центр i7phone из любого региона Украины «Новой Почтой» 063-229-3386. делаем качественный ремонт iPhone всех моделей в нашем сервис центре в Киеве, Все модели 8, 8plus, X, Xs, Xs Max, Xr в наличии. Доставка по Украине. Гарантия. Большой выбор аксессуаров для Айфон. Свой сервисный центр. Гарантия, Айфон Xs, Max,Айфон Xs, Айфон Xr, Макбук Air, Аймак Айфон Xs Max Dual Sim, Качество, гарантия, недорого, ремонт iphone 6 киев, замена экрана iphone 5s цена украина, срочный ремонт iphone киев, замена стекла iphone 5 киев, замена батареи iphone 5s киев, ремонт iphone 5s\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 09:04:05', '188.163.109.153', '1'),
(1299, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SamuelloardZX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"artm.mamontov.84@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82297539569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:576:\"Are you still buying domains for yourself? \r\nAre you still buying domains for yourself? \r\nAnd they can simply be parsed and used for 6 months completely free of charge, erase how it can be done! \r\nAre you still buying domains for yourself? \r\n \r\nВы до сих пор покупаете себе домены?? \r\n \r\nА их можно просто спарсить и пользоваться 6 месяцев свершенно бесплатно, смотрите как это можно сделать! \r\nВы до сих пор покупаете себе домены??\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuelloardZX', 'artm.mamontov.84@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 17:26:33', '37.212.149.42', '1'),
(1300, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Torrent_HitMX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"petia.iluishin+myhit090619@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83871843478\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:296:\"Hitmuzik.RU (хит музыка) - Скачать можно как через торрент, так и магнет ссылку. Без регистрации и бесплатно. \r\n \r\n \r\nмузыка лучшая поп альбомы арефьева БАТАКАКУМБА СКАЧАТЬ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Torrent_HitMX', 'petia.iluishin+myhit090619@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 21:55:11', '79.164.122.148', '1'),
(1301, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"reopSomeZP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"xiao0000013@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87355329431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5867:\"Besides this type of, guidance about tips on how to start off phoning and working specifically when using the wholesalers are frequently granted. The assumed will be to minimizes worker coverage and provide greater making features in the usage of this purchase add-on luggage due to the fact it is currently spot of the services or products. Gola baggage are located in stylish coloration along with category coupled with extraordinary design that gives this particular each day handsomeness and they are commonly offered asap. Occasionally Let me change my very own situation but invest in just a little laid back in conjunction with head out devoid of modifying our luggage. you are able to order most merchandise bags for you as well as law enforcement squad on low-cost pricing. The general public clapped with regards to Jesse and his amazing accomplishment, but when Once i were presently remaining undoubtedly , there Achievable often be clapping meant for Victoria in addition as her clothing. Prada is not on this is certainly don&#039;t forget that and refreshing choices for demonstrating off handbag, accessible available brings about us to information convention for you to internet marketing and revenue communications experts moreover to internet marketing individuals precisely why A glass female with regards to support, believe in she will clarify this distinct phenomenon within the rear from the information in addition as subtext. Should really you be pondering gifting wine beverage on it wedding day working day into the particular another person or perhaps family members when compared to wine drinks carrier affordable michael kors might be the ideal choice to have wines. The acquisition of the notebook computer system journey case seriously is not any more only a tactic to guard your cellular laptop along with other units. Totes are expected add-ves and expose a fantastic prospects for nice thoroughly chosen presents in particular if gatherings is often intended. Presently there, your costs series by involving a reasonably priced 鎷?200 to simply 500 hard cash.On the other hand, yet another facet running for the Teacher purse is often its amid the various just about all-National designer totes. There閳ユ獧e exceptionally well-known regarding their special compound that is used in the arranging of your purse. \r\n \r\nThe particular result ended up currently being enormous from the consumers. From the lifestyle, we wrestle considerably to search out a little chit linked with doc on top of that to place in writing intended for composing. Original Mulberry tree purses is discovered within an distinctive purse retailer that includes exclusive trademark handbags which include European Tote. postregular Vans skate shoes, like most other things nowadays, commenced along with the dream of 1 particular person. This person was Paul Van Doren, and with his aspiration of manufacturing shoes and advertising them specifically towards the public. \r\n \r\nPaul Van Doren truly started to make sneakers when he worked inside a factory within the east expense. He also teamed up with persons who experienced knowledge within the company of constructing shoes. They ended up Jim Van Doren, Gordy Lee, and Serge D&#039;Elia. Sadly none of these in fact experienced any encounter in retail. In spite of that small setback they managed to open their initially store while in the 12 months of 1966 on the 15 of March. Which was the quite initial Vans Shoe retail store and it absolutely was situated on 704 east Broadway in Anaheim, California. At this stage they only presented 3 types of shoes. They were being priced at $2.49, $4.49, and $4,toms footwear coupon.ninety nine nonetheless they had been offered as exhibit only sneakers. \r\n \r\nThe quite first working day which they have been open they acquired twelve costumers. Considering the fact that they did not essentially have that many sneakers they asked the costumers to return back again later on during the afternoon and afterwards rushed into their factory and built each individual of your selected sneakers. There was 1 very little issue. When every single from the 12 costumers came to pay for for his or her newly produced sneakers they desired improve, and considering that no person on their team experienced retail working experience they failed to truly hope this, in order that they gave the costumers their sneakers and asked them to return again later and pay back. Luckily fir them, all twelve of their costumers were being good trustworthy individuals who did in fact occur back again to pay for for his or her shoes. During the beginning the Vans shoes experienced a diamond patter sole, nonetheless it absolutely was quickly discovered that that case them to crack within the balls in the outside the house easily this way. They didn&#039;t similar to this, in order that they decided to try a thing distinctive. It absolutely was decided which the ball location would&#039;ve vertical strains additional making sure that the shoe would be more robust and ready to manage a lot more. The waffled like sole style of Vans shoes set theirs apart from many others. \r\n \r\nhttps://mix.com/!Kplv8hWp:replica-saint-laurent-clutches-outlet-sale%2C-70%25-discount-at-ysloutletmall \r\nhttp://www.folkd.com/ref.php?go=https%3A%2F%2Fwww.ysloutletmall.com%2Fwallets%2Fchain.html \r\nhttp://www.folkd.com/ref.php?go=https%3A%2F%2Fwww.ysloutletmall.com%2Fwallets%2Fclutches.html \r\nhttps://write.as/cheapyslbags/ysl-clutch \r\nhttps://www.agreatertown.com/boca_raton_fl/ysl_clutch_0005575105 \r\nhttp://dayviews.com/cheapyslbags/527019940/ \r\nhttps://replicayslbag.blogspot.com/2019/02/just-cavalli-womens-luggage-luggage.html \r\nhttps://yslonlinestore.blogspot.com/2019/02/just-cavalli-womens-luggage-baggage.html \r\nhttp://dayviews.com/cheapyslbags/527019939/ \r\nhttps://imgur.com/a/L5rzMqh\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reopSomeZP', 'xiao0000013@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-05 22:58:41', '113.66.10.173', '1'),
(1302, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"joncw11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"gregdd69@susumo7010.fumio42.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86321635221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:197:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://porn.put.bestsexyblog.com/?reina \r\n\r\n free bondage porn clips im horny i need gay porn arabin hd porn tgp hot blound porn star videos porn tryout\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'joncw11', 'gregdd69@susumo7010.fumio42.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-06 04:38:49', '144.217.90.68', '1'),
(1303, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ShawnClelfIA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"cncmachines777@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83556725725\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1714:\"Представляем Вашему вниманию промышленные фрезерные станки с ЧПУ серий CNC-3030, CNC-4040 и CNC-6060. Промышленные фрезерные станки с ЧПУ данной серии предназначены для обработки дерева, пластмасс, органического стекла, акрила, камня, цветных металлов и даже стали. Управление промышленным фрезерным станком осуществляется системой числового программного управления. Промышленные фрезерные станки с ЧПУ по дереву и металлу нашего производства позволяют изготавливать художественные панно для отделки интерьеров и фасадов зданий, логотипы фирм, рекламную продукцию из дерева и металла. \r\n \r\nПроизводимые на нашем заводе промышленные фрезерные станки с ЧПУ по дереву и металлу применяются для небольших высокоточных изделий, ювелирных задач, восковок, печатных плат, 2D и 3D фрезеровки небольших изделий, металлических форм, шильдов, приборных панелей, штампов и электродов, сувениров и многого другого. \r\n \r\nОбращайтесь: https://stanki-chpu.ru/cnc-stanok/cnc304060-cena/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ShawnClelfIA', 'cncmachines777@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-06 12:11:59', '77.75.129.83', '1'),
(1304, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesblorbLO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87798714659\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:872:\"4. Сейчас уже не достаточно просто создать сайт http://v-i-s-a-r-t.ru/ среди тысяч таких же сайтов легко затеряться. Этот же курс поможет Вам не просто создавать в неограниченном количестве сайты и блоги, но и реально приводить на сайт посетителей и клиентов с минимальными затратами. Также мы приготовили для Вас стоящие бонусы - платные темы и плагины, которые стоят весьма существенно.Посмотрите короткую презентацию о курсе, что бы принять объективное решение о начале обучения у нас\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesblorbLO', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-06 15:47:31', '188.163.109.153', '1'),
(1305, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LucasluckyZX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"mickeybeadle6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83988188767\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"family medicine manchester ma  https://www.cuantodanio.es/comprar-levitra-pfz.php  best lip plumper drugstore\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LucasluckyZX', 'mickeybeadle6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 04:31:53', '51.15.15.164', '1'),
(1306, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MargretFaincVC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"yushkin.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81837835148\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1022:\"Приветствую всех форумчан. \r\nСкажите вот, что сегодня это единственная работа, где можно девушке нормально  зарабатывать себе на обеспеченную жизнь? Это единственная  ВЫСОКООПЛАЧИВАЕМАЯ РАБОТА ДЛЯ ДЕВУШЕК ОТ 18 ДО 27 ЛЕТ \r\nИли есть другие варианты ВЫСОКООПЛАЧИВАЕМОЙ РАБОТЫ ДЛЯ ДЕВУШЕК? \r\nКак думаете нужно ли обладать определённой долей пофигизма к общественному мнению? \r\n Greetings to all members of the forum.  \r\nTell me now that today is the only job where a girl can normally earn a secure life? This is the only HIGHLY PAID WORK FOR GIRLS FROM 18 TO 27 YEARS \r\nOr are there other options HIGHLY PAYABLE WORK FOR GIRLS? \r\nDo you think it is necessary to have a certain degree of pofigism towards public opinion?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MargretFaincVC', 'yushkin.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 05:12:05', '178.121.247.183', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1307, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84497676933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"http://www.asage.org/index.php/ASAGE/comment/view/193/0/34339\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 15:49:52', '50.235.92.14', '1'),
(1308, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelVapIZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fgsafgasdf@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87847415332\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"Mercedes SLC 43 AMG \r\nMercedes SLC 43 AMG\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelVapIZ', 'fgsafgasdf@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 18:35:53', '92.119.161.48', '1'),
(1309, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"TWTommyST\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"corifisher7935@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81129426846\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Toys Boom\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TWTommyST', 'corifisher7935@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 18:35:54', '77.83.174.184', '1'),
(1310, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"reopSomeZP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"xiao0000013@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88552469165\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4035:\"Michael Kors Handbags have existed in the middle of the world for virtually any extended time. a lot of folks are sensitive to trendy Michael Kors handbags, sophisticated, exceptional and intoxicating. A wide broad selection of alternatives are commonly conveniently accessible for the period from the current market place, each and every solitary and every and each flattering your unique persona. Michael Kors Glitz Chrome steel Analog Ladies Enjoy Violet \r\n \r\nYou might maybe have recognized about Michael Kors Luggage as they are amid one of the most large-priced elements definitely to exist on this world as well as in present times, it is truly worthy of a buy. It is best to have also witnessed superstars and style icons putting on Michael Kors baggage also it&#039;s usually thanks to its increased profile reputed. the way in which in which Michael Kors has dazzled each particular person by its big high-quality and types is actually absent the hook. We went for that shop to obtain our Michael Kors bags and purchased again once again home very quickly and also the only matter was about worth tag tags, why that is definitely acknowledged should have to we spend 300$ on just a purse comprehending that it&#039;s going to provide any remarkable in the middle of the long term? on this scenario, we might genuinely guide you simply by enlightening you acquiring a way by the use of which you&#039;ll put on Michael Kors luggage in genuinely cost-effective costs as now you might get affordable michael kors handbags outlet and that as nicely in mere sum. Examine the Michael Kors Wallet閳ユ獨 workmanship, you can find out which they can be unmistakable therefore you have to examine it genuinely nicely and verify the hallmark which might be recognized considering that the perfection that exhibits the authenticity. \r\n \r\nmust you ensure the signature, you&#039;ll discover that it is certainly numerous out of your trustworthy one. Besides, the genuine wallet has the inscription over the producer on in which and exactly how the wallet was established but this may not be uncovered in reproduction Michael Kors wallets. Serial quantity will also be lacking in replica Michael Kors wallets although they are boldly composed on genuine wallets. This amount displays that it is genuine and very similar with the quantities with regards to the certificate that arrives using Do you think you&#039;re common with Michael Kors? When you absolutely are a woman who definitely enjoys to keep, then you ought to probably know about this model. Females appreciate luggage, shirts as properly as machines even though they never have sufficient ability to come up with a buy. As everyone knows, women likes閳?window obtaining, appropriate? \r\n \r\nMichael Kors Black Monogram Leather-based Satchel With Zipper When put next to some other brands, Michael Kors is definitely one in the unique prime rated brands which happens to be well-known in the US business. It has occur about to be 1 of your most expensive vendor of luggage and shirts for your whole lot of ladies. It is actually primarily precise for distinctive staff inside the neighborhood neighborhood. In fact, each and every time people today obtain Michael Kors, they aren&#039;t paying for its imaginative styles. In the event you observe, they&#039;ve got just varieties for their handbags and purses. Women and men are frequently spending for that design title by alone. \r\n \r\nhttps://cheapyslbags.quora.com/Computer-system-Messenger-Bags \r\nhttp://smo.bookmarkstar.com/story.php?title=ysl-envelope-bag \r\nhttp://2016.secutor.info/story.php?title=ysl-envelope-bag \r\nhttp://bookmarksitelist.com/story/1416/ \r\nhttps://www.tourbr.com/story.php?title=ysl-envelope-bag \r\nhttp://www.tildee.com/TVsvWe \r\nhttps://mix.com/!4kXXrd7a:replica-saint-laurent-shoes-outlet-sale%2C-70%25-discount-at-ysloutletmall \r\nhttps://www.salespider.com/b-444529703/ysl-shoes-outlet \r\nhttps://write.as/cheapyslbags/ysl-envelope-bag \r\nhttp://choicebookmarks.com/story.php?title=replica-ysl-shoes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reopSomeZP', 'xiao0000013@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 19:22:42', '113.65.71.195', '1'),
(1311, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87158967978\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 19:49:24', '94.139.241.58', '1'),
(1312, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"Sofía Daniela Barahona Rodríguez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"sofiabarahona2409@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"79798502\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:152:\"Buen día, quería saber si hay algún paquete de estadía para dos personas en  las casas de árbol y que precio tienen las actividades que se realizan\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Sofía Daniela Barahona Rodríguez', 'sofiabarahona2409@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-07 23:58:32', '179.5.189.2', '1'),
(1313, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ZhenyakipPP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"imidjtorg@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82995778633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Тут можно прочитать про как выбрать сережки, а ещё интересно написано про сколько времени варить шпикачки\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZhenyakipPP', 'imidjtorg@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 07:09:18', '5.188.210.18', '1'),
(1314, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DouglaspatLU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"fetggttw@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89712663228\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"Kindest childrens porn clips PTHC CP \r\n \r\nfreetexthost.com/x3l6rzn11m \r\n \r\nhttp://freetexthost.com/x3l6rzn11m\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DouglaspatLU', 'fetggttw@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 08:33:11', '77.34.86.51', '1'),
(1315, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85444121967\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 09:05:57', '94.139.241.58', '1'),
(1316, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81739137196\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 17:12:53', '94.139.227.179', '1'),
(1317, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WilliewaymnWZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87567117212\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:352:\"http://xn--b1acpimbdh7aff.xn----7sbafcvrd1a5e1e.xn--80adxhks   Дешевые авиабилеты Повунгнитук - Москва, авиабилеты, авиабилеты москва, авиабилеты дешево, авиабилеты онлайн, купить авиабилеты, авиабилеты официальный сайт\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliewaymnWZ', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 22:50:03', '188.163.109.153', '1'),
(1318, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89387531574\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:637:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nhttp://creditonlinepro.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-08 23:30:38', '2.134.204.20', '1'),
(1319, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"DelfinaFiemaFP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"annalops@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87887719324\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4081:\"Районная станция СЭС-Контроль проводит профилактические сэсуслуги по лечению гнуса в СПБ и граничащей территории. Исполнители станции производят травлю комнатных блох, истребление муравьёв, санобработку от крыс. Дезинфекторы петербургской санстанции обладают обширным умением производства дезинфекционных услуг для физических лиц и предприятий разной деятельности. Для дезинфекции насекомых задействуется термоаэрозольное энергооборудование и инсектицидные инсектоакарициды, изготавливаемые прогрессивными производителями по изготовлению инсектицидных инсектицидов Бразилии и Швейцарии – Hallmark Chemicals, Спецбиосервис, Sulphur Mills, Лаборатория Медилис, Эслана-Дез. Для слепней применяются химикаты Тетрацин, Лямбда, Гранд, Ципертрин, Masterlac и различные инновационные и безобидные для людей и домашних животных инсектоакарициды. Удаление иных кровососов производится инсектицидами Хлорпиримарк, Свеча, Акаритокс, Ципертрин, Цирадон, Микрофос – сертифицированными и пиретроидными средствами для обработки населяемых территорий. Организация Сэсконтроль – это квалифицированный поставитель дезинсекционной санобработки, санэпидслужба располагает должными ресурсами и нужными навыками для дезинфекции непростых помещений с отличным эффектом. Районная санэпидемстанция ДезКонтроль исполняет иные дезуслуги: травку мух, гербицизация растительности, выведение кровососущих вредителей. Санитарный дезсервис Дез-Контроль задействуют разнообразные организации – коммерческие организации, рыночные территории, хозяйственные пространства: общежития, стоматологии, пельменные, гимназии, сельхозрынки, приюты. Вызвать мастера морить комаров в подвале можно в любую зону СПБ и ЛО. Мастера дезинсекционных санслужб Сэсконтроль убивают паразитов по пространствам: Адмиралтейский район, мо Гагаринское, метро Приморская, посёлок Тярлево, город Кудрово. На дезинсекцию клещей заключается оформленное обслуживание. \r\n \r\n Ключевые слова:   московская городская санитарная служба официальный сайт,  уничтожение клопов в люберцах с гарантией,  чем вывести запах после обработки от клопов,  уничтожение тараканов в спб с гарантией,  сэс фрунзенского района моравский 5 \r\n \r\nhttps://www.idaho.gov/   https://descontrol.pro/dezsredstva/blokada-antiklop/   http://economy.gov.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DelfinaFiemaFP', 'annalops@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-09 05:02:26', '37.120.153.32', '1'),
(1320, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84719498212\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-09 08:04:49', '94.139.227.179', '1'),
(1321, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86325618788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-09 21:25:25', '94.139.227.179', '1'),
(1322, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86481294177\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-10 04:15:08', '94.139.227.179', '1'),
(1323, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FlamecycleXC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"fbhackpass.com@mails.wf\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82757545494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"Hacks an Fb account for free with hack facebook 8 ball pool online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FlamecycleXC', 'fbhackpass.com@mails.wf', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-10 11:48:47', '167.86.118.129', '1'),
(1324, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DarwinemopsYY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"galink4ivanova@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84595488293\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:821:\"How to glue tape eyelashes step by step: tips and instructions \r\nHow to glue tape eyelashes at home \r\nWhat are the features of tape eyelashes \r\nPreparation before gluing \r\nStep-by-step instructions for self-sticking \r\nHow to remove false eyelashes \r\nhttps://t.co/PqnEFVcpQU \r\n \r\n \r\nEYE EXTENSION DEVELOPMENT: WHAT I WOULD LIKE TO KNOW \r\n \r\nEyelash extensions - quite a brilliant invention. One app, and you wake up with Audrey Hepburn&#039;s eyes for 6-8 weeks? Write me down! \r\n \r\nIt was my thinking before I first experienced this process. Journals and friends refer to eyelash extensions as old cosmetic procedures. Friends appeared at parties with longer eyelashes than ever and casually said, “Oh, I have extensions!” When I find out about their secret. \r\nhttps://www.liveinternet.ru/users/6138592/post457222804/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarwinemopsYY', 'galink4ivanova@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-10 17:00:36', '46.8.211.32', '1'),
(1325, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87583227523\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-10 21:59:27', '94.139.227.179', '1'),
(1326, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"jannatr69ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"cl18@takumi6210.naoki30.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84915126853\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"New sexy website is available on the web\r\nhttp://shemale.porn.hotblognetwork.com/?anne \r\n\r\n bleach porn gallery calafornia girls porn mai park porn ay porn darcy tyler porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jannatr69ET', 'cl18@takumi6210.naoki30.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 01:08:56', '18.85.192.253', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1327, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinWosseBR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"roman.moskvinov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88526836215\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:71:\"адвокат Днепр, \r\n \r\nкримінальний адвокат\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinWosseBR', 'roman.moskvinov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 02:50:38', '77.232.153.155', '1'),
(1328, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelVipseTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"g3gju498kk@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85879351837\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"requisite a websitte?  free website for small businessbuild your own website, business invoice factoring,cheap og fortnite accounts\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelVipseTY', 'g3gju498kk@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 03:42:14', '202.51.115.10', '1'),
(1329, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"gailxn16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"kellyts2@shiro48.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88469247857\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://black.porn.fetlifeblog.com/?kayla \r\n\r\n taka kato porn albino and porn kiss my ass porn eskimo pussy porn video stories hardcore porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gailxn16', 'kellyts2@shiro48.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 05:42:09', '144.217.7.154', '1'),
(1330, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"chemcookAJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"chemcook2@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82631822548\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10215:\"Форум химпродукции \r\nЧемКук \r\nПроизводство наркотических веществ от а до я. \r\nНа нашем сайте вы можете получить помощь профессионального химика. \r\nОптовое производство альфы пвп, \r\nхотите узнать где брать дешевле? \r\nChemcook - https://chemcook.com \r\nМножество статей по тематике, синтезы простым языком. Оптовые и розничные продавцы химических реагентов и готовой продукции. \r\nChemCook- сайт для оптовых и розничных продавцов и покупателей химии. Амфетамин, мефедрон, альфа, марихуанна все это вы найдете на нашем сайте. Синтезы и производство веществ, исходники. Способы приготовления, комментарии специалистов. Оптовые поставки в ваш гоород, закладки и отправки по РФ. \r\nГде купить бромкетон? Бк 4? Где купить йодкетон? Где купить бромвалерофенон? Где купить альфабромвалерофенон? \r\nМетодики синтеза альфы прописи. \r\nКупить оптовые клады мефедрона,гашиша,реактивов на сайте Chemcook.com \r\nwww.chemcook.com \r\nЗаходите на наш сайт chemcook.com \r\nмефедрон купить москва, \r\nмефедрон купить краснодар, \r\nмефедрон купить новосибирск, \r\nмефедрон купить барнаул, \r\nмефедрон купить томск, \r\nмефедрон купить челябинск, \r\nмефедрон купить спб, \r\nмефедрон купить в аптеке, \r\nмефедрон купить казань, \r\nмефедрон купить владивосток, \r\nмефедрон купить в москве, \r\nмефедрон купить в минске, \r\nмефедрон купить в одессе, \r\nмефедрон купить в сочи, \r\nмефедрон купить винница, \r\nкупить мефедрон в китае, \r\nкупить мефедрон геленджик, \r\nмефедрон цена где купить, \r\nкупить мефедрон закладки, \r\nкупить мефедрон из китая, \r\nкупить мефедрон костанай, \r\nкупить мефедрон в кургане, \r\nкупить конструктор мефедрон, \r\nкупить мефедрон минск, \r\nкупить мефедрон в магнитогорске, \r\nмефедрон купить нижний новгород, \r\nкупить мефедрон новороссийск, \r\nкупить мефедрон в нижнем тагиле, \r\nкупить мефедрон омск, \r\nкупить мефедрон оптом, \r\nкупить мефедрон пермь, \r\nмефедрон купить ростов, \r\nмефедрон самара купить, \r\nкупить мефедрон сочи, \r\nкупить мефедрон симферополь, \r\nкупить соль мефедрон, \r\nскорость мефедрон купить, \r\nмефедрон тюмень купить, \r\nкупить мефедрон через телеграм, \r\nкупить мефедрон в тольятти, \r\nкупить мефедрон в тбилиси, \r\nмефедрон купить украина, \r\nмефедрон купить харьков, \r\nкупить мефедрон хабаровск, \r\nкупить мефедрон херсон, \r\nкупить мефедрон в шымкенте, \r\nкупить мефедрон в шахтах, \r\nкупить мефедрон в ярославле, \r\nскорость купить томск, \r\nскорость купить москва, \r\nскорость купить одесса, \r\nскорость купить киев, \r\nскорость купить спб, \r\nскорость купить в караганде, \r\nскорость купить владивосток, \r\nскорость купить екатеринбург, \r\nскорость купить хабаровск, \r\nскорость купить челябинск, \r\nскорость купить барнаул, \r\nкупить скорость билайн, \r\nкупить скорость бишкек, \r\nкупить скорость благовещенск, \r\nкупить скорость в братске, \r\nкупить скорость в бийске, \r\nкупить скорость в белгороде, \r\nкупить скорость в брянске, \r\nкупить скорость в бресте, \r\nкупить скорость в белореченске, \r\nскорость в караганде купить, \r\nскорость в москве купить, \r\nскорость где купить, \r\nкупить скорость в геленджике, \r\nкупить скорость в гомеле, \r\nкупить скорость в георгиевске, \r\nскорость доверия купить, \r\nкупить скорость днепр, \r\nкупить скорость закладки, \r\nкупить скорость иркутск, \r\nскорость купить караганда, \r\nкупить скорость комсомольск на амуре, \r\nкупить скорость в калининграде, \r\nкупить скорость в казани, \r\nкупить скорость в кургане, \r\nкупить скорость в казахстане, \r\nкупить скорость в красноярске, \r\nск скорость купить, \r\nкупить скорость в липецке, \r\nкупить скорость львов, \r\nскорость купить минск, \r\nкупить скорость мегафон, \r\nкупить скорость махачкала, \r\nкупить скорость майкоп, \r\nскорость мефедрон купить, \r\nspeed купить минск, \r\nдатчик скорости купить минск, \r\nкупить скорость в махачкале, \r\nкупить скорость новосибирск, \r\nкупить скорость нижний новгород, \r\nкупить скорость на билайн, \r\nкупить скорость нижневартовск, \r\nкупить скорость новокузнецк, \r\nкупить скорость на камчатке, \r\nкупить скорость на кмв, \r\nкупить скорости на велосипед, \r\nкупить скорость в новороссийске, \r\nкупить скорость в омске, \r\nкупить скорость в оренбурге, \r\nсоль скорость купить в оренбурге, \r\nкупить скорость павлодар, \r\nкупить скорость пенза, \r\nкупить скорость пятигорск, \r\nскорость порошок купить, \r\nкупить скорость почтой, \r\nкупить скорость в петропавловске, \r\nкупить скорость в перми, \r\nкупить скорость ростов, \r\nкупить скорость рязань, \r\nкупить скорость в рудном, \r\nкупить роутер скорость, \r\nкупить скорость соль в сочи, \r\nкупить скорость сургут, \r\nкупить скорость симферополь, \r\nкупить скорость самара, \r\nскорость ск купить, \r\nкупить скорость в смоленске, \r\nкупить скорость тольятти, \r\nкупить скорость телеграм, \r\nскорость тюмень купить, \r\nкупить скорость тирасполь, \r\nкупить скорость в таразе, \r\nкупить скорость в туле, \r\nкупить скорость в твери, \r\nкупить скорость через телеграм в южно сахалинский, \r\nкупить скорость в темиртау, \r\nскорость уфа купить, \r\nкупить скорость украина, \r\nскорость купить в москве, \r\nкупить скорость фен, \r\nкупить фен скорость одесса, \r\nскорость купить харьков, \r\nкупить скорость херсон, \r\nкупить скорость в химках, \r\nкупить скорость через телеграм, \r\nмефедрон оптом, \r\nкупить мефедрон оптом, \r\nальфа пвп купить одесса, \r\nальфа пвп купить украина, \r\nальфа пвп купить киев, \r\nальфа пвп купить харьков, \r\nальфа пвп купить алматы, \r\nальфа пвп купить николаев, \r\nalpha pvp купить украина, \r\nальфа пвп купить минск, \r\nкупить альфа пвп в москве, \r\nальфа пвп купить в китае, \r\nкупить альфа пвп в алматы, \r\nгде купить альфа пвп, \r\nкупить конструктор альфа пвп, \r\nбромвалерофенон купить украина, \r\nальфа бромвалерофенон купить украина, \r\nальфа бромвалерофенон купить, \r\nконструктор мефедрон (4-mmc), \r\nсборка конструктора мефедрон, \r\nкупить конструктор мефедрон, \r\nконструктор мефедрона купить, \r\nконструктор на мефедрон, \r\nконструктор мефедрона состав, \r\nконструктор a pvp, \r\nконструктор a pvp украина, \r\nконструктор апвп.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'chemcookAJ', 'chemcook2@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 09:23:02', '178.159.37.115', '1'),
(1331, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85171179795\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 13:14:35', '94.139.227.179', '1'),
(1332, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88283877969\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-11 21:11:32', '94.139.227.179', '1'),
(1333, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EyefoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"jeri@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86231591274\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"kamagra 100mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EyefoomeG', 'jeri@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-12 02:04:03', '5.188.210.61', '1'),
(1334, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JasonfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"bigpp01@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89875229795\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"kamagra online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonfoomeG', 'bigpp01@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-12 07:42:53', '5.188.210.61', '1'),
(1335, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82963793271\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-12 13:41:40', '94.139.227.179', '1'),
(1336, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FlamecycleXC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"fbhackpass.com@mails.wf\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88277695168\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"Hacklng an Fb account really quickly with s.e.a wordlist facebook hacker.exe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FlamecycleXC', 'fbhackpass.com@mails.wf', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-12 18:37:31', '167.86.118.129', '1'),
(1337, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fev.gen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81442583126\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:94:\"New MLM Project Celluvation http://eaccrc.com/evg7773 Youth. Молодость кожи Youth\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'fev.gen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 01:32:03', '188.163.109.153', '1'),
(1338, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86767838346\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 02:34:55', '94.139.227.179', '1'),
(1339, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WilliewaymnWZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fevg.en708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89174133852\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:351:\"http://xn----8sba7bbcmy6c2c.xn----7sbafcvrd1a5e1e.xn--80adxhks   Дешевые авиабилеты Чос-Малаль - Москва, авиабилеты, авиабилеты москва, авиабилеты дешево, авиабилеты онлайн, купить авиабилеты, авиабилеты официальный сайт\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliewaymnWZ', 'fevg.en708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 03:55:27', '188.163.109.153', '1'),
(1340, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"GeorgessjeawlPP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"essayforall@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86953525513\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2644:\"MГ‰TODO DO FLUXO DE CAIXA DESCONTADO SENDO UTILIZADO PARA DETERMINAR O VALOR DE UMA EMPRESA E A IMPORTГ‚NCIA DAsociedade dos poetas mortos critica do filmeManobras que a escola adotam para nГЈo ter responsabilidade sobre os alunosartigo 333 i cpco que Г© tcc e monografiapanorama da situaГ§ГЈo do saneamento bГЎsico do Brasil e estado do PiauГ­IntroduГ§ao alteraГ§ao de nucleo ipetrofia nuclearredaГ§ГЈo sobre as galinhas e os fatos da sociedade brasileiraexames sanguineosacoes pedagogicas que possibilitam um trabalho diferenciado valorizando as diferentes linguagenscursos online getulio vargasartigos sobre pilatesartigo 150 ctncomo fazer conclusГЈo de relatГіrioA importГўncia das UPAs para a saГєde pГєblicamonografia sobre clima organizacionalResumo de 60 artigos cientГ­ficos referente a educaГ§ГЈo ou ГЎrea de pedagogia com no mГЎximo 20 linhas cada.o que Г© direito o que Г© tributo o que Г© impostomonografia mГєsicacurso de hemoterapia \r\nhttp://posutofide.me\r\nhttp://besidebido.me\r\nhttp://mabalitebe.me\r\nhttp://getimiseto.me\r\nhttp://vuvemilanu.me\r\nhttp://ramotipumo.me\r\nhttp://tesesumade.me\r\nhttp://breduschool.gq\r\nhttp://bevadafoho.me\r\nhttp://bihimodido.me\r\n \r\nRespeitando as diferenГ§as no mercado de trabalhoA REFLEXГѓO SOBRE A IMPORTГ‚NCIA DO FISIOTERAPEUTA NO AMBIENTE ESCOLARa exploraГ§ГЈo desordenada de recursos naturais na comunidade quilombola de tambai aГ§Гєcistos ovarianos em bovinos: etiologia e terapeuticapara que serve exame de ureiamonografia pedologiaFazer o diagrama de gantt e editar o indice do projeto e arrumaГ§ГЈo das paginasartigo cientifico o que Г©caractercaizaГ§ГЈo dos projetos sociais na cidade de fortalezaartigos para festa backyardigansO custo de alguma coisa Г© aquilo que vocГЄ desiste para obtГЄ-la.DIREITO SISTГЉMICO: UMA ANГЃLISE SOBRE A EFICГЃCIA NO TRATO DOS LITГЌGIOS NO BRASIL E A SITUAГ‡ГѓO DO JUDICIГЃRIOexame tempo de transito colonicoEficГЎcia de um programa de intervenГ§ГЈo fГґnica para crianГ§as com dificuldades de leitura e escritaresumo psicologia introduГ§ao ao estudo da psicologiaum olhar psicanalГ­tico sobre sГ­ndrome do membro fantasma em sujeitos amputadosartigo 14 cpcartigos para cavaloartigo academico estruturacurso de geologia em sp \r\nhttp://navunevelu.me\r\nhttp://didebatono.me\r\nhttp://nolaladita.me\r\nhttp://fodirutivi.me\r\nhttp://gubepelamu.me\r\nhttp://homoburopu.me\r\nhttp://pugalomona.me\r\nhttp://sitedity.me\r\nhttp://bigugumuha.me\r\nhttp://ajani.me\r\nhttp://riresibosa.me\r\nhttp://hogihoneni.me\r\nhttp://tevetelame.me\r\nhttp://gunta.me\r\nhttp://lubilakubi.me\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgessjeawlPP', 'essayforall@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 05:57:20', '185.183.95.103', '1'),
(1341, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"zhDonPE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"zhack@kiva.team\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81794755121\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1614:\"Game version / Версия игры: Русский клиент игры RU \r\nSupported OS / Поддерживаемые ОС: Windows 7 | 8 | 8.1 | 10 4] \r\nCoder / Разработчик: Kiva Evil \r\nSupported anti-cheats / Поддерживаемые анти-читы: MRAC \r\n \r\nОнлайн оплата (Активация происходит моментально) \r\nНа 1 день - 120 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 7 дней - 300 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 30 дней - 600 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНавсегда - 1200 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\n \r\nАвтошот by KIVA - на данный момент это один из самых лучших читов для игры Варфейс, только с самыми необходимыми функциями! Данный софт предназначен для PVP боев и РМ. Но он также отлично подходит для PVE! \r\n \r\nАнтичит статус: \r\n- Mrac: Undetected \r\nВерсия игры: \r\n- Последняя \r\nОсобенности чита: \r\n- Отсутствуют вылеты / краши / просадки FPS. \r\n- Работает как в оконном режиме так и в полном. \r\nФункции чита: \r\n- Автошот  \r\n- Отдача ] \r\n- Точность 0] \r\n- Подсветка мин ключается автоматически] \r\n \r\nКонтакты: \r\nВК: https://vk.com/finch_hacking \r\nTelegram: https://t.me/finch_hacking\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'zhDonPE', 'zhack@kiva.team', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 06:45:34', '37.99.112.63', '1'),
(1342, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Torrent_HitMX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"petia.iluishin+myhit090619@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81921761753\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:204:\"Hitmuzik.RU (хит музыка) - Скачать можно как через торрент, так и магнет ссылку. Без регистрации и бесплатно. \r\n \r\n \r\nluniz akfr\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Torrent_HitMX', 'petia.iluishin+myhit090619@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 07:52:40', '79.164.122.148', '1'),
(1343, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaurelSakUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ertyuiop.2020@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88728383186\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaurelSakUW', 'ertyuiop.2020@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 09:47:34', '94.139.227.179', '1'),
(1344, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SamuelLouroJX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"karpochev_nik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81766732196\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:233:\"День добрый вот норм \r\nстатья https://ransomcar.ru/carprice-moskovskaja-oblast/  расписанны все возможножные способы проверки авто, будут вопросы пиши\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuelLouroJX', 'karpochev_nik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 10:40:08', '46.188.98.10', '1'),
(1345, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfemUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85161513175\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1452:\"Лучшая альтернатива 1С. alexander.shootov@gmail.com Мультивалютная система управленческого  учета с широкой гаммой отчетности и функциональности. от создателя. Возможны варианты изменений под Любые запросы. Вышлю DEMO вариант по требованию. Баланс учета на любом выбранном типе валюты. Система реализована как клиент сервер по протоколу TCP IP на платформе JRE(JAVA). Не нуждается в терминале и фактически является кросс платформенным приложением. Сервер реализован на &quot;заточенной&quot; под задачи авто актуализируемого учета(внесение данных задним числом), собственной БД, компактность которой позволяет backup данных каждый день.  Кроме этого, такой подход (без профессиональных СУБД) гарантирует реактивность взаимодействия с операторами системы, даже на очень нагруженными в понятии 1С отчетами выше в 200-300 раз\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfemUH', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 11:52:52', '188.163.109.153', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1346, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"zhDonPE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"zhack@kiva.team\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83682229985\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1614:\"Game version / Версия игры: Русский клиент игры RU \r\nSupported OS / Поддерживаемые ОС: Windows 7 | 8 | 8.1 | 10 4] \r\nCoder / Разработчик: Kiva Evil \r\nSupported anti-cheats / Поддерживаемые анти-читы: MRAC \r\n \r\nОнлайн оплата (Активация происходит моментально) \r\nНа 1 день - 120 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 7 дней - 300 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 30 дней - 600 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНавсегда - 1200 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\n \r\nАвтошот by KIVA - на данный момент это один из самых лучших читов для игры Варфейс, только с самыми необходимыми функциями! Данный софт предназначен для PVP боев и РМ. Но он также отлично подходит для PVE! \r\n \r\nАнтичит статус: \r\n- Mrac: Undetected \r\nВерсия игры: \r\n- Последняя \r\nОсобенности чита: \r\n- Отсутствуют вылеты / краши / просадки FPS. \r\n- Работает как в оконном режиме так и в полном. \r\nФункции чита: \r\n- Автошот  \r\n- Отдача ] \r\n- Точность 0] \r\n- Подсветка мин ключается автоматически] \r\n \r\nКонтакты: \r\nВК: https://vk.com/finch_hacking \r\nTelegram: https://t.me/finch_hacking\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'zhDonPE', 'zhack@kiva.team', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 20:24:14', '37.99.112.3', '1'),
(1347, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RonaldHibGB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"kobozev_leonard@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89444697141\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:227:\"Мобильные деньги МТС Киевстар Лайф \r\nПеревод денег с карты на карту Visa/MasterCard, моментальные переводы денег у нас. \r\nVodafone деньги\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RonaldHibGB', 'kobozev_leonard@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 21:46:46', '46.173.55.27', '1'),
(1348, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DamaPebraAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"m.isei@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86289659334\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2445:\"http://images.google.com.au/url?q=http://1bis.ru/articles/pokupka-divana-dlya-interyera/\r\nhttp://www.google.ro/url?sa=t&amp;rct=j&amp;q=scoala%20de%20soferi&amp;source=web&amp;cd=127&amp;ved=0CFwQFjAGOHg&amp;url=http%3A%2F%2F1bis.ru%2Farticles%2Fkak-stilizuyut-kottedzhnye-poselki%2F&amp;ei=6J-GUamIJoiM4gThi4CQCg&amp;usg=AFQjCNFPWhqMYqxG51-mz5BbBb8x6NycGg&amp;bvm=bv.4596008\r\nhttp://images.google.ru/url?q=http%3A//1bis.ru/articles/odnokomnatnyje-kvartiry-v-krasnodarje-vygodnyje-invjesticii/\r\nhttp://www.pcpitstop.com/offsite.asp?http://1bis.ru/articles/arjenda-kvartiry-v-bortnichakh/\r\nhttp://kirei.woman.excite.co.jp/top/app/redirect.php?url=http://1bis.ru/articles/kak-otdohnut-ot-gorodskoy-zhizni-ostavayas-v-gorode/\r\n \r\nhttp://www.google.ca/url?sa=t&amp;rct=j&amp;q=%E9%9D%9E%E8%AF%9A%E5%8B%BF%E6%89%B0+%E6%B1%9F%E8%8B%8F%E5%8D%AB%E8%A7%86&amp;source=web&amp;cd=1&amp;ved=0CGkQFjAA&amp;url=http%3A%2F%2Fkupitzemelnyyuchastokvsele.alltdesign.com&amp;ei=VkzeT-XDK-jI6gH3o-GvCw&amp;usg=AFQjCNFkZss-OGU56e9qMqGfM-evhCTh5w\r\nhttp://images.google.fr/url?source=imgres&amp;ct=ref&amp;q=http://israeldshw25814.blogzet.com\r\nhttp://www.google.com.tr/url?sa=t&amp;rct=j&amp;q=inurl%3A%22index.php%3Foption%3Dcom_da%22&amp;source=web&amp;cd=6&amp;ved=0CE8QFjAF&amp;url=http%3A%2F%2Fbobcatcashoeuj70370.blogzet.com\r\nhttp://www.google.com.tr/url?sa=t&amp;rct=j&amp;q=inurl%3A%22index.php%3Foption%3Dcom_da%22&amp;source=web&amp;cd=6&amp;ved=0CE8QFjAF&amp;url=http%3A%2F%2Fsimoncrgw15814.blogdigy.com\r\nhttp://truehits.net/webout.php?url=http://andyqfvk70470.blogdigy.com\r\n \r\nhttp://images.google.fr/url?source=imgres&amp;ct=ref&amp;q=http://1bis.ru/novostroyki/irkutsk/zkvidnyy2/vidnyy-2.html\r\nhttp://www.google.co.in/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBkQFjAA&amp;url=http%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzksitipark%2Fsiti-park.html&amp;ei=QD7_TPexM4iYvAOuoJCXBw&amp;usg=AFQjCNGdj11js7Mj-wFcBp5tFEZ41q-l2g&amp;sig2=6YMNWCZ1skT59WDwRYNEMw\r\nhttp://www.google.co.th/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CDYQFjAB&amp;url=http%3A%2F%2F1bis.ru%2Farticles%2Fkadastrovaya-stoimost-nedvizhimosti%2F&amp;ei=Dn-FU77HAorr8AWNi4I4&amp;usg=AFQjCNHDS4xtQcX\r\nhttp://images.google.fr/url?source=imgres&amp;ct=ref&amp;q=http://1bis.ru/novostroyki/irkutsk/zknovoenovolenino/novoe-novo-lenino.html\r\nhttp://images.google.fr/url?source=imgres&amp;ct=ref&amp;q=http://1bis.ru/novostroyki/irkutsk/zkyakobipark/yakobi-park.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DamaPebraAL', 'm.isei@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 22:47:25', '90.188.236.43', '1'),
(1349, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KuhniviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"zhorik.ponomaryov.1972@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89129761774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Кухни на заказ Нижний Новгород - http://xn----ttbhac9ao5f.xn--p1ai - нн-кухня.рф \r\n \r\nhttp://xn----ttbhac9ao5f.xn--p1ai -  мебель для кухни\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KuhniviextMO', 'zhorik.ponomaryov.1972@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-13 23:00:28', '82.208.112.25', '1'),
(1350, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilTapFU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"aristarhyudin95@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82868726359\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4039:\"Железнодорожные перевозки. История возникновения и развития \r\nТеперь грузовые железнодорожные перевозки представляют собой симбиоз инженерных достижений в области средств передвижения и оптимального процесса управления продвижением товаров и услуг от поставщиков к потребителям. Железнодорожные превозки. ТК БИРТРАНСЖелезнодорожные перевозки грузов по-прежнему считаются самым быстрым, удобным и наименее затратным способом доставки различных грузов – от тяжелой строительной техники предварительно быстро портящихся продуктов питания.Объясняется это в первую очередь тем, что железнодорожные перевозки находятся вне конкуренции, если речь соглашаться о транспортировке тяжелых и негабаритных грузов: строительной техники (кранов, экскаваторов, самосвалов), крупногабаритных технических изделий (например, опор ЛЭП, железобетонных плит, перекрытий и т.п.). Железнодорожные превозки. ТК БИРТРАНС Быть этом размеры данных грузов ограничены чуть размерами самого подвижного состава, кто будет осуществлять железнодорожную перевозку. Более того - современная строительная техника целенаправленно проектируется именно с расчетом на то, сколько ее доставка довольно осуществляться железнодорожным транспортом. \r\nНа всем протяжении цивилизации индивидуальность издревле задумывался, чем ему перетащить сиречь перевезти тяжелый, крупногабаритный, правда и весь всякий багаж, который он сам не в состоянии перенести. Беспричинно были изобретены простые транспортные имущество, ровно сани, повозка, плот, лодка. Если усилие человека в качестве тяговой силы уже было не достаточно, человек стали пользоваться животных: волов, верблюдов и, понятно же, лошадей. \r\nКроме в Древней Греции существовала нужда перевозки тяжеловесного и негабаритного груза. Для сокращения водного пути из Саронического залива в Коринфский существовал каменный способ, называемый Диолком с глубокими желобами в качестве направляющих и какой служил чтобы перемещения волоком тяжелых кораблей. \r\nжелезнодорожные перевозки иркутскжд перевозки иркутск|\r\nжелезнодорожные перевозки грузов по россии|\r\nжелезнодорожные перевозки|\r\nперевозки жд транспортом иркутск|\r\nжелезнодорожные перевозки иркутскжд перевозки иркутск|\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilTapFU', 'aristarhyudin95@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-14 02:46:19', '90.188.255.142', '1'),
(1351, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86435331485\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-14 10:53:51', '94.139.232.222', '1'),
(1352, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"217448616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:103:\"Bareness note a well-mannered  damages in understand of you. puertobarillas.com \r\nhttp://bit.ly/2NGL9MT\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-14 16:41:39', '83.97.23.105', '1'),
(1353, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianLorNZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"taras.knoblokh@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84714519653\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:294:\"ПАМЯТНИКИ pqd.ru, СООБЩАЕТ , \r\nЧТО ПРИНЯТИЕ И ИСПОЛНЕНИЕ ЗАКАЗОВ ПРЕКРАЩЕНО В СВЯЗИ С ПРОВЕДЕНИЕМ ПРОВЕРКИ. \r\nТелефон для справок +7 (495) 518-44-23, электронная почта info@pqd.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianLorNZ', 'taras.knoblokh@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-14 20:48:17', '94.29.72.33', '1'),
(1354, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84816725883\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 00:38:36', '94.139.232.222', '1'),
(1355, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87914434113\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2213:\"https://howtowriteagreatessay.blogspot.com\r\nhttps://howtowriteauniversityessay898.blogspot.com\r\nhttps://freeessay487.blogspot.com\r\nhttps://writeintroductionforaresearchpaper.blogspot.com/\r\nhttps://historyessay745.blogspot.com\r\nhttps://englishessaystructure333.blogspot.com\r\nhttps://originalessay264.blogspot.com\r\nhttps://philosophyessay975.blogspot.com\r\nhttps://howtowriteanexploratoryessay431.blogspot.com\r\nhttps://papersformoney891.blogspot.com\r\nhttps://writingpaperforfirstgraders546.blogspot.com\r\nhttps://howtowriteagoodessay667.blogspot.com\r\nhttps://howcaniwriteanessay697.blogspot.com\r\nhttps://admissionessaysample757.blogspot.com\r\nhttps://sociologyresearchpaper511.blogspot.com\r\nhttps://hottowriteanessay360.blogspot.com\r\nhttps://howtowriteandessay944.blogspot.com\r\nhttps://examplepapers757.blogspot.com\r\nhttps://buyresearchpaper804.blogspot.com\r\nhttps://academicwritingservices861.blogspot.com\r\nhttps://howtowriteprojectpaper.blogspot.com/\r\nhttps://howtowriteclassificationessay810.blogspot.com\r\nhttps://mbaessaywriting258.blogspot.com\r\nhttps://websitethatgradesessays.blogspot.com\r\nhttps://freeessay156.blogspot.com\r\nhttps://writingcollegeapplicationessay24.blogspot.com\r\nhttps://originalessay16.blogspot.com\r\nhttps://perfectessaystructure156.blogspot.com\r\nhttps://essayassignment330.blogspot.com\r\nhttps://collegeessayformat293.blogspot.com\r\nhttps://professionalessaywriters984.blogspot.com\r\nhttps://cheapessays935.blogspot.com\r\nhttps://thesishelp579.blogspot.com\r\nhttps://persuasiveessayexamples703.blogspot.com\r\nhttps://bestessays424.blogspot.com\r\nhttps://howtowriteathemeessay208.blogspot.com\r\nhttps://lawschooladmissionsessay323.blogspot.com\r\nhttps://essayservices115.blogspot.com\r\nhttps://howtodoessaywriting504.blogspot.com\r\nhttps://coursework938.blogspot.com\r\nhttps://howcanwewriteanessay662.blogspot.com\r\nhttps://communityservicecollegeessay612.blogspot.com\r\nhttps://reflectiveessay524.blogspot.com\r\nhttps://graduationessay560.blogspot.com\r\nhttps://writemyresearchpaper35.blogspot.com\r\nhttps://lawessay246.blogspot.com\r\nhttps://paytowritemypaper73.blogspot.com\r\nhttps://articlecritiquewriting656.blogspot.com\r\nhttps://dissertationproposal925.blogspot.com\r\nhttps://waterwritingpaper1.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 05:01:00', '178.137.16.51', '1'),
(1356, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84357336422\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 10:26:29', '94.139.232.222', '1'),
(1357, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelVipseTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"bgamerro@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82817289895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:103:\"deprivation a websitte?  Build a Free Website godaddy, freight invoice factoring,rare fortnite accounts\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelVipseTY', 'bgamerro@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 10:41:47', '45.230.100.247', '1'),
(1358, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"amyzq4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"waynevd16@norio3110.daisuke42.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83599288497\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Hot photo galleries blogs and pictures\r\nhttp://fiftyshadesd.allproblog.com/?rachel \r\n\r\n play free flash porn games full screen free porn castro supreme cocodorm threesome porn free porn monkey japanese porn big tits\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'amyzq4', 'waynevd16@norio3110.daisuke42.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 14:28:46', '192.42.116.14', '1'),
(1359, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ScottSaxPR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"matvey.lyukshinov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82177286374\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:161:\"Чем отличается Энтеросгель от Смекты и что лучше выбрать? \r\nэнтеросгель и смекта разница\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottSaxPR', 'matvey.lyukshinov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 18:35:02', '46.173.55.27', '1'),
(1360, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AlinaTopYF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"alinacoms@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83543565714\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3980:\"https://desinsection.com/dezsredstva/duplet/ - https://i.ibb.co/3yfvTFz/259.jpg \r\n \r\nСанитарная санэпидслужба Дез-Контроль осуществляет дезинфекционные работы по травке членистоногих в СПБ и граничащих районах. Дезинфекторы санэпидстанции выполняют уничтожение мебельных муравьёв, травление блох, дезобработку от полёвок. Специалисты санитарно-эпидемической организации владеют колоссальной квалификацией оказания санитарной санобработки для индивидуальных арендаторов и компаний разностороннего профиля. Для травления насекомых эксплуатируется пароконденсатное оборудование и суспензионные инсектоакарициды, производимые прогрессивными производителями по производству органических средств Израиля и Бельгии – Hallmark Chemicals, Алина Нова Проф, Kukbo Science Co, НПО &quot;Гарант&quot;, Волгоградпромпроект, Bayer. Против комаров употребляются средства Абзац, Акромед-У, Masterlac, Nexide, Миттокс и другие пиретроидные и безвредные для людей и домовых растений дезсредства. Дезинфекция других насекомых проделывается средствами Аверфос, Конфидант, Дельта Зона, Фоскон-55, Ципромал, Лямбда, Доброхим – фосфорорганическими и действенными инсектицидами для дезинфекции населяемых объектов. Компания Дез-Контроль – это опытный исполнитель дезинфекционной санобработки, служба владеет нужной подготовленностью и требуемыми знаниями для санобработки земельных помещений с первоклассным качеством. Дезинсекционная санслужба ДезКонтроль осуществляет разные услуги: лечение клопов, гербицизация растений, травка домашних насекомых. Дезинфекционные услуги Пестконтроль выбирают разносторонние заказчики – строительные предприятия, офисные учреждения, городские службы: гостиницы, стоматологии, столовые, госуниверситеты, ярмарки, овощебазы. Вызвать специалиста отравить блох в ресторане можно в каждое зону СПБ и области. Сотрудники петербургской станции Сэсконтроль вытравливают жуков на пространствах: Приморский район, округ Коломна, метро Академическая, посёлок Ушково, город Выборг. На уничтожение мух заключается долгосрочное обслуживание. \r\n \r\nТеги:    обработка от постельных клопов,  сэс в гатчине телефон,  санэпидемстанция спб отзывы клопы,  рент ту килл уничтожение клопов \r\n \r\nhttp://xn--31-6kcdp5atbs9bb4l.xn--p1ai/forum/user/36699/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlinaTopYF', 'alinacoms@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 19:14:08', '89.249.73.130', '1'),
(1361, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87719996876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-15 23:58:11', '94.139.232.222', '1'),
(1362, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"zxDonNZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"zhack@kiva.team\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89446991643\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1614:\"Game version / Версия игры: Русский клиент игры RU \r\nSupported OS / Поддерживаемые ОС: Windows 7 | 8 | 8.1 | 10 4] \r\nCoder / Разработчик: Kiva Evil \r\nSupported anti-cheats / Поддерживаемые анти-читы: MRAC \r\n \r\nОнлайн оплата (Активация происходит моментально) \r\nНа 1 день - 120 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 7 дней - 300 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 30 дней - 600 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНавсегда - 1200 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\n \r\nАвтошот by KIVA - на данный момент это один из самых лучших читов для игры Варфейс, только с самыми необходимыми функциями! Данный софт предназначен для PVP боев и РМ. Но он также отлично подходит для PVE! \r\n \r\nАнтичит статус: \r\n- Mrac: Undetected \r\nВерсия игры: \r\n- Последняя \r\nОсобенности чита: \r\n- Отсутствуют вылеты / краши / просадки FPS. \r\n- Работает как в оконном режиме так и в полном. \r\nФункции чита: \r\n- Автошот  \r\n- Отдача ] \r\n- Точность 0] \r\n- Подсветка мин ключается автоматически] \r\n \r\nКонтакты: \r\nВК: https://vk.com/finch_hacking \r\nTelegram: https://t.me/finch_hacking\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'zxDonNZ', 'zhack@kiva.team', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 00:52:40', '37.99.120.193', '1'),
(1363, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamessuifeYY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"globexdocuments@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86844451118\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:425:\"Buy real registered documents , clean your criminal records and high quality fake documents from globexdocuments, passport, I’d , dl, fake and real bank statement \r\nBuy real registered documents(Passport drivers license , id, BC, Bank statement etc \r\n)and high quality fake documents, also clean your criminal records with globexdocuments company. You can vist our website at http://globexdocuments.company for more details\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamessuifeYY', 'globexdocuments@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 05:09:56', '62.210.111.127', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1364, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaeldexAZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"mitya.dzhandzhgava@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82888128499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:347:\"Полисорб или Энтеросгель — что лучше для детей и взрослых: сравнение препаратов, состав, цена, показания и противопоказания, побочные эффекты \r\nэнтеросгель полисорб лактофильтрум что лучше\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaeldexAZ', 'mitya.dzhandzhgava@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 06:45:38', '46.173.55.27', '1'),
(1365, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesblorbLO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89219677928\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:995:\"6. Блог Вам нужен, http://v-i-s-a-r-t.ru/ если: - Блог это Ваша голубая мечта, но страшно начинать в одиночку: «Вдруг не получится, я технически не знаю, как это делается, ну и все такое…»; - У Вас уже есть блог, но он «пылится» на полке хостинга и вообще нет идей о том, как его развивать; - Вы прокрастинатор и консьюмерист и Вам нужна поддержка единомышленников или волшебный стимулирующий пинок; - «Один в поле не воин» и нужен личный помощник, от нас обратная связь от нас 24/7 без выходных. Не вопрос, только не думай - делай! Проведем за руку с нуля, до результата\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesblorbLO', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 08:55:11', '188.163.109.153', '1'),
(1366, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"eduardodh16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"ritams4@isamu98.gotorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81396443544\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Enjoy daily galleries\r\nhttp://shemalejapan.allproblog.com/?aurora \r\n\r\n video xxx porn search for new porn stars cartoon porn pics of family guy watch a trail clip of porn mikaela feet porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'eduardodh16', 'ritams4@isamu98.gotorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 11:38:05', '77.247.181.162', '1'),
(1367, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85443764843\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 12:56:28', '94.139.224.3', '1'),
(1368, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Peterspace\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"support@monkeydigital.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"353123444\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:551:\"Hi there \r\nThe Local SEO package is built to rank local keywords for your local business in the google search and in google maps. We have researched for years what local SEO activities truly work and have put all in one single local SEO plan to accomplish the expected results and more. You will start seeing big increases in ranks from the 1st month of work already. You get monthly SEO reports and benchmark reports. \r\n \r\nhttp://monkeydigital.co/product/local-seo-package/ \r\n \r\nThanks and regards \r\nMike \r\nMonkey Digital \r\nmonkeydigital.co@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Peterspace', 'support@monkeydigital.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 14:42:46', '178.162.209.79', '1'),
(1369, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"inhetteXM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"laricaserg3ewa@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82191177176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1324:\"Всем привет! \r\n \r\nСегодня хочу рассказать об одной гитарной армейской песне. \r\nОна внушает большой оптимизм всем слушателям, особенно тем кто служит или служил когда-то. \r\nВ песне рядовой романтично просит рассказать девушку в письменной форме о том как она скучает. \r\nХорошо угаданный мотив и нежный перебор создают большой объем словам до куплета. \r\nКогда наступает время куплета, и он начинается с хуком. Хук состоит из слов &quot;напиши мне&quot;. В некоторых вариантах песни словечко &quot;мне&quot; опускается и остается только &quot;напиши&quot;. \r\nЕе исполняют очень много людей и еще больше людей любят ее. И почему ни один не сделал этой песне ремикс? \r\nИ вот наступпило время когда в люди, в 2019 г выпустилась версия песни в стиле транс хаус.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'inhetteXM', 'laricaserg3ewa@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 16:08:54', '171.33.251.0', '1'),
(1370, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharmne@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82157736451\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"generic viagra soft tabs reviews additional info \r\ngeneric viagra low dose 25 mg Going Here \r\n \r\nviagra or generic address \r\ngeneric viagra seized by customs read\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharmne@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 16:23:55', '178.137.80.124', '1'),
(1371, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"OITomGH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"htcharles@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83535781899\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:369:\"Если вы ищете, где купить тумбы для офиса по лучшим ценам с доставкой по России, то вам нужен - Интернет-магазин офисной мебели Стильный Офис.  Гарантия до 5 лет на весь ассортимент. Скидки до конца месяца!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OITomGH', 'htcharles@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 17:01:08', '79.165.232.40', '1'),
(1372, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenrapHD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"makssemenovsk@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82436944923\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:73:\"https://russian-army-goods.com/suits/summer-clothes/summer-suit-vkbo-2015\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenrapHD', 'makssemenovsk@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 19:41:33', '78.102.24.171', '1'),
(1373, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87666247435\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 20:06:59', '94.139.224.3', '1'),
(1374, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FranceshedIE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"odlizka@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87838245554\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:229:\"Привет. \r\nМеня зовут Оля. \r\nПознакомлюсь с парнем для встречи. Приеду к тебе на район или встримся у меня. Живу рядом. \r\nПодробнее\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FranceshedIE', 'odlizka@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 20:44:29', '94.228.207.1', '1'),
(1375, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertOredsNC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox555@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89245287414\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2250:\"This is a really great resource!So much helpful info and handy ideas, thanks a lot =) \r\nhttps://generalessaywriting820.blogspot.com\r\nhttps://payessay57.blogspot.com\r\nhttps://howtowriteaquoteinanessay209.blogspot.com\r\nhttps://valentinewritingpaper61.blogspot.com\r\nhttps://writingessays189.blogspot.com\r\nhttps://graduationessay794.blogspot.com\r\nhttps://bookreviewhelp892.blogspot.com\r\nhttps://articlecritiquewriting895.blogspot.com\r\nhttps://essayideas380.blogspot.com\r\nhttps://writemyessay156.blogspot.com\r\nhttps://writingagoodcollegeessay55.blogspot.com\r\nhttps://howtowriteatermpaper17.blogspot.com\r\nhttps://customtermpaper425.blogspot.com\r\nhttps://nursingessay860.blogspot.com\r\nhttps://essaysonline717.blogspot.com\r\nhttps://bestwritingservices855.blogspot.com\r\nhttps://customessay518.blogspot.com\r\nhttps://reflectiveessay552.blogspot.com\r\nhttps://bestcompositionwriting30.blogspot.com\r\nhttps://bestwritingservices899.blogspot.com\r\nhttps://collegescholarshipessay754.blogspot.com\r\nhttps://cheapessays851.blogspot.com\r\nhttps://howtowriteaprospectusforaresearch1.blogspot.com/\r\nhttps://mbaapplicationessay779.blogspot.com\r\nhttps://argumentativeessay41.blogspot.com\r\nhttps://shortessay588.blogspot.com\r\nhttps://researchproposal508.blogspot.com\r\nhttps://howcaniwriteagoodessay865.blogspot.com\r\nhttps://stepstowriteaessay.blogspot.com\r\nhttps://writeessayforyou917.blogspot.com\r\nhttps://paytowriteessay343.blogspot.com\r\nhttps://homeworkwriting655.blogspot.com\r\nhttps://snowwritingpaper38.blogspot.com\r\nhttps://writingagreatcollegeessay783.blogspot.com\r\nhttps://writingthepaper471.blogspot.com\r\nhttps://purposeofessaywriting.blogspot.com\r\nhttps://howtodoacollegeessay567.blogspot.com\r\nhttps://howtowriteapaperinapa795.blogspot.com\r\nhttps://essaywritingwebsite2.blogspot.com\r\nhttps://howtowriteessayonanytopic395.blogspot.com\r\nhttps://howtowritereviewessay.blogspot.com\r\nhttps://samplecollegeessays157.blogspot.com\r\nhttps://collegeessayart.blogspot.com\r\nhttps://essayoncollegeexperience650.blogspot.com\r\nhttps://buyessays943.blogspot.com\r\nhttps://collegeessayhelp924.blogspot.com\r\nhttps://researchpaperformat685.blogspot.com\r\nhttps://writingessayaboutyourself775.blogspot.com\r\nhttps://scientificessaywriting555.blogspot.com\r\nhttps://buyanessay316.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertOredsNC', 'inbox555@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 21:27:16', '178.137.16.51', '1'),
(1376, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Facebook Hack Pass\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fbhackpass@mails.wf\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82412738897\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"Pirater Fb konto now with facebook hack forum 2018\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Facebook Hack Pass', 'fbhackpass@mails.wf', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 21:40:19', '158.69.121.179', '1'),
(1377, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"chemcookAJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"chemcook2@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87815657484\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10213:\"Форум химпродукции \r\nЧемКук \r\nПроизводство наркотических веществ от а до я. \r\nНа нашем сайте вы можете получить помощь профессионального химика. \r\nОптовое производство скорости, \r\nхотите найти лабораторию по производству? \r\nChemcook - https://chemcook.com \r\nНа нашем сайте подробные мануалы по производству веществ дома, магазины где можно купить нужный продукт. Оптовые продавцы химических реактивов и готовой продукции в вашем городе! \r\nChemcook.com- сайт лабораторий по производству химических веществ. Оптовые поставки мефедрона, амфетамина, скорости закладками и отправками ТК. Розничные магазины вашего города с безопасными сделками. \r\nСхемы по изготовлению наркотических веществ? Где купить реагенты? Как делают apvp? Как делают 4-mmc? \r\nМетодики производства марихуанны. \r\nКупить мефедрон оптом, купить альфу оптом, купить марихуанну, купить гашиш вы можете на сайте Chemcook.com \r\nhttps://chemcook.com \r\nЗаходите на наш сайт chemcook.com \r\nмефедрон купить москва, \r\nмефедрон купить краснодар, \r\nмефедрон купить новосибирск, \r\nмефедрон купить барнаул, \r\nмефедрон купить томск, \r\nмефедрон купить челябинск, \r\nмефедрон купить спб, \r\nмефедрон купить в аптеке, \r\nмефедрон купить казань, \r\nмефедрон купить владивосток, \r\nмефедрон купить в москве, \r\nмефедрон купить в минске, \r\nмефедрон купить в одессе, \r\nмефедрон купить в сочи, \r\nмефедрон купить винница, \r\nкупить мефедрон в китае, \r\nкупить мефедрон геленджик, \r\nмефедрон цена где купить, \r\nкупить мефедрон закладки, \r\nкупить мефедрон из китая, \r\nкупить мефедрон костанай, \r\nкупить мефедрон в кургане, \r\nкупить конструктор мефедрон, \r\nкупить мефедрон минск, \r\nкупить мефедрон в магнитогорске, \r\nмефедрон купить нижний новгород, \r\nкупить мефедрон новороссийск, \r\nкупить мефедрон в нижнем тагиле, \r\nкупить мефедрон омск, \r\nкупить мефедрон оптом, \r\nкупить мефедрон пермь, \r\nмефедрон купить ростов, \r\nмефедрон самара купить, \r\nкупить мефедрон сочи, \r\nкупить мефедрон симферополь, \r\nкупить соль мефедрон, \r\nскорость мефедрон купить, \r\nмефедрон тюмень купить, \r\nкупить мефедрон через телеграм, \r\nкупить мефедрон в тольятти, \r\nкупить мефедрон в тбилиси, \r\nмефедрон купить украина, \r\nмефедрон купить харьков, \r\nкупить мефедрон хабаровск, \r\nкупить мефедрон херсон, \r\nкупить мефедрон в шымкенте, \r\nкупить мефедрон в шахтах, \r\nкупить мефедрон в ярославле, \r\nскорость купить томск, \r\nскорость купить москва, \r\nскорость купить одесса, \r\nскорость купить киев, \r\nскорость купить спб, \r\nскорость купить в караганде, \r\nскорость купить владивосток, \r\nскорость купить екатеринбург, \r\nскорость купить хабаровск, \r\nскорость купить челябинск, \r\nскорость купить барнаул, \r\nкупить скорость билайн, \r\nкупить скорость бишкек, \r\nкупить скорость благовещенск, \r\nкупить скорость в братске, \r\nкупить скорость в бийске, \r\nкупить скорость в белгороде, \r\nкупить скорость в брянске, \r\nкупить скорость в бресте, \r\nкупить скорость в белореченске, \r\nскорость в караганде купить, \r\nскорость в москве купить, \r\nскорость где купить, \r\nкупить скорость в геленджике, \r\nкупить скорость в гомеле, \r\nкупить скорость в георгиевске, \r\nскорость доверия купить, \r\nкупить скорость днепр, \r\nкупить скорость закладки, \r\nкупить скорость иркутск, \r\nскорость купить караганда, \r\nкупить скорость комсомольск на амуре, \r\nкупить скорость в калининграде, \r\nкупить скорость в казани, \r\nкупить скорость в кургане, \r\nкупить скорость в казахстане, \r\nкупить скорость в красноярске, \r\nск скорость купить, \r\nкупить скорость в липецке, \r\nкупить скорость львов, \r\nскорость купить минск, \r\nкупить скорость мегафон, \r\nкупить скорость махачкала, \r\nкупить скорость майкоп, \r\nскорость мефедрон купить, \r\nspeed купить минск, \r\nдатчик скорости купить минск, \r\nкупить скорость в махачкале, \r\nкупить скорость новосибирск, \r\nкупить скорость нижний новгород, \r\nкупить скорость на билайн, \r\nкупить скорость нижневартовск, \r\nкупить скорость новокузнецк, \r\nкупить скорость на камчатке, \r\nкупить скорость на кмв, \r\nкупить скорости на велосипед, \r\nкупить скорость в новороссийске, \r\nкупить скорость в омске, \r\nкупить скорость в оренбурге, \r\nсоль скорость купить в оренбурге, \r\nкупить скорость павлодар, \r\nкупить скорость пенза, \r\nкупить скорость пятигорск, \r\nскорость порошок купить, \r\nкупить скорость почтой, \r\nкупить скорость в петропавловске, \r\nкупить скорость в перми, \r\nкупить скорость ростов, \r\nкупить скорость рязань, \r\nкупить скорость в рудном, \r\nкупить роутер скорость, \r\nкупить скорость соль в сочи, \r\nкупить скорость сургут, \r\nкупить скорость симферополь, \r\nкупить скорость самара, \r\nскорость ск купить, \r\nкупить скорость в смоленске, \r\nкупить скорость тольятти, \r\nкупить скорость телеграм, \r\nскорость тюмень купить, \r\nкупить скорость тирасполь, \r\nкупить скорость в таразе, \r\nкупить скорость в туле, \r\nкупить скорость в твери, \r\nкупить скорость через телеграм в южно сахалинский, \r\nкупить скорость в темиртау, \r\nскорость уфа купить, \r\nкупить скорость украина, \r\nскорость купить в москве, \r\nкупить скорость фен, \r\nкупить фен скорость одесса, \r\nскорость купить харьков, \r\nкупить скорость херсон, \r\nкупить скорость в химках, \r\nкупить скорость через телеграм, \r\nмефедрон оптом, \r\nкупить мефедрон оптом, \r\nальфа пвп купить одесса, \r\nальфа пвп купить украина, \r\nальфа пвп купить киев, \r\nальфа пвп купить харьков, \r\nальфа пвп купить алматы, \r\nальфа пвп купить николаев, \r\nalpha pvp купить украина, \r\nальфа пвп купить минск, \r\nкупить альфа пвп в москве, \r\nальфа пвп купить в китае, \r\nкупить альфа пвп в алматы, \r\nгде купить альфа пвп, \r\nкупить конструктор альфа пвп, \r\nбромвалерофенон купить украина, \r\nальфа бромвалерофенон купить украина, \r\nальфа бромвалерофенон купить, \r\nконструктор мефедрон (4-mmc), \r\nсборка конструктора мефедрон, \r\nкупить конструктор мефедрон, \r\nконструктор мефедрона купить, \r\nконструктор на мефедрон, \r\nконструктор мефедрона состав, \r\nконструктор a pvp, \r\nконструктор a pvp украина, \r\nконструктор апвп.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'chemcookAJ', 'chemcook2@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-16 23:48:32', '178.159.37.115', '1'),
(1378, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88281331214\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 08:56:23', '94.139.239.212', '1'),
(1379, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EyefoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"shaunna@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81797584781\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"kamagra 50mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EyefoomeG', 'shaunna@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 13:46:09', '5.188.210.61', '1'),
(1380, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RozcoKipWZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"kuvmefix@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81174219313\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1560:\"uzskatu\r\n http://homebargainsjobs.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - tanczyc\r\n  viagra dosage 30 mg important topics\r\n azusa\r\n - hegn\r\n bystrici\r\n \r\nlanet\r\n http://leoadalyco.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - shut\r\n  viagra 100\r\n tkvie\r\n - adivina\r\n tanyakenapa\r\n \r\nyangt\r\n http://behabce.net/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - flaunt\r\n  viagra online pharmacy rx no prescription\r\n cruciate\r\n - alternately\r\n hjelmen\r\n \r\nprosil\r\n http://joeysu.net/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - voice\r\n  geneic viagra\r\n currenthash\r\n - autostopista\r\n nabozenstvom\r\n \r\ncogalm\r\n http://zoompoll.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - savages\r\n  viagra discussion boards\r\n netherlajds\r\n - decisive\r\n netesto\r\n \r\nepistle\r\n http://newhawaiianshirts.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - pornsagem\r\n  symptoms of ed\r\n esparrago\r\n - naidatakse\r\n escola\r\n \r\npuisque\r\n http://thetimelessgallery.net/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - littlest\r\n  buy viagra soft\r\n accounts\r\n - osjoyful\r\n singlesenior\r\n \r\nmediata\r\n http://vinoveritasasia.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - tematici\r\n  viagra dosages\r\n dreyer\r\n - rozmawiac\r\n aktivitach\r\n \r\nglittering\r\n http://funmovies.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - dower\r\n  viagra 25g\r\n floridaad\r\n - actie\r\n troma\r\n \r\nlecoq\r\n http://milcestatefarm.com/__media__/js/netsoltrademark.php?d=xlviagrabtc.com - ulas\r\n  define: viagra\r\n itsthe\r\n - monsieur\r\n presento\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RozcoKipWZ', 'kuvmefix@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 14:21:51', '95.79.17.152', '1'),
(1381, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Sochi.cat NemPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"karesochi.ru@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81627382625\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"Макулатура Сочи\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sochi.cat NemPH', 'karesochi.ru@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 15:18:07', '188.162.163.138', '1'),
(1382, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JasonfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mattlaciburns@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81635474564\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"kamagra tablets\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonfoomeG', 'mattlaciburns@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 18:32:31', '5.188.210.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1383, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"KristatakBF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"grnosmith88@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84271459768\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"Wholesale tobacco store provides a wide variety of fresh Premium cigarettes brands, \r\nand shipping will be prepared instant with confirmation of payment transaction. \r\n \r\ndiscount cigarettes in arkansas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KristatakBF', 'grnosmith88@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 18:56:15', '37.252.89.127', '1'),
(1384, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84162596243\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:629:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nмикрозайм\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 19:13:03', '2.134.204.20', '1'),
(1385, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81397511593\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-17 21:45:02', '94.139.239.212', '1'),
(1386, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KennethNutEQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"cvfgbuj@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86331399115\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Most acclaimed сhildrens porn clips PTHC CP \r\n \r\nhttp://freetexthost.com/l3biymr3iu \r\n \r\nfreetexthost.com/l3biymr3iu \r\n \r\nhttp://ogo.gl/8Sm5Sv \r\n \r\nogo.gl/8Sm5Sv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethNutEQ', 'cvfgbuj@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 01:02:24', '5.143.20.181', '1'),
(1387, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"redwings1329@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82783167695\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'redwings1329@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 02:33:10', '5.188.210.61', '1'),
(1388, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87182872896\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 04:36:58', '94.139.239.212', '1'),
(1389, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"DenfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"carltonejames@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89393938383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"buy kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenfoomeG', 'carltonejames@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 09:14:42', '5.188.210.61', '1'),
(1390, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"217448616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"That is an fundamental  hoof it out of steam up goal of your team. puertobarillas.com \r\nhttp://bit.ly/2NGLPlp\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 09:52:10', '178.162.203.104', '1'),
(1391, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AliceKeyncVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"hostimanrazvod@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85367715481\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:881:\"привет,  я купила хостинг hostiman.ru развели на деньги, перед этим просили паспорт на бесплатной версии, наверное что бы потом продать, а иначе как они отобьют свои деньги? подумала и купила у платный тариф, он оказался на столько медлительным и тормознутым, что просто капец!!!! \r\nпопросила деньги назад, отказали и вообще забанили мой аккаунт. \r\n \r\nя еще нашла ссылку про хостиман развод https://www.youtube.com/watch?v=HMD5CeNUSDE \r\nа по второй ссылке плохие отзывы хостимана    http://hostgid.net/cat/hosters/hostiman/tab/feedbacks/negative\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AliceKeyncVH', 'hostimanrazvod@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 12:19:37', '185.48.56.137', '1'),
(1392, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"diannfi11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"feleciats4@sho3010.kaede99.besttorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81549332127\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:230:\"New project started to be available today, check it out\r\nhttp://hairyegyptporn.amandahot.com/?sydnie \r\n\r\n xtube free gay porn free goth teen porn punishment class asian porn porn sex web for mobile phones girl using douchebag porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'diannfi11', 'feleciats4@sho3010.kaede99.besttorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 15:42:47', '51.15.117.50', '1'),
(1393, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ZhackStyncIN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"harold@kiva.team\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89366744433\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1614:\"Game version / Версия игры: Русский клиент игры RU \r\nSupported OS / Поддерживаемые ОС: Windows 7 | 8 | 8.1 | 10 4] \r\nCoder / Разработчик: Kiva Evil \r\nSupported anti-cheats / Поддерживаемые анти-читы: MRAC \r\n \r\nОнлайн оплата (Активация происходит моментально) \r\nНа 1 день - 120 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 7 дней - 300 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНа 30 дней - 600 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\nНавсегда - 1200 рублей НАЖМИТЕ ЧТОБЫ КУПИТЬ \r\n \r\nАвтошот by KIVA - на данный момент это один из самых лучших читов для игры Варфейс, только с самыми необходимыми функциями! Данный софт предназначен для PVP боев и РМ. Но он также отлично подходит для PVE! \r\n \r\nАнтичит статус: \r\n- Mrac: Undetected \r\nВерсия игры: \r\n- Последняя \r\nОсобенности чита: \r\n- Отсутствуют вылеты / краши / просадки FPS. \r\n- Работает как в оконном режиме так и в полном. \r\nФункции чита: \r\n- Автошот  \r\n- Отдача ] \r\n- Точность 0] \r\n- Подсветка мин ключается автоматически] \r\n \r\nКонтакты: \r\nВК: https://vk.com/finch_hacking \r\nTelegram: https://t.me/finch_hacking\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZhackStyncIN', 'harold@kiva.team', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 17:34:45', '37.99.112.205', '1'),
(1394, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84546266568\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 17:51:34', '94.139.239.212', '1'),
(1395, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ninaenactNY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"nina_kovalva_2019@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82486297795\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:801:\"Кликай =&gt; forex24.ws \r\n \r\nС помощью советника вы: \r\n \r\n1. Без труда определите точку входа в режиме реального времени; \r\n \r\n2. Выставите Stop Loss; \r\n \r\n3. Зафиксируете прибыль. \r\n \r\nМинимальный депозит: всего от 100$ \r\n \r\nНавык: можно без опыта, советник сам анализирует график и даёт живые сигналы, всё что остаётся - это выставить ордера! \r\n \r\nСможет любой - начать можно с нуля! \r\n \r\nКликай =&gt; Скачать советник \r\n \r\n--------- \r\n \r\nДобавлено: 19/06/2019 \r\n___________ \r\nРеальный форекс  forex24.ws\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ninaenactNY', 'nina_kovalva_2019@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 18:55:35', '185.233.201.27', '1'),
(1396, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"normaak69ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"ow2@riku7010.atsushi39.toptorrents.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86399731827\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Sexy photo galleries, daily updated collections\r\nhttp://momlesbian.instasexyblog.com/?jamya \r\n\r\n hottest russian porn stars free porn topeka free 3gp porn porn star with tattoos on hips freen animal porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'normaak69ET', 'ow2@riku7010.atsushi39.toptorrents.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-18 20:43:01', '162.247.73.192', '1'),
(1397, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CoreyluhOF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"trofim.krivosheya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83336991493\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Приветствую, посоветуйте хороший магазин на сайте Hydra, чтобы не промахнутся с качеством. Сколько раз брал, всегда какие то траблы происходят. \r\n \r\n \r\nhydra center\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CoreyluhOF', 'trofim.krivosheya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-19 04:15:32', '46.188.98.10', '1'),
(1398, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81156152557\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-19 05:39:30', '94.139.239.212', '1'),
(1399, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StaceybupDB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"hostimanrazvod@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82631227592\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:614:\"привет,  я купила хостинг hostiman.ru развели на деньги, перед этим просили паспорт на бесплатной версии, наверное что бы потом продать, а иначе как они отобьют свои деньги? подумала и купила у платный тариф, он оказался на столько медлительным и тормознутым, что просто капец!!!! \r\nпопросила деньги назад, отказали и вообще забанили мой аккаунт.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StaceybupDB', 'hostimanrazvod@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-19 06:45:18', '5.188.231.186', '1'),
(1400, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81769969788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-19 13:00:04', '94.139.239.212', '1'),
(1401, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"Hydr#beAR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"danil.parkhotsik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84958945621\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:577:\"Если ты ищешь рабочую ссылку на сайт гидра, то ты попал туда куда нужно. \r\nНа данный моментальные это официальные рабочие ссылки, по которым ты без всяких проблем попадешь на магазин гидра в лубое время суток! \r\nСсылка на гидру через тор - http://hydrarulqno4hoio.onion \r\nРабочая ссылка на гидру – https://hydra-2-web.org \r\n \r\nhttp hydraruzxpnew4af onion market 252\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Hydr#beAR', 'danil.parkhotsik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-19 16:18:55', '217.146.81.239', '1'),
(1402, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85255584157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/kenia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/kenia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/kenia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/kenia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 01:11:07', '94.139.239.212', '1'),
(1403, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"VidioDexBT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hdsexfilme.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89853159689\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"bfxxx \r\nhttp://www.bfxxx.mobi \r\nhttp://www.bfxxx.mobi - bfxxx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VidioDexBT', 'hdsexfilme.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 04:17:29', '185.220.70.132', '1'),
(1404, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83482241456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"graduate school admission essay example\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 08:39:16', '92.46.45.108', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1405, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlessergoHB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nik.lichak@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83938866132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:726:\"Онлайн фильмы смотреть бесплатно в хорошем качестве, \r\nОнлайн фильмы смотреть бесплатно в хорошем качестве, \r\nОнлайн фильмы смотреть бесплатно в хорошем качестве, \r\nОнлайн фильмы смотреть бесплатно в хорошем качестве, \r\nОнлайн фильмы смотреть бесплатно в хорошем качестве \r\n \r\nhttps://serial2019hd.ru/sistemnoe_bezumie_2018/2017-11-10-2166, \r\nhttps://serial2019hd.ru/vremennoj_lajner_2018/2017-10-04-1126, \r\nhttps://serial2019hd.ru/stolknovenie-tureckij-serial-24-25-serija-na-russkom/2019-06-04-12870\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlessergoHB', 'nik.lichak@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 10:20:26', '94.29.72.33', '1'),
(1406, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGemDV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"robert_polnikov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84152713692\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:607:\"самом хорошем из доступных, \r\nсамом хорошем из доступных, \r\nИменно здесь все смотрят онлайн кино в HD 1080 качестве, \r\nИменно здесь все смотрят онлайн кино в HD 1080 качестве, \r\nИменно здесь все смотрят онлайн кино в HD 1080 качестве \r\n \r\nhttp://4eburec.ru/8436-univer-novaya-obschaga-15-sezon-serial-2-3-seriya-04092018.html, \r\nhttp://4eburec.ru/2063-chrezvychaynoe-proisshestvie-25072018-na-ntv.html, \r\nhttp://4eburec.ru/9246-dinozavr.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGemDV', 'robert_polnikov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 10:20:26', '94.29.72.33', '1'),
(1407, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EugeneKitKU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"bachek.ilya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86699522193\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:436:\"лучшие фильмы смотреть онлайн, \r\nонлайн фильмы смотреть бесплатно, \r\nСмотреть фильмы онлайн бесплатно, \r\nонлайн фильмы смотреть бесплатно, \r\nсмотреть фильмы онлайн хорошего качества \r\n \r\nhttp://4eburec.ru/36219-ya-ustal-ot-tebya-2011.html, \r\nhttp://4eburec.ru/6891-nant-kan-25082018.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EugeneKitKU', 'bachek.ilya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 10:20:26', '94.29.72.33', '1'),
(1408, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88656275612\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:402:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/henia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/henia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 14:27:23', '94.139.239.212', '1'),
(1409, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"martapo1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"stellaup4@sora710.norio94.downloadism.top\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81915111178\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Sexy pictures each day\r\nhttp://sahrapalinporn.kanakox.com/?emily \r\n\r\n amature indian lesbian porn dump porn stars shawna lenee massac porn sites long john porn star porn stars condoms\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'martapo1', 'stellaup4@sora710.norio94.downloadism.top', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 18:17:55', '82.221.131.71', '1'),
(1410, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RealtyPebraFF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"zigmundsubbotin9595@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87883961931\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2093:\"Блоги о недвижимости \r\n \r\nhttp://images.google.com/url?q=http://paxtoniync47137.mybjjblog.com\r\nhttp://www.google.ro/url?sa=t&amp;rct=j&amp;q=scoala%20de%20soferi&amp;source=web&amp;cd=127&amp;ved=0CFwQFjAGOHg&amp;url=http%3A%2F%2Fandersonukap92692.suomiblog.com&amp;ei=6J-GUamIJoiM4gThi4CQCg&amp;usg=AFQjCNFPWhqMYqxG51-mz5BbBb8x6NycGg&amp;bvm=bv.4596008\r\nhttp://www.google.co.th/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CDYQFjAB&amp;url=https%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzkpilot%2Fpilot.html&amp;ei=Dn-FU77HAorr8AWNi4I4&amp;usg=AFQjCNHDS4xtQcX\r\nhttp://www.canada.com/scripts/go.aspx?g=vancouversun&amp;n=subscribe_link_header&amp;u=http://eduardokbqg592581.blogdigy.com\r\nhttp://www.google.co.in/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBkQFjAA&amp;url=http%3A%2F%2Fadrianukap92692.isblog.net&amp;ei=QD7_TPexM4iYvAOuoJCXBw&amp;usg=AFQjCNGdj11js7Mj-wFcBp5tFEZ41q-l2g&amp;sig2=6YMNWCZ1skT59WDwRYNEMw\r\n \r\nhttp://www.google.co.th/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CDYQFjAB&amp;url=http%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzksolnechnyybereg%2Fsolnechnyy-bereg.html&amp;ei=Dn-FU77HAorr8AWNi4I4&amp;usg=AFQjCNHDS4xtQcX\r\nhttp://www.canada.com/scripts/go.aspx?g=vancouversun&amp;n=subscribe_link_header&amp;u=http://1bis.ru/novostroyki/irkutsk/zkchetyresolnca/chetyre-solnca.html\r\nhttp://www.google.co.th/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CDYQFjAB&amp;url=http%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzksemya%2Fsemya.html&amp;ei=Dn-FU77HAorr8AWNi4I4&amp;usg=AFQjCNHDS4xtQcX\r\nhttps://www.google.com.br/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CB8QFjAA&amp;url=http%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzkpredmeste%2Fpredmeste.html&amp;ei=m5gVVKh2qoPxAfLQgMgC&amp;usg=AFQjCNF\r\nhttp://www.google.com.ua/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=15&amp;ved=0CEsQFjAEOAo&amp;url=http%3A%2F%2F1bis.ru%2Fnovostroyki%2Firkutsk%2Fzksitipark%2Fsiti-park.html&amp;ei=9pcnVKncH8OHyASTiIC4Ag&amp;usg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RealtyPebraFF', 'zigmundsubbotin9595@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 20:12:10', '90.188.236.43', '1'),
(1411, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"prooknann\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"crosexspacod2008@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81186736167\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"http://prooknann.ru/Profilaktika.html - разбили стеклопакет замена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'prooknann', 'crosexspacod2008@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 21:06:59', '109.184.208.90', '1'),
(1412, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82442864893\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:418:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttps://kutt.it/o36uCb/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|https://kutt.it/o36uCb/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://kutt.it/o36uCb/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 21:40:04', '94.139.239.212', '1'),
(1413, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EyefoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"lailacavalcanti@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87778535111\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"kamagra 50mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EyefoomeG', 'lailacavalcanti@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 21:56:53', '5.188.210.61', '1'),
(1414, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamessItYJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"hdsexfilme.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81113544895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"bfxxx \r\nhttp://www.bfxxx.mobi\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamessItYJ', 'hdsexfilme.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-20 23:08:38', '5.135.32.24', '1'),
(1415, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LesterlomEF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"affestmit@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81916687744\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2348:\"Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help general health products. http://i1.medonlinepro.com/pl/l4-na-bl-krgosupa-15967.html Our company provides supreme quality pills. Take a look at our health contributing portal in case you want to feel healthier. http://m4g.medonlinepro.com/de/rueckenschmerzen-richtig-liegen-93971.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help health products. http://7tu.medonlinepro.com/es/dolor-en-las-articulaciones-hombros-45092.html Our company provides a wide variety of healthcare products. Take a look at our health contributing site in case you want to look healthier. http://8g.medonlinepro.com/es/tratamiento-gota-dedo-gordo-pie-41237.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to look better with a help of generic supplements. http://q7h6.medonlinepro.com/de/rueckenschmerzen-fruehschwangerschaftsanzeichen-23236.html Our company provides generic supplements. Take a look at our health contributing site in case you want to strengthen your health. http://v5v.medonlinepro.com/en/joint-pain-relief-cream-34361.html \r\nOur site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help general health products. http://7df.medonlinepro.com/de/rheuma-rueckenschmerzen-8951.html Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to to improve your health with a help of generic supplements. http://e4z.medonlinepro.com/de/mgus-gelenkschmerzen-38565.html  Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help health products. http://2od.medonlinepro.com/pl/leczenie-otylosci-38566.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to to improve your health with a help of health products. http://bv89.medonlinepro.com/de/rueckenschmerzen-loesen-4629.html Our company provides healthcare products. Look at our health contributing site in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LesterlomEF', 'affestmit@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 00:35:08', '46.61.114.170', '1'),
(1416, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"DanwepEW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"bitcoinfay@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81335138345\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:153:\"leo vegas casino bitcoin  bitcoin slots japan  best gambling crypto coinbitcoin casino bankrollbtc gambling sites bitcoin casino thai  free crypto casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanwepEW', 'bitcoinfay@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 03:08:25', '176.109.115.219', '1'),
(1417, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85783868596\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:83:\"Anybody know how to get mantion on google and why we can&#039;t do this simple way?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 03:23:31', '36.66.45.18', '1'),
(1418, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bubPhegoBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gwblbqmjvw6@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82144984454\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4071:\"продукты от изжоги при беременности \r\nСветлана вы несете БРЕД! Предлагаю встретится в реальной жизни и посмотреть кто какое впечатление производит! И еще да. я горжусь своими успехами, своим мужем и своей жизнью и не собираюсь это скрывать. \r\n \r\nАлекс, вы очень похожи на дремучую колхозницу, которая вышла замуж за мешок денег, и этим гордится теперь на каждом углу. \r\nизжога на 36 неделе беременности \r\nНам всем плевать, что и как обстоит у вас в реальной жизни, хвастайтесь в другом месте, мы тут обсуждаем не ваше благосостояние и половую жизнь вашего супруга. \r\n \r\nизжога при беременности в третьем триместре причины \r\n«Знакомые моей сестры потеряли ребенка как раз из-за того что необходима была такая операция, в Германии в клинике доктора готовы были принять ребенка на операцию, но родители не смогли собрать нужную сумму. А в Украине доктора не смогли сделать эту операцию из-за отсутствия оборудования…. Ну что я еще для вас со сих пор наивна. Просто меня поражает, что многие женщины летают в облаках и не видят реального положения дел….». Alex. А где были вы со своим благосостоянием. Вот и спасли бы ребеночка. А по поводу платных клиник- вопрос спорный. Туда идут работать не за идею, а за $$$ и вы для них просто очередная дойная корова. В госклиниках врачи старой закалки со знание санэпидемстанциях режимов и умением наработанным годами. Я занимаюсь дмс и знаю в какие клиники предпочитают обращаться. Но, у каждого свой выбор. А ребеночка вы спасти могли. \r\nhttps://bubblemom.ru - Беременность, роды, мама и дети. Календарь беременности по неделям \r\n \r\nЯ не против платных клиник, но не готовы принять что, чем дороже, тем лучше . Я рожала платно, но в обычной клиники и своему врачу готова руки целовать. Очень жаль, что сейчас я не смогу к ней попасть . Когда мы выбирали роддом-долго метались. И к своему врачу я попала благодаря своему геникологу, которая уговорила меня лечь на сохранение к своей подруге, у которой я в итоге и рожала. Мой муж готов был обеспечить все по высшему разряду, но мне нужен был результат ( здоровый малыш), а не DVD , джакузи и сплит система со светомузыкой ( у нас и такие палаты имеются в роддомах:). ) Выбор есть всегда и где рожать, и с кем, и от кого :) Главное, что бы чудо, появившиеся на свет было здоровым, нужным и любимым :)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bubPhegoBI', 'gwblbqmjvw6@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 04:42:44', '145.255.21.199', '1'),
(1419, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JasonfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"weatherby0226@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89189842485\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"kamagra 50mg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonfoomeG', 'weatherby0226@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 07:22:16', '5.188.210.61', '1'),
(1420, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"janrn100@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89926883722\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"buy kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'janrn100@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 11:38:20', '5.188.210.61', '1'),
(1421, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"DenfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"mlgunter@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88478137975\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenfoomeG', 'mlgunter@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 12:35:02', '5.188.210.61', '1'),
(1422, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87596582795\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:406:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttps://kutt.it/o36uCb/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|http://gg.gg/henia/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 15:59:42', '94.139.229.243', '1'),
(1423, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"NiKoZeT05UF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"sunmeb-lenta2@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81746394882\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1179:\"Когда Вы Примете решение купить в магазине САНмебель в Киеве или приобрести в Украине мебель на любой вкус , \r\nвы можете быть уверенными в высочайшем качестве покупки. Надёжность и долговечность при \r\nсравнительно низкой стоимости  уже давно убедили различных покупателей в правильности выбора, \r\nсделанного ими в своё время. Останавливая свой выбор именно на нашей мебели, вы будете восхищены \r\nоптимальным соотношением «цена/качество». \r\nА если кто интересуется оборудованием для СТО обратите внимание \r\nоборудование для СТО \r\nтут приобретали по низкой цене и весьма довольны. \r\nТакже наш партнер магазин мебели Киев \r\nкомпьютерные столы украина\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NiKoZeT05UF', 'sunmeb-lenta2@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 19:09:13', '134.249.147.157', '1'),
(1424, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"XRumerTest\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85399778917\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hello. And Bye.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'XRumerTest', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 20:46:48', '45.125.2.20', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1425, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AlinaJewHX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"alinsias@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89578753456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3955:\"https://desinsection.com/dezsredstva/lyambda-zona/ - https://i.ibb.co/yn0JjLj/111.jpg \r\n \r\nЖилищная сэс Пестконтроль производит профилактический сервис по санобработке вредителей в Санкт-Петербурге и прилегающих районах. Исполнители службы осуществляете удаление мебельных клещей, истребление насекомых, избавление от грызунов. Мастера официального предприятия обладают громадными знаниями производства дезинсекционных услуг для индивидуальных клиентов и организаций различной деятельности. Для дезинфекции паразитов эксплуатируется профессиональная техника и синтетические инсектициды, производящиеся передовыми компаниями по разработке синтетических дезсредств Кореи и Словении – Самарово, Научно-коммерческая фирма &quot;Рэт&quot;, Cheminova, Русхим, Дезснаб-Трейд, Hallmark Chemicals. От слепней используются инсектициды Хлорофос, Акароцид, Цирадон, Lambda Zone, Агран и разные сертифицированные и невредные для людей и домашних любимчиков препараты. Лечение прочих насекомых осуществляется дезсредствами Форсайт, Акарифен, Бриз, УНО, Синузан, Хлорофос, Микрофос – надёжными и проверенными химикатами для санобработки обжитых домов. Компания Сэсконтроль – это квалифицированный производитель профилактической обработки, служба владеет нужными средствами и обязательными познаниями для дезинфекции ответственных участков с первоклассным эффектом. Эпидемическое предприятие Пестконтроль проводит другие дезработы: травление муравьёв, вырубание растений, лечение кровососущих букашек. Коммунальное обслуживание Сэсконтроль выбирают всевозможные предприятия – продуктовые заведения, муниципальные учреждения, городские площади: отели, госпитали, пивные, мединституты, гастрономы, приюты. Вызвать дезинфектора убить вредителей в комнате можно в каждый муниципалитет Санкт-Петербурга и ЛО. Дезинсекторы петербургской организации Пестконтроль выводят клопов по объектам: Московский район, округ Балканский, метро Елизаровская, посёлок Серово, город Кингисепп. На дезинсекцию кровососов предоставляется годовая гарантия. \r\n \r\n Теги по теме:    сэс на серебристом,  служба по травле тараканов спб,  сэс колпино веры слуцкой 36,  обработка кота от клещей \r\n \r\nhttp://xn--onq308b3xlp8y.lohasmassage.com/viewthread.php?tid=2637165&amp;extra=\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlinaJewHX', 'alinsias@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-21 21:51:12', '37.120.155.34', '1'),
(1426, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"Проверенная временем [url=https://stairsprom.ru/uslugi/]{облицовка лестницы|облицовка лестниц} массивом дуба[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"tempte232418@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"Проверенная временем [url=https://stairsprom.ru/uslugi/]{облицовка лестницы|облицовка лестниц} массивом дуба[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2061:\"As a rule, having asked a question of installation of a ladder in the house, owners don&#039;t assume that the ladder and its protection are two absolutely different products. Well, if the same company, like us, is engaged in the arrangement of turnkey facilities and can offer to make a ladder and metal fences on it in one set, but in practice it is rare. Therefore, before any owner of the stairs in the house the question arises: how to make it safe, we guarantee the best conditions for cooperation thanks to our own production, high potential design office and focus on long-term mutually beneficial partnership. Here you can buy not only standard fencing for stairs, but also design, made to order and is amazingly cheap. New construction technologies, developing rapidly, allow to use light, modern, reliable and weightless structures. Stair railings made of stainless steel are such that the price thereof is acceptable. Railings made of reliable material: an important structural element, part of the design of the building, the guarantors of safety and easy descent and ascent the stairs. Protections for ladders which are offered by our company differ in reliability, resistance to various aggressive influences and faultless appearance. In addition, their manufacture takes into account all kinds of standards and requirements relevant to this group of products. It is difficult to imagine a building in which there will be no stair railings, the presence of which increases the convenience, safety when moving. Note that today for the manufacture of construction offers a large selection of elements with which it is possible to quickly perform the installation of the structure, which for many years will last without losing the original qualities. Manufacturing and installation of stainless steel stairs is inexpensive compared to designs from other materials with equal quality characteristics. However, stainless steel is much more popular material-it is easy to handle, combine with other materials, install and care for the finished product\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Проверенная временем [url=https://stairsprom.ru/uslugi/]{облицовка лестницы|облицовка лестниц} массивом дуба[/url]', 'tempte232418@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 03:44:10', '62.149.29.55', '1'),
(1427, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83884555321\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:406:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/henia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 04:40:27', '94.139.229.243', '1'),
(1428, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MaureenarikeMG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"maureen76@meta.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83638948555\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:384:\"Здравствуйте \r\n \r\n \r\n \r\nhttps://vk.com/1xbet_zerkalo_android_2018 \r\n \r\nhttps://vk.com/1xbet_ofitsialniy_sayt_zerkalo \r\n \r\nhttps://vk.com/1xbet_zerkalo_mobilnaya \r\n \r\nhttps://vk.com/1xbet_zerkalo_sayt22        \r\n \r\nзеркало Париматч букмекерская контора Россия \r\n \r\nРегистрация в 1xbet через 1xinfo com зеркало\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaureenarikeMG', 'maureen76@meta.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 05:48:34', '194.9.178.159', '1'),
(1429, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89994163133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:406:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/henia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 11:54:16', '94.139.229.243', '1'),
(1430, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86444661258\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:848:\"Не включается, Разбитое стекло, Попадание жидкости, http://i7phone.com.ua/remont-ipad  Быстро разряжается, Не заряжается, Не работает Wi-Fi, Не работает Home,Ремонт системной платы, Не работает динамик, Замена корпуса, Оплата картой, по безналу, рассрочка, оплата частями за ремонт айпада. Планшет Apple. Замена стекла или дисплея. Механическое воздействие негативно сказывается на состоянии гаджета. Вследствие ударов и падений чаще всего страдает тачскрин, поэтому его обычно заменяют\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 19:08:33', '188.163.109.153', '1'),
(1431, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MebelviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"tema.nikiforov.1994@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83672258843\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:161:\"Мебель на заказ Нижний Новгород - http://style-plusnn.ru - style-plusnn.ru \r\n \r\nhttp://style-plusnn.ru -  мебель на заказ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MebelviextMO', 'tema.nikiforov.1994@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-22 23:28:08', '109.184.244.225', '1'),
(1432, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87994276136\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:410:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/henia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://kutt.it/o36uCb/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 02:12:00', '94.139.229.243', '1'),
(1433, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"VernonAxoksJE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"spideradd@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87956357352\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"The software creates fully AUTOMATED self-updating sites \r\nthat make money &amp; earn commissions every single day from \r\nF-R-E-E TRAFFIC. \r\nhttp://linlit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VernonAxoksJE', 'spideradd@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 08:22:08', '47.36.21.112', '1'),
(1434, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"1aonlineVW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"1-aonline@i.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81829779616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15426:\"https://1-a.online \r\n1-a.online   - надежный обменник валют. \r\nобменник криптовалют с минимальной суммой, обменник криптовалют на рубли, обменник криптовалют банкомат, обменник криптовалют онлайн, обменник криптовалют xlm, обменник криптовалют скрипт, обменник криптовалют телеграм, обменник криптовалют москва сити, обменник криптовалют создать, обменник криптовалют алматы, обменник криптовалют астана, американский обменник криптовалют, анонимный обменник криптовалют, обменник криптовалют бестчендж, обменник криптовалют беларусь, обменник криптовалют без комиссии, обменник криптовалют без регистрации, обменник криптовалют бизнес, скрипт обменника криптовалют бесплатно, белорусский обменник криптовалют, обменник криптовалют в москве, обменник криптовалют вакансии, обменники криптовалют в украине, обменники криптовалют в россии, обменники криптовалют в сша, обменники криптовалют в европе, обменники криптовалют в алматы, обменник всех криптовалют, работа в обменнике криптовалют, обменник криптовалют днепр, обменник для криптовалют, обменник криптовалют екатеринбург, европейский обменник криптовалют, интернет обменник криптовалют, кошелек и обменник криптовалют, биржи и обменники криптовалют, обменник криптовалют казахстан, обменник криптовалют купить, обменник криптовалют киви, обменник криптовалют касса, обменник криптовалют как бизнес, онлайн обменник криптовалют казахстан, лучший обменник криптовалют, лучший обменник криптовалют с минимальной комиссией, лучший обменник криптовалют украина, лучший обменник криптовалют отзывы,https://1-a.online  обменник криптовалют москва, обменник криптовалют минск, обменники криптовалют мониторинг, обменник криптовалют новосибирск, надежный обменник криптовалют, обменник криптовалют от 1000, обменник криптовалют от 500 рублей, обменники криптовалют обзор, онлайн обменник криптовалют украина, обменник криптовалют приват24, обменник криптовалют приложение, продам обменник криптовалют, популярный обменник криптовалют, обменник криптовалют рейтинг, обменник криптовалют россия, обменник криптовалют рипл, российский обменник криптовалют, обменник криптовалют сбербанк, обменник криптовалют спб, обменник криптовалют сша, обменники криптовалют список, обменник криптовалют топ, обменник криптовалют форум, фейк обменник криптовалют, хороший обменник криптовалют, обменник криптовалюты, обменник криптовалюты stellar, обменник криптовалюты украина, обменник криптовалюты алматы, обменник криптовалюты казахстан, обменник криптовалюты киев, обменник криптовалюты москва сити, как открыть обменник криптовалюты, обменник криптовалют это, обменник криптовалют эфир, обменник криптовалют эстония, лучшие обменники криптовалют 2018, топ 5 обменников криптовалют, обменник криптовалют 60 сек, обмен биткоин на сбербанк, обмен биткоинов на рубли, обмен биткоин от 100 рублей, обмен биткоин на эфириум, обмен биткоинов телеграм, обмен биткоин калькулятор, обмен биткоин на киви, обмен биткоин на рубли, обмен биткоин альфа банк, обмен биткоин алматы, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин, анонимный обмен биткоин, обмен биткоин без минималки, обмен биткоин без регистрации, обмен биткоин беларусь,https://1-a.online  обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин на приват, обмен биткоин в рубли, обмен биткоин вебмани, обмен биткоин в беларуси, обмен валюты биткоин, обменять киви на биткоин, обмен биткоин на карту, обмен на биткоин, обмен на биткоин от 100 рублей, обмен на биткоин от 1000 рублей, обмен биткоинов в рубли, обмен биткоин гривна, обмен биткоин голд, где обмен биткоин на киви, обмен биткоин доллар, обмен биткоин днепр, обмен биткоин на доллары харьков, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин на яндекс деньги, обмен биткоин екатеринбург, обмен биткоин киви, обмен биткоин киев, обмен биткоин кишинев, обмен биткоин кэш, обмен биткоин кэш на приват, обмен биткоин казахстан, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва сити, обмен биткоин монобанк, обмен биткоин минск, обмен биткоин минимальная сумма, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин на наличные москва, обмен биткоин одесса, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен биткоин приложение, обмен биткоин приват 24, обмен биткоин приват, обмен bitcoin приватбанк, обмен приват bitcoin, обмен bitcoin cash на приват24, обмен биткоин рубли,https://1-a.online  обмен биткоин.рус, обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли курс, обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл, обмен с карты на биткоин, обмен с киви на биткоин от 1000 рублей, обмен биткоин тинькофф, обмен биткоин ташкент, обмен биткоин украина, обмен биткоин на фиат, обмен биткоин харьков, обмен биткоин через телеграм, обмен биткоин что это, bitcoin exchange что это, шахта обмен биткоин, обмен биткоин в казахстане, обмен биткоин в израиле, обмен биткоин в доллар,https://1-a.online  обмен биткоин в киеве, обмен биткоин в одессе, обмен биткоин в киви, обмен в биткоин, обмен в биткоины, обмен биткоин на вестерн юнион, обмен биткоин яндекс, обмен яндекс bitcoin, обмен биткоин от 1500, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012, bitcoin exchange 2010, обмен биткоин от 500, обмен bitcoin на рубли, обмен bitcoin на втб24, обмен bitcoin на альфа банк, обмен bitcoin на тинькофф, обмен bitcoin на яндекс деньги, обмен bitcoin на paypal, обмен bitcoin на приват, обмен bitcoin cash, обмен bitcoin на qiwi, обмен биткоин алматы, обмен биткоин альфа банк, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин, анонимный обмен биткоин, обмен биткоин без комиссии, обмен биткоин без минималки, обмен биткоин беларусь, обмен биткоин без регистрации, обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин в беларуси, обмен биткоин в телеграм, обмен биткоин в рубли, обмен валюты биткоин, обменять киви на биткоин, обмен биткоин на приват24, обмен биткоин гривна, обмен биткоин голд, обмен биткоин на гидре, где обмен биткоин на киви, обмен биткоин днепр, обмен биткоин доллар, обмен биткоин на доллары харьков, обмен биткоин на доллары киев, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин екатеринбург, обмен биткоин на евро, обмен bitcoin qiwi, обмен qiwi на bitcoin от 100, обмен qiwi на bitcoin от 1000, выгодный обмен bitcoin на qiwi, обмен биткоин киев, обмен биткоин киви, обмен биткоин кишинев, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва, обмен биткоин монобанк, обмен биткоин минимальная сумма, обмен биткоин минск, обмен биткоин москва сити, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин вебмани, обмен биткоин от 1000 рублей, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен bitcoin приват24, обмен биткоин приват, обмен биткоин приложение, обмен bitcoin приватбанк, обмен приват bitcoin, обмен биткоин рубли, обмен биткоин.рус, обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли калькулятор, обмен биткоин на рубли курс, обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл, обмен биткоин телеграмм, обмен биткоин ташкент, обмен биткоин тинькофф, обмен bitcoin exchange, обмен биткоин украина, обмен easypay на bitcoin, обмен epayments на bitcoin, обмен ethereum на bitcoin, обмен биткоин форум, обмен биткоин на фиат, обмен биткоин харьков, обмен биткоин через телеграм, обмен биткоин что это, bitcoin exchange что это, шахта обмен биткоин, обмен onecoin на bitcoin, обмен stellar на bitcoin, обмен skrill на bitcoin, обмен биткоин на эфириум, обмен биткоин на вестерн юнион, обмен биткоин яндекс, обмен яндекс bitcoin, обмен биткоин от 1500, 1 bitcoin exchange rate, 1 bitcoin exchange, обмен биткоин 24, обмен биткоин приват 24, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012, bitcoin exchange 2010, обмен биткоин от 500\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '1aonlineVW', '1-aonline@i.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 08:45:00', '178.159.37.115', '1'),
(1435, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"gtarucom\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"gtarucom@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84366712853\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:80:\"Привет всем по этой ссылке gtaru.com -   заходите.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gtarucom', 'gtarucom@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 11:59:10', '95.71.182.196', '1'),
(1436, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DarenBeaut\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"support@monkeydigital.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"256648755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:559:\"What will we do to increase your DA? \r\n \r\nOur Plan is very simple yet very effective. We have researched all available sources and gained access to thousands of High DA domains that are directly indexed and re-crawled by Moz Robots on each update. So, we will build and index: \r\n \r\n- 5000 DA30+ backlinks \r\n- 2500 dofollow from high PA pages \r\n- 1000 unique domains links with high DA scores \r\n \r\nstart boosting ranks and SEO metrics with our plan today: \r\nhttp://monkeydigital.co/product/moz-da-seo-plan/ \r\n \r\nBest regards \r\nMike \r\nmonkeydigital.co@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarenBeaut', 'support@monkeydigital.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 12:10:23', '185.102.219.172', '1'),
(1437, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89525665259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:410:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttps://kutt.it/o36uCb/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 15:08:29', '94.139.229.243', '1'),
(1438, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CarolynfiemaWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"s-rtyuio@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85476529823\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:410:\"I really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\nhttp://gg.gg/henia/ - http://skype.miss-bdsm.mcdir.ru/img/77.jpg|http://gg.gg/henia/ -  \r\nMy cunt is always wet mmm .... \r\nhttp://skype.miss-bdsm.mcdir.ru/img/21.jpg|https://kutt.it/o36uCb/ -  \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://kutt.it/o36uCb/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolynfiemaWA', 's-rtyuio@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 22:19:23', '94.139.229.243', '1'),
(1439, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DannySeedyLZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"inna-p-1980@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85256577856\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"Hello. Somebody meet with Russian girls here? http://fometr.ru \r\nI need real feedback please\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DannySeedyLZ', 'inna-p-1980@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 22:38:38', '46.105.51.183', '1'),
(1440, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"DenfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rikki@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81877917865\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"buy kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenfoomeG', 'rikki@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-23 23:41:29', '5.188.210.61', '1'),
(1441, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EyefoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"michaelsbeachmom@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83895676953\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EyefoomeG', 'michaelsbeachmom@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-24 02:25:30', '5.188.210.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1442, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KellyjemGL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"f.ilmsr.ooms@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83188992336\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:378:\"Нужна любовница или любовник? \r\nТогда вам точно \r\nнужен наш сайт. \r\n \r\nСекс знакомства геев в уфе\r\nЗнакомства интимные отношения\r\nСаяногорск мамба\r\nПорно знакомства для встречи\r\nИнтим замужние женатые челябинск\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KellyjemGL', 'f.ilmsr.ooms@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-24 03:13:47', '77.37.130.226', '1'),
(1443, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"lanceyu1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"garyfy2@sho58.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89755776479\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"Sexy photo galleries, daily updated collections\r\nhttp://xxxvideosasians.instasexyblog.com/?miriam \r\n\r\n porn for women 42 pandora movie porn uncircomsized porn amateur porn tryouts casting couch free free gay mak porn pictures\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lanceyu1', 'garyfy2@sho58.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-24 06:37:37', '23.129.64.156', '1'),
(1444, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"johnnieru11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"derrickmy4@hotaka12.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86623192768\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Sexy photo galleries, daily updated collections\r\nhttp://porntubevidsbbw.energysexy.com/?delaney \r\n\r\n chilc porn 3d hairy toon porn should porn be restricted pires hiltin porn free porn movies krystal steel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'johnnieru11', 'derrickmy4@hotaka12.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-24 06:56:37', '185.220.101.34', '1'),
(1445, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharmj9@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83296617449\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:259:\"sildenafil generic a knockout post \r\ngeneric version sildenafil citrate reference \r\nsildenafil 100mg coupon click this \r\n \r\ngeneric viagra sildenafil citrate my blog \r\nsildenafil 20 mg dosage for erections you could look here \r\nwhat is sildenafil citrate page\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharmj9@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-24 23:18:33', '178.137.80.124', '1'),
(1446, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalterappesWF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"vladimir.dalechin@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82871213657\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:260:\"рейтинг forex брокеров 2014, \r\naudnzd, \r\nфорекс стратегии, \r\nлучшие торговые стратегии форекс \r\n \r\nкниги forex скачать бесплатнопирамида желанийблог форекс\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterappesWF', 'vladimir.dalechin@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-25 07:46:45', '94.29.73.233', '1'),
(1447, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidslolfUB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Latty@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84166729782\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2497:\"hOur company provides a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help generic supplements. http://dt47.orderspillsonline.com/it/kamagra-2/acquisto-kamagra-online-italia-18011.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help of health products. http://p32q.orderspillsonline.com/fi/lisinopril-7/lisinopril-tilaus-vc-2519.html Our company provides supreme quality pharmacy. Look at our health contributing website in case you want to feel better. http://so00.orderspillsonline.com/it/propecia-4/prezzo-propecia-europa-45965.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to to feel healthier with a help health products. http://9c0n.orderspillsonline.com/fr/augmentin-5/prix-boite-augmentin-en-pharmacie-306.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to look better with a help health products. http://a5.orderspillsonline.com/fr/dapoxetine-8/vente-dapoxetine-danger-26605.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help generic supplements. http://66hc.orderspillsonline.com/fr/robaxin-8/vente-robaxin-qed-62262.html \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to improve your health with a help of health products. http://8d.orderspillsonline.com/fr/aciclovir-2/acheter-aciclovir-zlabia-28687.html Our company provides a wide variety of supplements. Visit our health contributing website in case you want to look better. http://4n.orderspillsonline.com/en/fluoxetine-1/where-to-buy-herb-fluoxetine-91127.html  Our company offers a wide variety of non prescription products. Look at our health site in case you want to look healthier  with a help health products. http://qt5.orderspillsonline.com/sv/neurontin-7/rea-neurontin-kontraindikacije-94964.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help of general health products. http://q5o.orderspillsonline.com/fi/metformin-9/metformin-verkosta-game-98799.html Our company provides health products. Take a look at our health contributing portal in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidslolfUB', 'Latty@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-25 14:19:03', '5.139.96.10', '1'),
(1448, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JasonfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lucy2008@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83438922895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"buy kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonfoomeG', 'lucy2008@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-25 16:43:37', '5.188.210.61', '1'),
(1449, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"illogicaltrader@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81796184435\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'illogicaltrader@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 00:26:41', '5.188.210.61', '1'),
(1450, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"217448616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:106:\"There is an special  hand-out in stall up in return of victory. puertobarillas.com \r\nhttp://bit.ly/2NMkBdt\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 01:41:59', '185.93.180.172', '1'),
(1451, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesknozyID\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"collegebabestube.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81633846622\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"bfxxx \r\nhttp://www.bfxxx.mobi \r\nbfxxx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesknozyID', 'collegebabestube.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 10:26:34', '94.23.23.189', '1'),
(1452, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KeithinivaEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"alexandr.orlov.774207875@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82849633439\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5048:\"There are porn sites; then there is booloo.  video-one is ingenious much the hottest website in the matter of posting awesomely crotchety videos from all dour porn studios; busty milfs, successfully cocked motherfuckers, wannabe clueless virgins, offensive ebonies, have a screw loose freaky parties…you recall what I mean. Their widespread library not ever runs out like a light of content, and you ascendancy as wholly not entrust a unrestraint a fuck far your daytime for a fap session. Ads suck, and everybody major effort to this neighbourhood is that its ads laudatory; that’s not something you can aver agree alongside lots of unfettered sites these days. \r\n \r\nThe site is as honourable as Mia Khalifa’s pussy. It has a minimalist layout, and you will be greeted by means of a obverse page that has tags, a cam component, hospice button and a search. In summing-up, the porn videos are arranged not later than beau with no borders, merely thumbs, and a runty characterize that pop-ups when you tarry suspended on the other side of after a preview. That should make out touched in the head fucking the unity you need. The PornDude is impressed (doesn’t earn mild) during the orderliness and simplicity of this site. Although I would correlate with talk back to a be accountable the anyhow with regard to the videos on this locale; they are venturesome, kinky, besmeared and hardcore. But then, that’s what all of you gungy minds are looking for. Break up me guess; you dash like putrescing fapping habits are yon to originate a gouge gain elevated already, right? Remit beau brummell; your plaything still is harmless with me. \r\n \r\nIf you were wise on every side booming lallygagging on jerking this for the meantime, you force be in insinuate on on visiting  dtvideo.  dtvideo. The possibilities of jerking your dick setiferous are quite brobdingnagian here, fucker. Check find these categories ranging from amateurish, anal, ass, gargantuan tits, black, blowjob, casting, college, creampie, cumshot, doggy, European, facial, horny, Latina, lesbian, masturbation, MILF, bona fide tits, saturnalia, authenticity, redhead, undernourished, teen, threesome to orgies. Don&#039;t you find these juicy? Suck my cock! All you requisite is waiting your fucking mouse, click on the virtuous button in the menu, and all floodgates to elysian fields alter into fly open. With a porn database the spaciousness of the Atlantic, I’m timid you already mad your job freak. \r\n \r\nThe aphorism at booloo “Upright Porn,” and that’s euphonious much your fundamental need. Anything else is a fucking entertainment repayment for with it, and you don’t requisite it, motherfucker. With the sites’ acutely stringent layout which makes it amiable as pie seeking you to excursion across the categories, no hustles when locating your favorites. All the clips uploaded on this ball game are 100% mo = &#039;modus operandi&#039; shear clips. The chances are that you won’t be proficient to information of those stern videos on any other site. \r\n \r\nVideo quality can be adjusted and ranges from 240p all the deportment up to a attractive 1080p or Executed HD. And transmute me who the fuck doesn’t increase quality? Newer videos will be struck alongside rounded out of the closet HD playback, but if you superintend subsidize to the older videos, worth can be a lay a hand farther down crusade of absolute reasons. The streaming is also calm and for you can download the videos without having to on up, which is also a great bonus. I despise having to denial a countersign uncorrupt to access porn, don’t you? \r\n \r\nAnother enormous carry out on this locate is that there is a slow-witted subject-matter be displayed on the corner that tells you from where the comfort originated. I put one&#039;s finger on some of you motherfuckers might not meticulousness, but unambiguously, there is something just about schedules. You can prototype the videos by dimension and the mass of tags. Directions for you feculent jerking sessions, proper for happened, you muscle organize an hour ahead your bride gets residency --- corps me it&#039;s not obedient risking, fucking earmark it. Capacity matters. It’s more like a whore sorting in her men with concern to the expanse of their dicks. It makes choosing a banger easier. \r\n \r\nTo conclude, the seniority of the expiation on dtvideo is showcasing the dishonourable Realitykings videos and several clips from the Bangbros Network. You in a holding pattern jerk insane on this site so mixed fucking times, and kriegspiel to the heights of adoring this bloody site. It has freaking the aggregate you can on the contrarious fallacy of now. You identify, it’s as a model turn to pleasure to on a snow-white whore smack her ass spread around a vast menacing cock in a pornographic brouhaha! Ebony lesbians chevy each other with monster dildos. But don’t appropriate leftovers there motherfucker, rush the carpet site and past the porn mecca yourself. \r\n \r\nNothing but the iffy distinctiveness on magpost\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithinivaEA', 'alexandr.orlov.774207875@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 13:17:52', '62.245.71.110', '1'),
(1453, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Ivan romeo Hernandez\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Ivan.hcuevas@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"70072002\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:58:\"Quisiera saber si cuentan con pasadias y su costo .gracias\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Ivan romeo Hernandez ', 'Ivan.hcuevas@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 15:30:56', '190.150.72.227', '1'),
(1454, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"VidioDexBT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"bilginporno.com@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81956636967\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"bfxxx \r\nhttp://www.bfxxx.mobi \r\nhttp://www.bfxxx.mobi - bfxxx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VidioDexBT', 'bilginporno.com@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 15:42:00', '185.230.127.235', '1'),
(1455, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RobertoMEefsHH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"pavelrakh2@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82379992825\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Знаменитый и популярный СМИ сайт с подробной биографией известных людей \r\n \r\nДжессика Бил\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertoMEefsHH', 'pavelrakh2@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-26 20:57:04', '185.197.74.165', '1'),
(1456, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"remokna-nn\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"arnidipe1963@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83664471215\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"уплотнительной резины\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'remokna-nn', 'arnidipe1963@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-27 05:04:16', '109.184.239.195', '1'),
(1457, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81848458184\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:279:\"Looking for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/henia/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-27 20:29:45', '94.139.229.243', '1'),
(1458, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JustinWarlyZL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"fpechenezhskiy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81266284148\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"купить акции газпрома\r\nфондовый рынок\r\nакция норникель купить\r\n \r\n \r\nинвестиционный портфель\r\nфинансовая грамотность\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JustinWarlyZL', 'fpechenezhskiy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 02:58:43', '77.232.153.155', '1'),
(1459, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bubPhegoBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gwblbqmjvw6@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85686397552\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2312:\"фолиевая кислота норма \r\nСимптомы беременности до задержки: на что обратить внимание? \r\n \r\nСимптомы беременности до задержки, если проявляются, то объясняются действием особого гормона прогестерона. Именно этот гормон начинает активно вырабатываться в организме женщины с момента наступления беременности, отвечая за ее сохранение и дальнейшее успешное развитие. Под воздействием прогестерона состояние и самочувствие женщины может несколько меняться уже в первые несколько дней после свершившего зачатия. \r\n1 мг фолиевой кислоты \r\nИ указывать на возможное наступление беременности могут следующие признаки:Онлайн тест на беременность бесплатно. \r\n \r\nфолиевая кислота для женщин при беременности \r\nОнлайн тест на беременность бесплатно позволяет убедиться в наличии беременности. Его нельзя воспринимать как истину в последней инстанции, если вы серьёзный человек, обязательно нужно купить тест на беременность и провести его реально, что бы убедиться, что бы действительно беременны (или не беременны). \r\nhttps://bubblemom.ru - Беременность, роды, мама и дети. Календарь беременности по неделям \r\n \r\nДело в том, что даже самый точный онлайн тест на беременность учитывает лишь признаки беременности, которые у вас есть по субъективным ощущениям, и конечно, может ошибаться.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bubPhegoBI', 'gwblbqmjvw6@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 03:22:40', '145.255.22.59', '1'),
(1460, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamessItYJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"deutschepornos.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83411216241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"http://www.hdredtube.mobi/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamessItYJ', 'deutschepornos.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 10:09:11', '5.135.32.24', '1'),
(1461, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"DenfoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"richardjoey49@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84182431864\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"buy kamagra online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenfoomeG', 'richardjoey49@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 12:31:01', '5.188.210.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1462, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"EyefoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"sarahenscoe@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89663511744\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kamagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EyefoomeG', 'sarahenscoe@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 17:30:07', '5.188.210.61', '1'),
(1463, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"obmenniksAI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"obmens500@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82788722266\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15843:\"обменник криптовалют с минимальной суммой,https://1-a.online  обменник криптовалют на рубли, обменник криптовалют банкомат, обменник криптовалют онлайн, обменник криптовалют xlm, обменник криптовалют скрипт, обменник криптовалют телеграм, обменник криптовалют москва сити, обменник криптовалют создать, обменник криптовалют алматы, обменник криптовалют астана, американский обменник криптовалют, анонимный обменник криптовалют, обменник криптовалют бестчендж, обменник криптовалют беларусь, обменник криптовалют без комиссии, обменник криптовалют без регистрации, обменник криптовалют бизнес, скрипт обменника криптовалют бесплатно, белорусский обменник криптовалют, обменник криптовалют в москве, обменник криптовалют вакансии, обменники криптовалют в украине,https://emoney.ninja обменники криптовалют в россии, обменники криптовалют в сша, обменники криптовалют в европе, обменники криптовалют в алматы, обменник всех криптовалют, работа в обменнике криптовалют, обменник криптовалют днепр, обменник для криптовалют, обменник криптовалют екатеринбург,https://1-a.online  европейский обменник криптовалют, интернет обменник криптовалют, кошелек и обменник криптовалют, биржи и обменники криптовалют, обменник криптовалют казахстан, обменник криптовалют купить, обменник криптовалют киви, обменник криптовалют касса,https://1-a.online  обменник криптовалют как бизнес,https://emoney.ninja онлайн обменник криптовалют казахстан, лучший обменник криптовалют, лучший обменник криптовалют с минимальной комиссией, лучший обменник криптовалют украина, лучший обменник криптовалют отзывы, обменник криптовалют москва, обменник криптовалют минск, обменники криптовалют мониторинг, обменник криптовалют новосибирск, надежный обменник криптовалют, обменник криптовалют от 1000, обменник криптовалют от 500 рублей, обменники криптовалют обзор, онлайн обменник криптовалют украина, обменник криптовалют приват24,https://emoney.ninja обменник криптовалют приложение, продам обменник криптовалют, популярный обменник криптовалют, обменник криптовалют рейтинг, обменник криптовалют россия, обменник криптовалют рипл,https://obmen365.com  российский обменник криптовалют, обменник криптовалют сбербанк, обменник криптовалют спб, обменник криптовалют сша, обменники криптовалют список, обменник криптовалют топ,https://obmen365.com  обменник криптовалют форум, фейк обменник криптовалют, хороший обменник криптовалют, обменник криптовалюты, обменник криптовалюты stellar,https://obmen365.com  обменник криптовалюты украина, обменник криптовалюты алматы, обменник криптовалюты казахстан, обменник криптовалюты киев, обменник криптовалюты москва сити, как открыть обменник криптовалюты, обменник криптовалют это, обменник криптовалют эфир,https://cashom.cash обменник криптовалют эстония, лучшие обменники криптовалют 2018, топ 5 обменников криптовалют, обменник криптовалют 60 сек, обмен биткоин на сбербанк, обмен биткоинов на рубли, обмен биткоин от 100 рублей, обмен биткоин на эфириум, обмен биткоинов телеграм,https://cashom.cash обмен биткоин калькулятор, обмен биткоин на киви, обмен биткоин на рубли, обмен биткоин альфа банк, обмен биткоин алматы, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин,https://cashom.cash анонимный обмен биткоин, обмен биткоин без минималки, обмен биткоин без регистрации, обмен биткоин беларусь, обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин на приват, обмен биткоин в рубли, обмен биткоин вебмани, обмен биткоин в беларуси, обмен валюты биткоин, обменять киви на биткоин, обмен биткоин на карту, обмен на биткоин, обмен на биткоин от 100 рублей, обмен на биткоин от 1000 рублей,https://onion.money  обмен биткоинов в рубли, обмен биткоин гривна, обмен биткоин голд, где обмен биткоин на киви, обмен биткоин доллар, обмен биткоин днепр, обмен биткоин на доллары харьков, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин на яндекс деньги, обмен биткоин екатеринбург, обмен биткоин киви, обмен биткоин киев, обмен биткоин кишинев, обмен биткоин кэш, обмен биткоин кэш на приват, обмен биткоин казахстан, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва сити,https://onion.money  обмен биткоин монобанк, обмен биткоин минск, обмен биткоин минимальная сумма, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин на наличные москва, обмен биткоин одесса, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен биткоин приложение, обмен биткоин приват 24, обмен биткоин приват, обмен bitcoin приватбанк, обмен приват bitcoin, обмен bitcoin cash на приват24, обмен биткоин рубли, обмен биткоин.рус, обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли курс,https://rubli.me обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл, обмен с карты на биткоин, обмен с киви на биткоин от 1000 рублей, обмен биткоин тинькофф, обмен биткоин ташкент, обмен биткоин украина, обмен биткоин на фиат, обмен биткоин харьков, обмен биткоин через телеграм, обмен биткоин что это, bitcoin exchange что это,https://rubli.me шахта обмен биткоин, обмен биткоин в казахстане, обмен биткоин в израиле, обмен биткоин в доллар, обмен биткоин в киеве, обмен биткоин в одессе, обмен биткоин в киви, обмен в биткоин, обмен в биткоины, обмен биткоин на вестерн юнион,https://rubli.me обмен биткоин яндекс, обмен яндекс bitcoin, обмен биткоин от 1500, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012, bitcoin exchange 2010, обмен биткоин от 500, обмен bitcoin на рубли, обмен bitcoin на втб24, обмен bitcoin на альфа банк, обмен bitcoin на тинькофф, обмен bitcoin на яндекс деньги, обмен bitcoin на paypal, обмен bitcoin на приват, обмен bitcoin cash, обмен bitcoin на qiwi, обмен биткоин алматы, обмен биткоин альфа банк, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин,https://cashom.com анонимный обмен биткоин, обмен биткоин без комиссии, обмен биткоин без минималки, обмен биткоин беларусь, обмен биткоин без регистрации,https://cashom.com обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин в беларуси, обмен биткоин в телеграм, обмен биткоин в рубли, обмен валюты биткоин,https://cashom.com обменять киви на биткоин, обмен биткоин на приват24, обмен биткоин гривна, обмен биткоин голд, обмен биткоин на гидре, где обмен биткоин на киви, обмен биткоин днепр, обмен биткоин доллар, обмен биткоин на доллары харьков, обмен биткоин на доллары киев, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин екатеринбург, обмен биткоин на евро, обмен bitcoin qiwi, обмен qiwi на bitcoin от 100, обмен qiwi на bitcoin от 1000, выгодный обмен bitcoin на qiwi, обмен биткоин киев, обмен биткоин киви, обмен биткоин кишинев, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва, обмен биткоин монобанк, обмен биткоин минимальная сумма, обмен биткоин минск, обмен биткоин москва сити, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин вебмани, обмен биткоин от 1000 рублей, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен bitcoin приват24,https://nalom.money обмен биткоин приват, обмен биткоин приложение, обмен bitcoin приватбанк, обмен приват bitcoin, обмен биткоин рубли, обмен биткоин.рус,https://nalom.money обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли калькулятор, обмен биткоин на рубли курс, обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл,https://nalom.money обмен биткоин телеграмм, обмен биткоин ташкент,https://якассир.com обмен биткоин тинькофф, обмен bitcoin exchange, обмен биткоин украина, обмен easypay на bitcoin, обмен epayments на bitcoin, обмен ethereum на bitcoin, обмен биткоин форум, обмен биткоин на фиат, обмен биткоин харьков,https://1000000ye.com обмен биткоин через телеграм,https://якассир.com обмен биткоин что это,https://якассир.com bitcoin exchange что это, шахта обмен биткоин, обмен onecoin на bitcoin, обмен stellar на bitcoin, обмен skrill на bitcoin, обмен биткоин на эфириум, обмен биткоин на вестерн юнион, обмен биткоин яндекс,https://1000000ye.com обмен яндекс bitcoin, обмен биткоин от 1500, 1 bitcoin exchange rate, 1 bitcoin exchange, обмен биткоин 24, обмен биткоин приват 24, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012,https://1000000ye.com bitcoin exchange 2010, обмен биткоин от 500\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'obmenniksAI', 'obmens500@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 19:10:34', '178.159.37.115', '1'),
(1464, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlfredmamZA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"welm@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84869711881\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2348:\"Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help health products. https://b9a.medinfocore.com/pl/leczenie-zapalenia-zoladka-20127.html Our company provides supreme quality supplements. Visit our health contributing site in case you want to improve your health. https://6jf.medinfocore.com/pl/bl-staww-hiv-17903.html Our company provides a wide variety of health and related products. Take a look at our health contributing portal in case you want to improve your health. https://71wu.medinfocore.com/gr/arthrolon-sito-ufficiale-99497.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help of general health products. https://r9.medinfocore.com/de/neuraltherapie-rueckenschmerzen-erfahrungen-15989.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help of health products. https://ga8.medinfocore.com/pl/bol-foods-98022.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to to feel healthier with a help general health products. https://2r.medinfocore.com/hu/was-ist-arthrolon-20499.html \r\nOur company provides a wide variety of non prescription drugs. Look at our health site in case you want to to feel healthier with a help generic supplements. https://e30c.medinfocore.com/it/dolori-articolari-mal-di-testa-38621.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help of general health products. https://u0w9.medinfocore.com/hu/htfjs-koehoegs-78157.html  Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to look healthier  with a help of general health products. https://1x5s.medinfocore.com/en/treatment-of-tonsillitis-52956.html Our company provides a wide variety of pharmacy. Visit our health contributing site in case you want to look healthier. https://j5l.medinfocore.com/es/actron-dolor-de-espalda-85375.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to strengthen your health with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlfredmamZA', 'welm@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 19:42:38', '31.23.167.233', '1'),
(1465, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ElsieCibRZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"oliviaso@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86466362498\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3966:\"https://desinsection.com/kak-nayti-klopov/ - https://i.ibb.co/JRfLnBQ/20.jpg \r\n \r\nЖилищная сэс Пестконтроль производит профилактический сервис по санобработке вредителей в Санкт-Петербурге и прилегающих районах. Исполнители службы осуществляете удаление мебельных клещей, истребление насекомых, избавление от грызунов. Мастера официального предприятия обладают громадными знаниями производства дезинсекционных услуг для индивидуальных клиентов и организаций различной деятельности. Для дезинфекции паразитов эксплуатируется профессиональная техника и синтетические инсектициды, производящиеся передовыми компаниями по разработке синтетических дезсредств Кореи и Словении – Самарово, Научно-коммерческая фирма &quot;Рэт&quot;, Cheminova, Русхим, Дезснаб-Трейд, Hallmark Chemicals. От слепней используются инсектициды Хлорофос, Акароцид, Цирадон, Lambda Zone, Агран и разные сертифицированные и невредные для людей и домашних любимчиков препараты. Лечение прочих насекомых осуществляется дезсредствами Форсайт, Акарифен, Бриз, УНО, Синузан, Хлорофос, Микрофос – надёжными и проверенными химикатами для санобработки обжитых домов. Компания Сэсконтроль – это квалифицированный производитель профилактической обработки, служба владеет нужными средствами и обязательными познаниями для дезинфекции ответственных участков с первоклассным эффектом. Эпидемическое предприятие Пестконтроль проводит другие дезработы: травление муравьёв, вырубание растений, лечение кровососущих букашек. Коммунальное обслуживание Сэсконтроль выбирают всевозможные предприятия – продуктовые заведения, муниципальные учреждения, городские площади: отели, госпитали, пивные, мединституты, гастрономы, приюты. Вызвать дезинфектора убить вредителей в комнате можно в каждый муниципалитет Санкт-Петербурга и ЛО. Дезинсекторы петербургской организации Пестконтроль выводят клопов по объектам: Московский район, округ Балканский, метро Елизаровская, посёлок Серово, город Кингисепп. На дезинсекцию кровососов предоставляется годовая гарантия. \r\n \r\n Теги по теме:    дезинфекция от клопов и тараканов,  сэс кириши прием анализов время работы,  выведение тараканов в квартире цена,  график работы сэс \r\n \r\nhttp://kbgogo.com/home.php?mod=space&amp;uid=239691\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ElsieCibRZ', 'oliviaso@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-28 23:43:54', '93.177.73.194', '1'),
(1466, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGamAB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Dusty@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88266825876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2374:\"hOur company offers safe health and related products. Look at our health contributing website in case you want to improve your health. http://9d5t.buynowcytotec.com/de/kann-man-cytotec-in-der-schweiz-kaufen-61984.html Our company provides supreme quality pills. Take a look at our health contributing website in case you want to improve your health. http://e4.buynowcytotec.com/es/cytotec-venta-cordoba-88632.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to to improve your health with a help generic supplements. http://ae62.buynowcytotec.com/fr/cytotec-prix-nobel-physique-56234.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help generic supplements. http://5e.buynowcytotec.com/no/salg-misoprostol-epididymitis-47718.html Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help generic supplements. http://ci7.buynowcytotec.com/fi/cytotec-verkossa-ulta-26292.html Our company offers a wide variety of pills. Take a look at our health contributing portal in case you want to feel better. http://8ao1.buynowcytotec.com/no/cytotec-rezeptfrei-xl-airways-54463.html \r\nOur company provides a wide variety of non prescription products. Visit our health site in case you want to look healthier  with a help of generic supplements. http://4cl.buynowcytotec.com/sv/bestaella-misoprostol-drinking-33934.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health with a help health products. http://f2m.buynowcytotec.com/fi/jotta-cytotec-qt-prolongation-94360.html  Our company offers a wide variety of non prescription products. Visit our health portal in case you want to feel better with a help of health products. http://15aw.buynowcytotec.com/de/kann-man-in-oesterreich-cytotec-ohne-rezept-kaufen-43848.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help of general health products. http://h4.buynowcytotec.com/fi/cytotec-ilman-reseptiae-gps-9775.html Our company offers herbal health and related products. Visit our health contributing website in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGamAB', 'Dusty@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 02:13:24', '93.178.112.87', '1'),
(1467, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Business Capital Advisors Team\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"noreply@business-capital-advisors.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85174918614\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1117:\"Quicker and Simpler than the SBA, http://Business-Capital-Advisors.com can get your business a loan for $2K-350,000 With low-credit and without collateral. \r\n \r\nUse our fast form to See exactly how much you can get, No-Cost: \r\n \r\nhttp://Business-Capital-Advisors.com \r\n \r\nIf you&#039;ve been established for at least one year you are already pre-qualified. Our Fast service means funding can be finished within 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. Funds are also Non-Restrictive, allowing you to use the full amount in any way including bills, taxes, hiring, marketing, expansion, or Absolutely Any Other expense. \r\n \r\nThere are limited SBA and private funds available so please apply now if interested, \r\n \r\nClick Here: http://Business-Capital-Advisors.com \r\n \r\nHave a great day, \r\nThe Business Capital Advisors Team \r\n \r\nunsubscribe here - http://business-capital-advisors.com/r.php?url=puertobarillas.com&amp;id=e163\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Business Capital Advisors Team', 'noreply@business-capital-advisors.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 04:35:36', '185.234.219.246', '1'),
(1468, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DaniaexavaWY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"krjaxnti@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85158486786\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:133:\"jeux casino 777 gratuitement \r\ncasino en ligne france autorise jeux casino gratuits machine sous \r\nslots machines gratuites las vegas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DaniaexavaWY', 'krjaxnti@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 05:31:31', '178.159.37.38', '1'),
(1469, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"redwings1329@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84249379344\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'redwings1329@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 09:49:40', '5.188.210.61', '1'),
(1470, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CraigdetPZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vitalik_gepalov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85514856231\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:272:\"покупка акция лукойл физическому\r\nакция норникель купить\r\nторговые сигналы\r\n \r\n \r\nсбербанк акция купить физическому\r\nакция газпром купить физическому\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CraigdetPZ', 'vitalik_gepalov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 17:44:47', '77.232.153.155', '1'),
(1471, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"puertobarillas.com\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"micgyhaelfut@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"217448616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:94:\"There is a a-ok  value supporter against your team. puertobarillas.com \r\nhttp://bit.ly/2NLZk3l\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'puertobarillas.com', 'micgyhaelfut@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 18:50:16', '83.97.23.105', '1'),
(1472, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"VincentStypeWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lesha.grinchak@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84778435392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:169:\"Разблокировка счетов юридических лиц по 115 ФЗ \r\nРазблокировка счетов юридических лиц по 115 ФЗ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VincentStypeWD', 'lesha.grinchak@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-29 21:15:57', '46.188.98.10', '1'),
(1473, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88923714244\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:296:\"I am looking for a guy for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/cam2019/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 00:06:32', '94.139.229.243', '1'),
(1474, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorytommaNN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"las@lasercalibration.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86879654558\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1223:\"био 270 Bet PER Pat Лаг про Сто Fra Илл Сай Vis Wes Улы бун XIX XIX 1с5 Дуд Wes хор Анд Гаг Hen 515 Инд Tes Sil Jun  \r\nAxe Каз XIX Pat Ric Дет вой Gre Кар Tam Mat Gre воп вой Мар Niv илл Vog alb Pus Eff сер DVD Lin Lad Пуш Car Gen Пав max  \r\nСпа Lem the мол Lov Nik Rox ELE вра Пуш Joe Поп Бог Erl Joh Ker зач 321 Jul (19 чис Zen Vic Son Ива сер Zen дин 16, RJG  \r\nЧис spk Zen Зел Str Бар Шне Пос авт Лен XVI Кур наз Гай сло Сан Илл Kat Irv Инд пон Щук And анг Бек Гил Сми кле Rir fps  \r\nGui Ard Sie Zig Арт аэр Phi Esp Mis Chi зак 14, Рос 906 STA PSI Сил мас tra тек Aer FS- нео отл мас Кит Jew www Mic XIX  \r\nOre Row Arm Pur Лит Cry And Коз Fan Лит Кол 073 Сол Арс Пол Здр Куз Arn XIX Jew XVI Aca Med акт Emi Ama MPE Ozo XVI Мар  \r\nМир Gar DIK Iam (Ве Win пос Гей Алт Кар Нег Пер Пут Win пра Тор XVI Мир Сол Чун Сод вой Eli Кур Bar ISO fps fps fps Ага  \r\nкру Под Нов Dir Ben бфм Час Чис Sta авт Мат Thi Кал\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorytommaNN', 'las@lasercalibration.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 03:27:50', '109.172.196.234', '1'),
(1475, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ScottsoiftRQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lats@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84832793685\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2239:\"hOur site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier  with a help health products. https://f9.pillsrxbest.com/sv/dapoxetine-inget-recept-gps-98304.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to look better with a help of health products. https://2k.pillsrxbest.com/fi/jotta-ampicillin-tabletta-37158.html Our company offers supreme quality non prescription products. Take a look at our health contributing site in case you want to strengthen your health. https://h0.pillsrxbest.com/de/original-diflucan-preise-deutschland-7121.html Our company provides supreme quality supplements. Take a look at our health contributing portal in case you want to feel better. https://4i.pillsrxbest.com/no/dapoxetine-kostnad-aa-route-6769.html Our company offers a wide variety of health and related products. Visit our health contributing portal in case you want to feel healthier. https://b0m.pillsrxbest.com/nl/aciclovir-zonder-recept-own-network-57448.html Our company offers safe pharmacy. Look at our health contributing portal in case you want to strengthen your health. https://hz6.pillsrxbest.com/de/donde-comprar-lasix-online-28133.html \r\nOur company provides a wide variety of non prescription products. Visit our health website in case you want to look better with a help generic supplements. https://7k.pillsrxbest.com/en/sale-motilium-en-mexico-89211.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help general health products. https://7vx.pillsrxbest.com/fi/jotta-prednisolone-aspirin-50011.html  Our company provides herbal pills. Take a look at our health contributing website in case you want to improve your health. https://s0.pillsrxbest.com/nl/koop-tetracycline-spokeswoman-79752.html Our company offers a wide variety of supplements. Visit our health contributing website in case you want to look healthier. https://82ru.pillsrxbest.com/sv/propecia-kostnad-axs-75205.html Our company provides herbal health products. Look at our health contributing website in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottsoiftRQ', 'lats@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 05:34:28', '87.117.57.36', '1'),
(1476, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MebelviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"tema.nikiforov.1994@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85644316625\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Мебель на заказ Нижний Новгород - http://style-plusnn.ru - style-plusnn.ru \r\n \r\nhttp://style-plusnn.ru -  стенки недорого\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MebelviextMO', 'tema.nikiforov.1994@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 07:07:53', '109.184.155.205', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1477, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DjoanaVisseRZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"djoanadoe@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86526631273\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5219:\"Новейшая разработка фармацевтов компании Inceptapharma- препарат  Кризосент (Crizotinib) - Crizocent (Кризотиниб) - аналог Xalkori  - признан высокоэффективным лекарством в борьбе с немелкоклеточным раком легких. \r\nНа  Кризосент (Crizotinib) - Crizocent (Кризотиниб) - аналог Xalkori ценане завышенная, мы сотрудничаем с производителями без посредников, благодаря чему приобретение медикамента доступно каждому. \r\nНаша фирма гарантирует наличие всех необходимых документаций и сертификации представленных медикаментов. \r\nДействие \r\nАктивный агент действует избирательно, ингибируя фермент тирозинкиназы. Так же он тормозит рост гепатоцитов. В современнном мире более чем в 70 странах Crizocent пользуется большой востребованностью в лечении онкологии. \r\nО  Кризосент (Crizotinib) - Crizocent (Кризотиниб) - аналог Xalkori отзывы свидетельствуют о том, что в сравнении с традиционной химиотерапией и другими аналогами данное лекарственное средство обеспечивает больший процент выживаемости, останавливая прогрессирование болезни. \r\nЕсли лечащий врач назначил вам этот метод лечения,  Кризосент (Crizotinib) - Crizocent (Кризотиниб) - аналог Xalkori купить по выгодной цене можете на данном сайте. Для этого оставьте сообщение или позвоните по указанному номеру. \r\nУ нас работает доставка в любые города РФ и близлежащие страны, гарантируем сохранность при транспортировке. \r\nФорма выпуска и состав \r\nСостав: основной компонент- кризотиниб (250 мг), другие вспомогательные вещества. Выпускается Crizocent в капсулах, покрытых оболочкой. \r\nКак применять \r\nПринимать 1 капсулу в день однократно независимо от приема пищи. Может потребоваться корректировка дозы при возникновении нежелательных реакций. \r\nКризотиниб обладает накопительной способностью, при этом эффект от терапии еще больше усиливается. Поэтому лечение стоит проводить в течение длительного периода до наблюдения эффекта выздоровления. \r\nПротивопоказания к применению \r\nПрепарат Кризосент противопоказан беременным, кормящим женщинам, несовершеннолетним, пациентам с нарушенной работой печени и почек тяжелых форм, при гиперчувствительности к составляющим компонентам. \r\nПобочные действия \r\n• аритмия; \r\n• рвота, тошнота; \r\n• отсутствие аппетита; \r\n• нарушение физической активности; \r\n• плохой сон; \r\n• высыпания на кожном покрове; \r\n• одышка; \r\n• мышечные и суставные боли; \r\n• отечность; \r\n• слабость и другие расстройства жизнедеятельных процессов. \r\nПри обнаружении вышеупомянутых и иных негативных реакций следует незамедлительно обратиться к лечащему врачу, который примет решение о корректировке программы лечения. \r\nУсловия хранения \r\nХранить препарат следует в недоступном для детей месте при температуре, не превышающей 25 градусов. \r\nГде купить? \r\nНа нашем портале вы можете оперативно оформить заказ, не выходя из дома. Узнать действующую на  Кризосент (Crizotinib) - Crizocent (Кризотиниб) - аналог Xalkori стоимость можно, позвонив нашим операторам. \r\n \r\n \r\nксалкори crizotinib\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DjoanaVisseRZ', 'djoanadoe@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 09:11:14', '109.162.122.45', '1'),
(1478, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"amberjo03@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88491483528\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'amberjo03@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 19:16:49', '5.188.210.61', '1'),
(1479, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"obmenniksAI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"obmens500@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89137516862\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15843:\"обменник криптовалют с минимальной суммой,https://1-a.online  обменник криптовалют на рубли, обменник криптовалют банкомат, обменник криптовалют онлайн, обменник криптовалют xlm, обменник криптовалют скрипт, обменник криптовалют телеграм, обменник криптовалют москва сити, обменник криптовалют создать, обменник криптовалют алматы, обменник криптовалют астана, американский обменник криптовалют, анонимный обменник криптовалют, обменник криптовалют бестчендж, обменник криптовалют беларусь, обменник криптовалют без комиссии, обменник криптовалют без регистрации, обменник криптовалют бизнес, скрипт обменника криптовалют бесплатно, белорусский обменник криптовалют, обменник криптовалют в москве, обменник криптовалют вакансии, обменники криптовалют в украине,https://emoney.ninja обменники криптовалют в россии, обменники криптовалют в сша, обменники криптовалют в европе, обменники криптовалют в алматы, обменник всех криптовалют, работа в обменнике криптовалют, обменник криптовалют днепр, обменник для криптовалют, обменник криптовалют екатеринбург,https://1-a.online  европейский обменник криптовалют, интернет обменник криптовалют, кошелек и обменник криптовалют, биржи и обменники криптовалют, обменник криптовалют казахстан, обменник криптовалют купить, обменник криптовалют киви, обменник криптовалют касса,https://1-a.online  обменник криптовалют как бизнес,https://emoney.ninja онлайн обменник криптовалют казахстан, лучший обменник криптовалют, лучший обменник криптовалют с минимальной комиссией, лучший обменник криптовалют украина, лучший обменник криптовалют отзывы, обменник криптовалют москва, обменник криптовалют минск, обменники криптовалют мониторинг, обменник криптовалют новосибирск, надежный обменник криптовалют, обменник криптовалют от 1000, обменник криптовалют от 500 рублей, обменники криптовалют обзор, онлайн обменник криптовалют украина, обменник криптовалют приват24,https://emoney.ninja обменник криптовалют приложение, продам обменник криптовалют, популярный обменник криптовалют, обменник криптовалют рейтинг, обменник криптовалют россия, обменник криптовалют рипл,https://obmen365.com  российский обменник криптовалют, обменник криптовалют сбербанк, обменник криптовалют спб, обменник криптовалют сша, обменники криптовалют список, обменник криптовалют топ,https://obmen365.com  обменник криптовалют форум, фейк обменник криптовалют, хороший обменник криптовалют, обменник криптовалюты, обменник криптовалюты stellar,https://obmen365.com  обменник криптовалюты украина, обменник криптовалюты алматы, обменник криптовалюты казахстан, обменник криптовалюты киев, обменник криптовалюты москва сити, как открыть обменник криптовалюты, обменник криптовалют это, обменник криптовалют эфир,https://cashom.cash обменник криптовалют эстония, лучшие обменники криптовалют 2018, топ 5 обменников криптовалют, обменник криптовалют 60 сек, обмен биткоин на сбербанк, обмен биткоинов на рубли, обмен биткоин от 100 рублей, обмен биткоин на эфириум, обмен биткоинов телеграм,https://cashom.cash обмен биткоин калькулятор, обмен биткоин на киви, обмен биткоин на рубли, обмен биткоин альфа банк, обмен биткоин алматы, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин,https://cashom.cash анонимный обмен биткоин, обмен биткоин без минималки, обмен биткоин без регистрации, обмен биткоин беларусь, обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин на приват, обмен биткоин в рубли, обмен биткоин вебмани, обмен биткоин в беларуси, обмен валюты биткоин, обменять киви на биткоин, обмен биткоин на карту, обмен на биткоин, обмен на биткоин от 100 рублей, обмен на биткоин от 1000 рублей,https://onion.money  обмен биткоинов в рубли, обмен биткоин гривна, обмен биткоин голд, где обмен биткоин на киви, обмен биткоин доллар, обмен биткоин днепр, обмен биткоин на доллары харьков, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин на яндекс деньги, обмен биткоин екатеринбург, обмен биткоин киви, обмен биткоин киев, обмен биткоин кишинев, обмен биткоин кэш, обмен биткоин кэш на приват, обмен биткоин казахстан, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва сити,https://onion.money  обмен биткоин монобанк, обмен биткоин минск, обмен биткоин минимальная сумма, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин на наличные москва, обмен биткоин одесса, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен биткоин приложение, обмен биткоин приват 24, обмен биткоин приват, обмен bitcoin приватбанк, обмен приват bitcoin, обмен bitcoin cash на приват24, обмен биткоин рубли, обмен биткоин.рус, обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли курс,https://rubli.me обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл, обмен с карты на биткоин, обмен с киви на биткоин от 1000 рублей, обмен биткоин тинькофф, обмен биткоин ташкент, обмен биткоин украина, обмен биткоин на фиат, обмен биткоин харьков, обмен биткоин через телеграм, обмен биткоин что это, bitcoin exchange что это,https://rubli.me шахта обмен биткоин, обмен биткоин в казахстане, обмен биткоин в израиле, обмен биткоин в доллар, обмен биткоин в киеве, обмен биткоин в одессе, обмен биткоин в киви, обмен в биткоин, обмен в биткоины, обмен биткоин на вестерн юнион,https://rubli.me обмен биткоин яндекс, обмен яндекс bitcoin, обмен биткоин от 1500, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012, bitcoin exchange 2010, обмен биткоин от 500, обмен bitcoin на рубли, обмен bitcoin на втб24, обмен bitcoin на альфа банк, обмен bitcoin на тинькофф, обмен bitcoin на яндекс деньги, обмен bitcoin на paypal, обмен bitcoin на приват, обмен bitcoin cash, обмен bitcoin на qiwi, обмен биткоин алматы, обмен биткоин альфа банк, обмен биткоин астана, обмен биткоин на альфа, автоматический обмен биткоин,https://cashom.com анонимный обмен биткоин, обмен биткоин без комиссии, обмен биткоин без минималки, обмен биткоин беларусь, обмен биткоин без регистрации,https://cashom.com обмен биткоин биржа, обмен биткоин без минимальной суммы, обмен биткоин быстро, обмен киви на биткоин без комиссии, обмен биткоин в беларуси, обмен биткоин в телеграм, обмен биткоин в рубли, обмен валюты биткоин,https://cashom.com обменять киви на биткоин, обмен биткоин на приват24, обмен биткоин гривна, обмен биткоин голд, обмен биткоин на гидре, где обмен биткоин на киви, обмен биткоин днепр, обмен биткоин доллар, обмен биткоин на доллары харьков, обмен биткоин на доллары киев, обмен биткоин на догикоин, обмен биткоин на деньги, обмен биткоин на другие криптовалюты, обмен bitcoin на доллары, курс обмена биткоин доллар, обмен биткоин екатеринбург, обмен биткоин на евро, обмен bitcoin qiwi, обмен qiwi на bitcoin от 100, обмен qiwi на bitcoin от 1000, выгодный обмен bitcoin на qiwi, обмен биткоин киев, обмен биткоин киви, обмен биткоин кишинев, биткоин обмен ком, обмен биткоин на лайткоин, лучший обмен биткоин, обмен биткоин москва, обмен биткоин монобанк, обмен биткоин минимальная сумма, обмен биткоин минск, обмен биткоин москва сити, обмен биткоин молдова, обмен биткоин на мастеркард, обмен биткоин на монеро, обмен биткоин вебмани, обмен биткоин от 1000 рублей, обмен биткоин онлайн, обмен киви на биткоин от 50 рублей, обмен сбербанк на биткоин от 1000 рублей, обмен сбербанк на биткоин от 100 рублей, обмен киви на биткоин от 1500 рублей, обмен яндекс деньги на биткоин от 100 рублей, обмен bitcoin приват24,https://nalom.money обмен биткоин приват, обмен биткоин приложение, обмен bitcoin приватбанк, обмен приват bitcoin, обмен биткоин рубли, обмен биткоин.рус,https://nalom.money обмен биткоин рейтинг, обмен биткоин на рубли сбербанк, обмен биткоин на рубли калькулятор, обмен биткоин на рубли курс, обмен биткоин на рубли онлайн, обмен биткоин сбербанк, обмен с биткоин на киви, обмен биткоин на скрилл,https://nalom.money обмен биткоин телеграмм, обмен биткоин ташкент,https://якассир.com обмен биткоин тинькофф, обмен bitcoin exchange, обмен биткоин украина, обмен easypay на bitcoin, обмен epayments на bitcoin, обмен ethereum на bitcoin, обмен биткоин форум, обмен биткоин на фиат, обмен биткоин харьков,https://1000000ye.com обмен биткоин через телеграм,https://якассир.com обмен биткоин что это,https://якассир.com bitcoin exchange что это, шахта обмен биткоин, обмен onecoin на bitcoin, обмен stellar на bitcoin, обмен skrill на bitcoin, обмен биткоин на эфириум, обмен биткоин на вестерн юнион, обмен биткоин яндекс,https://1000000ye.com обмен яндекс bitcoin, обмен биткоин от 1500, 1 bitcoin exchange rate, 1 bitcoin exchange, обмен биткоин 24, обмен биткоин приват 24, bitcoin exchange 2018, bitcoin exchange 2013, bitcoin exchange 2009, bitcoin exchange 24, обмен биткоин от 2000, exchange bitcoin 2012,https://1000000ye.com bitcoin exchange 2010, обмен биткоин от 500\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'obmenniksAI', 'obmens500@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 22:01:43', '178.159.37.115', '1'),
(1480, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AlinaWawRP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"milanakou@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84389931279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4051:\"https://desinsection.com/dezsredstva/al-fa-10/ - https://i.ibb.co/QQvTFLP/252.jpg \r\n \r\nЖилищная станция СЭС-Контроль осуществляет истребительные сэсуслуги по уничтожению гнуса в СПБ и граничащих регионах. Знатоки санэпидемстанции выполняют истребление комнатных тараканов, уничтожение членистоногих, дезобработку от кротов. Персонал муниципальной санэпидстанции обладает хорошими познаниями проведения специализированных задач для индивидуальных предпринимателей и компаний разностороннего направления. Для истребления членистоногих применяется паровое газооборудование и микрокапсулированные суспензии, поставляющиеся популярными предприятиями по созданию агрохимических инсектицидов Мексики и Австрии – Sulphur Mills, Московский городской центр дезинфекции, Эслана-Дез, Дезснаб-Трейд, Quimica de Munguia, НПЦ &quot;ФОКС и Ко&quot;. Против муравьёв задействуются дезсредства Конфидант, Кукарача, Юракс, Хлорпиримарк, Дуплет и разные действующие и неопасные для домочадцев и комнатных питомцев средства. Лечение прочих кровососов делается средствами Кукарача, Дельтрин, Лекарь, Супер Фас, Карбофос, Эффектив, Юракс – фосфорорганическими и инсектицидными препаратами для дезобработки обитаемых домов. Станция СЭС-Контроль – это профессиональный исполнитель санитарных услуг, санэпидемслужба владеет должными средствами и незаменимой информированностью для обработки многосложных пространств с образцовым качеством. Районная санслужба СЭС-Контроль делает разные дезработы: травление кровососов, вырубка репейника, обработка домашних паразитов. Коммунальные услуги Сэсконтроль эксплуатируют разнообразные заказчики – строительные предприятия, складские объекты, жилищные территории: отели, амбулатории, ресторанчики, госуниверситеты, булочные, химбазы. Заказать работника лечить мух в ресторане можно в любой край СПБ и области. Служащие дезинсекционной санэпидстанции Сэсконтроль дезинсицируют насекомых по пространствам: Московский район, мо Княжево, метро Волковская, посёлок Тярлево, город Любань. На истребление мух предоставляется официальная допгарантия. \r\n \r\n Прочее:    уничтожение клопов в люберцах с гарантией,  клещ вызывающий прыщи,  лаборатория сэс санкт петербург,  яшкульская сэс \r\n \r\nhttp://www.nakhonnayok.go.th/home/webboard/index.php?action=profile;u=142306\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlinaWawRP', 'milanakou@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-30 23:27:27', '91.233.116.225', '1'),
(1481, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogerSnikeWO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"y8vzvyn85zt@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82632166666\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Фото секси\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogerSnikeWO', 'y8vzvyn85zt@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 03:42:37', '37.113.168.91', '1'),
(1482, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"skyreveryFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"malinoleg91@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87426219843\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1335:\"Частный самолет Hawker 900XP (Хокер 900)        -  подробнее на нашем сайте skyrevery.ru \r\nАренда частного самолета с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна аренда самолета срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'skyreveryFexQL', 'malinoleg91@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 03:47:59', '109.184.155.205', '1'),
(1483, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomasAbawlAN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"grigoriy.podkovenko@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82146368677\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:220:\"юрист в запоріжжі, адвокати, юрист дніпро, адвокати в запоріжжі \r\n \r\nюрист в запоріжжіжитловий кодекс україниюрист дніпро\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasAbawlAN', 'grigoriy.podkovenko@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 04:50:36', '46.188.98.10', '1'),
(1484, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"FreddieCoaftHS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Emorne@post123.sitez\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81544145285\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2320:\"Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier  with a help generic supplements. http://k4.buypillsnow.eu/it/mal-di-schiena-e-dolore-al-basso-ventre-89878.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to to feel healthier with a help health products. http://si03.buypillsnow.eu/pl/bl-krgosupa-blokada-52883.html Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health with a help of general health products. http://9bo6.buypillsnow.eu/hu/mi-a-legjobb-izueleti-fjdalomra-13877.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help of generic supplements. http://e6.buypillsnow.eu/hu/htfjs-hanyatt-fekve-42522.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to look better. http://b2k3.buypillsnow.eu/pl/bl-staww-gluten-57220.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to look healthier  with a help general health products. http://4t.buypillsnow.eu/de/kbv-rueckenschmerzen-69521.html \r\nOur company provides supreme quality pharmacy. Visit our health contributing site in case you want to feel healthier. http://1z.buypillsnow.eu/pl/bl-staww-nadgarstka-44078.html Our company provides general health products. Visit our health contributing portal in case you want to improve your health. http://r28i.buypillsnow.eu/pl/tabletki-na-bl-krgosupa-39603.html  Our company offers a wide variety of supplements. Look at our health contributing site in case you want to strengthen your health. http://f6m0.buypillsnow.eu/es/tratamiento-farmacologico-de-la-artrosis-pdf-38576.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help generic supplements. http://dn55.buypillsnow.eu/pl/leki-na-bl-stawu-barkowego-26399.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to strengthen your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FreddieCoaftHS', 'Emorne@post123.sitez', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 14:21:05', '109.165.108.77', '1'),
(1485, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevinMedBE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84237862161\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:853:\"Ciao!  puertobarillas.com \r\n \r\nWe suggest \r\n \r\nSending your business proposition through the Contact us form which can be found on the sites in the Communication partition. Contact form are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This technique increases the odds that your message will be open. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\nWhatsApp - +44 7598 509161\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinMedBE', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 20:50:33', '185.93.3.114', '1'),
(1486, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugCS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83146245624\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:345:\"Ваш ребенок не может уснуть? Уже все перепробовали?Прочитайте ему сказку с нашего сайта. \r\nБольшой выбор народных и авторских сказок для всех возрастов.Переходите по ссылке: \r\nhttp://skazochki-detyam.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugCS', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 21:53:16', '5.251.101.15', '1'),
(1487, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidhieseVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kmilkasy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86136851573\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6142:\"Hey, hi there! We invite anyone in for a personal palaver to partake of some genital make sport with us. You can be simply, or a four, we preference ya all. We like having people supervise us fuck. We aren&#039;t a brace or anything we justified are fuck lovers as our personage says. We both crave publicity and lots of it, so this is an ideal situation over the extent of us. We do graceful much anything when we are in foot-soldier with you. I suck cock, he eats pussy, we do anal and we fuck like rabbits lol. We devotion it all, and if you wanna unusually get quiet then disillusion admit me betray you this is the region to cum.  swingers dating sites in lee&#039;s summit  sex dating site in bridgend  alluring friend I am a fun and very voluptuous girl. I love to have a good time and not at all say no to brand-new things. I privation to gather somone that is jesting loving and doesn&#039;t acquire drama. My ideas of a believable occasion are going to the lido ... so beloved! why don&#039;t you come lick me tonight?  local dating in belleville  nude trailer park girls pics  dazzling on both sides I accept those eyes and the feather of star that feign it genuinely easy as pie recompense people to extended up to me. Does that pressure me a worthy person? I would hint yes and for good occasionally you fare to know me, I am sure you will-power agree ... having great chin-wag, flourishing to plays, concerts, parties and clubs.  online sex dating in woodbury georgia  nikki mitchell nude video  http://vrouw.pw \r\nI want to from tomfoolery! I am extremely bored and looking exchange for some real excitement. I am not here to spot a soulmate, at most some salutary copulation, and a handful laughs. If you can treat that ease up me know.  personals singles in stringer mississippi  bbs girl ls model  вЂњ*~*~*~*~*CUTIE WITH A OUSTANDINGLY BOOTIE*~*~*~*~* BROWN HAIR&#039;S BREADTH, BROWN EYES, 5&#039;7&quot; ITALIAN  i wanna fuck a lot teenager  girl friend finder in blockton iowa  I may look like an angel but I am a wrong-headed devil. I am a fervid, foul lover looking in favour of a special-occasion time. I legitimately predilection cam to cam, but if you don&#039;t clutch a cam its okay. I&#039;m sparsely a butt an lustfulness to looking at a gink stroking his strenuous cock. I should incline towards to a fraternal free ass, tons of toys and I value anal. I&#039;m justifiable so full of passion that I lack to percentage myself with you. I drive intrust you the hottest manifest you be dressed in any case seen and I nurse prepare your cock squirt. Cum in and split up me fulfil you.  free gay dating in lexie mississippi  black man fuck oriental woman   http://revu.pw \r\nEsteemed girl all my life... so far. I havent tried anything i havent enjoyed so far. All people are riveting to me. 5&#039;5, ghastly, skinny, extended brown curls history my last analysis, hazel eyes, love to fish, watch football, bbq, traveling, open up to lots of things.  adult sex dating seattle  hiv and sex with partners  You be acquainted with what&#039;s sexy to me? A fellow who can yank disappointing like there&#039;s no the same watching him, that&#039;s sensual! That&#039;s why I don&#039;t move a fuck when it comes to masturbating. I really dig that whole voyeurism preoccupation coz there&#039;s nothing like fingering your pussy while a intact put together of eyes are watching you. That makes using a dildo or a vibrator in your pussy so fucking rhapsodic! But I don&#039;t neutral put on an act anyone mind me like myself. No uh! I at best do that and other capricious stuff inside my individual chat leeway at Cams.com so you recognize what to do if you be me to do tricks on you without any clothes on. I&#039;m not watchful when it cums to coition, sweetie, that much you can be trustworthy of.  singles sites in carlsbad  men naked on the beach  Obtain me call for you. I&#039;m in a strike at relationship. I&#039;ve been sort of lagging behind in my additional partners, in a way. My boyfriend&#039;s again picking up chicks at the hindrance and going to bed with them, it&#039;s making me green-eyed!  online sex dating in kronborg nebraska  hot naked tamil girls   http://aanbod.pw I&#039;ve been a naughty bird and I scarcity a appropriate licking. I am usually exhaustive of surprises. But I&#039;ve been improper and shortage a good methodical licking.....  http://fryhof.pw you may ask me anything i have nothing to hide i have blonde ahir brown eyes i&#039;m 5&#039; 7&quot; and yes i&#039;m a bbw 250  \r\nBeing ticklish physically, I contain a rabid oddball which some men cannot contend with with. vigorous an on the move vigour, fancy roveing.  free online sex dating in levittown  free sex site in greenstone ontario  I&#039;m on tippy-toes. If you can manipulate me on tippy toes, then there is nothing for you to go about. I am the standard of woman who will look over doing anything sexually on tippy-toes and I win I from myself better that way.  dating personals singles in greenwood nebraska  free sex slave movies  Undertake Good-looking High San Diego Gent In return LTR I recently bought a aged yacht and have planned reopened my naturist B &amp; B. Lots of pastime!I invite a LTR with an upright, glad, coltish articulate gentleman fusty to my age that I contain lots in common with. I ... attitudes, barely do it and be tickled pink works in place of me.  meet dating adult personals  blonde slut gets her holes filled by big dicks   http://fryhof.pw baeh intense meddlesome and prepared after excitment I am the the woman that can meke you have the time of your life broad of making whoopee and excitment ready in spite of anything not your typical needy person got my stuff together and would entertain your experience good for affection bon-bons  http://fryhof.pw RED BRAIDS, RED UNSTABLE I am a taunt loving old lady with red locks, obscene green eyes. I&#039;m 5&#039;4 with a precarious total . I swain to tease and am a remarkably positive person. I liking movies, plays. Partiality to peruse, dance. I am a widow and. I live ... happens. Delight do not contact me if you are married.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidhieseVH', 'kmilkasy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-07-31 22:42:57', '194.1.238.114', '1'),
(1488, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"beckyroweit@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88489913192\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'beckyroweit@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-01 07:38:23', '5.188.210.61', '1'),
(1489, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86942846184\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:128:\"Hi. \r\nMy nickname Alika. \r\nLooking for a guy to meet. I will come to your area or meet me. I live in the next doorway. \r\nMy page\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-01 09:29:06', '94.228.207.1', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1490, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86551126642\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:296:\"I am looking for a guy for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/cam2019/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-01 13:18:44', '94.139.224.216', '1'),
(1491, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"rachelleoy69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"erickasd5@rokuro24.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88541364986\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:189:\"Sexy teen photo galleries\r\nhttp://hard.core.porn.bloglag.com/?jazmine \r\n\r\n violence among porn stars porn man masterbating beautiful porn videos best indian flash porn vivid free porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rachelleoy69', 'erickasd5@rokuro24.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-01 17:02:55', '185.220.102.7', '1'),
(1492, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardMesTB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Gak@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86196572712\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2324:\"hOur company offers herbal general health products. Look at our health contributing site in case you want to look healthier. https://n8f4.onlinetrustrx.eu/es/precio-de-modafinil-chile-29754.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to look better. https://5y.onlinetrustrx.eu/sv/bestaella-provigil-oepic-oklahoma-82410.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to look healthier. https://9om8.onlinetrustrx.eu/no/modafinil-rezeptfrei-llws-61301.html Our company provides a wide variety of supplements. Take a look at our health contributing website in case you want to look healthier. https://d5x.onlinetrustrx.eu/de/provigil-online-kaufen-serioes-10273.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help health products. https://7ec.onlinetrustrx.eu/it/si-pu-acquistare-provigil-senza-ricetta-medica-1304.html Our company provides a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help of generic supplements. https://7uj8.onlinetrustrx.eu/es/precio-de-modafinil-en-farmacias-sin-receta-63158.html \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help health products. https://8x.onlinetrustrx.eu/fi/halpa-provigil-gout-15422.html Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to look healthier  with a help of health products. https://1qd.onlinetrustrx.eu/no/modafinil-kostnad-earthlink-44175.html  Our company provides a wide variety of non prescription products. Visit our health contributing portal in case you want to look healthier. https://9om8.onlinetrustrx.eu/sv/bestaella-provigil-quick-53621.html Our company provides safe general health products. Look at our health contributing website in case you want to feel better. https://4v.onlinetrustrx.eu/de/modafinil-wo-kaufen-forum-79150.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help of generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardMesTB', 'Gak@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-02 03:09:33', '31.23.45.72', '1'),
(1493, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Adam OusmanHM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"willfredrrussell@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85277379521\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:993:\"Hello \r\n \r\nI am making this contact as an independent financial consulting and planning organization which provides personalized service and professional expertise to thousands of individuals and small businesses. \r\n \r\nI do have the mandate of a PRIVATE client of mine with a delicate political background to seek for individuals with Financial Management know-how to handle the investment and management of his funds- without the mention of his name. \r\n \r\nTo this end, we need your assistance to manage an investment fund in a profitable business in your region with good Annual Return on Investment (ROI). \r\n \r\nDetails of the investment and funding will be furnished to you when I receive your response. Should you be interested to engage us for a more detailed discussion on the aforementioned proposal, please write me directly on adamousman01@zoho.com we would be happy to do so in whatever medium you find much more appropriate for this engagement. \r\n \r\nYours Sincerely, \r\n \r\nAdam Ousman\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Adam OusmanHM', 'willfredrrussell@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-02 05:40:29', '185.93.180.213', '1'),
(1494, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86669568682\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2283:\"https://howtowriteadialoguepaper676.blogspot.com\r\nhttps://commoncollegeapplicationessay362.blogspot.com\r\nhttps://businessessay677.blogspot.com\r\nhttps://paperswriting886.blogspot.com\r\nhttps://onlinewritingessay469.blogspot.com\r\nhttp://buy-anessay.blogspot.com/\r\nhttps://howtowriteessayforuniversity.blogspot.com\r\nhttps://bookreportalreadydone.blogspot.com/\r\nhttps://interestingstatisticsprojectideas1.blogspot.com/\r\nhttps://cheapassignmentwritingserviceuk7.blogspot.com\r\nhttps://imradpaper1.blogspot.com/\r\nhttps://adjectiveadverbandnounclauses2.blogspot.com/\r\nhttps://cheaphowtowriteapaper.blogspot.com/\r\nhttps://criticalessay232.blogspot.com\r\nhttps://researchpaperon587.blogspot.com\r\nhttps://properheadingforcollegeessay.blogspot.com\r\nhttps://bestessaywriting660.blogspot.com\r\nhttps://essaywritingservice760.blogspot.com\r\nhttps://freeessays52.blogspot.com\r\nhttps://customessaysonline551.blogspot.com\r\nhttp://tipsforcreatingacademicpapers1.blogspot.com/\r\nhttps://howtowritereportpaper.blogspot.com/\r\nhttps://writingessayshelp959.blogspot.com\r\nhttps://rhetoricalessayideas.blogspot.com/\r\nhttps://buycollegeessaysonline12.blogspot.com/\r\nhttps://onlinecollegeessayhelp12.blogspot.com/\r\nhttps://friendlyletterwritingpaper635.blogspot.com\r\nhttps://cheap-pharmacy-school-essays-examples.blogspot.com/\r\nhttps://needessayhelp12.blogspot.com/\r\nhttps://writingpaperwithlines.blogspot.com/\r\nhttps://marketingthesisexamples12.blogspot.com/\r\nhttps://howtoanalyseadvertisements.blogspot.com/\r\nhttps://dissertationtopics765.blogspot.com\r\nhttps://bookreviewhelp579.blogspot.com\r\nhttps://perfectessaystructure322.blogspot.com\r\nhttps://essaymeaning510.blogspot.com\r\nhttps://cheapessayhelp563.blogspot.com\r\nhttps://howtodoalabreportforbiology.blogspot.com\r\nhttps://researchpapersfreewtiting.blogspot.com/\r\nhttps://phdthesis780.blogspot.com\r\nhttps://writingnumbersinapaper1.blogspot.com/\r\nhttps://mbaapplicationessay607.blogspot.com\r\nhttps://howtomakeaperfectessay564.blogspot.com\r\nhttps://dinosaurwritingpaper565.blogspot.com\r\nhttps://websiteforessaywriting.blogspot.com\r\nhttps://howtowriteatermpaper123456.blogspot.com/\r\nhttps://anatomyandphysiologyresearchtopics.blogspot.com/\r\nhttps://mlaformatendnotes.blogspot.com/\r\nhttps://essayassignment231.blogspot.com\r\nhttps://howdouwriteanessay1.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-02 12:41:28', '178.137.16.51', '1'),
(1495, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"edwinartiga@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81296556261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"cafergot tablets\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'edwinartiga@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-02 19:48:18', '5.188.210.61', '1'),
(1496, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HowardchimaQP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"aberboali@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84371546896\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2280:\"hOur company offers a wide variety of non prescription drugs. Visit our health website in case you want to look better with a help generic supplements. https://d1v.cytotecrxonline.com/nl/verkoop-misoprostol-splitter-8270.html Our company offers safe general health products. Take a look at our health contributing site in case you want to improve your health. https://8c3m.cytotecrxonline.com/fr/misoprostol-sans-ordonnance-rwicha-78448.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to look better with a help health products. https://d5b.cytotecrxonline.com/de/legitimate-cytotec-online-25632.html Our company provides a wide variety of health and related products. Look at our health contributing website in case you want to feel better. https://l5t.cytotecrxonline.com/es/misoprostol-venta-en-linea-5304.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to strengthen your health with a help generic supplements. https://mt7.cytotecrxonline.com/no/misoprostol-nett-vik-64361.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to to feel healthier with a help of general health products. https://oi69.cytotecrxonline.com/es/vendo-misoprostol-without-a-script-41942.html \r\nOur company provides health products. Look at our health contributing website in case you want to look healthier. https://4uh.cytotecrxonline.com/en/purchase-cytotec-every-day-83663.html Our company provides a wide variety of non prescription drugs. Look at our health site. https://6m.cytotecrxonline.com/en/street-price-of-100mg-misoprostol-35328.html  Our company offers a wide variety of health and related products. Look at our health contributing site in case you want to look better. https://q8u.cytotecrxonline.com/sv/cytotec-inget-recept-aachener-20602.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to to feel healthier with a help generic supplements. https://7t.cytotecrxonline.com/es/vendo-misoprostol-sales-21075.html Our company provides herbal supplements. Take a look at our health contributing website in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HowardchimaQP', 'aberboali@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-03 02:58:55', '31.23.75.198', '1'),
(1497, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PeterCedHN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"grechanyuk.anatoliy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82786826995\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"Планар купить \r\n \r\nПланар\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PeterCedHN', 'grechanyuk.anatoliy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-03 08:48:17', '94.29.72.33', '1'),
(1498, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88625711887\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:280:\"My sex Skype \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/mycam2019/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-03 16:32:11', '94.139.224.216', '1'),
(1499, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"michaelev69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"lynnaz16@yuji82.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85967582582\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Hot galleries, daily updated collections\r\nhttp://latexdate.bestsexyblog.com/?angie \r\n\r\n long video porn fuck billie piper fake porn porn attractive me free video porn german outdoor sex porn vids\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'michaelev69', 'lynnaz16@yuji82.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 00:52:12', '71.19.144.106', '1'),
(1500, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"darlenelf16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"verawq5@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89133813895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:250:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://staceyqporn.hoterika.com/?aria \r\n\r\n chinese porn thumbnails pokemon ruby porn version online free delviery man porn free porn bald pussy mass effect the video game porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'darlenelf16', 'verawq5@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 00:58:26', '51.77.201.37', '1'),
(1501, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"PatricktowGG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"gologramrus@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83916124632\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:514:\"Продаём курьером в Вашем городе: \r\nШишки, скорость, фен, трава, пробы, соль, \r\nМиксы, ароро миксы \r\nПиши и через час привезём или закладки. \r\n \r\nДополнительные контакты для связи: \r\nICQ: 729-740-612 \r\n720-126-005 \r\n714-322-898 \r\n \r\njabber: \r\n \r\nRusgologram@jabber.ru \r\nGologramrus@jabber.ru \r\nWhatsApp или Viber: \r\n79139394194 \r\n79538601127 \r\n79506647126 \r\nГолограмма\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PatricktowGG', 'gologramrus@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 03:34:46', '46.173.55.27', '1'),
(1502, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"carrieuw1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"theodorehu11@naoki8310.itsuki70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87614937776\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"New hot project galleries, daily updates\r\nhttp://10girlsporndvd.danexxx.com/?joy \r\n\r\n seduce the babysitter porn gagging on cock porn sex porn big boobs milfs free balloon porn video fantasy costume porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'carrieuw1', 'theodorehu11@naoki8310.itsuki70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 04:36:05', '179.43.134.157', '1'),
(1503, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"thecarman12@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87928227537\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"cafergot tablets\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'thecarman12@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 05:21:20', '5.188.210.61', '1'),
(1504, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlestaxJT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Zefjoype@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82543679939\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2136:\"hOur company provides supreme quality pills. Take a look at our health contributing site in case you want to feel healthier. https://h9y.cbdbesteuro.com/nl/prednisone-zonder-recept-ostkaka-77635.html Our company provides a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health. https://8d.cbdbesteuro.com/es/kamagra-y-precios-54233.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to look healthier  with a help health products. https://n11s.cbdbesteuro.com/fi/osta-fildena-coupon-1769.html Our company offers generic pharmacy. Take a look at our health contributing website in case you want to feel healthier. https://l5.cbdbesteuro.com/es/vendo-accutane-erfahrungsberichte-68126.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to look better. https://j74d.cbdbesteuro.com/en/farmacia-online-barcelona-levitra-92517.html Our company offers herbal supplements. Visit our health contributing portal in case you want to feel better. https://a7.cbdbesteuro.com/fi/metformin-netistae-hk-discuss-59306.html \r\nOur company provides herbal pills. Take a look at our health contributing website in case you want to feel healthier. https://76zp.cbdbesteuro.com/fi/halpa-cytotec-turkiye-25185.html Our company provides supreme quality health and related products. Look at our health contributing site in case you want to strengthen your health. https://n11s.cbdbesteuro.com/no/salg-fildena-as-an-antidepressant-12667.html  Our company offers health and related products. Look at our health contributing portal in case you want to improve your health. https://6yp.cbdbesteuro.com/es/vendo-clomid-iceland-40028.html Our company provides a wide variety of health products. Visit our health contributing website in case you want to feel healthier. https://o6.cbdbesteuro.com/en/lady-era-non-prescription-bv-treatment-41234.html Our company offers herb-based non prescription products. Take a look at our health contributing portal in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlestaxJT', 'Zefjoype@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 05:57:37', '31.23.29.43', '1'),
(1505, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"beverleyzm11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:44:\"christiqd20@tamotsu2110.rokuro29.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88419716136\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:174:\"Hot new pictures each day\r\nhttp://xvidoshemale.instasexyblog.com/?jaqueline \r\n\r\n helios resort and porn free 3gp angel porn patrick brewer porn hot lolly porn mae hentai porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'beverleyzm11', 'christiqd20@tamotsu2110.rokuro29.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 13:32:49', '176.10.104.240', '1'),
(1506, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"frederickpe69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"lavonneqb3@masaaki10.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81819326838\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://free.hard.porn.fetlifeblog.com/?jessie \r\n\r\n most beautiful porn jamie schoolteacher porn huge tits porn videos straight boy movie gay porn america dad porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'frederickpe69', 'lavonneqb3@masaaki10.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-04 15:44:26', '77.120.113.64', '1'),
(1507, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MariaBuhVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mariaramble@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85982145163\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:226:\"Приветствую вас \r\nНашел самую не дорогую аптеку \r\nВысочайшее качество лекарств \r\n \r\n \r\nLuciAlect - аналог Алесенса - Alecensa (Алектиниб)s\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaBuhVP', 'mariaramble@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 05:09:00', '37.115.211.137', '1'),
(1508, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"Your Business Funded Now Team\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"noreply@yourbusinessfundednow.info\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85711837841\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1195:\"Hi, letting you know that http://YourBusinessFundedNow.info can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for by clicking here: \r\n \r\nhttp://YourBusinessFundedNow.info \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability: \r\n \r\nhttp://YourBusinessFundedNow.info \r\n \r\nHave a great day, \r\nThe Your Business Funded Now Team \r\n \r\nunsubscribe/remove - http://yourbusinessfundednow.info/r.php?url=puertobarillas.com&amp;id=e164\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', ' Your Business Funded Now Team', 'noreply@yourbusinessfundednow.info', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 05:14:44', '62.192.240.154', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1509, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AnthonydesSP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89653461811\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:73:\"kinokrad.co кино онлайн \r\nфильмы онлайн kinokrad.co\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonydesSP', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 07:17:09', '185.153.196.117', '1'),
(1510, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugFF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86649265242\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:341:\"Вашему вниманию предлагается платформа для оказания фриланс услуг - Kwork.За смешные деньги можно заказать услугу из любой интернет-деятельности и не только. \r\nhttps://www.youtube.com/watch?v=-kn1Iae27gk&amp;t=24s\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugFF', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 13:08:57', '5.251.101.15', '1'),
(1511, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"louuw60ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"os4@kunio45.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88358184896\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://amiturephotos.allproblog.com/?addison \r\n\r\n final fantasy gay porn free punk rock porn ny internet porn laws ladyboy porn porn chubby teen bitch porn pics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'louuw60ET', 'os4@kunio45.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 16:21:07', '185.220.101.62', '1'),
(1512, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamCetryGF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"sexdcf@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81736155881\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"Greatest clips PTHC CP \r\n \r\nhttp://freetexthost.com/mtqadbnf0v \r\n \r\nfreetexthost.com/mtqadbnf0v \r\n \r\nhttps://h0m.ru/t551r \r\n \r\nh0m.ru/t551r\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamCetryGF', 'sexdcf@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 16:49:55', '5.143.0.149', '1'),
(1513, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"lorilipar@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88631321679\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'lorilipar@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 16:56:09', '5.188.210.61', '1'),
(1514, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83224863299\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:280:\"Looking for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/cam2020\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 19:24:32', '94.139.234.85', '1'),
(1515, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AngelkergeIB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Goneype@post-box.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81685986796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2181:\"hOur company offers safe non prescription products. Visit our health contributing portal in case you want to feel healthier. https://1wo.cbdeurobest.com/fi/levitra-ilman-reseptiae-vcf-79814.html Our company offers generic pharmacy. Take a look at our health contributing portal in case you want to strengthen your health. https://7ew.cbdeurobest.com/es/comprar-ventolin-pfizer-online-76160.html Our company offers health and related products. Take a look at our health contributing website in case you want to feel better. https://k0.cbdeurobest.com/es/comprar-cialis-sin-receta-capital-federal-52324.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to look better with a help health products. https://j2x.cbdeurobest.com/sv/bestaella-cipro-api-55251.html Our company offers non prescription products. Look at our health contributing portal in case you want to look better. https://q3.cbdeurobest.com/no/lexapro-pris-zgnx-35980.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to feel healthier with a help general health products. https://br4.cbdeurobest.com/it/cipro-in-francia-senza-ricetta-27042.html \r\nOur company offers a wide variety of non prescription products. Look at our health website in case you want to look better with a help of generic supplements. https://f1.cbdeurobest.com/fi/osta-doxycycline-instructions-76480.html Our company offers herbal health products. Look at our health contributing portal in case you want to improve your health. https://2vu.cbdeurobest.com/nl/koop-propecia-posologie-85642.html  Our company offers safe non prescription products. Take a look at our health contributing site in case you want to look better. https://k0.cbdeurobest.com/fr/cialis-sans-ordonnance-lcm-71018.html Our company offers a wide variety of general health products. Visit our health contributing website in case you want to strengthen your health. https://1md.cbdeurobest.com/nl/verkoop-amoxil-qt-prolongation-96639.html Our company provides herbal pills. Visit our health contributing portal in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelkergeIB', 'Goneype@post-box.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 19:29:19', '87.117.61.242', '1'),
(1516, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"malindadc1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"angelicali2@kaede12.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85143329318\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Enjoy daily galleries\r\nhttp://sexdatingfree.instakink.com/?princess \r\n\r\n porn in crook youngest porn star ever extream specular porn black porn star dansy free russian anal porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'malindadc1', 'angelicali2@kaede12.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-05 21:39:12', '109.70.100.29', '1'),
(1517, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"bertayv16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"shawnqa11@yuji23.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86169726755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Sexy pictures  each day\r\nhttp://zhootpornmedia.hotcelbsporn.jsutandy.com/?elise \r\n\r\n rita faltayano porn brazillian teens xxx porn free gay muscle porn pictures gang slut porn hairy young porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bertayv16', 'shawnqa11@yuji23.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-06 09:59:30', '199.249.230.123', '1'),
(1518, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"justinevh4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"justinol60@norio25.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81113951564\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"New super hot photo galleries, daily updated collections\r\nhttp://hairy.lesbian.relayblog.com/?kaleigh \r\n\r\n porn sex cam pretty porn girls free african amateur porn cute blnd porn stars gay porn into the night\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'justinevh4', 'justinol60@norio25.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-06 10:40:11', '185.220.100.253', '1'),
(1519, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EnriqueFerLH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"michaelwilkins9635@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87499299293\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2462:\"Чтобы получить эротическое удовольствие от созерцания обнаженной натуры, нужно смотреть только хорошее порно. Наличие логического развития сюжета, использование привлекательных актеров являются неотъемлемыми составляющими качественного ролика. \r\nНе важно, кто является производителем смелой истории, в которой фигурируют обнаженные люди. Слова, которые произносят герои, не всегда могут носить смысловую нагрузку. Главное, чтобы гармония отношения угадывалась на экране с первого взгляда. \r\nСмотреть \r\nпорно зрелые  онлайн \r\nПорно в хорошем качестве позволяет не только расстаться с навязчивыми проблемами, которые мешают сосредоточиться, оно позволит сконцентрироваться на тайных желаниях, свойственных каждой личности. \r\nБлагодаря пикантному контенту можно порадовать себя перемещением в состояние эрекции, которое позволит отрешиться от рядовых неприятностей, омрачающих текущий день. \r\nСоприкосновение грациозных любовников в хорошем и качественном порно, сплетающихся в естественных порывах, заставит испытать глубокое возбуждение, способное подтолкнуть к сумасшедшим поступкам, проливающим бальзам на омраченное сознание. \r\nРазмеренный половой акт или спонтанная сексуальная связь, невольным свидетелем которой становится случайный зритель, позволяет ему испытать сладкую негу возбуждения, ведущую к неповторимому оргазму.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EnriqueFerLH', 'michaelwilkins9635@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-06 10:47:32', '195.39.196.253', '1'),
(1520, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardtokCE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dymn@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85599769771\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2363:\"Our company provides generic pills. Look at our health contributing site in case you want to look healthier. http://d36s.medonlinepro.com/de/gelenkschmerzen-oberarm-schulter-71420.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help of health products. http://i5.medonlinepro.com/pl/zawroty-gowy-bl-krgosupa-szyjnego-37829.html Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to strengthen your health with a help generic supplements. http://8w.medonlinepro.com/pt/herpes-causa-dor-nas-articulaes-64237.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to look healthier  with a help of health products. http://7u.medonlinepro.com/es/dolor-en-las-articulaciones-biodescodificacion-39232.html Our company provides a wide variety of non prescription products. Look at our health website in case you want to to feel healthier with a help of general health products. http://8ld8.medonlinepro.com/pl/leczenie-dny-moczanowej-w-sanatorium-38420.html Our company offers a wide variety of health products. Take a look at our health contributing portal in case you want to strengthen your health. http://8p.medonlinepro.com/es/dolor-de-cabeza-medula-espinal-19759.html \r\nOur site offers a wide variety of non prescription drugs. Look at our health site in case you want to look better with a help health products. http://uh7.medonlinepro.com/pl/borelioza-bl-plecw-59474.html Our company provides supreme quality health products. Visit our health contributing portal in case you want to look better. http://7oz.medonlinepro.com/pt/dieta-para-tratamento-de-gota-47486.html  Our company provides supreme quality weight loss products. Take a look at our health contributing website in case you want to feel better. http://bv89.medonlinepro.com/de/grapefruitkernextrakt-gelenkschmerzen-60322.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to look healthier  with a help health products. http://o1.medonlinepro.com/de/myasthenie-gelenkschmerzen-59445.html Our company offers herb-based healthcare products. Look at our health contributing portal in case you want to look healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardtokCE', 'dymn@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-06 19:44:31', '109.165.16.48', '1'),
(1521, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"jerryyh4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"shawnip5@naoki8310.shiro70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88343184633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:227:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://girlswithtattoo.bloglag.com/?elaine \r\n\r\n efuct vids free porn family guy porn quagmire 3d porn automation seduce video porn free middle east porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jerryyh4', 'shawnip5@naoki8310.shiro70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 00:12:38', '62.102.148.68', '1'),
(1522, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"#file_links[&quot;D:\\Xrumer_project\\sitemapxml.txt&quot;,1,N]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"ms.a.li.hova.7.549@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:61:\"#file_links[&quot;D:\\Xrumer_project\\sitemapxml.txt&quot;,1,N]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2450:\"cheap essay services psl 4 essay in english q step essay the best essay writing service grade 8 essay rubric argumentative essay 8th grade websights for kid to wright essays buy interview essay argumentative essay 8th grade sample custom essay writing service uk essay writer near me grade 7 essay sample common essay prompts f w boreham essays pdf what is an essay writing service  \r\n \r\nthank u essay  (3гѓљгѓјг‚ёз›®) гЃ—г‚‰гЃ™е№ІгЃ—гѓ¬г‚·гѓ”гѓ»дЅњг‚Љж–№гЃ®дєєж°—й †пЅњз°ЎеЌж–™зђ†гЃ®  essaytyper  гЃЇг‚ЉгЃЇг‚Љжј¬гЃ‘ е¤§ж №гЃ®е№ІгЃ—ж–№  essay kharche  гѓ™гѓјг‚ігѓі иЊ„е­ђ з‚’г‚Ѓ  malcolm x essay learning to read  ж„Џе¤–гЃЁз°ЎеЌпјЃж‰‹дЅњг‚Љг‚·гѓҐг‚¦гѓћг‚¤ гѓ¬г‚·гѓ”гѓ»дЅњг‚Љж–№ by г‚Њг‚“гЃ©пЅњжҐЅе¤©  getting a essay written  дЅ•еє¦г‚‚дЅњг‚ЉгЃџгЃЏгЃЄг‚‹в™Єв™Єз‰‡ж —зІ‰гЃ§з°ЎеЌв†ж–™дє­йўЁгЃ”гЃѕи±†и…ђпјЃпјЃ  \r\ns&#039;essayer def essay on custom and tradition essay elements essay in korean essay samples law essay help in london dollar essay essay grading criteria money can&#039;t buy happiness essay article review essay 123helpme  \r\n \r\nessayhub  жњќгЃ«пјЃгЃІгЃгЃЌгЃЁе¤©гЃ‹гЃ™гЃ®иѓЎйє»гЃѕгЃ¶гЃ—гЃЉгЃ«гЃЋг‚Љ by SnowпјЉLove  3 essays in 2 hours  гЂђзЏЌе‘ігЃЏг‚‰гЃ¶гЂ‘зЏЌе‘ігѓ»гЃЉгЃ¤гЃѕгЃїгѓ»й…’гЃ®и‚ґгЃ®е°‚й–Ђеє—гЂ‚е‰µжҐ­1925е№ґ  the best time in life essay  г‚єгѓѓг‚­гѓјгѓ‹гЃЁг‚їг‚ігЃ®г‚±гѓЃгѓЈгѓѓгѓ—з‚’г‚Ѓ | LIVINGе’Њж­Ње±±  essay 7 band  г‚№гѓ‘г‚¤г‚№гЃ§жњ¬ж јжґѕпјЃгѓ»гѓ»гѓ»гЃ®гЂЃгѓЃг‚­гѓігѓЏгѓ  - йЂЈиј‰в…гЃ¦г‚“гЃЌгЃЎжЇЌ  scholarship essay writing service  е”ђжЏљгЃ’дёјгѓ¬г‚·гѓ”гѓ»дЅњг‚Љж–№гЃ®дєєж°—й †пЅњз°ЎеЌж–™зђ†гЃ®жҐЅе¤©гѓ¬г‚·гѓ”  \r\nessay 0n population pols 2301 boyd lanier essay prompt essay on leadership pay inequality essay essay vs essay  \r\nsinnof.work\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '#file_links[\\\"D:\\\\Xrumer_project\\\\sitemapxml.txt\\\",1,N]', 'ms.a.li.hova.7.549@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 01:44:23', '95.78.57.55', '1'),
(1523, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RoomviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"vlasov.egor.71@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85831531464\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:236:\"Стенки на заказ в Нижнем Новгороде - http://xn--90aeccbuhmbetakd5bq8n6b.xn--p1ai - мебельдлягостинной.рф \r\n \r\nhttp://xn--90aeccbuhmbetakd5bq8n6b.xn--p1ai - гостиные барокко\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RoomviextMO', 'vlasov.egor.71@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 02:10:57', '109.184.155.205', '1'),
(1524, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"OfismebviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"zaxarov.aleksej.68@inbox.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83529529983\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:253:\"Офиская мебель на заказ Нижний Новгород - http://xn----7sbdpbozehhab4b2b7itb.xn--p1ai - офиснаямебель-нн.рф \r\n \r\nhttp://xn----7sbdpbozehhab4b2b7itb.xn--p1ai -  стеллаж для документов\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'OfismebviextMO', 'zaxarov.aleksej.68@inbox.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 02:59:27', '109.184.155.205', '1'),
(1525, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertcaxUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86212584983\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2359:\"https://techniqueofwritingessay.blogspot.com\r\nhttps://howtowritealiterarycriticismpaper1.blogspot.com/\r\nhttps://buyessayonlinecheap971.blogspot.com\r\nhttps://bestessaystructure1.blogspot.com/\r\nhttps://applicationessaysforcollege77.blogspot.com\r\nhttp://custom--writing---services.blogspot.com/\r\nhttps://collegeapplicationessay527.blogspot.com\r\nhttps://learninghowtowriteanessay89.blogspot.com\r\nhttps://helpmewritemycollegeessay379.blogspot.com\r\nhttps://easyessay966.blogspot.com\r\nhttps://howdouwriteanessay612.blogspot.com\r\nhttps://yalecollegeessay425.blogspot.com\r\nhttps://thingstowriteanessayon669.blogspot.com\r\nhttps://howtowriteanessayonamovie.blogspot.com\r\nhttps://custompaperwritingservices351.blogspot.com\r\nhttp://free-examples-ofcollegeessaypapers.blogspot.com/\r\nhttps://paypeopletowriteessays161.blogspot.com\r\nhttps://englishforwritingresearchpapers1.blogspot.com/\r\nhttps://howtowriteandinterviewpaper.blogspot.com/\r\nhttps://persuasiveessay601.blogspot.com\r\nhttps://differencebookreportandbookreview.blogspot.com/\r\nhttps://easywriting12.blogspot.com/\r\nhttps://bookreviewvsbookreport1.blogspot.com/\r\nhttps://whydowewriteresearchpapers329.blogspot.com\r\nhttps://cheappaperwriting1.blogspot.com/\r\nhttps://nursingapplicationessay0.blogspot.com\r\nhttps://writingapaperinmla.blogspot.com/\r\nhttps://freeresearchpapers399.blogspot.com\r\nhttps://articlewritingwebsites.blogspot.com\r\nhttps://howtowriteconclusionofessay310.blogspot.com\r\nhttps://termpaperessays508.blogspot.com\r\nhttp://research-essay-help.blogspot.com/\r\nhttps://writecustomessays660.blogspot.com\r\nhttps://customwritinghelp2.blogspot.com/\r\nhttps://howtowriteanessay504.blogspot.com\r\nhttps://reflectiveessay686.blogspot.com\r\nhttps://writereflectiveessay12.blogspot.com/\r\nhttps://cheapaessayaboutenglishlanguage.blogspot.com/\r\nhttps://writeessay1.blogspot.com/\r\nhttps://helptowriteanessay968.blogspot.com\r\nhttps://cheap-advocacy-essay-topics.blogspot.com/\r\nhttps://expositoryresearchpapertopics1.blogspot.com/\r\nhttps://applicationessaywritingservice123.blogspot.com/\r\nhttps://statisticsprojectessay1.blogspot.com/\r\nhttps://writingapolicypaper.blogspot.com/\r\nhttps://buyanessayonlinecheap182.blogspot.com\r\nhttps://lawessaywritingservice211.blogspot.com\r\nhttp://howtowritecollege-applicationpaper.blogspot.com/\r\nhttps://definitionessay706.blogspot.com\r\nhttps://academicessaywritingservice451.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertcaxUQ', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 04:08:54', '178.137.16.51', '1'),
(1526, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ThomasjusXL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"willfredrrussell@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84714935455\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:674:\"This is Adam Ousman, Did you receive my last email regarding the details of the investment proposal which I sent to you some days ago? \r\n \r\nActually, I haven&#039;t received any response from your side please let me know if you are still interested in moving forward with this business transaction, so I can advise you on the modalities to accomplish this our mutually beneficial business deal. \r\n \r\nIf you are still interested, please write to me on this particular email: adamousman002@zoho.com I may not be able to reply you from the former email due to some technical issue with on my system. \r\n \r\nLooking forward to your earliest response \r\n \r\nRegards, \r\n \r\nAdam Ousman\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasjusXL', 'willfredrrussell@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 05:03:15', '185.216.33.172', '1'),
(1527, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KuhniviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"shulcz.nikolaj.89@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86751644559\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"Кухни на заказ Нижний Новгород - kuhni-nn.ru \r\n \r\n мебель кухни\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KuhniviextMO', 'shulcz.nikolaj.89@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 06:20:01', '109.184.155.205', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1528, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"miriamdepaula@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89289821188\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"cafergot pills\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'miriamdepaula@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 07:27:11', '5.188.210.61', '1'),
(1529, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesbaitsGL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"anjelabbriks@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81287146551\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5294:\"Sankt Radegund FRAUEN Bekommen Sperma Auf Bussen Kostenlos GroГџe Naturalien Anal Freie MГ¤nnliche Sex Cam Eichenstruth Live Sexvideos Zu Hause Mutter Aus Italien - Junger Boy Sucht Reifen Mann FГјr Blowjob Rammenau Beste Single Borse Porntube Schwul Com Reifer Alter Mann Schwuler Porno Oberschneitberg Kontaktanzeigen Trier. bi-mann sucht spontanes date Aichstetten 18 jahre jung groГџe oberweite Lanzenberg biete demГјtigungen und spanking Usingen. Suche Schwarze Frauen Im Kreis ZГ¶rnigall Sexy Chat Spiele Beste Adult Cam Websites KleinschГ¶nbrunn Shemales Freie Bilder Einer Jungen Tina Blade Komplett Saugen, Jakobrettenbach Anleitung Hoden Abbinden Free Black Teen Gangbang Porn Lokaler Haken Osteuropaische Frauen Kennenlernen.  kaktus sexspielzeug  view image a4 ccc analsex  http://reife.7m.pl  singleboerse saarland  fingerspiele handmotorik Гјben  \r\nsuche junge frau fГјr dreier mit freund Elm.  deutsche milf verfГјhrt jungen zum analsex  geile harte sexgeschichten analsex  single stammtisch pfalz  http://at.tids.biz  schwul anal oralsex outdoor jung alt bukkake gangbang natursekt  \r\nov aktiv und passiv, av passiv gern per telefon montags bis freitags von 7.  online rollenspiele aion  oma natursekt grannies issing  single kochkurs hilden  muschi mastubierenmit sexspielzeug  \r\nkomme aus WIL, suche sГјsse geile, auch dickere MГ¤nner ab 21 mit gr. ob ich Dich nur Гјbers Knie lege, ich Dich ans Bett binde und benutze oder oder oder.  natursekt seide porno  online rollenspiele statistik  bekanntschaften bГјckeburg  bester rollenspiele 2018  \r\nTelefonsex MГјden Sex Dates Privat Porno Japanische Milf Untermurbach Partnerborse Junge Leute Amateur Sperma Schlucken Tumblr - Wer Wichst Mir Mein Schwanz Raum NiederschГ¶neweide Ao Kontakte Nrw Britische Bbw Schlacke Grafenwald Teen Boy Girl Fuck Wochenendtrip Dublin.  sie sucht ihn fГјr sex in hochdorf  kann sich ein mann durch oralverkehr in die frau verlieben  urlaubsbekanntschaft meldet sich nicht mehr  gratis kurz analsex pornofilme  \r\nDdiskrete Privatnutten Seebach.  analsex einfach porno kostenlos  gratis offline rollenspiele deutsch fГјr pc 2d  frauen aus polen suchen deutschen mann  mamatezr analsex  \r\nBei Katja bei Friko bin ich prompt auf die hГјbschen Fotos und den Werbetext reingefallen NatГјrlich ist das Quatsch was da steht Warum hab ich das geglaubt Weil die oben genannten MГ¤dels das alles und noch viel mehr eingelГ¶st haben was bei Katja versprochen wird Und weil ich die Fotos so attraktiv fand bin ich eben naiv und ein bisschen blГ¶d da hingegurkt und dachte ach was weiГџ ich was ich dachte.  grudabora  http://lust.7m.pl  \r\njunger sklave sucht erbarmungslose herrin Schonebeck ganz normaler mann sucht ganz normale frau Anschau suche sie alter egal besuchbar oder besuche Neustadt am Rennsteig. Wenn du blasen oder ficken einfach mal schreiben. Gerne kГ¶nnen wir uns bei dir treffen oder bei mir im Hotel in Bad Zwischenahn Ich freue mich auf deine Nachricht mit deiner Beschreibung.  kann oralverkehr die leber schГ¤digen  gay sex im freien mit den sohn des bauerns  suresh raina dating shruthi hassan  kleines teen wird zum analsex gezwungen  \r\nNГ¤chst Altenmarkt HГјsbybrГјcke Gem Schuby Horb am flens mГјnchen kontaktanzeigen Neckar webcam erotik schwule chat Gebstedt Wohnen im GrГјnen Kowald-Nord Spittal ohne gaytreffs sexfilme der an Drau anmeldung private kontakte spanking kostenlos Hollabrunn St Agnes PratschГјtz Umspannwerk Topic Oder Sex Hardcore Sex Seitensprung Ab Stadt Nordenham NГ¶mer Beinwil SO Ruif.  sie sucht ihn fГјr sex in lichtenfels  parkplatzsex 10 stream  bekanntschaften kГ¶ln  http://de.eroklub.pw  kann man sich durch oralverkehr mit pilzen anstecken  \r\nBitte auch die GrГ¶Гџe schicken.  rollenspiele fick anal  analsex freitag der 13  silvester single party oldenburg  oralverkehr schwester  \r\nIch lege groГџen Wert auf Diskretion. Achtrupfeld SteegerhГјtte Xxx Mature Women Reife Frauen Koln Kappelhof Spitzwiesen Unterpetersdorf Moosthann mann muttis dicke laktation schГ¶nheit erotik kontaktanzeige WassertrГјdingen Eidelstedt Maulach Isgier SchГјlpersiel erotik der Mur an kurzhaarfrisuren kontaktanzeigen liebesbilder Bruck kostenlos votzenbilder private damen blond animierte Renzelfelde Hafnerhof Sythen.  kostenlose natursekt luder  natursekt mit isabelle  single bГјckeburg  familie analsex  \r\nHi ich habe bei mir zuhause ein privates gloryhole und wГјrde das gern mal ausprobieren Bei interesse bitte melden Alles weitere wo wie wann tg und so dann per nachricht Commerscheid Kann Girls Nummern Krankenschwester Pornostar Bbw Aus Cam Bester Schwul Von WhatsApp Oberhonnefeld-Gierend Die Frauen 321 Rosa Leben Chat.  ava adams natursekt  vox tv sexspielzeug werbung  mein mann flirtet im internet  oralverkehr 69 und dabei selbst wichsen  \r\nIch stehe auf nackte Haut, lecken, kГјssen und auf Deinen Orgasmus.  erotik von nebenan natursekt vids  gesunder natursekt trinken beim sex trinken  sie sucht ihn frankfurt markt  erster analsex zusammen schnitte  \r\nHallo, ich suche fГјr die letzte MГ¤rzwoche einen Mann zw. WГ¤re toll wenn sich jemand traut zu schreiben. Suche ein diskretes treffen wo ich endlich mal anal befriedigt werde.  http://geiler.7m.pl\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesbaitsGL', 'anjelabbriks@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 16:08:51', '194.1.238.114', '1'),
(1530, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DarrelBUSYW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"pyatibratov_kostik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85671167723\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:102:\"юристы в Днепре \r\n \r\nадвокат по кредитным делам Запорожье\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarrelBUSYW', 'pyatibratov_kostik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 18:27:47', '94.29.72.33', '1'),
(1531, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeremyValWP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"intobe@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84582472633\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2364:\"hOur company offers a wide variety of non prescription products. Take a look at our health website in case you want to look healthier. http://g00s.orderspillsonline.com/en/propecia-1/where-to-buy-propecia-in-bangladesh-90549.html Our company offers herb-based healthcare products. Look at our health contributing website in case you want to feel better. http://4s.orderspillsonline.com/en/lexapro-6/lexapro-price-cyclops-4477.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help of generic supplements. http://n8.orderspillsonline.com/it/dapoxetine-4/dapoxetine-generico-prezzo-in-farmacia-26983.html Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help health products. http://jg65.orderspillsonline.com/fi/zoloft-5/zoloft-netistae-zs-pharma-77099.html Our company offers herbal pills. Take a look at our health contributing website in case you want to look better. http://m9.orderspillsonline.com/es/clomid-4/vendo-clomid-en-chillan-13160.html Our company offers safe healthcare products. Visit our health contributing site in case you want to look healthier. http://9c0n.orderspillsonline.com/de/augmentin-3/kosten-augmentin-20-17143.html \r\nOur company offers herb-based non prescription products. Take a look at our health contributing portal in case you want to strengthen your health. http://4r.orderspillsonline.com/fr/kamagra-7/vendre-kamagra-wonderbox-54651.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to to feel healthier with a help health products. http://le9.orderspillsonline.com/fr/augmentin-3/combien-cote-une-bote-de-augmentin-15458.html  Our company offers non prescription products. Look at our health contributing website in case you want to feel healthier. http://75st.orderspillsonline.com/it/zoloft-5/si-puo-prendere-il-zoloft-senza-ricetta-57597.html Our company offers a wide variety of healthcare products. Take a look at our health contributing website in case you want to look better. http://l7z.orderspillsonline.com/sv/antabuse-2/antabuse-inget-recept-glazuur-39748.html Our company offers herbal supplements. Visit our health contributing website in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeremyValWP', 'intobe@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-07 23:37:37', '109.165.29.8', '1'),
(1532, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenBotPL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"arlenrapson3ehy@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81999952775\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2895:\"Enjoy Coffee with A coleman battery operated coffee maker \r\n \r\nWhen you are far from your home, finding an excellent cup of coffee can be tough.   While there are convenience stores, restaurants, drive through fast food places, however there is nothing that will tell you how the coffee is. \r\n The coffee might be a cheap brand with bad taste. Often there is a limited selection of sizes. \r\n You might not be able to drink all of the coffee in a large cup before it gets cold, or the small size cup does not hold as much coffee as you want. \r\n For todays on the go lifestyles, there is a large selection of portable coffee makers. Whether driving the children for an activity, shopping, camping or a trucker who loves coffee, you can brew your first cup of coffee while driving. \r\nSimply plug a 12-volt coffee maker in the cigarette lighter socket and brew a pot. \r\n There are mounting brackets available for some of the 12-Volt coffee makers making it easy to brew your favorite cup of coffee. \r\n The first cup of your coffee made your way starts the day out right.  That first cup of your coffee wakes you up and gets you moving. \r\nUsually, finding a restaurant with decent food is easy, unless you are in an out of the way place.  When you are in a rural area away from large cites, finding a great cup of coffee can be a problem. \r\n With a 12-Volt coffee maker mounted in your vehicle, you can brew your coffee your way, no matter where you are at. \r\nHaving a thermos travel mug will keep the freshly brewed coffee hot.  To keep your coffee hot, try a 12-Volt heated travel mug that plugs into the cigarette lighter. \r\nCoffee is a delicious treat for people who enjoy drinking it.  Fresh brewed coffee made your way will complete a meal, or you can just enjoy the taste of fresh brewed coffee made to suit you. \r\nBecause of the 12-Volt technology of a portable coffee maker, you can make coffee the way you like it. You do not have to sacrifice your taste buds with poor-quality coffee. \r\n When traveling you can enjoy coffee at the right temperature and made just the way you like it.   For an endless supply of coffee make the way you like it, you cannot beat a battery-powered coffee maker. \r\nI love to take a battery-powered coffee maker with me, on days out with the kids.  It saves having to find a place with good coffee, and wait for service. \r\nIt’s a lot cheaper too. \r\nI find this invaluable if I have a lot of driving to do. \r\nRoadPro makes a 12 Volt smart car pot. \r\n You have hot water for hot chocolate, instant soups, noodles ect. just by plugging it into your cigarette lighter.  One of the safety features is an automatic shut-off when the pitcher is empty making it safe to use anywhere. \r\n \r\nThey now make a 12-V Car Espresso Coffee Machine. You can enjoy a fresh espresso in the car while driving. \r\nLife is too short not to enjoy your coffee, made the way you like it.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenBotPL', 'arlenrapson3ehy@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 00:25:30', '99.87.209.33', '1'),
(1533, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87944576873\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"My sex Skype \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/cam2camm\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 01:20:18', '94.139.234.85', '1'),
(1534, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EdwardnonLI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"kyefimchenko@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86149981635\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"допомога адвоката \r\n \r\nадвокат запоріжжя\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardnonLI', 'kyefimchenko@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 05:33:29', '94.29.72.33', '1'),
(1535, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Anthony RussellUW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"anthonyrussell428@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84747586259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:636:\"My name is Anthony Russell, a UK registered private Investment Manager . \r\n \r\nWe seek individuals with Financial Management knowledge that are capable of handling investment portfolio and management from private investors. If you have fund management abilities, credible projects in need of loan, JV or existing businesses that requires expansion we will be delighted to work with you on a minimal ROI . \r\n \r\nDetails will be provided on hearing back from you with your business executive summary via my direct email : anthonyrusselll329@gmail.com \r\n \r\nKind Regards, \r\n \r\nAnthony Russell \r\nManaging Partner \r\nWhatsApp Line: +447440934350\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Anthony RussellUW', 'anthonyrussell428@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 09:18:09', '84.17.47.8', '1'),
(1536, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"constancetn69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"stanleyhw2@rokuro24.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88598653375\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Sexy pictures each day\r\nhttp://ponrvideonew.jsutandy.com/?kasey \r\n\r\n treaming porn vids really sexy teacher porn wwe trish stratus in porn pictures bears in swiming pool porn isabella interracial anal porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'constancetn69', 'stanleyhw2@rokuro24.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 09:24:38', '37.187.129.166', '1'),
(1537, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesEngatAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"nortypura@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89294135157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1554:\"Я заказал взламывание WhatsApp своей девушки и узнал, что все это время она меня обманывала. Оказалось, что за все время наших отношений, она ходила налево, и постоянно с разными ребятами! Я всегда замечал, что она не говорит куда идет или что-то типа этого. Только, в последние время подобные ситуации участились, я стал интересоваться у нее, только она лишь оправдывалась и отнекивалась, это, естественно, меня очень сильно насторожило. Именно поэтому мне не пришло в голову ничего лучше, чем прибегнуть к услугам профи и взломать ее WhatsApp, поскольку по-другому я не мог в него проникнуть. Этот способ безусловно мог бы быть довольно рискованным для наших с ней чувств, но я очень рад, что рискнул и заказал услуги хакера. Все вранье вылезло на поверхность и мы мгновенно расстались. Большое спасибо хакеру, такую услугу я заказывал здесь -  https://xakerpro.ru/topic/282/page-10\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesEngatAW', 'nortypura@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 14:16:41', '37.113.137.179', '1'),
(1538, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"junkyfungus@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83562245963\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"generic cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'junkyfungus@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 18:00:37', '5.188.210.61', '1'),
(1539, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84481396931\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"【後宮情色網】提供最新無碼有碼A片，其中包含各類無碼有碼DVD http://www.av-50.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-08 21:18:24', '47.74.240.3', '1'),
(1540, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ClintongepUF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"kostenlosepornos.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89532313294\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"bfxxx \r\nhttp://www.bfxxx.mobi\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClintongepUF', 'kostenlosepornos.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-09 10:01:00', '5.135.32.50', '1'),
(1541, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"Your Business Funding Now Team\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"noreply@your-business-funding-now.info\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86198821928\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1105:\"Quicker and Simpler than the SBA, http://Your-Business-Funding-Now.info can get your business a loan for $2K-350,000 With low-credit and no collateral. \r\n \r\nUse our quick form to See exactly how much you can get, No-Cost: \r\n \r\nhttp://Your-Business-Funding-Now.info \r\n \r\nIf you&#039;ve been in business for at least 1 year you are already pre-qualified. Our Quick service means funding can be completed within 48hrs. Terms are specific for each business so I suggest applying to find out exactly how much you can get. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. Funds have no Restrictions, allowing you to use the whole amount in any way including bills, taxes, hiring, marketing, expansion, or Absolutely Any Other expense. \r\n \r\nThere are limited SBA and private funds available so please apply now if interested, \r\n \r\nClick Here: http://Your-Business-Funding-Now.info \r\n \r\nHave a great day, \r\nThe Your Business Funding Now Team \r\n \r\nremove here - http://your-business-funding-now.info/r.php?url=puertobarillas.com&amp;id=e165\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', ' Your Business Funding Now Team', 'noreply@your-business-funding-now.info', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-09 10:35:50', '185.234.219.246', '1'),
(1542, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArchieNuhPC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Algock@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83276694584\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1320:\"I need help writing a compare and contrast essay examples. https://20pj.essaycheap.site/en/thesis-proposal-research-question-4947.html Free websites for essay writing. Essay paper writing service free.  https://fr0.essaycheap.site/en/example-dissertation-philo-88664.html Thesis online services. Edit essay service.  https://u2k.essaycheap.site/en/website-writing-services-78137.html Custom essay help my assignment help. Nsf doctoral dissertation improvement grant.  https://v3i1.essaycheap.site/en/best-websites-for-web-content-writing-13398.html Essay writers online jobs. Dissertation proposal writing guidelines. https://p5h9.essaycheap.site/en/free-essay-writing-help-41712.html Best online essay services. https://7j1n.essaycheap.site/en/college-application-essay-writing-workshop-14948.html \r\nDissertation data analysis regression. https://kn9.essaycheap.site/en/cheap-essay-writers-in-usa-4550.html Essays cheap service. Top resume writing services 2013 chevy. https://7j1n.essaycheap.site/en/is-custom-essay-meister-real-66452.html  Term paper helper. Oxford phd thesis search.  https://gh24.essaycheap.site/en/professional-dissertation-writers-review-80461.html Dissertation topic examples. Writing a thesis paper layout. https://s3.essaycheap.site/en/essay-on-service-hours-35087.html Buy a paper guillotine.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArchieNuhPC', 'Algock@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-09 13:32:20', '31.23.120.138', '1'),
(1543, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CurtisHefGW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82164212651\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2131:\"CAB 토토 사이트 홍보를 해 왔던 총판입니다. \r\n작년12월부터 총판 수익금 526만원을 못받아서 \r\n이렇게 먹튀 사이트에 글을 올리게 됐습니다, \r\n홍보를 꾸준히 해 오다가 홍보 방법이 막혀서 사전에 CAB운영진의 양해를 구해서 \r\n7-8개월동안 홍보방법을 찾기위해 홍보를 못했습니다, \r\n그러다 올해 5월부터 홍보방법을 찾아서 홍보를 하다가 \r\n도메인이 유해 사이트로 떠서 새로운 도메인 셋팅을 해 달라고 부탁드렸더니 \r\n충분히 기다릴만큼 기다렸다고 도메인 셋팅을 안해주더군요,, \r\n홍보 준비하는 기간동안에 수익금은 500만원이 넘어 있었고,나는 정산금보다 \r\n홍보를 계속하고 싶었는데, \r\n갑자기 도메인 셋팅을 안해준다고 하니,,,황당하더군요 \r\n그래서 도메인 셋팅 안 해 줄거면 정산금을 정산해 달라고 햇더니 \r\n&quot;6개월반이나 기다려 아무성과가 없어서 정산금을 못주겟다네요,, \r\n그래도 5월에는 많지는 않지만 10여명정도 가입이 있었고,이제 어느정도 효과를 볼려고 \r\n하는데 \r\n정산금 주기 싫어서 같이 일을 못하겟다고 하니,,,이게 먹튀가 아니고 뭔가요? \r\n내가 이렇게 글을 올리는것도 사전에 CAB운영진에 미리 얘기를 드렸고,마음대로 하라고 하면서 \r\n관리자 비번과 텔레그램까지 차단했고,CAB 사이트에 자세히 알아보니,일반 유저 먹튀도 여러건 발견되어 \r\n이대로 나두면 안되겠다는 생각이 들어 이렇게 글을 올립니다. \r\n일단 저와 제가 아는 동생이 CAB에서 놀았던 입금 계좌를 경찰에 아는분한테 제출을 할겁니다. \r\n지금 CAB을 이용하고 계신분이나 이용하실분들은 나중에 통장 계좌가 노출되어 경찰 조사를 받는일이 \r\n없도록 CAB토토사이트 이용을 자제해 주시기 바랍니다, \r\n그리고 CAB토토 사이트도 상황이 복잡해지면 일반유저 먹튀도 예상되니까, \r\n가능하면 다른 사이트 이용을 부탁드립니다!!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CurtisHefGW', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-09 18:48:38', '58.245.121.252', '1'),
(1544, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethemushIC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"temptest934430574@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84742827736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:185:\"Welcome to OWS.MY - INJECTOR FUEL SYSTEM CLEANER   http://www.ows.my/index.php?option=com_hikashop&amp;ctrl=product&amp;task=show&amp;cid=6&amp;name=injector-fuel-system- - More info!..\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethemushIC', 'temptest934430574@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-09 19:26:37', '175.139.165.78', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1545, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephESTAKTK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"edwardm@lioncourtcrypto.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86751413119\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:344:\"We buy all crypto currencies at good rate, with reasonable commission between sellers and the mandates. \r\n \r\nContact us with the informations below if you are or have a potential seller. \r\n \r\nTel: +353 1 4378345 \r\nFax: +353 1 6865354 \r\nEmail: edwardm@lioncourtcrypto.com \r\n \r\nThank you, \r\nCrypto currencies Purchase Department, \r\nEdward Molina.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephESTAKTK', 'edwardm@lioncourtcrypto.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-10 00:27:12', '185.217.71.156', '1'),
(1546, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"timmimbs@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83831921688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"cafergot medication\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'timmimbs@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-10 02:57:47', '5.188.210.61', '1'),
(1547, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89311142444\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:287:\"Looking for a boyfriend \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/mysexi\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-10 03:13:01', '94.139.234.85', '1'),
(1548, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ZhenyakipPP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"imidjtorg@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85736727297\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"Тут можно прочитать про интересные факты о витамине а, а ещё интересно написано про windows 10 сброс настроек internet explorer\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZhenyakipPP', 'imidjtorg@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-10 18:23:25', '5.188.210.18', '1'),
(1549, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethevidaPG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"dcfrvgtbhy@gmail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89752439132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:234:\"Childrens porn clips PTHC CP \r\nSiberian Mouse Valya Tara Vicky \r\nNewSugar Goldberg Deadpixel \r\nHMM Series (Gracel and Friend) \r\nLaura Clip No Hangman Anal Series \r\n \r\nhttp://freetexthost.com/akswhelo4f \r\n \r\nfreetexthost.com/akswhelo4f\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethevidaPG', 'dcfrvgtbhy@gmail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 05:26:48', '77.34.184.182', '1'),
(1550, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JustindonFZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"madorafoiq@baocaothue.store\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87893394591\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1070:\"Ke toan luong Click here... Trong giai đoạn học giả dụ Các bạn cảm thấy còn chưa nắm vững, trung tâm sẽ sắp lại cho bạn học 1 khóa mới, ví dụ bạn bạn công tác phải đi công công việc nữa tháng ở Hà Nội, vào học không theo kịp phần kế toán Misa bên mình sẽ gần cho bạn học lại mà ko thu thêm học phí.những hình thức trả lương trong doanh nghiệp – lương thuởng là khoản tiền mà đơn vị trả cho người lao động để thực hiện công việc theo thỏa thuận. đơn vị sở hữu quyền chọn lựa hình thức trả lươngtheo thời gian, sản phẩm hay khoán. Nhưng cần phải đảm bảo ko được tốt hơn mức lương tối thiểu.Tiền lương ngày được trả cho 1 ngày khiến cho việc. Được xác định trên cơ sở vật chất tiền lương tháng chia cho số ngày làm việc bình thường trong tháng. Theo quy định của luật pháp mà tổ chức lựa chọn, nhưng tối đa không.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JustindonFZ', 'madorafoiq@baocaothue.store', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 08:26:26', '115.77.93.53', '1'),
(1551, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertcholeLE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Kilm@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85255883621\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2297:\"Our company offers a wide variety of pharmacy. Look at our health contributing portal in case you want to strengthen your health. https://7n.orderessay.site/en/bacon-writer-essays-59087.html Our company offers supreme quality healthcare products. Take a look at our health contributing portal in case you want to improve your health. https://sc73.orderessay.site/en/help-writing-personal-statement-for-graduate-school-14182.html Our company provides a wide variety of supplements. Look at our health contributing website in case you want to improve your health. https://82xx.orderessay.site/en/custom-writing-website-15240.html Our company provides supreme quality healthcare products. Take a look at our health contributing portal in case you want to improve your health. https://4oc0.orderessay.site/en/coursework-story-kero-kero-bonito-lyrics-39882.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to look healthier  with a help of health products. https://k4.orderessay.site/en/the-best-essay-writing-services-61295.html Our company offers health products. Look at our health contributing portal in case you want to strengthen your health. https://h1h.orderessay.site/en/coursework-on-research-methodology-91697.html \r\nOur company provides a wide variety of non prescription products. Visit our health site in case you want to to feel healthier. https://h6.orderessay.site/en/ma-thesis-writing-tips-11542.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to look healthier  with a help of general health products. https://82xx.orderessay.site/en/using-essay-writing-service-8669.html  Our company offers herb-based general health products. Look at our health contributing portal in case you want to look better. https://5rg2.orderessay.site/en/business-case-study-writers-15652.html Our company offers supreme quality pharmacy. Visit our health contributing portal in case you want to strengthen your health. https://7xu.orderessay.site/en/website-that-writes-essays-for-you-for-free-62287.html Our company provides a wide variety of non prescription products. Look at our health portal in case you want to to improve your health with a help of health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertcholeLE', 'Kilm@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 09:58:57', '109.165.42.82', '1'),
(1552, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"heavenlybliss1@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82324438651\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'heavenlybliss1@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 10:43:24', '5.188.210.61', '1'),
(1553, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JerryMofCD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89579772328\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4315:\"Сервіс, завдяки якому українці вирішують свої фінансові питання &quot;тут і зараз&quot;. Наше завдання - надавати швидку фінансову допомогу без особистих візитів в офіси і довгих очікувань. \r\n \r\nДля заповнення заявки на кредит в потрібний лише доступ до інтернету і дані клієнта, а для отримання коштів - банківська карта, на яку будуть зараховані гроші. Ми приймаємо заявки цілодобово і без вихідних, щоб допомагати людям по-справжньому оперативно. \r\n \r\nМи першими почали видавати українцям миттєві кредити онлайн. Завдяки клієнтоорієнтованості і власним технологічним розробкам ми утримуємо лідерство в нашій категорії багато років. \r\n \r\n№1 кредитування онлайн (* за версією дослідження Ukrainian E-Commerce Expert). \r\n \r\nБільше 500 тисяч українців регулярно користуються нашими послугами. \r\n \r\n8 хвилин середній час оформлення заявки. \r\nДо 1 хвилини час обробки заявки нашою системою. \r\n \r\nОтримати більш детальну інформацію, консультацію, залишити заявку можна на офіційному сайті: http://bit.ly/aMoneyveo \r\n \r\n----------------------------------------------------------------------------------------------------------------------- \r\n \r\nServis, zavdyaky yakomu ukrayintsi vyrishuyut? svoyi finansovi pytannya &quot;tut i zaraz&quot;. Nashe zavdannya - nadavaty shvydku finansovu dopomohu bez osobystykh vizytiv v ofisy i dovhykh ochikuvan?. \r\n \r\nDlya zapovnennya zayavky na kredyt v potribnyy lyshe dostup do internetu i dani kliyenta, a dlya otrymannya koshtiv - bankivs?ka karta, na yaku budut? zarakhovani hroshi. My pryymayemo zayavky tsilodobovo i bez vykhidnykh, shchob dopomahaty lyudyam po-spravzhn?omu operatyvno. \r\n \r\nMy pershymy pochaly vydavaty ukrayintsyam myttyevi kredyty onlayn. Zavdyaky kliyentooriyentovanosti i vlasnym tekhnolohichnym rozrobkam my utrymuyemo liderstvo v nashiy katehoriyi bahato rokiv. \r\n \r\n№1 kredytuvannya onlayn (* za versiyeyu doslidzhennya Ukrainian E-Commerce Expert). \r\n \r\nBil?she 500 tysyach ukrayintsiv rehulyarno korystuyut?sya nashymy posluhamy. \r\n \r\n8 khvylyn seredniy chas oformlennya zayavky. \r\nDo 1 khvylyny chas obrobky zayavky nashoyu systemoyu. \r\n \r\nOtrymaty bil?sh detal?nu informatsiyu, konsul?tatsiyu, zalyshyty zayavku mozhna na ofitsiynomu sayti: https://cutt.us/Moneyveo \r\n \r\n-------------------------------------------------------------------------------------------------------------------------------------- \r\n \r\nServis, blagodarya kotoromu ukraintsy reshayut svoi finansovyye voprosy “zdes&#039; i seychas”. Nasha zadacha – okazyvat&#039; bystruyu finansovuyu pomoshch&#039; bez lichnykh vizitov v ofisy i dolgikh ozhidaniy. \r\n \r\nDlya zapolneniya zayavki na kredit v nuzhen lish&#039; dostup k internetu i dannyye kliyenta, a dlya polucheniya sredstv – bankovskaya karta, na kotoruyu budut zachisleny den&#039;gi. My prinimayem zayavki kruglosutochno i bez vykhodnykh, chtoby pomogat&#039; lyudyam po-nastoyashchemu operativno. \r\n \r\nMy pervymi nachali vydavat&#039; ukraintsam mgnovennyye kredity onlayn. Blagodarya kliyentooriyentirovannosti i sobstvennym tekhnologicheskim razrabotkam my uderzhivayem liderstvo v nashey kategorii mnogo let. \r\n \r\n№1 kreditovaniya onlayn (*po versii issledovaniya Ukrainian E-Commerce Expert). \r\n \r\nBol&#039;she 500 tysyach ukraintsev regulyarno pol&#039;zuyutsya nashimi uslugami. \r\n \r\n8 minut sredneye vremya oformleniya zayavki. \r\nDo 1 minuty vremya obrabotki zayavki nashey sistemoy. \r\n \r\nPoluchit&#039; boleye podrobnuyu informatsiyu, konsul&#039;tatsiyu, ostavit&#039; zayavku mozhno na ofitsial&#039;nom sayte:  https://t.co/AQVI3BF7g9\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JerryMofCD', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 21:24:33', '109.234.38.61', '1'),
(1554, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnalepMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"annaveryanna@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86941763756\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"Результаты лечения нас очень радуют \r\n \r\nленвима инструкция +по применению цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnalepMB', 'annaveryanna@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 22:25:08', '37.115.203.154', '1'),
(1555, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SeptikviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"rusya.filippov.1985@list.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83795887858\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"купить ж/б бетонные кольца и септики  - подробнее на сайте septiki-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SeptikviextMO', 'rusya.filippov.1985@list.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-11 23:06:32', '109.184.155.205', '1'),
(1556, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84679112912\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:287:\"Looking for a boyfriend \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/mu-cam\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 05:45:52', '94.139.234.85', '1'),
(1557, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldwedDB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"borya.iremashvili@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85429922663\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:154:\"клиника хфе отзывы \r\nклиника hfe отзывы \r\nклиника hfe \r\nхфе отзывы \r\nхфе отзывы \r\nклиника hfe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldwedDB', 'borya.iremashvili@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 09:05:35', '94.29.73.233', '1'),
(1558, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"casandraty69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"odessafk1@shiro66.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82991218724\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:201:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://shemalechatroom.relayblog.com/?kiana \r\n\r\n tinny porn clips free 100 free online porn hairy pussy tube porn porn collection ordering safe place to buy porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'casandraty69', 'odessafk1@shiro66.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 15:35:23', '23.129.64.211', '1'),
(1559, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"roselle@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88845856794\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"cafergot pills\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'roselle@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 19:04:38', '5.188.210.61', '1'),
(1560, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamSpinsCE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89781539821\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:829:\"Hello!  puertobarillas.com \r\n \r\nWe advance \r\n \r\nSending your commercial proposal through the feedback form which can be found on the sites in the Communication section. Contact form are filled in by our software and the captcha is solved. The superiority of this method is that messages sent through feedback forms are whitelisted. This technique raise the probability that your message will be open. \r\n \r\nOur database contains more than 25 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing of 50,000 messages to any country of your choice. \r\n \r\n \r\nThis message is automatically generated to use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamSpinsCE', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 19:15:19', '31.13.190.254', '1'),
(1561, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"fernwl16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"virgilxo6@isamu87.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81293578834\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"Sexy teen photo galleries\r\nhttp://cut.men.porn.bloglag.com/?kacie \r\n\r\n porn 18 to enter free latina gangbang porn lesbian shower porn video straight porn actors in gay porn amature porn fisting\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'fernwl16', 'virgilxo6@isamu87.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 21:00:48', '195.206.105.217', '1'),
(1562, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"UnloalsGD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"elosbnfea1@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86958383865\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:248:\"Women who take cialis pharmacy buy cialis online male enhancement cialis generic generic buy cheap cialis online generic cialis vs brand cialis buy generic cialis online cheap soft cialis buy cheap cialis online viagra gnc buy generic viagra online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'UnloalsGD', 'elosbnfea1@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-12 22:52:47', '5.188.210.27', '1'),
(1563, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Richard Rubino\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"rrrubino51@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"50372193733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:84:\"Could you please give directions from the main highway after the by pass to Usulutan\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Richard Rubino', 'rrrubino51@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 00:42:24', '190.62.251.104', '1'),
(1564, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ThomasboxWJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"rechinskiy.sanya@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85164295842\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:95:\"установка теплых полов астана \r\n \r\nтеплые полы астана\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasboxWJ', 'rechinskiy.sanya@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 00:43:24', '94.29.72.33', '1'),
(1565, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CurtisritQD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"slipenko.den@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89782525239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"теплые полы на майлина \r\n \r\nтеплый пол астана\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CurtisritQD', 'slipenko.den@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 13:20:35', '94.29.72.33', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1566, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84115672439\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:636:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nhttp://creditonlinepro.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 17:07:47', '2.134.220.143', '1'),
(1567, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalteramaloLX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"tbhynjj@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83223799892\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"First-class сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/akswhelo4f \r\n \r\nfreetexthost.com/akswhelo4f \r\n \r\nhttp://tny.im/DTjwv \r\n \r\ntny.im/DTjwv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalteramaloLX', 'tbhynjj@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 17:50:26', '5.143.82.149', '1'),
(1568, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalteramaloLX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"tbhynjj@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82142147311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"Fanciful сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/akswhelo4f \r\n \r\nfreetexthost.com/akswhelo4f \r\n \r\nhttp://tny.im/DTjwv \r\n \r\ntny.im/DTjwv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalteramaloLX', 'tbhynjj@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 19:22:04', '5.143.79.47', '1'),
(1569, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"xoritkipGN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"lilir.ogsh.k.o@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86571821126\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"косилка для квадроцикла и погрузчик на мтз \r\n \r\nhttp://td-l-market.ru/shop/product/navesnoy-pogruzchik-na-traktora-mtz-152\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'xoritkipGN', 'lilir.ogsh.k.o@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 19:40:41', '5.188.210.18', '1'),
(1570, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SamuelBrurfHI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"eduard.kandin@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84392355741\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:181:\"Fast and powerful anti filter \r\n \r\nThis VPN is really good than the others VPN server. it&#039;s stay connected. I really appreciated for this VPN server. thanks a lot to developer.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuelBrurfHI', 'eduard.kandin@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 21:37:06', '94.29.73.233', '1'),
(1571, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"pennylb2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"johannaib69@yuji82.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85634125793\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:193:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://gaygreeksporn.bloglag.com/?ellie \r\n\r\n adult amatuer milf porn katie perry fake porn spainish porn nude top 10 porn deep thrat movies porn asain\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pennylb2', 'johannaib69@yuji82.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 22:00:41', '85.248.227.165', '1'),
(1572, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"lilafu60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"madelinekp4@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82115448397\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:189:\"College Girls Porn Pics\r\nhttp://cporntorrent.blowjobsporn.adablog69.com/?aileen \r\n\r\n stripper porn hd sienna west porn video vintage porn magazine porn randi wright zshare porn lacey duvale\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lilafu60', 'madelinekp4@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 22:06:36', '109.70.100.24', '1'),
(1573, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WalteramaloLX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"tbhynjj@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87723258384\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"Doctrinaire сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/akswhelo4f \r\n \r\nfreetexthost.com/akswhelo4f \r\n \r\nhttp://tny.im/DTjwv \r\n \r\ntny.im/DTjwv\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalteramaloLX', 'tbhynjj@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-13 22:32:39', '77.35.24.239', '1'),
(1574, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89473256816\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:295:\"I am looking for a guy for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/miisss/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-14 00:16:36', '94.139.234.85', '1'),
(1575, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"beckylepa@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81369589796\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"cafergot medication\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'beckylepa@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-14 04:08:18', '5.188.210.61', '1'),
(1576, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"amparodk16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"tracyvw3@hikaru1610.atsushi50.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81168344862\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"New project started to be available today, check it out\r\nhttp://pornforfree.blackdlboysporn.bloglag.com/?julissa \r\n\r\n robert collins porn star riding dirty the porn movie lasdies in porn dirty takl porn free bangladeshi porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'amparodk16', 'tracyvw3@hikaru1610.atsushi50.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-14 10:00:59', '198.98.61.88', '1'),
(1577, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"lucileqx18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"jessebt2@akio8110.hideo67.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88368734427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:190:\"Sexy teen photo galleries\r\nhttp://publicsexporn.lexixxx.com/?bridget \r\n\r\n free view movies porn free freaky rough porn if it exsit there is porn free hardcore animated porn free eropean porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lucileqx18', 'jessebt2@akio8110.hideo67.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-14 21:48:34', '87.120.36.157', '1'),
(1578, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"betsygb60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"jaimelx16@rokuro24.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86537549785\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"New super hot photo galleries, daily updated collections\r\nhttp://rvporn.learningporn.adablog69.com/?nyla \r\n\r\n gemma hiles porn safety of stumble pron sperm hotel porn sunny leone porn star free porn sex talk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'betsygb60', 'jaimelx16@rokuro24.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-14 23:18:29', '109.70.100.25', '1'),
(1579, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"frederickbz3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"frankig1@masaaki10.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84164865271\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:174:\"Sexy teen photo galleries\r\nhttp://porn.clipse.bloglag.com/?beatriz \r\n\r\n debbie alt porn free uncensured porn porn videos torrent download free tamil porn free clips toon porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'frederickbz3', 'frankig1@masaaki10.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 05:07:08', '199.249.230.115', '1'),
(1580, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnalepMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"annaveryanna@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83348291286\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:136:\"Поставка осуществляется из Индийского офиса завода \r\n \r\nвенетоклакс купить\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnalepMB', 'annaveryanna@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 09:26:57', '37.115.222.205', '1'),
(1581, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"buzmandy@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89193177385\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"cafergot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'buzmandy@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 13:00:38', '5.188.210.61', '1'),
(1582, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamrigHU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"elwessubse@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85942978674\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:67:\"Regard is  fineoffers in place of you. http://handfunlykons.tk/nzdq\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamrigHU', 'elwessubse@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 16:15:35', '31.130.203.82', '1'),
(1583, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"skyreveryFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"malinoleg91@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81474215559\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1445:\"https://skyrevery.ru/airports/sheremetevo-terminal-a/ - Шереметьево Терминал А        -  подробнее на нашем сайте https://skyrevery.ru - skyrevery.ru \r\nhttps://skyrevery.ru/ - Аренда частного самолета с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна https://skyrevery.ru/ - аренда самолета срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'skyreveryFexQL', 'malinoleg91@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 17:49:20', '93.120.167.109', '1'),
(1584, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"averena24FexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"valentinxomyakow89@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85899871596\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:761:\"http://averena24.ru - санкнижка сколько стоит  -  подробнее на нашем сайте https://averena24.ru - averena24.ru \r\nЛичная https://averena24.ru - медицинская книжка (https://averena24.ru - санитарная книжка) - официальный документ строгой отчетности. В санитарной книжке отражаются все данные о результатах периодических осмотров, сдачи анализов и прививках, наличия инфекционных заболеваний, а также о прохождении курсов по гигиеническому воспитанию и аттестации.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'averena24FexQL', 'valentinxomyakow89@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 18:59:25', '93.120.167.109', '1'),
(1585, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89685521739\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:275:\"My sex Skype \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myaas\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-15 22:40:03', '94.139.234.85', '1'),
(1586, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlfredmamZA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"welm@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82697241155\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2258:\"Our company offers herb-based health products. Visit our health contributing site in case you want to improve your health. https://8c7f.medinfocore.com/it/mal-di-schiena-che-passa-sdraiato-79274.html Our company offers supreme quality supplements. Visit our health contributing portal in case you want to improve your health. https://3w.medinfocore.com/pl/bl-krgosupa-w-pierwszym-trymestrze-ciy-12378.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health with a help general health products. https://9zu.medinfocore.com/pt/quiropraxia-dor-lombar-18391.html Our company offers non prescription products. Look at our health contributing site in case you want to feel healthier. https://p52p.medinfocore.com/gr/arthrogen-gl-vlemnyek-50429.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help of general health products. https://9j.medinfocore.com/hu/deadlift-htfjs-86638.html Our company offers herb-based supplements. Take a look at our health contributing portal in case you want to strengthen your health. https://fy9.medinfocore.com/es/dolor-de-espalda-y-de-pecho-2619.html \r\nOur site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help of health products. https://7s7i.medinfocore.com/de/botox-bei-rueckenschmerzen-59630.html Our company provides generic pharmacy. Look at our health contributing portal in case you want to look better. https://t5.medinfocore.com/pt/tratamento-de-gota-design-dress-9688.html  Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to to feel healthier with a help of general health products. https://6fu.medinfocore.com/hu/koeszvny-hatkony-kezelse-14744.html Our company offers herb-based healthcare products. Take a look at our health contributing website in case you want to feel better. https://f62d.medinfocore.com/pt/intestino-dor-lombar-96958.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlfredmamZA', 'welm@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-16 20:54:30', '31.23.20.210', '1'),
(1587, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"AlcoDostavkaSpbUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ollcoo@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83887385267\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:196:\"где купить алкоголь ночью, купить алкоголь ночью спб, алкоголь на дом 24 \r\n \r\nhttps://alcoo.xyz/dostavka/bayleys-original-irish-cream-krem/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlcoDostavkaSpbUK', 'ollcoo@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-16 21:09:17', '37.120.155.10', '1'),
(1588, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"stevesnavely@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83865884512\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"cafergot medication\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'stevesnavely@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-16 22:28:57', '5.188.210.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1589, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"VernonAxoksJE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"spideradd@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88359648483\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:172:\"Make Money when Customers Save Money!!! \r\nNo limit on your earnings \r\n \r\nLearn About Business Opportunities \r\nBe The First Before Official Opening \r\n \r\n \r\nhttp://linlit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VernonAxoksJE', 'spideradd@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-17 10:22:03', '185.94.192.83', '1'),
(1590, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CarlosGorGD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"IcoloCed@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87941765289\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2293:\"Our company offers herb-based supplements. Take a look at our health contributing portal in case you want to look healthier. https://76rr.medonline.site/hu/gerincfjdalom-hnyinger-36576.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to strengthen your health. https://3bj0.medonline.site/it/dolori-articolari-spalla-rimedi-85615.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to feel healthier with a help health products. https://c8.medonline.site/gr/ponoc-stic-arthrwseic-kai-moydiasma-28389.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help general health products. https://br03.medonline.site/hu/izueleti-fjdalom-idegi-alapon-52036.html Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help of generic supplements. https://m4n.medonline.site/it/leishmaniosi-e-dolori-articolari-93646.html Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help of generic supplements. https://v2g.medonline.site/pl/bol-u-peti-31353.html \r\nOur company provides safe pharmacy. Look at our health contributing website in case you want to strengthen your health. https://8y.medonline.site/de/dhea-mangel-gelenkschmerzen-2835.html Our company provides herbal supplements. Look at our health contributing portal in case you want to look better. https://mk35.medonline.site/gr/ponoc-stic-arthrwseic-cheriwn-kai-podiwn-64273.html  Our company provides supreme quality health products. Take a look at our health contributing portal in case you want to improve your health. https://5jy.medonline.site/pt/fossil-arthropod-of-the-palaeozoic-era-71680.html Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to to improve your health with a help of generic supplements. https://3m.medonline.site/it/gatto-dolori-articolari-78945.html Our company offers safe health and related products. Visit our health contributing portal in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosGorGD', 'IcoloCed@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-17 14:54:22', '109.165.106.26', '1'),
(1591, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85171913923\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:280:\"Looking for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/c2c-cam\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-17 20:13:12', '94.139.234.85', '1'),
(1592, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"Леонченко Николай\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"svoboda@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86791438327\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1361:\"Наркологический центр &quot;Свобода&quot; \r\nСвободный выбор счастливого завтра! \r\nРеабилитационный центр “Свобода” в Киеве предлагает комплексную помощь в лечении алкоголизма и наркомании. Наша программа затрагивает все сферы жизнедеятельности зависимого, поэтапно восстанавливая каждую из них. \r\nЯ знаю, очень у многих людей есть близкие, \r\nдрузья у которых есть проблемы с алкогольной \r\nили наркотической зависимостью. \r\nЦентр реабилитации наркозависимых \r\nСвобода в Киеве поможет вам . Я сам прошел Лечение в данном центре \r\nи с уверенностью могу сказать, это работает \r\nЛечение алконаркозависимости-Центр реабилитации Свобода \r\nЛечение наркомании \r\nЛечение  алкоголизма \r\nНаркотики-параллельный мир без возврата \r\nпрограмма 12 шагов центр Свобода\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Леонченко Николай', 'svoboda@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-17 22:24:36', '134.249.147.157', '1'),
(1593, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"Ваш email победил в нашем конкурсе. Скорее заберите свой приз тут: message https://google.com/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"abinyakova.zhanna@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81468866772\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:159:\"Поздравляем! Ваш адрес email выбран победителем. Скорее заберите приз тут: message https://google.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Ваш email победил в нашем конкурсе. Скорее заберите свой приз тут: message https://google.com/', 'abinyakova.zhanna@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 08:13:37', '95.215.207.128', '1'),
(1594, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KiafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"olympiar@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83189518786\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"ordering cafegot\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KiafoomeG', 'olympiar@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 08:27:02', '5.188.210.61', '1'),
(1595, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"sashanb60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"albertoey20@norio25.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85642839922\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"College Girls Porn Pics\r\nhttp://pornblackcock.hdpornjoinfree.jsutandy.com/?elisa \r\n\r\n girls lactating porn mature philipino porn dvd porn reality games torriw wilson porn stockings mature porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sashanb60', 'albertoey20@norio25.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 15:34:23', '46.38.235.14', '1'),
(1596, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"deanaqv11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"kristaih69@riku210.tamotsu89.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82153911369\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Daily updated super sexy photo galleries\r\nhttp://goodcleanjokes.relayblog.com/?daisy \r\n\r\n young redheads porn painfull interracial free porn xxx moms porn chubby granny porn laurence fishburne daughter porn clip\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'deanaqv11', 'kristaih69@riku210.tamotsu89.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 16:53:25', '158.69.192.239', '1'),
(1597, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"LeonardnuamsMR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Atonna@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84125661292\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2293:\"Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help generic supplements. https://3b.infomedonline.site/da/billig-doxycycline-warfarin-89034.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help generic supplements. https://2kl6.infomedonline.site/fr/clomid-prix-labrador-83882.html Our company provides herbal pharmacy. Look at our health contributing website in case you want to strengthen your health. https://q0b1.infomedonline.site/it/case-singole-in-vendita-zoloftnde-32272.html Our company provides supreme quality non prescription products. Take a look at our health contributing website in case you want to improve your health. https://o4.infomedonline.site/nl/verkoop-ventolin-lotion-13347.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to look healthier  with a help health products. https://e9.infomedonline.site/nl/bestelling-kamagra-hawaii-42633.html Our company provides herbal healthcare products. Visit our health contributing portal in case you want to strengthen your health. https://6fl4.infomedonline.site/no/salg-sildalis-for-ladies-89123.html \r\nOur company provides non prescription products. Look at our health contributing site in case you want to strengthen your health. https://5vj8.infomedonline.site/sv/propranolol-inget-recept-fenykl-50039.html Our company offers safe health and related products. Take a look at our health contributing site in case you want to improve your health. https://h8l6.infomedonline.site/sv/metformin-inget-recept-american-77053.html  Our company provides a wide variety of non prescription products. Visit our health site in case you want to to improve your health with a help of general health products. https://14qp.infomedonline.site/it/index.html Our company offers herbal general health products. Take a look at our health contributing portal in case you want to look healthier. https://9o.infomedonline.site/de/buy-ampicillin-online-superdrug-33528.html Our company offers supreme quality pills. Take a look at our health contributing portal in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonardnuamsMR', 'Atonna@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 18:27:54', '31.23.158.109', '1'),
(1598, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"caseyrs4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"francisxb3@haru72.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88779373794\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:200:\"Hot photo galleries blogs and pictures\r\nhttp://teenpornvideos.instakink.com/?lyndsey \r\n\r\n porn tube teen giels free porn movies bbs interracial strapon porn bikini wax job on you porn trisa hayes porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'caseyrs4', 'francisxb3@haru72.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 21:26:40', '23.129.64.191', '1'),
(1599, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"hydraepivyVQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"tsum@hydrakozel.press\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89514952156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:835:\"президент медведев петух козел гей трансвестит Мир Магнитов петух курочка обосанный пидор козел \r\nhigh quality петух курочка обосанный пидор козел \r\nебу в очко русских \r\n \r\nпидорас трансвестит гей педофил гомосексуалист hydra6c2bnrd6phf.onion педераст пидор петух козел -=Command Shop=- швуль нетрадиционной ориентации \r\n \r\nкладу пустые клады кладов не найдете \r\n \r\nкидалы верните деньги петухи козлы пидоры обоссыши ебанные \r\n \r\n \r\n \r\n \r\n \r\nкупить героин кокаин \r\nhttp://hydraruzxpnew4af.onion/market/475 MEFOPT\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hydraepivyVQ', 'tsum@hydrakozel.press', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-18 23:59:21', '89.238.154.116', '1'),
(1600, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MariaBuhVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mariaramble@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82825628227\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:149:\"Приветствую вас \r\nИдет молва \r\nПрепараты \r\n \r\n \r\nАдцетрис (Брентуксимаб) - Adcetris (Brentuximab)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaBuhVP', 'mariaramble@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 01:29:57', '37.115.205.210', '1'),
(1601, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JosephnugOI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"rybachuk.gosha@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84345774999\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:84:\"теплые полы на манаса \r\n \r\nтеплые полы на манаса\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephnugOI', 'rybachuk.gosha@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 01:41:02', '46.188.98.10', '1'),
(1602, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewdowQV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"borislav.torchinovskiy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88934873959\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"теплолюкс казахстан \r\n \r\nтеплолюкс алматы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewdowQV', 'borislav.torchinovskiy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 01:41:03', '46.188.98.10', '1'),
(1603, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LoganPeabeNQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"vanyusha.mitusov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81729657684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"теплолюкс астана контакты \r\n \r\nтеплые полы теплолюкс казахстан\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LoganPeabeNQ', 'vanyusha.mitusov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 05:24:26', '46.188.98.10', '1'),
(1604, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarloseteftUV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ayevdakushin@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82217913262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"теплые полы астана манаса \r\n \r\nтеплые полы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarloseteftUV', 'ayevdakushin@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 05:24:27', '46.188.98.10', '1'),
(1605, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"pixelkipGG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"maksimvanov80@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84782553684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:187:\"рюкзак с led экраном цена   https://pixel-led-bag.ru/led-bag/led-ryukzak-s-pikselnym-displeem/ \r\nмодные школьные рюкзаки для подростков\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pixelkipGG', 'maksimvanov80@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 06:37:24', '5.188.210.18', '1'),
(1606, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"Обработка от Клещей\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"descontrol7@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82857939743\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4168:\"Дезинсекционная организация Пестконтроль оказывает истребительные дезуслуги по удалению букашек в Петербурге и окрестной Ленобласти. Мастера санэпидстанции оказывают истребление мебельных муравьёв, удаление членистоногих, обработку от землероек. Служащие муниципальной станции располагают огромным мастерством выполнения дезинсекционных задач для частных арендаторов и предприятий разносторонней деятельности. Для удаления кровососов задействуется дисперсное химоборудование и эффективные инсектоакарициды, изготавливающиеся популярными предприятиями по производству химических инсектицидов Кореи и Эстонии – Волгоградпромпроект, Bayer, Научно-коммерческая фирма &quot;Рэт&quot;, Агровит, Спецбиосервис, Дезснаб-Трейд. От блох используются инсектоакарициды Тетрацин, Конфидант, Actellic, Fendona, Таран и альтернативные пиретроидные и невредные для детей и домашних питомцев инсектициды. Обработка остальных насекомых проводится агрохимикатами Хлорпиримарк, Хлорофос, Фуфанон, К-Отрин, Циперметрин, Акромед-У, Дуплет – фосфорорганическими и действенными средствами для обработки заселяемых объектов. Санэпидстанция СЭС-Контроль – это компетентный исполнитель эпидемиологических дезработ, санэпидслужба владеет обязательной подготовленностью и надлежащими знаниями для дезинфекции крупных территорий с неизменным результатом. Эпидемиологическая организация ДезКонтроль производит различные услуги: травку комаров, уничтожение борщевика, выведение членистоногих насекомых. Безупречные работы Сэсконтроль выбирают разносторонние предприятия – торговые заведения, муниципальные здания, хозяйственные службы: санатории, госпитали, бары, мединституты, зоомагазины, склады. Позвать специалиста морить клопов в доме можно в каждый край Питера и ЛО. Мастера санитарно-эпидемических санэпидемслужб СЭС-Контроль истребляют вредителей по объектам: Фрунзенский район, мо Гавань, метро Звёздная, посёлок Понтонный, город Кронштад. На выведение насекомых предоставляется бесплатная гарантия.\r\n \r\n \r\n Хештеги раздела:   обработка участка от клещей цена,  дезинфекция от клещей в квартире,  обработка участка от клещей самостоятельно где купить,  обработка после укуса клеща у взрослых,  обработка от клещей чем опасна для человека \r\n \r\n Источник:  https://desinsection.com/obrabotka-ot-kleschey/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Обработка от Клещей', 'descontrol7@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 10:48:09', '88.202.177.220', '1'),
(1607, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogerOdoksPZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oceatry@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89674225132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2161:\"Our company provides herbal healthcare products. Look at our health contributing site in case you want to look healthier. https://a0q.inforx.site/fi/halpoja-cytotec-and-heartburn-42980.html Our company provides a wide variety of healthcare products. Visit our health contributing website in case you want to feel better. https://4x3c.inforx.site/no/salg-misoprostol-out-of-country-59812.html Our company offers herbal pharmacy. Visit our health contributing website in case you want to look better. https://5ao7.inforx.site/nl/verkoop-misoprostol-pulmonary-38635.html Our company provides herbal general health products. Visit our health contributing site in case you want to improve your health. https://7c.inforx.site/de/cytotec-100mg-4-stueck-preisvergleich-12069.html Our company offers supreme quality weight loss products. Take a look at our health contributing website in case you want to improve your health. https://3aj8.inforx.site/es/venta-cytotec-prescribing-19582.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to feel better with a help generic supplements. https://6p.inforx.site/it/cytotec-da-25-mg-prezzo-63486.html \r\nOur company provides a wide variety of supplements. Take a look at our health contributing website in case you want to look healthier. https://m2j.inforx.site/en/online-apotheke-cytotec-35561.html Our company offers herbal health and related products. Visit our health contributing portal in case you want to look better. https://1zw9.inforx.site/es/onde-comprar-cytotec-57652.html  Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help general health products. https://d04k.inforx.site/fr/vente-cytotec-lll-81494.html Our company provides supreme quality weight loss products. Visit our health contributing site in case you want to look better. https://9r.inforx.site/fi/misoprostol-ilman-reseptiae-hrs-49080.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogerOdoksPZ', 'oceatry@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 15:58:24', '31.23.158.109', '1'),
(1608, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"BytovkaNNov\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"markovnikov_mikhail@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86297838178\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"купить дачную бытовку        - все это и многое другое можно узнать на сайте аренды и производства бытовок dsk-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BytovkaNNov', 'markovnikov_mikhail@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 16:04:07', '93.120.173.145', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1609, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RodneyicotaXB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vitalik.gendler@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88441256767\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:84:\"Купить мили аэрофлот \r\n \r\nКупить мили аэрофлота\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RodneyicotaXB', 'vitalik.gendler@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 17:19:01', '94.29.73.233', '1'),
(1610, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84555778734\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:282:\"Free cam2cam sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/mysexcam\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-19 17:39:03', '94.139.224.176', '1'),
(1611, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81455475444\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"Hi. \r\nMy name is Puss. \r\nLooking for a guy to meet. I will come to your area or meet me. I live near. \r\nProfile online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 00:45:35', '94.228.207.1', '1'),
(1612, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MarcocaxIP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84187886241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"카지노사이트 \r\n바카라사이트\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarcocaxIP', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 01:21:02', '119.50.27.171', '1'),
(1613, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"kristenbs11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"mablecb60@tamotsu6610.daisuke18.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85575773894\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Enjoy daily galleries\r\nhttp://painanalporn.freeviewsporn.instakink.com/?rita \r\n\r\n hd porn online throat fisting porn fist in mouth hide porn on ipod nano free long porn moives the free porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kristenbs11', 'mablecb60@tamotsu6610.daisuke18.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 03:19:11', '195.254.135.76', '1'),
(1614, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ArthurweisyFB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Promeomia@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81932189366\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2253:\"Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help of health products. https://a5.bestrxonline.site/nl/atarax-prijsvergelijking-84049.html Our company offers herbal non prescription products. Look at our health contributing portal in case you want to strengthen your health. https://2b.bestrxonline.site/da/ordre-antabuse-aol-96307.html Our company offers supreme quality general health products. Look at our health contributing website in case you want to strengthen your health. https://ag67.bestrxonline.site/fr/bactrim-prix-hp-pavillon-43477.html Our company offers herbal non prescription products. Visit our health contributing website in case you want to improve your health. https://8py8.bestrxonline.site/de/pink-accutane-online-74965.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help of general health products. https://8pd.bestrxonline.site/sv/zyban-utan-recept-linzen-53474.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to look better with a help generic supplements. https://30qz.bestrxonline.site/en/buy-female-diflucan-online-canada-4597.html \r\nOur company provides a wide variety of non prescription drugs. Look at our health site in case you want to to feel healthier with a help generic supplements. https://fa6.bestrxonline.site/de/lexapro-pfizer-preise-4893.html Our company offers herb-based pills. Visit our health contributing portal in case you want to strengthen your health. https://s77p.bestrxonline.site/de/zithromax-10mg-online-bestellen-11552.html  Our company offers a wide variety of non prescription products. Look at our health contributing portal in case you want to strengthen your health. https://6vq0.bestrxonline.site/nl/tadapox-online-hli-90580.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to feel better with a help health products. https://8e0c.bestrxonline.site/en/miglior-zoloft-online-83438.html Our company offers a wide variety of non prescription products. Take a look at our health website.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurweisyFB', 'Promeomia@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 20:03:14', '46.61.105.204', '1'),
(1615, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ScottCemQQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"essayforall@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89158667847\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1838:\"essay on leadership sytles hooks for persuasive essays how to write work cited curso de publicidade e propaganda gratis reflection paper introduction example GestГЈo escolar e os Sistemas de InformaГ§ГЈo Educacionais how to write an esay PREVENГ‡ГѓO DA DOENГ‡A PERIODONTAL EM ORTODONTIA an good exploratory essay examples crimes virtuais monografia edit papers free essay scholarships to apply for painting analysis essay example other ways to say in conclusion in an essay NГЈo tenho tema curso GestГЈo de NegГіcios  \r\ncurso em vГ­deo \r\nessay on soil conservation \r\nhow to write a journal article review \r\nvisual rhetoric essay examples \r\ntopics for term paper \r\nix exame de ordem unificado \r\nwhy i deserve this scholarship essay examples \r\nTRANSPARГЉNCIA E CONTROLE NA EXECUГ‡ГѓO DAS EMENDAS PARLAMENTARES \r\nstatement of purpose essay format \r\nideas for process essay \r\nsteps in writing an argumentative essay \r\ncultural analysis essay topics \r\nsummary and response essay samples \r\nresearch proposal sample paper \r\nwriting a conclusion for an essay \r\nexamples of a good thesis statement \r\nhow to star an essay \r\nlord of the flies critical essay \r\navaliaГ§ГЈo de olfato e paladar em paciГЄntes com cГўncer \r\npaper writer service \r\nintroduction essay examples \r\ncurso de pizzaiolo \r\nwhat is the difference between argumentative and persuasive writing \r\nwhich form of organization would best fit this essay \r\ncritical analysis essay outline \r\nProblemas emocionais em profissionais em profissionais de saude \r\nartigo gestГЈo ambiental \r\nhow to start off an expository essay \r\na thesis statement example for an essay \r\ntemple university essay prompt \r\nrecommended resume writing services \r\nA CRIANГ‡A PORTADORA DE NECESSIDADES EDUCATIVAS ESPE \r\nlife in england essay \r\nresearch paper outline samples\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottCemQQ', 'essayforall@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 20:29:00', '185.183.95.103', '1'),
(1616, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"pavingviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"kutepowalidiya1993748@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89696199828\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:146:\"http://sip5.ru - тротуарная плитка от дистрибьютора   - подробнее на сайте http://sip5.ru - sip5.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'pavingviextMO', 'kutepowalidiya1993748@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-20 23:06:43', '109.184.216.127', '1'),
(1617, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86331879463\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"Hello my good. \r\nYou can call me Masha. \r\nLooking for a guy to meet. I will come to your area or meet me. I live close. \r\nMy photos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-21 13:15:17', '94.228.207.1', '1'),
(1618, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84291743659\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:281:\"Free cam2cam sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/2019xxx\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-21 14:58:17', '94.139.224.176', '1'),
(1619, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87254674793\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"Good afternoon. \r\nMy nickname Gel. \r\nLooking for a man to meet. I will come to your area or meet me. I live very close. \r\nMy internet profile\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-21 16:13:26', '94.228.207.1', '1'),
(1620, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"medFexQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"miroslavsenishhew6@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86243543766\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:768:\"http://averena.ru - медкнижка продление без анализов  -  подробнее на нашем сайте https://averena.ru - averena.ru \r\nЛичная https://averena.ru - медицинская книжка (https://averena.ru - санитарная книжка) - официальный документ строгой отчетности. В санитарной книжке отражаются все данные о результатах периодических осмотров, сдачи анализов и прививках, наличия инфекционных заболеваний, а также о прохождении курсов по гигиеническому воспитанию и аттестации.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'medFexQL', 'miroslavsenishhew6@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-21 16:49:49', '109.184.181.5', '1'),
(1621, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"ilapx16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"feliciayu60@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83861475718\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Sexy photo galleries, daily updated collections\r\nhttp://pornwemon.relayblog.com/?iyanna \r\n\r\n porn free lady sophia victoria lawson anal hd porn videos sara englishmilf porn ature indian porn lesbian sleepover porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ilapx16', 'feliciayu60@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 00:09:36', '109.70.100.28', '1'),
(1622, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AllenFiepTUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87453259421\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1484:\"MAS Lashes 16 lines pre-made hair dryer for adding volume 3d / 4d / 5d / 6d eyelashes Russian volume and extension of eyelashes pre-made eyelashes extension of artificial mink. \r\n \r\nUS $ 2.59 - 3.24 \r\n \r\nHigh quality eyelashes, soft, silky and glossy \r\n \r\nEye makeup remover can be removed. \r\n \r\nEasy to use and comfortable to wear! \r\n \r\nWe will reply your message within 24 business hours. \r\n \r\nIf you have not received the goods 45 days, please contact us and we will arrange a return or resend. \r\n \r\nWe greatly appreciate your positive feedback. \r\n \r\nPlease do not leave negative or neutral feedback without any contact. \r\n \r\nStyle: Ready-made hair dryer for adding volume 3d 4D 5D 6D eyelashes; \r\n \r\nSize: 16 lines in one package, 1 tray in a batch; \r\n \r\nMaterial: The best PBT is imported from South Korea; \r\n \r\nCurl: s / d; Thickness: 0.07 / 0.10 / 0.15 mm \r\n \r\nLength: 8/9/10/11/12/13/14 / 15mm16mm / Mixed Length; \r\n \r\nMixed Part Length: 8 * 2, 9 * 2, 10 * 3, 11 * 3, 12 * 3, 13 * 1, 14 * 1.15 * 1 \r\n \r\n3D 16 * 20 fans 320 fans \r\n \r\n4D 16 * 10 fans 240 fans \r\n \r\n5D 16 * 10 fans 160 fans \r\n \r\n6D 16 * 10 fans 160 fans \r\n \r\nPre-made styles are the latest advanced development in the field of eyelash technology. Our pre-made hair dryer for adding volume to 3d 4d 5d 6d eyelashes will give your customers luxuriously full, Feathered-soft, fluffy and Glamorous, but natural sets of eyelashes without damaging their natural eyelashes! \r\n \r\nChoose and buy: http://bit.ly/eyelashesd\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AllenFiepTUZ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 03:50:57', '109.234.38.61', '1'),
(1623, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarryBofZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"wharLy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89289873523\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2429:\"Our company provides supreme quality weight loss products. Look at our health contributing site in case you want to feel better. https://b2p6.powerhealth.site/es/donde-comprar-parabolan-autentica-74889.html Our company offers herbal weight loss products. Take a look at our health contributing site in case you want to feel better. https://6nu3.powerhealth.site/en/testoviron-buy-nz-80003.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to look healthier  with a help of general health products. https://6u.powerhealth.site/da/billig-trenbolone-acetate-rv-dealers-3187.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help of health products. https://2id9.powerhealth.site/es/comprar-methandrostenolon-online-en-venezuela-56517.html Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to feel better with a help health products. https://k0.powerhealth.site/es/vendo-primobolan-injectable-splitting-92701.html Our company offers a wide variety of supplements. Look at our health contributing website in case you want to feel healthier. https://dh29.powerhealth.site/fr/vente-testosterone-enanthate-zj-v8-98009.html \r\nOur company provides a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help of general health products. https://o4q.powerhealth.site/nl/bestelling-oxandrolone-cramps-66859.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help general health products. https://6nu3.powerhealth.site/fi/osta-testoviron-mexico-54508.html  Our company offers a wide variety of non prescription products. Look at our health site in case you want to look healthier  with a help health products. https://f7w.powerhealth.site/fr/vendre-anadrol-wyoming-30306.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to strengthen your health with a help of health products. https://m5r.powerhealth.site/no/testosterone-enanthate-pris-p-apotek-58914.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarryBofZG', 'wharLy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 05:48:34', '109.165.64.79', '1'),
(1624, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Push_money\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"rencuwi@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:978:\"With the help of our service it is possible to increase the income of the site puertobarillas.com by 50% - 100% in 2 months. \r\nOur advertisers pay you for each click from push-mailing on your base. \r\nWe send one newsletter to your users a day. \r\nYour income will grow every day with the increase of the number of subscribers in arithmetic progression. \r\nThe percentage of subscriptions from mobile devices is 2-5 times higher than from PC. \r\nAlso, you can fully use the push-mailing service and send any notifications to your users. \r\n \r\nYou can earn more than $1 from one subscription per life cycle! Let&#039;s calculate: your site traffic is 1000 people, 10 people subscribe each day, one subscription brings $1 for its life cycle, as a result you can get $10 from 1000 visitors additionally, without removing the existing advertising. \r\nOur service allows you to collect subscriptions both on https sites and working on http. \r\n \r\nFor more details click https://vk.cc/9IaIg9\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Push_money', 'rencuwi@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 12:15:32', '109.165.19.118', '1'),
(1625, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87866643683\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Looking for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/mooms\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 15:08:48', '94.139.226.122', '1'),
(1626, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AngelaSvopFD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"andzelasmi@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81558791587\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1589:\"АРЕНДА ПРОДАЖА ВЫКУП БАРТЕР ЛИЗИНГ ОПАЛУБКИ И ОБОРУДОВАНИЯ индивидуальные и более выгодные условия! \r\nАренда от 10р./м2 в сутки для монолитного строительства в Краснодаре и Южном Федеральном округе \r\n \r\nГибкие условия! Выгода до 50% \r\n \r\nАренда опалубки с правом выкупа - возможность выкупа спустя 6 месяцев за 50% стоимости. \r\n \r\nПродажа многоразовой стальной и алюминиевой опалубки. \r\n \r\nВыкуп б/у опалубки(покупку) стен, колонн, перекрытий (стойки телескопические и объемные), лесов, комплектующих. \r\n \r\nОперативно произведем осмотр, дефектовку, самовывоз. TradeIn - замена старого комплекта опалубки на новый. \r\n____________________________________ \r\nСЂРµРЅС‚Р°СЃС‚СЂРѕР№ Р°СЂРµРЅРґР° РѕРїР°Р»СѓР±РєРё	РљР°Р»РёРЅРёРЅСЃРєР°СЏ\r\nРѕРїР°Р»СѓР±РєР° СЃ С„Р°РЅРµСЂРѕР№ Р°СЂРµРЅРґР°	Р’С‹СЃРµР»РєРё\r\nР°СЂРµРЅРґР° СЃС‚РµРЅРѕРІРѕР№ РѕРїР°Р»СѓР±РєРё	Р•Р№СЃРє\r\n \r\n---------------------- \r\nhttp://опалубка-краснодар.рф/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaSvopFD', 'andzelasmi@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-22 18:22:08', '178.76.243.145', '1'),
(1627, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82149991792\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:120:\"Hello. \r\nMy name is Gel. \r\nLooking for a guy to meet. I will come to your area or meet me. I live near. \r\nMy nude photos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-23 03:51:18', '94.228.207.1', '1'),
(1628, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CalvintawWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"decvfrbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86818974961\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:158:\"Pre-eminent сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/sd41adw1k1 \r\n \r\nfreetexthost.com/sd41adw1k1 \r\n \r\nhttp://bit.do/e5nsF \r\n \r\nbit.do/e5nsF\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CalvintawWD', 'decvfrbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-23 06:14:44', '5.143.57.25', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1629, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CalvintawWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"decvfrbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89463376295\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:151:\"Most сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/sd41adw1k1 \r\n \r\nfreetexthost.com/sd41adw1k1 \r\n \r\nhttp://bit.do/e5nsF \r\n \r\nbit.do/e5nsF\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CalvintawWD', 'decvfrbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-23 10:03:06', '77.35.189.87', '1'),
(1630, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Asflt93vopBZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"andzelasmi@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83123913226\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2318:\"Предоставляем услуги от ямочного ремонта небольших дворовых территорий до строительства городского паркинга и дорог муниципального и федерального значения. \r\n \r\nБлагоустройство территории Краснодара \r\n \r\nЗонирование, повышение комфорта, экологии. Проведение комплексного озеленения, установка вспомогательных архитектурных сооружений и других элементов по индивидуальному проекту. \r\n \r\nВыполнение всего комплекса работ по созданию дорожного полотна любого класса и площади. Демонтаж старого полотна, создание проекта, подготовка грунта, обустройство основания, асфальтирование. \r\n \r\nАсфальтирование для легкового транспорта \r\nАсфальтирование для грузового транспорта \r\nВысокая конкурентоспособность, выполнение работ &quot;день в день&quot;, а так же репутация надежного и качественного подрядчика. \r\nОпыт работы с 2008 года, Оптимальная цена, ВЫЕЗД СПЕЦИАЛИСТА В ДЕНЬ ОБРАЩЕНИЯ Бесплатно! \r\nБетонирование, Благоустройство, Топографическая съемка, Разбивка любой сложности осей зданий, сооружений, линейных объектов \r\n \r\n____________________________________ \r\nуправление коммунального хозяйства и благоустройства краснодар сайт\r\nасфальтирование двора в краснодаре цена\r\nкраснодар управление коммунального хозяйства и благоустройства\r\n \r\n---------------------- \r\nhttp://благоустройство-краснодар.рф/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Asflt93vopBZ', 'andzelasmi@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-23 21:58:44', '178.76.243.145', '1'),
(1631, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CalvintawWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"decvfrbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84664868814\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:151:\"Most сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/sd41adw1k1 \r\n \r\nfreetexthost.com/sd41adw1k1 \r\n \r\nhttp://bit.do/e5nsF \r\n \r\nbit.do/e5nsF\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CalvintawWD', 'decvfrbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-23 22:03:02', '5.143.61.183', '1'),
(1632, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CalvintawWD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"decvfrbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83221815568\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:151:\"Most сhildrens porno clips PTHC CP \r\n \r\nhttp://freetexthost.com/sd41adw1k1 \r\n \r\nfreetexthost.com/sd41adw1k1 \r\n \r\nhttp://bit.do/e5nsF \r\n \r\nbit.do/e5nsF\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CalvintawWD', 'decvfrbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 02:34:46', '77.35.28.148', '1'),
(1633, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LeroyhawLO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Satarfhal@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84314174547\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2153:\"hOur company offers a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help health products. https://j4i.cbdbesteuro.com/fr/vendre-amoxil-uzinagaz-14452.html Our company provides health products. Take a look at our health contributing website in case you want to look healthier. https://g4z4.cbdbesteuro.com/no/salg-zoloft-eee-35535.html Our company provides supreme quality general health products. Visit our health contributing site in case you want to improve your health. https://6r7a.cbdbesteuro.com/es/adquirir-ventolin-sin-receta-88555.html Our company offers safe weight loss products. Look at our health contributing website in case you want to strengthen your health. https://q3.cbdbesteuro.com/fr/kamagra-sans-ordonnance-vygon-61520.html Our company offers herbal pills. Look at our health contributing website in case you want to strengthen your health. https://l47n.cbdbesteuro.com/es/precio-de-ventolin-10mg-66931.html Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look healthier  with a help of general health products. https://5t.cbdbesteuro.com/it/il-lasix-si-puo-acquistare-senza-ricetta-91201.html \r\nOur company offers generic pharmacy. Look at our health contributing portal in case you want to feel healthier. https://jz1.cbdbesteuro.com/fi/osta-zithromax-more-than-20-91829.html Our company offers herbal healthcare products. Look at our health contributing site in case you want to feel healthier. https://6qe.cbdbesteuro.com/fr/doxycycline-prix-vhu-35479.html  Our company provides health and related products. Look at our health contributing portal in case you want to feel healthier. https://6k.cbdbesteuro.com/no/salg-levitra-splitting-46619.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to look better with a help health products. https://1f.cbdbesteuro.com/en/is-it-legal-to-buy-lasix-online-in-usa-34097.html Our company offers a wide variety of healthcare products. Take a look at our health contributing portal in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeroyhawLO', 'Satarfhal@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 10:39:46', '31.23.207.211', '1'),
(1634, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"jonathanhr16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"leannqt69@yuji21.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84715446353\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://randompornvideo.bestsexyblog.com/?amari \r\n\r\n long clips porn vids bailing out porn compainy blow me porn videos girl asleep porn lenka porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jonathanhr16', 'leannqt69@yuji21.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 10:42:41', '185.112.146.55', '1'),
(1635, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"jannaru3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"jackiezh5@kenshin65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85879689761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:218:\"New project started to be available today, check it out\r\nhttp://lesporn.kanakox.com/?norma \r\n\r\n disturbed porn video porn gay free cum mouth movies my hands are too small porn tan sexy teens porn free porn cum in pussy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jannaru3', 'jackiezh5@kenshin65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 11:09:55', '162.247.74.217', '1'),
(1636, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85766211987\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:367:\"Looking for sex \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myhomevid \r\n \r\n \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttp://gg.gg/myhomevid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 18:56:25', '94.139.226.122', '1'),
(1637, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"Обработка от Клещей\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"descontrol7@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86883169361\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4163:\"Дезинсекционная организация Дез-Контроль обеспечивает санитарно-эпидемические работы по травле членистоногих в СПБ и прилегающей территории. Персонал службы производит обработку синантропных мух, лечение кровососов, избавление от мышей. Мастера эпидемической санстанции обладают гигантским умением оказания санитарно-эпидемических задач для физических арендаторов и предприятий различной направленности. Для травления кровососов эксплуатируется фумигационное электрооборудование и сертифицированные инсектоакарициды, изготавливаемые передовыми компаниями по выпуску агрохимических дезсредств России и Испании – Доброхим, Дезснаб-Трейд, Самарово, ТПК Техноэкспорт, Sulphur Mills, Лаборатория Медилис. Против блох задействуются дезсредства Сипаз, K-Othrine, Медилис, Акаритокс, Альфа и разные известные и безобидные для домочадцев и комнатных любимчиков дезсредства. Санобработка остальных насекомых производится химикатами Дельтрин, Самаровка, Карбофос, Дельта Зона, Биорин, Доброхим, Ципертрин – действенными и фосфорорганическими дезсредствами для обработки населённых помещений. Санслужба Сэсконтроль – это благонадёжный производитель санитарно-эпидемических работ, санэпидемслужба располагает надлежащими ресурсами и нужными знаниями для дезинфекции сельскохозяйственных территорий с отменным результатом. Эпидемиологическая санстанция Дез-Контроль выполняет разные услуги: дезинфекцию вредителей, гербицизация борщевика, истребление членистоногих вредителей. Дезинсекционные услуги Сэсконтроль берут разнопрофильные учреждения – коммерческие компании, гостиничные комплексы, коммунальные службы: общежития, хосписы, кофейни, университеты, супермаркеты, турбазы. Вызвать спеца удалить вшей в ресторане можно в каждое местность Петербурга и ЛО. Работники санитарно-эпидемической санэпидемслужбы Сэсконтроль дезинфицируют грызунов на объектах: Курортный район, округ Ржевка, метро Удельная, посёлок Ушково, город Никольское. На истребление вредителей даётся длительное обслуживание.\r\n \r\n \r\n Хештеги:   уничтожение клещей на участке своими руками,  какие болезни вызывает укус клеща,  обработка участка от комаров и клещей,  обработка от клещей в ленобласти,  обработка от клещей нижний тагил \r\n \r\n Читать отзыв полностью:  https://desinsection.com/obrabotka-ot-kleschey/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Обработка от Клещей', 'descontrol7@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-24 23:42:18', '37.120.155.18', '1'),
(1638, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AntonioojawWW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vasiilii13724@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82257195646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:998:\"Данный интернет ресурс специализируется на продаже шапок, камуфляжных костюмов, зимних курток, а также экипировки и сопутствующих товаров для всех родов войск по доступным, выгодным ценам.ссылочка \r\nАрмеец поможет подобрать качественную, индивидуальную военную одежду и для курсантов, и студентов военных кафедр, охотников и рыболовов, любителей активного отдыха и военных игр, любителей стиля милитари. \r\nКроме товаров отечественного производителя, магазин военторг предоставляет Вашему вниманию оригинальную форму и экипировку стран НАТО.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntonioojawWW', 'vasiilii13724@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 02:24:01', '164.132.201.87', '1'),
(1639, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BernardhowJL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"kirya.averenkov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88963545623\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:93:\"уголовно исполнительный кодекс \r\n \r\nюрист запорожье\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BernardhowJL', 'kirya.averenkov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 03:58:33', '94.29.73.233', '1'),
(1640, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryjacheFI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"tima.muntyayev@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82837233964\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"адвокат по кредитным делам запорожье \r\n \r\nадвокаты\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryjacheFI', 'tima.muntyayev@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 03:58:34', '94.29.73.233', '1'),
(1641, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"courtneyam69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:49:\"lorenepw60@hikaru1610.atsushi50.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85742495516\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"Sexy pictures each day\r\nhttp://lesbian.pics.bloglag.com/?jacey \r\n\r\n ice t hardcore porn sierra sinn porn olympic gymnast porn star free sexy naked hippy porn free female porn stars\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'courtneyam69', 'lorenepw60@hikaru1610.atsushi50.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 04:55:41', '162.244.81.196', '1'),
(1642, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JeremyaveptUT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87334895579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:734:\"PROFESSIONAL server hosting. \r\n \r\nThe minimum server cost is only $ 3 per month for 1GB RAM and 30GB NVMe disk. Free increase in resources at any time. Pay as you grow! \r\n \r\nTariffs and services: \r\nStandard VDS \r\nHi-CPU VDS \r\nDedicated Servers \r\nSSL \r\nDomains \r\n \r\nWe do not provide services for &quot;space&quot; prices, our advantage is that we provide the highest quality services at the lowest possible prices. Thus, we will help you earn money, not spend money. \r\n \r\nVIRTUAL VDS / VPS SERVERS: \r\nHigh Performance VDS / VPS \r\nOptimal VDS / VPS \r\nVDS / VPS with a large SSD \r\nCloud VDS / VPS \r\nBudget VDS / VPS \r\nComparison of all our VDS / VPS \r\n \r\nOfficial website: http://bit.ly/vdsinaru \r\nSimilar service: http://bit.ly/cpzomro\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeremyaveptUT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 04:56:24', '185.118.164.113', '1'),
(1643, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MarquisstincGV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"tytar.lavrentiy@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88452921617\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:149:\"кран ксм-35, \r\nразделитель сред рс-21-08 \r\n \r\nru-arm.ru, \r\nкран ксм-35-3, \r\nразделитель сред рс-21-08\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarquisstincGV', 'tytar.lavrentiy@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 05:23:17', '77.232.153.155', '1'),
(1644, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ScottCemQQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"essayforall@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81211795589\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2905:\"http://gekadobako.me http://demalogale.me http://gohohuvemo.me http://batifedupe.me http://vesulogiti.me  \r\npratica pedagogias no ensino da biologia do 7 ano do ensino fundamentalII how to start off an argumentative essay steps to writing a lab report how to start writing a master&#039;s thesis inclusГЈo social nas escoas de alunos da 1ВЄ fase revisГЈo honda city essay about someons instagram ArgumentaГ§ГЈo e disseratativo no texto de produГ§ГЈo de texto OrГ§amento pГєblico da policia metropolitana trouble essay sex CaracterГ­sticas da pГЎlpebra e superfГ­cie ocular em pacientes com dermatite atГіpica in paper mla citation liberaГ§ГЈo miofascial para recuperaГ§ГЈo muscular Estruturas de concreto armado em situaГ§Гµes de incendio InclusГЈo escolar autismo na sala de aula  \r\nessay outline samples \r\nfgv oab xvi exame \r\ncursos faculdade anhanguera \r\nexame ceruloplasmina \r\nhow to create an essay \r\nMГ©todos analГ­ticos para determinaГ§ГЈo de sГіdio nos alimentos \r\nartigo 620 cpc \r\nA contribuiГ§ГЈo da sociologia da educaГ§ГЈo para acompresГЈo da educaГ§ГЈo escolar \r\ndifference between narrative and descriptive essay \r\nhow to find freelance writing jobs \r\nA inviolabilidade dos dados e das comunicaГ§Гµes telefГґnicas frente Г  obtenГ§ГЈo de provas no aparelho celular \r\nmodelos de relatГіrios para educaГ§ГЈo infantil \r\nwork out math problems online \r\nschool uniforms sources for essay \r\ncontroversial books scholarship essay \r\ncurso ead senac \r\nrubric for writing an essay \r\nhow to create a thesis for an essay \r\nget high like paper \r\nthesis statement for a dolls house \r\ntese de mestrado guerra primary research paper bullying essay example what is a college thesis paper Estudo de caso analise do mix de marketing 4ps de uma empresa real  \r\napa format thesis paper sample \r\nwriting stories websites \r\ncurso de eletronica \r\nbaseball history in short essay \r\nwrite my personal statement \r\nwhat is good writing essay \r\nthesis about social media \r\nbrown university essays \r\ncurso de jornalismo online gratis \r\nhomework solution website \r\npopular topic for research paper \r\nDe que maneira o conhecimento de inglГЄs pode ajuda a melhorar a vida das pessoas \r\nA influГЄncia da mГ­dia na decisГўo dos jurados \r\napresentador targus \r\nremote technical writing jobs abstrata forma de amar what is short essay format ensaio sensual completo 1 250 word essay porno apresentadora immigration research paper outline how to be successful in high school essay FICHAMENTO DE DEMOCRATIZAГ‡ГѓO NA ESCOLA PГљBLICA essay on finding hidden treasure curso de access 2010 Instrumentos tecnicos e o serviГ§o social what is critical thinking essay religious topics to write about curso online excel avanГ§ado  \r\n \r\nhttp://hevigukimo.me\r\nhttp://roledatehi.me\r\nhttp://pifibapeku.me\r\nhttp://inkd.me\r\nhttp://gatabohora.me\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottCemQQ', 'essayforall@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 07:07:09', '185.183.95.103', '1'),
(1645, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AntonioojawWW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vasiilii13724@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88372698198\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:985:\"Данный интернет ресурс специализируется на продаже шапок, камуфляжных костюмов, зимних курток, а также экипировки и сопутствующих товаров для всех родов войск по доступным, выгодным ценам. \r\n \r\nАрмеец поможет подобрать качественную, индивидуальную военную одежду и для курсантов, и студентов военных кафедр, охотников и рыболовов, любителей активного отдыха и военных игр, любителей стиля милитари. \r\nКроме товаров отечественного производителя, магазин военторг предоставляет Вашему вниманию оригинальную форму и экипировку стран НАТО.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntonioojawWW', 'vasiilii13724@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 07:53:32', '164.132.201.87', '1'),
(1646, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidtafRC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Baique@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87379514181\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2424:\"hOur site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look healthier  with a help generic supplements. http://er0.orderspillsonline.com/da/metformin-2/kob-metformin-en-97362.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to look better with a help general health products. http://1bs.orderspillsonline.com/sv/aciclovir-3/koepa-aciclovir-p-naetet-lagligt-53727.html Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help of generic supplements. http://6ay.orderspillsonline.com/da/valtrex-4/valtrex-uden-recept-morotskaka-71281.html Our company provides healthcare products. Look at our health contributing site in case you want to look better. http://7ya.orderspillsonline.com/es/zovirax-2/zovirax-precio-bogota-8739.html Our company provides a wide variety of health and related products. Look at our health contributing website in case you want to look healthier. http://4wc.orderspillsonline.com/en/metformin-8/metformin-for-sale-oday-20-9424.html Our company offers generic pills. Look at our health contributing site in case you want to feel better. http://oe80.orderspillsonline.com/fi/lasix-4/jotta-lasix-google-40092.html \r\nOur company provides herbal non prescription products. Look at our health contributing site in case you want to look better. http://3q6a.orderspillsonline.com/no/fildena-4/fildena-pris-cwi-57020.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to to improve your health with a help health products. http://9s.orderspillsonline.com/fr/cialis-7/vendre-cialis-xqx-90880.html  Our company provides herbal pharmacy. Look at our health contributing website in case you want to improve your health. http://5m.orderspillsonline.com/nl/prednisolone-3/prednisolone-kopen-achteraf-betalen-53918.html Our site offers a wide variety of non prescription products. Look at our health website in case you want to feel better with a help of generic supplements. http://4wc.orderspillsonline.com/sv/metformin-8/metformin-utan-recept-hartige-36351.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to strengthen your health with a help of general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidtafRC', 'Baique@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 12:33:10', '109.165.7.56', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1647, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"marytq4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"sherrieor7@masaaki10.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81536941573\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"New super hot photo galleries, daily updated collections\r\nhttp://publicsexporn.lexixxx.com/?brenna \r\n\r\n black girl on girl bisexual porn twink hainti porn hard core pole porn dancing green porn ann free porn viseo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'marytq4', 'sherrieor7@masaaki10.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-25 23:42:41', '37.187.129.166', '1'),
(1648, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"gretchenxa3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"fannydb60@akio8110.hideo67.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86359672813\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Hot sexy porn projects, daily updates\r\nhttp://dutch.porn.allproblog.com/?madilyn \r\n\r\n porn withou oral free porn tube ebony babe small cock porn youtube swimming suit porn aubain porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gretchenxa3', 'fannydb60@akio8110.hideo67.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 00:22:49', '46.165.245.154', '1'),
(1649, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RayzondFouroPJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"minkuler@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86827652472\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:190:\"ajanta apcalis viagra cialis levitra\r\n http://pharmshop-online.org - cialis online\r\n  compare viagra, levitra, cialis\r\n generic cialis usa\r\n - cialis generic date who is online\r\n cure for ed\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RayzondFouroPJ', 'minkuler@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 02:24:29', '5.3.217.191', '1'),
(1650, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MatthewGemLH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"exponry@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85814985365\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2222:\"Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to feel better with a help generic supplements. https://1w.infomedonline.site/fr/cialis-prix-qmusic-73920.html Our company provides herbal health and related products. Look at our health contributing site in case you want to improve your health. https://g9.infomedonline.site/en/best-online-pharmacy-to-buy-lisinopril-65206.html Our company offers herbal pharmacy. Take a look at our health contributing website in case you want to strengthen your health. https://e0.infomedonline.site/it/costo-confezione-glucophage-10-mg-17064.html Our company offers herb-based pills. Visit our health contributing website in case you want to strengthen your health. https://7z.infomedonline.site/en/zithromax-non-prescription-prenatal-vitamins-67808.html Our company provides supreme quality health products. Take a look at our health contributing portal in case you want to feel healthier. https://8l.infomedonline.site/en/buy-zoloft-50mg-67313.html Our company offers herb-based non prescription products. Visit our health contributing site in case you want to improve your health. https://a6y6.infomedonline.site/fi/halpa-cialis-what-happens-51618.html \r\nOur company offers a wide variety of health and related products. Take a look at our health contributing portal in case you want to feel healthier. https://60yc.infomedonline.site/nl/retin-a-online-english-greek-73690.html Our company provides a wide variety of non prescription products. Visit our health site in case you want to strengthen your health with a help general health products. https://q0b1.infomedonline.site/sv/bestaella-zoloft-urdu-8824.html  Our company provides herbal weight loss products. Look at our health contributing portal in case you want to feel healthier. https://8p7a.infomedonline.site/da/billig-zyban-patent-42097.html Our company offers herb-based supplements. Visit our health contributing site in case you want to feel better. https://3o.infomedonline.site/en/is-it-legal-to-buy-fluoxetine-online-in-canada-74281.html Our company provides herbal weight loss products. Take a look at our health contributing site in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MatthewGemLH', 'exponry@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 13:06:11', '5.139.154.146', '1'),
(1651, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KellyjemGL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"f.ilmsr.ooms@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85291727132\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:396:\"Нужен секс на одну ночь? \r\nТогда вам необходим наш портал. \r\n \r\nЗнакомства для секса парами для секса\r\nЗнакомства интимные отношения\r\nИнтим фота девушек белогорска\r\nЗнакомства в красноярске с девушками\r\nСаяногорск мамба\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KellyjemGL', 'f.ilmsr.ooms@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 14:19:12', '77.37.130.226', '1'),
(1652, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JameGelayZS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vasiilii13724@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88476268648\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"Guys just made a web-site for me, look at the link:   \r\nGet the facts Tell me your prescriptions. Thank you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JameGelayZS', 'vasiilii13724@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 19:54:13', '164.132.201.87', '1'),
(1653, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamMugPZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"9611@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87411965514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"bandarqq\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamMugPZ', '9611@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 23:34:56', '82.200.121.251', '1'),
(1654, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84394844955\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:365:\"My sex Skype \r\n \r\n \r\n \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://cutt.us/home2019 \r\n \r\n \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttp://gg.gg/c2c-2019\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-26 23:39:20', '94.139.226.122', '1'),
(1655, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CarmendogGM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"masereburver@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89423876915\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:200:\"learn animal names \r\nLearn Wild Animal Names\r\nLearn Colors with Animals, Characters, Vehicles and others ALL learn video\r\nKids Pool of Toys\r\nLearn Wild Animals For Kids\r\nLearn Wild Animals For Kids by\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarmendogGM', 'masereburver@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-27 01:23:43', '77.37.130.226', '1'),
(1656, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"UncorpTT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lgaerfkls0@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81448768687\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"buy cheap cialis online buy cialis online cheap cialis viagra online buy viagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'UncorpTT', 'lgaerfkls0@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-27 02:22:02', '5.188.210.28', '1'),
(1657, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"quickchainQuaveTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"quickchain50@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88915398831\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Grow your bitcoins by 10% per 2 days. \r\nProfit comes to your btc wallet automatically. \r\n \r\nTry https://quickchain.cc \r\nit takes 2 minutes only and let your btc works for you! \r\n \r\nGuaranteed by the blockchain technology!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'quickchainQuaveTM', 'quickchain50@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-27 02:43:18', '88.135.63.1', '1'),
(1658, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesSnurnGF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Loorne@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86255962158\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2306:\"Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to strengthen your health with a help of health products. https://3a4p.sportpharm.site/es/sustituto-masteron-enanthate-sin-receta-76654.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help of health products. https://c5r7.sportpharm.site/no/salg-methenolone-enanthate-tubs-13298.html Our company offers supreme quality general health products. Take a look at our health contributing website in case you want to look healthier. https://e7t.sportpharm.site/es/donde-puedo-comprar-testosterone-suspension-en-df-55781.html Our company provides health and related products. Look at our health contributing portal in case you want to look healthier. https://1h.sportpharm.site/nl/222-niet-receptplichtige-xq-remy-96765.html Our company offers supreme quality supplements. Look at our health contributing portal in case you want to strengthen your health. https://m4.sportpharm.site/de/primobolan-oral-ohne-rezept-sicher-kaufen-97656.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to look better with a help health products. https://ra53.sportpharm.site/da/billig-deca-durabolin-action-20164.html \r\nOur company offers a wide variety of non prescription products. Take a look at our health contributing site in case you want to improve your health. https://6pp.sportpharm.site/nl/oxandrolone-online-illustrated-64163.html Our company provides a wide variety of supplements. Look at our health contributing website in case you want to feel better. https://l80x.sportpharm.site/en/price-of-methyltestosterone-on-private-prescription-55815.html  Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to strengthen your health with a help generic supplements. https://g8e.sportpharm.site/da/billig-222-itch-32367.html Our company offers a wide variety of non prescription products. Look at our health site. https://3vg.sportpharm.site/es/venta-testosterone-blend-odor-44342.html Our company offers safe health products. Take a look at our health contributing site in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesSnurnGF', 'Loorne@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-27 11:03:31', '31.23.103.94', '1'),
(1659, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AntoniaoojawDP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vasiilii13724@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87581719287\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1663:\"Интернет магазин парфюмерии и косметики \r\nкрасивое порно \r\nпредлагает Вам парфюмерию от известных мировых торговых домов. Купить духи или туалетную воду а также Купить косметику в нашем интернет магазине парфюмерии и косметики совсем просто - Вы можете сделать заказ на сайте или позвоните к нам по телефону. \r\nНа нашем сайте представлена мужская и женская парфюмерия, женская косметика в большом ассортименте. В интернет магазине парфюмерии и косметики Bruna.com.ua каждый найдет аромат или косметику на свой вкус – от духов с легким, едва заметным оттенком до парфюма с дерзким ароматом. Женская и мужская парфюмерия косметика в нашем интернет магазине – это духи, парфюмы, Туалетные воды и косметика высокого качества. \r\nРазобраться в особенностях парфюмерии и косметики, а также в специфике женской и мужской парфюмерии   Вам помогут  советы в статьях: &quot; как подобрать духи &quot; на нашем сайте и наши менеджеры.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntoniaoojawDP', 'vasiilii13724@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-27 23:04:32', '164.132.201.87', '1'),
(1660, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RonaldmucheDJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"mars@seosale.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88138661382\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2042:\"http://bit.ly/HAcid - [IMG - https://cdn1.savepice.ru/uploads/2019/4/12/11f6ecaf7357f41e779c7a14b287dc59-full.jpg[/IMG -  \r\n \r\nKeep Your Skin Moist and Youthful With Hyaluronic Acid!  \r\n \r\nHyaluronic Acid is a Safe and Natural Anti-Aging and Moisturizing Substance! \r\n \r\nInstead of trying odd artificial products with little to no science behind them, using Hyaluronic acid is certainly the better choice. It is a natural ingredient of human skin, which helps it look plumper and prevent wrinkles. Look Younger the Natural Way! Babies have a lot of Hyaluronic acid in their skin, making it so deliciously soft and smooth. By rubbing hyaluronic acid twice a day into your skin, you can regain some of that smoothness in time, giving you a younger look and healthier skin. \r\n \r\nIt works on ALL skin types and of course it works just as well on men as it does on women! No matter if you have oily, dry or mixed skin; Hyaluronic acid will work just as deeply and thoroughly. Take Control of Your Skin&#039;s Health! Our skin needs a lot of care to retain its youthful elasticity and looks. As we age, our skin loses a lot of its Hyaluronic acid and collagen. \r\n \r\nThis causes wrinkles to appear, especially after the age of 40. By replenishing some of that Hyaluronic acid, we can delay aging and retain youthful looks for a lot longer. \r\n \r\nGet rid of Sagging and Minimize the Appearance of Pores! \r\n \r\nHyaluronic Acid: \r\n- Makes Pores Less Visible \r\n- Diminishes Redness \r\n- Lifts and Firms Sagging Skin \r\n- Gives You Softer and Smoother Skin Texture \r\nHyaluronic Acid from Instaskincare is one of the purest products you can find! \r\n \r\nUse high quality products, like Hyaluronic Acid from Instaskincare, to safeguard your health ensure that you will have the best possible results! \r\n \r\nIngredients: purified water, hyaluronic acid, phenoxyethanol (0.1%) \r\n \r\n100% results guarantee!100 Pure HYALURONIC ACID AntiAgingPlumps WrinklesIntense Hydration 2oz ? \r\nhttp://bit.ly/HAcid - http://bit.ly/HAcid \r\nhttp://bit.ly/HAcid - http://bit.ly/HAcid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RonaldmucheDJ', 'mars@seosale.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 04:26:31', '185.127.27.42', '1'),
(1661, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianMizUF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Vone@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84474216742\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2244:\"Our company provides health products. Visit our health contributing site in case you want to feel healthier. https://7ik7.medonline.site/gr/osfyalgia-kai-pc-antimetwpizetai-72529.html Our company offers healthcare products. Take a look at our health contributing site in case you want to look better. https://p7y.medonline.site/en/arthritis-jab-49378.html Our company provides a wide variety of general health products. Visit our health contributing site in case you want to strengthen your health. https://m4n.medonline.site/pt/forte-dor-lombar-94483.html Our company offers herbal healthcare products. Take a look at our health contributing portal in case you want to look better. https://j5m0.medonline.site/es/diclofenaco-sirve-para-dolor-de-espalda-96267.html Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to feel better with a help of health products. https://6o.medonline.site/it/globuli-bianchi-alti-e-mal-di-schiena-62054.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to feel healthier with a help general health products. https://9sp.medonline.site/it/dolore-articolareit-60303.html \r\nOur company offers a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help general health products. https://n44u.medonline.site/it/pantoprazolo-e-dolori-articolari-6996.html Our company offers a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help general health products. https://j4m.medonline.site/gr/osfyalgia-tropoi-antimetwpishc-83555.html  Our company offers herbal non prescription products. Visit our health contributing website in case you want to feel healthier. https://oc4.medonline.site/pl/bl-krgosupa-ldwiowego-i-bioder-12464.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to feel better with a help of generic supplements. https://1p.medonline.site/es/dolor-de-espalda-tratamiento-38491.html Our company offers non prescription products. Visit our health contributing portal in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianMizUF', 'Vone@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 10:50:07', '31.23.178.227', '1'),
(1662, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SusanglusyIA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81369852734\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:970:\"We do not sell airline tickets, but help to find the cheapest. Is free. \r\n \r\nThe largest search engine for airline tickets in Russia. We compare all available flight options at your request, and then send you for purchase to the official websites of airlines and agencies. \r\nThe air fare you see is final. We removed all hidden services and check marks. \r\n \r\nWhere to fly? When are plane tickets cheaper? How to track airfare? \r\nChoose the direction and dates with the cheapest flight on the map or calendar of low prices, and in your account you will find contests and exclusive discounts from partners. \r\n \r\nSearch for tickets and hotels on your phone. \r\nAll site functions are always at hand - in a mobile application. \r\n \r\nSpecial offers airlines. \r\nWe know where to buy cheap flights. Airplane tickets to 220 countries. \r\nSearch and compare airfare prices among 100 agencies and 728 airlines. \r\n \r\nMore information on the official website: http://bit.ly/aviasalesen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SusanglusyIA', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 14:24:34', '109.234.38.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1663, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidhieseVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"anjelabbriks@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85181558773\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6040:\"want to join latest people i am a fun gril who wants to gratify unique people...  free sex relations in wickliffe ohio  free sex dating in minneapolis  what are you waiting as a replacement for Very young, greatly balmy, and awfully undemanding to get along with. I&#039;ve been told that I&#039;d make the perfect girlfriend. I&#039;m low sustenance, I disinclined usual to malls...I postulate I&#039;m not like most girl...i not really ... I know that&#039;s not unexceptionally the most beneficent position to be.  girl friend dating in norman park georgia  black sex dating in bow valley nebraska  Hi all Im little 4&#039;10&quot;giant, more 86 Lbs, Blonde, some freckels, red polish.  online lesbian dating in adelaide  free nude black models   http://revu.pw \r\nI light of one&#039;s life sex. I am a tranny looking for someone who wants to explore.  free sex dating in leeds  women average number of adult local personal  No teasing done here I&#039;m tried of being the honourable irish colleen, the one who one comes to as a replacement for advice, or the solitary who&#039;s honestly every tom bawl on. It&#039;s interval to cut unattached, arrange for neaten up d rehearse of all my inhibitions, do things to content me and loaded a teensy-weensy!  hot school girls photo  i seen mom naked xxx  I make merry playing games. Bodily games are the best. If you necessity us to have fun I&#039;m every time gracious and waiting. I will exude you an experience of a lifetime, but you&#039;ll be experiencing to win it.  free lesbian sites in redcar  maria ozawa xvn you porn  http://vrouw.pw \r\nIt feels like the more I try to be a good girl, the more I find myself wanting to be a slut. I mean, I really start out a chat with good clean fun in my mind, but when guys start talking about sex, start mentioning cocks, tits, pussy, fucking and all that, I tend to empathize with them. I find myself talking dirty and naughty like a slut would and begin sharing my own sexual escapades as well, comparing notes about what positions make me orgasm right away or how good a cock taste when it&#039;s inside my mouth etc. What makes it so hard to start a clean chat is that there&#039;s not really anyone around who actually wants to talk about anything other than sex...which is fine by me! The naughtier the chat becomes, the more I get interested and horny, which is really what the slut inside me really wants.  lesbian singles in octavia nebraska  dating personal sites online in winslow nebraska  I am charismatic, optimist,I capture from animation but cheerful things))) I am unconsidered, communicative and receptive lady. I can be store up and sprinkle or drain and honey вЂ“ youвЂ™ll not in a million years get bored with ...  local sex contacts uk  free mature woman sex videos  Throw off&#039;s estimate our avenue together. Fun and easy-going, I love fashion. I at liberty in retail and get off on serving people get their looks together. I spend most of my shilly-shally with my friends hardly hanging commission, shopping or grabbing something on the ... I wish I won&#039;t have to look too long.  free lesbian sites in copperhill tennessee  lesbian personals in meadowview virginia   http://aanbod.pw You left a have knowledge of in my mouth I&#039;m clever, easy prevailing, entertainment and spontaneous. My flight of fancy is to some lifetime influence to New York and work in approach but on the side of now I decent take to be patient.  http://quotenet.pw I&#039;m not searching to get affiliated on actuality and I&#039;m abiding you aren&#039;t searching for the bairn of your dreams. We are just amative humans affair to yield affliction of our needs. Aboriginal off, I&#039;m a big girl. Big and beautiful, with big naturals that adulation to be baffled and fondled. I adulation sex and seems I can never get abundant of it. Accepting a cam bairn is great, I can get all the sex I allegation now. I&#039;m not huge and sloopy fat, I just accept some nice curves with some added meat on my bones. Guys adulation me and already you get to apperceive me and apprehend how acceptable I can accomplish you feel, you will too. Cum in and let me appearance you my big buttery pussy!  \r\nI only log in when I&#039;m desperately needed sex. Looking since something exordinary in the unexceptional life.  sex with mulitpule partners  the sexy hottest prettest girl have hardcore sex  I am here. veluptuous!  free dating personals in new haven  free live nude chat with girls on cam  I am here for you. Red hair, freckles, glasses, mini well-upholstered, nordic descent..  match personals in bellingham  online singles in orangeville ohio   http://fryhof.pw Hey, hi there! We invite anyone in looking for a squaddie chat to fool some genital high jinks with us. You can be alone, or a four, we love ya all. We like having people pocket watch us fuck. We aren&#039;t a several or anything we good are fuck lovers as our name says. We both crave regard and lots of it, so this is an ideal situation over the extent of us. We do pretty much anything when we are in private soldier with you. I suck cock, he eats pussy, we do anal and we fuck like rabbits lol. We love it all, and if you wanna really grab distant then disillusion admit me touch on you this is the region to cum.  http://fryhof.pw I just came go from things play and my main stem&#039;s all achy. The lonesome dispensation to put one&#039;s money where one&#039;s mouth is myself (and I&#039;m not talking deprecate winsome a piss) is to ascertain laid. Joking, a righteous fuck into do wonders to your aching fullness and deliverance all that extremity from work. And if I can&#039;t a fuck promising away, I open do the next better nitty-gritty: actuate a extraordinarily horny gossip at Cams.com! I can&#039;t have the sand of united&#039;s convictions pretend how much I the leisure of one&#039;s life talking off colour and stripping pro the guys who survive the balls to unusually inquire me for a detailed chat. They demonstrate me wet power away with\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidhieseVH', 'anjelabbriks@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 15:22:48', '192.71.249.145', '1'),
(1664, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ClintongepUF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"kostenlosepornos.mobi@porncrop.org\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88343837721\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"bfxxx \r\nhttp://www.bfxxx.mobi\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClintongepUF', 'kostenlosepornos.mobi@porncrop.org', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 15:37:56', '185.230.127.228', '1'),
(1665, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JameGelayZS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"vasiilii13724@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81336324392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:95:\"Guys just made a website for me, look at the link:   \r\nlike this Tell me your credentials. THX!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JameGelayZS', 'vasiilii13724@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 16:46:58', '164.132.201.87', '1'),
(1666, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"David\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"amasovkey02@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83894654463\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:288:\"http://mvl6j.myz.info - 10 ethereum to bitcoin \r\nhttp://ovmffuj.dns04.com - Etf cryptocurrency sec \r\nhttp://z69h.dynamic-dns.net - Bittrex show usd instead of btc \r\nhttp://z26s.changeip.biz - Litecoin magazine the silver bull \r\nhttp://3346t.proxydns.com - Fly fishing fly wallet \r\nddddf55\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'David', 'amasovkey02@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-28 22:09:29', '139.59.81.158', '1'),
(1667, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertHewMG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"charlesxocramb@laco.fun\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84255187933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hello. And Bye.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertHewMG', 'charlesxocramb@laco.fun', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 05:01:07', '116.110.74.67', '1'),
(1668, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Mariam JakDM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89559637361\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"Приветик, что нового?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mariam JakDM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 06:23:08', '178.17.177.47', '1'),
(1669, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81421898247\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:518:\"Looking for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/home-video \r\n------------------------------- \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttp://gg.gg/home-video \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 08:23:47', '94.139.227.248', '1'),
(1670, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HerruildTT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lgaerfkls0@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87325325619\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"cheap viagra online buy cheap cialis coupon generic cialis online buy cialis online cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HerruildTT', 'lgaerfkls0@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 09:40:46', '5.188.210.28', '1'),
(1671, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"BrogeteTT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lgaerfkls2@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87796729728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"online cialis buy cialis cheap viagra online quick cash buy cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrogeteTT', 'lgaerfkls2@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 09:40:46', '5.188.210.28', '1'),
(1672, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"zooniaTT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"lgaerfkls1@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86955459649\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:69:\"buy cialis cheap cialis online buy viagra buy cheap cialis buy cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'zooniaTT', 'lgaerfkls1@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 09:40:47', '5.188.210.28', '1'),
(1673, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"ermaha4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"casandrayx3@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89443893457\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Hardcore Galleries with hot Hardcore photos\r\nhttp://porn.stories.hotblognetwork.com/?america \r\n\r\n anna bicole porn free dutch mature porn anime mind control porn hub free homemade interracial porn movies free jamaica porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ermaha4', 'casandrayx3@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 11:14:29', '149.202.238.204', '1'),
(1674, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BryanItewsYT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rarf@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83625522676\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2287:\"Our company offers safe non prescription products. Visit our health contributing site in case you want to look better. https://4za.bestessayonline.site/en/wjec-coursework-samples-10479.html Our company offers supreme quality general health products. Look at our health contributing portal in case you want to look better. https://je9.bestessayonline.site/en/writing-a-service-business-proposal-70689.html Our company provides herbal non prescription products. Visit our health contributing site in case you want to look better. https://n52l.bestessayonline.site/en/article-ghostwriter-32907.html Our company provides a wide variety of non prescription drugs. Visit our health site in case you want to look healthier  with a help health products. https://6i6q.bestessayonline.site/en/research-customer-loyalty-48805.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to feel better with a help health products. https://2i.bestessayonline.site/en/mba-personal-statement-writers-6465.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to look better with a help health products. https://46qn.bestessayonline.site/en/writing-help-online-chat-22104.html \r\nOur company provides supreme quality general health products. Visit our health contributing site in case you want to improve your health. https://7e8h.bestessayonline.site/en/thesis-writer-apa-45342.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help general health products. https://gl81.bestessayonline.site/en/essay-writing-service-law-books-78313.html  Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health. https://1mf.bestessayonline.site/en/thesis-statement-help-research-paper-29980.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to to feel healthier with a help health products. https://g9w5.bestessayonline.site/en/write-my-paper-for-me-apa-63298.html Our company offers generic pills. Visit our health contributing site in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BryanItewsYT', 'rarf@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 11:21:48', '31.23.6.85', '1'),
(1675, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"peciaroHN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"lgaerfkls2@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86227977919\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Generic cialis pro cialis generic cialis online generic cialis uk generic cialis online quick loans pay day loans\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'peciaroHN', 'lgaerfkls2@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 12:16:02', '5.188.210.27', '1'),
(1676, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"heiliaHN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"lgaerfkls0@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83996343146\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:126:\"Divorce cialis pills cheap cialis online definition of cialis tablets buy cialis online payday loans green bay wi payday loans\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'heiliaHN', 'lgaerfkls0@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 14:09:17', '5.188.210.27', '1'),
(1677, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"WhessyHN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"lgaerfkls1@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86355365447\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:160:\"Buy generic cialis maintain an erection generic cialis online viagra tabletta cialis 20mg generic cialis online payday loan portland oregon loans for bad credit\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WhessyHN', 'lgaerfkls1@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 14:50:08', '5.188.210.27', '1'),
(1678, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"tanyaqg69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"isabeltf20@sora7410.hiroyuki88.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87253935473\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"College Girls Porn Pics\r\nhttp://yongegirlporn.hdfreeadultporn.bestsexyblog.com/?maya \r\n\r\n free muscle porn sexy really oyung porn porn lined up taking turns tyler michigan porn vampire porn comics blood lust\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'tanyaqg69', 'isabeltf20@sora7410.hiroyuki88.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 20:57:15', '104.244.78.55', '1'),
(1679, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"NacharyCoxOB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"nafgelus@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82314837914\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"viagra first time\r\n http://rxviagracan.com - viagra pills for sale online\r\n  levitra vs viagra vs viagra weight loss guestbook.cgi?id=\r\n generic viagra for sale\r\n - ed trial pack\r\n viagra and alcohol username\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NacharyCoxOB', 'nafgelus@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-29 23:59:23', '5.164.239.19', '1'),
(1680, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"LarryGennickdUO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"amasovkey03@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82125656833\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1062:\"http://stroymags.ru \r\nhttp://game1.slots-bets24.ru \r\nhttp://bet.kazinos24.ru \r\nhttp://kazinos24.online \r\nhttp://bet2.kazinos24.ru \r\nhttp://game.slots-bets24.ru \r\nhttp://kazino1.bet-games.ru \r\nhttp://kazino3.slots-bet.ru \r\nhttp://wexchanger24.ru \r\nhttp://bet4.kazinos24.ru \r\nhttp://bet3.kazinos24.ru \r\nhttp://bet4.kazinos24.ru \r\nhttp://kazino4.slots-bet.ru \r\nhttp://bet3.kazinos24.ru \r\nhttp://kazino2.bet-games.ru \r\nhttp://game2.slots-bets24.ru \r\nhttp://stroymags.ru \r\nhttp://kazino1.slots-bet.ru \r\nhttp://kazino1.slots-bet.ru \r\nhttp://bet.kazinos24.ru \r\nhttp://cryptomonic.ru \r\nhttp://game.slots-bets24.ru \r\nhttp://game1.slots-bets24.ru \r\nhttp://kazino-game24.online \r\nhttp://game1.slots-bets24.ru \r\nhttp://slots-bet.ru \r\nhttp://bet.kazinos24.ru \r\nhttp://bet-games.ru \r\nhttp://kazino3.slots-bet.ru \r\nhttp://game4.slots-bets24.ru \r\nhttp://obmen-bitcoin-qiwi.ru \r\nhttp://cryptomonic.ru \r\nhttp://kazino.slots-bet.ru \r\nhttp://game.slots-bets24.ru \r\nhttp://kazinos24.ru \r\nhttp://bet2.kazinos24.ru \r\nhttp://slots-bet.ru \r\nhttp://kazino1.slots-bet.ru \r\ngdfcsdfrvfdvqq78\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryGennickdUO', 'amasovkey03@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 05:50:17', '176.57.71.53', '1'),
(1681, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"warrenua69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"ginaor3@hotaka56.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87799794619\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"Scandal porn galleries, daily updated lists\r\nhttp://legiocomixporn.energysexy.com/?dakota \r\n\r\n seceratary porn chalie sheen porn star free porn sitres porn bondage film clips white man black woman porn movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'warrenua69', 'ginaor3@hotaka56.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 08:52:26', '109.70.100.27', '1'),
(1682, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"sharleneci69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"mikeeb1@naoki8310.shiro70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86311676916\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://maturecarporn.jsutandy.com/?rianna \r\n\r\n club reps porn bound gods gay porn send free porn to cell phone girl fuck her choats porn free full length fat porn movis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sharleneci69', 'mikeeb1@naoki8310.shiro70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 10:21:41', '104.244.76.13', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1683, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SidneymedMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"achigichev.sasha@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86236117936\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:47:\"WANT TRADEКомпания WANT \r\n \r\nWANT TRADE\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SidneymedMS', 'achigichev.sasha@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 11:37:57', '46.188.98.10', '1'),
(1684, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87539181749\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:122:\"Hello. \r\nMy name is Lin. \r\nLooking for a man to meet. I will come to your area or meet me. I live very close. \r\nWatch here\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 11:42:13', '94.228.207.1', '1'),
(1685, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesFaxCX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"stainia@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89511537656\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2398:\"Our company provides herbal pills. Visit our health contributing portal in case you want to look healthier. https://j9k.athleticpharm.site/de/sustanon-en-espaa-online-23246.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier. https://kq23.athleticpharm.site/sv/bestaella-test-400-t400-oee-formula-33462.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to feel better with a help generic supplements. https://9q.athleticpharm.site/de/index.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help generic supplements. https://4ik.athleticpharm.site/fi/jotta-test-400-t400-ad-woman-46714.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to strengthen your health with a help health products. https://9zh.athleticpharm.site/de/trenbolone-enanthate-online-auf-rechnung-kaufen-58172.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help general health products. https://10qr.athleticpharm.site/fi/jotta-oxymetholone-celebrity-82475.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health site in case you want to strengthen your health with a help generic supplements. https://a5a.athleticpharm.site/nl/winstrol-kosten-personalausweis-11769.html Our company offers herb-based weight loss products. Visit our health contributing site in case you want to look better. https://o58v.athleticpharm.site/da/testosterone-undecanoate-uden-recept-breskvice-50371.html  Our company offers herbal general health products. Look at our health contributing website in case you want to feel healthier. https://8fw.athleticpharm.site/es/comprar-proviron-sin-receta-contrareembolso-43438.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help of generic supplements. https://fk3.athleticpharm.site/nl/acquistare-nandrolone-laurate-online-sicuro-39637.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to to improve your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesFaxCX', 'stainia@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 12:53:31', '109.165.30.175', '1'),
(1686, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"plaskysara@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87283842363\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:138:\"Hello my good. \r\nYou can call me Marina. \r\nLooking for a guy to meet. I will come to your area or meet me. I live very close. \r\nMy profile\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'plaskysara@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 15:24:38', '94.228.207.1', '1'),
(1687, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobtsipsyNB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"verfjo54@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84855691335\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:163:\"Штриховка в Автокаде https://drawing-portal.com/shading-gradient-autocad/shading-gradient-autocad.html как нанести, построить.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobtsipsyNB', 'verfjo54@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 17:22:45', '80.94.22.55', '1'),
(1688, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SoviaWemfas\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"marinavat386@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86172466276\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Полонский фарфоровый завод реализует на сайте https://sov-far.ru/farfor-polonne-zkhk/ шикарные статуэтки.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SoviaWemfas', 'marinavat386@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 19:18:02', '94.240.175.39', '1'),
(1689, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"SamuNizEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"tlariana11@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88424865764\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"Ремонт домов в Иркутске\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuNizEA', 'tlariana11@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-30 20:41:21', '103.109.92.234', '1'),
(1690, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"DJsuperspextLW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"markus.hendler@aon.at\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88955831938\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:598:\"Best Electronic Music for DJs, Scene Music Private FTP \r\nhttp://0daymusic.org/premium.php \r\n \r\nSOME DETAILS ON PREMIUM ACCOUNT: \r\n* Music clips sorted 2000-2017 \r\n* Server&#039;s capacity: 126 TB MP3, Music Videos. \r\n* IP restrictions: 3 IP addresses per user at the same time. \r\n* Overal server&#039;s speed: 1 Gb/s. \r\n* More 11 years of scene archives 1990-2019. \r\n* Easy to use: Most of genres are sorted by days. \r\n \r\nReseller: \r\nPremium Plan T - 20GB - 2 Days \r\nPremium Plan A - 300GB - 30 Days \r\nPremium Plan B - 900GB - 90 Days \r\nPremium Plan C - 2500GB - 180 Days \r\n \r\nRegards, \r\n0DAY Music\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DJsuperspextLW', 'markus.hendler@aon.at', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 01:42:53', '109.201.133.30', '1'),
(1691, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"taylordb1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"elsieyu11@norio25.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83222527788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:226:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://newsexyhotpics.instasexyblog.com/?alexus \r\n\r\n crazy dumpster porn everyone i am watching porn rachel young porn star free porn en peru cute asian porn movies download\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'taylordb1', 'elsieyu11@norio25.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 03:48:41', '104.244.74.194', '1'),
(1692, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeremyluhTY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Vale@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88989144156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2337:\"hOur site offers a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help of generic supplements. http://qi6.buynowcytotec.com/da/kob-misoprostol-birthday-34815.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to strengthen your health with a help general health products. http://41jr.buynowcytotec.com/fi/cytotec-ilman-reseptiae-slender-64568.html Our company provides supreme quality healthcare products. Visit our health contributing site in case you want to feel healthier. http://n48j.buynowcytotec.com/nl/misoprostol-online-ringtone-51101.html Our company provides a wide variety of non prescription drugs. Look at our health portal in case you want to look healthier  with a help of health products. http://o65z.buynowcytotec.com/sv/rea-cytotec-other-medications-37538.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to look better with a help of health products. http://fx1.buynowcytotec.com/en/buy-cheap-brand-misoprostol-online-79611.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help general health products. http://ph0.buynowcytotec.com/de/misoprostol-20-mg-12-stk-preis-16239.html \r\nOur company provides supreme quality non prescription products. Look at our health contributing portal in case you want to strengthen your health. http://6ma.buynowcytotec.com/da/cytotec-uden-recept-vissaus-30260.html Our company offers a wide variety of non prescription products. Visit our health contributing portal in case you want to improve your health. http://h6.buynowcytotec.com/no/salg-misoprostol-ed-treatment-57024.html  Our company offers health products. Visit our health contributing portal in case you want to strengthen your health. http://9d5t.buynowcytotec.com/fr/misoprostol-sans-ordonnance-qi-gong-62194.html Our company offers herb-based general health products. Look at our health contributing site in case you want to strengthen your health. http://k5.buynowcytotec.com/nl/cytotec-prijs-schokbrekers-42989.html Our company provides herbal healthcare products. Take a look at our health contributing site in case you want to look healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeremyluhTY', 'Vale@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 04:06:40', '109.165.30.175', '1'),
(1693, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DJRobydemZG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"sebastian.spytkowski@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88179736834\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1622:\"Hello, \r\n \r\n0day Electro Music for DJs: http://0daymusic.org \r\n \r\n*Choose payment method: BitCoin, Bank wire, WesternUnion, MoneyGram, Google Wallet, Webmoney. \r\n*IP restrictions: 3 IP addresses per user at the same time. \r\n*Overal server&#039;s speed: 1 Gb/s. \r\n*Easy to use: Most of genres are sorted by days. \r\n*Server’s capacity: 126 TB 1990-2019. \r\n*More 11 years Of Archives. \r\n*No Waiting Time, No captcha,No Speed Limit, No Ads. \r\n*Never Deleted Scene Albums, Labels, Save Time And Money. \r\n*Updated On Daily: 20GB-50GB, 300-700 Albums 0-day WEB, Promo, CD, CDA, CDM, CDR, CDS, EP, LP, Vinyl... \r\n*Up Time: 99% \r\n*All Genre: House, Club, Techno, Trance, Dance, Italo-Dance, Eurodance, Drum and Bass, Psychedelic, Goa, PsyTrance, Progressive House, Electro, Euro-House, Club-House, Hardtechno, Tech-House, Dutch House, Minimal, Deep-House, Nu-Disco, Hardstyle, Hardcore, Jumpstyle, Electronic, Alternative, Alternative Rock, Ambient, Avantgarde, Ballad, Bass, Beat, Black Metal,Blues, Classical, Chanson, Country, Dance Hall, Death Metal, Disco, Ethnic, Folk, Folk-Rock, Funk, Gangsta Rap, Gothic Rock,Hard Rock, Heavy Metal, Hip-Hop, Indie, Industrial, Instrumental, Jazz, Jungle, Pop, Rock, Metal, Latin, Lo-Fi, New Age, Noise, Oldies, Pop-Folk, Progressive Rock, Psychedelic Rock, Punk Rock, Rap, Reggae, R&amp;B, Rock &amp; Roll, Soul, Soundtrack, Speech, Synthpop, Thrash Metal, Top 40, Vocal etc. \r\n*Account delivery time: 1 to 48 hours. \r\n \r\nPrivat FTP 1990-2019: \r\n \r\nPlan A: 20 EUR - 300 GB - 30 dagar \r\nPlan B: 45 EUR - 900 GB - 90 dagar \r\nPlan C: 80 EUR - 2500 GB - 180 dagar \r\n \r\nRegards, \r\n0DAY Music\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DJRobydemZG', 'sebastian.spytkowski@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 05:27:03', '109.201.133.30', '1'),
(1694, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"kannyHJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"anisimova.valentin3@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85215275758\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:132:\"Хочу чтобы вы это увидели -  матрешка ростовые костюмы на прокат в москве\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kannyHJ', 'anisimova.valentin3@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 11:50:39', '94.73.200.214', '1'),
(1695, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MariaNogueUO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"f.il.m.s.r.oom.s@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85691775239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:127:\"Нужна любовница или любовник? \r\nНе вопрос. \r\nСекс знакомства в барнауле\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaNogueUO', 'f.il.m.s.r.oom.s@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 12:48:17', '77.37.130.226', '1'),
(1696, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"HarlandneemsSP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"noreplymonkeydigital@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81644468432\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:552:\"Hi there \r\nThe Local SEO package is built to rank local keywords for your local business in the google search and in google maps. We have researched for years what local SEO activities truly work and have put all in one single local SEO plan to accomplish the expected results and more. You will start seeing big increases in ranks from the 1st month of work already. You get monthly SEO reports and benchmark reports. \r\n \r\nhttps://monkeydigital.co/product/local-seo-package/ \r\n \r\nThanks and regards \r\nMike \r\nMonkey Digital \r\nmonkeydigital.co@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarlandneemsSP', 'noreplymonkeydigital@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 13:00:26', '37.120.133.150', '1'),
(1697, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Diankas JakDM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81645811244\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:179:\"Окей парниша! \r\n \r\n  \r\n \r\nВот тут:  Стратегии как вернуть любимого человека/ как восстановить отношения\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Diankas JakDM', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 16:42:17', '178.17.177.47', '1'),
(1698, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88969567279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:494:\"Looking for a boyfriend \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/sex-home \r\n------------------------------- \r\nFuck on camera for free! \r\nhttp://gg.gg/myy-ass \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 19:28:02', '94.139.226.135', '1'),
(1699, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"Леонченко Николай\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"svoboda@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81641516634\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1361:\"Наркологический центр &quot;Свобода&quot; \r\nСвободный выбор счастливого завтра! \r\nРеабилитационный центр “Свобода” в Киеве предлагает комплексную помощь в лечении алкоголизма и наркомании. Наша программа затрагивает все сферы жизнедеятельности зависимого, поэтапно восстанавливая каждую из них. \r\nЯ знаю, очень у многих людей есть близкие, \r\nдрузья у которых есть проблемы с алкогольной \r\nили наркотической зависимостью. \r\nЦентр реабилитации наркозависимых \r\nСвобода в Киеве поможет вам . Я сам прошел Лечение в данном центре \r\nи с уверенностью могу сказать, это работает \r\nЛечение алконаркозависимости-Центр реабилитации Свобода \r\nЛечение наркомании \r\nЛечение  алкоголизма \r\nНаркотики-параллельный мир без возврата \r\nпрограмма 12 шагов центр Свобода\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Леонченко Николай', 'svoboda@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 19:48:16', '134.249.147.157', '1'),
(1700, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"katieyo4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"jerism20@ayumu85.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89514758453\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:197:\"Sexy teen photo galleries\r\nhttp://designervests.bestsexyblog.com/?rocio \r\n\r\n slapping scene porn brother takes sister ruien life porn donkey show porn cideo free xxx black latin porn retro porn aja\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'katieyo4', 'jerism20@ayumu85.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 19:53:32', '199.249.230.119', '1'),
(1701, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EricaWexiaKS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"studiouniv738@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87996563185\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:516:\"Пользуясь нашим порталом   знакомств для интимных встреч , любой, кто заинтересован , легко и быстро \r\nможет найти себе   партнера   для романтических и реальных длительных или кратковременных встреч \r\n \r\nпопулярные сайты знакомств\r\nonline znakomstva\r\nчат знакомств\r\nсэкс знакомства\r\nзнакомства\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EricaWexiaKS', 'studiouniv738@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 20:01:15', '77.37.130.226', '1'),
(1702, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"EnriqueCEARMNO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85595192499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1889:\"Здравствуйте дорогие девушки! \r\nПровожу профессиональное наращивание ресниц: классика, 2D, 3D, различные эффекты. Наращивание ресниц — процесс удлинения и увеличения объема натуральных ресниц при помощи искусственных ресниц. \r\nНаращивание ресниц сделает ваши глаза прелестными, соблазнительный взгляд от классики до голливудских объёмов. Позволяющая щеголять длинными и густыми ресничками круглые сутки в течение 3 недель, не прилагая при этом никаких усилий. \r\nПосмотреть реальные фото моей работы, узнать цену, задать вопросы, записаться на процедуру и много другое, Вы можете в инстаграме здесь:  http://bit.ly/resnichkiminsk \r\n \r\n***** \r\n \r\nZdravstvuyte dorogiye devushki! \r\nProvozhu professional&#039;noye narashchivaniye resnits: klassika, 2D, 3D, razlichnyye effekty. Narashchivaniye resnits — protsess udlineniya i uvelicheniya ob&quot;yema natural&#039;nykh resnits pri pomoshchi iskusstvennykh resnits. \r\nNarashchivaniye resnits sdelayet vashi glaza prelestnymi, soblaznitel&#039;nyy vzglyad ot klassiki do gollivudskikh ob&quot;yomov. Pozvolyayushchaya shchegolyat&#039; dlinnymi i gustymi resnichkami kruglyye sutki v techeniye 3 nedel&#039;, ne prilagaya pri etom nikakikh usiliy. \r\nPosmotret&#039; real&#039;nyye foto moyey raboty, uznat&#039; tsenu, zadat&#039; voprosy, zapisat&#039;sya na protseduru i mnogo drugoye, Vy mozhete v instagrame zdes&#039;: https://clck.ru/EsYDy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EnriqueCEARMNO', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-08-31 21:11:51', '185.118.164.113', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1703, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HeathermusEO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hethertan@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89848436957\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"Мы все же справились с заболеванием благодаря этому препарау \r\n \r\n \r\nlucilenva дженерик ленвима lenvima ленватиниб\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HeathermusEO', 'hethertan@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-01 17:48:46', '37.115.205.210', '1'),
(1704, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RonaldshabyIY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"victormellerson@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87959589251\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"Look at a kindsacrifice recompense you. http://tionavegme.tk/n2gq\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RonaldshabyIY', 'victormellerson@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-01 18:49:16', '85.206.165.15', '1'),
(1705, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgefumWU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fotly@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84479769447\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2287:\"Our company provides supreme quality supplements. Visit our health contributing website in case you want to look healthier. http://5ov.medonlinepro.com/es/dolor-de-espalda-causas-y-sntomas-34529.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to strengthen your health with a help general health products. http://c0.medonlinepro.com/it/hanno-mal-di-schiena-in-inglese-81414.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to to feel healthier with a help general health products. http://l9.medonlinepro.com/en/swollen-knee-gout-treatment-68664.html Our company provides herbal healthcare products. Visit our health contributing website in case you want to feel better. http://j0j8.medonlinepro.com/en/finger-arthritis-treatment-29447.html Our company provides herbal non prescription products. Look at our health contributing website in case you want to improve your health. http://fe5.medonlinepro.com/es/dolor-fuerte-en-las-articulaciones-de-las-manos-90501.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to look better with a help of health products. http://e7x.medonlinepro.com/it/mal-di-schiena-aria-condizionata-42093.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help generic supplements. http://3g.medonlinepro.com/pt/dor-lombar-vai-e-volta-12915.html Our company provides general health products. Take a look at our health contributing website in case you want to feel healthier. http://9d.medonlinepro.com/pt/dor-lumbar-tear-72240.html  Our company provides a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help of general health products. http://o7.medonlinepro.com/pt/uol-dor-lombar-35212.html Our company offers herbal non prescription products. Look at our health contributing site in case you want to look healthier. http://3z.medonlinepro.com/en/cure-for-backache-39956.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to look healthier  with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgefumWU', 'fotly@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-01 19:58:03', '188.114.0.158', '1'),
(1706, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FrancislonAI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"googl@promedtur.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88982382523\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:290:\"футбол онлайн \r\n	download book \r\n	outdoor advertising \r\n	смотреть фильмы \r\n	расписание электричек \r\n	аренда самолета \r\n	продажа автомобилей \r\n	office rent \r\n	search promotion \r\n	brand promotion \r\n http://rmta.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FrancislonAI', 'googl@promedtur.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 10:41:50', '94.102.122.232', '1'),
(1707, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"penelopeai4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"sherriejc6@kenshin65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86635393496\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"College Girls Porn Pics\r\nhttp://bbw.lesbians.fetlifeblog.com/?jessica \r\n\r\n porn just for fun selepover gone wrong porn moyra melons the porn star free avatar porn girls finding girls for sex porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'penelopeai4', 'sherriejc6@kenshin65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 13:16:23', '185.220.101.20', '1'),
(1708, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LucasExishBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kdsxcp@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81934227217\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"The cheapest offers in our online shop! \r\n \r\nSPECIAL OFFER \r\n \r\nLINK ---&gt; http://tiny.cc/9n72bz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LucasExishBM', 'kdsxcp@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 14:36:38', '37.115.187.153', '1'),
(1709, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"harriethu16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"lydiajw11@yuji21.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88527447635\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:231:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://hollweenporn.receipe2porn.relayblog.com/?mckayla \r\n\r\n what is the best porn magazine free mobil porn black creampie amateur mommy porn videos do you like furry porn pharoes movies porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'harriethu16', 'lydiajw11@yuji21.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 15:10:55', '109.70.100.19', '1'),
(1710, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GloriarenNR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"cwnpziyoi@gordpizza.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84682713741\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"casino online \r\nbest online casino \r\ncasino online \r\nbest online casino \r\nbest online casino \r\nonline casino games \r\nonline casino real money\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GloriarenNR', 'cwnpziyoi@gordpizza.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 15:41:27', '103.10.170.250', '1'),
(1711, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JerryAnarfFC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Reoda@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85594491284\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2427:\"hOur company provides health and related products. Take a look at our health contributing site in case you want to feel better. http://j1e.orderspillsonline.com/fi/zithromax-1/halpa-zithromax-funcion-87245.html Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help generic supplements. http://25gl.orderspillsonline.com/it/avodart-1/siti-per-acquistare-avodart-68620.html Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to look healthier  with a help of generic supplements. http://h2.orderspillsonline.com/nl/synthroid-2/koop-synthroid-advice-71833.html Our company provides supreme quality general health products. Visit our health contributing site in case you want to strengthen your health. http://12vl.orderspillsonline.com/es/accutane-2/precio-del-accutane-en-chile-23426.html Our company offers supreme quality pharmacy. Take a look at our health contributing website in case you want to look better. http://6n.orderspillsonline.com/en/viagra-4/viagra-online-tobacco-30665.html Our company offers weight loss products. Take a look at our health contributing site in case you want to look better. http://1bs.orderspillsonline.com/it/aciclovir-2/acquisto-aciclovir-10-mg-35126.html \r\nOur company offers herb-based general health products. Take a look at our health contributing portal in case you want to feel healthier. http://4qj.orderspillsonline.com/nl/hydrochlorothiazide-9/hydrochlorothiazide-zonder-recept-eppicard-86403.html Our company provides herbal healthcare products. Take a look at our health contributing portal in case you want to improve your health. http://4s.orderspillsonline.com/no/lexapro-2/lexapro-kostnad-pnc-65308.html  Our company offers safe weight loss products. Take a look at our health contributing website in case you want to strengthen your health. http://8d.orderspillsonline.com/de/aciclovir-5/trusted-place-to-buy-aciclovir-online-69664.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help health products. http://m6.orderspillsonline.com/no/cialis-4/cialis-pris-tbs-78890.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JerryAnarfFC', 'Reoda@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-02 21:48:05', '5.139.114.196', '1'),
(1712, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"LeonardErypeRP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"winona24rider@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89874779311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:703:\"I am 64 years old generally in Good health,Gymming daily for 40 mins. I am type 2 Diabetic,maintain a good diet etc. Since last year I am totally impotent and now Viagra also does not help much. I have been advised by one  Doctor to use Testosterone Gel and HGH injection. The other doctor told me to go in for Testosterone injection . I am a bit confused and scared to try these options. \r\nSo I would like the opinions of Good samaritans  who have practical experience with any of the above treatment? Does someone try  \r\nWaterloo HGH Doctors? Secondly what precautions and side effects I can expect from this line of action. \r\nPlease serious advisors will be  appreciated . \r\nTrollers are also welcome\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonardErypeRP', 'winona24rider@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 00:14:59', '46.98.79.88', '1'),
(1713, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81248272924\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Wall Sticker USA. We make wall stickers for your home z https://wallsticker.us/ Cartoons, Portaits, SuperHeroes, ArtDecor, Childroom, Traveling, Quotes, Sport, Brand and Logos, Computer Games, Anime\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 02:01:13', '188.163.109.153', '1'),
(1714, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85665146813\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:512:\"Looking for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myy-ass \r\n------------------------------- \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttp://gg.gg/myy-ass \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 02:33:43', '94.139.242.85', '1'),
(1715, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"michaelav1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"isaacao7@takumi8110.kunio99.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86323275981\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:222:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://shemaletshirt.instasexyblog.com/?nicolette \r\n\r\n homemade porn facials young girls and mom porn short hared grls porn girl turn lesbian porn video searchable porn safe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'michaelav1', 'isaacao7@takumi8110.kunio99.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 02:47:15', '171.25.193.77', '1'),
(1716, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Valerika JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83487467252\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:255:\"Приветик, что нового? \r\nПростой совет смотрите тут сейчас бесплатно : Как проверить автомобиль при покупке.  \r\n------------------------ \r\nУдачи пока, пока.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valerika JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 03:20:55', '178.17.177.43', '1'),
(1717, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Kristinka JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84547736168\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:294:\"Приветик, что нового? \r\nСоветик посмотри сейчас бесплатно : 6 проверенных способов узнать, думает ли бывшая о тебе. Как вернуть девушку   \r\n------------------------ \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kristinka JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 06:23:54', '178.17.177.43', '1'),
(1718, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"faycp60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"lethauj7@yoshito7410.hikaru64.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88327141561\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Girls of Desire: All babes in one place, crazy, art\r\nhttp://evonypirn19.alexysexy.com/?alanis \r\n\r\n gay ass porn on tube 8 victoria justice porn pics emo porn pic galleries free porn videos of asian girls kissing tube porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'faycp60', 'lethauj7@yoshito7410.hikaru64.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 11:44:27', '81.17.27.139', '1'),
(1719, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephSmadoGE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"mup@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86627172672\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2361:\"hOur company offers a wide variety of general health products. Take a look at our health contributing website in case you want to strengthen your health. http://r38p.buynowcytotec.com/es/comprar-misoprostol-generico-contrareembolso-46701.html Our company provides a wide variety of healthcare products. Look at our health contributing site in case you want to feel healthier. http://6xg.buynowcytotec.com/fi/misoprostol-tilaus-mmajunkie-90651.html Our company provides herbal supplements. Look at our health contributing website in case you want to improve your health. http://de14.buynowcytotec.com/no/salg-misoprostol-with-food-35951.html Our company offers a wide variety of health and related products. Look at our health contributing portal in case you want to strengthen your health. http://ci7.buynowcytotec.com/no/cytotec-rezeptfrei-qep-75551.html Our company offers supreme quality pharmacy. Take a look at our health contributing portal in case you want to improve your health. http://41jr.buynowcytotec.com/it/siti-sicuri-vendita-misoprostol-55602.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to to improve your health with a help of generic supplements. http://o6l.buynowcytotec.com/de/misoprostol-ohne-rezept-auf-rechnung-kaufen-89336.html \r\nOur company offers generic pills. Visit our health contributing portal in case you want to strengthen your health. http://s9.buynowcytotec.com/en/misoprostol-for-the-brain-for-sale-30914.html Our company provides a wide variety of non prescription products. Look at our health website in case you want to feel better with a help of general health products. http://o6l.buynowcytotec.com/es/venta-de-cytotec-por-internet-argentina-39004.html  Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to look better with a help of health products. http://h4l6.buynowcytotec.com/sv/cytotec-inget-recept-foe-yong-33712.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help generic supplements. http://92jk.buynowcytotec.com/fi/jotta-cytotec-vrouwen-10320.html Our company offers a wide variety of non prescription products. Take a look at our health contributing portal in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephSmadoGE', 'mup@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-03 17:42:05', '5.139.106.149', '1'),
(1720, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephSmadoGE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"mup@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81342484788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2251:\"hOur company provides a wide variety of non prescription products. Look at our health site in case you want to look better with a help health products. http://lh95.buynowcytotec.com/en/womens-misoprostol-buy-94833.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help of generic supplements. http://fh6.buynowcytotec.com/de/wo-kauft-man-misoprostol-am-besten-66629.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to look healthier. http://ph0.buynowcytotec.com/fr/misoprostol-prix-lumire-59328.html Our company offers supreme quality general health products. Visit our health contributing site in case you want to feel better. http://m0.buynowcytotec.com/no/salg-misoprostol-main-75828.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to to improve your health with a help generic supplements. http://r38p.buynowcytotec.com/da/billig-misoprostol-pc-100-71374.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help generic supplements. http://bh9.buynowcytotec.com/de/best-source-of-cytotec-online-37095.html \r\nOur company offers supreme quality healthcare products. Take a look at our health contributing site in case you want to look better. http://dy6.buynowcytotec.com/no/salg-misoprostol-octomom-26990.html Our company provides a wide variety of supplements. Visit our health contributing site in case you want to feel healthier. http://e4.buynowcytotec.com/it/vendita-misoprostol-online-in-italia-dalleuropa-18954.html  Our company offers safe pills. Take a look at our health contributing site in case you want to feel better. http://fh6.buynowcytotec.com/da/billig-misoprostol-package-30965.html Our company provides safe general health products. Look at our health contributing website in case you want to feel better. http://9t.buynowcytotec.com/it/acquista-misoprostol-originale-lilly-86953.html Our company provides general health products. Take a look at our health contributing site in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephSmadoGE', 'mup@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-04 17:27:34', '31.23.117.129', '1'),
(1721, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Robert Perry Broz Moran\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"rpbroz@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"78609435\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:851:\"Estimados amigos.\r\nLes saludo Robert Broz Moran de Gringo tours aca en Suchitoto. En este ocasion necesito saber tarifas de habitaciones para tour operador, mecanismo para hacer reservaciones y precios de oferta de tours de la zona. \r\nTambien me gustaria saber si ofrecen alojamiento comodo para guias/choferes el eel precio o si hay algun otro oferta que usan los tour operadores para sus guias.\r\nEs este ocacion tengo un cliente que desea hospedar con ustedes las noches de 10 y 11 de noviembre. \r\nTambien nesecito saber si ofrecen transporte y si lo hacen cuanto sera para el viage de la cliente el dia 12 a la hora del check out hasta su hotel en San Salvador(zona San Benito)\r\nMe puedan a mi correo info@elgringosuchitoto.com  o rpbroz@gmail.com\r\nEn espero de saber mas y comenzar trabajando con ustedes\r\nAtentamente\r\nRobert Broz Moran\r\n7860-9435\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Robert Perry Broz Moran', 'rpbroz@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-04 17:51:46', '179.5.121.74', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1722, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Klava JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83456316167\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"Окей парниша! Посмотри: \r\n  Как сочетать вещи и получить интересный образ | Советы стилиста \r\n================================ \r\nВсем успеха.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Klava JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-04 22:44:04', '178.17.177.43', '1'),
(1723, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TiffanyNitPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84111897432\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:487:\"Free cam2cam sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myy-ass \r\n------------------------------- \r\nFuck on camera for free! \r\nhttp://gg.gg/sex-home \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TiffanyNitPV', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 01:13:36', '94.139.242.85', '1'),
(1724, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"SitesogLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"albinaanichkowa199593@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88587348158\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:330:\"эффективная раскрутка и http://www.seorussian.ru - продвижение сайтов в питере и москве! продвигаем бизнес в интернете: приводим новых клиентов, увеличиваем продажи!  - http://www.seorussian.ru - www.seorussian.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SitesogLD', 'albinaanichkowa199593@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 13:00:32', '109.184.152.81', '1'),
(1725, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"estelayw16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"esterhj7@itsuki3510.fumio54.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84927481494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"New hot project galleries, daily updates\r\nhttp://shemalefree.allproblog.com/?amari \r\n\r\n tanning booth money porn petite women with titsporn clips gay porn blowjob the youtube of porn lubetube teen webcam porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'estelayw16', 'esterhj7@itsuki3510.fumio54.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 18:29:58', '5.199.130.188', '1'),
(1726, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"charliecj4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"lesleyka7@akio8110.hideo67.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85219948339\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"My new hot project|enjoy new website\r\nhttp://bdsmsigns.hotblognetwork.com/?bridget \r\n\r\n skinnt girls porn videos uncencorsed gay porn fantasti cc com porn porn hopefull teen kasia machene porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'charliecj4', 'lesleyka7@akio8110.hideo67.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 19:57:15', '37.46.114.5', '1'),
(1727, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EthancycleSB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox103@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88227528381\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:126:\"Thank you for sharing with us, I always learn new things from your posts. \r\nhttps://writecollegeessaysformoney302.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EthancycleSB', 'inbox103@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 20:24:31', '185.136.159.30', '1'),
(1728, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"officeerrorMT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"rose@3dprintingfaqs.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84162196576\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:177:\"Microsoft Live Chat Support Office Error Code Message Support for Office 2010, 2013, 2016, 2019, 365 including Word Excel Outlook PowerPoint error message code \r\nword error code\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'officeerrorMT', 'rose@3dprintingfaqs.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 20:29:11', '203.128.72.62', '1'),
(1729, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AndreviaxyVQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"oceap@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84368417173\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2296:\"hOur company offers a wide variety of non prescription products. Visit our health portal in case you want to to feel healthier with a help health products. https://1h.cbdeurobest.com/fi/halpa-lasix-aol-1579.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help of health products. https://a6d.cbdeurobest.com/de/zoloft-kaufen-ohne-rezept-guenstig-306.html Our company offers general health products. Visit our health contributing portal in case you want to improve your health. https://k9v5.cbdeurobest.com/es/comprar-levitra-en-sevilla-24621.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help of generic supplements. https://6y.cbdeurobest.com/nl/amoxil-kopen-voor-mannen-38875.html Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help of health products. https://3k.cbdeurobest.com/de/hydrochlorothiazide-legally-online-47340.html Our company provides a wide variety of pharmacy. Visit our health contributing portal in case you want to feel healthier. https://7p.cbdeurobest.com/nl/bestelling-dapoxetine-medicare-83846.html \r\nOur company offers health and related products. Look at our health contributing site in case you want to look better. https://4g.cbdeurobest.com/da/ordre-lady-era-what-to-expect-333.html Our company provides a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help of health products. https://pq12.cbdeurobest.com/fi/osta-lady-era-ototoxicity-52893.html  Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help of health products. https://2a.cbdeurobest.com/nl/koop-zithromax-slipped-27397.html Our company offers safe healthcare products. Take a look at our health contributing website in case you want to feel better. https://g9.cbdeurobest.com/fi/hydrochlorothiazide-ilman-reseptiae-dte-692.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to look healthier  with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndreviaxyVQ', 'oceap@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 22:57:10', '93.178.85.240', '1'),
(1730, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"NancymutUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"fleerany@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89215422963\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:116:\"Hello. \r\nMy name is Puss. \r\nLooking for a guy to meet. I will come to your area or meet me. I live near. \r\nRead more\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NancymutUZ', 'fleerany@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-05 23:59:54', '94.228.207.1', '1'),
(1731, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LucasExishBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kdsxcp@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86665346737\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:98:\"The cheapest offers in our online shop! \r\n \r\nSPECIAL OFFER \r\n \r\nLINK ---&gt; http://tiny.cc/9n72bz\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LucasExishBM', 'kdsxcp@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 02:10:02', '178.137.161.195', '1'),
(1732, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Valentina JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81151124172\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:169:\"Приветик, посмотри интересно... \r\n  где получить реальный совет \r\n================================ \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valentina JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 12:03:15', '178.17.177.43', '1'),
(1733, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Marina JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82866145148\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:159:\"Окей парниша! Посмотри: \r\n  как получать экспертный совет \r\n================================ \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Marina JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 15:38:45', '178.17.177.43', '1'),
(1734, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89939166553\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"http://cullinan.askmeclassifieds.com/user/profile/121935\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 17:48:59', '101.255.56.201', '1'),
(1735, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BarryMusOW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"tuthdutle@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83459357263\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1344:\"Business plan writing services dallas. https://8sr.essaycheap.site/en/dissertation-writing-services-reddit-65025.html Descriptive essay academic help. Online thesis help.  https://8fj.essaycheap.site/en/sample-doctoral-dissertations-online-55670.html Sample essays about community service. Case study writers wanted.  https://be4.essaycheap.site/en/who-will-write-my-essay-for-me-66432.html Essay writing online test. Writing dissertations for dummies.  https://7v.essaycheap.site/en/professional-writers-for-research-papers-43773.html Academic ghostwriting jobs. A good thesis statement. https://fr0.essaycheap.site/en/phd-thesis-defense-questions-42379.html Best online essay writing courses. https://jb9.essaycheap.site/en/ford-foundation-dissertation-writing-fellowship-69314.html \r\nDissertation abstracts international section. https://b3a.essaycheap.site/en/help-with-my-scholarship-essay-31335.html Can someone write my essay. Research dissertation proposal example. https://1z6k.essaycheap.site/en/email-writing-help-online-38320.html  Dissertation methodology structure. Dissertation writer philippines.  https://1dp.essaycheap.site/en/getting-help-with-dissertation-52391.html Writers for hire las vegas. Statistics dissertation topics. https://r7x.essaycheap.site/en/thesis-topic-for-finance-31306.html Write thesis statement for me.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BarryMusOW', 'tuthdutle@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 18:56:13', '46.41.103.152', '1'),
(1736, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JulieGausyKU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84926817222\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:542:\"I am looking for a guy for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://cutt.us/home2019 \r\n------------------------------- \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttp://lidia.miss-bdsm.mcdir.ru \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JulieGausyKU', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-06 22:57:43', '94.139.242.85', '1'),
(1737, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnalepMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"annaveryanna@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82545368975\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:147:\"Быстро и качественно работают, рекомендуем! \r\n \r\nолапариб линпарза дженерики цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnalepMB', 'annaveryanna@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-07 11:10:18', '37.115.222.205', '1'),
(1738, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanieltaichYO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox102@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85677622726\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"Thanks for helping people find the information they need. Great stuff as usual. Keep up the good work!!! \r\nhttps://graduationessay18.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanieltaichYO', 'inbox102@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-07 12:43:49', '185.136.159.30', '1'),
(1739, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CarmenbubIW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"studiouniv.738@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87179147647\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:146:\"Нужен секс на 1-2 раза? \r\nТогда вам точно \r\nнужен наш сайт. \r\n \r\nИнтим владивостока м м\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarmenbubIW', 'studiouniv.738@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-07 16:48:58', '77.37.130.226', '1'),
(1740, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndrewgaikePV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"epibSype@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87382547978\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2271:\"hOur company offers a wide variety of non prescription products. Visit our health portal in case you want to strengthen your health with a help general health products. http://i16o.cbdthebestshop.com/no/salg-modafinil-price-25764.html Our company provides herbal general health products. Look at our health contributing portal in case you want to improve your health. http://f8e.cbdthebestshop.com/es/comprar-provigil-sevilla-sin-receta-36099.html Our company offers supreme quality supplements. Visit our health contributing website in case you want to feel better. http://7c.cbdthebestshop.com/nl/cheap-modafinil-online-nz-98766.html Our company offers herbal supplements. Take a look at our health contributing website in case you want to look better. http://u45v.cbdthebestshop.com/da/ordre-provigil-generic-20mg-46223.html Our company offers supreme quality pills. Take a look at our health contributing website in case you want to look healthier. http://6oa.cbdthebestshop.com/no/salg-provigil-daily-use-17496.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help of generic supplements. http://pz33.cbdthebestshop.com/es/vendo-provigil-mx-43968.html \r\nOur company offers herbal health and related products. Look at our health contributing website in case you want to look healthier. http://b0.cbdthebestshop.com/es/provigil-precio-de-venta-75604.html Our company provides a wide variety of health and related products. Look at our health contributing site in case you want to feel healthier. http://6z.cbdthebestshop.com/es/venta-modafinil-cena-61506.html  Our company offers a wide variety of non prescription products. Visit our health site in case you want to strengthen your health with a help general health products. http://nt2.cbdthebestshop.com/fi/provigil-netistae-rwc-40609.html Our company offers safe non prescription products. Take a look at our health contributing website in case you want to improve your health. http://i8u.cbdthebestshop.com/it/chi-ha-acquistato-modafinil-online-85453.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to feel better with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndrewgaikePV', 'epibSype@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-07 21:51:19', '109.165.96.207', '1'),
(1741, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertMizER\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"krasnodarvk@love-krd.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86229557982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2520:\"Тут всё стандартно, платим за клики либо следовать показы, но жрать важное уточнение. Ради некоторых целей доступна всего характер оплаты следовать показы. Не забудьте также установить предельную ставку, ежели хотите контролировать, сколько вы будете платить следовать целевое действие.Часть Актуальное – заполнили ?Действует следующая план: чем выше репутация вашего объявления, тем дешевле обходится переход по нему. Например, если при запуске стоимость перехода с соотношением показов/кликов (CTR) в 1% составляла 10 рублей, то быть повышении CTR за те же казна удастся привлечь в десятки единовременно больше посетителей.Рассмотрим практическую выгоду прямого эфира: \r\nколл центр холодные звонки \r\nзаказать сайт визитку \r\nhttps://moskow.skgroups.ru/vizitka.html - сайт визитка\r\n \r\nНе хотите сами работать продвижением в социальных сетях? Чтобы этого у вас закусить мы =). Кликайте сюда и смотрите, чем мы можем быть вам полезны.Мы ратуем исключительно за легальные способы рекламы в Инстаграме (истинно и для других площадках тоже), так вдруг опасность – хотя спор и благородное, только неоправданное. Забросят в бан и придется открыть всетаки с нуля. Следовательно лучше с самого начала производить постоянно по «ГОСТу».Беспричинно что снимайте трубку и откровенный приступайте к холодному обзвону. Дельный опыт и советы более опытных продавцов помогут вам стоить настоящим профессионалом.Итоги\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertMizER', 'krasnodarvk@love-krd.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-07 22:59:45', '195.47.196.127', '1'),
(1742, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"robertbq2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"glennacc7@yoshito62.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87446351295\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Hot new pictures each day\r\nhttp://oneclickporn.gigixo.com/?regina \r\n\r\n porn sshare sites outdoor long porn porn lesbian tube raven riley porn wmp share video porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'robertbq2', 'glennacc7@yoshito62.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 00:34:02', '23.129.64.211', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1743, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Sochi.cat NemPH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"karesochi.ru@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83724876582\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"пиво оптом   https://pivo-opt.ru пиво и сидр оптом     создание сайтов\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Sochi.cat NemPH', 'karesochi.ru@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 01:04:17', '188.162.163.32', '1'),
(1744, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobtsipsyNB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"verfjo54@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89253822986\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:163:\"Штриховка в Автокаде https://drawing-portal.com/shading-gradient-autocad/shading-gradient-autocad.html как нанести, построить.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobtsipsyNB', 'verfjo54@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 03:50:01', '113.23.179.114', '1'),
(1745, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RickyexeroVR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"mnoyahwq@krystinvalevo.online\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81539697951\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2438:\"Give consideration of a lot of that the particular kennels could get quite hot. You can with regard to different glass types, self cleaning glasses and colours. Well extended search is currently over!&quot;Beware the beast Man, for he&#039;s got the Devil&#039;s pawn. It has taken years to ask them to understand how the dinosaurs ultimately film, &#039;Jurassic Park&#039; aren&#039;t real. Choose your pet, and thereafter choose your collar and leash.\r\n \r\nNatural XL Î±Ď€ĎŚ Ď€ÎżĎ… Î˝Î± Î±ÎłÎżĎÎ¬ĎĎ‰\r\nValgomed ŕą€ŕ¸Şŕ¸Łŕ¸´ŕ¸ˇ\r\n \r\nThis is basically some empty space either anterior to the subject or behind the subject. Here&#039;s on the other hand of your personal computer gone uncontrolled. These the particular side effects of using Minoxidil.Tip: Consider a clause requiring the occupant to purchase renter&#039;s automobile insurance. It is a whole-body experience you can use to engage all their senses. In addition, the gloves should roll up over your sleeves.\r\n \r\nFlexa Plus FLEXP3 tablete\r\nRoyal Ageless Night fals\r\n \r\nMerely would they tow away your car for free, but also pay you the best possible cash for that junk car. This is the greatest thing a father can leave the son and daughter. Exactly what I just described described.He attends more conferences than usual, which will almost out of town. You are not a human vending gear. Start with twice a month  graduate to once full week.\r\n \r\n \r\nfinotec ÎşĎ‰Î´ÎąÎşĎŚ ÎĽĎ€ĎŚÎ˝ÎżĎ…Ď‚\r\nicmcapital retiro y pago\r\n \r\nTraining to deal with day to day activities is important at every age group. Call him up see that you were not a clingy and dependent man or woman who needs a man to have a great time.Choose a bee suit that uses lightweight articles. The closest I had ever stopped at Lambeau Field was in 1973, when i was many years old. The bottom line is to pick a qualified type of fats to consume.\r\n \r\nxtrade.com ĐşĐ°Đş Đ¸ĐłŃ€Đ°Ń‚ŃŚ\r\nxcfd contact et login\r\n \r\n \r\nThis will also create various space for one&#039;s home. Some realtors offer to hire an inspector for upon your behalf. Exercise ingredient that one could find in a cream is CynergyTK.Use your lightest fingers to massage the skin in are of encounter. Heat is an opponent of all light light. Research proved that because they came from stretch built their strength faster as opposed to runners who didn&#039;t.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RickyexeroVR', 'mnoyahwq@krystinvalevo.online', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 19:02:57', '185.104.184.211', '1'),
(1746, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JulieGausyKU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82553137215\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:495:\"Looking for a boyfriend \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myyccaam \r\n------------------------------- \r\nFuck on camera for free! \r\nhttp://gg.gg/assholle \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JulieGausyKU', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 19:53:52', '94.139.242.85', '1'),
(1747, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Toster2019LooldYC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mgrey.music@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84815581118\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:109:\"Thanks about this topic. I conclude from this article, https://buyshoes.water.blog/  and acquire Best toster.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Toster2019LooldYC', 'mgrey.music@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-08 23:04:49', '186.210.219.197', '1'),
(1748, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AnthonyfexUL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"bob@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83765827813\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2300:\"Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to to improve your health. https://j2u.medinfocode.com/pt/zika-causa-dor-nas-articulaes-5347.html Our company provides safe general health products. Look at our health contributing site in case you want to strengthen your health. https://8sm.medinfocode.com/de/rueckenschmerzen-unterer-ruecken-strahlt-ins-bein-10324.html Our company provides non prescription products. Take a look at our health contributing site in case you want to feel healthier. https://6j1v.medinfocode.com/es/dolor-de-espalda-zona-costillas-86768.html Our company provides a wide variety of non prescription products. Look at our health portal in case you want to look better with a help of health products. https://5kx.medinfocode.com/it/mal-di-schiena-irradia-davanti-48342.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help health products. https://e3l9.medinfocode.com/en/gout-treatments-at-boots-5669.html Our company offers herb-based healthcare products. Take a look at our health contributing site in case you want to feel better. https://6m.medinfocode.com/pl/leczenie-raka-jelita-grubego-94327.html \r\nOur company offers a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help of health products. https://7h.medinfocode.com/pt/o-que-significa-dor-na-coluna-27669.html Our company provides a wide variety of non prescription products. Look at our health website in case you want to look better with a help of generic supplements. https://7x.medinfocode.com/hu/htfjs-s-hnyinger-12066.html  Our company provides a wide variety of non prescription products. Look at our health contributing website in case you want to look better. https://i3o9.medinfocode.com/pt/tratamento-para-artrose-da-coluna-cervical-85270.html Our company provides a wide variety of non prescription products. Take a look at our health contributing site in case you want to improve your health. https://4c.medinfocode.com/pt/dor-na-coluna-acima-do-bumbum-38865.html Our company offers generic pills. Look at our health contributing website in case you want to improve your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyfexUL', 'bob@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-09 01:34:23', '31.23.221.182', '1'),
(1749, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"IntTennisAcademyIQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"inttenniscenter@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82958329385\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:625:\"We are happy to make an announcementour International Tennis Center in Dominican Republic. \r\n \r\nEvery Holiday we do sport camps for juniors. \r\n \r\nAs well we provide Tennis lessons for all levels and ages \r\nAvailable in 3 languages: English, Spanish, German, Russian. \r\n \r\nTennis club is located in a gated comunity Sosua Ocean Village, where you find any type of accomodations (studios, apartments, villas, hotels) \r\n \r\nIf you need accomodation let us know we will give you 5% discount for it. \r\n \r\nCall/WhatsApp \r\n+1 (829) 886 7345 \r\n \r\nEmail: \r\nInfo@internationaltenniscenter.com \r\n \r\nWeb: www.internationaltenniscenter.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'IntTennisAcademyIQ', 'inttenniscenter@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-09 03:31:00', '45.65.244.4', '1'),
(1750, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Djovis JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89887764855\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:309:\"Hello how are you ! \r\nСоветик посмотри сейчас бесплатно : Полезные советы, энциклопедия. Все полезные советы с канала Стройхак. Коротко и по делу.  \r\n------------------------ \r\nУдачи пока, пока.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Djovis JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-09 17:33:57', '178.17.177.68', '1'),
(1751, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"www.name.ru\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"wrgbrv4o@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86284884982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"23463 www.mail.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'www.name.ru', 'wrgbrv4o@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-09 19:03:45', '45.9.72.76', '1'),
(1752, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DorothyGawKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"browndotothy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84233121849\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5226:\"Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) – это лекарство для лечения людей, которые столкнулись с ВИЧ-1 инфекцией. Симптомы заболевания быстро исчезнут, и уже через некоторое время Ваше общее самочувствие значительно улучшится: Вы забудете о том, что такое боли и дискомфорт. Благодаря данному лекарству можно исключить риск летального исхода. \r\n \r\nВы можете Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) купить в нашей аптеке на выгодных условиях. Специалисты говорят о том, что перед началом лечения необходимо обязательно обратиться в больницу. Вы сдадите назначенные анализы и пройдете диагностику организма. Доктора разработают для Вас индивидуальную схему терапии, \r\nкоторая даст возможность получить максимальный эффект. \r\n \r\nПоказания к применению \r\n \r\nПрепарат содержит в составе три активных компонента, \r\nвыполняющих антиретровирусные функции. \r\nЛекарство воздействует на организм комплексно, \r\nпоэтому Вы совсем скоро почувствуете себя лучше и \r\nсможете справиться с опасной ВИЧ-1 инфекцией, \r\nкоторая нередко приводит к летальному исходу. \r\nВирус не будет быстро развиваться, \r\nи Вы не столкнетесь с непредвиденным ухудшением ситуации \r\nсо здоровьем. \r\nПринимать медикамент необходимо по схеме, \r\nкоторую разработал опытный врач, и только тогда \r\nВы не столкнетесь с непредвиденными изменениями самочувствия. \r\n \r\nПротивопоказания \r\n \r\nНужно узнать заранее, нет ли у Вас следующих противопоказаний: \r\n \r\n•	грудное вскармливание, период беременности; \r\n•	аллергия на основные компоненты, входящие в состав препарата; \r\n•	заболевания, которые иногда обостряются; \r\n•	возраст до 18-ти лет; \r\n•	заболевания кожи, дерматологические проблемы. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) отзывы хорошие. \r\nПациенты говорят, что применение таблеток позволило им \r\nсправиться с различными проблемами. \r\nВы можете опробовать медикамент на практике, \r\nчтобы убедиться в его эффективном воздействии на организм, \r\nдостаточно оформить заказ. \r\n \r\nСпособ применения \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) цена доступная. \r\nЧтобы справиться с болезнью, достаточно принимать \r\nпо одной таблетке лекарства до или после еды утром и вечером, \r\nчетко следуя разработанной доктором схеме. \r\n \r\nПобочные явления \r\n \r\nЕсли нарушить схему терапии, можно столкнуться с такими сложностями: \r\n \r\n•	расстройства желудка; \r\n•	отсутствие сил, бессонница; \r\n•	боли в области желудка; \r\n•	резкие скачки давления; \r\n•	инфекции дыхательных путей; \r\n•	кровотечения из носа. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) стоимость доступная. \r\nПомните: нужно строго придерживаться рекомендаций специалиста, \r\nчтобы не столкнуться с проблемами. \r\n \r\n \r\nдолутегравир инструкция +по применению\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DorothyGawKE', 'browndotothy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-09 22:23:51', '37.115.205.210', '1'),
(1753, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfatEZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85842654645\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:576:\"Hello dear girls! \r\nI spend professional eyelash extensions: classic, 2D, 3D, various effects. Eyelash extensions - the process of lengthening and increasing the volume of natural eyelashes using artificial eyelashes. \r\nEyelash extensions will make your eyes a charming, seductive look from classic to Hollywood volumes. Allowing flaunting long and thick cilia around the clock for 3 weeks, without making any effort. \r\nYou can see real photos of my work, find out the price, ask questions, sign up for the procedure and much more, on the instagram here: https://clck.ru/HwnPM\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfatEZ', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 00:34:39', '185.118.164.113', '1'),
(1754, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RussellnomHC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Horsmino@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89358194854\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2272:\"Our company offers a wide variety of healthcare products. Look at our health contributing portal in case you want to look healthier. https://dr9.medinfocore.com/pl/arthropod-questions-76816.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to to improve your health with a help generic supplements. https://b6.medinfocore.com/es/q-es-bueno-para-el-dolor-de-espalda-11118.html Our company provides a wide variety of non prescription drugs. Look at our health portal in case you want to to feel healthier with a help generic supplements. https://l0f4.medinfocore.com/gr/arthrolon-price-56474.html Our company provides a wide variety of non prescription products. Look at our health contributing site in case you want to strengthen your health. https://71wu.medinfocore.com/pt/dor-nas-articulaes-como-tratar-90795.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to strengthen your health with a help generic supplements. https://7r.medinfocore.com/hu/gerincfjdalom-lbzsibbads-88371.html Our company provides general health products. Take a look at our health contributing portal in case you want to look healthier. https://3uz.medinfocore.com/pl/leczenie-zatok-12476.html \r\nOur company offers safe non prescription products. Visit our health contributing website in case you want to improve your health. https://n6f.medinfocore.com/pl/silny-bl-krgosupa-ldwiowego-co-robi-60679.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to strengthen your health with a help of health products. https://4ls.medinfocore.com/hu/htfjs-pszichs-okai-17062.html  Our company offers a wide variety of health products. Take a look at our health contributing portal in case you want to look better. https://ga8.medinfocore.com/pt/dor-lombar-gravidez-8259.html Our company provides supreme quality general health products. Visit our health contributing site in case you want to look better. https://u0w9.medinfocore.com/de/rueckenschmerzen-ich-kann-mich-nicht-bewegen-22455.html Our company offers safe general health products. Look at our health contributing portal in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RussellnomHC', 'Horsmino@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 02:13:40', '93.178.82.184', '1'),
(1755, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogeliolesWN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84682439258\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1084:\"Hello! \r\nDo you love to travel? Do you want to plan your vacation yourself? Do you dream not to depend on travel agencies? \r\nWe have compiled for you a list of sites that will help you to relax. \r\nAll you need to be independent: \r\n- package tours; \r\n- search for cheap flights; \r\n- Find offers from hotels and hostels; \r\n- A unique service for booking and buying bus tickets; \r\n- An international booking system for personal transfers around the world; \r\n- car rental worldwide; \r\n- excursions, tickets to concerts, festivals, shows, theaters without extra charge; \r\n- yacht rental worldwide; \r\n- service booking cruises at the best prices; \r\n- An online service for comparing and selling travel insurance; \r\n- sale of train tickets; \r\n- rental of motorcycles, scooters, ATVs and bicycles around the world; \r\n- A network of parking lots near airports; \r\n- Compensation for delayed or canceled flights; \r\n- universal sim card for travelers; \r\n- search for reliable travel companions; \r\nand much more you will find in our directory: http://travelpayoutss.blogspot.com/p/travel-tips.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogeliolesWN', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 03:41:51', '109.234.38.61', '1'),
(1756, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"TravisFluctKJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"domabanivtomske@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89751956722\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1636:\"Дорогие друзья, добро пожаловать в наш магазин! \r\n \r\nХорошая новость: Новое поступление будет подготовлено для наших подписчиков с Дополнительные скидки 1%-2%. Если у вас возникнут какие-либо свободы или действия в Фан-зоне, мы сразу же сообщим об этом нашим фанатам и подписчикам в нашем фан-клубе или по электронной почте. Мы обещаем, что наш последователь получит Лучшие цены и сервис. \r\nВозьмитеСанкции Чтобы стать нашими подписчиками в магазине Топ-продавца, где скидка продолжится, сюрприз никогда не остановится! \r\n \r\n \r\nhttp://aliexpress2.ru/item/4000035036350.html?spm=a2g0v.best.6.3.ac1d85c6bnOiBI&amp;scm=1007.17258.143198.0&amp;pvid=c284ed59-5b0a-4f0a-9042-4807b07fecdf \r\n \r\nПримечание: \r\n \r\n1. Есть некоторые различия в цвете из-за света, надеюсь, вы можете понять. \r\nВозможна погрешность 2,1-3 см. (Если вы не уверены в размере, пожалуйста, свяжитесь с нами перед оплатой.) \r\n \r\n3. Размер азиатский, меньше, чем Европейский код/Американский код. \r\n \r\n1 см = 0,3937 дюйма, 1 дюйм = 2,54 см\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TravisFluctKJ', 'domabanivtomske@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 10:30:50', '92.243.104.76', '1'),
(1757, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JulieGausyKU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81253985799\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:508:\"I am looking for a guy for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://cutt.us/home2019 \r\n------------------------------- \r\nFuck on camera for free! \r\nhttps://cutt.us/home2019 \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JulieGausyKU', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 17:55:48', '94.139.242.85', '1'),
(1758, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephenBahBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"daychoaky@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86557511492\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2224:\"hOur company provides supreme quality health and related products. Take a look at our health contributing portal in case you want to feel healthier. https://b7l.pillsrxbest.com/sv/index.html Our company offers supreme quality healthcare products. Visit our health contributing website in case you want to improve your health. https://19jt.pillsrxbest.com/it/accutane-100-mg-costo-72546.html Our company provides weight loss products. Take a look at our health contributing portal in case you want to strengthen your health. https://2k.pillsrxbest.com/en/ampicillin-non-prescription-hkd-64285.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help health products. https://a1.pillsrxbest.com/sv/bestaella-wellbutrin-oea-access-discounts-1396.html Our company provides herbal healthcare products. Visit our health contributing portal in case you want to strengthen your health. https://4r.pillsrxbest.com/en/doxycycline-for-sale-price-53492.html Our company provides supreme quality healthcare products. Look at our health contributing website in case you want to strengthen your health. https://uf3.pillsrxbest.com/no/salg-zoloft-tbn-10053.html \r\nOur site offers a wide variety of non prescription drugs. Visit our health portal in case you want to feel better. https://3ke.pillsrxbest.com/en/purchase-baclofen-rregullat-19590.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look healthier  with a help of generic supplements. https://2k.pillsrxbest.com/da/ampicillin-uden-recept-biscuittaart-3443.html  Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to to feel healthier with a help generic supplements. https://3ke.pillsrxbest.com/es/venta-baclofen-xrm-4054.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to to feel healthier. https://4r.pillsrxbest.com/de/doxycycline-online-prescription-canada-89039.html Our company offers supreme quality non prescription products. Visit our health contributing website in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenBahBI', 'daychoaky@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 18:21:50', '109.165.68.223', '1'),
(1759, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Kristinka JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87156888821\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:256:\"Приветики ребята! \r\nСоветик посмотри сейчас бесплатно : 15 СЕКРЕТНЫХ ФУНКЦИЙ ТЕЛЕФОНА, О КОТОРЫХ ВЫ НЕ ПОДОЗРЕВАЛИ  \r\n------------------------ \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kristinka JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-10 20:34:57', '178.17.177.68', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1760, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AverykaxIY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86868549124\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:971:\"Good day!  puertobarillas.com \r\n \r\nHave you ever heard of sending messages via contact forms? \r\n \r\nImagine that your letter will be readseen by hundreds of thousands of your future buyerscustomers. \r\nYour message will not go to the spam folder because people will send the message to themselves. As an example, we have sent you our suggestion  in the same way. \r\n \r\nWe have a database of more than 30 million sites to which we can send your message. Sites are sorted by country. Unfortunately, you can only select a country when sending a letter. \r\n \r\nThe price of one million messages 49 USD. \r\nThere is a discount program when you buy  more than two million letter packages. \r\n \r\n \r\nFree test mailing of 50,000 messages to any country of your selection. \r\n \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nEmail - Contact@feedbackmessages.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AverykaxIY', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 07:08:56', '37.120.142.158', '1'),
(1761, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"ЬampusshkinaMG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"mampusshkina@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86418491579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:276:\"Как промыть бензиновые форсунки... форсунки и их промывка, купить промывки бензиновых форсунок. Калибровочные жидкости. Тестовые жидкости для стендов.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ЬampusshkinaMG', 'mampusshkina@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 07:32:51', '88.147.174.162', '1'),
(1762, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Dasha JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85937247125\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:155:\"Окей парниша! Посмотри: \r\n  узнай полезные советы и идеи \r\n================================ \r\nВсем пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dasha JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 07:49:16', '178.17.177.68', '1'),
(1763, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardketBR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Rinee@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83581279488\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1975:\"hOur company offers health and related products. Take a look at our health contributing site in case you want to improve your health. https://6d.thebestpills.biz/nl/index.html Our company provides a wide variety of supplements. Visit our health contributing portal in case you want to feel better. https://6wk.thebestpills.biz/fr/index.html Our company offers a wide variety of non prescription products. Visit our health contributing website in case you want to look better. https://tk3.thebestpills.biz/de/index.html Our company offers safe pills. Look at our health contributing site in case you want to feel healthier. https://7b.thebestpills.biz/fi/index.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help of health products. https://7ye2.thebestpills.biz/de/index.html Our company provides a wide variety of supplements. Visit our health contributing website in case you want to strengthen your health. https://4k.thebestpills.biz/no/index.html \r\nOur company provides a wide variety of non prescription drugs. Visit our health site in case you want to strengthen your health with a help of generic supplements. https://6d.thebestpills.biz/no/index.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier. https://3oy.thebestpills.biz/es/index.html  Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help of general health products. https://j10e.thebestpills.biz/sv/index.html Our company offers health products. Take a look at our health contributing portal in case you want to improve your health. https://6d.thebestpills.biz/fi/index.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help of health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardketBR', 'Rinee@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 12:14:47', '109.165.72.242', '1'),
(1764, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"SpootlyLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert2@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82148598917\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:91:\"Imodium alternative cialis 20mg buy cheap cialis coupon viagra 7 eleven cheap viagra online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SpootlyLD', 'oskudfert2@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 13:42:08', '5.188.210.27', '1'),
(1765, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"appothLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert0@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84749535116\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"Viagra pronunciation cialis generic buy cialis ci alis online cialis generic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'appothLD', 'oskudfert0@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 13:47:56', '5.188.210.27', '1'),
(1766, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"mattieuj2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"jonzo7@rokuro68.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88588212513\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Sexy photo galleries, daily updated pics\r\nhttp://theshemalesex.kanakox.com/?maya \r\n\r\n perteens girls porn pretty breasts porn faimly guy porn videos free porn movires gay family cartoon porn free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mattieuj2', 'jonzo7@rokuro68.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 15:56:55', '162.244.81.196', '1'),
(1767, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DugjournGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert1@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89649884933\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"Buy generic cialis online buy cialis cialis online canadian pharmacy buy cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DugjournGS', 'oskudfert1@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 17:08:03', '5.188.210.28', '1'),
(1768, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"VienteeLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert1@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87975575728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:75:\"Emedicine viagra cialis pills buy cialis online otc cialis pills buy cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VienteeLD', 'oskudfert1@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 17:50:00', '5.188.210.27', '1'),
(1769, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"gadaniennLV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"glyctimanri1970@plusgmail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82381372412\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:152:\"Магия в Нижнем Новгороде - http://nadya-gadanie.ru \r\n \r\nhttp://nadya-gadanie.ru -  отгадчица Нижний Новгород\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gadaniennLV', 'glyctimanri1970@plusgmail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 19:37:25', '109.184.152.81', '1'),
(1770, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"stroyviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"sappdoresym1966@plusgmail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87141525767\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"Строительная компания в Крыму  - подробнее на сайте krym-stroy.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'stroyviextMO', 'sappdoresym1966@plusgmail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 22:02:32', '93.120.154.27', '1'),
(1771, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AssewayGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert0@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85399636156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:83:\"Free viagra trial cheap viagra discreet viagra cialis generic generic cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AssewayGS', 'oskudfert0@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-11 23:45:10', '5.188.210.28', '1'),
(1772, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ErnestoDutBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"kirktethirin@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86881934113\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"check this out http://split.to/77i02dW\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ErnestoDutBM', 'kirktethirin@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 00:56:27', '91.206.15.101', '1'),
(1773, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DarlaPlodoCD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"dodastireponas@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87648132261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:279:\"Good day to all, people! \r\nYesterday my freind send me this excellent site, where you can find any girl from your neighbourhood - http://bit.ly/chicksfordate222 \r\n \r\nGo check it out, before it&#039;s to late! Girls are waiting for you.. \r\n \r\nGood luck for all of you, my friends!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DarlaPlodoCD', 'dodastireponas@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 07:56:22', '176.49.97.239', '1'),
(1774, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"julianoy69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"sharonhx6@hotaka37.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81712553181\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Hot photo galleries blogs and pictures\r\nhttp://lylastormporn.hotblognetwork.com/?kali \r\n\r\n fat ugly sloppy porn scooby doo gay porn porn teens sex in a car porn stars ass clapping asstraffic porn 2010 jelsoft enterprises ltd\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'julianoy69', 'sharonhx6@hotaka37.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 08:08:41', '199.249.230.71', '1'),
(1775, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"shirleysy69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:35:\"debbiexu18@akihiro15.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83921993842\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:254:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://tattooedgirls.instakink.com/?alivia \r\n\r\n russian porn pasha masha oleg tube quad amputee porn 100 free plorn no strings average looking wifes porn animal porn pictures free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'shirleysy69', 'debbiexu18@akihiro15.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 08:27:30', '185.220.101.68', '1'),
(1776, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HelensligeYL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"kandidasubbotina32@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81664467898\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:736:\"Сэкономить на авиабилетах одного из популярных российских перевозчиков, компании «Сибирь» можно, использовав промокод S7. Действующий промокод С7 дает возможность сэкономить от 3 до 30% от тарифа, а также от стоимости трансфера и проживания (при бронировании на сайте перевозчика). Получить активный промокод S7 на скидку, узнать об акциях и спецпредложениях можно на нашем сайте. Получите промокод S7 Airlines\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HelensligeYL', 'kandidasubbotina32@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 12:20:01', '185.137.234.210', '1'),
(1777, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CortezperQU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Pluri@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81473681678\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2072:\"Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to strengthen your health with a help health products. https://c5r7.sportpharm.site/no/index.html Our company offers supreme quality health and related products. Visit our health contributing site in case you want to feel healthier. https://o9d5.sportpharm.site/nl/index.html Our company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help of health products. https://4in5.sportpharm.site/fr/index.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier  with a help of generic supplements. https://s7c.sportpharm.site/nl/index.html Our company provides a wide variety of non prescription products. Visit our health site in case you want to look better with a help general health products. https://6ie9.sportpharm.site/nl/index.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier with a help generic supplements. https://k6.sportpharm.site/fr/index.html \r\nOur company provides supreme quality non prescription products. Visit our health contributing website in case you want to look healthier. https://mf1.sportpharm.site/no/index.html Our company provides supreme quality healthcare products. Take a look at our health contributing portal in case you want to look better. https://3a4p.sportpharm.site/sv/index.html  Our company offers supreme quality pills. Visit our health contributing portal in case you want to look healthier. https://d52o.sportpharm.site/fr/index.html Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to look better with a help of health products. https://b92n.sportpharm.site/nl/index.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CortezperQU', 'Pluri@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 15:29:16', '188.114.50.88', '1'),
(1778, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"HoiniaGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert2@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88244398211\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"Taking without ed cialis pills cheap cialis online buy viagra online order viagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoiniaGS', 'oskudfert2@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 20:27:45', '5.188.210.28', '1'),
(1779, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86824122294\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"【後宮情色網】提供最新無碼有碼A片，其中包含各類無碼有碼DVD http://www.av-50.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 20:38:26', '47.74.240.3', '1'),
(1780, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MildredhabYQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"rybakovagerminiya946842@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82286177286\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Собирию  по в инете  лучшие схемы по казино. \r\nЕсли у тебя  есть, то давайте меняться . Мои схемы     заработай на казино \r\nvariant1\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MildredhabYQ', 'rybakovagerminiya946842@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 22:40:51', '83.151.14.215', '1'),
(1781, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertgafXO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"amadeusturtle@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85219937813\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"http://www.truefortunes.com/ to start each day with a smile.  Humorous and thought-provoking messages that warm your heart.  Totally free, no ads, confidential mailing list.  Easy opt-out if you don’t like what you see.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertgafXO', 'amadeusturtle@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-12 23:41:12', '87.101.94.72', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1782, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CarolVekMH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85525412972\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:604:\"I’m completely naked. Wanna see the photo? My nickname is Henia on the site - http://gg.gg/2019hehia  \r\n \r\nLooking for a boyfriend \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttp://gg.gg/myyccaam \r\n------------------------------- \r\nFuck on camera for free! \r\nhttp://gg.gg/myyccaam \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolVekMH', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-13 00:12:15', '94.139.241.72', '1'),
(1783, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84221778425\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:636:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nhttp://creditonlinepro.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-13 01:10:16', '95.58.170.92', '1'),
(1784, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Epishkin56\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"rtuwr87468treyeew9219@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84528274788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6049:\"преобразователь частоты используется для асинхронных электродвигателей , главным образом , то , чем механические , показывает , но магия в ней генератор представляет проблемы . Не прикасайтесь к памяти текущих параметров может быть достаточно простая сценка , были такие как исправление неполадок . На крышке выполнено на них список более эффективные в качестве шарошки , преодолевая усилие на открывание и датчика уровня безопасности систем сжатого воздуха зависит уровень которых выполняют другие сайты , как можно избавиться от задачи . Этот показатель производительности котлоагрегата , конвейерного транспорта в своем составе электропривода формируют новый . Применяются минеральноватные материалы принадлежат их вовлечение в сети . Он содержит в корпусе накопителя лучше переменного тока в реальных товаров , возвращается к выходу низкочастотного трансформатора , допускающие подачу металлопроката и зачистные для замены отработанного воздуха на корпусе ничего не создает возможность удвоить жизнь насоса . Тормозной резистор с блоком выпрямителя с помощью дополнительного преобразования в себе голову . И вот подробная информация о новых разработках машин и находятся под пайку дюймовых размеров самого блока магнитных катушек пускателей , мешающие монтажу и газовых горелок в стандартной схеме треугольник хоть и заглушек , возможно . Система команд и дистанционное дискретное управление частотным приводом , а в вытяжных систем отопления крупных предприятий . Конечные значения виброскорости диагностика работы с появлением компьютера или поздно человек или в несколько режимов .  Ремонт PARKER INDUSTRIAL CONTROL BOARD, JUKI-710-V3.0	https://prom-electric.ru/articles/8/24518/  преобразователь характеризуется хорошими отзывами клиентов будут скомпенсированы . В некоторых моделях . Синхронизация делителя с широкими прямоугольными импульсами системы за счет . Позже решено сделать клавиатуру идеальной у вас предложений абсолютно одинаковый закон автоматического выключения , то велика вероятность искрения щеток . При нажатии кнопки пускстоп и бронеобъектах . Чем раньше , при этом случае утраты или зазоров . Некоторые из апельсина , частотный преобразователь следует отдать якорному потому что позволяет качественно , публикуемых в виде пакетов при этом будет тянуть вниз . Такая радиометодика осуществляется следующим основаниям . Команда не сейчас . Реверсивная функция спящего режима быстрого останова электромоторов . Этот метод частотного регулятора к электроснабжению и тепла такая техника , при достижении своей возможности конфигурирования , порадуйте себя на барабане переставными втулками рис . Быстро в . В связи . Перегрузка по техзаданию заказчика при уменьшении частоты . Представленные на патрубок или синускосинусного вращающегося магнитного поля , автоматизировать учет наработки для реализации различных команд с принудительным отводом его номинальный ток каждой машине достигается высокий пусковой момент на примере специальных предложений происходит заряд емкости для общего назначения , чтобы обеспечить плавную работу контроллера , имеют первостепенное значение , а новое поколение контроллеров . Данные регуляторы скорости для установки и уменьшается пульсация тока , например , для сглаживания пульсаций по лучшей стороны и недельное программирование двух верхних вывода на ночь\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Epishkin56', 'rtuwr87468treyeew9219@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-13 05:15:43', '5.144.97.173', '1'),
(1785, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"reneexf1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"lawandaul69@hiroyuki80.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83648435298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:238:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://sexseyvideo.hotblognetwork.com/?kacie \r\n\r\n boyfriend sends girlfriend porn dena weiner porn sucking dick porn mona love tattoo porn safe to search porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'reneexf1', 'lawandaul69@hiroyuki80.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-13 11:51:57', '66.146.193.33', '1'),
(1786, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"hzWooncacrakMW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"bizhasa@houzzilla.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87762721964\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:872:\"With Houzz dominating the internet search engine results of your crucial search phrase, it is essential that when internet traffic mosts likely to Houzz that you will certainly reveal in addition to their directory site. We can help - Houzz promotion Manhattan  -  \r\nHow to make a feedback form on a Houzz account? \r\n \r\nRight Right Here at HouZzilla we have a designated team of marketing experts that especially service Houzz administration and also optimization. We are all &quot;Certified Houzz Advertising And Marketing Professionals&quot;- a Houzz marketing and advertising training program with a credentials examination. \r\n \r\nAs professionals in Houzz account administration as well as optimization, Consumer HouZzilla on a regular basis acquires clients leading organic Houzz placements including in Paterson, as well as in limitless communities across the nation.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hzWooncacrakMW', 'bizhasa@houzzilla.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-13 12:10:25', '2.95.181.156', '1'),
(1787, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephenBahBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"daychoaky@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84184995929\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2239:\"hOur company offers herbal weight loss products. Look at our health contributing site in case you want to look healthier. https://l61j.pillsrxbest.com/fr/prix-du-propecia-pharmacie-97455.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to feel better with a help of generic supplements. https://l61j.pillsrxbest.com/fi/halpoja-propecia-every-day-cost-30016.html Our company offers herbal health products. Look at our health contributing website in case you want to look healthier. https://4tb.pillsrxbest.com/no/salg-flagyl-all-day-chemists-58052.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help general health products. https://sr86.pillsrxbest.com/fr/vente-tretinoin-qrm-19781.html Our company provides herbal pills. Visit our health contributing portal in case you want to look healthier. https://9o.pillsrxbest.com/en/purchase-tadapox-fq-term-82354.html Our company offers health and related products. Take a look at our health contributing portal in case you want to look better. https://9c.pillsrxbest.com/sv/bestaella-slimex-chemical-name-16038.html \r\nOur company offers safe weight loss products. Visit our health contributing website in case you want to feel better. https://9tq.pillsrxbest.com/nl/tetracycline-online-wgs-95050.html Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to strengthen your health with a help generic supplements. https://a2.pillsrxbest.com/de/zofran-10-mg-filmtabletten-ohne-rezept-51875.html  Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to look better with a help of general health products. https://d9.pillsrxbest.com/sv/bactrim-utan-recept-orehova-7089.html Our company offers herbal health and related products. Look at our health contributing website in case you want to improve your health. https://s0.pillsrxbest.com/fr/vendre-tetracycline-rlo24-31932.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to to improve your health with a help general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenBahBI', 'daychoaky@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 08:43:14', '109.165.123.62', '1'),
(1788, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"violetig3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"armandokh60@hiroyuki37.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88845127334\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:210:\"Dirty Porn Photos, daily updated galleries\r\nhttp://fetishmeans.instakink.com/?allison \r\n\r\n pussy vacuum porn nasty older women porn movies free online simpson porn vids best porn site available porn star agency\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'violetig3', 'armandokh60@hiroyuki37.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 13:45:32', '144.217.60.239', '1'),
(1789, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"USI_aeED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"buhsoft.maximk+usi22082019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86664754374\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:369:\"United Steel Industries is a new Rolling Mill in Fujairah. USI is incorporated in 140,000 square meters of land. The plant will produce bar and wire rod products for civil construction. The rolling mill project was designed in 2005 by Germany’s concern SIEMENS - VAI ( SVAI ). Our mill capacity is 1.1 MTPA producing wire rods and Rebar&#039;s. \r\n \r\nReinforcing price\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'USI_aeED', 'buhsoft.maximk+usi22082019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 14:45:21', '217.165.220.6', '1'),
(1790, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelKabJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kimmarika86@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89442474743\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6064:\"BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) – медикамент, разработанный для мужчин с недугом как метастатический рак предстательной железы в запущенной форме. Как правило, данная болезнь разрастается быстро. \r\n \r\nОсновной действующий фермент медикамента BDEnza - энзалутамид – элемент, являющийся мощным блокатором андрогенных рецепторов. Он влияет на злокачественные структуры, уменьшая их развитие. \r\n \r\n \r\n \r\nПо данным практических исследований профессионалами, на BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) отзывы были выявлены таковы, что медикамент действительно показывает высокую эффективность. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена на данном портале является максимально приемлемой, что делает лечение доступным любому человеку. \r\n \r\n \r\n \r\nМетод использования \r\n \r\nМедикамент производится в виде желатиновых капсул. Прием осуществляется внутренний каждый день, возможно самостоятельно без еды. \r\n \r\nКапсулу положено употреблять в первозданной форме, не искажая. Следует проводить процедуру в одно и то же время каждый день для поддержания необходимой концентрации действующих веществ в крови. \r\n \r\nКлассическое дневное количество - 160 г, то есть 4 капсулы. Длительность курса оздоровления и ее схему подбирает профессиональный доктор после получения анализов пациента и постановления диагноза. Самостоятельная корректировка назначенной схемы лечения запрещена. \r\n \r\n \r\n \r\nПротивопоказания \r\n \r\n- пациенты, младше 18 лет; \r\n \r\n- индивидуальная непереносимость составляющих медикамента; \r\n \r\n- нарушенная деятельность печени. \r\n \r\n \r\n \r\nПобочные симптомы \r\n \r\nВ процессе лечения могут проявиться такие нежелательные реакции, как: \r\n \r\n- бессилие; \r\n \r\n- апатия; \r\n \r\n- повышенное чувство опасности; \r\n \r\n- головные боли; \r\n \r\n- пробелы в памяти; \r\n \r\n- уменьшение концентрации внимания; \r\n \r\n- повышенная температура; \r\n \r\n- повышение давления; \r\n \r\n- шелушение поверхности тела. \r\n \r\n \r\n \r\nВ случае проявления побочных симптомов нужно в срочном порядке нужно связаться с доктором. В целом, вся терапия проходит под внимательным присмотром врача. \r\n \r\n \r\n \r\nКак купить \r\n \r\nBDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) купить возможно на данном портале, для этого позвоните по указанному номеру либо оставьте сообщение на сайте и первый освободившийся оператор свяжется с вами. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена может варьироваться от количества приобретаемого медикамента. Уточните нужную вам дозировку и узнайте актуальную для вас стоимость. \r\n \r\nПреимущества нашей компании. \r\n \r\n1. Мы сотрудничаем напрямую с производителями, поэтому гарантируем оригинальность и эффективность препаратов. Имеются все сертификаты. \r\n \r\n2. Мы с пониманием относимся к нашим клиентам, знаем, как дорого обходится лечение, поэтому наши цены являются максимально доступными для любого человека. \r\n \r\n3. Наши сотрудники работают максимально быстро. Телефонная поддержка 24/7. Вы можете оформить заявку на сайте и с вами свяжется первый освободившийся сотрудник в кратчайшее время. \r\n \r\n4. Посылка отправляется в течении 1-2 дней (в зависимости от места производителя), для экстренных случаев имеется экспресс-доставка. Каждая посылка имеет трек-номер, по которому вы можете отследить ваш заказ. Обязательно учитываются все необходимые условия транспортировки. \r\n \r\n5. У нас лояльная позиция. Каждый случай с клиентом мы рассматриваем индивидуально \r\n \r\n \r\nпрепарат кстанди энзалутамид\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelKabJW', 'kimmarika86@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 15:12:16', '37.115.144.168', '1'),
(1791, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PetersixJF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"nnd1818@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87916413134\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"check top casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PetersixJF', 'nnd1818@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 15:28:37', '92.244.36.67', '1'),
(1792, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"queeltGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert0@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83622186684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:90:\"Viagra para hombres buy viagra online walmart cialis online pharmacy generic cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'queeltGS', 'oskudfert0@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 22:24:15', '5.188.210.28', '1'),
(1793, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"neilhq3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"miriamnd3@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83556739967\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Hot galleries, daily updated collections\r\nhttp://asianshownude.relayblog.com/?robyn \r\n\r\n japanese animal porn tube japanese lactation porn dvds aroma series 3g mobile porn over coming porn sisqo porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'neilhq3', 'miriamnd3@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-14 23:26:28', '149.202.170.60', '1'),
(1794, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LeonelOpidaJT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"arssa@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87449269298\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"台灣運動彩-免費賠率比較 \r\n \r\nhttps://free.tw-sportslottery.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonelOpidaJT', 'arssa@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 01:42:31', '47.244.9.129', '1'),
(1795, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83415443216\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:636:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nhttp://creditonlinepro.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 02:06:53', '95.58.170.92', '1'),
(1796, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JessicaGopleQR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"sergeisimsonov@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86128439612\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1164:\"зеркало 1хбет \r\n1xbet зеркало https://camp-center.ru/ \r\n1хбет зеркало  https://camp-center.ru/ \r\n1xbet зеркало рабочее на сегодня   https://camp-center.ru/ \r\nзеркало 1xbet  https://camp-center.ru/ \r\n1xbet официальный сайт https://camp-center.ru/ \r\n1xbet зеркало рабочее https://camp-center.ru/ \r\n1xbet зеркало рабочее на сегодня прямо сейчас  https://camp-center.ru/ \r\n1xbet скачать  https://camp-center.ru/ \r\nставки на спорт https://camp-center.ru/ \r\nскачать 1xbet  https://camp-center.ru/ \r\n1хбет зеркало рабочее на сегодня  https://camp-center.ru/ \r\n1хбет официальный сайт  https://camp-center.ru/ \r\nпариматч зеркало    https://camp-center.ru/ \r\nбукмекерская контора https://camp-center.ru/ \r\n1хбет зеркало рабочее сегодня  https://camp-center.ru/ \r\n1 икс бет https://camp-center.ru/ \r\n1xbet скачать на андроид https://camp-center.ru/ \r\nзеркало 1хбет https://camp-center.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessicaGopleQR', 'sergeisimsonov@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 03:02:39', '77.50.253.4', '1'),
(1797, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Valerika JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86518139543\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1376:\"Приветик, что нового? А у меня интересная новость смотри \r\nМногие люди не осознают, как необходимо организовать свою жизнь, чтобы стать успешными, счастливыми субъектами общества. Ведающие эти тайные истины уверенно направляются к поставленной цели, которую визуально представляют себе  во всех деталях. И, естественно, им удается строить свою жизнь непременно такой, о которой они мечтали в детстве. Большинство молодых людей очень нуждается в советах и подсказках опытных людей. В основном это личности восточной культуры. Как правило, их формулировки в немного преобразованном виде распространяются человечеством из рода в род. И они остаются более чем полезными и актуальными и в наше время.  \r\n \r\nСмотреть интересное видео &gt;&gt; \r\n \r\n \r\nУдачи пока, пока.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valerika JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 03:47:16', '178.17.177.68', '1'),
(1798, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"maureenlh11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"constanceqq18@haru72.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81345233442\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://newpantyporn.gaytrainporn.gigixo.com/?nyla \r\n\r\n hottest colklege girls porn lous naked family guy porn bel armi porn indenesia porn free porn video clips teen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'maureenlh11', 'constanceqq18@haru72.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 04:10:44', '192.160.102.168', '1'),
(1799, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Valentina JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88898853396\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:928:\"Приветик любителям котов!  А вы знаете, что коты – самые непредсказуемые и нелогичные домашние животные. Хотите понять, что в данное время творится в головке у этой ласковой и милой мордочки.  Однако же у котят непременно есть свой кошачий язык, выучив который вы сможете лучше понимать желание друг друга. Посмотрите видео которое поможет вам стать лучшим другом вашему полосатому и усатому домашнему питомцу (если, конечно, он этого захочет). \r\n \r\nМудрые советы смотреть &gt;&gt; \r\n \r\n \r\n================================ \r\nВсем пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valentina JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 04:30:48', '178.17.177.68', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1800, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesTotRE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jioplayapp@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89735881621\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:228:\"Online sports betting &amp; gambling news at Jackpot Bet Online. All Word favorite Sportsbook, Racebook, and Casino game. Jackpot Bet Online - We&#039;ve got your game. Bonuses, fast. \r\nPlay online casino at jackpotbetonline.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesTotRE', 'jioplayapp@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 06:49:07', '217.160.60.234', '1'),
(1801, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CarolVekMH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89951182117\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:628:\"I’m completely naked. Wanna see the photo? My nickname is Henia on the site - https://cutt.us/asholee  \r\n \r\nLooking for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://cutt.us/asholee \r\n------------------------------- \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttps://cutt.us/asholee \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolVekMH', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 08:38:36', '94.139.241.77', '1'),
(1802, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharmdc@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84461436883\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:286:\"buy sildenafil 20 anonymous \r\nside effects of sildenafil 20 mg you could look here \r\nwhat is sildenafil 100mg used for helpful site \r\n \r\nwhat is the recommended dosage of sildenafil citrate this page \r\nsildenafil tablets 100 mg for beginners \r\ndefine sildenafil citrate recommended site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharmdc@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 16:57:53', '178.137.80.124', '1'),
(1803, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugAO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"unexsperew@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82184915445\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4326:\"Прокип Андрей Зиновьевич посетит четвертый Московский финансовый форум. \r\n \r\nСтоличныйМосковский экономический форум — это оригинальная площадка для проф обсуждения вопроса, посвящённой задачам финансово-экономической политические деятели РФ. \r\nТема Форума который посетит Прокип Андрей Зиновьевич 2019 года — «Российская экономика: возможности для опережающего развития». Столичный экономическийфинансовый форум в данном году станет приурочен к рассмотрению способности становления русской экономики и установки больших темпов подъема. \r\nв первый день работы IV Столичного денежного форума станут затронуты вопросы денежного регулировки, предпринимательской энергичности, цифровизации общественной сферы, производительности труда. \r\nРешения, принятые на Форуме Прокип Андрей Зиновьевич, послужат базой для определения основных направлений финансово-экономической политики России.На дискуссионных площадках Форума Прокип Андрей Зиновьевич с участниками обсудит вопросы повышения конкурентоспособности экономики, осуществление национальных проектов, продуктивность налоговой политики, улучшения мер государственной поддержки, развития финансовых рынков, мотивации предпринимательской активности и много других актуальных тем. \r\nФорум обычно соберет профессионалов в сфере экономики и финансов международного уровня, адептов федеральной и региональной власти, бизнеса, научного и профессионального сообщества, социальных организаций и объединений. Для реализации нацпроектов правительство задумывает вложить больше 13 трлн руб. экономных средств к 2024 году, еще на эти цели ожидаетсяпредполагается заинтересовать приватные вложения на необходимую сумму от 26 до 39 трлн руб.. При данном, вкладываясь в достижение государственных целей, бизнес может воспользоваться широкими мерами гос помощи. Как как раз станет предоставляться данная помощь и на каких критериях – собственные заключения предложат члены раскрытого заседания Клуба денежных директоров «Предоставление мер гос помощи: механизмы реализации и эффективность вербования личных вложений в вкладывательные проекты», которое протечет в 1-ый день Форума. \r\nВ первый раз в данном году посетить Столичный экономический форум смогут все желающие. Для этого нужно подать заявку на участие на сайте Форума. Заявки на участие  рассматриваются Организационным комитетом. \r\nАндрей Прокип\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugAO', 'unexsperew@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-15 17:51:27', '176.96.225.95', '1'),
(1804, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"terrancepc60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"friedavg4@takumi65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84617875862\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:203:\"Hot sexy porn projects, daily updates\r\nhttp://yummysexandporn.danexxx.com/?ansley \r\n\r\n simson cartoon porn daydream bleiever the monkeys porn cow boy porn first time hot porn free porn tube sites for wii\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'terrancepc60', 'friedavg4@takumi65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-16 05:14:15', '192.160.102.170', '1'),
(1805, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"emilyya16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"sethhj3@akio8110.hideo67.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86136585932\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Scandal porn galleries, daily updated lists\r\nhttp://bluemoonporn.moesexy.com/?rianna \r\n\r\n 100 free porn xxx freee colloge porn tube fuck vidos porn teen sex mania porn site family guy video porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'emilyya16', 'sethhj3@akio8110.hideo67.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-16 07:23:26', '199.249.230.80', '1'),
(1806, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AlGaxowAK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"kolesnikovaalena08528@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85166127519\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:481:\"Ребята! \r\nМы открыли новый ресурс! \r\nТолько от экспертов, самые точные прогнозы. \r\nДля новичков - подробная информация что, как и для чего. Основы основ;) По всем вопросам - мы на связи. \r\n \r\nпрогнозы на футбол от профессионалов, подробнее по ссылке… \r\nСпасибо за внимание)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlGaxowAK', 'kolesnikovaalena08528@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-16 09:57:44', '5.165.56.205', '1'),
(1807, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"John Brandes\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"john@riodulcemarina.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"+502 5732-0219\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:234:\"HI,\r\n\r\nI am a Marine Surveyor in Rio Dulce, Guatemala.  I am working an insurance claim for a boat currently in El Salvador that needs to be hauled out.  Can you tell me where is the nearest haul out facility?\r\n\r\nThanks,\r\nJohn Brandes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'John Brandes', 'john@riodulcemarina.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-16 15:23:30', '45.233.64.248', '1'),
(1808, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CarolVekMH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"diana.moa.77@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88826162314\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:677:\"Have you ever tried cybersex? Let’s give each other pleasure tonight! Click the link - http://miss-bdsm.mcdir.ru \r\nMy nickname is Henia  \r\n \r\nI am looking for a guy for sex \r\n------------------------------- \r\nI really want to fuck myself in the ass on the camera!!!! \r\nI&#039;m waiting for you!! \r\nand my ass wants to fuck! \r\n------------------------------- \r\n| \r\nMy cunt is always wet mmm .... \r\n| \r\n------------------------------- \r\nRegister and write me my nickname Xenia21 \r\nLink to my free webcam \r\nhttps://cutt.us/asholee \r\n------------------------------- \r\nFuck me in the ass and pussy on camera for free !!! \r\nhttps://cutt.us/asholee \r\n-------------------------------\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarolVekMH', 'diana.moa.77@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-16 22:33:45', '94.139.241.77', '1'),
(1809, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"CherylRigLV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"r.moser@a1.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89198669834\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:255:\"We would like to inform that you liked a comment ID:35915743 in a social network , January 9, 2019 at 19:48 \r\nThis like has been randomly selected to win the seasonal «Like Of The Year» 2019 award! \r\nhttp://facebook.comпјЏemailпјЏ@0X4E18DCC7/yOa4y\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CherylRigLV', 'r.moser@a1.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-17 06:09:08', '37.120.143.59', '1'),
(1810, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"bill streever\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"bill@billstreever.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:294:\"Hi.  We are in a 44 foot ketch,  drawing 6 feet.  Can you tell me if there is enough water in your marina and the approach for us?  If so, can you tell me about moorings or slippage, including rates?  I could not find much on your website about the marina, but the place looks fantastic.  -bill\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bill streever', 'bill@billstreever.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-17 13:57:26', '200.105.117.51', '1'),
(1811, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"MichaeloDultyYG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gynvgpom@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81459856377\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"spin casino \r\n \r\nparhaat casinot \r\n \r\nbest online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaeloDultyYG', 'gynvgpom@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-17 14:38:10', '178.159.37.85', '1'),
(1812, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"BitcoinerereCI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"exalasig@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84767432993\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"Bitcoin Hack Script 2018 \r\n \r\nhttp://bit.ly/BtcStealer\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BitcoinerereCI', 'exalasig@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-17 23:29:09', '185.233.82.254', '1'),
(1813, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"aquavySM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq0@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83329428569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:262:\"Cialis pills discount cialis generic cialis viagra levitra cialis generic drugs buy cheap cialis nizoral alternative cialis 20mg cheap cialis online cuba gooding cialis pills buy generic cialis order discount cialis compare cialis generic diabetes cialis tablets\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'aquavySM', 'plsolserq0@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 02:46:52', '5.188.210.27', '1'),
(1814, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TenThageSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq1@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87884152755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:271:\"Buy cialis europe generic cialis online definition of cialis tablets online cialis generic for cialis buy generic cialis search cialis generic cialis Buy Generic Cialis Online cheap generic cialis online buy cheap cialis coupon cialis canadian pharmacy real cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TenThageSM', 'plsolserq1@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 02:48:36', '5.188.210.27', '1'),
(1815, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"AlunseSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq2@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84935671945\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Levaquin inhaler cialis pills Buy Cheap Cialis Online buy tadalafil india pills buy generic cialis online cheap cialis without prescription cheap cialis online vicodin and cialis generic buy buy cialis online edrugstore cialis pills cialis online order daily cialis pills online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlunseSM', 'plsolserq2@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 03:46:05', '5.188.210.27', '1'),
(1816, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LesspowsEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"1@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84146695718\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5235:\"Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva \r\nпредставляет собой лекарство на основе компонентов, \r\nэффективно воздействующих на организм. \r\nЕсли употреблять таблетки правильно, можно справиться с опасной болезнью: \r\nБиллинарным циррозом печени. \r\nСходите в больницу и пообщайтесь с доктором, \r\nкоторый назначит индивидуальную схему приема таблеток. \r\nМожно Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva купить быстро, сделав несколько кликов. \r\nЭтот современный препарат разработан для пациентов, страдающих от цирроза печени. \r\nБолезнь сопровождается неприятными симптомами, с которыми можно быстро справиться. \r\nУпотребляйте таблетки в соответствии с разработанной схемой терапии, чтобы не \r\nстолкнуться с «побочками». \r\n \r\nПоказания к применению \r\nМедикамент создан для лечения пациентов, которые столкнулись с циррозом печени. \r\nВ его составе присутствуют компоненты, у которых оперативное и эффективное действие. \r\nОни всасываются в кровь, начиная устранять очаг заболевания. \r\nСамолечение чревато непредвиденным усугублением ситуации. \r\nСходите к доктору, который назначит правильную терапию, учитывая результаты анализов, \r\nи Вы обязательно заметите улучшение самочувствия. \r\n \r\nПротивопоказания \r\nПри наличии этих противопоказаний принимать лекарство нельзя: \r\n• аллергия на активные компоненты препарата; \r\n• не достижение пациентом возраста 18-ти лет; \r\n• наличие хронических заболеваний, которые могут обостриться; \r\n• наличие прочих проблем, которые связаны с функцией печени; \r\n• прием антибиотиков и медикаментов на основе зверобоя. \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva отзывы \r\nможно прочесть на разных сайтах. \r\nПокупайте лекарство с доставкой выгодно онлайн или в телефонном режиме. \r\nНаши специалисты всегда готовы ответить на возникшие вопросы. \r\n \r\nСпособ применения \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva цена \r\nприемлема. Начинать прием лекарства нужно с таблетки в день. \r\nПосле того, как Вы пропьете препарат три месяца, \r\nможно увеличивать дозировку, находясь под наблюдением доктора. \r\nСпециалист сделает все правильно, чтобы Вы не столкнулись с рецидивом. \r\nПомните, что ни в коем случае нельзя прекращать прием медикамента самостоятельно. \r\n \r\nПобочные явления \r\nНарушение разработанной схемы лечения приводит к таким побочным эффектам: \r\n• постоянное ощущение усталости; • зудящие высыпания на коже; \r\n• резкое увеличение температуры без причины; \r\n• нестабильное функционирование сердца; \r\n• ощущение тошноты, рвота. \r\n \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva стоимость \r\nможно уточнить у сотрудников сайта. \r\nКаждому пациенту нужно проконсультироваться с лечащим врачом, \r\nкоторый назначит подходящую схему приема таблеток, \r\nи тогда побочные явления будут полностью исключены. \r\n \r\n \r\n \r\n \r\nObeliva 5mg (Обетихолевая кислота) - Обелива (Obeticholic Acid)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LesspowsEN', '1@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 04:54:17', '46.118.235.10', '1'),
(1817, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DouglasdefPS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"mars@seosale.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83978288895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2042:\"http://bit.ly/HAcid - [IMG - https://cdn1.savepice.ru/uploads/2019/4/12/11f6ecaf7357f41e779c7a14b287dc59-full.jpg[/IMG -  \r\n \r\nKeep Your Skin Moist and Youthful With Hyaluronic Acid!  \r\n \r\nHyaluronic Acid is a Safe and Natural Anti-Aging and Moisturizing Substance! \r\n \r\nInstead of trying odd artificial products with little to no science behind them, using Hyaluronic acid is certainly the better choice. It is a natural ingredient of human skin, which helps it look plumper and prevent wrinkles. Look Younger the Natural Way! Babies have a lot of Hyaluronic acid in their skin, making it so deliciously soft and smooth. By rubbing hyaluronic acid twice a day into your skin, you can regain some of that smoothness in time, giving you a younger look and healthier skin. \r\n \r\nIt works on ALL skin types and of course it works just as well on men as it does on women! No matter if you have oily, dry or mixed skin; Hyaluronic acid will work just as deeply and thoroughly. Take Control of Your Skin&#039;s Health! Our skin needs a lot of care to retain its youthful elasticity and looks. As we age, our skin loses a lot of its Hyaluronic acid and collagen. \r\n \r\nThis causes wrinkles to appear, especially after the age of 40. By replenishing some of that Hyaluronic acid, we can delay aging and retain youthful looks for a lot longer. \r\n \r\nGet rid of Sagging and Minimize the Appearance of Pores! \r\n \r\nHyaluronic Acid: \r\n- Makes Pores Less Visible \r\n- Diminishes Redness \r\n- Lifts and Firms Sagging Skin \r\n- Gives You Softer and Smoother Skin Texture \r\nHyaluronic Acid from Instaskincare is one of the purest products you can find! \r\n \r\nUse high quality products, like Hyaluronic Acid from Instaskincare, to safeguard your health ensure that you will have the best possible results! \r\n \r\nIngredients: purified water, hyaluronic acid, phenoxyethanol (0.1%) \r\n \r\n100% results guarantee!100 Pure HYALURONIC ACID AntiAgingPlumps WrinklesIntense Hydration 2oz ? \r\nhttp://bit.ly/HAcid - http://bit.ly/HAcid \r\nhttp://bit.ly/HAcid - http://bit.ly/HAcid\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DouglasdefPS', 'mars@seosale.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 13:41:57', '185.127.27.42', '1'),
(1818, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"XRumerTest\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86428592231\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:164:\"If you are searching to something engaging, television screen this plain \r\n \r\n \r\n \r\n \r\nhttps://sukienphuocminh.com/the-features-of-slot-machines-have-been-a-part-2/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'XRumerTest', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-18 15:57:11', '185.153.196.206', '1'),
(1819, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardcrymnCG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"platon.devyatkov@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89683731686\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"найти адвоката в Запорожье \r\n \r\nюристы Запорожье\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardcrymnCG', 'platon.devyatkov@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 10:18:25', '54.153.47.169', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1820, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AngelaSsicZB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"andzelasmi@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81516383431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1567:\"АРЕНДА ПРОДАЖА ВЫКУП БАРТЕР ЛИЗИНГ ОПАЛУБКИ И ОБОРУДОВАНИЯ индивидуальные и более выгодные условия! \r\nАренда от 10р./м2 в сутки для монолитного строительства в Краснодаре и Южном Федеральном округе \r\n \r\nГибкие условия! Выгода до 50% \r\n \r\nАренда опалубки с правом выкупа - возможность выкупа спустя 6 месяцев за 50% стоимости. \r\n \r\nПродажа многоразовой стальной и алюминиевой опалубки. \r\n \r\nВыкуп б/у опалубки(покупку) стен, колонн, перекрытий (стойки телескопические и объемные), лесов, комплектующих. \r\n \r\nОперативно произведем осмотр, дефектовку, самовывоз. TradeIn - замена старого комплекта опалубки на новый. \r\n____________________________________ \r\nР°СЂРµРЅРґР° РѕРїР°Р»СѓР±РєРё a СЃРїР±	РљР°РЅРµРІСЃРєР°СЏ\r\nР±РµС‚РѕРЅРЅС‹Рµ РѕРїР°Р»СѓР±РєРё РІ Р°СЂРµРЅРґСѓ	РђР±РёРЅСЃРє\r\nР°СЂРµРЅРґР° РѕРїР°Р»СѓР±РєРё С„Р»Р°РіРјР°РЅ	РљСЂС‹Р»РѕРІСЃРєР°СЏ\r\n \r\n---------------------- \r\nhttp://опалубка-краснодар.рф\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelaSsicZB', 'andzelasmi@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 10:49:43', '178.76.243.145', '1'),
(1821, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"donaldfy3ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"ur16@hiraku64.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88126626589\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://shemalegaga.bestsexyblog.com/?kenzie \r\n\r\n gay porn o g johnson porn 4 ipod porn hub gratis streaming porn red head swingers safe porn chat\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'donaldfy3ET', 'ur16@hiraku64.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 19:09:46', '198.96.155.3', '1'),
(1822, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeraldFussyUI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"petrowvadiusch4@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88367828126\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:517:\"Предлагаем Вашему вниманию несколько маленьких хитростей, с помощью которых Вы сможете намного сократить расходы на отдых, что поможет Вам привезти из отпуска больше сувениров, обновок и ярких впечатлений. \r\n \r\nОб этом я узнал в статье Отдыхаем экономно: 7 способов сократить расходы.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeraldFussyUI', 'petrowvadiusch4@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 21:32:00', '80.241.253.210', '1'),
(1823, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KarentexGO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"patsyMab@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87949459866\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:418:\"hi there \r\nWe all know there are no tricks with google anymore \r\nSo, instead of looking for ways to trick google, why not perform a whitehat results driven monthly SEO Plan instead. \r\n \r\nCheck out our plans \r\nhttps://googlealexarank.com/index.php/seo-packages/ \r\n \r\nWe know how to get you into top safely, without risking your investment during google updates \r\n \r\nthanks and regards \r\nMike \r\nstr8creativecom@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KarentexGO', 'patsyMab@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 22:42:43', '84.17.47.22', '1'),
(1824, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"malifisenta\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"torwiki.biz@torwiki.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"+3377337733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:236:\"Are you curious to know what the dark web is? What is hidden in the deep Internet? Go! \r\nDownload TOR browser and visit TOR sites directory \r\nTOR browser - https://www.torproject.org/download/ \r\nTOR sites directory - http://torwiki.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'malifisenta', 'torwiki.biz@torwiki.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 23:19:51', '77.222.112.240', '1'),
(1825, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CrystalMadlyWK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"info@edyo.at\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85995153977\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:256:\"We would like to inform that you liked a comment ID:35915743 in a social network , January 9, 2019 at 19:48 \r\nThis like has been randomly selected to win the seasonal «Like Of The Year» 2019 award! \r\nhttp://facebook.comпјЏemailпјЏ@0X4E18DCC7/Os7Kg3\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CrystalMadlyWK', 'info@edyo.at', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-19 23:36:34', '84.17.61.23', '1'),
(1826, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyMixDN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Passemes@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82719372279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2234:\"hOur company offers herbal pharmacy. Take a look at our health contributing site in case you want to feel better. https://9y.greencbd4u.com/da/ordre-antipsykotika-mexican-42078.html Our company provides herbal non prescription products. Look at our health contributing website in case you want to improve your health. https://7f.greencbd4u.com/it/acquista-antipsicotici-online-98932.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to look healthier. https://3u5a.greencbd4u.com/no/antipsykotika-nett-nl-34252.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to strengthen your health with a help of generic supplements. https://3ez.greencbd4u.com/it/index.html Our company offers herb-based health products. Look at our health contributing portal in case you want to strengthen your health. https://n0.greencbd4u.com/fi/halpoja-antidepressants-rx-mex-94128.html Our company provides non prescription products. Take a look at our health contributing portal in case you want to feel healthier. https://o6x7.greencbd4u.com/en/cheap-antidepressants-online-canadian-73384.html \r\nOur company offers a wide variety of health products. Visit our health contributing site in case you want to look healthier. https://9re3.greencbd4u.com/it/acquisto-antidepressivi-generico-pagamento-in-contrassegno-43589.html Our company provides a wide variety of non prescription products. Visit our health contributing site in case you want to improve your health. https://6j.greencbd4u.com/es/antipsicticos-precio-pesos-24567.html  Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to strengthen your health with a help general health products. https://4x.greencbd4u.com/en/how-to-buy-brand-antipsychotics-18500.html Our company offers herb-based non prescription products. Visit our health contributing website in case you want to look healthier. https://81mq.greencbd4u.com/de/antidepressiva-25-preisvergleich-99094.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to look healthier  with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyMixDN', 'Passemes@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-20 06:45:37', '46.61.104.232', '1'),
(1827, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"enidyj60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"chrystallg16@ryoichi5110.hiraku15.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83324325513\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Sexy pictures each day\r\nhttp://gayteenporn.allproblog.com/?alexandrea \r\n\r\n amatuer porn interviews free lisa lexington porn free free porn dvds just pay shipping porn diane lane porn denver porn distributor\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'enidyj60', 'chrystallg16@ryoichi5110.hiraku15.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-20 06:52:54', '51.15.53.83', '1'),
(1828, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83226736676\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1453:\"Срочный ремонт iPhone, iPad и др. устройств Apple в Киеве Kyiv http://i7phone.com.ua в Украине Вы можете отправить нам на диагностику и ремонт в Сервисный Центр i7phone из любого региона Украины «Новой Почтой» 063-229-3386. аккумулятор, запчасти, ipad 5th, mobile, вскрытие, how to, мусор с завода эпл, малярный скотч внутри, ipad mini разборка, замена экрана apple ipad mini, как разобрать apple ipad mini, переделка ipad lte на версию wifi, ошибка itunes, замена дисплея ipad mini, ремонт apple ipad mini, замена аккумулятора ipad mini, замена батареи apple ipad mini, замена сенсора apple ipad mini, замена тачскрина apple ipad mini, apple ipad mini замена шлейфа, шнур с itunes, циклический рекавери, видео инструкция как заменить стекло на ipad air, itunes (software), своими руками заменить сенсорное стекло на ipad air, самостоятельная замена стекла на ipad air, замена экрана на ipad air, разборка ipad 4, ошибка -1, циклический recovery, recovery\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-20 13:08:20', '188.163.109.153', '1'),
(1829, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"avtoviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"tuvykinvitalik884509@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83497358547\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1578:\"Ремонт тягачей, тралов, прицепов, полуприцепов, спецтехники, автобусов с НДC. Предлагаем вам воспользоваться услугами автосервиса по комплексной диагностике, техническому обслуживанию и ремонту современной грузовой техники МAN, Scania, Mercedes, DAF, КАМАЗ, Урал и прочих. Сервис осуществляет ремонт и обслуживание полуприцепов Shmitz, Koegel, Kassbohrer и других, а также спецтехники отечественного и импортного производства.Мы используем в работе качественные импортные запасные части и инструмент. Для комплексной проверки вашей техники наши квалифицированные специалисты качественно и в кратчайшие сроки произведут весь необходимый спектр работ.Собственная стоянка и гостиница-хостел avtodot.ru Найти нас очень просто - мы находимся в 5км от федеральной трассы М7 «Волга», а именно на объездной трассе Е22 - поворот на аэропорт Стригино	 \r\n \r\n	 \r\nразвал схождение грузовых автомобилей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'avtoviextMO', 'tuvykinvitalik884509@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-20 18:56:16', '109.184.184.198', '1'),
(1830, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TactRiffSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq1@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84555875432\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:258:\"Prices cialis 20mg cialis cost cialis generic paypal Buy Cheap Cialis Online online cialis cialis cost us pharmacy cialis generic medications buy cheap cialis online metformin expiration cialis generic pills Buy Cialis Online viagra luxembourg cialis generic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TactRiffSM', 'plsolserq1@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-20 23:42:05', '5.188.210.27', '1'),
(1831, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"dwayneqh4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"friedaof20@shiro66.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81379633923\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:218:\"Scandal porn galleries, daily updated lists\r\nhttp://paddledassporn.sexjanet.com/?aylin \r\n\r\n new interracial porn pics porn young girl chech young girl porn watch cinemax softcore porn online free victoria hart and porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'dwayneqh4', 'friedaof20@shiro66.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 01:13:16', '142.54.190.250', '1'),
(1832, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"TurbmoffSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq0@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87817415579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:284:\"Generic cialis 20mg best buy canada buy cialis generic low blood pressure canada buy generic cialis cialis order cialis online information cheap cialis online manufacturer cialis 20mg buy cheap cialis discreet viagra cialis generic buy cialis online cheap buy cialis online canada buy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TurbmoffSM', 'plsolserq0@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 02:15:33', '5.188.210.27', '1'),
(1833, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertRagKU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"bussinesall2019@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85928457571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1929:\"Для начинающих бизнесменов покупка готового бизнеса может стать хорошим толчком к развитию и укреплению своих позиций на рынке. А вот продать готовый бизнес предприниматели готовы только по очень весомой причине. И очень важно быть в курсе настоящей причины продажи фирмы или предприятия, потому что готовый бизнес может принести как прибыль, так и полное банкротство \r\n \r\nНа сегодняшний день основные причины продажи бизнеса в России – экономические (огромные долги, нерентабельность бизнеса, рост конкуренции и т.д.). Когда свободные деньги заканчиваются, компании гораздо «дешевле» продать готовый бизнес и попытать счастья в других сферах деятельности. \r\n \r\nКонечно, бизнесмен вряд ли признается, что продает бизнес из-за долгов. Скорее всего, предприниматели назовут причиной продажи «избавление от непрофильных активов» или «оптимизацию бизнес-структуры». В любом случае, если Вы хотите купить готовый бизнес, не торопитесь расставаться с деньгами, пока не выясните как можно больше информации о собственнике бизнеса и истинных причинах продажи.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertRagKU', 'bussinesall2019@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 04:54:20', '37.195.164.137', '1'),
(1834, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DonaldspafeXJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Mosy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85696456989\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2351:\"Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to feel healthier with a help of general health products. https://ef3.cbdnorgebeste.com/es/precio-antipsicticos-farmacia-espaa-72433.html Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to feel better with a help general health products. https://f0g.cbdnorgebeste.com/es/vendo-antidepresivos-little-blue-72525.html Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to feel better with a help of health products. https://fh39.cbdnorgebeste.com/en/antidepressants-non-prescription-pills-32771.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to strengthen your health with a help of health products. https://f8.cbdnorgebeste.com/en/get-cheap-antidepressants-online-82737.html Our company offers herbal supplements. Take a look at our health contributing site in case you want to feel better. https://ef3.cbdnorgebeste.com/nl/bestelling-antidepressiva-turnt-18908.html Our company offers herb-based non prescription products. Look at our health contributing website in case you want to strengthen your health. https://2z.cbdnorgebeste.com/fi/psykoosilaeaekkeet-tilaus-fnb-75266.html \r\nOur company offers supreme quality health products. Look at our health contributing site in case you want to strengthen your health. https://d6.cbdnorgebeste.com/de/index.html Our company offers safe weight loss products. Visit our health contributing site in case you want to look better. https://h5t.cbdnorgebeste.com/it/antidepressivi-da-5-mg-prezzo-in-farmacia-83915.html  Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier with a help health products. https://7u.cbdnorgebeste.com/en/how-can-i-buy-real-antipsychotics-online-64988.html Our company offers herb-based non prescription products. Look at our health contributing site in case you want to feel better. https://qq09.cbdnorgebeste.com/nl/verkoop-antidepressiva-specifications-51415.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldspafeXJ', 'Mosy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 10:40:50', '5.139.67.18', '1'),
(1835, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"ArcarneSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"plsolserq2@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84665922254\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:278:\"Generic cialis mexico cialis generic uroxatral vs hytrin cialis pills online cialis canada cialis generic sudden hearing loss cialis cialis coupon generic cialis is it safe cheap generic cialis prices buy cialis online cialis Buy Cheap Cialis Online price 20mg buy cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArcarneSM', 'plsolserq2@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 11:30:58', '5.188.210.27', '1'),
(1836, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ordizrorGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert1@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81578869828\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:77:\"Generic cialis online india cialis generic cialis side effects generic cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ordizrorGS', 'oskudfert1@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 12:38:53', '5.188.210.28', '1'),
(1837, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"XUHanenulkOP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"mywindow@mobileyell.info\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83259989348\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2433:\"Компания &quot;Акен&quot; – ваш оперативный сервис по всем вопросам, связанным с ремонтом окон в Киеве. \r\n \r\nСфера деятельности нашей компании: срочный ремонт окон, регулировка пластиковых окон, другие работы по обслуживанию пластиковых окон и окон других видов, а также фурнитура для окон, гаджеты для окон и их монтаж. \r\n \r\nПочему вам стоит выбрать именно &quot;Акен&quot;: \r\nБолее 10 лет на рынке; выезд мастера в Киев и по области в течении дня; специалисты высокого уровня квалификации; гарантируем чистоту; собственное производство позволяет экономить на ремонте окон и регулировке таких профильных систем как REHAU, KBE, VEKA, SCHUCO; только оригиналы фурнитуры Maco, Roto, Fapim, Hoppe; официальная гарантия от 6 до 36 месяцев. \r\n \r\nРаботаем с  пластиковыми окнами ПВХ, деревянными и алюминиевыми окнами, мансардными окнами. \r\n \r\nНаши услуги: \r\n•	Регулировка пластиковых окон, регулировка деревянных и алюминиевых окон в Киеве. \r\n•	Замена фурнитуры створки окна и двери. \r\n•	Противо-взломная фурнитура, ручки-защелки, детская защита на окна. \r\n•	Замена балконной двери и оконной ручки. \r\n•	Уплотнитель для окон в Киеве (подбор и замена). \r\n•	Замена стеклопакетов однокамерных/двухкамерных и стеклопакеты в Киеве на продажу. \r\n \r\nМы предлагаем ремонт окон в Киеве, цена которого вас порадует! \r\n \r\nАкен Киев севис ремнта окон - заменить однокамерный стеклопакет на двухкамерный\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'XUHanenulkOP', 'mywindow@mobileyell.info', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 15:17:30', '212.103.48.102', '1'),
(1838, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"julietteth3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"jayneph2@isamu87.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82249476593\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://porn.assmaster.fetlifeblog.com/?kelsie \r\n\r\n cay porn skinny boobs porn video hard screaming porn victoria principal porn tape free diaper sex porn galleries\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'julietteth3', 'jayneph2@isamu87.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 16:38:28', '23.129.64.154', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1839, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"IodicyGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert2@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88383911863\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:57:\"Cheap liquid cialis buy cheap cialis viagra que es viagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'IodicyGS', 'oskudfert2@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 16:47:42', '5.188.210.28', '1'),
(1840, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"AmourfGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oskudfert0@qmails.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86553964383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:82:\"Blue pill viagra viagra online caverta in india cialis generic cheap cialis online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AmourfGS', 'oskudfert0@qmails.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-21 20:20:37', '5.188.210.28', '1'),
(1841, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88784482982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1018:\"I read through this website and there is so much useful information, saved to my bookmarks \r\nhttps://customtermpaper00.blogspot.com\r\nhttps://writingessays40.blogspot.com\r\nhttps://writingbibliographyforresearchpaper.blogspot.com/\r\nhttps://badcollegeessays720.blogspot.com\r\nhttps://supplementalcollegeessays.blogspot.com\r\nhttps://whatiswhitepaperformat12.blogspot.com/\r\nhttp://moreholidaysandlongervacations.blogspot.com/\r\nhttps://paperwritinghelp983.blogspot.com\r\nhttps://topessaywritingservice949.blogspot.com\r\nhttps://writingapositionpaper136.blogspot.com\r\nhttps://howtowriteareflectionessay373.blogspot.com\r\nhttps://admissionessay958.blogspot.com\r\nhttps://howtowritepapersincollege131.blogspot.com\r\nhttps://courseworkhelponline1.blogspot.com/\r\nhttps://howtowriteanursingessay829.blogspot.com\r\nhttps://topicsforethicspaper1.blogspot.com/\r\nhttps://buypresentation12.blogspot.com/\r\nhttps://customessaywritingreviews818.blogspot.com\r\nhttps://collegeessaywritingservice0.blogspot.com\r\nhttps://essaywriters555.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 04:10:11', '185.136.159.30', '1'),
(1842, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WilliamArpiss\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"baudej@bellair.net\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82569735515\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"pdotuois nyrutis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamArpiss', 'baudej@bellair.net', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 06:18:42', '195.42.130.100', '1'),
(1843, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SimagroofQR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"simaland6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86395769579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5144:\"Чтобы вылечить рак, требуется дорогостоящее и эффективное \r\nлечение. \r\nМедикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) \r\nпредназначен для терапии немелкоклеточного рака лёгких. Новейшее средство успело отлично зарекомендовать себя в терапии серьёзного заболевания. \r\n \r\nСостав и свойства \r\nВ эффективный препарат последнего поколения входит активное \r\nлекарственное вещество кризотиниб, которое является \r\nселективным ингибитором тирозинкиназы и киназы анапластической \r\nлимфомы. \r\nТакже в препарат включены дополнительные вещества, \r\nкоторые способствуют лучшей абсорбции лекарственного \r\nвещества. \r\nЛекарство последнего поколения прекращает дальнейшее развитие \r\nзлокачественной опухоли и убивает раковые клетки. \r\nВ результате воздействия средства происходит индуцирование \r\nкризотинибом опухолевых клеточных структур. \r\nПрепарат Ксалкори – мощное противоопухолевое средство, \r\nкоторое часто назначается врачами, если предыдущее лечение \r\nрака лёгких не принесло положительного результата. \r\nПротивоопухолевое воздействие средства является дозозависимым. \r\nЧтобы медикамент \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) купить по сниженной цене, обращайтесь в нашу интернет аптеку. \r\n \r\nПоказания \r\n• ALK-позитивный немелкоклеточный рак; • ROS-1-позитивный рак лёгкого. \r\n \r\nПротивопоказания \r\n• гиперчувствительность к составу средства; • беременность; • лактация; • детский возраст; \r\n• печёночная недостаточность; • совместный приём с ингибиторами CYP3A. \r\n \r\nСпособ применения \r\nПриём данного лекарства не зависит от употребления пищи. Капсула проглатывается, \r\nне разжёвываясь. Требуется непременно запить медикамент чистой водой. \r\nМедики рекомендуют дозу препарата - 250 мг (2 раза в сутки). \r\nНе следует удваивать лекарственную дозировку при пропуске употребления средства. \r\nКоррекция дозы зависит от выраженности CTCAE. \r\nПри выраженных побочных эффектах лекарство временно отменяется. \r\nОднако на средство Ксалкори (Crizotinib) - Xalkori (Кризотиниб) отзывы \r\nвстречаются лишь положительные. Препарат хорошо переносится организмом. \r\n \r\nПобочные реакции \r\n• головокружения; • нейропатия; • понижение аппетита; • тошнота; • диарея; • запор; \r\n• нарушения зрения. \r\n \r\nГде купить лекарство \r\nУ нас на сайте каждый покупатель может купить лекарство по приемлемой стоимости. \r\nНа медикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) цена доступна каждому \r\nпокупателю. Вы можете заказать доставку медикамента по указанному номеру телефона либо \r\nоформить покупку прямо в форме заказа. Если вам требуется лекарство \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) стоимость в нашей интернет аптеке \r\nнамного ниже, чем в других пунктах продажи. Приобретение медикамента на нашем \r\nсайте гарантирует вам высокое качество нужного лекарства и экономию денег. \r\nВы можете заказать необходимое лекарство, не выходя из дома, прямо сейчас! \r\n \r\n \r\n \r\nкризотиниб капсулы 250 мг\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SimagroofQR', 'simaland6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 08:55:03', '37.115.144.168', '1'),
(1844, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KennethmesTA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"expole@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85131372463\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2214:\"hOur company offers a wide variety of weight loss products. Take a look at our health contributing website in case you want to look better. https://g62e.cbdordersnow.com/en/doxycycline-at-tesco-online-3752.html Our company offers herbal health and related products. Look at our health contributing website in case you want to look better. https://gj22.cbdordersnow.com/es/dapoxetine-precio-en-el-df-61933.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to strengthen your health with a help of generic supplements. https://q40x.cbdordersnow.com/da/ordre-propranolol-hk-66636.html Our company provides a wide variety of non prescription products. Take a look at our health contributing portal in case you want to feel healthier. https://g7v.cbdordersnow.com/fr/vendre-ventolin-ctpm-97738.html Our company provides health products. Take a look at our health contributing site in case you want to look healthier. https://h59u.cbdordersnow.com/fr/ou-acheter-clomid-en-france-25122.html Our company offers herbal non prescription products. Look at our health contributing portal in case you want to improve your health. https://3t3f.cbdordersnow.com/es/venta-propecia-koliko-33540.html \r\nOur company offers safe pharmacy. Take a look at our health contributing site in case you want to look better. https://1ec.cbdordersnow.com/da/billig-cialis-by-prescription-69524.html Our company offers supreme quality health and related products. Look at our health contributing portal in case you want to feel better. https://f4h.cbdordersnow.com/it/acquisto-lasix-on-line-in-contrassegno-43202.html  Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to feel better with a help of general health products. https://pf4.cbdordersnow.com/it/vendita-hydrochlorothiazide-a-san-marino-14439.html Our company offers safe health products. Look at our health contributing site in case you want to look better. https://r9.cbdordersnow.com/no/salg-zovirax-empanada-9481.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to strengthen your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethmesTA', 'expole@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 15:34:55', '109.165.78.33', '1'),
(1845, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RuslanSmexyWR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"stasstank123@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88381328598\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1728:\"Любые виды работ сантехника в Краснодаре. \r\nУслуги сантехника в Краснодаре которые мы можем выполнить: \r\nМонтаж систем отопления и теплого пола, замена труб водопровода и канализации, установку сантехники любого типа — ванн, джакузи, раковин, унитазов, душевых кабин, стиральных и посудомоечных машин. \r\nСварка калиток, ворот, труб, и другие работы по сварке \r\nВоспользуйтесь услугами профессионального сантехника-сварщика в Краснодаре для установки, ремонта, сварочных работ или замены сантехнического оборудования любого типа. \r\nВ ПРЕОБРЕТЕНИИ МАТЕРЬЯЛА - БОЛЬШОЙ ОПЫТ. \r\nСТАЖ РАБОТЫ БОЛЕЕ 20 ЛЕТ, \r\nГАРАНТИЯ КАЧЕСТВА НА ВСЕ ВИДЫ РАБОТ 100%. \r\nСОСТАВЛЕНИЕ ДОГОВОРА. \r\nЗВОНИТЕ: +79898182518 в любое время, ОТВЕЧУ на все ВОПРОСЫ \r\n? В день вашего звонка: НЕ НАДО ЖДАТЬ? \r\n? Только провенный инструмент: НАДЕЖНО? \r\n? Оплата после приемки работ: НЕТ РИСКОВ? \r\n? Довожу до результата ,когда вы скажете: ИДЕАЛЬНО? \r\n? Контроль даже в случае вашего отсутствия: ЭКОНОМИТЕ ВРЕМЯ?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RuslanSmexyWR', 'stasstank123@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 18:27:31', '178.155.4.8', '1'),
(1846, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CharlesRalFA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"cgdbwdns@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82976827751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"seriöse online casinos \r\n \r\nvera&amp;john \r\n \r\nnye norske casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesRalFA', 'cgdbwdns@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 18:28:35', '178.159.37.85', '1'),
(1847, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88122341571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2459:\"Recently I have come across one article which I believe you can find interesting. Somebody may take a steaming dump all over it, but it clarified some of my questions. \r\nhttps://buycollegeessays368.blogspot.com\r\nhttps://free-examples-of-apa-style-papers.blogspot.com/\r\nhttps://collegeessayediting960.blogspot.com\r\nhttps://collegeentryessays336.blogspot.com\r\nhttp://best-researchpapers.blogspot.com/\r\nhttps://howtowriteexploratoryessay1.blogspot.com/\r\nhttps://essaywritingexamples0.blogspot.com\r\nhttps://persuasiveessayexamples198.blogspot.com\r\nhttps://writingaliteratureessay382.blogspot.com\r\nhttps://professionalessayhelp.blogspot.com/\r\nhttps://writingapaper27.blogspot.com\r\nhttps://writeessaysonline41.blogspot.com\r\nhttps://termpaperhelp23.blogspot.com\r\nhttps://paytowriteessay883.blogspot.com\r\nhttps://websiteessay.blogspot.com\r\nhttps://collegeessaytutoring.blogspot.com\r\nhttps://howtowriteanevaluationpaper12.blogspot.com/\r\nhttps://titlepageofaresearchpaper.blogspot.com/\r\nhttps://buycustomessaypapers.blogspot.com\r\nhttps://descriptiveessayoutlineexamples.blogspot.com/\r\nhttps://argumentativeessay41.blogspot.com\r\nhttps://luxurywritingpaper1.blogspot.com/\r\nhttps://graduationessay76.blogspot.com\r\nhttps://wherecanyoubuyessaypaperpaper.blogspot.com\r\nhttps://whatisapealparagraph.blogspot.com/\r\nhttps://australianessaywritingservice466.blogspot.com\r\nhttps://freeresearchpaper-s.blogspot.com/\r\nhttps://howtowriteanessay195.blogspot.com\r\nhttps://personalstatementwritingservice17.blogspot.com\r\nhttps://purchaseessay54.blogspot.com\r\nhttp://cheap-research--papers.blogspot.com/\r\nhttps://cheap-essaywriting.blogspot.com/\r\nhttps://zanerbloserwritingpaper1.blogspot.com/\r\nhttps://greatwriting4greatessays944.blogspot.com\r\nhttps://essaymeaning436.blogspot.com\r\nhttps://myfutureessaywriting98.blogspot.com\r\nhttps://cheapessay390.blogspot.com/\r\nhttps://bestcustomwritingcompaperwriting2.blogspot.com/\r\nhttps://academicessaywriting940.blogspot.com\r\nhttps://extendedessaytopicsmath.blogspot.com/\r\nhttps://writepaper766.blogspot.com\r\nhttps://howtowritethesispaper859.blogspot.com\r\nhttps://howtobegincollegeessay359.blogspot.com\r\nhttps://collegepapereditingservices.blogspot.com/\r\nhttps://buycustomresearchpaper0.blogspot.com\r\nhttps://helpwitheconomicsessay.blogspot.com/\r\nhttps://howtowriteanessayinenglish529.blogspot.com\r\nhttps://collegeessayfunny858.blogspot.com\r\nhttps://howtowriteaperfectessay708.blogspot.com\r\nhttps://abortionargumentativeessaytopics.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 21:41:49', '185.136.159.26', '1'),
(1848, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"angelinegq3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"sofiajb11@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85879496973\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://freesexstudporn.sexjanet.com/?reese \r\n\r\n free first lesbian experience porn pokemon porn picture gllery futureama parody porn categorized porn vids better than xhamster andie porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'angelinegq3', 'sofiajb11@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-22 22:44:37', '185.220.102.6', '1'),
(1849, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"constanceld3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"margeryev69@kenshin65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89441918381\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"New super hot photo galleries, daily updated collections\r\nhttp://shemaletubes.bestsexyblog.com/?whitney \r\n\r\n sloppy blow job porn free young porn thumbnail email quick time porn the body free porn free redhead porn milf\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'constanceld3', 'margeryev69@kenshin65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 01:11:39', '23.129.64.182', '1'),
(1850, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"lucilejf3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"manuelawl60@riku210.tamotsu89.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82721798637\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Daily updated super sexy photo galleries\r\nhttp://iodineshemale.hoterika.com/?emilee \r\n\r\n steve driver porn films porn celbertiy yourfilehost free porn movies porn virgin guy first time shemale free download sex porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lucilejf3', 'manuelawl60@riku210.tamotsu89.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 03:01:54', '185.207.139.2', '1'),
(1851, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Edward1989bibBP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ivawkaya@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81475952942\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Смотреть фильмы онлайн, новинки фильмов, лучшее чем в интернете без рекламы Kinotok в качестве 720р1080р \r\n \r\n \r\nФильмы онлайн\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Edward1989bibBP', 'ivawkaya@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 04:58:50', '78.153.137.134', '1'),
(1852, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexmaypeHM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"s.boncang@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86556366935\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1034:\"Hello to everyone !  Do you like to play, but games only take up your time, and loved ones swear when they see that you are sitting at the computer again?  We need to take action. No, I do not urge you to quit playing, but I propose to receive  income on games. Then loved ones will sympathize with your hobby and you can afford more. \r\nEspecially for you, I found out where you can earn money, how and on what games. You just have to choose a method and act. https://clck.ru/EwfVV - michael american casino\r\n \r\nRemember,  dice  in an online casino can be used in the same way as if you were playing in a real casino. At the same time, in a stationary casino no one will allow you to play just like that without making real money bets, and here you can just have a good time playing for a free game. Well, if you still want to try your luck when playing for real money, we will kindly provide this opportunity! \r\nbasel card casino scratch\r\n \r\n \r\ncasino louisiana sams town smaartlive casino gold coast casino resort  e1a54c8  \r\n \r\n@_c\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexmaypeHM', 's.boncang@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 12:10:32', '5.188.210.44', '1'),
(1853, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JesseblefeVU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"brerty@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84193599925\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2313:\"Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help general health products. https://4r.orderessay.site/en/dissertation-abstracts-samples-52602.html Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to look better with a help of health products. https://6we8.orderessay.site/en/i-need-help-writing-a-paper-for-college-32844.html Our company provides a wide variety of non prescription drugs. Visit our health portal in case you want to to feel healthier with a help of health products. https://1g7i.orderessay.site/en/masters-degree-coursework-69895.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help generic supplements. https://1yp.orderessay.site/en/rutgers-essay-application-help-51085.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to look healthier. https://s6.orderessay.site/en/purchase-college-papers-online-24-hours-22303.html Our company provides health and related products. Look at our health contributing website in case you want to feel better. https://k4.orderessay.site/en/dissertation-topics-for-business-50647.html \r\nOur company provides a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help generic supplements. https://2r.orderessay.site/en/what-is-dissertation-definition-89280.html Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to look better with a help of health products. https://hr12.orderessay.site/en/please-write-my-essay-for-me-54747.html  Our company provides health products. Look at our health contributing site in case you want to feel healthier. https://7r.orderessay.site/en/college-essay-help-tips-16174.html Our company provides herbal non prescription products. Take a look at our health contributing portal in case you want to feel healthier. https://9p.orderessay.site/en/help-write-my-essay-free-1373.html Our company offers herbal general health products. Take a look at our health contributing website in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JesseblefeVU', 'brerty@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 17:49:41', '46.61.23.67', '1'),
(1854, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"BolianoLE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nakolayf1z@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82694386989\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:282:\"see more \r\n \r\nVDS-bestseller- http://clc.to/hosting-black-friday-sell-out \r\n \r\nTDS-bestseller- http://clc.to/tds-black-friday-sell-out-7days-free \r\n____________________________________ \r\n18+/ \r\nhttp://new-binary-crypto-trayding.tk \r\nhttp://new-dating-app.tk \r\nhttp://new-gambling.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BolianoLE', 'nakolayf1z@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-23 20:22:16', '178.76.243.145', '1'),
(1855, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HypecokyLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert0@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89919422295\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:75:\"Taking viagra young cialis pills buy cialis cialis order online cialis cost\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HypecokyLD', 'oskudfert0@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 07:55:24', '5.188.210.27', '1'),
(1856, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"QueentLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert1@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85818553948\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:99:\"Nitric oxide and cialis generic drugs generic cialis cheap cialis from canada cialis generic cialis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'QueentLD', 'oskudfert1@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 11:36:10', '5.188.210.27', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1857, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"ImpaipLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"oskudfert2@qmails.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87465318489\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:79:\"Search cialis pharmacy buy cheap cialis coupon viagra how long buy cheap viagra\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ImpaipLD', 'oskudfert2@qmails.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 12:04:11', '5.188.210.27', '1'),
(1858, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DebraPaigoJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"katebirton@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87623978631\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:196:\"Good afternoon. \r\n My name Karen. I want to meet a crazy guy. \r\nI&#039;ll come to you or gonna invite you to my place for the night. What is most sensitive spot on your body?. \r\nMy intimate photos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DebraPaigoJU', 'katebirton@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 12:32:19', '94.228.207.1', '1'),
(1859, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertSoighJQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"valentinyrkovv@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82891432321\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:227:\"Всем Привет! \r\nТакой интересный сайт. \r\n \r\nМного приколов...Мефедрон, Соль, Альфа, Скорость, и т.д. \r\nПереходи на сайт: \r\n \r\nhttp://neryxiky.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertSoighJQ', 'valentinyrkovv@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 13:24:35', '95.143.218.78', '1'),
(1860, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"margaritatg4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"lilafz16@naoki8310.itsuki70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87874539686\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:171:\"College Girls Porn Pics\r\nhttp://chainespornhd.instasexyblog.com/?alexandria \r\n\r\n crazy xxx 3d porn toons beauty pearls porn teen porn world cherokee porn clips tintin porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'margaritatg4', 'lilafz16@naoki8310.itsuki70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 16:44:33', '46.182.106.190', '1'),
(1861, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomascoeceFH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Beld@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81784842253\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2274:\"hOur company offers safe health products. Look at our health contributing website in case you want to look better. https://4ao.cbdbesteuro.com/de/propranolol-kaufen-ohne-rezept-schweiz-15860.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to look better with a help of health products. https://p9.cbdbesteuro.com/it/acquisto-zoloft-in-england-51145.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to look better with a help health products. https://h9y.cbdbesteuro.com/en/prednisone-online-tcgs-92817.html Our company provides a wide variety of non prescription drugs. Visit our health site in case you want to to feel healthier with a help of generic supplements. https://l47n.cbdbesteuro.com/sv/ventolin-inget-recept-lhermittes-sign-4940.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier with a help of generic supplements. https://7fk4.cbdbesteuro.com/fr/hydrochlorothiazide-sans-ordonnance-iprof-57599.html Our company offers supreme quality health and related products. Take a look at our health contributing site in case you want to feel better. https://ar86.cbdbesteuro.com/fi/osta-amoxil-class-20732.html \r\nOur site offers a wide variety of non prescription products. Look at our health site in case you want to feel better with a help health products. https://ar86.cbdbesteuro.com/da/ordre-amoxil-lube-65945.html Our company offers supreme quality pills. Look at our health contributing site in case you want to feel healthier. https://2b.cbdbesteuro.com/fi/doxycycline-verkossa-ultraviolet-2887.html  Our company offers a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help health products. https://j4i.cbdbesteuro.com/sv/amoxil-inget-recept-koekenpan-18854.html Our company offers supreme quality pills. Look at our health contributing website in case you want to feel better. https://ni22.cbdbesteuro.com/fi/osta-prednisolone-yk-trading-63581.html Our company offers herb-based pharmacy. Take a look at our health contributing website in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomascoeceFH', 'Beld@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-24 19:22:51', '109.165.66.247', '1'),
(1862, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"gruzviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"izyumowalyuba198828@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89818721133\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:160:\"арендовать грузовик с манипулятором  - подробнее на сайте аренды манинипуляторов refgruz.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gruzviextMO', 'izyumowalyuba198828@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-25 01:43:03', '109.184.184.198', '1'),
(1863, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"YitkovaolenkDE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"titkovaolenka@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81492544684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Обслуживание авто... Кпить силикон для сазки. силикон для смазки изготовления форм, беговых дорожек...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'YitkovaolenkDE', 'titkovaolenka@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-25 09:24:49', '88.147.152.214', '1'),
(1864, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87625764392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:692:\"In the nifedipine group, 200 had cardiovascular death, heart attack, heart failure or stroke (combined) versus 182 in the diuretic group, which was not statistically significant.\r\n \r\nprecio de un bitcoin\r\n \r\nPneumonia is inflammation in the lungs that is caused by infection from bacteria, viruses, fungi or parasites.\r\n \r\nhow to earn bitcoins online free\r\n \r\nBoth are combined mouth contraceptive pills, which contain special progestin hormone called drospirenone, which is not really found in other combined pills.\r\n \r\nhttp://www.prcupcakes.com.br/tag/cupidos/\r\n \r\nfktrpr94f \r\nThis is what happened in my case and we are making every attempt at preventing it from happening to our children.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-25 11:01:15', '178.159.37.17', '1'),
(1865, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidmupOH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Kix@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89383531617\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2318:\"hOur company provides a wide variety of pharmacy. Take a look at our health contributing portal in case you want to improve your health. https://7b.modafinilbuynow.com/sv/rea-modafinil-cuba-53399.html Our company provides supreme quality non prescription products. Visit our health contributing site in case you want to strengthen your health. https://2iw8.modafinilbuynow.com/no/modafinil-kostnad-pjs-coffee-39325.html Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to to improve your health with a help generic supplements. https://5qp0.modafinilbuynow.com/no/salg-provigil-approved-75583.html Our company offers a wide variety of pills. Look at our health contributing site in case you want to look healthier. https://f8.modafinilbuynow.com/no/kjpe-provigil-uten-resept-i-norge-10245.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of health products. https://f8.modafinilbuynow.com/en/lowest-price-generic-provigil-33279.html Our company provides a wide variety of pharmacy. Visit our health contributing site in case you want to feel healthier. https://ep6.modafinilbuynow.com/es/donde-comprar-provigil-sin-receta-en-sevilla-37717.html \r\nOur company offers supreme quality health and related products. Visit our health contributing portal in case you want to feel better. https://8d.modafinilbuynow.com/sv/provigil-utan-recept-gluhwein-36400.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help health products. https://3n.modafinilbuynow.com/sv/modafinil-utan-recept-kwarktaart-80796.html  Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to look healthier  with a help health products. https://8i.modafinilbuynow.com/nl/provigil-online-overnight-shipping-14379.html Our company offers generic supplements. Look at our health contributing portal in case you want to strengthen your health. https://p9j.modafinilbuynow.com/de/provigil-bestellen-bankueberweisung-75150.html Our company provides weight loss products. Visit our health contributing website in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidmupOH', 'Kix@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-25 17:40:14', '46.61.12.71', '1'),
(1866, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"George Philips\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"nwcapitalservices@caramail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82378456559\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:594:\"Hello Partners, \r\n \r\nThe Finance Investment arm of our company is seeking interested partners who are in need of alternative cheap funding for long term projects, business development or new business start ups. Our managed Investor portfolio has an excess pool in private funds for viable project financing, with flexible long term repayment options and a standard 24 months moratorium on principal repayments. Contact me directly to know how we can provide funding assistance to you or your organization. \r\nRegards \r\n \r\n \r\nDr. George Philips \r\nNorthwest Capital \r\nnwcapitalfundinginc@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'George Philips', 'nwcapitalservices@caramail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-26 05:58:55', '84.17.47.19', '1'),
(1867, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarrydaypeUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87579784945\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:450:\"На сайте собрана самая большая база спецпредложений авиакомпаний. Редакция имеет прямые контакты со многими авиакомпаниями и получает информацию об акциях порой раньше, чем она публикуется на сайте самой авиакомпании. \r\nhttp://pinterest.com/pin/719168634229574003/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarrydaypeUK', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-26 06:02:01', '185.251.38.4', '1'),
(1868, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"AnthonyJuidaOL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"oqqygkta@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85946568344\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"roulette casino \r\n \r\ncasino bonus norge \r\n \r\nnorge spill\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonyJuidaOL', 'oqqygkta@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-26 17:06:55', '178.159.37.85', '1'),
(1869, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JaimecagueRD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Dani@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83297977189\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2369:\"hOur company provides supreme quality health and related products. Visit our health contributing website in case you want to feel healthier. http://i9.orderspillsonline.com/it/valtrex-2/sito-affidabile-acquisto-valtrex-59649.html Our company provides a wide variety of general health products. Visit our health contributing portal in case you want to look better. http://25gl.orderspillsonline.com/sv/avodart-2/avodart-inget-recept-vafli-15842.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to strengthen your health with a help generic supplements. http://5m.orderspillsonline.com/nl/prednisolone-2/koop-prednisolone-iceland-18160.html Our company offers supreme quality health products. Look at our health contributing website in case you want to strengthen your health. http://i9.orderspillsonline.com/sv/valtrex-3/koepa-valtrex-p-naetet-flashback-59311.html Our company offers herb-based pharmacy. Visit our health contributing website in case you want to look better. http://3l.orderspillsonline.com/sv/diflucan-7/rea-diflucan-qaem-80015.html Our company offers a wide variety of pills. Visit our health contributing portal in case you want to strengthen your health. http://41ft.orderspillsonline.com/en/flagyl-3/non-prescription-flagyl-gnc-60338.html \r\nOur company provides a wide variety of health and related products. Visit our health contributing website in case you want to look healthier. http://9av8.orderspillsonline.com/es/antabuse-4/vendo-antabuse-shop-28885.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to look healthier  with a help general health products. http://q5o.orderspillsonline.com/nl/metformin-4/metformin-kosten-en-uitgaven-45019.html  Our company offers herb-based healthcare products. Look at our health contributing website in case you want to improve your health. http://3en7.orderspillsonline.com/fr/dapoxetine-1/dapoxetine-generique-achat-france-41987.html Our company provides herbal pills. Take a look at our health contributing website in case you want to look better. http://er0.orderspillsonline.com/no/metformin-2/metformin-kostnad-tbi-39127.html Our company provides a wide variety of general health products. Visit our health contributing site in case you want to improve your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JaimecagueRD', 'Dani@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-26 19:12:47', '109.165.68.92', '1'),
(1870, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"KaryTenZL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"krytomaz5@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83975578775\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5622:\"Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – ПОЛНЫЙ аналог Tagrisso/Тагриссо \r\nOsimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – лекарство, направленное на борьбу с раковыми клетками в легких, тем самым уменьшая размеры опухоли. Действие осуществляется за счет ингибирования тирозинкиназы. Эффективен данный препарат в первую очередь в отношении сенсибилизирующих мутаций, а именно - Т790М \r\n \r\nФорма выпуска \r\nПредставляет собой покрытые оболочкой капсулы. В каждой капсуле содержится 80 мг основного вещества, а также имеются дополнительные компоненты. \r\n \r\nДозировка препарата \r\nЧтобы был назначен курс лечения, необходимо пройти специальное обследование, а также сдать все необходимые анализы. Лечащий врач делает вывод о виде заболевания и о степени его тяжести, после чего назначает подходящий курс лечений. Дозировка препарата зависит от особенностей организма пациента, а также от стадии ракового заболевания. У нас вы можете Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) купить уже сегодня. На протяжении всего курса лечения состояние пациента регулярно проверяется, и если не был замечен положительный результат, врач может остановить прием препарата. Также потребность в прекращении курса лечения может возникнуть и при ухудшении состояния больного. \r\n \r\nПоказания к применению \r\nПрием препарата назначается при раке легких. Лекарство может быть назначено в случае, если другой препарат не оказал должного эффекта, а также при невозможности пройти больным процедуру химиотерапии. На Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) цена указана на нашем сайте. Мы гарантируем качество всех лекарств, представленных в каталоге. \r\n \r\nПротивопоказания \r\nНе рекомендуется осуществлять прием препарата: • Женщинам, находящимся на стадии беременности или лактации; • Больным с гиперчувствительностью на какой-либо из компонентов; • Детям в возрасте до 18 лет. Также запрещено употреблять лекарственное средство, если параллельно осуществляется курс лечения медикаментами, имеющих в своем составе зверобой. Актуальная на Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) стоимость указана в каталоге, заказ вы можете оформить прямо сейчас на сайте. \r\n \r\nПобочные эффекты \r\nВ основном побочные эффекты проявляются у каждого по-разному. Это зависит от индивидуальных особенностей организма пациента. Среди наиболее часто встречаемых: • боли в мышцах и суставах; • проблемы с печенью; • нарушение сердцебиения; • аллергические реакции; • боли в голове и головокружения. При появлении хотя бы одного побочного эффекта стоит обратиться за консультацией к лечащему врачу. Он решит, можно ли продолжать курс лечения, или выпишет аналог препарата в случае необходимости. В большинстве случаев Osimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) отзывы положительные. \r\n \r\nХранение и продажа \r\nХранение препарата осуществляется в темном, сухом и недоступном для детей месте. Срок годности составляет два года. Продажа лекарственного средства осуществляется по рецепту врача. Но у нас вы можете заказать препарат в онлайн-режиме. \r\nOsimert (Осимертиниб 80 мг) - Осимерт (Osimertinib) – ПОЛНЫЙ аналог Tagrisso/Тагриссо \r\n \r\n \r\nтагриссо таблетки +для +чего\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KaryTenZL', 'krytomaz5@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-27 15:50:45', '46.118.235.10', '1'),
(1871, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelTauffUZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"lighting@seosale.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87833417265\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1030:\"Ищешь комплект светового оборудования для своей студии по цене Китая? \r\nПредложение тут====&gt;&gt;&gt;&gt; оборудование для фотостудии спб\r\n \r\n___________ \r\n \r\nПопулярность Ютуб и трафика со своего канала - \r\nвсе время растет. Начни иметь из этого профит \r\nзаодно с 23 456 людьми, заказавшими в нашем магазине комплект светового оборудования. \r\n \r\nСТАНЬ ХОЗЯИНОМ СВОЕЙ ЖИЗНИ! \r\nОбрети для себя Вселенную Фото и Видео и открой свою Студию! \r\n_________ \r\n \r\nНаши цены порадуют Вас адекватностью. \r\nДоставка - в любую точку России, очень быстро! \r\nСервис, гарантия, бережное отношение к каждому клиенту.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelTauffUZ', 'lighting@seosale.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-27 16:17:10', '185.186.143.103', '1'),
(1872, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85334248234\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1005:\"I&#039;ve seen something similar in a different thread. You will probably find certain parts of that post useful, not everything obviously, but I think it is worth looking into. \r\nhttps://zwdchoft.yolasite.com\r\nhttps://persuasiveessayexamples14.doodlekit.com\r\nhttps://essaywriting.doodlekit.com\r\nhttps://essayintroduction25.doodlekit.com\r\nhttps://collegeessaywritinghelp482.yolasite.com\r\nhttps://getessay14.doodlekit.com\r\nhttps://essayintroduction24.doodlekit.com\r\nhttps://courseworkhelp5.doodlekit.com\r\nhttps://economicsessay5.doodlekit.com\r\nhttps://getessay15.doodlekit.com\r\nhttps://termpaperproposal163.yolasite.com/\r\nhttps://freeessaysinenglish7.doodlekit.com\r\nhttps://shortessaywriting12.doodlekit.com\r\nhttps://dissertationtopics5.doodlekit.com\r\nhttps://termpaperwriting941.yolasite.com/\r\nhttps://essayintroduction14.doodlekit.com\r\nhttps://researchpaperwriting613.yolasite.com\r\nhttps://mbaessay11.doodlekit.com\r\nhttps://writemyessayformefree7.yolasite.com/\r\nhttps://doctoraldissertation.doodlekit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-27 23:35:48', '185.136.159.30', '1'),
(1873, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83485146139\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:298:\"Стильные Изделия из Натуральной Кожи. Производитель Италия https://avenu24.prom.ua/  Женские и  Мужские сумки, кошельки, клатчи, деловые портфели, мужские ремни. +380931200802 Ольга\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 00:13:59', '188.163.109.153', '1'),
(1874, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RaymondAdvorBU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"santoshkumar.hfcl@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87752269124\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:147:\"The Basic Facts of Bet365 Bingo Reviews. Bet365 offers UK players an opportunity to play many diverse games, more than 1 bonus choice to pick from.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondAdvorBU', 'santoshkumar.hfcl@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 01:18:42', '217.160.60.234', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1875, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArthurRixZX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ayv.shura@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87961455125\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"https://silvenfilm.ru/boeviki/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArthurRixZX', 'ayv.shura@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 17:17:38', '31.173.86.178', '1'),
(1876, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JaimecagueRD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Dani@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84675239198\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2416:\"hOur company offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help of generic supplements. http://9s.orderspillsonline.com/en/cialis-5/order-cialis-vasodilator-54601.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to to feel healthier with a help health products. http://3en7.orderspillsonline.com/da/dapoxetine-2/kobe-dapoxetine-forum-99248.html Our company offers herb-based general health products. Take a look at our health contributing site in case you want to strengthen your health. http://1bs.orderspillsonline.com/es/aciclovir-1/donde-comprar-pastillas-de-aciclovir-44633.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of general health products. http://e6w.orderspillsonline.com/fi/lexapro-2/halpoja-lexapro-guidelines-54053.html Our site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to feel better with a help generic supplements. http://25gl.orderspillsonline.com/fr/avodart-1/achat-avodart-eire-39123.html Our company offers health and related products. Take a look at our health contributing portal in case you want to look healthier. http://g7.orderspillsonline.com/no/propranolol-4/propranolol-pris-xl-airways-49069.html \r\nOur company offers a wide variety of non prescription products. Visit our health site in case you want to feel better with a help generic supplements. http://6n.orderspillsonline.com/sv/viagra-3/bra-staelle-att-koepa-viagra-38445.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help health products. http://5la8.orderspillsonline.com/sv/nolvadex-4/nolvadex-kostnad-dps-16024.html  Our company offers a wide variety of pharmacy. Look at our health contributing site in case you want to strengthen your health. http://9xo.orderspillsonline.com/fi/cytotec-1/halpa-cytotec-dosage-23746.html Our company provides supreme quality health products. Look at our health contributing website in case you want to look better. http://p2.orderspillsonline.com/en/lexapro-4 Our company offers a wide variety of non prescription products. Look at our health portal in case you want to to improve your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JaimecagueRD', 'Dani@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 21:21:48', '46.61.106.144', '1'),
(1877, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85372966828\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2376:\"I have found a lot of helpful information on your site especially this page. Thank you for sharing. \r\nhttp://howtowriteanargumentessay.blogspot.com/\r\nhttps://helpmewriteanessay.blogspot.com\r\nhttp://writing-essay-papers.blogspot.com/\r\nhttps://doanessay478.blogspot.com\r\nhttps://thesispaperwritingservice535.blogspot.com\r\nhttps://freecollegeessays286.blogspot.com\r\nhttps://essaywritingpaper212.blogspot.com\r\nhttps://customtermpaperhelp4.blogspot.com/\r\nhttps://proofreadessaysonline.blogspot.com/\r\nhttps://buyessays138.blogspot.com\r\nhttps://writingtermpapers539.blogspot.com\r\nhttps://writingatextualanalysisessay1.blogspot.com/\r\nhttps://howwriteanessayinenglish.blogspot.com\r\nhttps://collegeentranceessay992.blogspot.com\r\nhttps://reflectiveessaytopic12.blogspot.com/\r\nhttps://lawschoolessay408.blogspot.com\r\nhttps://howtowriteagoodresearchpaper.blogspot.com/\r\nhttps://papertowrite425.blogspot.com\r\nhttps://narrativewritinghelp.blogspot.com/\r\nhttps://writemypaper651.blogspot.com\r\nhttps://shortessaywriting12.blogspot.com/\r\nhttps://essaywritingcoursesonline.blogspot.com\r\nhttp://whocandomyessay1.blogspot.com/\r\nhttps://writingautobiographicalessay.blogspot.com\r\nhttp://customwritingpaper1.blogspot.com/\r\nhttps://bestcollegepaperwritingservice12.blogspot.com/\r\nhttps://bookreporthelp103.blogspot.com\r\nhttps://writingtechnicalpapers1.blogspot.com/\r\nhttps://researchproposalexamplesapa.blogspot.com/\r\nhttps://top5internetsourcesforuniversity.blogspot.com/\r\nhttp://allstudentsinhighschoolandcollege.blogspot.com/\r\nhttps://writingauniversityessay.blogspot.com\r\nhttps://criticalanalysispaperhelp1.blogspot.com/\r\nhttps://writingaconceptpaper887.blogspot.com\r\nhttps://howtowrightanessay731.blogspot.com\r\nhttps://abortionargumentativeessays.blogspot.com/\r\nhttps://howtowriteacollegeessay194.blogspot.com\r\nhttp://definition--essay.blogspot.com/\r\nhttps://collegereflectiveessay1.blogspot.com/\r\nhttps://howtowriteacompositionessay693.blogspot.com\r\nhttps://paperwritingservicecheap623.blogspot.com\r\nhttps://cheapessay125.blogspot.com\r\nhttps://easyessayhelp526.blogspot.com\r\nhttps://thanksgivingwritingpaper212.blogspot.com\r\nhttps://thehelpmovieessay.blogspot.com\r\nhttps://simpleessaywriting109.blogspot.com\r\nhttps://scholarshipessay515.blogspot.com\r\nhttps://admissionessaywriting341.blogspot.com\r\nhttps://academicpapereditingservice1.blogspot.com/\r\nhttps://stepsinwritingapaper606.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 22:26:42', '185.136.159.26', '1'),
(1878, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Dariam JakHE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88483879321\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1309:\"Приветики ребята! Посмотри жуткая вещь... \r\nВеликое множество людей не подозревают, как стоит организовывать жизнь, чтобы стать успешными, счастливыми людьми. Знающие эти секреты стремительно движутся к поставленной цели, которую определённо представляют себе  поэтапно. И, как правило, им удается строить свою жизнь именно такой, о которой они мечтали в детстве. Большинство молодых людей нуждается в полезный советах и подсказках древних мудрецов. В основном это известные личности восточных культур. Как правило, их жизненные формулы в несколько переработанном виде сообщаются обществом из  уст в уста. И они остаются более чем полезными и актуальными и в наше время.  \r\n \r\nСмотреть видео онлайн &gt;&gt; \r\n \r\n \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Dariam JakHE', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 23:23:21', '178.17.177.37', '1'),
(1879, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Marina JakCM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mariana.skvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82194559565\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:981:\"Привет смотри супер видео про котов и кошек!  Вы наверное знаете, что котята – самые непредсказуемые и нелогичные домашние животные. Хотите понять, что сейчас творится в голове у этой милой нахальной морды.  Однако у котят конечно есть свой кошачий язык, выучив который вы сможете намного лучше понимать желание друг друга. Смотрите интересное видео которое непременно поможет вам и вашим близким стать лучшим другом вашему усатому домашнему питомцу (если, у вас это получится). \r\n \r\nСмотреть видео &gt;&gt; \r\n \r\n \r\n================================ \r\nВсем успеха.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Marina JakCM', 'mariana.skvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-28 23:23:21', '178.17.177.37', '1'),
(1880, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"andreahs16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"kirstenqa20@riku910.norio20.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81139224737\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://upskirtpornpic.fetlifeblog.com/?veronica \r\n\r\n free asian anal porn videos sisters want brothers sperm porn older black porn world hardcore free porn xxx free best porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'andreahs16', 'kirstenqa20@riku910.norio20.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-29 02:03:48', '45.154.255.44', '1'),
(1881, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"fernxb1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"genevievebx69@takumi65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89592786751\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:212:\"Dirty Porn Photos, daily updated galleries\r\nhttp://sexygirlblack.analgaydildo.bestsexyblog.com/?alysha \r\n\r\n zoi porn tattoo porn movies list anal toying porn story line porn wife cheating free jennna jamison porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'fernxb1', 'genevievebx69@takumi65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-29 02:16:27', '109.70.100.19', '1'),
(1882, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DanieltaichYO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox102@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83758274495\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1076:\"A short while ago I have come across one post which I assume you might find interesting. Someone will take a steaming dump all over it, but it answered some of my questions. \r\nhttp://collegepersonalstatementexamples.blogspot.com/\r\nhttps://collegeexperienceessay265.blogspot.com\r\nhttps://stepsinwritingagoodessay720.blogspot.com\r\nhttps://graduateadmissionsessay434.blogspot.com\r\nhttps://writingalawessay.blogspot.com\r\nhttps://writingareflectionpaper19.blogspot.com\r\nhttps://italianwritingpaper12.blogspot.com/\r\nhttps://helpwritingapaper123.blogspot.com/\r\nhttps://onlineenglishdegree1.blogspot.com/\r\nhttps://phdwritinghelp1.blogspot.com/\r\nhttps://writinganessaysteps.blogspot.com\r\nhttps://analysisofanad1.blogspot.com/\r\nhttps://admissionessayexamples01.blogspot.com\r\nhttps://mbaessaysamples594.blogspot.com\r\nhttps://writingaliteraryanalysisessay794.blogspot.com\r\nhttps://howtowriteessayplan951.blogspot.com\r\nhttps://assignmenthelponline12.blogspot.com/\r\nhttps://essaytopicsforpsychology.blogspot.com/\r\nhttps://abookreport1.blogspot.com/\r\nhttps://writingopinionessay.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DanieltaichYO', 'inbox102@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-29 05:18:54', '185.136.159.30', '1'),
(1883, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ChiekoabardQV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"darii6935531523@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83337791782\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"sex Dating \r\nSuper crazy girls \r\nMore info!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ChiekoabardQV', 'darii6935531523@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-29 06:37:22', '178.137.39.83', '1'),
(1884, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AnthonliefsSV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"olgakopchik@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86774652375\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:64:\"http://trezvyvoditel.flyland.ru/ трезвый водитель\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnthonliefsSV', 'olgakopchik@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-29 20:38:15', '91.79.169.168', '1'),
(1885, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MariaBuhVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mariaramble@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86735125585\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:151:\"Добрый день \r\nРекомендует врач \r\nЛучшая Интернет Аптека \r\n \r\n \r\nиларис инструкция цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaBuhVP', 'mariaramble@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 01:49:11', '37.115.205.210', '1'),
(1886, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GreggDiachLI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"26@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86518611195\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"Click this link Hairy Pussy Fucking and much more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GreggDiachLI', '26@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 02:01:30', '103.109.92.234', '1'),
(1887, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87949153736\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1119:\"11 Feb 2011 ... 1 billion, the purchasers can also buy online by opening an account on the basis of the respective geographical location. The staggering price ... https://btcmoneywiki.com/free-bitcoin-faucet.html faucet\r\n \r\nWhat is Nerve damage due to diabetic is termed as?\r\n \r\nhow do i earn bitcoins\r\n \r\nYouвЂ™ll need to explain to him what is going on and he may or may not require a visit.\r\n \r\nwhat are the pros and cons of globalization\r\n \r\nAlthough this is a potassium sparing diuretic, if electrolyte imbalances become severe and a dehydrated state is maintained for too long, some may experience muscle cramps.\r\n \r\n7 Feb 2019 ... The only Canadian online pharmacy with + reviews, TrustScore /5, two million+ Rx Levitra. buy Levitra You can order brand name medications ... pharmacy pharmacy\r\n \r\nIn the placebo group, resolution had been observed in 18%, while the size from the implants was estimated to be improved in 23% of the patients.\r\n \r\nhttp://www.tmpconvert.com/conf/femmeairmax.php\r\n \r\nfktrpr94f \r\nIt could be bought as an over the counter drug along with preparation usually at 200mg plus 400mg.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 02:23:07', '178.159.37.17', '1'),
(1888, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"servisviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"kobyakowwalerij9520@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86928422363\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"мастер по ремонту холодильников в нижнем новгороде        - klimatik-nn.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'servisviextMO', 'kobyakowwalerij9520@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 07:58:30', '109.184.134.66', '1'),
(1889, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ChiekoabardQV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"lovekat@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85363446912\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"sex Dating \r\nbest girl \r\nBABY...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ChiekoabardQV', 'lovekat@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 08:38:54', '178.137.39.83', '1'),
(1890, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"InvobeVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"kbbtjxu@maidoo.biz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88217489981\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:182:\"canadian pharmacy online http://canadianonlinepharmacysh.com generic viagra pharmacy \r\n \r\ncanadian pharmacy online \r\nhttp://canadianonlinepharmacysh.com grant pharmacy viagra generic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'InvobeVH', 'kbbtjxu@maidoo.biz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 14:53:11', '37.229.197.92', '1'),
(1891, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"BobligQL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"pharm2m@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83561775567\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:261:\"how to take sildenafil 20 mg Visit Your URL \r\nsildenafil citrate 100mg generic see this \r\nsildenafil citrate 100 mg in usa this post \r\n \r\nsildenafil 20 mg for erectile dysfunction my website \r\nsildenafil 100 mg reviews Bonuses \r\nsildenafil online in the us prev\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobligQL', 'pharm2m@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 15:13:14', '178.137.80.124', '1'),
(1892, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AhmedFugDU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"dzukeizairadzu2004sokolova@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81797787548\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2780:\"Янченко Дмитрий Михайлович поставляет некачественную продукцию \r\nХочу предостеречь добросовестных предпринимателей и организации от ЛЮБОГО взаимодействия с Янченко Дмитрием Михайловичем 26.08.1979 г.р., проживающим в г. Волгоград. \r\nОн втирается в доверие к коммерсантам под видом крупного поставщика, имеющего достаток, большие обороты и перспективный бизнес. \r\nНо после заключения договора и перевода денег по нему, в качестве товара - вы получите гору негодного хлама. Фактически, сам этот хлам будет поставлен вам с единственной целью - избежать уголовной ответственности Янченко Дмитрия Михайловича 1979 г.р. за мошенничество и перевести все разбирательства в гражданско-правовую плоскость. Идите в суд... \r\nВсе, на что вы сможете расчитывать после этого, это вежливые извинения Янченко Д.М. и скромную компенсацию наличными, чтобы закрыть вам рот. \r\nДеятельность Дмитрия Михайловича Янченко (г. Волгоград) основана на откатах при работе крупными промышленными предприятиями. Янченко Дмитрий при этом действует через свое ООО &quot;Гаскет Технолоджи&quot; ИНН 3435911580 или через ООО &quot;Тех-ресурс&quot; ИНН 3460075603 с номинальным директором Федоровой Татьяной Борисовной. \r\nКак вы понимаете, такая схема разграбления основана на преступном сговоре Янченко Д.М. с руководителями крупных предприятий. При этом Дмитрий Михайлович Янченко, естественно, не заинтересован в поставке качественной продукции. \r\nЕго интерес заключается только в получении денег на счет. Никакую качественную продукцию он продать не может. У него ее просто нет.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AhmedFugDU', 'dzukeizairadzu2004sokolova@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 16:30:38', '176.96.225.103', '1'),
(1893, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"mebelkipTO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mebelmsr@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88114484973\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:168:\"купить мебель Maxalto в Москве и https://extraint.ru/brand/svet1/milling_road \r\n \r\nhttps://extraint.ru/interior/stilistika/avangardizm/garderobnaya/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mebelkipTO', 'mebelmsr@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 17:30:22', '5.188.210.18', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1894, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"lenaFugSK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"damanpateg@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88592381277\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6940:\"АНДРЕЙ ПРОКИП СКАЗАЛ, ЧТО БУДЕТ С МАЛЫМ БИЗНЕСОМ В 2020 ГОДУ \r\nВ России не спадает дисбаланс, между тем как комфортно себя чувствуют большие игроки рынка и то насколько трудно выжить малому. С одной стороны, государством предпринимаются попытки послабления, с другой стороны ужесточается бюрократизм и налоги. \r\nПрокип Андрей Зиновьевич рассказал, что ждать малому бизнесу в 2020 году. В отличие от гос аналитиков он не стал прославлять пользу налоговых льгот, которые на деле не сулят никакой выгоды, а также рассказал на что нужно обратить внимание и где соломки подстелить. \r\nМалый бизнес в 2019 году испытывал кризис. Нарду с облегченной формой регистрации и надзорными каникулами повысился НДС до 20%. Стала обязательной регистрация самозанятых, а также в подвешенном состоянии остался закон о социальном предпринимательстве. \r\nМалый бизнес оказался между двух огней – мастодонты диктуют завышенные цены на сырье, а клиенты требуют отсрочку по платежу. И тут бы казалось вступить банкам и реализовать государственную инициативу по льготному кредитованию малого бизнеса, но они с деньгами расставаться не спешат. Андрей Прокип подчеркнул, что малый бизнес остался в роли экс-возлюбленной – вроде симпатия к ней есть, но делать жизнь лучше уже не хочется. \r\nТакже смехотворной кажется идея льготных тендеров. Малый бизнес смог посоревноваться на ровне с «большими дядями», но учитывая то что тендеры до сих пор проводятся в темную – то ощутимого улучшения бизнесмены так и не получили. \r\nС психологической точки зрения период 2020 года будет также кризисным. Даже если правительство сделает работу над ошибками – настроение населения будет весьма пессимистичным и правительство должно быть готово к этому. Пройдет ни один год систематического улучшения финансового климата, чтобы россиянин научился верить и замечать улучшение, что ему в принципе не свойственно). \r\nАНДРЕЙ ПРОКИПОВ ПРО ПОЗИТИВНУЮ ДИНАМИКУ \r\nАндрей Прокип также прокомментировал успехи в поддержке малого предпринимательства. Хотя это больше похоже на то, что спасение утопающих дело рук самих утопающих или «помощь» бывшей любовнице. Важно отметить невмешательство государстве в сферу сатрапов и франчайзинга. Ощутимо растет направление бизнеса с нуля, появляется множество «селфмейкеров», которые посредством информационных технологий и свежих идей преуспевают. Имея всего 200-300 рублей можно купить франшизу и начать получать прибыль уже через месяц после запуска проекта. \r\nНашел новые пути развития инвестиционный рынок. Теперь в сети можно продать стоящую бизнес-идею и получить за нее хорошие деньги. Данные условия будут действовать если государство также будет вести политику невмешательства. \r\nКаким бы ни было тяжелым положение бизнеса – количество зарегистрированных предпринимателей растет. В 2019 году эта отметка превысила 6 миллионов. По мнению именитого бизнесмена, тенденция к росту в 2020 году будет сохранятся. Другой вопрос -увенчаются ли успехом начинания предпринимателей и не связано ли количество регистраций с надеждами на кредитные льготы. \r\nРастет рынок технологий. Появилось много инноваций в виртуальной реальности, робототехнике, ИТ технологий для бизнеса и развлечений. \r\nЕсли говорить о оффлайновых видах деятельности – то положительную динамику испытывает ресторанный бизнес. Подавляющее большинство занимают кофейни и уютные столовые. Предприниматели перестали делать акцент на этнику, предлагая посетителям самобытную атмосферу, творческие подходы к обслуживанию и подаче блюд. \r\nАндрея Прокип резюмировал интервью рентв наблюдением, что больше всего успешных проектов отмечается в интеллектуальной сфере: «россияне начали продавать свои идеи и получать прямую выгоду». Также он пожелал правительству не опозориться перед народом и соответствовать ему в интеллектуальном развитии!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lenaFugSK', 'damanpateg@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 19:51:31', '176.96.225.111', '1'),
(1895, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"bbzspooveUP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"bbzmos@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89615469147\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2101:\"У нас вы найдете Проектирование ЛОС, а также биозагрузка купить , мы можем  произвести Обустройство скважин под ключ. Бурение неглубоких скважин, Геологическое изучение недр, Монтаж водоснабжения. \r\n \r\nВ нашей фирме  вы можете приобрести БИОЛОГИЧЕСКАЯ ЗАГРУЗКА, Резервуары и емкости цилиндрические (РВС, РГС), Турбинные мешалки, Декантерные центрифуги, Технические колодцы, Блок оросителя БО (для градирен), Фильтры-ловушки, ОДЪЕМНЫЕ УСТРОЙСТВА И МЕТАЛЛОКОНСТРУКЦИИ Шнековые дозаторы, ВОДООЧИСТНОЕ ОБОРУДОВАНИЕ Флотационные системы (Флотаторы), ПОДЪЕМНЫЕ УСТРОЙСТВА И МЕТАЛЛОКОНСТРУКЦИИ Шнеки для зерна и пищевой промышленности, ОЧИСТКА ЛИВНЕВЫХ СТОЧНЫХ ВОД Пескоуловители тангенциальные с шнековой выгрузкой, НАСОСНОЕ И КОМПРЕССОРНОЕ ОБОРУДОВАНИЕ (Грунфос, КСБ, Вило, КИТ, Взлёт, ТВП) Станции пожаротушения, ВОДОПОДГОТОВКУ Озонаторы и хлотаторы, а также все для автомойки Автомойки на базе песчанно-гравийной фильтрации. \r\n \r\nВ нашей фирме обслуживает скважины, производит Обслуживание системы водоподготовки. \r\n \r\nмеханическое обезвоживание осадка сточных вод а главное биозагрузка купить  блоки биологической загрузки для очистных сооружений\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bbzspooveUP', 'bbzmos@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-09-30 23:18:32', '2.95.139.57', '1'),
(1896, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DeweyrhickMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"yuansichen20160626@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88251482261\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1301:\"meizitang \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang \r\nmeizitang strong \r\nmeizitang espana \r\nbotanical slimming \r\nmeizitang originales \r\npastillas chinas meizitang \r\nmeizitang en espana \r\nmeizitang \r\nmeizitang italia \r\nmeizitang soft gel \r\ncomprare meizitang \r\nbotanical slimming \r\nmeizitang capsule \r\nmeizitang online \r\nmeizitang \r\nmeizitang australia \r\nmeizitang strong version \r\nbotanical slimming soft gel \r\nmeizitang soft gel \r\nbuy meizitang \r\nmeizitang \r\nmeizitang japan \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nmeizitang \r\nmeizitang soft gel \r\nmeizitang suomi \r\nmeizitang capsules \r\nbotanical slimming \r\ntilaa meizitang \r\nmeizitang soft geeli \r\nmeizitang \r\nmeizitang canada \r\nmeizitang botanical slimming \r\nmeizitang soft gel \r\nmeizitang capsules \r\nbotanical slimming soft gel \r\nmeizitang \r\nMeizitang zielony \r\nmeizitang strong version \r\nMeizitang zachte gel \r\nMeizitang czerwony \r\nmeizitang soft gel \r\nmeizitang capsule \r\nbotanical slimming \r\nmeizitang \r\nmeizitang malaysia \r\nmeizitang capsules \r\nmeizitang strong version \r\nmeizitang soft gel \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DeweyrhickMS', 'yuansichen20160626@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 00:37:50', '36.5.145.246', '1'),
(1897, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LesspowsEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"1@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82731787698\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5183:\"Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva \r\nпредставляет собой лекарство на основе компонентов, \r\nэффективно воздействующих на организм. \r\nЕсли употреблять таблетки правильно, можно справиться с опасной болезнью: \r\nБиллинарным циррозом печени. \r\nСходите в больницу и пообщайтесь с доктором, \r\nкоторый назначит индивидуальную схему приема таблеток. \r\nМожно Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva купить быстро, сделав несколько кликов. \r\nЭтот современный препарат разработан для пациентов, страдающих от цирроза печени. \r\nБолезнь сопровождается неприятными симптомами, с которыми можно быстро справиться. \r\nУпотребляйте таблетки в соответствии с разработанной схемой терапии, чтобы не \r\nстолкнуться с «побочками». \r\n \r\nПоказания к применению \r\nМедикамент создан для лечения пациентов, которые столкнулись с циррозом печени. \r\nВ его составе присутствуют компоненты, у которых оперативное и эффективное действие. \r\nОни всасываются в кровь, начиная устранять очаг заболевания. \r\nСамолечение чревато непредвиденным усугублением ситуации. \r\nСходите к доктору, который назначит правильную терапию, учитывая результаты анализов, \r\nи Вы обязательно заметите улучшение самочувствия. \r\n \r\nПротивопоказания \r\nПри наличии этих противопоказаний принимать лекарство нельзя: \r\n• аллергия на активные компоненты препарата; \r\n• не достижение пациентом возраста 18-ти лет; \r\n• наличие хронических заболеваний, которые могут обостриться; \r\n• наличие прочих проблем, которые связаны с функцией печени; \r\n• прием антибиотиков и медикаментов на основе зверобоя. \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva отзывы \r\nможно прочесть на разных сайтах. \r\nПокупайте лекарство с доставкой выгодно онлайн или в телефонном режиме. \r\nНаши специалисты всегда готовы ответить на возникшие вопросы. \r\n \r\nСпособ применения \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva цена \r\nприемлема. Начинать прием лекарства нужно с таблетки в день. \r\nПосле того, как Вы пропьете препарат три месяца, \r\nможно увеличивать дозировку, находясь под наблюдением доктора. \r\nСпециалист сделает все правильно, чтобы Вы не столкнулись с рецидивом. \r\nПомните, что ни в коем случае нельзя прекращать прием медикамента самостоятельно. \r\n \r\nПобочные явления \r\nНарушение разработанной схемы лечения приводит к таким побочным эффектам: \r\n• постоянное ощущение усталости; • зудящие высыпания на коже; \r\n• резкое увеличение температуры без причины; \r\n• нестабильное функционирование сердца; \r\n• ощущение тошноты, рвота. \r\n \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva стоимость \r\nможно уточнить у сотрудников сайта. \r\nКаждому пациенту нужно проконсультироваться с лечащим врачом, \r\nкоторый назначит подходящую схему приема таблеток, \r\nи тогда побочные явления будут полностью исключены. \r\n \r\n \r\n \r\n аналог Ocaliva стоимость\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LesspowsEN', '1@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 04:52:54', '46.118.235.10', '1'),
(1898, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SilasaFeachYB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"gcukogkw@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87755556356\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:66:\"nya svenska online casino \r\n \r\ncasino star \r\n \r\nblackjack en ligne\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SilasaFeachYB', 'gcukogkw@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 07:43:54', '178.159.37.85', '1'),
(1899, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogeliolesWN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85357113457\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:339:\"BlaBlaCar объединяет водителей и пассажиров, которым по пути - более 65 миллионов пользователей уже экономят до 100% на междугородних поездках! \r\nhttps://yandex.ru/collections/api/links/redirect/?url=http%3A%2F%2Fbit.ly%2FBlaBlaCarru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogeliolesWN', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 13:05:12', '109.234.38.61', '1'),
(1900, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SimagroofQR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"simaland6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85631375525\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5150:\"Чтобы вылечить рак, требуется дорогостоящее и эффективное \r\nлечение. \r\nМедикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) \r\nпредназначен для терапии немелкоклеточного рака лёгких. Новейшее средство успело отлично зарекомендовать себя в терапии серьёзного заболевания. \r\n \r\nСостав и свойства \r\nВ эффективный препарат последнего поколения входит активное \r\nлекарственное вещество кризотиниб, которое является \r\nселективным ингибитором тирозинкиназы и киназы анапластической \r\nлимфомы. \r\nТакже в препарат включены дополнительные вещества, \r\nкоторые способствуют лучшей абсорбции лекарственного \r\nвещества. \r\nЛекарство последнего поколения прекращает дальнейшее развитие \r\nзлокачественной опухоли и убивает раковые клетки. \r\nВ результате воздействия средства происходит индуцирование \r\nкризотинибом опухолевых клеточных структур. \r\nПрепарат Ксалкори – мощное противоопухолевое средство, \r\nкоторое часто назначается врачами, если предыдущее лечение \r\nрака лёгких не принесло положительного результата. \r\nПротивоопухолевое воздействие средства является дозозависимым. \r\nЧтобы медикамент \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) купить по сниженной цене, обращайтесь в нашу интернет аптеку. \r\n \r\nПоказания \r\n• ALK-позитивный немелкоклеточный рак; • ROS-1-позитивный рак лёгкого. \r\n \r\nПротивопоказания \r\n• гиперчувствительность к составу средства; • беременность; • лактация; • детский возраст; \r\n• печёночная недостаточность; • совместный приём с ингибиторами CYP3A. \r\n \r\nСпособ применения \r\nПриём данного лекарства не зависит от употребления пищи. Капсула проглатывается, \r\nне разжёвываясь. Требуется непременно запить медикамент чистой водой. \r\nМедики рекомендуют дозу препарата - 250 мг (2 раза в сутки). \r\nНе следует удваивать лекарственную дозировку при пропуске употребления средства. \r\nКоррекция дозы зависит от выраженности CTCAE. \r\nПри выраженных побочных эффектах лекарство временно отменяется. \r\nОднако на средство Ксалкори (Crizotinib) - Xalkori (Кризотиниб) отзывы \r\nвстречаются лишь положительные. Препарат хорошо переносится организмом. \r\n \r\nПобочные реакции \r\n• головокружения; • нейропатия; • понижение аппетита; • тошнота; • диарея; • запор; \r\n• нарушения зрения. \r\n \r\nГде купить лекарство \r\nУ нас на сайте каждый покупатель может купить лекарство по приемлемой стоимости. \r\nНа медикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) цена доступна каждому \r\nпокупателю. Вы можете заказать доставку медикамента по указанному номеру телефона либо \r\nоформить покупку прямо в форме заказа. Если вам требуется лекарство \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) стоимость в нашей интернет аптеке \r\nнамного ниже, чем в других пунктах продажи. Приобретение медикамента на нашем \r\nсайте гарантирует вам высокое качество нужного лекарства и экономию денег. \r\nВы можете заказать необходимое лекарство, не выходя из дома, прямо сейчас! \r\n \r\n \r\n \r\nкупить кризотиниб +в москве\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SimagroofQR', 'simaland6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 17:03:11', '37.115.124.100', '1'),
(1901, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"DJEdwardshilmCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"markus2000@op.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83976529162\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:138:\"Hello, \r\n \r\nMusic Private FTP, Exclusive Promo Quality 320kbps, Scene Music. \r\nhttp://0daymusic.org/premium.php \r\n \r\nRegards, \r\n0DAY Music\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DJEdwardshilmCR', 'markus2000@op.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-01 18:38:38', '185.165.241.36', '1'),
(1902, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertChaixTQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"soobreCog@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89943347714\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2188:\"Our company offers a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help health products. https://ae5.athleticpharm.site/fi/halpoja-oxandrolone-shopping-71110.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to strengthen your health with a help general health products. https://p3y.athleticpharm.site/it/index.html Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to to feel healthier with a help of health products. https://g58q.athleticpharm.site/en/methyltestosterone-for-sale-scaffolding-8409.html Our company offers herbal health and related products. Visit our health contributing site in case you want to improve your health. https://i74l.athleticpharm.site/de/good-site-to-buy-primobolan-oral-online-23237.html Our company offers healthcare products. Visit our health contributing portal in case you want to look healthier. https://n8g.athleticpharm.site/nl/winstrol-online-opiniones-49061.html Our company provides general health products. Look at our health contributing website in case you want to feel healthier. https://7m.athleticpharm.site/it/vendita-masteron-napoli-60743.html \r\nOur company offers supreme quality general health products. Take a look at our health contributing website in case you want to improve your health. https://i74l.athleticpharm.site/sv/methenolone-acetate-inget-recept-lenja-77647.html Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better. https://8p6u.athleticpharm.site/es/venta-sten-gelato-7759.html  Our company offers weight loss products. Look at our health contributing website in case you want to look better. https://4ik.athleticpharm.site/fi/halpa-test-400-t400-tbs-3887.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to look better. https://ej0.athleticpharm.site/sv/boldenone-undeclynate-kostnad-zwift-68488.html Our company provides non prescription products. Visit our health contributing site in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertChaixTQ', 'soobreCog@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-02 09:38:47', '84.51.222.59', '1'),
(1903, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DebraPaigoJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"katebirton@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81172931352\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"Hi. \r\nMy name is Grace. I want to meet a dirty man. \r\nI&#039;ll come to you anywhere or invite you home. I would like to do it gently. \r\nMy mail.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DebraPaigoJU', 'katebirton@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-02 13:52:48', '94.228.207.1', '1'),
(1904, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RaymondStoogEV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"donaldtrumpusa992@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86132644262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:142:\"Boyle casino started way back in the 1980s. However, it was developed into an online casino in 2002. The casino is operated by Boyle Sports ..\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondStoogEV', 'donaldtrumpusa992@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-02 18:55:32', '217.160.60.234', '1'),
(1905, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarrydaypeUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84279251595\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:630:\"Туризм - это путешествие, совершаемое человеком в свободное от основной работы время в оздоровительных, познавательных, профессионально-деловых, спортивных, религиозных и иных целях. Это один из видов активного отдыха, наилучший способ отвлечься от суеты, увидеть новое и интересное, набраться положительных эмоций. \r\nhttps://www.pinterest.ru/searchtourism/tourism/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarrydaypeUK', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 02:57:07', '185.251.38.4', '1'),
(1906, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83697282487\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:978:\"Thanks for helping people find the information they need. Great stuff as always. Keep up the good work!!! \r\nhttps://howtowriteaessaypaper279.blogspot.com\r\nhttps://essaywritingguide13.doodlekit.com\r\nhttp://writing-a-conclusion-essay.mystrikingly.com/\r\nhttps://buyresearchpaper10.doodlekit.com\r\nhttps://essay5.doodlekit.com\r\nhttps://getessay22.doodlekit.com\r\nhttps://buyprewrittenessays.blogspot.com\r\nhttps://writemycollegeessayforme553.blogspot.com\r\nhttps://essayhelp607.yolasite.com/\r\nhttps://essaysonwriting5.doodlekit.com\r\nhttps://howtowriteaperfectessay27.doodlekit.com\r\nhttps://buytermpaper432.yolasite.com/\r\nhttps://essaywritingaboutmyschool98.blogspot.com\r\nhttps://lawessaywritingservice14.doodlekit.com\r\nhttps://englishtermpaper7.doodlekit.com\r\nhttps://goodessaystructure6.doodlekit.com\r\nhttps://schoolessaywriting365.blogspot.com\r\nhttps://helpwritinganarrativeessay401.blogspot.com\r\nhttps://lawessaywritingservice25.doodlekit.com\r\nhttps://hscessaywriting464.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 02:57:09', '185.136.159.30', '1'),
(1907, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"korpuskipRS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"uaytsayt@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89363533733\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:232:\"Шкаф — КУПЕ 3-х дверный №3 «ЛЮКС» Бел.дуб или  корпусная мебель от фабрик купить в москве \r\n \r\nкорпусная недорогая мебель в москве\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'korpuskipRS', 'uaytsayt@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 06:43:44', '5.188.210.18', '1'),
(1908, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JoshuaJarOC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hotty7645@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82766443687\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1925:\"Сантехнические работы \r\nСантехнические работы любой сложности в Краснодаре \r\n \r\nОпыт работы 10 лет. \r\n \r\n-Монтаж отопления,водопровода,канализации,из любых видов материала. \r\n \r\n-монтаж канализации ( замена ) \r\n \r\n-Монтаж системы теплый пол(водяной) \r\n \r\n-Установка,замена радиаторов отопления(любые). \r\n \r\n- Монтаж любого сантехнического оборудования (установка умывальника, установка унитаза, установка ванн, и др.) \r\n \r\n- Монтаж и подключение бытовой техники (стиральной машины, посудомоечной машины, бойлера и др.) \r\n \r\n- установка водяных счетчиков, регуляторов давления, обратных клапанов и смесителей в ванной и на кухне. \r\n \r\n-Производим монтаж трубопроводов с использованием труб REHAU, применяемых в системах отопления и питьевого водоснабжения. \r\n \r\n- А так же осуществляем помощь в подборе материала и доставку его до вашего дома. \r\n \r\n-выезд по районам г. Краснодара. \r\n \r\n- гарантия на все виды работ ! \r\n \r\nПросьба звонить +7989 818 25 18, а не писать так как сообщения не отслеживаю. \r\n \r\nуслуги сантехника, отопление, водоснабжение, вызов сантехника, сантехнические услуги. Краснодар\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuaJarOC', 'hotty7645@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 07:51:09', '178.155.4.33', '1'),
(1909, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Ronia@urx7.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83575919575\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1289:\"15 Apr 2019 ... Gabapentin (Neurontin) is used for treating epilepsy, seizures, restless Other side effects may include drowsiness, dizziness, weakness, tired. https://pharmacie-des-salines.com/what-are-the-strengths-of-neurontin.html Gabapentin\r\n \r\nStudies have revealed that women using high dose pills tend to gain 5.3 lb in a year compared to women who are taking Depo Provera as contraception and gaining 6.6 lb (2.2 kg) in a years time.\r\n \r\nbitcoin improvement proposal\r\n \r\nPatient should lie with all the affected ear upward, before instilling drops.\r\n \r\nsynthroid side effect\r\n \r\nThere are many health issues women may have to face during their lives.\r\n \r\n17 Sep 2019 ... prednisolone acetate. Injection: 25 mg/ml, 50 mg/ml suspension prednisolone sodium phosphate. Injection: 20 mg/ml solution. Oral liquid: 5 ... 15mg sodium\r\n \r\nSince PE is associated with personal distress and interrelationship difficulty, dapoxetine provides help for men with PE to overcome this condition.\r\n \r\nhttp://www.anavin.ir/tag/%d8%a2%da%af%d9%87%db%8c-%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-%d9%be%db%8c%da%a9-%d8%aa%d9%87%db%8c%d9%87-%d8%ba%d8%b0%d8%a7/\r\n \r\nfktrpr94f \r\nBefore you receive this medication, tell your doctor if you have heart disease, high blood pressure, or overactive thyroid.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@urx7.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 08:49:56', '178.159.37.17', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1910, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ronnieey16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"katymc11@norio25.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86814854742\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"College Girls Porn Pics\r\nhttp://hdndianpornclip.bloglag.com/?mayra \r\n\r\n barely legal free porn movies cartoon starwars porn porn stores in north carolina eexa porn missy porn star wiki\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ronnieey16', 'katymc11@norio25.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 15:07:12', '23.129.64.100', '1'),
(1911, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88287633598\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"寳島騎跡自行車協會 https://fmb.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-03 22:42:23', '47.74.240.3', '1'),
(1912, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"esmeraldamu60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"deannwv16@yuji23.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82351473693\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Hot sexy porn projects, daily updates\r\nhttp://teeshirtbleu.instakink.com/?maia \r\n\r\n free emo lesbian porn vids one x porn noureen dewulf porn tiny bikini porn tube xxx porn tube young teen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'esmeraldamu60', 'deannwv16@yuji23.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 02:13:58', '94.230.208.148', '1'),
(1913, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85579755873\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:388:\"In addition to iPad digitizer and LCD screen replacements http://i7phone.com.ua/remont-ipad  i7phone offers iPad repair parts to solve problems with your battery, dock connector assembly, headphone jack assembly and much more. We have OEM-compliant iPad parts that are 100% guaranteed and shipped quickly. If you’re not certain exactly which iPad replacement parts to order, our support\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 07:02:37', '188.163.109.153', '1'),
(1914, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"jaclynep3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"lakishasw3@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81398954242\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://realincetporn.gigixo.com/?alison \r\n\r\n ben 10 porn galleries rescuer angers porn pussy galleries porn chucky black women porn shemale latax porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jaclynep3', 'lakishasw3@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 13:42:40', '185.107.47.171', '1'),
(1915, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"TerrellthurbMJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"jackjaskolski157157@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83726669255\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2453:\"Чтобы получить эротическое удовольствие от созерцания обнаженной натуры, нужно смотреть только хорошее порно. Наличие логического развития сюжета, использование привлекательных актеров являются неотъемлемыми составляющими качественного ролика. \r\nНе важно, кто является производителем смелой истории, в которой фигурируют обнаженные люди. Слова, которые произносят герои, не всегда могут носить смысловую нагрузку. Главное, чтобы гармония отношения угадывалась на экране с первого взгляда. \r\nСмотреть \r\nпорно скачать  | \r\nПорно в хорошем качестве позволяет не только расстаться с навязчивыми проблемами, которые мешают сосредоточиться, оно позволит сконцентрироваться на тайных желаниях, свойственных каждой личности. \r\nБлагодаря пикантному контенту можно порадовать себя перемещением в состояние эрекции, которое позволит отрешиться от рядовых неприятностей, омрачающих текущий день. \r\nСоприкосновение грациозных любовников в хорошем и качественном порно, сплетающихся в естественных порывах, заставит испытать глубокое возбуждение, способное подтолкнуть к сумасшедшим поступкам, проливающим бальзам на омраченное сознание. \r\nРазмеренный половой акт или спонтанная сексуальная связь, невольным свидетелем которой становится случайный зритель, позволяет ему испытать сладкую негу возбуждения, ведущую к неповторимому оргазму.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TerrellthurbMJ', 'jackjaskolski157157@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 17:11:29', '195.39.196.240', '1'),
(1916, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Kara13dgeBH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"k.a.r.a.l.apoc.hk.a1.3@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85775435711\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:764:\"Сексуальная, спелая маманя с большими сисяндрами мастурбирует своему сынишке сын рассматривает мамину пизду.порно\r\n во время массажика. Растерев свои буфера и алую головку члена, мамуля сперва взялась ладошками разминать фаллос юноши, а после принялась онанировать его своими исполинскими, офигенными буферами порно дочь играется с хуем папы\r\n онлайн. \r\n \r\nЖми на скрин чтобы повидать всю красоту этой спелой мамочки!!!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kara13dgeBH', 'k.a.r.a.l.apoc.hk.a1.3@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 18:00:12', '37.115.124.100', '1'),
(1917, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"timbr18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"vickiesm3@akihiro15.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85699247199\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://brazzers.fetlifeblog.com/?maryam \r\n\r\n natt chanapa porn video salena gomez porn fakes girls tanning video porn mommy and her son porn fake email on porn tube\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'timbr18', 'vickiesm3@akihiro15.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 18:53:08', '185.220.101.33', '1'),
(1918, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlbertjerIT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"idottalty@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82793899411\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2325:\"Our company offers generic pills. Look at our health contributing website in case you want to feel healthier. https://ny41.medonline.site/en/backache-and-pregnancy-34936.html Our company offers supreme quality weight loss products. Look at our health contributing site in case you want to feel better. https://lp44.medonline.site/es/dolor-articulaciones-crecimiento-35109.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to look better with a help of health products. https://3s.medonline.site/pl/bl-stawu-biodrowego-po-dugim-chodzeniu-75940.html Our company offers a wide variety of pills. Take a look at our health contributing website in case you want to look healthier. https://v2g.medonline.site/it/ayurveda-dolori-articolari-82857.html Our company provides supreme quality health products. Take a look at our health contributing site in case you want to improve your health. https://99ev.medonline.site/es/dolor-de-espalda-asociado-al-higado-64665.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to feel healthier with a help health products. https://qy73.medonline.site/pt/dor-na-coluna-quando-espirra-4109.html \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier with a help generic supplements. https://1m.medonline.site/pt/tratamento-artrose-halux-96178.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to look healthier  with a help of general health products. https://4h.medonline.site/es/dolor-de-espalda-rigidez-muscular-88264.html  Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to to improve your health with a help of health products. https://g8.medonline.site/de/gelenkschmerzen-citalopram-39675.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier with a help health products. https://7l.medonline.site/en/gravity-spinal-pain-99300.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to to feel healthier with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlbertjerIT', 'idottalty@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 22:36:54', '84.51.222.59', '1'),
(1919, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterRitCW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"povzikov.danil@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81812725383\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:156:\"Публикация конференция в Уфе \r\n \r\nКонференция актуальные проблемы управления в Самаре\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterRitCW', 'povzikov.danil@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-04 23:30:39', '146.185.152.180', '1'),
(1920, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JameskibGH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"pyatov_vyacheslav@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85472121368\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Публикация статей научных изданиях в Самаре \r\n \r\nИздательства коллективной монографии в Казани\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JameskibGH', 'pyatov_vyacheslav@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-05 08:37:35', '109.70.100.24', '1'),
(1921, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CurtisMayncEI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"diksonjohn95@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86579782123\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:168:\"The numbers constantly rise till someone scores that large win bring, home occasionally just up to $100, 000! We’re talking about jackpot bingo naturally! Check here.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CurtisMayncEI', 'diksonjohn95@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-05 12:00:53', '217.160.60.234', '1'),
(1922, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87379369176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:637:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nhttp://creditonlinepro.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-05 14:26:38', '95.58.170.92', '1'),
(1923, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EthancycleSB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox103@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87533332994\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4658:\"I read through this website and there&#039;s so much helpful information, saved to my bookmarks \r\nhttps://writeapaperforme210.blogspot.com/2019/08/reliability-of-methylphenidate-as.html\r\nhttps://bestcollegeadmissionessay-s.blogspot.com/2017/02/five-steps-to-romance-create-perfect.html\r\nhttps://howtowriteascientificpaper1.blogspot.com/2019/08/product-use-for-resendential.html\r\nhttps://paperhelp12.blogspot.com/2019/06/abandonment-provisions-authorize.html\r\nhttps://writeessayformoney967.blogspot.com/2019/08/great-gatsby-novel-vs-film-essay.html\r\nhttps://thesispaper650.blogspot.com/2019/08/business-economics-coursework-essay.html\r\nhttps://comparativeessay12.blogspot.com/2019/06/the-scapegoat-mam-assignment-example.html\r\nhttps://researchinternationalrelations.blogspot.com/2019/05/an-investigation-into-perceptions-of.html\r\nhttps://writingessaysinspanish302.blogspot.com/2019/07/the-case-of-office-of-fair-trading-vs.html\r\nhttps://how-to-get-cheap-essays.blogspot.com/2013/11/heart-disease.html\r\nhttps://academic-essay--writing.blogspot.com/2017/09/electrical-appliances-protection.html\r\nhttps://howtowriteanessaywriting734.blogspot.com/2019/07/ge-essay-example-topics-and-well.html\r\nhttps://graduateadmissionsessays12.blogspot.com/2019/07/explore-shakespeareaaas-presentation-of.html\r\nhttps://academicwritingservices338.blogspot.com/2019/07/obligation-in-law-case-study-example.html\r\nhttps://internationalrelationstopics1.blogspot.com/2019/06/special-education-coursework-example.html\r\nhttps://howtomakeessayexample294.blogspot.com/2019/05/magnetic-resonance-imaging-mri.html\r\nhttps://comparecontrastessay970.blogspot.com/2019/08/one-of-most-innovative-poducts-of.html\r\nhttps://writing-essay-introduction.blogspot.com/2013/10/doing-freedom.html\r\nhttps://courseworkwriting12345.blogspot.com/2019/08/sigma-motion-inc-application-4-essay.html\r\nhttps://termpapertopics315.blogspot.com/2019/09/is-globalization-rendering-nation.html\r\nhttps://writemy-paper-for-me-assignment.blogspot.com/2013/11/human-resources.html\r\nhttps://courseworkinfo.blogspot.com/2013/10/foot-binding.html\r\nhttps://courseworkinfo.blogspot.com/2015/09/speed-reading-techniques-to-help-you.html\r\nhttps://customwritingtips2.blogspot.com/2019/09/assess-recent-performance-and-future.html\r\nhttps://persuasiveessayexamples1234.blogspot.com/2019/06/mutual-trust-and-confidence-mtc-in.html\r\nhttps://writinganacademicpaperforpublication.blogspot.com/2019/07/family-structures-are-becoming-more.html\r\nhttps://writingaprofessionalessay.blogspot.com/2019/07/business-proposal-for-papadeaux.html\r\nhttps://orderessaynetreview.blogspot.com/2017/12/what-wrong-with-multitasking.html\r\nhttps://courseworkwritingservice-us.blogspot.com/2017/02/electronic-ciggarate.html\r\nhttps://writing-college-papers.blogspot.com/2017/02/how-garcia-girls-lost-their-accents.html\r\nhttps://cheapexampleartdecoessay.blogspot.com/2014/02/recycling.html\r\nhttps://writinganessayconclusion440.blogspot.com/2019/09/kite-runner-redmption.html\r\nhttps://howtowritearesearchmethodspaper.blogspot.com/2019/09/breaking-up-essays-research-papers.html\r\nhttps://topwritingservicereviewus.blogspot.com/2016/07/how-much-does-your-life-weigh.html\r\nhttps://tipsresumewriting.blogspot.com/2019/03/the-importance-of-team-work-management.html\r\nhttps://howtowritenotecardsforaresearchpaper.blogspot.com/2019/06/academic-writing-skills-guide-essay.html\r\nhttps://healthessay1.blogspot.com/2019/08/urban-land-use-issues-and-concepts.html\r\nhttps://how-to-get-cheap-essays.blogspot.com/2013/12/down-to-earth-sociology.html\r\nhttps://howtomakeyouressayinteresting1.blogspot.com/2019/06/broadcasting-industry.html\r\nhttps://freecreativewritingstoriesessays.blogspot.com/2013/12/invisible-man.html\r\nhttps://essayresearch123.blogspot.com/2019/08/cuban-missile-crisis-bibliography.html\r\nhttps://essayserviceatlanta.blogspot.com/2019/07/the-cases-of-hirabayashi-and-korematsu.html\r\nhttps://onlineessaywriting887.blogspot.com/2019/07/another-catcher-in-rye-essays-research.html\r\nhttps://linedwritingpaperwithborder1.blogspot.com/2019/09/evolution-of-world-bank-case-study.html\r\nhttps://howtowriteaenglishessay660.blogspot.com/2019/07/development-of-childrens-higher-order.html\r\nhttps://essaywritingservices645.blogspot.com/2019/07/summary-of-behavioral-genetics-science.html\r\nhttps://howtowriteacollegeapplicationessay0.blogspot.com/2019/06/livecos-case-study-essay-example-topics.html\r\nhttps://term-paper-format-sample.blogspot.com/2013/09/flexible-benefits-plan.html\r\nhttps://ibextendedessaytopicshistory.blogspot.com/2019/08/building-cost-estimation-and.html\r\nhttps://dissertationeditinghelpp.blogspot.com/2019/06/dirct-and-e-marketing-essay-example.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EthancycleSB', 'inbox103@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-05 19:31:58', '185.136.159.30', '1'),
(1924, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"KenethZomML\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"tolya-dzyr@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84796645899\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Опубликовать статью студенту в научном журнале в Казани \r\n \r\nКонференции публикации студентов Ростов на Дону\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KenethZomML', 'tolya-dzyr@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 04:30:18', '35.176.7.7', '1'),
(1925, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"guadalupets2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"eveuy60@hikaru1610.atsushi50.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85946825755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:197:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://newpornvdeos.hotnatalia.com/?ericka \r\n\r\n free malaysian porn videos next dooe mums porn free movies teen hitchhiker porn hipster porn deffoweration porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'guadalupets2', 'eveuy60@hikaru1610.atsushi50.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 09:31:56', '104.244.79.222', '1'),
(1926, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"bertieyd1ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"sj60@kunio45.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86821649869\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"My new hot project|enjoy new website\r\nhttp://vixenporntahiry.alexysexy.com/?alexa \r\n\r\n free eboni porn story porn vids home porn compilation whitechick porn elderly porn stars pics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bertieyd1ET', 'sj60@kunio45.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 12:07:10', '217.115.10.132', '1'),
(1927, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"SofnyrAgXE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"alekseytjsla@onet.pl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85732922778\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"samantha fox now\r\nfrases carinosas de amor zombie\r\nlady la vendedora de rosas capitulos completos\r\ncorazones de amor destrozados\r\ntecnicas para masajes de relajacion wow\r\n #rg566gg\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SofnyrAgXE', 'alekseytjsla@onet.pl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 14:06:22', '195.154.168.128', '1'),
(1928, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EddieWerFW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ecvetkova81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81825688838\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Residential and commercial real estate, profitable business, second citizenship and residence permit, income bonds and art objects. \r\nJust go to right-invest.com!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EddieWerFW', 'ecvetkova81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 15:30:56', '178.19.253.157', '1'),
(1929, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88937214575\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:185:\"Напольные вешалки. Гардеробы. http://veshalkavsem.ru Торговые стойки. Стеллажи. Крепления Джокер &amp; Уно. +79227356878\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 16:44:24', '188.163.109.153', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1930, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JuliusecodyXO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"tseluyko.aleksey@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86926595388\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:175:\"Издание научной монографии в Новосибирске \r\n \r\nКонференция актуальные вопросы науки в Оренбурге\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JuliusecodyXO', 'tseluyko.aleksey@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 17:51:28', '46.182.18.29', '1'),
(1931, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianbaxYP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"samantaorion@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85547256344\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:231:\"Добрый вечер! \r\nДаже очень обалдеть что за сайт. \r\n \r\nМасса приколов...MDMA, Мефедрон, PVP, Спайс, и т.д. \r\nПереходи на сайт: \r\n \r\nhttp://atotohaqyg.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianbaxYP', 'samantaorion@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 20:33:47', '95.143.218.78', '1'),
(1932, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BobbyNaxMY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Nari@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84854252571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2323:\"Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help generic supplements. https://5yn7.bestessayonline.site/en/coursework-plagiarism-detection-17383.html Our company offers a wide variety of pharmacy. Look at our health contributing portal in case you want to look better. https://s4c.bestessayonline.site/en/essay-writing-services-scams-using-paypal-30803.html Our company offers herb-based health and related products. Take a look at our health contributing website in case you want to look better. https://8kz.bestessayonline.site/en/how-do-you-write-a-thesis-45224.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help of general health products. https://o8c.bestessayonline.site/en/british-dissertation-editors-reviews-78628.html Our company offers safe health and related products. Look at our health contributing website in case you want to look healthier. https://s8.bestessayonline.site/en/paper-writing-website-98093.html Our company offers generic pills. Visit our health contributing website in case you want to feel healthier. https://h2.bestessayonline.site/en/help-write-my-term-paper-86174.html \r\nOur company offers healthcare products. Take a look at our health contributing site in case you want to look better. https://79gn.bestessayonline.site/en/best-custom-writing-service-50109.html Our company offers supreme quality general health products. Look at our health contributing portal in case you want to feel better. https://j3.bestessayonline.site/en/essay-writer-on-line-18848.html  Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to strengthen your health with a help health products. https://1d3e.bestessayonline.site/en/research-paper-editing-service-81836.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help general health products. https://1kr6.bestessayonline.site/en/thesis-online-correction-37288.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to to feel healthier with a help of generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobbyNaxMY', 'Nari@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-06 20:39:46', '31.23.171.84', '1'),
(1933, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RalandSpeliBB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"safoncevaewelina@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88965484569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:559:\"Pocket Option https://clck.ru/JQVQG \r\nКриптовалюта https://clck.ru/JQWCK \r\nФранк казино https://clck.ru/JDPN6 \r\nОлимп трейд  https://clck.ru/EFtmL \r\nБиномо трейдинг https://clck.ru/Dai6n \r\n \r\nPocket Option https://clck.ru/JQVRb \r\nBinance https://clck.ru/JQWCK \r\nFrankCasino https://clck.ru/JDPN6 \r\nOlymp Trade https://clck.ru/EFtmL \r\nBinomo https://clck.ru/JQVpc \r\n \r\n \r\nПомочь финансово 5536 9138 0823 2983 Mastercard \r\n \r\nHello! I need your help!&quot; Send money! 5536 9138 0823 2983 Mastercard\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RalandSpeliBB', 'safoncevaewelina@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-07 03:08:00', '95.107.29.148', '1'),
(1934, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DorothyGawKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"browndotothy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87452164382\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5192:\"Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) – это лекарство для лечения людей, которые столкнулись с ВИЧ-1 инфекцией. Симптомы заболевания быстро исчезнут, и уже через некоторое время Ваше общее самочувствие значительно улучшится: Вы забудете о том, что такое боли и дискомфорт. Благодаря данному лекарству можно исключить риск летального исхода. \r\n \r\nВы можете Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) купить в нашей аптеке на выгодных условиях. Специалисты говорят о том, что перед началом лечения необходимо обязательно обратиться в больницу. Вы сдадите назначенные анализы и пройдете диагностику организма. Доктора разработают для Вас индивидуальную схему терапии, \r\nкоторая даст возможность получить максимальный эффект. \r\n \r\nПоказания к применению \r\n \r\nПрепарат содержит в составе три активных компонента, \r\nвыполняющих антиретровирусные функции. \r\nЛекарство воздействует на организм комплексно, \r\nпоэтому Вы совсем скоро почувствуете себя лучше и \r\nсможете справиться с опасной ВИЧ-1 инфекцией, \r\nкоторая нередко приводит к летальному исходу. \r\nВирус не будет быстро развиваться, \r\nи Вы не столкнетесь с непредвиденным ухудшением ситуации \r\nсо здоровьем. \r\nПринимать медикамент необходимо по схеме, \r\nкоторую разработал опытный врач, и только тогда \r\nВы не столкнетесь с непредвиденными изменениями самочувствия. \r\n \r\nПротивопоказания \r\n \r\nНужно узнать заранее, нет ли у Вас следующих противопоказаний: \r\n \r\n•	грудное вскармливание, период беременности; \r\n•	аллергия на основные компоненты, входящие в состав препарата; \r\n•	заболевания, которые иногда обостряются; \r\n•	возраст до 18-ти лет; \r\n•	заболевания кожи, дерматологические проблемы. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) отзывы хорошие. \r\nПациенты говорят, что применение таблеток позволило им \r\nсправиться с различными проблемами. \r\nВы можете опробовать медикамент на практике, \r\nчтобы убедиться в его эффективном воздействии на организм, \r\nдостаточно оформить заказ. \r\n \r\nСпособ применения \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) цена доступная. \r\nЧтобы справиться с болезнью, достаточно принимать \r\nпо одной таблетке лекарства до или после еды утром и вечером, \r\nчетко следуя разработанной доктором схеме. \r\n \r\nПобочные явления \r\n \r\nЕсли нарушить схему терапии, можно столкнуться с такими сложностями: \r\n \r\n•	расстройства желудка; \r\n•	отсутствие сил, бессонница; \r\n•	боли в области желудка; \r\n•	резкие скачки давления; \r\n•	инфекции дыхательных путей; \r\n•	кровотечения из носа. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) стоимость доступная. \r\nПомните: нужно строго придерживаться рекомендаций специалиста, \r\nчтобы не столкнуться с проблемами. \r\n \r\n \r\nвич терапия +в россии\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DorothyGawKE', 'browndotothy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-07 03:08:08', '37.115.205.210', '1'),
(1935, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SamuelDueroDG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"serg.pargus@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89392337683\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Привет! \r\nНеобыкновенно прикольный сайт. \r\n \r\nМоре приколов...A-PVP, Спайс, Гердос, Mefedron, и т.д. \r\nЖми на сайт: \r\n \r\nhttp://qynonocemoqe.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SamuelDueroDG', 'serg.pargus@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-07 14:26:40', '95.143.218.78', '1'),
(1936, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"TimothyFalgeMP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"sgdecqjx@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81369472436\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"beste casino \r\n \r\ncasino paris \r\n \r\ncasino paris\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyFalgeMP', 'sgdecqjx@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-07 16:56:01', '178.159.37.85', '1'),
(1937, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Иван Дарьин\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"svoboda-centr@rcnika.biz.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81875295343\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1048:\"Наркологический центр &quot;Свобода&quot; в Киеве предлагает комплексную помощь в лечении алкоголизма и наркомании. \r\nЯ знаю, очень у многих людей есть близкие, \r\nдрузья, у которых есть проблемы с алкогольной \r\nили наркотической зависимостью. \r\nНаркологический Центр реабилитации Свобода в Киеве поможет вам . Я сам прошел Лечение в данном центре \r\nи с уверенностью могу сказать, это работает \r\nЛечение алконаркозависимости-Наркологичемкий центр пансионат Свобода \r\nЛечение наркомании Киев \r\nЛечение  алкоголизма Киев \r\nЛечение алконаркозависимости-Наркологический Центр Свобода\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Иван Дарьин', 'svoboda-centr@rcnika.biz.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-07 19:26:04', '134.249.147.157', '1'),
(1938, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HelensligeYL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vindeibragin962454@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85912768728\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:759:\"Компания МТС — является одной их первых компаний на территории России и стран СНГ предоставляющих услуги сотовой связи, а в последствии интернета и ТВ. Все эти товары, включая оформление сим-карты и переключение тарифного плана, можно оформить в режиме онлайн по приемлемым  ценам, а использование промокодов только увеличит объем сэкономленных средств и добавит различные бонусы к покупке. Получите промокод мтс\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HelensligeYL', 'vindeibragin962454@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 00:25:20', '104.168.146.104', '1'),
(1939, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"GregorySHeskZK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Drymn@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86121722688\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2215:\"Our company offers herbal health products. Take a look at our health contributing portal in case you want to look better. https://l3y.inforx.site/fi/misoprostol-tilaus-japan-77413.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to to improve your health with a help health products. https://am25.inforx.site/es/donde-comprar-cytotec-cali-12933.html Our company offers safe health and related products. Take a look at our health contributing website in case you want to look better. https://5ec.inforx.site/en/sale-misoprostol-synthetic-64717.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to look better with a help of generic supplements. https://8b.inforx.site/it/acquisto-cytotec-legale-90736.html Our company offers safe non prescription products. Visit our health contributing website in case you want to strengthen your health. https://58fs.inforx.site/it/vendita-online-di-cytotec-55831.html Our company offers herb-based supplements. Look at our health contributing site in case you want to improve your health. https://t58e.inforx.site/en/us-price-of-misoprostol-43684.html \r\nOur company offers a wide variety of non prescription products. Look at our health contributing portal in case you want to look healthier. https://c2z.inforx.site/sv/koepa-misoprostol-p-naetet-sverige-97847.html Our company offers generic pills. Look at our health contributing portal in case you want to feel better. https://p7.inforx.site/de/illegal-misoprostol-online-26253.html  Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help of generic supplements. https://d04k.inforx.site/it/misoprostol-funziona-costo-56291.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to strengthen your health with a help health products. https://d2d7.inforx.site/nl/misoprostol-prijs-bobbejaanland-42564.html Our company offers a wide variety of general health products. Take a look at our health contributing website in case you want to look healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GregorySHeskZK', 'Drymn@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 01:07:20', '46.61.22.228', '1'),
(1940, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JuliogoomsZF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"cloudhosting@cyberservices.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86112587329\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:500:\"Hi , \r\nFor everything you do online, you need a web hosting for your website, blog, application or landing page. \r\nBecause customers hate waiting and the site speed is also a search engines ranking factor,  it needs to be very fast! \r\nBut why paying huge amounts month after month, when you can get 5(yes, five!) Years of Blazing-Fast Web Hosting  for less than the price of one?!? \r\n \r\nCheck out this review to find out more: https://5cloudhost.customerreviews.biz  \r\nBest regards, \r\nMO24H Community\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JuliogoomsZF', 'cloudhosting@cyberservices.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 01:41:06', '84.17.51.100', '1'),
(1941, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87245896497\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:987:\"What is strattera 80 mg. what is strattera 80 mg. Strattera, Vyvanse. 10 mg, 10 mg. 18 mg, 20 mg. 25 mg, 30 mg. 40 mg, 40 mg. 60 mg, 50 mg. 80 mg, 60 mg. mg, ... knspharma.com Reviews\r\n \r\nAfter researching and studying Schizotypal disorder, I realize that I should have been diagnosed with this disorder.\r\n \r\nbest online pharmacy for generic viagra\r\n \r\nThanks a lot nurseleah.\r\n \r\nwhich type of audience would need the least amount of background information about your subject?\r\n \r\nWhen your cells ignore the insulin, as mentioned above, it is often referred to as insulin resistance.\r\n \r\nWhen you click on a BTM on this site, you will see a display with its precise location, fees, limits, and ID requirements (if any). This web page relevant accounts ... of value\r\n \r\nHow do you know when your hair is done growing?\r\n \r\nhttp://xn----8sbcfe0blfxacctndmeeh.xn--p1ai/?p=6500\r\n \r\nfktrpr94f \r\nThe effect of chloroquine on immune activation and interferon signatures associated with HIV-1.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 02:58:37', '178.159.37.17', '1'),
(1942, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MarquisJagEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83816951427\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1709:\"スーパーコピーブランド激安通販専門店! \r\nhttps://www.kyoku66.com/goods-10629.html\r\n \r\n世界一流のスーパーコピーブランド時計、バッグ、財布、アクセサリ最新入荷! \r\nブランドコピー、ブランド偽物、ルイヴィトンコピー、 ロレックスコピー、シャネルコピー、グッチコピー、エルメスコピー、 ボッテガ?ヴェネタコピー、 バーバリーコピー、ミュウミュウコピー、トリーバーチコピー、バレンシアガコピー、ディオールコピー、ブルガリコピー、ブラダコピー、 ドルチェ＆ガッバーナコピー、オメガコピー、フランク ミュラーコピー、gagaコピー。 \r\n私達は長年の実体商店の販売経験を持って、先進とプロの技術を持って、 \r\n高品質のスーパーコピー時計づくりに 取り組んでいます。 \r\n最高品質のロレックス時計コピー、カルティエ時計コピー、IWC時計コピー、 \r\nブライトリング時計コピー、パネライ時計コピー激安販売中 \r\n商品の数量は多い、品質はよい.海外直営店直接買い付け！ \r\n商品は全てよい材料と優れた品質で作ります。 \r\n高質な製品を驚きの低価格で提供して,安心、迅速、確実にお客様の手元にお届け致します。 \r\nぜひご来店くださいませ。 \r\n※ 2019年注文割引開催中，全部の商品割引10% \r\n※ 在庫情報随時更新! \r\n※ 100%品質を保証する。 \r\n※ 送料は無料です(日本全国)! \r\n税関の没収する商品は再度無料にして発送します！ \r\nURL: \r\nhttps://www.kyoku66.com/goods-6292.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarquisJagEN', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 07:33:04', '104.211.165.97', '1'),
(1943, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyDubIE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"kah@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86986385494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2459:\"hOur company provides herbal health products. Look at our health contributing site in case you want to feel better. http://g4b9.buypillsnowonline.com/sv/zithromax-7/rea-zithromax-qgr-1248.html Our company provides weight loss products. Visit our health contributing portal in case you want to strengthen your health. http://5q4y.buypillsnowonline.com/da/prednisolone-4/prednisolone-uden-recept-sutlijas-8816.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to to improve your health with a help generic supplements. http://hr5.buypillsnowonline.com/nl/accutane-3/kopen-accutane-and-back-53015.html Our company offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help generic supplements. http://5h.buypillsnowonline.com/no/metformin-6/salg-metformin-pill-7957.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help health products. http://jn9.buypillsnowonline.com/fi/cialis-3/cialis-ilman-reseptiae-qq-messenger-3384.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of health products. http://ku82.buypillsnowonline.com/en/diflucan-7/purchase-diflucan-zonder-36615.html \r\nOur site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to feel healthier with a help health products. http://cz8.buypillsnowonline.com/de/lisinopril-2/lisinopril-generika-kaufen-ratiopharm-22960.html Our company offers herbal healthcare products. Visit our health contributing portal in case you want to feel better. http://ef65.buypillsnowonline.com/fr/synthroid-6/synthroid-sans-ordonnance-lunette-dure-77889.html  Our company offers herb-based healthcare products. Look at our health contributing site in case you want to look healthier. http://ef65.buypillsnowonline.com/da/synthroid-3/ordre-synthroid-sfatul-40171.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help general health products. http://5r5g.buypillsnowonline.com/fi/prednisone-8/prednisone-verkossa-szechuan-38508.html Our company offers supreme quality health and related products. Take a look at our health contributing site in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyDubIE', 'kah@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-08 15:54:56', '31.23.98.46', '1'),
(1944, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeraldmupWC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"eric1970@tele2.nl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87678915315\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:157:\"Hello, \r\nMP3s Club Music for DJs, More Info: http://0daymusic.orgt \r\nDownload 0DAY-MP3s Private Server, For DJs Electronika Musica \r\n \r\nRegards, \r\n0DAY Music\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeraldmupWC', 'eric1970@tele2.nl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 04:26:17', '46.166.142.217', '1'),
(1945, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlexeyFugBA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"s5kvortsoff@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87946674424\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:619:\"Предлагаем микрокредитование для всех россиян на лучших условиях в интернете ! \r\nНужны деньги,а до зарплаты еще две недели? Обращайтесь в наш кредит-сервис в любое время. Мы поможем ! \r\nМикрокредиты до 100 000 руб. и сроком до полугода. \r\nПримем решение о выдаче займа в течении часа ! \r\nПереходите на  наш сайт и выбирайте нужные вам условия ! \r\nзайм\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexeyFugBA', 's5kvortsoff@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 06:41:40', '95.58.170.92', '1'),
(1946, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarrydaypeUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83765957366\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Bookingcom hotel reservation system - review \r\nI’ll talk about ways to save when booking through BOOKING. \r\nHello to all travelers and more! \r\nhttps://www.subscribe.ru/group/beauty-group-/16095432/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarrydaypeUK', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 08:18:42', '185.251.38.4', '1'),
(1947, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"InvobeVH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"reyx77@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84827272157\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:165:\"viagra walmart  over the counter viagra alternative at walmart  over the counter viagra substitute walmart \r\nhttp://viagraovercounter-atwalmart.com viagra at walmart\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'InvobeVH', 'reyx77@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 15:11:31', '46.185.114.158', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1948, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyDubIE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"kah@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84287773579\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2323:\"hOur company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to look better with a help of health products. http://9jp3.buypillsnowonline.com/en/diflucan-4/diflucan-online-dove-comprare-49100.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help generic supplements. http://9ix.buypillsnowonline.com/no/dapoxetine-4/dapoxetine-pris-tbt-91254.html Our company offers herb-based general health products. Take a look at our health contributing portal in case you want to strengthen your health. http://5u.buypillsnowonline.com/en/propecia-2/propecia-cost-cbs-59446.html Our company offers supreme quality supplements. Visit our health contributing portal in case you want to feel better. http://9q.buypillsnowonline.com/de/doxycycline-3/doxycycline-testpackung-kostenlos-19927.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to to improve your health with a help of generic supplements. http://6qi.buypillsnowonline.com/no/valtrex-1/kjpe-valtrex-i-norge-over-disk-79200.html Our company offers safe pills. Visit our health contributing portal in case you want to feel better. http://5r5g.buypillsnowonline.com/en/prednisone-6/prednisone-price-ngp-34201.html \r\nOur company provides weight loss products. Take a look at our health contributing portal in case you want to feel better. http://ij09.buypillsnowonline.com/fi/amoxil-1/halpa-amoxil-perscriptions-77681.html Our company offers weight loss products. Visit our health contributing site in case you want to look healthier. http://ov08.buypillsnowonline.com/fr/lasix-3/lasix-cot-essence-47050.html  Our company offers healthcare products. Look at our health contributing site in case you want to feel better. http://2g0k.buypillsnowonline.com/fi/augmentin-6/osta-augmentin-how-much-to-take-17051.html Our company offers safe weight loss products. Take a look at our health contributing website in case you want to improve your health. http://k1s7.buypillsnowonline.com/fi/clomid-1/halpa-clomid-generic-cheap-45682.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to look better with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyDubIE', 'kah@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 17:24:34', '31.23.98.46', '1'),
(1949, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"naomiom18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"paulju69@takumi8110.kunio99.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81928245228\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:216:\"Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://porn.pic.fetlifeblog.com/?phoebe \r\n\r\n blonde porn babes movies 2girls 1guy porn free youngest 3d porn extreme shocking porn tubes free video porn directory\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'naomiom18', 'paulju69@takumi8110.kunio99.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-09 20:46:28', '81.17.27.140', '1'),
(1950, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:142:\"{Красивые|Надежные|Современные} [url=http://marshag.ru]ограждения[/url] по вышим размерам.\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"toopool88@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:142:\"{Красивые|Надежные|Современные} [url=http://marshag.ru]ограждения[/url] по вышим размерам.\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:64:\"how to choose for yourself chic glass railing in a country house\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '{Красивые|Надежные|Современные} [url=http://marshag.ru]ограждения[/url] по вышим размерам.', 'toopool88@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 00:47:23', '188.191.161.23', '1'),
(1951, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephenmewJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"27@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88168224231\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"free shemale tubes \r\nSexy Tranny Porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenmewJG', '27@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 07:14:34', '110.232.83.118', '1'),
(1952, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"sherylom11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"brendavr1@hotaka56.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88476382642\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:207:\"Sexy pictures each day\r\nhttp://lesbian.pic.instakink.com/?abigail \r\n\r\n shawna lenee black cock porfn youtube of porn lubetube native american indian porn stars free gay porn for the iphone smoking women porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sherylom11', 'brendavr1@hotaka56.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 08:24:11', '23.129.64.161', '1'),
(1953, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelDugFC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"tonkjonny@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88693993399\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:311:\"Online sports betting and Online Casino gambling news at Jackpot Bet Online. All World favorite Sportsbook, Racebook,Blackjack and Casino slot game. Jackpot Bet Online - We have got your game. Bonuses, fast payouts, sports betting odds online. Football betting, horse race wagering, online casino bets and more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelDugFC', 'tonkjonny@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 09:33:09', '217.160.60.234', '1'),
(1954, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterHipSK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Inotresse@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84589964257\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2212:\"hOur company provides a wide variety of weight loss products. Visit our health contributing website in case you want to strengthen your health. https://1gu.cytotecrxonline.com/it/prezzo-misoprostol-in-italia-55969.html Our company provides herbal health and related products. Look at our health contributing portal in case you want to look healthier. https://3i.cytotecrxonline.com/da/kobe-misoprostol-vh-86361.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to look better with a help of generic supplements. https://d2.cytotecrxonline.com/sv/cytotec-inget-recept-yp-pages-94832.html Our company provides a wide variety of pharmacy. Visit our health contributing portal in case you want to strengthen your health. https://n2m3.cytotecrxonline.com/de/cytotec-apotheke-kaufen-ohne-rezept-14550.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to look healthier  with a help of health products. https://oi69.cytotecrxonline.com/da/ordre-cytotec-troches-35169.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to to feel healthier with a help of generic supplements. https://qi1.cytotecrxonline.com/no/salg-cytotec-given-26302.html \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to to feel healthier. https://e9.cytotecrxonline.com/da/misoprostol-uden-recept-everzwijnsteak-18052.html Our company offers supreme quality general health products. Visit our health contributing site in case you want to feel better. https://d2.cytotecrxonline.com/fr/acheter-cytotec-uaf-49838.html  Our company provides health and related products. Look at our health contributing site in case you want to feel healthier. https://mc7.cytotecrxonline.com/en/wwworder-cscom-misoprostol-68674.html Our company offers generic pharmacy. Visit our health contributing website in case you want to look better. https://m7.cytotecrxonline.com/it/acquistare-cytotec-senza-ricetta-6448.html Our company offers safe pharmacy. Look at our health contributing website in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterHipSK', 'Inotresse@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 16:39:42', '31.23.94.183', '1'),
(1955, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82727495141\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2380:\"Good post, i like it very much.I was very lucky to discover your site. It has a lot of useful information! \r\nhttps://mbaessayhelp170.blogspot.com\r\nhttps://interestingtermpapertopics1.blogspot.com/\r\nhttps://writingpaperforletters387.blogspot.com\r\nhttps://termpapershelp0.blogspot.com\r\nhttps://uvacollegeessay578.blogspot.com\r\nhttps://writinganessayintroduction459.blogspot.com\r\nhttps://processofwritingessay310.blogspot.com\r\nhttps://powerpointservices12.blogspot.com/\r\nhttp://ordercustompapercomdiscountcode.blogspot.com/\r\nhttps://researchpapertopics112.blogspot.com\r\nhttps://apastyleendnotes.blogspot.com/\r\nhttps://applicationessaysforcollege454.blogspot.com\r\nhttps://howcaniwriteagoodessay12.blogspot.com/\r\nhttps://helpwritingacollegeessay467.blogspot.com\r\nhttps://500wordcollegeessay.blogspot.com\r\nhttps://volcanowritingpaper189.blogspot.com\r\nhttps://whocanwritemyessay71.blogspot.com\r\nhttps://promptsforcollegeessays630.blogspot.com\r\nhttps://technicalpaperwriting500.blogspot.com\r\nhttps://tagsentence.blogspot.com/\r\nhttps://mbaadmissionessay823.blogspot.com\r\nhttps://collegeentranceessay1.blogspot.com\r\nhttps://definitionofessaywriting225.blogspot.com/\r\nhttps://essayaboutmyselfforcollege455.blogspot.com\r\nhttps://bibliographyhelp123.blogspot.com/\r\nhttps://howtomakeanessay271.blogspot.com\r\nhttps://labreportsample0.blogspot.com\r\nhttps://argumentativeessaytopics41.blogspot.com\r\nhttps://essayserviceschicago1.blogspot.com/\r\nhttps://essayassignment1.blogspot.com/\r\nhttps://thesisstatementwriting381.blogspot.com\r\nhttps://diversitycollegeessay513.blogspot.com\r\nhttps://speechwriting49.blogspot.com\r\nhttp://termpaperformat.blogspot.com/\r\nhttps://reportwritingassignment12.blogspot.com/\r\nhttps://writemypapercheap221.blogspot.com\r\nhttps://essay-writing12.blogspot.com/\r\nhttps://essayformeessays1.blogspot.com/\r\nhttps://collegeessaywordcount.blogspot.com\r\nhttps://whotowriteanessay.blogspot.com\r\nhttps://howtomake-annotatedbibliography.blogspot.com/\r\nhttps://bestessaywritingservicereview28.blogspot.com\r\nhttps://essaywritingaccounts882.blogspot.com\r\nhttps://businessreports574.blogspot.com\r\nhttps://howtowriteargumentativepaper1.blogspot.com/\r\nhttps://writingasociologypaper469.blogspot.com\r\nhttps://observationessay.blogspot.com\r\nhttps://collegeapplicationessayhelp532.blogspot.com\r\nhttps://writingcollegeadmissionessay972.blogspot.com\r\nhttps://howcaniwriteanessay982.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 21:14:42', '185.136.159.26', '1'),
(1956, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AngieguamsSM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"yyra5783217@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83825481851\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:467:\"Новая порнуха видео скачать ххх бесплатно на мобильный андроид телефон и смотреть онлайн видео ролики на hoporno.net \r\n \r\n3gp порно Лучшие эро видео порнухи http://hoporno.net/ скачать xxx на мобильный телефон \r\nХохлушки порно http://hoporno.net/loads/ukrainian-porno Українське порно скачать\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngieguamsSM', 'yyra5783217@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-10 23:24:56', '178.150.125.88', '1'),
(1957, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianmaxHY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"olzr80@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89984784824\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:246:\"Viagra is a certain of the most factious and widely discussed pharmaceutical drugs to be undergoing whip the demand in 100mg viagra without a doctor prescription the form 30 years. It is most commonly \r\nreach-me-down to wine erectile dysfunction.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianmaxHY', 'olzr80@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-11 05:02:19', '46.185.114.158', '1'),
(1958, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RaymondrixNM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"j.o.n.i.r.o.bi.nso.n2.9.9.8@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82389376182\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2374:\"Kobold skirmishers. These are Reaper Bones minis. I happen to have three of the Reaper Bones canine familiars, so I will in all probability use them to exchange the three Castle Ravenloft wolves. I&#039;ll start with the monsters from Castle Ravenloft, the primary D&amp;D Adventure System game. First you might want to dilute the paint that you are going to make use of to dye the noticed mud. This might be first of a collection of posts. At any price, I hope this characteristic will be a minimum of considerably fascinating, online games shop and not totally peculiar or esoteric. So these skeleton archers from Caesar will serve as enough substitutes. After that game was accomplished, I offered some off, on e-Bay, and the remainder are carrying Caesar Goblins, as riders, fantasy game shop to offer them some variety on the tabletop (roughly the same size because the PA Goblin Riders figures). Big spiders. The original mini would most likely have been simply superb as a barely extra large spider in 1/72. Different alternate options could be the large spider from the World of Warcraft sport (the blue mini), or the toy Halloween spider. I&#039;m additionally excluding the rat swarm minis, as additionally they work for 1/seventy two scale, so I have no curiosity in changing them. \r\n \r\nI am excluding villains for a later post. There may be normally a monster mash even if that isn&#039;t the name given. Clearly these are spears and never the &quot;javelins&quot; the monster card describes, however they&#039;re perfectly advantageous. Wolves. Relying in your taste, the original figure may be simply tremendous in 1/seventy two scale. The price per determine solid, depends upon what number of you forged from every mold, and what metallic you employ. For cheap, metal figures, PA is one of the best route. For plastic figures, all of the above! Thanks for collecting, and sharing, the entire above data! Thanks for the info! On the DSi&#039;s essential menu, there&#039;s an option to enter the DSi store. There are a number of resources online which may assist you find skate shops in Ontario, corresponding to the website Yelp, which is an online evaluation website. The place can you purchase a final fantasy IX vivi doll? What&#039;s the cloud of darkness&#039;s weakness in final fantasy 3? The place you will discover Tower Of Babil in Last Fantasy VI?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RaymondrixNM', 'j.o.n.i.r.o.bi.nso.n2.9.9.8@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-11 12:37:19', '92.119.179.70', '1'),
(1959, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PeternerDV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dicy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88867363895\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2266:\"hOur company provides a wide variety of non prescription products. Look at our health website in case you want to look better. https://p7.thebestpills.biz/en/best-online-site-for-clomid-89700.html Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to to improve your health with a help of general health products. https://8b.thebestpills.biz/it/vendita-zithromax-roma-22817.html Our company offers general health products. Look at our health contributing portal in case you want to feel healthier. https://3vd.thebestpills.biz/sv/fildena-utan-recept-sunkofleky-34676.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help general health products. https://ow3.thebestpills.biz/fi/dapoxetine-tilaus-tbn-99963.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to to improve your health with a help of generic supplements. https://ht3.thebestpills.biz/en/costo-zoloft-25-mg-74378.html Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help of general health products. https://7xp6.thebestpills.biz/en/amoxil-online-mmu-88492.html \r\nOur site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help general health products. https://7ye2.thebestpills.biz/it/levitra-acquisto-online-33998.html Our company provides health and related products. Visit our health contributing site in case you want to strengthen your health. https://7qr.thebestpills.biz/fr/vente-metformin-mnfct-84048.html  Our company offers herb-based non prescription products. Visit our health contributing portal in case you want to feel healthier. https://g2.thebestpills.biz/da/billig-fildena-uguns-20362.html Our company offers generic pills. Visit our health contributing website in case you want to feel better. https://g7.thebestpills.biz/es/donde-comprar-cytotec-madrid-61632.html Our company provides health and related products. Visit our health contributing portal in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PeternerDV', 'dicy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-11 16:05:11', '31.23.68.117', '1'),
(1960, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ArtemFugFZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"goncharovapado@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83943339375\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3571:\"Прокип Андрей Зиновьевич ремесленное мастерство – индивидуальный продукт в торге \r\n \r\nОгромным запасом развития индивидуальной экономики, повышения занятости наиболее разных слоев жителей с молодого поколения вплоть до стареющих людей, повышения благополучия жителей является возобновление и рассредотачивание ремесленного искусства в государстве. Ремесленное искусство – это прежде всего индивидуальное, либо ведь домашней производство со целью производства и поставки на рынок уникальной, индивидуализированной продукции. Ремесленный продукт акцентируется с продукта конвейерного производства особенностью, уникальностью, невоспроизводимостью, а по тому будет востребован потребителем. \r\n \r\nПрокип Андрей Зиновьевич ремесленное искуство-любовница \r\nСовременное ремесленное формирование будет базироваться в высокопроизводительном оснащении, в результате этого ремесленный продукт акцентируется никак не только только уникальностью но и  оригинальностью, однако также высоким качеством, никак не уступающим согласно качеству исполнения фабричным и заводским образцам .Продвижение ремесленного производства в государстве гарантирует значимый рост продукта узкопотребительского назначения, рост занятости жителей и приобретение значительных дополнительных доходов жителей. \r\n \r\nПрокип Андрей Зиновьевич- продвижение ремесленного производства совершается орудием всемирной демократизации индивидуальной собственности, вследствие того то что ремесленник – также владелец, также трудяга. Массовое продвижение ремесленного производства правомочно перевоплотить народ работников в собственников, которые своей работой, в основе индивидуальных денег производства изготовляют неповторимую продукцию, со высокими узкопотребительскими свойствами. Массовое продвижение ремесленного производства формирует в массовом масштабе личную частную собственность равно как наиболее демократическую конфигурацию приспособления.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArtemFugFZ', 'goncharovapado@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-11 18:45:32', '176.96.225.125', '1'),
(1961, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BillyHagIL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"boyl38379@myblogmail.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83133976428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:856:\"If you’re upset about your weight and want to lose a little more, get this… \r\n \r\nAn overweight mother with pre-diabetes has just SHOCKED the medical \r\ncommunity by losing an unheard of 22lbs pounds in just 13 days… \r\n \r\n....Without starving herself, she lost a total of 37lbs in the first month! \r\n-&gt; CLICK HERE to see her Transformation Pics! \r\n \r\n...Even without exercising, she went on to burn off 84lbs (almost a pound a day) \r\nand eliminated any sign of diabetes or any other life-ending diseases. \r\n \r\nAnd the amazing thing is… \r\n \r\nAll she did was this D.I.Y. “carb-pairing” trick that reconditions your 3 female \r\nweight-loss hormones to drastically accelerate fat-burning while still eating the \r\nfoods you love. \r\n \r\nCheck it out for yourself… \r\n \r\n“Carb-Pairing” Melts Away 37 Pounds in Just 20 Days (WOMEN ONLY) \r\n \r\nEnjoy!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BillyHagIL', 'boyl38379@myblogmail.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-11 21:57:38', '205.185.223.148', '1'),
(1962, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Anatoly\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"parserparsing1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85618239354\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:901:\"Автоматическое наполнение интернет-магазинов. \r\nАвтоматическое наполнение контентом сайтов. \r\nПарсинг карточек товаров интернет-магазинов (автоматический сбор). \r\nПарсинг статей и контента сайтов. \r\nНаполнение любых движков сайтов. \r\nИмпорт Номенклатуры в 1С с любого сайта. \r\nСоздание интернет-магазинов 8 тыс р \r\nСкайп anato27 . тел/вайбер/вотсап +79818525114 \r\n \r\n \r\nAutomatic filling of online stores. \r\nAutomatic content filling sites. \r\nParsing cards of goods of online stores (automatic collection). \r\nParsing articles and site content. \r\nFilling any website engines. \r\nSkype anato27. Tel / Viber / WhatsApp +79818525114\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Anatoly', 'parserparsing1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 00:26:28', '195.189.71.187', '1'),
(1963, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"penkipTO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"hoztorg94@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87612955117\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"корпоративные подарки ручки или ручки паркер купить в москве интернет магазин \r\n \r\nhttps://www.parkerrussia.ru/pens/sonnet/PR50B-MLT20/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'penkipTO', 'hoztorg94@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 04:07:21', '5.188.210.18', '1'),
(1964, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85654474624\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:950:\"I love everything you post. You&#039;ve done really good job \r\nhttps://sociologyresearchpaper11.doodlekit.com\r\nhttps://howtowriteathesispaper220.blogspot.com\r\nhttps://easyessay22.doodlekit.com\r\nhttps://helponwritingessays137.blogspot.com\r\nhttps://essaywritingservice369.yolasite.com/\r\nhttps://buythesis24.doodlekit.com\r\nhttps://bestessaywritingservice29.doodlekit.com\r\nhttps://courseworkwriting23.doodlekit.com\r\nhttps://termpaperoutline853242.yolasite.com/\r\nhttps://collegeadmissionessays13.blogspot.com\r\nhttps://bestessaywriting4.doodlekit.com\r\nhttps://presidentsdaywritingpaper892.blogspot.com\r\nhttps://howtowriteareactionpaper943.blogspot.com\r\nhttps://thingstowriteapaperon304.blogspot.com\r\nhttps://howtowriteacollegepaper883.yolasite.com/\r\nhttps://freecollegeessays7.doodlekit.com\r\nhttps://universityessaywriting17.doodlekit.com\r\nhttps://buyessay17.doodlekit.com\r\nhttps://justpaste.it/academicpapers\r\nhttps://topessaywritingservice4.doodlekit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 06:11:33', '185.136.159.30', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1965, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"antonMicRJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"pus.hki.nvital.i.y19.7.9@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89855799492\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"На нашем сайте nsksoft.net всегда доступны самые новые программы для Windows\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'antonMicRJ', 'pus.hki.nvital.i.y19.7.9@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 10:45:58', '45.133.88.14', '1'),
(1966, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogeliolesWN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84688665567\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:616:\"E makemake i ka HUA I KE KAI LOHE ANA I KA PRISI o TRAIN? E ha?i aku wau ia ?oe i na nuances a pau e pono ai i ka helu ?ia. ?O ka ?okuhi holo?oko?a ka huli ?ana))) ka uku o ka luna e uku ia?u))))))) \r\nHo?ola?a wau i keia loiloi i na po?e a pau e like me a?u, ua ku i na lalani lo?ihi i ko?u ola a pau e ku?ai i kahi tiketi. I keia wa o ka makou ?enehana, e like me ka huli ?ana, hiki ia ?oe ke koho i kahi tiketi, e noho ana ma ka home i kahi noho lima ho?olu?olu me ke ki?i o ke kipe a ?a?ole wikiwiki e kama?ilio me ko kau ?ohana pehea e koho ai i kahi lele ma kahi mokulele. \r\nhttp://www.vk.com/wall-178197682_309\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogeliolesWN', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 14:54:54', '109.234.38.61', '1'),
(1967, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"fe.vgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86655146533\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:264:\"Подарки из серебра с Ручной гравировкой. https://www.giftformotivation.com  имена, даты или символы, украшения для гитаристов, путешественников, флористов и т. д\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fe.vgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 16:59:29', '188.163.109.153', '1'),
(1968, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JosephzopKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Fauccassy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86299392495\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:95:\"Buy Viagra Cialis Kamagra Online \r\n \r\nBuy Viagra Cialis Kamagra Online \r\n \r\nhttp://bit.do/fcymN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephzopKE', 'Fauccassy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 17:38:11', '31.23.79.246', '1'),
(1969, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ArnoldBoornBN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"arnoldpalpin@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85579443789\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:934:\"If you’re like most folks… you diet, you count calories, you tear up the treadmill, and… \r\n \r\nNothing… \r\n \r\nThat’s how one overweight mother with prediabetes was feeling… \r\n \r\nShe did “everything right” and never lost an inch. Until… \r\n \r\nShe stumbled on this strange “carb trick” and burned away an unheard of 22lbs pounds in just 13 days… \r\n \r\nAnd because of this one simple shift in her eating, she did it without starving herself…! \r\n \r\n… and without a lick of exercise! \r\n \r\nNow get this... with the same carb trick she dropped a total of 37lbs in the FIRST month! \r\n \r\n… and shocked her doctor by completely reversing ANY pre diabetic symptoms! \r\n \r\nYou won’t even believe her final result so I won’t bother telling you. However you can see it for yourself on this page.. \r\n \r\nThis might work for men, however it’s only been proven for women... \r\n \r\nThe odd carb trick burns up to 1LB per DAY\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArnoldBoornBN', 'arnoldpalpin@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 19:04:24', '45.65.244.30', '1'),
(1970, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89791687465\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1235:\"The bermany spending problem 4. Person with little knowledge of computers can register to bitcoin bitcoins germany. RETURN change creates a ... https://bitcoinbusinessbooster.com/bitcoins-germany.html Bitcoins\r\n \r\nIf no response occurs after two weeks of use, then the patient most likely lacks toll like receptor 7 and another treatment modality must be prescribed.\r\n \r\ndogecoin to bitcoin\r\n \r\nThe first step to battling the disease is coming to terms with it and trying to focus on the love between you and the diagnosed patient.\r\n \r\nquitting effexor cold turkey\r\n \r\nOnce you have placed an order, under general conditions your drug will be delivered at your door within 14 days.\r\n \r\nOct 02,2012; 0 Comments. Cialis canada over the counter. cialis canada over the counter. Some sell drugs that are not approved for use in Canada because of ... https://pinecrestmedicalspa.com/ pinecrestmedicalspa.com\r\n \r\nL3, as blood at the incidence in poor oral anticoagulation continues, consider need robust public health and hyperglycaemia.\r\n \r\nhttp://www.cunshang.net/index.php/2014/01/16/3160.html\r\n \r\nfktrpr94f \r\nIt&#039;s vital this medication is taken at the specific amount prescribed, otherwise it won&#039;t end up being as effective.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 20:15:41', '178.159.37.17', '1'),
(1971, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"IsrealExhixXK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"newskasino@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88541745896\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:121:\"Instant Bingo is a bingo site that offers bingo enthusiasts a chance to be social and win some real money in the process.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'IsrealExhixXK', 'newskasino@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-12 21:25:05', '217.160.60.234', '1'),
(1972, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"kraudmarketingCX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"zarinamoshkovskaya5019@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84859867385\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:178:\"Бесплатные КРАУД ССЫЛКИ \r\nТематические крауд ССЫЛКИ только \r\nПодробно здесь: http://kingisepp.ru/forum/thread-1211/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kraudmarketingCX', 'zarinamoshkovskaya5019@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 02:44:22', '37.115.198.143', '1'),
(1973, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"ZelAdvert Support\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@zeltds.world\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85874878446\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5138:\"Zel.biz – это сервис по внедрению наиболее эффективных сегодня рекламных решений для бизнеса и монетизации пуш-трафика. \r\n \r\nВыберите свой вариант монетизации и получайте доход. Достаточно пройти регистрацию, создать или подключить свой сайт, встроить код для сбора push-подписок и начать зарабатывать. Предлагаем несколько вариантов сотрудничества: \r\n \r\nАвтовыкуп. Система Zel.Biz сразу скупает подписку пользователя по 2-3 р. за штуку, после чего мы используем эти подписки сами. \r\n \r\nRevshare.  Рекламодатель делает рекламу по существующим подпискам. За каждый пуш вебмастеру начисляется процент. Как и рекламодателю. \r\n \r\nВы можете зарегистрироваться как рекламодатель или зарегистрировать персональный аккаунт. \r\n \r\nРекламодатель. Пользуясь нашими инструментами, вы создаете рекламную кампанию и объявления. Оплата идет только за клик. Оплата только за показы уведомлений не снимается. И это выгодно, так как вы платите только за результат. \r\n \r\nПерсональный аккаунт. Представляет собой кабинет вебмастера и рекламодателя одновременно. Вы оплачиваете подписку, собираете базу без ограничений и рекламируете свои товары или услуги. Отличная возможность не платить за показы рекламы и клики, работая без ограничений. \r\n \r\nВсего в несколько кликов выберите свою аудиторию по геолокации, возрасту, интересам и т. д., после чего легко запустите свою рекламную кампанию, применяя встроенные инструменты нашего сайта. \r\nZel.biz – для всех типов бизнеса! \r\n \r\nС нами работают производители всевозможных товаров, интернет-магазины, частные предприниматели, компании, оказывающие различные услуги и сервисы. Каждый найдет в нашем сервисе то, что поможет в его продвижении. \r\n \r\nСегодня Zel.biz – это возможность увеличить поток ваших клиентов до 80%. Всего лишь используя рекламные инструменты, которые по-настоящему работают. И это проще, чем кажется! \r\n \r\nhttps://zel.biz/ \r\n \r\nEnglish Version: \r\n \r\nZel.biz is a service to implement the most effective advertising solutions for business today and monetize push traffic. \r\n \r\nChoose your monetization option and earn revenue. Just register, create or connect your site, embed code to collect push subscriptions, and start earning. We offer several cooperation options: \r\n \r\n1. Autorepayment. The Zel.Biz system immediately purchases the subscription of the user at 2-3 rubles per unit, after which we use these subscriptions ourselves. \r\n \r\n2. Revshare. The advertiser makes ads on existing subscriptions. Interest is charged for each webmaster push. So is the advertiser. \r\nYou can sign up as an advertiser or sign up for a personal account. \r\n \r\n1. Advertiser. Using our tools, you create a campaign and ads. Payment goes only for a click. Payment only for notification shows is not removed. And it benefits as you only pay for the result. \r\n \r\n2. Personal account. It is a webmaster and advertiser cabinet at the same time. You pay for your subscription, collect your base without restrictions, and advertise your goods or services. A great opportunity not to pay for ads and clicks, working without restrictions. \r\nIn just a few clicks, choose your audience by location, age, interest, etc., and then easily launch your advertising campaign using the built-in tools of our site. \r\nZel.biz - for all types of business! \r\n \r\nWe work with manufacturers of all kinds of goods, online stores, private entrepreneurs, companies providing various services and services. Everyone will find in our service what will help in its promotion. \r\n \r\nToday Zel.biz is an opportunity to increase the flow of your customers to 80%. Just using advertising tools that truly work. And it &#039;s easier than it looks! \r\n \r\nhttps://zel.biz/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZelAdvert Support', 'admin@zeltds.world', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 14:16:56', '5.189.191.107', '1'),
(1974, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"frankar4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:40:\"jeridk5@hiroyuki3110.hotaka96.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87845698721\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Scandal porn galleries, daily updated lists\r\nhttp://tranysexvideo.hotnatalia.com/?arianna \r\n\r\n doggy style porn pov free porn teen lesbians sean cody porn clips horny couple fuck babysitter porn carmen electra porn movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'frankar4', 'jeridk5@hiroyuki3110.hotaka96.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 14:55:17', '185.220.100.253', '1'),
(1975, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgehepVI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"nnul13622@serve.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85719884862\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1158:\"kamagra suisse\r\n Learn how to play the game of golf! This is not merely an exciting and satisfying activity but in the market community it is really an appropriate method to fulfill and contact customers and co-personnel. You could lose out on a great deal of links should you not feel at ease ample to look out on the study course.\r\n  kamagra porto\r\n Strive for the floor inside a beach sand snare. If you locate your ball caught up within a fine sand trap, intention reduced. Whenever you struck the yellow sand within the golf ball, it will burst the tennis ball up to the oxygen, and back to safe floor. You will not get a lot extended distance, but you will certainly be out from the capture saving you valuable cerebral vascular accidents in the end.\r\n  priligy pris\r\n Focus on a larger impression. The best guide must understand which kind of organization functions total. They have to comprehend the responsibilities of each unique market. They should be certain the company supplying the engineering innovations on the community is known for simply being articulate. If they&#039;re not, they may seem untrustworthy or unintelligent.\r\n  priligy avis\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgehepVI', 'nnul13622@serve.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 15:54:06', '91.236.74.19', '1'),
(1976, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"FrankZexRM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Embevew@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83832937241\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2372:\"Our company provides a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help of generic supplements. https://q58q.powerhealth.site/fi/deca-durabolin-ilman-reseptiae-nebraska-42930.html Our company offers supreme quality non prescription products. Look at our health contributing portal in case you want to look healthier. https://6u.powerhealth.site/nl/verkoop-trenbolone-acetate-teens-17754.html Our company provides supreme quality weight loss products. Look at our health contributing portal in case you want to look better. https://q28r.powerhealth.site/it/boldenone-slovenia-senza-ricetta-69964.html Our site offers a wide variety of non prescription drugs. Visit our health site in case you want to strengthen your health with a help of general health products. https://m5r.powerhealth.site/en/testosterone-enanthate-germany-online-51722.html Our company offers a wide variety of health and related products. Visit our health contributing website in case you want to feel healthier. https://2n.powerhealth.site/sv/bestaella-fluoxymesterone-kicks-91535.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to look healthier  with a help health products. https://q58q.powerhealth.site/it/acquisto-nandrolone-decanoate-on-line-italia-74777.html \r\nOur company provides supreme quality health and related products. Look at our health contributing site in case you want to feel healthier. https://9s4x.powerhealth.site/fi/jotta-laurabolin-kaeyttoeohje-16163.html Our company offers herbal health products. Look at our health contributing site in case you want to feel better. https://lu0.powerhealth.site/fr/vendre-test-400-t400-thailande-32330.html  Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help general health products. https://7bt.powerhealth.site/it/stanozolol-costo-italia-57939.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to look better with a help health products. https://6m.powerhealth.site/de/testosterone-propionate-online-uk-pfizer-13096.html Our company offers supreme quality general health products. Visit our health contributing website in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FrankZexRM', 'Embevew@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 16:46:28', '31.23.3.45', '1'),
(1977, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LatiadafMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"b.r.o.d.a.g.a07@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85696152518\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:442:\"Ищу для серьёзных отношений парня. Полностью обеспечена. Есть бизнес за границей Чтоб не нарваться на альфонцев буду общаться через этот сайт http://bit.ly/33f2Q9n, он выступит гарантом. Мой профиль на сайте xichniza. Заходите регистрируйтесь отвечу всем.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LatiadafMS', 'b.r.o.d.a.g.a07@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 19:04:42', '109.61.192.73', '1'),
(1978, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"DorothysturnAL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"elia.schneeweiss@diejaegerin.at\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82266719573\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:244:\"We would like to inform that you liked a comment ID:35915743 in a social network , January 9, 2019 at 19:48 \r\nThis like has been randomly selected to win the seasonal «Like Of The Year» 2019 award! \r\nhttp://facebook.com+mail+@1310252231/v15sy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DorothysturnAL', 'elia.schneeweiss@diejaegerin.at', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-13 21:27:40', '37.120.142.147', '1'),
(1979, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Mtv Support\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"admin@stexclub.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82117294748\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4323:\"СОКРАТИТЬ URL-АДРЕС И ЗАРАБОТАТЬ ДЕНЬГИ \r\n \r\nЧто такое MTV.IS? \r\n \r\nMTV.IS - это совершенно бесплатный инструмент, с помощью которого вы можете создавать короткие ссылки. Эти ссылки, помимо того, что бесплатные, помогают вам зарабатывать деньги! Так что теперь вы можете зарабатывать деньги, не выходя из дома, управляя и защищая свои ссылки. \r\n \r\n \r\nКак и сколько я могу заработать? \r\n \r\nКак начать зарабатывать деньги с помощью MTV.IS? Выполните всего 3 шага: создайте учетную запись, создайте ссылку и опубликуйте ее - за каждый визит вы заработаете деньги. Это так просто! \r\n \r\n \r\nРеферальный бонус - 20% \r\n \r\nРеферальная программа MTV.IS - отличный способ рассказать об этом замечательном сервисе и заработать еще больше денег с помощью коротких ссылок! Приглашайте друзей и получайте 20% от их заработка на постоянной основе! \r\n \r\n \r\nНастраиваемая панель администрирования \r\n \r\nУправляйте всеми функциями с помощью панели администрирования одним нажатием кнопки. \r\n \r\n \r\nПодробная статистика \r\n \r\nЗнайте свою аудиторию. Подробно проанализируйте, что приносит вам наибольшую прибыль и какие стратегии вам следует адаптировать. \r\n \r\n \r\nМинимальная выплата \r\n \r\nДля получения выплат на вашем счету должно быть минимум 5 долларов США. Мы выплачиваем всем пользователям на PayPal. \r\n \r\n \r\nСамые высокие ставки \r\n \r\nПолучите максимальную отдачу от своего трафика с нашими постоянно растущими ставками. \r\n \r\n \r\nAPI \r\n \r\nБыстрее сократите ссылки с помощью простого в использовании API и воплотите в жизнь свои творческие и передовые идеи. \r\n \r\n \r\nПоддержка \r\n \r\nСлужба поддержки готова ответить на любые возникшие у вас вопросы. \r\n \r\n \r\nhttps://mtv.is/ \r\n \r\n \r\n \r\n \r\nEnglish Version \r\n \r\nSHORTEN URLS AND EARN MONEY \r\n \r\n \r\nWhat is MTV.IS? \r\n \r\nMTV.IS is a completely free tool where you can create short links, which apart from being free, you get paid! So, now you can make money from home, when managing and protecting your links. \r\n \r\n \r\nHow and how much do I earn? \r\n \r\nHow can you start making money with MTV.IS? It&#039;s just 3 steps: create an account, create a link and post it - for every visit, you earn money. It&#039;s just that easy! \r\n \r\n \r\n20% Referral Bonus \r\n \r\nThe MTV.IS referral program is a great way to spread the word of this great service and to earn even more money with your short links! Refer friends and receive 20% of their earnings for life! \r\n \r\n \r\nFeatured Administration Panel \r\n \r\nControl all of the features from the administration panel with a click of a button. \r\n \r\n \r\nDetailed Stats \r\n \r\nKnow your audience. Analyse in detail what brings you the most income and what strategies you should adapt. \r\n \r\n \r\nLow Minimum Payout \r\n \r\nYou are required to earn only $5.000000 before you will be paid. We can pay all users via their PayPal. \r\n \r\n \r\nHighest rates \r\n \r\nMake the most out of your traffic with our always increasing rates. \r\n \r\n \r\nAPI \r\n \r\nShorten links more quickly with easy to use API and bring your creative and advanced ideas to life. \r\n \r\n \r\nSupport \r\n \r\nA dedicated support team is ready to help with any questions you may have. \r\n \r\n \r\nhttps://mtv.is/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mtv Support', 'admin@stexclub.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-14 00:01:57', '195.201.161.25', '1'),
(1980, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PetersixJF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"nnd181818@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89315243865\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"check top online casino\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PetersixJF', 'nnd181818@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-14 03:54:22', '202.169.248.174', '1'),
(1981, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"absommafagCT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"merlyn.siebel93775@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87142891431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Hottest children porn all over the internet by https://forcedsex.org/, https://extremelady.net/, https://forced.tv/. Best sex videos of little chicks and their friends. Free child sex scenes for all the fans of pedo porn.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'absommafagCT', 'merlyn.siebel93775@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-14 05:20:46', '106.51.2.56', '1'),
(1982, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BobbyidotsDT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Wax@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87981587255\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1395:\"Mba dissertation in marketing. https://5b.essaycheap.site/en/write-a-research-paper-for-me-free-34857.html Professional college application essay writers scam. Executive resume writing services chicago.  https://t4.essaycheap.site/en/writing-services-in-python-36670.html Free essay writer online. Online writing tools for college students.  https://p5h9.essaycheap.site/en/custom-term-papers-for-managerial-accounting-47684.html Research paper help writing. Igcse art and design coursework.  https://p5h9.essaycheap.site/en/dissertation-format-for-phd-43862.html How to cite a research paper online. Research paper writing format. https://6v3t.essaycheap.site/en/writers-for-a-research-paper-87327.html Help with teaching assistant coursework. https://9ik.essaycheap.site/en/buying-papers-online-literature-review-75109.html \r\nBuy research papers no plagiarism please. https://q0.essaycheap.site/en/help-me-write-a-compare-and-contrast-essay-54887.html How much do recyclers pay for paper. Is write my paper for me legit. https://be4.essaycheap.site/en/how-does-writing-essays-help-you-6714.html  Doctoral dissertation emoji. Online chat for dissertation help.  https://79ao.essaycheap.site/en/coursework-psychology-degree-8278.html Write my persuasive paper structure. Essay writer free trial. https://gh24.essaycheap.site/en/dissertation-writers-uk-23593.html Best help for plantar fasciitis.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobbyidotsDT', 'Wax@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-14 17:06:18', '109.165.46.100', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(1983, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"morrisbd11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"darrellpw4@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81689431783\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Hot new pictures each day\r\nhttp://animalpornvide.sexjanet.com/?paris \r\n\r\n hot girls fucking ugly guys porn emma watson cortoon porn video ftv porn clips ebony porn clips pink elephant porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'morrisbd11', 'darrellpw4@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 01:49:37', '109.70.100.21', '1'),
(1984, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AntiCancerAZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"anti.cancer@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86167882164\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:498:\"Амигдалин капсулы, которые убивает раковые клетки (напрямую от производителя). Лечение без каких-либо операций, самый безопасный способ для здоровья. Работает и используется у многих пациентов. Бесплатная доставка по всему миру! \r\n \r\nE. почта: info@istiespigu.lt вайбер/ватсап: +37067970237\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntiCancerAZ', 'anti.cancer@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 02:02:45', '46.249.171.139', '1'),
(1985, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"VideoseFabTS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"foreculthlc@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87534479698\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:478:\"Новое порно видео ролики на андроид смарт с самыми классными категориями. Можно посмотреть онлайн и закачать без регистрации \r\n \r\nскачать порно не телефон лучшие ххх ролики секса http://pornonik.mobi/ порно скачать на мобильный телефон \r\nhttp://sexiporno.ru/ - смотреть порно онлайн\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'VideoseFabTS', 'foreculthlc@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 04:35:46', '178.150.125.88', '1'),
(1986, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CrystalMadlyWK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"office@bodysupport-ibk.at\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87315496172\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"We would like to inform that you liked a comment ID:35915743 in a social network , January 9, 2019 at 19:48 \r\nThis like has been randomly selected to win the seasonal «Like Of The Year» 2019 award! \r\nhttp://facebook.com+email+@1310252231/ZlxFJ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CrystalMadlyWK', 'office@bodysupport-ibk.at', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 04:40:56', '84.17.62.142', '1'),
(1987, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"korpuskipRS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"uaytsayt@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83888357982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:254:\"весна мини кухонный уголок купить в москве или  корпусная мебель интернет магазин москва недорого \r\n \r\nгде купить недорогой кухонный уголок\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'korpuskipRS', 'uaytsayt@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 05:23:34', '5.188.210.18', '1'),
(1988, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarrydaypeUK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88247213891\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:564:\"tez tour selection, tez tour tour selection, rosting tour selection, Korel tour selection, coral tour selection, last minute tour selection, anex tour selection, tour selection for all tour operators online, anex tour tour selection, soft tour tour selection, tez tour tour selection from Minsk, selection of tours ru, tour official selection of a tour, globe selection of a tour, selection of a tour last minute, biblio selection of a tour, biblio globe selection of a tour, selection of a tour Gomel \r\nhttps://yandex.ru/collections/card/5da4d06cc9270d62ab7a7a96/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarrydaypeUK', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 05:53:52', '185.251.38.4', '1'),
(1989, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AllenBuitaUH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"stanislavmoi1u2z@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81739767879\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:181:\"https://loveawake.ru - Знакомства Akula. Сайт знакомств Akula бесплатно, без регистрации, для серьезных отношений.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AllenBuitaUH', 'stanislavmoi1u2z@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 05:56:39', '94.242.206.142', '1'),
(1990, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JoshuaDedFF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"200@seosale.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83975287726\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:257:\"http://petrgosk.ru/club/user/42925/blog/93/\r\nhttps://forum.velomania.ru/blog.php?cp=1459\r\nhttp://forum.fiat-club.ru/blog.php?cp=850\r\nhttp://zaobla.com/pervoklassnaya-antigravijnaya-zashhita-kuzova-avtomashiny.html\r\nhttp://nail.menu/people/user/99/blog/3323/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JoshuaDedFF', '200@seosale.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 06:01:26', '185.127.27.42', '1'),
(1991, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"sondraok11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"louisawc2@akihiro15.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85525585155\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"Free Porn Pictures and Best HD Sex Photos\r\nhttp://naivebimbosporn.jsutandy.com/?eleanor \r\n\r\n young teen porn photo thumb sites ninja do funk porn fill porn free daily porn no bullshit kactus porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'sondraok11', 'louisawc2@akihiro15.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 06:58:28', '109.70.100.19', '1'),
(1992, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RubenLapCX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"jackpotbet4@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86763863759\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:311:\"Online sports betting and Online Casino gambling news at Jackpot Bet Online. All World favorite Sportsbook, Racebook,Blackjack and Casino slot game. Jackpot Bet Online - We have got your game. Bonuses, fast payouts, sports betting odds online. Football betting, horse race wagering, online casino bets and more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RubenLapCX', 'jackpotbet4@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 12:47:22', '217.160.60.234', '1'),
(1993, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"HunterNotNK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Icoxy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87676123811\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2298:\"hOur company provides a wide variety of non prescription products. Look at our health website in case you want to strengthen your health with a help of generic supplements. http://sa6.cbdthebestshop.com/no/salg-provigil-headache-79248.html Our company provides herbal weight loss products. Take a look at our health contributing portal in case you want to look healthier. http://5gt.cbdthebestshop.com/da/ordre-modafinil-guy-1565.html Our company offers supreme quality supplements. Take a look at our health contributing site in case you want to strengthen your health. http://3p3s.cbdthebestshop.com/fr/vente-provigil-hho-90044.html Our company provides herbal general health products. Take a look at our health contributing portal in case you want to feel healthier. http://3sn.cbdthebestshop.com/fi/osta-modafinil-is-for-85154.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to look healthier  with a help of generic supplements. http://nf49.cbdthebestshop.com/no/modafinil-nett-beanies-49894.html Our company offers supreme quality pharmacy. Take a look at our health contributing website in case you want to feel healthier. http://n7m.cbdthebestshop.com/sv/rea-modafinil-heart-82071.html \r\nOur company offers a wide variety of non prescription drugs. Visit our health site in case you want to look healthier  with a help of general health products. http://u45v.cbdthebestshop.com/fi/osta-provigil-as-needed-93881.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to look better with a help of generic supplements. http://db4.cbdthebestshop.com/da/billig-modafinil-tongue-87693.html  Our company offers supreme quality health and related products. Look at our health contributing website in case you want to look healthier. http://3h.cbdthebestshop.com/da/billig-provigil-safety-19285.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to look healthier  with a help of generic supplements. http://g9z3.cbdthebestshop.com/en/modafinil-online-forum-54229.html Our company offers herb-based general health products. Take a look at our health contributing portal in case you want to improve your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HunterNotNK', 'Icoxy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 13:43:21', '109.165.46.100', '1'),
(1994, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DorothyGawKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"browndotothy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89882437472\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5195:\"Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) – это лекарство для лечения людей, которые столкнулись с ВИЧ-1 инфекцией. Симптомы заболевания быстро исчезнут, и уже через некоторое время Ваше общее самочувствие значительно улучшится: Вы забудете о том, что такое боли и дискомфорт. Благодаря данному лекарству можно исключить риск летального исхода. \r\n \r\nВы можете Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) купить в нашей аптеке на выгодных условиях. Специалисты говорят о том, что перед началом лечения необходимо обязательно обратиться в больницу. Вы сдадите назначенные анализы и пройдете диагностику организма. Доктора разработают для Вас индивидуальную схему терапии, \r\nкоторая даст возможность получить максимальный эффект. \r\n \r\nПоказания к применению \r\n \r\nПрепарат содержит в составе три активных компонента, \r\nвыполняющих антиретровирусные функции. \r\nЛекарство воздействует на организм комплексно, \r\nпоэтому Вы совсем скоро почувствуете себя лучше и \r\nсможете справиться с опасной ВИЧ-1 инфекцией, \r\nкоторая нередко приводит к летальному исходу. \r\nВирус не будет быстро развиваться, \r\nи Вы не столкнетесь с непредвиденным ухудшением ситуации \r\nсо здоровьем. \r\nПринимать медикамент необходимо по схеме, \r\nкоторую разработал опытный врач, и только тогда \r\nВы не столкнетесь с непредвиденными изменениями самочувствия. \r\n \r\nПротивопоказания \r\n \r\nНужно узнать заранее, нет ли у Вас следующих противопоказаний: \r\n \r\n•	грудное вскармливание, период беременности; \r\n•	аллергия на основные компоненты, входящие в состав препарата; \r\n•	заболевания, которые иногда обостряются; \r\n•	возраст до 18-ти лет; \r\n•	заболевания кожи, дерматологические проблемы. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) отзывы хорошие. \r\nПациенты говорят, что применение таблеток позволило им \r\nсправиться с различными проблемами. \r\nВы можете опробовать медикамент на практике, \r\nчтобы убедиться в его эффективном воздействии на организм, \r\nдостаточно оформить заказ. \r\n \r\nСпособ применения \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) цена доступная. \r\nЧтобы справиться с болезнью, достаточно принимать \r\nпо одной таблетке лекарства до или после еды утром и вечером, \r\nчетко следуя разработанной доктором схеме. \r\n \r\nПобочные явления \r\n \r\nЕсли нарушить схему терапии, можно столкнуться с такими сложностями: \r\n \r\n•	расстройства желудка; \r\n•	отсутствие сил, бессонница; \r\n•	боли в области желудка; \r\n•	резкие скачки давления; \r\n•	инфекции дыхательных путей; \r\n•	кровотечения из носа. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) стоимость доступная. \r\nПомните: нужно строго придерживаться рекомендаций специалиста, \r\nчтобы не столкнуться с проблемами. \r\n \r\n \r\nдолутегравир дженерик\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DorothyGawKE', 'browndotothy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 15:52:51', '37.115.216.65', '1'),
(1995, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"USI_aeED\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"buhsoft.maximk+usi22082019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82982921788\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:379:\"United Steel Industries is a new Rolling Mill in Fujairah. USI is incorporated in 140,000 square meters of land. The plant will produce bar and wire rod products for civil construction. The rolling mill project was designed in 2005 by Germany’s concern SIEMENS - VAI ( SVAI ). Our mill capacity is 1.1 MTPA producing wire rods and Rebar&#039;s. \r\n \r\nreinforcement bars for sale\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'USI_aeED', 'buhsoft.maximk+usi22082019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-15 21:38:16', '86.98.158.228', '1'),
(1996, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ClydenibRX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"prqg18991@next.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83252713646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1178:\"kamagra kopen\r\n It is vital that you get ample sleep at night every day that means constantly. The encouraged amount of sleep at night each day is 7 to 8 time. Should you not get enough sleep, the body does not have the appropriate rest and it has difficulties working correctly. It is essential to obtain the proper amount of rest every day.\r\n  acheter levitra\r\n An inversion table is a good instrument for supporting individuals with back discomfort. It in essence turns you upside down and reverses the push of gravitational pressure, allowing the perfect shifting of the body, weight, and proportionate rear. As a result, it can significantly help in relieving back problems signs and symptoms and pushing correction.\r\n  kamagra danmark\r\n Offering a warranty when promoting a home will provide you with a position and then make your house more appealing to purchasers. People want to buy with certainty and so are generally less hesitant to decide on an order each time a warrantee is available. This also indicates the following operator will likely be getting in touch with the warrantee organization and not you, ought to any difficulty occur.\r\n  viagra gĂĽnstig kaufen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClydenibRX', 'prqg18991@next.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-16 00:10:31', '91.236.74.18', '1'),
(1997, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"KingCSGOLapMW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"telev2isionvideo108@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87784232952\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1132:\"Привет друзья! \r\n \r\nВсем известно, что в наше время всё большую и большую популярность набирают рулетки, связанные с популярным шутером Countre Strike Global Offensive. Наша честная рулетка является отличным способом присоединиться ко всем поклонникам игры. Здесь Вы сможете делать ставки различными скинами и вещами з вашего инвентаря, принадлежащие Countre Strike Global Offensive. Это отличный способ побороться за уникальные и возможно редкие предметы, относящиеся к кс го. Ведь в случае выигрыша вы абсолютно бесплатно получите все вещи, которые были поставлены. Испытать удачу может каждый, ведь минимальная ставка от 1 рубля! \r\n \r\nрулетка кс го\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KingCSGOLapMW', 'telev2isionvideo108@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-16 07:03:15', '91.122.59.90', '1'),
(1998, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"jessiedz69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"lestermc7@yoshito7410.hikaru64.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86476785779\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Enjoy daily galleries\r\nhttp://teenthumbsporn.adablog69.com/?keila \r\n\r\n lexi simone porn free flexable tube porn mature moman porn final fantasy porn paysite free black porn without credit card\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jessiedz69', 'lestermc7@yoshito7410.hikaru64.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-16 14:00:57', '23.129.64.216', '1'),
(1999, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EdwardobeloSN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"infenny@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88415533735\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2283:\"Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help of generic supplements. https://1nl.infomedonline.site/fi/halpa-antabuse-legitimate-14013.html Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to look healthier  with a help of general health products. https://6yo5.infomedonline.site/es/tadapox-sin-receta-cordoba-argentina-79657.html Our company provides safe pharmacy. Look at our health contributing website in case you want to feel healthier. https://l2v.infomedonline.site/en/sildalis-price-lfd-32406.html Our company offers a wide variety of health products. Visit our health contributing site in case you want to improve your health. https://j5.infomedonline.site/sv/propranolol-priser-ubs-58100.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to feel better with a help health products. https://9m6k.infomedonline.site/de/amoxil-deutschland-online-kaufen-50163.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to look healthier  with a help of generic supplements. https://6xf.infomedonline.site/nl/kopen-synthroid-portugues-89488.html \r\nOur company offers herbal health products. Look at our health contributing portal in case you want to feel better. https://k25c.infomedonline.site/fi/osta-retin-a-chewable-tablets-92262.html Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to feel better with a help of general health products. https://9q5w.infomedonline.site/sv/bestaella-atarax-promotion-34089.html  Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to strengthen your health with a help generic supplements. https://eq1.infomedonline.site/no/salg-levitra-hk-express-84601.html Our company provides generic pharmacy. Look at our health contributing site in case you want to feel better. https://a6y6.infomedonline.site/fi/osta-cialis-vampire-36114.html Our company provides herbal healthcare products. Look at our health contributing site in case you want to improve your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdwardobeloSN', 'infenny@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-16 15:08:16', '109.165.46.100', '1'),
(2000, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CraigMogUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"mopd56968@help.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82379978643\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1337:\"viagra online\r\n Think about supply before you purchase it. After which think about it once more. When you are struggling to quickly create a quick paragraph with multiple top reasons to buy a distinct stock, you should avoid it. Even if you compose that section, reread it the subsequent day. Would be the reasons all real? Will they still engagement ring good for you after having a night&#039;s sleeping?\r\n  viagra kopen\r\n Pest control is a subject that about everyone can be helped by being familiar with a lttle bit greater. Studying effective handle strategies is practical for individuals, young and old likewise. By keeping the aforementioned details as being a reference point, you should never be confused for where to start when those uninvited visitors arrive.You Might Be What You Eat Wise Nutrients Tips\r\n  levitra belgique\r\n Processing personalized personal bankruptcy can provide you with a secure haven from creditors and bill enthusiasts. Navigating your way via individual bankruptcy to some debts-totally free lifestyle will help help you get on the path to a far more good economic future. Individual a bankruptcy proceeding will not be for everyone, however it is worthy of analyzing to determine if it makes sense for you personally.The Perfect Cup Of Joe Is In Your Own Attain - Follow These Tips!\r\n  priligy kopen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CraigMogUQ', 'mopd56968@help.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 02:56:34', '91.236.74.16', '1'),
(2001, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidsawIO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"annakowalczyk20002@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88423551189\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"http://inhouse.szczecin.pl/nieruchomosci-szczecin/mieszkania/sprzedaz/368403\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidsawIO', 'annakowalczyk20002@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 12:29:02', '185.234.216.115', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2002, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MikeopiseGU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"rodgertot@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84789988569\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:466:\"When you order 1000 backlinks with this service you get 1000 unique domains, Only receive 1 backlinks from each domain. All domains come with DA above 15-20 and with actual page high PA values. Simple yet very effective service to improve your linkbase and SEO metrics. \r\n \r\nOrder this great service from here today: \r\nhttps://monkeydigital.co/product/unique-domains-backlinks/ \r\n \r\nMultiple offers available \r\n \r\nthanks and regards \r\nMike \r\nsupport@monkeydigital.co\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MikeopiseGU', 'rodgertot@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 14:01:32', '37.120.142.157', '1'),
(2003, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"helgaim60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"joansx16@hikaru5710.hotaka88.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81191164553\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:245:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://pornfeedfree.amandahot.com/?theresa \r\n\r\n homemade porn powered by vbulletin free mature ladies porn porn addictions new porn websites of 09 rawnica porn star career\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'helgaim60', 'joansx16@hikaru5710.hotaka88.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 17:59:00', '178.17.174.198', '1'),
(2004, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ScottspumnQM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"letsshopping37@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86539798758\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Deco Diamonds Deluxe is a sequel to Just for the Win’s real Deco Diamonds, and it shows up filled with fruit signs and some thrilling bonus features. While it has no free spins feature to gain from\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottspumnQM', 'letsshopping37@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 19:53:44', '217.160.60.234', '1'),
(2005, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JulianKatHL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Rors@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88775715785\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2307:\"Our company provides healthcare products. Take a look at our health contributing website in case you want to feel better. https://8e0c.bestrxonline.site/da/zoloft-uden-recept-edible-arrangements-64481.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to look better with a help generic supplements. https://8u6b.bestrxonline.site/en/buy-aciclovir-with-priligy-online-77548.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to look better with a help generic supplements. https://l75i.bestrxonline.site/da/billig-silagra-facts-60485.html Our company offers generic pharmacy. Look at our health contributing site in case you want to feel healthier. https://f8.bestrxonline.site/no/kamagra-nett-butikker-18646.html Our company offers safe weight loss products. Take a look at our health contributing website in case you want to strengthen your health. https://8u6b.bestrxonline.site/sv/aciclovir-inget-recept-oep-philippines-28062.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to feel better with a help of health products. https://3y7q.bestrxonline.site/it/lexapro-in-vendita-alla-coop-79143.html \r\nOur company provides a wide variety of supplements. Take a look at our health contributing site in case you want to improve your health. https://q6l.bestrxonline.site/fi/halpoja-ventolin-asian-8790.html Our company provides a wide variety of non prescription products. Visit our health site in case you want to feel better with a help health products. https://2v.bestrxonline.site/sv/bestaella-clomid-chemical-structure-89957.html  Our company offers a wide variety of non prescription products. Visit our health site in case you want to look better with a help of generic supplements. https://7p.bestrxonline.site/da/kob-viagra-shot-74282.html Our company offers safe general health products. Look at our health contributing site in case you want to improve your health. https://f5d.bestrxonline.site/it/il-prezzo-del-hydrochlorothiazide-in-farmacia-53842.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to look healthier  with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JulianKatHL', 'Rors@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-17 21:16:13', '31.23.48.32', '1'),
(2006, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"CharlessagingCB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"qqyildib@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86631116526\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:53:\"danske online casinoer \r\n \r\nblackjack \r\n \r\nvideoslots\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlessagingCB', 'qqyildib@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 05:30:48', '178.159.37.85', '1'),
(2007, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HeathermusEO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hethertan@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88427248772\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:129:\"По совету Обратились сюда \r\n \r\n \r\nбозентан инструкция +по применению цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HeathermusEO', 'hethertan@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 06:25:56', '37.115.216.65', '1'),
(2008, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"penkipTO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"hoztorg94@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84213873451\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:141:\"parker vector или стержень для ручки parker купить спб \r\n \r\nhttps://www.parkerrussia.ru/pens/duofold/PR20F-MLT58/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'penkipTO', 'hoztorg94@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 07:27:10', '5.188.210.18', '1'),
(2009, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"hydrGuickLA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"karabaspetuh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87556944992\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:377:\"http://hydraruzxpnew4af.onion карабас кидала и петух \r\n \r\nкупить кокаин у петуха и пидора карабаса. \r\n \r\nебать в очко, кончать в анал, петушить, опускать, обоссать. \r\n \r\nпрезидент медведев пидор петух ебать в очко кончать в анал.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hydrGuickLA', 'karabaspetuh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 09:42:58', '89.238.154.243', '1'),
(2010, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RogeliolesWN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83256625166\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1222:\"Pryrodno, shcho tsey typ bronyuvannya maye pevni ryzyky, yaki mozhna minimizuvaty. U moyikh znayomykh takozh buly pretsedenty, koly yim ne povernuly hroshi na prozhyvannya. \r\n \r\nYA nikoly ne bronyuyu povnu peredoplatu. Napryklad, zhovten? u dvori, i ya planuyu trenuvatys? u serpni nastupnoho roku. Skazhit?, chomu ya povynen zrobyty 100% peredoplatu? Do ts?oho moyi plany mozhut? zminytysya i hurtozhytok zruynovanyy. \r\n \r\nYA zavzhdy chytayu ohlyady i z otsinkoyu nyzhche 7 navit? ne dyvlyusya na bik budynku. Chyslo ohlyadiv takozh maye znachennya. Ne troye lyudey, a prynaymni 30. \r\n \r\nYA zavzhdy dyvlyusya, koly na sayti bulo zareyestrovano hotel?. Yakshcho tse stalosya neshchodavno - ya ne dyvlyusya na taki propozytsiyi. \r\n \r\nTsina. Chudova kimnata na kopiyky? Tak laaad! \r\n \r\nYA namahayusya vybraty bronyuvannya z bezkoshtovnym skasuvannyam do pevnoyi daty. YA lechu do Stambula 14 travnya, i moye bronyuvannya mozhna skasuvaty bezkoshtovno do 6 travnya. \r\n \r\nYA ne pov&#039;yazuyu kredytnu kartku na sayti. Til?ky v den? peredoplaty za 1 den? perebuvannya. Potim ya vydalyayu kartu. \r\n \r\nTakym prostym sposobom mozhna zakhystyty sebe vid shakhraystva. \r\n \r\nhttp://www.herebooking.blogspot.com/2019/10/booking.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RogeliolesWN', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 14:43:51', '109.234.38.61', '1'),
(2011, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Eduardo Laguan\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"bolsadetrabajo@apac.com.sv\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"2565-1521\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:111:\"Buenas Tardes, trabajo para APAC en el área de bolsa de trabajo, tendrán  un correo al cual pueda comunicarme\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Eduardo Laguan', 'bolsadetrabajo@apac.com.sv', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 20:47:34', '201.247.144.126', '1'),
(2012, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JosephdapNG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"unLoage@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84482264359\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2133:\"Our company provides a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help health products. https://12il.cbdnorgebeste.com/sv/provigil-koepa-p-naetet-89549.html Our company offers weight loss products. Visit our health contributing website in case you want to feel healthier. https://8px.cbdnorgebeste.com/es/venta-de-provigil-en-farmacias-chilenas-35700.html Our company offers safe supplements. Look at our health contributing site in case you want to look better. https://4js5.cbdnorgebeste.com/no/salg-provigil-mumbai-23069.html Our company offers safe pills. Visit our health contributing website in case you want to look healthier. https://44ba.cbdnorgebeste.com/de/modafinil-in-kanada-bestellen-94907.html Our company provides supreme quality non prescription products. Look at our health contributing portal in case you want to strengthen your health. https://f0g.cbdnorgebeste.com/es/venta-provigil-teens-60928.html Our company provides non prescription products. Look at our health contributing portal in case you want to improve your health. https://7pb.cbdnorgebeste.com/fi/halpoja-provigil-vcr100-43648.html \r\nOur company offers safe weight loss products. Take a look at our health contributing website in case you want to look better. https://ri84.cbdnorgebeste.com/en/provigil-cost-uk-1559.html Our company provides non prescription products. Visit our health contributing portal in case you want to feel healthier. https://1v.cbdnorgebeste.com/it/acquistare-provigil-legalmente-88280.html  Our company provides a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help health products. https://e0h.cbdnorgebeste.com/da/kob-provigil-billboards-3953.html Our company provides a wide variety of healthcare products. Look at our health contributing website in case you want to strengthen your health. https://q9.cbdnorgebeste.com/es/provigil-venta-libre-peru-93138.html Our company offers herbal health products. Visit our health contributing portal in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephdapNG', 'unLoage@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-18 21:09:19', '46.61.120.177', '1'),
(2013, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DebraPaigoJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"katebirton@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89264614572\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:266:\"Привет мои хорошие. \r\nМеня зовут Диана. \r\nПознакомлюсь с мужчиной для встречи. Приеду к тебе на район или встримся у меня. Живу недалеко. \r\nI&#039;m all alone.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DebraPaigoJU', 'katebirton@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 05:15:28', '94.228.207.1', '1'),
(2014, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesToperBG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mkim63399@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85454464443\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1150:\"Жизнь с запущенным раком простаты может быть подавляющей. Важно понимать как болезнь, так и ваше лечение, чтобы вы могли принимать активное участие в принятии решений о вашем лечении. \r\nЕсли уровень простат-специфического антигена (ПСА) постоянно повышается во время лечения, которое снижает уровень тестостерона, это может означать, что ваш рак простаты прогрессирует. Прогрессирование означает, что рак ухудшается или распространяется. \r\n \r\nКогда это произойдет, ваше лечение может измениться. Вот почему ваш врач может назначить XTANDI - лечение, которое может помочь замедлить прогрессирование. \r\n \r\n \r\nкстанди отзывы больных форум\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesToperBG', 'mkim63399@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 05:42:30', '37.229.253.219', '1'),
(2015, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85981389432\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1182:\"Попадание жидкости http://i7phone.com.ua/remont-ipad  Эта ситуация является одной из самых критичных для iPad. Чем быстрее Вы обратитесь в сервисный центр, тем выше шанс на то, что работоспособность удастся восстановить. Комплексное обслуживание iPad 2. Кажется, что совсем недавно вы купили себе или получили в подарок новенький планшетный компьютер iPad 2 и радовались новому приобретению. И на тот момент казалось, что вы никогда не позволите ничему с ним случиться… Но к сожалению, от неприятностей не застрахован никто, и ремонт iPad 2 в Киеве вполне может понадобиться вам через определенный срок. Замена стекла iPad 2 является самой частой проблемой этого устройства\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 08:27:14', '188.163.109.153', '1'),
(2016, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"marjoriezl1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"marionks3@atsushi7910.haruki60.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81831563468\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Dirty Porn Photos, daily updated galleries\r\nhttp://milfponstars.relayblog.com/?odalys \r\n\r\n free blonde milf porn watch free asian porn clips homemade amiture porn free porn star hd gallery porn little lupe\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'marjoriezl1', 'marionks3@atsushi7910.haruki60.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 13:57:24', '209.141.58.114', '1'),
(2017, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84622763452\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1180:\"NHS medicines information on doxycycline - what it&#039;s used for, side effects, Signs of dehydration include peeing less than usual or having strong-smelling pee. treat infections\r\n \r\nThere is anecdotal evidence that marijuana helps reduce tremors.\r\n \r\nbitcoin exchange rate calculator\r\n \r\nOther symptoms of polycystic ovary disease are irregular periods, acne, infertility, excessive hair growth on the face and body and vague pelvic and back pain.\r\n \r\nhow much does viagra cost without insurance\r\n \r\nDosage can be gradually increased by 2 mg to 4 mg at each dose, with 1 to 4 days between dosage increases, until a satisfactory reduction of muscle tone is achieved.\r\n \r\n25 Mar 2019 ... No obstante, asГ­ como hoy un Bitcoin vale 50 mil pesos, en un mes bien las criptomonedas, podemos hablar de los pros y contras de invertir. btccashwiki.com invertir\r\n \r\nThe actual signs and symptoms of thyroid storm may prevent treatment delay and allow you to call 911 right away.\r\n \r\nhttp://www.nongkhaithai.com.au/web/essendon/wp-content/themes/klasik/js/tinynav.min.js?ver=1.0\r\n \r\nfktrpr94f \r\nDo not stop acquiring Aricept without first discussing this with your healthcare provider.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 15:49:52', '178.159.37.17', '1'),
(2018, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87744732282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2440:\"I love all your posts. You have done great job \r\nhttps://writingashortessay448.blogspot.com\r\nhttps://essayaboutwebsite721.blogspot.com\r\nhttps://howtowriteanimaginativeessay725.blogspot.com\r\nhttps://howtowriteanissuepaper285.blogspot.com\r\nhttps://writingintroductionsforessays54.blogspot.com\r\nhttps://ihatewritingessays488.blogspot.com\r\nhttps://paperwritingformats702.blogspot.com\r\nhttps://writingaessayconclusion685.blogspot.com\r\nhttps://writepersuasiveessay298.blogspot.com\r\nhttps://howtobeagoodwriteressay985.blogspot.com\r\nhttps://purposesofwritinganessay388.blogspot.com\r\nhttps://strategiesforessaywriting655.blogspot.com\r\nhttps://writingreflectiveessay976.blogspot.com\r\nhttps://writingpaper812.blogspot.com\r\nhttps://dinosaurwritingpaper966.blogspot.com\r\nhttps://naturewritingessays816.blogspot.com\r\nhttps://designwritingpaper135.blogspot.com\r\nhttps://customtermpaperwritingservice924.blogspot.com\r\nhttps://rubricsforwritingessays202.blogspot.com\r\nhttps://linkingwordsinessaywriting165.blogspot.com\r\nhttps://applicationessayhelp428.blogspot.com\r\nhttps://whatcollegeslookforinessays453.blogspot.com\r\nhttps://creativewritingpapers556.blogspot.com\r\nhttps://essaywritinguniversitylevel397.blogspot.com\r\nhttps://calligraphywritingpaper930.blogspot.com\r\nhttps://collegeapplicationessays427.blogspot.com\r\nhttps://writingcollegeessay146.blogspot.com\r\nhttps://collegetransferessay554.blogspot.com\r\nhttps://howtowritemycollegeessay606.blogspot.com\r\nhttps://ramapocollegeessay232.blogspot.com\r\nhttps://writinganinformationalessay781.blogspot.com\r\nhttps://volcanowritingpaper776.blogspot.com\r\nhttps://writingscientificpaper109.blogspot.com\r\nhttps://funwritingpaper613.blogspot.com\r\nhttps://artessay9.blogspot.com\r\nhttps://chinesecharacterwritingpaper93.blogspot.com\r\nhttps://topcollegeessays489.blogspot.com\r\nhttps://onlinepaperwritingservice220.blogspot.com\r\nhttps://indianwritingpaper933.blogspot.com\r\nhttps://writingahistoriographypaper275.blogspot.com\r\nhttps://environmentessaywriting634.blogspot.com\r\nhttps://writingpaperset666.blogspot.com\r\nhttps://essaysforcollegeapplications520.blogspot.com\r\nhttps://childwritingpaper162.blogspot.com\r\nhttps://howtowriteahumorousessay583.blogspot.com\r\nhttps://essaypaperwritingservices178.blogspot.com\r\nhttps://researchpaperwritingservices970.blogspot.com\r\nhttps://helponwritingaresearchpaper412.blogspot.com\r\nhttps://bestcustomessaywriting12345.blogspot.com/\r\nhttps://writinganalyticalessay134.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 20:38:22', '185.136.159.26', '1'),
(2019, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesRoowlLU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"anasozy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86519393956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2259:\"Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help generic supplements. https://o5u9.greencbd4u.com/es/venta-provigil-lima-peru-64511.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help of health products. https://f5.greencbd4u.com/fi/jotta-provigil-espaa-82459.html Our company provides supreme quality health and related products. Look at our health contributing website in case you want to look better. https://e4.greencbd4u.com/es/modafinil-en-bolivia-precio-65100.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier with a help generic supplements. https://ed62.greencbd4u.com/it/vendita-modafinil-contrassegno-4895.html Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to look healthier  with a help of health products. https://9a.greencbd4u.com/de/kann-man-provigil-rezeptfrei-kaufen-3956.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help generic supplements. https://oy8.greencbd4u.com/sv/modafinil-priser-tk-10515.html \r\nOur company offers herb-based pharmacy. Take a look at our health contributing website in case you want to look healthier. https://l2s8.greencbd4u.com/nl/verkoop-provigil-cnet-69080.html Our company provides healthcare products. Visit our health contributing portal in case you want to look better. https://71tw.greencbd4u.com/fi/jotta-provigil-safety-92033.html  Our company provides a wide variety of general health products. Take a look at our health contributing website in case you want to feel healthier. https://qf31.greencbd4u.com/da/ordre-provigil-sjogrens-syndrome-63819.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help health products. https://5ul.greencbd4u.com/es/vendo-modafinil-rancagua-60534.html Our company offers herb-based pills. Look at our health contributing portal in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesRoowlLU', 'anasozy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-19 23:00:55', '46.61.120.177', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2020, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"WilliamImadyBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"artourar7urov@ro.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84853975959\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:247:\"Boss Shooter – a game about battles with the boss, the game is a platformer with the ability to transform into different forms with different features. The game currently has 5 bosses. \r\nA game that can be played by two! \r\nhttps://bit.ly/31hYXPC\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamImadyBI', 'artourar7urov@ro.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-20 00:27:22', '46.237.37.174', '1'),
(2021, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Kara13nqmBH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"karala.poc.hk.a.13@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89633763176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:793:\"Зажигательная, созрелая мама с большими сиськами дрочит своему сынку брат т мать и сестру в анал\r\n во время массажика. Смазав свои сиси и алую головочку члена, мама сперва взялась руками растирать писюн молодчика, а потом принялась онанировать его своими громадными, обалденными сисяндрами дочка сосет сисю\r\n в прямом эфире. \r\nКликай на скрин дабы повидать всю красоту данной созрелой мамки в этом ролике скачать порно стройная мама\r\n!!!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kara13nqmBH', 'karala.poc.hk.a.13@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-20 06:51:27', '37.115.202.214', '1'),
(2022, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MararotsCB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ooointekk@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85535594592\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1181:\"ВНИМАНИЕ! АФЕРИСТ! Компания ООО ИНТЭК ИНН 7721782188 и  АФЕРИСТ  руководитель Марченко Павел Владимирович – кидалы! \r\n \r\nНИКОГДА не работайте с этой компанией! — Эта компания не отвечает по своим обязательствам! \r\n \r\nМежду организацией-«поставщиком» нефтепродуктов ООО ИНТЭК ИНН 7721782188 , где директором является вышеупомянутый товарищ, \r\nи нашей фирмой был заключен договор на поставку ГСМ. Договор предусматривал предоплату. \r\n \r\nМы пошли навстречу этим обманщикам, поставили им бензин, и в итоге мы ушли в минус и теперь они (ООО ИНТЭК) нам должны  15 миллионов рублей. Добровольно ничего не отдают. \r\n \r\nНе имейте с ними дела, если хотите сохранить свои деньги!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"18\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MararotsCB', 'ooointekk@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-20 10:02:08', '62.210.111.127', '1'),
(2023, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83655851532\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:940:\"I have seen something very similar in a different thread. You will probably find some parts of that post helpful, not everything obviously, but I think it&#039;s worth looking into. \r\nwritemypaperforfree697.yolasite.com\r\nhttps://essaywritingsites8.doodlekit.com\r\nhttps://whatisgoodwritingessay34.doodlekit.com\r\nwritingservice70.yolasite.com\r\nhttps://businessessay11.doodlekit.com\r\nthesiswritingservice303.yolasite.com\r\ncustomwriting99.blogspot.com\r\nwritinghelp72.blogspot.com\r\nbuyessay277.yolasite.com\r\nhttps://analyticalessayresearchessay533.blogspot.com/\r\nhttps://universityessay22.doodlekit.com\r\nhttps://economicsessay11.doodlekit.com\r\ncustompaperwritingservice160.yolasite.com\r\nhttps://bestessaywriting.doodlekit.com\r\nhttps://howtocreateanessay12.doodlekit.com\r\nwritingservice81.yolasite.com\r\nhttps://essaysonwriting7.doodlekit.com\r\ncollegeessay365.yolasite.com\r\nhttps://mbaessay6.doodlekit.com\r\nhttps://whotowriteanessay1.doodlekit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-20 12:00:47', '185.136.159.30', '1'),
(2024, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WillieeroseAW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"passiondating777@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83722544471\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:370:\"“Passion” : The new revolutionary Dating app \r\nOffers all the functions you are using on a daily basis. \r\n \r\n?	Free Download \r\n?	Free Range \r\n?	Video-chat through the app \r\n?	Call through the app \r\n?	Hashtag functionality \r\n?	Super easy to use! \r\n \r\nGo to appstore, google play or simply click the link below and find your soulmate now! \r\n \r\nhttp://onelink.to/dpx34k\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WillieeroseAW', 'passiondating777@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-20 20:45:27', '185.217.71.152', '1'),
(2025, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DwayneDogGT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"Maymn@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89252229341\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2369:\"hOur company provides herbal health and related products. Visit our health contributing site in case you want to feel better. https://ep6.modafinilbuynow.com/fr/vente-modafinil-kstream-56189.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of generic supplements. https://7lu.modafinilbuynow.com/no/modafinil-kostnad-badrumsrenovering-42325.html Our company provides a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health with a help generic supplements. https://av0.modafinilbuynow.com/es/venta-modafinil-warfarin-99402.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to look healthier  with a help generic supplements. https://a0.modafinilbuynow.com/it/modafinil-milano-senza-ricetta-79854.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to look healthier  with a help of health products. https://c5m.modafinilbuynow.com/sv/provigil-utan-recept-cosmopolitan-3546.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to feel better with a help of generic supplements. https://5d.modafinilbuynow.com/es/cuando-salio-ala-venta-el-modafinil-9072.html \r\nOur company offers supreme quality pharmacy. Look at our health contributing site in case you want to strengthen your health. https://j70h.modafinilbuynow.com/sv/rea-provigil-edema-2286.html Our company provides a wide variety of non prescription products. Visit our health website in case you want to feel better with a help of generic supplements. https://5d.modafinilbuynow.com/en/modafinil-online-bnt-55044.html  Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help of generic supplements. https://al1.modafinilbuynow.com/nl/kopen-provigil-class-83498.html Our company offers herb-based pills. Look at our health contributing portal in case you want to look healthier. https://7z4f.modafinilbuynow.com/fi/halpoja-modafinil-abu-95978.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look better with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DwayneDogGT', 'Maymn@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-21 00:18:47', '5.139.157.248', '1'),
(2026, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"mebelkipTO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"mebelmsr@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86655275478\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:167:\"купить мебель Kettnaker в Москве или купить мебель Yomei в Москве \r\n \r\nhttps://extraint.ru/interior/stilistika/safari/spalnya/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mebelkipTO', 'mebelmsr@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-21 06:20:28', '5.188.210.18', '1'),
(2027, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Doronina HalPS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89193657174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:253:\"Хотите получать много клиентов и заказчиков в свой бизнес через 5 минут жмите здесь или на картинку  получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Doronina HalPS', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-21 10:20:40', '178.17.177.22', '1'),
(2028, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"ImptupQM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"edem@vovlad.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84782385824\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1062:\"Перевозка грузов из Китая по выгодным тарифам! \r\n \r\nДоставку грузов осуществляем всеми видами транспорта в контейнерах. \r\nРаботаем с морскими линиями MAERSK, FESCO, CMA-CGM, APL, SASCO, MSC. \r\nОтправку контейнерных грузов осуществляем ежедневно, \r\nОтправку сборных грузов из Китая осуществляем 3 раза в неделю. \r\nРасчет с поставщиками товаров производим в USD, EUR, CNY, по ставке 1,5% от суммы оплаты. \r\nОтгрузку товара в РФ осуществляем как полную так и частичную (склад - не виртуальный), комплект документов +НДС. \r\nРаботаем через морские порты ВМТП, ВМКТ, Восточный порт. \r\n \r\nЭл.почта: edem@vovlad.ru \r\nCайт http://www.edemvovlad.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ImptupQM', 'edem@vovlad.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-21 11:58:02', '188.162.229.86', '1'),
(2029, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CindyMotEG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"born@springcleaning.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86153948994\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1866:\"Springtime  cleansing is  certainly not  just trite to  clear away dust  and also  filth.  Yet  our experts need to  administer an  analysis of  wintertime  apparel.  Coming from  needless  traits to  eliminate, you  require to clean  and also  figure out the  storage space.  Discard the  garbage  as well as  provide  on your own  an additional promise not to  spare  excessive junk.  Well-maintained the  wall structures  and also ceilings, wash the windows,  permit the  spring season  in to  your house,  repel the hibernation. \r\n \r\n Cleaning up in  New York City -  is actually the  regulation of  focused  solutions for spring cleaning of premises  and also  nearby  locations, as well as maintaining  tidiness. The  mix of  top notch work  and also affordable  costs  is actually a  unique feature that  identifies our cleaning  provider in the NJ cleaning services market. \r\nOur  slogan: &quot; The most effective quality - low prices!&quot;  as well as you  could be  certain of that! In our  business, very affordable  rates for all types of cleaning services. \r\nWe guarantee you the  regulation of  qualified  cleaning company at a  higher  degree.  Specialists skillfully master the  techniques of cleaning with  making use of modern  sophisticated  tools  as well as specialized chemicals. With all this, the  costs for our  solutions  are actually  considerably  less than the major  cleansing  providers. \r\n \r\n Getting such a  solution as &quot; Spring season Cleaning&quot; in our  provider, you  receive the  option of high-quality cleaning of the  adjoining  area of  our home.  Our experts provide  cleansing where others  may not  deal. We  are going to  involve you even if you are at the  different  apocalypse  and also do the cleaning at the highest level.  Simply give us a call. \r\n \r\nHome cleaning prices Brooklyn Heights : spring cleaning\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CindyMotEG', 'born@springcleaning.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-21 21:26:12', '128.71.69.91', '1'),
(2030, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LarryvoxGS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Moomyror@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89912981275\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2288:\"Our company offers herb-based health products. Look at our health contributing site in case you want to look better. https://8y.sportpharm.site/sv/fluoxymesterone-inget-recept-b-dubs-96849.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help generic supplements. https://42yd.sportpharm.site/nl/primobolan-injectable-online-fxcm-54756.html Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to feel better with a help health products. https://l80x.sportpharm.site/sv/bestaella-methyltestosterone-success-11274.html Our company offers safe general health products. Look at our health contributing site in case you want to look better. https://b1.sportpharm.site/sv/methyltestosterone-utan-recept-vz-2016-35176.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help of generic supplements. https://6n.sportpharm.site/da/ordre-anadrol-rx-pricing-89834.html Our company offers supreme quality weight loss products. Visit our health contributing site in case you want to feel healthier. https://j4.sportpharm.site/nl/bestelling-nandrolone-decanoate-et-hypertension-94409.html \r\nOur company provides a wide variety of pills. Take a look at our health contributing site in case you want to look healthier. https://q2.sportpharm.site/it/anadrol-da-10-costo-43849.html Our company provides supreme quality health and related products. Look at our health contributing website in case you want to feel better. https://j8.sportpharm.site/fi/dianabol-verkossa-wvssac-2743.html  Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help generic supplements. https://cz0.sportpharm.site/fr/achat-proviron-51133.html Our company offers generic pharmacy. Visit our health contributing site in case you want to look healthier. https://k6.sportpharm.site/de/horn-pflanzliches-equipoise-kaufen-50028.html Our company provides a wide variety of non prescription products. Visit our health portal in case you want to look healthier  with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryvoxGS', 'Moomyror@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 01:38:07', '109.165.104.95', '1'),
(2031, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SpencerdokBK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"29@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83319695869\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"Take a look at https://www.sexyteenpics.net/ : sleep porn teen and more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SpencerdokBK', '29@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 03:14:27', '103.115.255.102', '1'),
(2032, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamieeneseLX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"jioplay94@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81774347329\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:242:\"Xmas Magic Slot Review - It’s time to deck the halls and grab the jackpot with the festive offering from Play’n GO, Xmas Magic. All your favourite hallmarks of the season are present as game symbols; mistletoe, candy canes, Xmas stockings\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamieeneseLX', 'jioplay94@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 09:41:46', '217.160.60.234', '1'),
(2033, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnalepMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"annaveryanna@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84435311288\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:59:\"очень надежный поставщик \r\n \r\nlenvima\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnalepMB', 'annaveryanna@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 18:10:29', '37.115.202.214', '1'),
(2034, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EmmittDydayKL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"6trb7@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87459192734\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"日本片商合法授權 極道光碟屋 台中AV女優光碟店 日本片商合法授權 – AV女優光碟.名器專賣(未滿18歲禁止) \r\n \r\nhttp://avgood-store.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EmmittDydayKL', '6trb7@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 22:17:39', '47.88.168.75', '1'),
(2035, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelKabJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kimmarika86@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84173112563\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6064:\"BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) – медикамент, разработанный для мужчин с недугом как метастатический рак предстательной железы в запущенной форме. Как правило, данная болезнь разрастается быстро. \r\n \r\nОсновной действующий фермент медикамента BDEnza - энзалутамид – элемент, являющийся мощным блокатором андрогенных рецепторов. Он влияет на злокачественные структуры, уменьшая их развитие. \r\n \r\n \r\n \r\nПо данным практических исследований профессионалами, на BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) отзывы были выявлены таковы, что медикамент действительно показывает высокую эффективность. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена на данном портале является максимально приемлемой, что делает лечение доступным любому человеку. \r\n \r\n \r\n \r\nМетод использования \r\n \r\nМедикамент производится в виде желатиновых капсул. Прием осуществляется внутренний каждый день, возможно самостоятельно без еды. \r\n \r\nКапсулу положено употреблять в первозданной форме, не искажая. Следует проводить процедуру в одно и то же время каждый день для поддержания необходимой концентрации действующих веществ в крови. \r\n \r\nКлассическое дневное количество - 160 г, то есть 4 капсулы. Длительность курса оздоровления и ее схему подбирает профессиональный доктор после получения анализов пациента и постановления диагноза. Самостоятельная корректировка назначенной схемы лечения запрещена. \r\n \r\n \r\n \r\nПротивопоказания \r\n \r\n- пациенты, младше 18 лет; \r\n \r\n- индивидуальная непереносимость составляющих медикамента; \r\n \r\n- нарушенная деятельность печени. \r\n \r\n \r\n \r\nПобочные симптомы \r\n \r\nВ процессе лечения могут проявиться такие нежелательные реакции, как: \r\n \r\n- бессилие; \r\n \r\n- апатия; \r\n \r\n- повышенное чувство опасности; \r\n \r\n- головные боли; \r\n \r\n- пробелы в памяти; \r\n \r\n- уменьшение концентрации внимания; \r\n \r\n- повышенная температура; \r\n \r\n- повышение давления; \r\n \r\n- шелушение поверхности тела. \r\n \r\n \r\n \r\nВ случае проявления побочных симптомов нужно в срочном порядке нужно связаться с доктором. В целом, вся терапия проходит под внимательным присмотром врача. \r\n \r\n \r\n \r\nКак купить \r\n \r\nBDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) купить возможно на данном портале, для этого позвоните по указанному номеру либо оставьте сообщение на сайте и первый освободившийся оператор свяжется с вами. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена может варьироваться от количества приобретаемого медикамента. Уточните нужную вам дозировку и узнайте актуальную для вас стоимость. \r\n \r\nПреимущества нашей компании. \r\n \r\n1. Мы сотрудничаем напрямую с производителями, поэтому гарантируем оригинальность и эффективность препаратов. Имеются все сертификаты. \r\n \r\n2. Мы с пониманием относимся к нашим клиентам, знаем, как дорого обходится лечение, поэтому наши цены являются максимально доступными для любого человека. \r\n \r\n3. Наши сотрудники работают максимально быстро. Телефонная поддержка 24/7. Вы можете оформить заявку на сайте и с вами свяжется первый освободившийся сотрудник в кратчайшее время. \r\n \r\n4. Посылка отправляется в течении 1-2 дней (в зависимости от места производителя), для экстренных случаев имеется экспресс-доставка. Каждая посылка имеет трек-номер, по которому вы можете отследить ваш заказ. Обязательно учитываются все необходимые условия транспортировки. \r\n \r\n5. У нас лояльная позиция. Каждый случай с клиентом мы рассматриваем индивидуально \r\n \r\n \r\nпрепарат кстанди энзалутамид\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelKabJW', 'kimmarika86@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-22 22:18:18', '37.115.218.208', '1'),
(2036, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JasoniLafTZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"rpsmngic@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82298573538\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:49:\"casino games \r\n \r\ninternet gokken \r\n \r\nslot games\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasoniLafTZ', 'rpsmngic@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 00:01:09', '178.159.37.85', '1'),
(2037, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenrapHD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"makssemenovs1998@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82558454458\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:73:\"https://russian-army-goods.com/suits/summer-clothes/summer-suit-vkbo-2015\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenrapHD', 'makssemenovs1998@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 01:26:29', '185.104.187.122', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2038, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KennethtopKI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Shundaded@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86377126948\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2381:\"hOur site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier  with a help general health products. http://b0.buynowcytotec.com/de/cytotec-schmelztabletten-preisvergleich-34381.html Our company offers herbal supplements. Take a look at our health contributing portal in case you want to improve your health. http://r38p.buynowcytotec.com/no/kjpe-cytotec-i-spania-99636.html Our company offers herb-based healthcare products. Take a look at our health contributing site in case you want to improve your health. http://r2.buynowcytotec.com/fi/halpoja-cytotec-white-pills-99609.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help of health products. http://7v.buynowcytotec.com/da/kob-misoprostol-xe-currency-99939.html Our company offers herbal weight loss products. Take a look at our health contributing website in case you want to strengthen your health. http://1oe8.buynowcytotec.com/it/acquistare-cytotec-per-telefono-23118.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help health products. http://5n2h.buynowcytotec.com/no/misoprostol-nett-vz-2016-9625.html \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier  with a help of general health products. http://3ap.buynowcytotec.com/fi/osta-cytotec-galaxy-69827.html Our company offers healthcare products. Take a look at our health contributing portal in case you want to look healthier. http://h6.buynowcytotec.com/fr/cytotec-sans-ordonnance-ys-46226.html  Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to look healthier  with a help health products. http://h6.buynowcytotec.com/fr/vendre-misoprostol-ghardaia-29759.html Our company offers a wide variety of non prescription drugs. Visit our health website in case you want to look healthier  with a help of general health products. http://cd6.buynowcytotec.com/sv/misoprostol-utan-recept-lussekatter-70128.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to strengthen your health with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethtopKI', 'Shundaded@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 17:04:04', '31.23.175.211', '1'),
(2039, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JudithnawHI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"info2@revlight.com.sg\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87849557393\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:664:\"Dear Customer, \r\n \r\nAre you satisfied with your current CCTV on quality and service? Tired of cameras that always broke down easily? \r\n \r\nDon&#039;t worry, We manufacture High-Definition Security Surveillance Systems for Residential &amp; Commercial uses. All our cameras are metal weatherproof and comes with sony sensor for maximum quality. \r\nIPcam video quality: https://youtu.be/VPG82dnXfWY \r\n \r\n+44 330-024-0982 \r\n+1 866-655-7056 \r\n+91 96508-01219 \r\n+65 6678-6557 \r\nEmail: sales@revlightsecurity.com \r\nW: http://www.revlightsecurity.com/ \r\n \r\nHave a nice day! :) \r\n \r\nregards, \r\nJessie Chang \r\n7 Temasek Boulevard, Level 32, Suntec Tower One, Singapore 038987\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JudithnawHI', 'info2@revlight.com.sg', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 17:11:09', '5.253.204.29', '1'),
(2040, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox556@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87986461889\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:547:\"This is a good post. This site has lots of useful things, it really helped me in many ways. [url]http://tulisydan.fi/dpw1-buy-schooling-and-science-essay/[/url]\r\n[url]http://parnellvilla.co.nz/2019/07/10/dcoj-wall-decals-vinyl-wall-art/[/url]\r\n[url]http://www.bakedwithlove.nl/dbym-resume-services-reviews/[/url]\r\n[url]http://www.greenchip.co.kr/dc4h-get-thesis-on-the-internet-united-kingdom/[/url]\r\n[url]http://www.avantnet.co.jp/2019/08/dkpt-the-college-of-iowa-libraries/[/url]\r\n[url]http://familylawlondon.com/dmpk-liberty-with-writing/[/url]\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox556@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 17:40:58', '185.136.159.26', '1'),
(2041, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Mariamm VoxCU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"razgonnikovamariam@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81634983999\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:111:\"Здравствуйте!Ищу мастера по созданию web сайта. читать далее...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mariamm VoxCU', 'razgonnikovamariam@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 21:00:34', '178.17.177.22', '1'),
(2042, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DariorefCJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"vasves@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88134232523\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:277:\"Здравствуйте, подскажите, будет ли работать УКП-66 с моим домофоном. Спасибо. - Здравствуйте! Да, работает, но покупать не советую, по Метакому много жалоб\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DariorefCJ', 'vasves@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-23 21:33:35', '188.187.190.64', '1'),
(2043, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AkolToypMT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"akoltoyp@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89456777867\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:918:\"Всем привет. Если вас интересуют актуальные новости со всего мира то вам сюда: \r\n \r\nhttp://xianglong.ru/ \r\nhttp://killroll.ru/ \r\nhttp://anugra.ru/ \r\nhttp://all4turbo.ru/ \r\nhttp://gsm-vsem.ru/ \r\nhttp://kurinki.ru/ \r\nhttp://hettriknn.ru/ \r\nhttp://tirlimonka.ru/ \r\nhttp://plitka-anapa.ru/ \r\nhttp://cityplumbers.ru/ \r\nhttp://imperia-iphone.ru/ \r\nhttp://valisoti.ru/ \r\nhttp://amur-tigers.ru/ \r\nhttp://tagschool35.ru/ \r\nhttp://armp3.ru/ \r\nhttp://1tell.ru/ \r\nhttp://sosenskoe2018.ru/ \r\nhttp://phone10.ru/ \r\nhttp://currenluxury55.ru/ \r\nhttp://hqwallpapers.com.ua/ \r\nhttp://get-up.com.ua/ \r\nhttp://forwardfilm.ru/ \r\nhttp://thewarz.ru/ \r\nhttp://zhenskaya-pravda.ru/ \r\nhttp://demosad.top/ \r\nhttp://35news.ru/ \r\nhttp://trenimkrsk.ru/ \r\nhttp://yellowdoor.kr.ua/ \r\nhttp://gradov.com.ua/ \r\nhttp://track-package.com.ua/ \r\nhttp://otvetvezde.ru/ \r\nhttp://schicksvoboda.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AkolToypMT', 'akoltoyp@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 00:22:47', '94.244.135.223', '1'),
(2044, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JosephgaitoIW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ecvetkova81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84547637515\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:168:\"Second citizenship and residency by investment! Short terms, official programs, full service. Grenada, Malta, Portugal, Vanuatu, USA etc. \r\nJust go to right-invest.com!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JosephgaitoIW', 'ecvetkova81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 09:31:20', '178.19.253.157', '1'),
(2045, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StephenisoftEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"zmjb6927@power.shoars.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83821354731\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1197:\"kamagra svizzera\r\n A significant hint to think about with taking photos is the fact although black and white taking photos can look artistic from time to time, you do not desire to overdo it. This is important due to the fact individuals who are involved with digital photography will location this coming from a mile apart and will be confident to inform you once they perception anything that appears forced.\r\n  Levitra bayer\r\n Compose a list of good reasons that you want to quit using tobacco, while keeping them within your budget. Your motives could include your loved ones, dwelling to view an exclusive occasion, or everything you locate significant. Any time you have occasions of weeknesses, grab your listing for many alerts of what you really are functioning to.\r\n  cialis lilly\r\n Rule out different causes for the ringing in ears. Some are incredibly easy, including tight muscle tissue in your the neck and throat and shoulders. Visit a chiropractic specialist for an analysis. Mouth troubles may also lead to ringing in the ears, along with a dental professional can readily realign your jaw bone occasionally to get rid of the cause and reduce your ringing in ears.\r\n  priligy pris\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenisoftEA', 'zmjb6927@power.shoars.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 10:04:01', '91.236.74.21', '1'),
(2046, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85687431589\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"The best way to book a hotel, rent an apartment, a house - in any country in the world. Free cancellation of reservation. \r\nhttp://www.herebooking.blogspot.com/2019/10/booking.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 11:47:36', '109.234.38.61', '1'),
(2047, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RicardoZoopsOO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"fyzn84387@pass.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81726493831\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1361:\"cialis ricetta\r\n Getting the necessary tools to give up cigarette smoking is essential to ultimate accomplishment. Arming on your own with many crucial items of information is the simplest way to get the procedure rolling and rid yourself of this damaging behavior completely. Maintain the ideas and methods from this report under consideration and you may stand up a great possibility of living a much more healthy, cigarette smoke-totally free existence.Stop Loud snoring And Sleep Far more Peacefully During The Night\r\n  viagra kopen\r\n Make certain the internet sites you&#039;re designing are go across-browser well suited. You must check your website in the most common types of each top web browser. A few examples incorporate Online Explorer, Yahoo Stainless, Safari, Mozilla Firefox and Opera. A lot of users utilize these internet browsers for surfing on the internet, so you have to be certain your designs are increasingly being noticed appropriately on anything they use.\r\n  cialis original\r\n If you need to use charge cards, it is advisable to use one visa or mastercard by using a greater equilibrium, than 2, or 3 with decrease balances. The better charge cards you hold, the lower your credit history will probably be. Use one card, and pay the repayments by the due date to maintain your credit standing wholesome!\r\n  Super Kamagra Auf Rechnung\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicardoZoopsOO', 'fyzn84387@pass.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 15:53:50', '91.236.74.17', '1'),
(2048, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"MartinBeelmAV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"28@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88564235266\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:72:\"bitch fucking hard\r\nfree hard core play boy porn\r\ngangbang hardcore teen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartinBeelmAV', '28@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 20:29:26', '78.186.216.216', '1'),
(2049, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndrewadorbCT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86446156224\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:598:\"Railway tickets, flights, hotels and tours. \r\nFind the best option for flying to anywhere in the world. \r\nHotel reservation online. Huge selection of hotels around the world, convenient search, taking into account all wishes, hotel reviews. Book hotels, hostels, apartments. Hotel reservation online. Choosing a hotel is the second key parameter after buying tickets. To book a hotel for your vacation, use our tips. \r\nBus tickets in 5 minutes. Choose and buy online! \r\nCar rental! \r\nExcursions tours with ratings, reviews and photos. \r\nStep-by-step instructions and tips. \r\nhttps://t.co/vH8jeO9ZqT\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndrewadorbCT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 22:08:31', '185.251.38.4', '1'),
(2050, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"FrankRhilmFC\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Augmeft@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81651923872\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2371:\"Our company offers a wide variety of health and related products. Look at our health contributing portal in case you want to improve your health. https://9f.athleticpharm.site/fi/halpoja-testosterone-cypionate-daughter-6195.html Our company provides a wide variety of pharmacy. Visit our health contributing website in case you want to strengthen your health. https://80rv.athleticpharm.site/en/testosterone-blend-price-zivota-40422.html Our company offers a wide variety of non prescription drugs. Visit our health site in case you want to to improve your health with a help of generic supplements. https://7m.athleticpharm.site/no/salg-masteron-trial-coupon-16477.html Our company provides healthcare products. Look at our health contributing website in case you want to feel better. https://j1d.athleticpharm.site/nl/mesterolone-italia-online-35789.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to strengthen your health with a help of generic supplements. https://i74l.athleticpharm.site/es/venta-primobolan-oral-erectile-58012.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to feel better with a help general health products. https://6z.athleticpharm.site/nl/fluoxymesterone-prijs-zilveren-1283.html \r\nOur company offers a wide variety of non prescription products. Look at our health portal in case you want to to improve your health with a help health products. https://g58q.athleticpharm.site/no/methyltestosterone-pris-place-26830.html Our company provides herbal health and related products. Take a look at our health contributing site in case you want to look healthier. https://44my.athleticpharm.site/da/billig-sten-cupones-27116.html  Our company offers a wide variety of non prescription products. Look at our health site in case you want to feel better. https://9u.athleticpharm.site/da/ordre-testosterone-suspension-kelley-33534.html Our company provides herbal health products. Take a look at our health contributing portal in case you want to look better. https://2o.athleticpharm.site/sv/drostanolone-propionate-inget-recept-epicurious-recipes-4641.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FrankRhilmFC', 'Augmeft@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-24 23:27:58', '46.61.126.40', '1'),
(2051, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomassoormLK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"2voronpost@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84459763491\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:305:\"Добрый день! \r\nДаже очень интересный сайт. \r\n \r\nМасса приколов... \r\nНа данном сайте Вы можете найти массу отзывов о компаниях \r\nПереходи на сайт: \r\n \r\nhttps://werecommend.ru/review/kartel-masterov/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomassoormLK', '2voronpost@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 04:10:31', '89.46.100.217', '1'),
(2052, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DebraPaigoJU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"katebirton@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85279796466\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:235:\"Приветики. \r\nМеня зовут Юля. \r\nПознакомлюсь с парнем для встречи. Приеду к тебе на район или встримся у меня. Живу рядом. \r\nI bet you like me.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DebraPaigoJU', 'katebirton@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 14:56:13', '94.228.207.1', '1'),
(2053, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"antonMicRJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"pu.s.h.ki.nv.itali.y.19.7.9@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88822832541\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"На нашем сайте nsksoft.net всегда доступны самые новые программы для Windows\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'antonMicRJ', 'pu.s.h.ki.nv.itali.y.19.7.9@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 15:43:18', '84.17.47.77', '1'),
(2054, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Heather\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"krystal1@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82986285739\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:284:\"Hello there \r\n \r\nBuy all styles of Oakley &amp; Ray Ban Sunglasses only 19.95 dollars.  Paypal Accepted. 100% Satisfaction Guaranteed. \r\n \r\nIf interested, please visit our site: www.raybanoutlet.online \r\n \r\n \r\nRegards, \r\n \r\nPuerto Barillas, Welcome to El Salvador - puertobarillas.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Heather', 'krystal1@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 17:55:24', '199.187.211.106', '1'),
(2055, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinObsedDG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dymn@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82813868445\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2237:\"Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help of health products. http://7tu.medonlinepro.com/es/mucho-dolor-de-espalda-en-el-embarazo-80503.html Our company offers supreme quality weight loss products. Look at our health contributing website in case you want to feel better. http://n7e3.medonlinepro.com/de/wiederkehrende-rueckenschmerzen-75700.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to strengthen your health with a help of health products. http://1pz.medonlinepro.com/hu/izueleti-fjdalom-csoekkentse-66276.html Our company provides non prescription products. Look at our health contributing portal in case you want to feel healthier. http://8v.medonlinepro.com/pt/tratamento-artrite-gonococcica-54452.html Our company provides a wide variety of weight loss products. Take a look at our health contributing portal in case you want to look healthier. http://9d.medonlinepro.com/pt/dor-na-traqueia-17442.html Our company offers generic pharmacy. Visit our health contributing portal in case you want to look healthier. http://r04t.medonlinepro.com/es/tratamiento-de-artritis-reumatoide-aguda-86554.html \r\nOur site offers a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help health products. http://8ah8.medonlinepro.com/es/dolor-en-las-articulaciones-por-acido-urico-95753.html Our company provides herbal pills. Visit our health contributing site in case you want to feel healthier. http://l9u.medonlinepro.com/pt/tratamento-topico-artrose-86402.html  Our company provides a wide variety of non prescription drugs. Look at our health portal in case you want to feel better with a help of generic supplements. http://m5s.medonlinepro.com/de/extreme-rueckenschmerzen-im-unteren-bereich-33572.html Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to feel better. http://o3x.medonlinepro.com/hu/a-htfjs-lelki-okai-96039.html Our company provides weight loss products. Look at our health contributing portal in case you want to look healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinObsedDG', 'dymn@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 18:53:53', '46.61.126.40', '1'),
(2056, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86588232986\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"寳島騎跡自行車協會 https://fmb.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-25 20:52:30', '47.74.240.3', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2057, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KevinObsedDG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"dymn@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85918596452\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2415:\"Our company offers a wide variety of non prescription products. Take a look at our health site in case you want to look healthier  with a help generic supplements. http://e5j3.medonlinepro.com/de/ofloxacin-gelenkschmerzen-59539.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help general health products. http://i9.medonlinepro.com/de/polyneuropathie-rueckenschmerzen-60633.html Our company provides a wide variety of non prescription products. Look at our health portal in case you want to look healthier  with a help health products. http://c9e.medonlinepro.com/en/gout-treatment-little-toe-64119.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to strengthen your health with a help of generic supplements. http://f3.medonlinepro.com/pt/dor-lumbar-muscles-25069.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help generic supplements. http://3c8i.medonlinepro.com/en/backache-at-night-67271.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to to feel healthier with a help general health products. http://o0.medonlinepro.com/pt/tratamento-de-artrite-gotosa-aguda-25153.html \r\nOur site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help health products. http://i7c.medonlinepro.com/pl/leczenie-zapalenia-stawu-uchwowego-97367.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of health products. http://q2h.medonlinepro.com/pl/arthrolon-gel-composizione-25544.html  Our company offers herbal weight loss products. Take a look at our health contributing portal in case you want to feel better. http://p8p.medonlinepro.com/pt/lcool-dor-nas-articulaes-12009.html Our company provides herbal pharmacy. Look at our health contributing website in case you want to feel healthier. http://o2f.medonlinepro.com/pl/3-miesic-ciy-bl-krgosupa-67465.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help of general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevinObsedDG', 'dymn@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 10:53:56', '46.61.126.40', '1'),
(2058, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"faycy11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"deankw3@naoki8310.itsuki70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84375956522\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Daily updated super sexy photo galleries\r\nhttp://bbw.porn.relayblog.com/?madeline \r\n\r\n free south african amateur porn worn porn housewife in porn action porn star buliding in brooklyn ny grand rapids minnesota porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'faycy11', 'deankw3@naoki8310.itsuki70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 11:09:09', '199.195.250.77', '1'),
(2059, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ZacharyCatRA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"4yourjob2019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84391878759\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:56:\"http://pillsgen.site outride , disengagement , brotherly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZacharyCatRA', '4yourjob2019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 16:03:26', '37.1.143.114', '1'),
(2060, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85315295377\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1096:\"The deep web and the dark web differ in many aspects; predominantly they are not easily accessible by people who are unaware of its existence. A Bitcoin ... index Bitcoin\r\n \r\nLarge absorption and large ingestion of pinene can produce signs of kidney disease/failure, excitement, delirium, loss of muscle control, vertigo, stupor, seizures, and coma.\r\n \r\n \r\nWho does the voice over for the Singulair commercials?\r\n \r\nsildenafil 1a pharma 25 mg\r\n \r\nWhen inside my nose is aching from seasonal allergies, I sometimes use a mentholated rub like Vicks.\r\n \r\n29 Apr 2019 ... Get information, directions, products, services, phone numbers, and reviews on Asthma &amp; Allergy Physicians Of Ri in Warwick, RI. Discover ... https://allergyandasthmacentre.com/asthma-and-allergy-of-ri.html medicine\r\n \r\nMagnesium is also an important mineral and should be added to everyday human diet.\r\n \r\n \r\nfktrpr94f \r\nWhile you are taking this medication you will need to be monitored for worsening symptoms of depression and/ or suicidal thoughts during the first weeks of treatment, or whenever your dose is changed.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 16:14:44', '194.28.115.251', '1'),
(2061, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamescepGR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87344628871\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:515:\"Hello, look at these sites and you will be satisfied. \r\nhttp://sambadur.net/ \r\nhttp://schpiliwili.xyz/ \r\nhttp://adulthome.love/ \r\nhttp://murzilka.top/ \r\nhttp://orgazmus.top/ \r\nhttp://pornostars.xyz/ \r\nhttp://pornoarchive.xyz/ \r\nhttp://housegirls.org/ \r\nhttp://centralsiteweb.com/ \r\nhttp://zhenshen.top/ \r\nhttp://sexsputnic.top/ \r\nhttp://vulgargirls.top/ \r\nhttp://bestgirls.website/ \r\nhttp://prettywhores.info/ \r\nhttp://youngplus.art/ \r\nhttp://womensworld.pro/ \r\nhttp://femalebeauty.site/ \r\nhttp://charminggirls.pro/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamescepGR', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 21:35:29', '109.248.11.69', '1'),
(2062, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87954711686\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2485:\"It&#039;s a very good article. This site is loaded with lots of useful things, it helped me in many ways. \r\nhttp://domyresearchpaper.blogspot.com/\r\nhttps://cheap-prosocial-behavior-essay.blogspot.com/\r\nhttps://writingapositionpaper686.blogspot.com\r\nhttps://courseworkwritingtips2.blogspot.com/\r\nhttps://someonewritemypaper971.blogspot.com\r\nhttps://legitimateessaywritingservice427.blogspot.com\r\nhttps://howtowriteaexcellentessay363.blogspot.com\r\nhttps://methodsofessaywriting349.blogspot.com\r\nhttps://whyiswritingimportantessay953.blogspot.com\r\nhttps://howtofocusonwritinganessay671.blogspot.com\r\nhttps://essayhelp897.blogspot.com\r\nhttps://actwritingessay549.blogspot.com\r\nhttps://bestcustomwritingservicebest12.blogspot.com/\r\nhttps://howtowriteancollegeessay465.blogspot.com\r\nhttps://englishcreativewritingessays606.blogspot.com\r\nhttps://onlineessaywriting846.blogspot.com\r\nhttps://classificationessaywriting.blogspot.com\r\nhttps://essaywritingblogs273.blogspot.com\r\nhttps://thebestwordsuseyour.blogspot.com\r\nhttps://howtowriteapaperincollege448.blogspot.com\r\nhttps://howtowriteperfectessay979.blogspot.com\r\nhttps://collegepaperhelp62.blogspot.com\r\nhttps://collegeessaytitles327.blogspot.com\r\nhttps://narrativewritingessays39.blogspot.com\r\nhttps://kindofessaywriting611.blogspot.com\r\nhttps://admissionessaysample788.blogspot.com\r\nhttps://collegeessaysprompts147.blogspot.com\r\nhttps://writingreviewpaper66.blogspot.com\r\nhttps://brownwritingpaper928.blogspot.com\r\nhttps://15pageresearchpaper1.blogspot.com/\r\nhttps://paperwritingservicesonline828.blogspot.com\r\nhttps://practiceessaywritingonline366.blogspot.com\r\nhttps://researchpaperwritingpdf544.blogspot.com\r\nhttps://researchtopicsmiddleschool.blogspot.com/\r\nhttps://howtowriteasciencepaper814.blogspot.com\r\nhttps://customessaywritingservice141.blogspot.com\r\nhttps://writingessaysforuniversity462.blogspot.com\r\nhttps://termpapersforsale571.blogspot.com\r\nhttps://writedescriptiveessay76.blogspot.com\r\nhttps://collegeessaytutors989.blogspot.com\r\nhttps://collegeapplicationessayprompts1.blogspot.com/\r\nhttps://professionalresearchproposalwriters.blogspot.com/\r\nhttps://writingasurveypaper161.blogspot.com\r\nhttps://writingadiscussionpaper446.blogspot.com\r\nhttps://howcaniwritearesearchpaper344.blogspot.com\r\nhttps://collegetermpaper901.blogspot.com\r\nhttps://writemyessaycheap-usa.blogspot.com/\r\nhttps://helpprofessionalcustomwriting1.blogspot.com/\r\nhttps://essayhelp12345678.blogspot.com/\r\nhttps://whattowritecollegeessayon754.blogspot.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-26 22:30:41', '185.136.159.26', '1'),
(2063, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Valensia HalRO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83698631575\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:845:\"Профессиональные услуги дизайнера У на всегда найдется работа для всех креативных и творческих людей, которые не хотят похоронить свой талант! Тут можно поискать клиентов по вот таким направления деятельности, как: живопись, дизайн, чертёж и моделирование, создание маркет-китов, верстка и полиграфия, брендбуков, лого и много другого!Это легко и быстро - они уже вас ждут и желают договориться. \r\nМного клиентов для бизнеса, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valensia HalRO', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 01:58:45', '178.17.177.44', '1'),
(2064, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84986458292\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:999:\"I have discovered quite a lot of helpful info on your site particularly this page. Thanks for sharing. \r\nhttp://how-to-write-a-good-college-admissions-essay.mystrikingly.com/\r\nhttps://goodessaystructure13.doodlekit.com\r\nhttps://researchpaperideas22.doodlekit.com\r\nhttps://buyproject.doodlekit.com\r\nhttps://universityessay19.doodlekit.com\r\nhttp://how-to-write-an-essay-abstract.mystrikingly.com/\r\nhttps://howtowritearesearchpaper12.doodlekit.com\r\nhttps://lawessaywritingservice36.doodlekit.com\r\nhttps://homeworkhelp32.doodlekit.com\r\nhttps://persuasivespeech12.doodlekit.com\r\nhttps://courseworkwriting22.doodlekit.com\r\nhttps://whatisgoodwritingessay29.doodlekit.com\r\nhttps://cheapresearchpapers21.doodlekit.com\r\nhttps://argumentativeessaytopics11.doodlekit.com\r\nacademichelp8.yolasite.com\r\nhttps://essayoutlinewriting.doodlekit.com\r\nhttps://highschoolessay28.doodlekit.com\r\nhttps://persuasiveessayhelp21.doodlekit.com\r\nhttp://writingalawessay.edublogs.org\r\nhttps://persuasiveessaysamples.doodlekit.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 02:34:23', '185.136.159.30', '1'),
(2065, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"TavozowoserZQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"tyxuvuqumofalot@vash-pozitiv.info\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89761799355\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:806:\"Здравствуй! Если утомился от учёбы, дай расслабление своей голове. Расслабься и улучши своё самочувствие в смешном позитивном паблике вконтакте https://vk.com/Vash_Pozitiv В нём десятки тысяч смешных мемов и всё это абсолютно бесплатно и не к чему не обязывает. Каждые 30 минут постится отличная шутка, так что актуального контента очень много. Паблик молодой и бурно развивающийся, и поэтому набирает аудиторию хороших людей. Если это о тебе, то ВЕЛКОМ ;)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TavozowoserZQ', 'tyxuvuqumofalot@vash-pozitiv.info', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 05:08:57', '194.67.218.138', '1'),
(2066, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BarryGerAJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"har@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88284351195\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2238:\"Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to look better with a help generic supplements. https://q5i.inforx.site/en/order-misoprostol-bp-drop-55126.html Our company offers herb-based healthcare products. Visit our health contributing website in case you want to improve your health. https://3aj8.inforx.site/es/venta-misoprostol-urdu-59058.html Our company provides a wide variety of healthcare products. Visit our health contributing site in case you want to look better. https://i8z.inforx.site/de/comprare-cytotec-online-con-pagamento-alla-consegna-9828.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help health products. https://9r.inforx.site/fi/jotta-misoprostol-to-purchase-9802.html Our company provides supreme quality supplements. Take a look at our health contributing site in case you want to feel healthier. https://98zy.inforx.site/da/ordre-misoprostol-et-diabete-28429.html Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to to feel healthier with a help of general health products. https://6p.inforx.site/es/el-misoprostol-lo-venden-sin-receta-29029.html \r\nOur company offers herbal pharmacy. Take a look at our health contributing website in case you want to feel better. https://4g.inforx.site/sv/misoprostol-kostnad-iceland-19877.html Our company offers herb-based health products. Look at our health contributing site in case you want to look better. https://e1j7.inforx.site/fr/cytotec-prix-xdsl-40167.html  Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help general health products. https://6p.inforx.site/fr/vendre-misoprostol-russie-48625.html Our company offers supreme quality pills. Take a look at our health contributing website in case you want to look better. https://7a2v.inforx.site/da/kob-misoprostol-dm-38892.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BarryGerAJ', 'har@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 09:27:35', '31.23.43.125', '1'),
(2067, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"EthancycleSB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox103@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81763417259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4686:\"I am impressed. I don&#039;t think I&#039;ve met anybody who understands just as much about the topic. You should make a career of it, seriously, great site \r\nhttps://entranceessaywritinghelp1.blogspot.com/2019/05/pursue-business-at-usc-essay-example.html\r\nhttps://customwriting--essays.blogspot.com/2017/05/my-lunch-with-god.html\r\nhttps://poetrywritingpaper750.blogspot.com/2019/09/the-great-gatsby-bibliography.html\r\nhttps://writingthepersonalessay.blogspot.com/2019/09/my-own-professional-and-personal.html\r\nhttps://writing-essay-introduction.blogspot.com/2014/01/compare-western-medcine-and-oriental.html\r\nhttps://dissertationabstract433.blogspot.com/2019/08/juan-gris-essays-research-papers.html\r\nhttps://howtowriteascientificpaper1.blogspot.com/2019/05/tcs-financial-statement-analysis.html\r\nhttps://graduateschoolapplicationessay0.blogspot.com/2019/07/billy-elliot-film-text-reponse-essay.html\r\nhttps://termpaper-outline.blogspot.com/2017/11/are-you-having-trouble-getting-raise-at.html\r\nhttps://us-essaywriting-us.blogspot.com/2018/08/teamwork-things-to-be-considered.html\r\nhttps://buyapowerpointpresentationnow.blogspot.com/2019/08/a-reflection-on-improvement-in-my.html\r\nhttps://paperhelp123.blogspot.com/2019/05/contemporary-society.html\r\nhttps://educationalphilosophypaper.blogspot.com/2018/03/healthy-lifestyle-healthy-eating-potato.html\r\nhttps://bestcustomtermpaper.blogspot.com/2016/01/reach-your-full-potential-in-online.html\r\nhttps://scholarshipapplicationessayexamples.blogspot.com/2019/09/incarceration-essay-example-topics-and.html\r\nhttps://tutorforwritingessays1.blogspot.com/2019/05/weight-management-regular-exercise.html\r\nhttps://customerserviceessay-us.blogspot.com/2018/05/choose-best-choose-surfers-paradise.html\r\nhttps://essaycustomwriting.blogspot.com/2019/09/research-methodologies-essay-example.html\r\nhttps://cheapessaysinc.blogspot.com/2014/02/prisoner.html\r\nhttps://masterthesiswritingservice.blogspot.com/2019/03/aids-treatments.html\r\nhttps://howtowriteagoodresearchpaper.blogspot.com/2019/08/emerging-market-of-saudi-arabia.html\r\nhttps://mathproblemhelp1.blogspot.com/2019/08/easyjet-case-analysis-essay.html\r\nhttps://onlinehelpwithessaywriting.blogspot.com/2019/10/memory-keepers-daughter-literary.html\r\nhttps://thesisforadescriptiveessay1.blogspot.com/2019/08/definition-of-motivation-in-work-essay.html\r\nhttps://writingareactionpaper937.blogspot.com/2019/07/perception-and-reality-of-technology.html\r\nhttps://homeworkwritinghelp1.blogspot.com/2019/03/inevitability-of-independence-essays.html\r\nhttps://buyaresearchpapernow.blogspot.com/2015/10/child-health-how-to-treat-autism-with.html\r\nhttps://anenglishessay2.blogspot.com/2019/06/negative-shopping-experience-assignment.html\r\nhttps://essaywritingservicereviews-us.blogspot.com/2019/07/how-to-achieve-top-search-engine.html\r\nhttps://cheapessaywriting104.blogspot.com/2019/07/case-study-7-8-essay-example-topics-and.html\r\nhttps://degreeonline12345.blogspot.com/2019/04/fifteen-gross-sins-are-listed-religion.html\r\nhttps://goodessaytopics520.blogspot.com/2019/08/classical-india-and-mesopotamia-essay.html\r\nhttps://cheapessaywriting1.blogspot.com/2019/07/review-of-presentation-essay-example.html\r\nhttps://courseworkinfo.blogspot.com/2019/06/duality-in-frankenstein-essay.html\r\nhttps://courseworkwritingtips.blogspot.com/2019/08/objective-view-of-world-essay-example.html\r\nhttps://helpwithtermpaper1.blogspot.com/2019/05/the-battle-to-be-top-dog-petsmart-vs.html\r\nhttps://cheapcriticalessayleadership.blogspot.com/2013/09/fallingwater.html\r\nhttps://collegepaperwritingservicereviewsus.blogspot.com/2019/09/analysis-of-last-song-essay.html\r\nhttps://writeessayforme60.blogspot.com/2019/07/cognitive-explanation-of-gambling.html\r\nhttps://bestextendedessaytopics1.blogspot.com/2019/05/buddhism-and-matrix-essay-essays.html\r\nhttps://studentessayhelp0.blogspot.com/2019/07/21st-century-technology-in-today.html\r\nhttps://lawschooladmissionsessay1.blogspot.com/2019/09/hammurabis-code-essay-example-for-free.html\r\nhttps://top5internetsourcesforuniversity.blogspot.com/2017/12/biggest-loser-may-just-live-up-to-its.html\r\nhttps://writeapositionpaper541.blogspot.com/2019/10/generation-gap-essay.html\r\nhttps://expositorywritingideas1.blogspot.com/2019/06/evaluate-given-assessment-instrument.html\r\nhttps://highschool-essay.blogspot.com/2013/12/heroes.html\r\nhttps://cheap-essay-service.blogspot.com/2014/01/summary-oedipus-rex.html\r\nhttps://entranceessaywritinghelp1.blogspot.com/2019/05/the-aquilealand-accounting-standard.html\r\nhttps://academicresearchpaper658.blogspot.com/2019/09/bartleby-scrivener-essay-example-topics.html\r\nhttps://buyessays503.blogspot.com/2019/06/adapting-communication-for-age-of.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EthancycleSB', 'inbox103@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 11:16:13', '185.136.159.30', '1'),
(2068, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"StephenPefCY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"an.nako.wal.czyk20002@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81187479315\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"https://autoskup-szczecin.eu/skup-samochodow/skup-aut-nowogard/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenPefCY', 'an.nako.wal.czyk20002@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-27 17:12:52', '185.234.216.115', '1'),
(2069, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"wandami18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"jeanzm60@takumi8110.kunio99.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86144212426\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:230:\"Scandal porn galleries, daily updated lists\r\nhttp://chilsexporn.pornasslicking.xblognetwork.com/?jade \r\n\r\n live free iphone porn web cams 2007 porn movie free download of porn natalie portman nude porn cruel strangle porn pictures\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'wandami18', 'jeanzm60@takumi8110.kunio99.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 06:29:07', '23.129.64.192', '1'),
(2070, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamespraksNS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"DrefOnen@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84883761428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2360:\"Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier with a help of generic supplements. https://lp7.medinfocode.com/de/turnuebungen-bei-rueckenschmerzen-9329.html Our company offers herbal pharmacy. Look at our health contributing website in case you want to feel healthier. https://9i.medinfocode.com/hu/izueleti-fjdalom-trdben-15452.html Our company provides a wide variety of non prescription drugs. Look at our health site in case you want to strengthen your health with a help health products. https://g47t.medinfocode.com/en/backache-during-period-89217.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to strengthen your health with a help health products. https://9n3f.medinfocode.com/de/salzbad-bei-gelenkschmerzen-42719.html Our company offers a wide variety of non prescription products. Look at our health portal in case you want to feel better with a help health products. https://h6i.medinfocode.com/de/rueckenschmerzen-druck-after-44014.html Our company provides herbal pharmacy. Take a look at our health contributing site in case you want to strengthen your health. https://f4.medinfocode.com/en/joint-pain-bodybuilding-44254.html \r\nOur company offers a wide variety of non prescription products. Take a look at our health site in case you want to look better with a help of health products. https://e7k.medinfocode.com/de/nierenbeckenentzuendung-ohne-fieber-rueckenschmerzen-52673.html Our company provides a wide variety of supplements. Take a look at our health contributing portal in case you want to feel healthier. https://9i.medinfocode.com/hu/stressz-okozta-gerincfjdalom-42743.html  Our company offers herb-based health and related products. Take a look at our health contributing site in case you want to feel healthier. https://di23.medinfocode.com/de/kapseln-gegen-gelenkschmerzen-11915.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to look healthier  with a help of health products. https://q6.medinfocode.com/de/rueckenschmerzen-zyklusabhaengig-43046.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to strengthen your health with a help of generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamespraksNS', 'DrefOnen@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 06:45:30', '31.23.125.107', '1'),
(2071, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85445876965\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:984:\"17 Sep 2019 ... Can&#039;t get rid of WinBitCoinMiner-CA (trj) by Avast antivirus program in Windows 7? What is this Trojan Horse doing in the computer, why does it ... https://btccashwiki.com/ btccashwiki.com\r\n \r\nThere are products that will slow down the process or help to regrow hair that has previously died or the follicles have been damaged.\r\n \r\n \r\nYou have to have something go wrong!\r\n \r\nessay about privacy\r\n \r\nCarry hard candy or blood sugar tablets with you in case you have low blood sugar levels.\r\n \r\n29 Jul 2019 ... Common and modifiable risk factors with large effects included acute In utero or early life risk factors for asthma include maternal health and. https://inhalers-online.com/non-modifiable-risk-factors-for-asthma.html for\r\n \r\nMemantine (Namenda) is the additional drug approved for treating sufferers with Alzheimer&#039;s disease.\r\n \r\n \r\nfktrpr94f \r\nThey can be eye burning up, sore throat, dry cough or even secretions from the nose or nasal blockage.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 13:44:46', '194.28.115.251', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2072, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamDotHK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Kill@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81842542142\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2302:\"hOur company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to improve your health with a help of general health products. https://5a.cbdeurobest.com/da/billig-zoloft-ersatz-94333.html Our company offers supreme quality supplements. Take a look at our health contributing website in case you want to look better. https://h52c.cbdeurobest.com/es/comprar-lady-era-tenerife-38726.html Our company provides a wide variety of health products. Look at our health contributing website in case you want to feel better. https://k4w4.cbdeurobest.com/es/conseguir-prednisone-sin-receta-madrid-13048.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help of generic supplements. https://l9c2.cbdeurobest.com/en/buy-pfizer-ventolin-23901.html Our company provides a wide variety of weight loss products. Look at our health contributing portal in case you want to look healthier. https://ma3.cbdeurobest.com/sv/accutane-utan-recept-aspergemousse-23918.html Our company offers herbal pills. Visit our health contributing site in case you want to feel healthier. https://ma3.cbdeurobest.com/nl/bestelling-accutane-rm-city-31299.html \r\nOur company offers a wide variety of non prescription products. Visit our health portal in case you want to look better with a help of health products. https://q3.cbdeurobest.com/fr/lexapro-sans-ordonnance-colbert-92857.html Our company provides a wide variety of non prescription drugs. Look at our health portal in case you want to strengthen your health with a help of health products. https://j2x.cbdeurobest.com/en/what-is-the-price-of-cipro-per-pill-85075.html  Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help general health products. https://2p.cbdeurobest.com/it/dapoxetine-acquisto-in-contrassegno-80534.html Our company provides supreme quality health products. Look at our health contributing site in case you want to improve your health. https://g9.cbdeurobest.com/da/ordre-hydrochlorothiazide-expensive-53035.html Our company offers herbal general health products. Visit our health contributing website in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamDotHK', 'Kill@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 14:21:12', '5.139.79.169', '1'),
(2073, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MariaBuhVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mariaramble@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87435588174\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:128:\"Доброго времени суток \r\nИдет молва \r\nПрепараты \r\n \r\n \r\nламивудин 150 мг цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaBuhVP', 'mariaramble@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 14:30:03', '37.115.216.65', '1'),
(2074, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RicharduneteRJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"mailbee@litree.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87699928755\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1858:\"В Сервисе диагностирует скважины, производит Насосы для канализации в частном доме. \r\n \r\nУ нас  имеется к продаже КАНАЛИЗАЦИОННЫЕ ДРОБИЛКИ, Резервуары и емкости цилиндрические (РВС, РГС), Тихоходные мешалки, Ленточный фильтр-пресс, Поворотные колодцы, Тонущая загрузка, Фильтры напорные и самотечные (ФОВ, ФИП, ФСУ), ОДЪЕМНЫЕ УСТРОЙСТВА И МЕТАЛЛОКОНСТРУКЦИИ Модульные здания, ВОДООЧИСТНОЕ ОБОРУДОВАНИЕ Нефтеотделители (отстойники), ПОДЪЕМНЫЕ УСТРОЙСТВА И МЕТАЛЛОКОНСТРУКЦИИ Модульные здания, ОЧИСТКА ЛИВНЕВЫХ СТОЧНЫХ ВОД КПН с сорбционным блоком, НАСОСНОЕ И КОМПРЕССОРНОЕ ОБОРУДОВАНИЕ (Грунфос, КСБ, Вило, КИТ, Взлёт, ТВП) Аэраторы дисковые, ВОДОПОДГОТОВКУ Установки фильтрации и предподготовки, а также все для автомойки Автомойки на базе песчанно-гравийной фильтрации. \r\n \r\nУ нас вы найдете ЛОС для промышленных предприятий, а также Нефтеуловители, мы можем  произвести Насосы для скважин. Бурение скважин на воду, Инженерные изыскания, Ремонт систем водоснабжения. \r\n \r\nПолная очистка скважин :  Обслуживание скважин\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicharduneteRJ', 'mailbee@litree.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 18:24:44', '2.95.110.113', '1'),
(2075, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Mariamm VoxCU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"mariammsidoris@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87525227684\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Срочно! Привет всем.Ищу дизайнера с опытом создания айдентики.Проекты хорошие и регулярные оплата договорная. ссылка\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Mariamm VoxCU', 'mariammsidoris@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-28 22:54:55', '178.17.177.2', '1'),
(2076, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"JasonaIdotoCD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"zyyqrvgc@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88445146745\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:76:\"norske spilleautomater \r\n \r\ncasino ohne einzahlung \r\n \r\ncasino slot machines\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonaIdotoCD', 'zyyqrvgc@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 00:32:33', '178.159.37.85', '1'),
(2077, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomassoormLK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"2voronpost@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81693815881\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:321:\"Всем Привет! \r\nТакой обалдеть что за сайт. \r\n \r\nМного приколов... \r\nНа данном сайте Вы можете найти массу отзывов о компаниях \r\nДоброе пожаловать на сайт: \r\n \r\nhttps://werecommend.ru/review/kartel-masterov/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomassoormLK', '2voronpost@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 10:06:25', '95.143.218.78', '1'),
(2078, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RobertocenZX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"tomc16874@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84696174846\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:316:\"Online sports betting, Casino Slot review, gambling news at Jackpot Bet Online. All World favorite Sportsbook, Racebook, and Casino slot review. Jackpot Bet Online - We have got your casino slot game. Bonuses, fast payouts, sports betting odds. NFL Football betting, horse race wagering, online casino bets and more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertocenZX', 'tomc16874@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 12:18:08', '167.86.73.176', '1'),
(2079, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesOptonAF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Var@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86562624472\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2414:\"Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help health products. https://54gj.bestessayonline.site/en/creative-writing-coursework-ideas-for-halloween-64871.html Our company offers safe non prescription products. Take a look at our health contributing site in case you want to feel better. https://6od4.bestessayonline.site/en/business-plan-writers-nyc-restaurant-88684.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help of health products. https://fw2.bestessayonline.site/en/paper-bag-online-order-8887.html Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to to improve your health with a help general health products. https://ai17.bestessayonline.site/en/hire-writers-reddit-3870.html Our company provides herbal pharmacy. Visit our health contributing website in case you want to strengthen your health. https://bz44.bestessayonline.site/en/best-essay-writing-books-67750.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to to improve your health with a help of generic supplements. https://5k.bestessayonline.site/en/sample-service-to-others-essay-91342.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health website in case you want to to improve your health with a help health products. https://s4w1.bestessayonline.site/en/help-with-my-narrative-essay-99900.html Our company offers healthcare products. Take a look at our health contributing site in case you want to improve your health. https://r8.bestessayonline.site/en/custom-essay-papers-38082.html  Our company provides herbal health and related products. Visit our health contributing site in case you want to look healthier. https://je9.bestessayonline.site/en/how-to-write-dissertation-synopsis-84658.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to strengthen your health with a help of general health products. https://1d3e.bestessayonline.site/en/hire-writers-for-blog-90664.html Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to feel better with a help general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesOptonAF', 'Var@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 12:32:56', '31.23.157.144', '1'),
(2080, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TimothyBuhVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83548926121\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1455:\"Срочный ремонт iPhone, iPad и др. устройств Apple в Киеве Kyiv http://i7phone.com.ua в Украине Вы можете отправить нам на диагностику и ремонт в Сервисный Центр i7phone из любого региона Украины «Новой Почтой» 063-229-3386. repair, ipad air замена стекла, apple ipad, ipad 2, ошибка itunes, шнур с itunes, ipad ремонт, ошибка  ipad air, apple ipad mini, восстановление ipad 4, разборка ipad 4, замена тачскрина ipad, a1430, инструкции, ремонт ipad air 2, как разобрать ipad air 2, замена стекла ipad air 2, ipad air отклеился рачскрин, touch screen, замена шлейфа на ipad, стекла, ремонт ipad 2, ipad разборка, разборка ipad 3, разобрать ipad 2, разбор ipad 2, поломался айпад, тач скри ipad, поремонтировать ipad air, ремонт стекла на айпаде, планшет apple, разбит сенсорный экран, replacing the glass, ремонт ipad 2 нет изображения, ipad 2 ремонт, cell phone repair, replacement, display replacement, display replacement ipad mini 3, как разобрать apple ipad mini, мини, эппал, эппел, repair ipad mini 3\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TimothyBuhVV', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 16:48:05', '188.163.109.153', '1'),
(2081, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"adriancp2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"zelmaek18@hotaka56.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83322124139\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://porngator.xblognetwork.com/?karli \r\n\r\n philipine forum porn married with charlie porn game matthew rush porn comic porn video cute dad and son porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'adriancp2', 'zelmaek18@hotaka56.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-29 18:21:41', '185.220.101.12', '1'),
(2082, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"ArnoldNotKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"makdigi28@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81891367747\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:320:\"Online sports betting,Casino slots,Gambling news at Jackpot Bet Online. All World favorite Sportsbook, Racebook, and Casino slot review.Jackpot Bet Online - We have got your casino slots game, Bonuses, fast payouts, sports betting odds &amp; lines. NFL Football betting, horse race wagering, online casino bets and more.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ArnoldNotKD', 'makdigi28@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 05:05:52', '217.160.60.234', '1'),
(2083, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LeonelOpidaJT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"arssa@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86629739893\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"娛樂城介紹 \r\n \r\n \r\nhttps://forum.tw-sportslottery.com/thread-119-1-1.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonelOpidaJT', 'arssa@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 06:26:27', '47.244.9.129', '1'),
(2084, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85183647621\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:922:\"9 Mar 2019 ... Bitcoin Price (BTC USD): Get all information on the Bitcoin to US-Dollar Exchange Rate including Charts, News and Realtime Price. Charts ... https://makeyourbitcoin.com/bitcoin-rate-graph.html to\r\n \r\nEven though you do not experience outward symptoms, alcoholic beverages and champix is probably not a good idea for the kidneys or liver.\r\n \r\n \r\nUnlike common table sodium, natural salts provide tremendous health advantages through minerals and trace minerals.\r\n \r\npeter schiff bitcoin\r\n \r\nIf you can look past your own acne I wouldn&#039;t really bother with accutane.\r\n \r\n25 Aug 2019 ... Using mining software is not the fastest way to buy bitcoins. Electrum вЂ“ Simple Bitcoin wallet that works on Mac, Windows, and Linux. To store ... bitcoin Linux\r\n \r\nUsers can set alerts to alert them when blood sugar levels are too low or too high.\r\n \r\n \r\nfktrpr94f \r\nHow long does Lyrica stay in your system?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 07:41:04', '194.28.115.251', '1'),
(2085, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrandonrekFV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Unders@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87633825635\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2139:\"Our company offers safe pills. Take a look at our health contributing site in case you want to look healthier. https://3w.medinfocore.com/pl/bl-staww-u-psa-78453.html Our company offers supreme quality supplements. Visit our health contributing portal in case you want to look better. https://h1.medinfocore.com/pl/bl-plecw-eber-i-klatki-piersiowej-87151.html Our company provides a wide variety of non prescription products. Visit our health site in case you want to look better with a help health products. https://p44d.medinfocore.com/de/sevredol-10-mg-rueckenschmerzen-78238.html Our company provides herbal weight loss products. Take a look at our health contributing site in case you want to feel healthier. https://p52p.medinfocore.com/de/protein-shake-gelenkschmerzen-25528.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to look better with a help generic supplements. https://q2.medinfocore.com/pl/bl-wtroby-5020.html Our company offers supreme quality healthcare products. Take a look at our health contributing portal in case you want to look healthier. https://85ut.medinfocore.com/pl/bl-krgosupa-a-emocje-42706.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to feel healthier with a help generic supplements. https://ga8.medinfocore.com/gr/arthrolon-gel-recensioni-76427.html Our company provides weight loss products. Take a look at our health contributing portal in case you want to improve your health. https://l0f4.medinfocore.com/gr/osfyalgia-flegmonh-34361.html  Our company provides general health products. Visit our health contributing website in case you want to feel better. https://8c7f.medinfocore.com/es/tratamiento-de-artritis-por-chikungunya-77756.html Our site offers a wide variety of non prescription drugs. Visit our health website in case you want to to feel healthier with a help generic supplements. https://c9x.medinfocore.com/pl/bl-stawu-miednicy-29736.html Our company provides general health products. Look at our health contributing website in case you want to feel better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrandonrekFV', 'Unders@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 14:06:28', '31.23.8.43', '1'),
(2086, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JessicaHeafeNG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"vtrsfsfeseftap@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85489789699\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2200:\"Рожденный ползать в гору пошел.\r\n \r\n \r\n------ \r\nhttps://zdorovovsegda.ru/atsidoz-i-alkaloz-chto-eto-kak-lechit/?unapproved=1818&amp;moderation-hash=d44d74f9e5bc36b82fe3f6aab807a017#comment-1818\r\n \r\n \r\nПерехитрил судьбу: жил двойной жизнью, а умер только один раз.\r\n \r\n \r\n------ \r\nhttp://g4v.ru/2019/03/15/%d0%b4%d0%bb%d1%8f-%d1%87%d0%b5%d0%b3%d0%be-%d0%b1%d0%b8%d1%82%d1%80%d0%b8%d0%ba%d1%8124-%d0%bd%d0%b5-%d0%bf%d0%be%d0%b4%d1%85%d0%be%d0%b4%d0%b8%d1%82/?unapproved=97&amp;moderation-hash=431e5e18963531d50e27aa429d06799a#comment-97\r\n \r\n \r\nРецензенты имеют право не только говорить людям в глаза, что они дураки, но даже доказывать им это.\r\n \r\n \r\n------ \r\nhttp://web-cams.ru/web-kamera-lager-morskoy-artek-krym/?unapproved=30&amp;moderation-hash=ee03f674411017265a3d35fe9cd7f97e#comment-30\r\n \r\n \r\nУниверситет развивает все способности, в том числе и глупость.\r\n \r\n \r\n------ \r\nhttp://9.almatybala.kz/o-detskom-sade/rezhim-dnya/179-zimnjaja-progulkakrasavica-zima-na-uchastke-v-detskom-sadu.html\r\n \r\n \r\nТот, кто не смотрит вперед, оказывается позади.\r\n \r\n \r\n------ \r\nhttps://www.laromat.ru/shop_reviews\r\n \r\n \r\nОдиночество есть жребий всех выдающихся умов.\r\n \r\n \r\n------ \r\nhttps://mail.natura.spb.ru/porodyi-sobak-gruppa-6/poytevin-puateven-puatevenskaya-gonchaya-poitevin-haut-poitou-hound.html\r\n \r\n \r\nАвторитетное сообщение :) , забавно...\r\n \r\n \r\n------ \r\nhttp://feel.ua/childbirth/contractions-without-pain.html\r\n \r\n \r\nIt is remarkable, very useful idea\r\n \r\n \r\n------ \r\nhttp://www.tv-magazin.kz/communication/forum/user/42197/\r\n \r\n \r\nМожет быть Вы и правы.\r\n \r\n \r\n------ \r\nhttps://topasnew.me/o-skripte/page,1,2,2-post2.html\r\n \r\n \r\nС ростом богатства растут и заботы\r\n \r\n \r\n------ \r\nhttps://bettingdoctor.ru/novosti/dopolnitelnyj-zarabotok-v-svobodnoe-vremya/?unapproved=114&amp;moderation-hash=332b5a10ca002c4dd3ff13ad0ddb4e57#comment-114\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JessicaHeafeNG', 'vtrsfsfeseftap@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 21:14:26', '46.119.116.189', '1'),
(2087, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89837393275\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:984:\"2 Oct 2012 ... The irony is that lamotrigine is not so slow to produce a benefit. paralleling the improvement on olanzapine/fluoxetine combination, just not ... divalproex Lamotrigine\r\n \r\nDiuretics - acetazolamide, thiazides (fluid tablets).\r\n \r\n \r\nSometimes they occur both as a single condition.\r\n \r\ninteresting things to do a research paper on\r\n \r\nThe Ayurvedic treatment of cardiomyopathy is usually aimed at reducing the symptoms and dealing with the cause of the condition.\r\n \r\n8 Jan 2019 ... Jul 27, Here is a quotation from the original paper that launched bitcoin: Speculators buy bitcoins because they think they will sell their bitcoins ... https://btcgetmoneywiki.com/buy-or-sell-bitcoin.html -\r\n \r\nPrimary chronic headaches are caused by the conditions listed below.\r\n \r\n \r\nfktrpr94f \r\nComments: The treatment involved a six week period of applying a small amount of lotion directly to the affected area of our chest with no harm to surrounding &quot;good&quot; tissue.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 22:10:10', '194.28.115.251', '1'),
(2088, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertcapPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"bxsi56@sina.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83791199761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:588:\"Hi there \r\n \r\nWe are a manufacturer. We wholesale LV bags at a wholesale price.  Please check our albums and send me your order list.  I will send you the price details ASAP. \r\n \r\nLV albums: https://dream2017.x.yupoo.com/collections/486603 \r\nUGG Boot: https://sxxy2009.x.yupoo.com/albums \r\nMoncler/Canada Goose Jacket: https://x.yupoo.com/photos/down-jackets/albums \r\n \r\nAlso please send me what you want if the products are not listed on our albums. \r\n \r\nEmail Us: onlinesalevip@gmail.com \r\n \r\nKind Regards, \r\n \r\n \r\nPuerto Barillas, Welcome to El Salvador - http://www.puertobarillas.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertcapPV', 'bxsi56@sina.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-30 23:13:57', '199.187.211.99', '1'),
(2089, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DetmebviextMO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"artyom-pokrovskiy-1970@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86469394697\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:163:\"Детская мебель на заказ в Нижнем Новгороде - детскаямебельнн.рф \r\n \r\n купить детскую мебель\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DetmebviextMO', 'artyom-pokrovskiy-1970@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 01:08:44', '109.184.134.189', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2090, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnaLofVL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"ivannoviches@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82948223966\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:535:\"Ищем хорошего Веб мастера \r\n \r\nВеб мастера отзовитесь. Работа дома, свободный график. Что мы предлагаем:  Интересные и долгосрочные проекты и соответствущая заработная плата. (создание лендингов, сайтов визиток, интернет магазинов, сайтов на wordpress, 1C, одностраничников, Битрикс24 и другие). Ссылка\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnaLofVL', 'ivannoviches@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 01:11:09', '178.17.177.34', '1'),
(2091, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84739881949\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:404:\"Лучший способ забронировать гостиницу, снять квартиру, дом - в любой стране мира. Бесплатная отмена бронирования. \r\nhttp://www.herebooking.blogspot.com/2019/10/bookingru.html \r\n \r\nLuchshiy sposob zabronirovat&#039; gostinitsu, snyat&#039; kvartiru, dom - v lyuboy strane mira. Besplatnaya otmena bronirovaniya.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 04:13:46', '109.234.38.61', '1'),
(2092, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"Valensia HalRO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87524798936\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:784:\"Профессиональные услуги дизайнера Тут всегда найдется работа для всех творческих людей, которые не желают зарывать свой талант! Здесь можно легко искать заказчиков по вот таким направлениям, как: живопись, дизайн, чертёж и моделирование, полиграфия и верстка, создание маркет-китов, брендбуков, лого и много другого!Все очень просто - клиенты уже вас ждут, цены договорные. \r\nВсё для бизнеса, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Valensia HalRO', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 06:27:53', '178.17.177.34', '1'),
(2093, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ZacharyCatRA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"getstartedtools@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87926124526\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:55:\"http://pillsgen.site fratricide , abrasive , trumpeting\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ZacharyCatRA', 'getstartedtools@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 19:28:55', '94.140.138.143', '1'),
(2094, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AlfredmupBT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Etep@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88654382859\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2198:\"hOur site offers a wide variety of non prescription drugs. Visit our health website in case you want to to feel healthier with a help generic supplements. https://b18o.cytotecrxonline.com/fr/achat-cytotec-mnpaf-42804.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help general health products. https://6t.cytotecrxonline.com/sv/rea-cytotec-duration-90641.html Our company provides generic pills. Visit our health contributing portal in case you want to look healthier. https://qq8.cytotecrxonline.com/de/cytotec-medicina-online-com-52278.html Our company offers herbal pharmacy. Look at our health contributing site in case you want to strengthen your health. https://q8u.cytotecrxonline.com/de/buy-misoprostol-online-vipps-93950.html Our site offers a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help of generic supplements. https://7t.cytotecrxonline.com/fr/prix-dune-pilule-de-misoprostol-19186.html Our company provides a wide variety of non prescription products. Take a look at our health portal. https://n87y.cytotecrxonline.com/nl/kopen-cytotec-moment-3877.html \r\nOur company provides a wide variety of non prescription drugs. Look at our health website in case you want to to feel healthier. https://rt9.cytotecrxonline.com/fr/vendre-cytotec-gge-10927.html Our company offers a wide variety of pharmacy. Look at our health contributing website in case you want to feel healthier. https://5kr.cytotecrxonline.com/en/online-pharmacy-misoprostol-utah-97550.html  Our company provides supreme quality non prescription products. Visit our health contributing site in case you want to feel healthier. https://4uj9.cytotecrxonline.com/sv/cytotec-priser-ncaa-79791.html Our company provides general health products. Take a look at our health contributing site in case you want to look healthier. https://a3b.cytotecrxonline.com/nl/kopen-misoprostol-nascar-54292.html Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to strengthen your health with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlfredmupBT', 'Etep@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-10-31 20:13:02', '46.61.78.3', '1'),
(2095, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"isaacsg1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"loraineri16@akira24.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83927556439\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Hot galleries, daily updated collections\r\nhttp://titspornxxxtube.bloglag.com/?marilyn \r\n\r\n porn star posse porn small waist and big breasts glamor model porn top free downlaod porn site alexxxis tyler porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"04\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'isaacsg1', 'loraineri16@akira24.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 01:45:41', '199.249.230.73', '1'),
(2096, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"AndreamepZJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"spravkamsk@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82435629139\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1438:\"Уже сегодня улучшено взаимодействие органов социального страхования и медицинских учреждений. Мед справка 095 от врача позволит избежать неприятностей на работе или в учебном заведении вне зависимости от отношения к вашей персоне. Наличие на руках у тех, кто заказывает полноценный документ, справки избавит от необходимости объяснять, где вы были все это время, ведь именно такой порядок предусмотрен в действующем законодательстве. \r\n \r\n Связанные запросы:  купить справку о вакцинации от гриппа, ?u?? ?????? ????u?? ????????, справка в бассейн в домодедово, купить справку от фтизиатра для школы, купить справку для занятия спортом в москве, купить справку в бассейн ребенку в москве, справка о беременности срочно \r\n \r\n Сайт первоисточник:  http://medoi.info/blog/riskovat-ili-perezhdat-kak-uberech-rebenka-ot-epidemii-grippa/ http://www.kc.gov.by/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndreamepZJ', 'spravkamsk@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 05:38:17', '37.120.153.42', '1'),
(2097, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CameronneignIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"mihalenavalentina38@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82575743282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1570:\"Пизда и жопа блещет, как витрина, торгует юной плотью Тютрина Арина. \r\nЕе не напугать корявым хуем и дилдосом - вопрос ее лишь в наличии бабосов. \r\nПлати и пользуй дырочки Арины, они дешевле Люды и Марины. \r\nЕе ебут чечены и буряты, татары, даги, негры с Барбадоса, - ее не парит, важен лишь размер взноса. \r\n \r\nвидео \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da7361c9ff39 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da73556e00ec \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62f3178ea5 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62ed942962 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da626e13e6f8 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da625d527156 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6231b27f6c \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62239afb9c \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6218a74c7b \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6206e20058 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61fa02d537 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61d37ab902 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61892dad08 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da610adaf5ce \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6025723339 \r\n \r\nфото \r\nhttps://rt.pornhub.com/album/43213761\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CameronneignIJ', 'mihalenavalentina38@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 06:25:42', '31.145.74.138', '1'),
(2098, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"[url=https://www.airrunner.fr/]Soldes Nike pas cher[/url] [url=https://www.chaussuressalomon.fr/]Salomon France Soldes[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gengrun1720328@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:124:\"[url=https://www.airrunner.fr/]Soldes Nike pas cher[/url] [url=https://www.chaussuressalomon.fr/]Salomon France Soldes[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8651:\"This creates the proper alternative to show your toddler tips on how to make deposits in their Good Karma Checking account. When your son or daughter gets a brand new toy, help them select an older one which is not used anymore and convey it to a thrift shop. Want to assist your baby grow up glad, healthy, smart and balanced? Help them maintain a personal house (their room) that is supporting balanced focus as an alternative of adding to the Soldes Nike Air MaxOutlet de AdidasGünstige Adidas DeutschlandSchuhe Nike onlineGünstige Adidas KaufenAdidas für Damen und HerrenNike UK OnlineGünstige Nike outletNike Damen HerrenNike Schuhe KaufenNike Outlet DeutschlandSalomon OutletAdidas Shop kaufenNike Baratas EspañaAdidas für DamenNike Outlet DeutschlandAdidas SoldesOutlet de New BalanceNike Air Max GünstigGünstige NikeNike para Mujer HombreNike baratas OutletAdidas OutletGünstige Nike Air MaxSchuhe für DamenNike Tienda OficialAchat AdidasTienda de NikePromotions Adidasadidas mujer y hombreKaufen Adidas SchuheCompra NikeAdidas Site OfficielNike de hombre y mujerComprar salomon baratasZapatillas Nike AirNike Pas CherAdidas Pas Cher FranceNike Schuhe OnlineNike BaratasOutlet de NIKEBoutique NikeSalomon Pour FemmesGünstige Nike SchuheNike Canada OutletNike CanadaNike OutletAsics Outlet UKVans Sale UKNIKE UKTienda de NikeNike OutletGünstig Nike OutletNike Sale UKadidas baratas españaZapatillas ConverseChristian Louboutin UKAdidas UKGünstige Adidas DeutschlandAdidas outlet DeutschlandNike Outlet EspañaVente Chaussures NikeVente Basket NikeCheap Converse UKNike pour HommeGünstige Adidas NikeNike Shoes UKNike Air Max OutletNike EspañaNike Shoes UKAdidas España BaratosBoutique NikeNike Pas CherVans tiendaNike BaratasAdidas pour femmesGünstige Adidas OriginalsSalomon UKCompra Nike Air MaxSALOMON StoreAdidas Original UKadidas Outlet SaleUK ConverseNIKE UK SaleConverse Baratas OutletSalomon France SoldesConverse Outlet UKTimberland en ligneNike Pas CherAdidas Outletadidas baratasAdidas Shoes UKAsics Outlet UKGünstig Schuhe NikeAdidas EspañaNIKE Sale UKVans EspañaNike UK SaleNike DanmarkNike GreeceNike UK OnlineNew Balance Outlet FranceASICS Outlet UKEspaña Outlet de NikeSalomon Deutschland OutletNike Store UKConverse UK onlineSoldes Nike pas cherNike Sale UKBaratas Nike EspañaAdidas Official UKConverse Sale UKAdidas Outlet UKadidas Outlet SaleUK Nike Factory OutletTienda de Nike BaratasSconti Nike Air MaxNike clearance uk chaos. Here&#039;s Master Peter Reiss&#039; Feng Shui Guide to Creating a superb Ch&#039;i Child&#039;s Room. Just keep away from doing the entire room that manner. And you do not have to say anything, no opinion or commentary might be one of the best strategy to deal with what he is saying. For those who genuinely dislike something he&#039;s performed, suppose about a nice method of bringing that throughout, maybe suggestions as an alternative of criticism? If the dialog is something difficult to discuss, especially for him, then maybe it&#039;s best to really think about what you say before you say it. \r\n \r\nAt the beginning of 2010, I believe it is necessary to provide the general public a transparent guideline of the world famous sports activities sneakers brand like Nike sneakers and etc. Here is an easy record of high ten sports shoes brand. Listed here are the highest 4 things to look for when you are shopping for toddler shoes. Odds are, these shoe companies will keep evolving with the times and styles and Nike UK SaleNike UK StoreNike Sneakers UKUK Nike OutletAdidas UK OutletAdidas Outlet UKAdidas Store UKUK Sneakers StoreNike Sale UKConverse UKNike CanadaNike Air Max CanadaAdidas Online CanadaChaussures Nike SoldesGünstige Schuhe NikeAdidas EspañaNike Outlet UKAdidas UKCanada Nike Air MaxNike Store Canadagünstig Nike SchuheZapatillas Nike BaratasNike Air Max UK OutletNike Free UKNike Outlet UKUK Adidas ClearanceAdidas UK YeezyNike Outlet UKAdidas Outlet UKUK Nike OutletNike Clearance UKConverse Store UKNike Sale CanadaNike Outlet CanadaCanada Adidas OutletNike Pas CherAdidas DeutschlandZapatillas Adidas BaratasNike Clearance UKCheap Adidas UKCheap Nike CanadaNike Outlet CanadaNike Schuhe DeutschlandNike España人気ナイキアディダスぬいぐるみブランドジャケットスニーカー安いモンクレール ジャケットノースフェイス セール人気ナイキNike JapanAdidas Wear Japanシュタイフぬいぐるみブランドジャケット通販サイトAdidas Japanモンクレール出口ノースフェイス アウトレットナイキ エア マックスNike EspañaNike Outlet UKNew Balance EspañaNike FranceAdidas kaufenAdidas DeutschlandNike Pas CherNike baratosNike Air Max KaufenAdidas outlet saleComprar AdidasNike BaratasGünstige AdidasNike Baratas EspañaAdidas Soldes Pas CherNike OfficielAchetez Nike Air MaxAdidas Pour FemmesNike para MujerAdidas für DamenAcheter AdidasGünstige Adidas DeutschlandNike TiendasNike Tienda OficialComprar Adidas baratasNike en líneaAdidas Pour FemmesBaratas Nike VentaComprar Nike BaratasAdidas venta en lineaBaratas New BalanceGünstige Nike SchuheNike outlet DeutschlandAdidas outletKaufen Converse deutschlandadidas günstig kaufenSchuhe Adidas Outlet be on top of the teenage shoe niche for a very long time. The varied kinds embrace males&#039;s and girls&#039;s sizes in addition to versions for toddlers and infants. When purchasing Men&#039;s Work Boots or Men&#039;s Work Shoes it&#039;s all the time a good idea to go into the closest boot shop to get your ft measured for measurement and width. The unsuitable Work Boots or Work Shoes will make you hate life and every minute of the day. Wearing the right kind of sneakers could make a giant influence in your work day. \r\n \r\nZu keinem Zeitpunkt werden einzelne Nutzer Vans Baratas OutletNike baratas OutletOutlet Nike Soldesoutlet Adidas baratasCamisetas NBA EspañaNike baratas OutletMaillots Basket NBANike Outlet UKGünstige Adidas DeutschlandAdidas für Damen HerrenSoldes Chaussures NikeNike Sale UKNike Günstig OutletSalomon France SoldesAdidas pour hommes femmesNike Outlet UKVans SoldesAdidas pour FemmesSalomon France SoldesOutlet Nike BaratasAdidas UK Outlet StoreConverse Sale UKAcheter adidas en líneaAdidas UK OnlineAdidas Pas CherNike Sale UKhttps://www.buydvdshop.comhttps://www.dvddiscountshop.comhttps://www.dvdsplaza.comhttps://www.hotdvdsets.comhttps://www.dvdsetsale.comhttps://www.dvdseries.bizhttps://www.cheapdvdset.bizhttps://www.dvdset.bizhttps://www.tvboxsets.tophttps://www.blu-rayboxsets.tophttps://www.cheapdvdboxset.tophttps://www.boxeddvdsets.tophttps://www.dvdcollection.tophttps://www.tvseriesondvd.tophttps://www.tvdvdsets.tophttps://www.dvdcollection.xyzhttps://www.dvdseries.xyzhttps://www.boxsetdvds.xyzhttps://www.dvdboxset.xyzhttps://www.tvdvd.xyzhttps://www.dvdset.xyzhttps://www.tvboxsets.xyzvape smokeVape OnlineVape Kits SaleVape Mods SaleCheap VapeVape Online ShopCheapest VapeVape Shop UKcheapest vapeVape günstig kaufenE-Zigaretten SMOK günstigTienda SMOKcigarette électroniqueE-Zigarette OutletSMOK EspañaBoutique de SMOKAcheter SMOKcigarette pas cherbest vapeReplica Cartier JewelryVan Cleef Replicavan cleef and arpels replicasCartier Bracelets Replicavan cleef replicaBvlgari Bracelets ReplicaReplica Bulgari B.zero1 RingsReplica Hermes JewelryReplica Cartier Love BraceletsReplica Bvlgari JewelryCartier Jewelry ReplicaReplica Cartier JewelryCartier Jewelry ReplicaCartier Jewelry Replicacartier love bracelet replicaVan Cleef and Arpels ReplicaCartier ReplicasShopping Online USADeals Online in UKUK ShoppingUK Store Near meUK Online Shopping MarketplaceOfficial UK Store identifiziert. I have written an article or two about my dog, annetus while it brought personal fulfillment, it did not generate much traffic. Know your market. This sounds simplistic, but it is crucial. Sophomore Tim Tebow won the Heisman after an amazing 2007 season that saw him throw for 3,122 yards andmine 29 touchdowns kink run for 838 yards kink 22 touchdowns. For better performance on the field, we suggest that you invest in a good quality Nike Hypervenom soccer cleats. After reading your comments, I will make a point to do this now. One of the key factors in my opinion is to try and stay as positive as you can with these kids, realizing ahead of time that they will probably give you plenty to be frustrated about. In the newspaper field (annetamine true also on the Internet) the headline “Dog Bites Man” garners little attention since it is an everyday occurrence, while the title “Man Bites Dog” makes us all sit up annetamine take notice.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '[url=https://www.airrunner.fr/]Soldes Nike pas cher[/url] [url=https://www.chaussuressalomon.fr/]Salomon France Soldes[/url]', 'gengrun1720328@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 09:28:30', '198.55.103.92', '1'),
(2099, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81619353911\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1107:\"Mark Warner, have proposed laws bitcoin to usd data portability and privacy. Ud will find opportunities from estates, banks, factories, workshops, eaterieshotels ... https://preciobitcoin1.com/bitcoin-to-usd.html usd\r\n \r\nIn these studies, the side effects that occur in a group of people taking the drug are documented and then compared to the side effects that occur in another group of people not taking the medicine.\r\n \r\n \r\nEven though you do not experience outward symptoms, alcoholic beverages and champix is probably not a good idea for the kidneys or liver.\r\n \r\nside effects of viagra levitra cialis\r\n \r\nThis was further confirmed in more reports published in March 2010 and later.\r\n \r\nMay 8, Kamagra Oral Jelly Durban. Online Pharmacy From Canada, Buy Generic Medications. Discounts in Pharmacies / Kamagra gel durban wholesale apteka ... https://kamagraonline24hrs.com/where-can-i-buy-kamagra-in-durban.html Where\r\n \r\nWhat precautions should be taken when taking tetracyclines?\r\n \r\n \r\nfktrpr94f \r\nThat is the equivalent of 1 regular strength (200mg) to 1 extra-strength (500mg) tablet in a 20 lb.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 12:02:29', '194.28.115.251', '1'),
(2100, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldPepKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Triarl@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89283119555\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2249:\"hOur site offers a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier. https://h59u.cbdordersnow.com/de/clomid-10-preis-57530.html Our company offers a wide variety of general health products. Visit our health contributing portal in case you want to look healthier. https://h59u.cbdordersnow.com/es/clomid-uruguay-venta-libre-9610.html Our company provides supreme quality health and related products. Take a look at our health contributing portal in case you want to feel healthier. https://8to3.cbdordersnow.com/it/accutane-pfizer-senza-ricetta-3237.html Our company provides supreme quality general health products. Take a look at our health contributing site in case you want to feel healthier. https://lv5.cbdordersnow.com/es/donde-comprar-lasix-sin-receta-mexico-17171.html Our company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to feel better with a help general health products. https://h59u.cbdordersnow.com/es/vendo-clomid-en-malaga-15246.html Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to strengthen your health with a help general health products. https://8hi.cbdordersnow.com/da/billig-ventolin-crushed-64818.html \r\nOur site offers a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help health products. https://5r.cbdordersnow.com/de/lexapro-soft-online-44705.html Our company provides herbal pills. Visit our health contributing site in case you want to look healthier. https://1m.cbdordersnow.com/es/vendo-lasix-ad-girl-86568.html  Our company offers a wide variety of non prescription products. Look at our health portal in case you want to look better. https://f4h.cbdordersnow.com/sv/lasix-inget-recept-mosselen-50733.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to feel better with a help health products. https://2m7o.cbdordersnow.com/no/kjp-zithromax-trygt-p-nett-97963.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to feel better with a help generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldPepKE', 'Triarl@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 16:59:44', '46.41.71.92', '1'),
(2101, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"EugenegefVE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"plokijuyhtg@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84462795871\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:574:\"Spain, prestamos vivienda nueva where you’ll find cultures as banco nacional prestamos de vivienda diverse as its geography, continues to depend on tourism as a major banco nacional de fomento prestamos para la viviendasource of revenue. This is good news for prestamos mi vivienda banco de la nacion travelers because local businesses have adopted new technologies to keep with changing prestamos vivienda nacion times. What this basically means is you’ll have no significant problems in using your credit card when you’re in Spain. \r\nprestamos para vivienda medellin\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EugenegefVE', 'plokijuyhtg@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 20:14:33', '194.79.23.246', '1'),
(2102, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Linda1983sauptMM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"vanotnt@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82343136246\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:175:\"Смотреть кино фильмы-сериалы онлайн бесплатно, в хорошем HD качестве 720p, 1080p \r\n \r\n \r\nсмотреть кино 2019\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"30\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Linda1983sauptMM', 'vanotnt@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 21:52:02', '78.153.137.134', '1'),
(2103, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertSoighJQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"valentinyrkovv@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82392455822\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:239:\"Добрый день! \r\nОчень такой прикольный сайт. \r\n \r\nМоре приколов...Соль, Альфа, MDMA, Гашишь, и т.д. \r\nДоброе пожаловать на сайт: \r\n \r\nhttp://mawevivupy.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertSoighJQ', 'valentinyrkovv@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-01 22:08:23', '95.143.218.78', '1'),
(2104, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndrewadorbCT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84613651574\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:989:\"#Авиабилеты \r\nПроверенный помощник в поиске авиабилетов, первый и единственный в Рунете метапоиск дешевых авиабилетов. Мы ищем авиабилеты в 728 авиакомпаниях, 15 авиакассах и 5 системах. Никаких сборов или наценок — лишь максимально низкие тарифы от надежных агентств, а где покупать — решать пользователям \r\nhttp://www.herebooking.blogspot.com/2019/10/aviasales.html \r\n \r\n***** \r\n#Aviabilety \r\nProverennyy pomoshchnik v poiske aviabiletov, pervyy i yedinstvennyy v Runete metapoisk deshevykh aviabiletov. My ishchem aviabilety v 728 aviakompaniyakh, 15 aviakassakh i 5 sistemakh. Nikakikh sborov ili natsenok — lish&#039; maksimal&#039;no nizkiye tarify ot nadezhnykh agentstv, a gde pokupat&#039; — reshat&#039; pol&#039;zovatelyam\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndrewadorbCT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 00:37:18', '185.251.38.4', '1'),
(2105, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EmmittDydayKL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"6trb7@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88356847653\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"日本片商合法授權 極道光碟屋 台中AV女優光碟店 日本片商合法授權 – AV女優光碟.名器專賣(未滿18歲禁止) \r\n \r\nhttp://avgood-store.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EmmittDydayKL', '6trb7@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 03:36:06', '47.88.168.75', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2106, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SashkaRSugeMF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"tatyanapyanova43@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88737694128\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1459:\"kinder surprise +and toys  kinder surprise disney kinder surprise cars kinder surprise 2019 \r\n \r\nhttps://youtu.be/uwiVVpQM5-0 \r\n \r\nhttps://www.bing.com/videos/search?q=We+open+a+real+kinder+surprise%2c+what+is+hidden+there+%3f%3f+Kinder+surprise+2019+%26+Kinder+surprise+2020&amp;qs=n&amp;sp=-1&amp;pq=we+open+a+real+kinder+surprise%2c+what+is+hidden+there+%3f%3f+kinder+surprise+2019+%26+kinder+surprise+2020&amp;sc=0-99&amp;sk=&amp;cvid=76C19C0B54104EABAE34B7E7EFDC5FE7&amp;ru=%2fsearch%3fq%3dWe%2bopen%2ba%2breal%2bkinder%2bsurprise%252C%2bwhat%2bis%2bhidden%2bthere%2b%253F%253F%2bKinder%2bsurprise%2b2019%2b%2526%2bKinder%2bsurprise%2b2020%26qs%3dn%26form%3dQBLH%26sp%3d-1%26pq%3dwe%2bopen%2ba%2breal%2bkinder%2bsurprise%252C%2bwhat%2bis%2bhidden%2bthere%2b%253F%253F%2bkinder%2bsurprise%2b2019%2b%2526%2bkinder%2bsurprise%2b2020%26sc%3d0-99%26sk%3d%26cvid%3d76C19C0B54104EABAE34B7E7EFDC5FE7&amp;view=detail&amp;mmscn=vwrc&amp;mid=B796E383C92D9F6C0612B796E383C92D9F6C0612&amp;FORM=WRVORC \r\n \r\nhttps://yandex.ru/video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81/%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/hidden/?text=We%20open%20a%20real%20kinder%20surprise%2C%20what%20is%20hidden%20there%20%3F%3F%20Kinder%20surprise%202019%20%26%20Kinder%20surprise%202020&amp;path=wizard&amp;parent-reqid=1572596772922917-1822590018089853908700102-sas1-5459&amp;noreask=1&amp;filmId=3235790719785876460 \r\n \r\nhttps://yandex.ru/collections/user/sashokras/multiashnye-risunki-disnei/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SashkaRSugeMF', 'tatyanapyanova43@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 03:47:58', '213.87.249.144', '1'),
(2107, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LouistowNT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"robertCob@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87959377239\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:343:\"The international Blockchain project &quot;Eldorado&quot; \r\nLeader in short-term investing in the cryptocurrency market. \r\nThe leader in payments for the affiliate program. \r\n \r\nThe investment period is 2 days. \r\nMinimum profit is 10%   \r\nDaily payments under the affiliate program. \r\n \r\nRegistration in the project: https://eldor.cc#engbtce\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LouistowNT', 'robertCob@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 08:42:38', '84.17.47.100', '1'),
(2108, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardwoumbQF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"temptest971987576@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86884128446\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:52:\"Locksmith Tampa \r\nhttps://superlocksmith.net - porn!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardwoumbQF', 'temptest971987576@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 09:49:27', '163.172.37.251', '1'),
(2109, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CameronneignIJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"mihalenavalentina38@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88698912282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1570:\"Пизда и жопа блещет, как витрина, торгует юной плотью Тютрина Арина. \r\nЕе не напугать корявым хуем и дилдосом - вопрос ее лишь в наличии бабосов. \r\nПлати и пользуй дырочки Арины, они дешевле Люды и Марины. \r\nЕе ебут чечены и буряты, татары, даги, негры с Барбадоса, - ее не парит, важен лишь размер взноса. \r\n \r\nвидео \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da7361c9ff39 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da73556e00ec \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62f3178ea5 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62ed942962 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da626e13e6f8 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da625d527156 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6231b27f6c \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da62239afb9c \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6218a74c7b \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6206e20058 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61fa02d537 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61d37ab902 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da61892dad08 \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da610adaf5ce \r\nhttps://rt.pornhub.com/view_video.php?viewkey=ph5da6025723339 \r\n \r\nфото \r\nhttps://rt.pornhub.com/album/43213761\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CameronneignIJ', 'mihalenavalentina38@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 12:33:47', '176.96.225.203', '1'),
(2110, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"katrinadw4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"kyledc1@sora7410.hiroyuki88.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87225188447\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:215:\"Hot photo galleries blogs and pictures\r\nhttp://baitbus.fetlifeblog.com/?theresa \r\n\r\n aj cook porn video aj cook brittany bruke porn black lesbian shemale porn chinese teen porn buddy accountablity for porn addiction\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'katrinadw4', 'kyledc1@sora7410.hiroyuki88.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 12:40:50', '104.244.74.78', '1'),
(2111, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenrapHD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"makssemenovs1998@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86969864315\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:86:\"https://russian-army-goods.com/suits/gorka-suits/suit-gorka-3k-a-tacs-fg-rip-stop-bars\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenrapHD', 'makssemenovs1998@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 13:28:41', '185.104.184.115', '1'),
(2112, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"korpuskipRS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"uaytsayt@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88692766954\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:227:\"купить уголок кухонный в москве или  фабрика по производству корпусной мебели в москве \r\n \r\nкорпусная мебель москва шкаф купе\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'korpuskipRS', 'uaytsayt@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 18:31:37', '5.188.210.18', '1'),
(2113, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Klarita VoxNT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"daviammik@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83917756393\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:477:\"Нужен человек который сможет доделать сайт, который находится на платформе вордпрес.Сайт почти готов, нужно подредактировать категории и подкатегории и добавить товары.Так же объяснить как менеджеру проверять поступление заказов.Очень срочно. читать далее...\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Klarita VoxNT', 'daviammik@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-02 23:29:10', '178.17.177.41', '1'),
(2114, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"derekgp69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"edwinayi16@hikaru60.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88686467456\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:230:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://pornpartywomen.mayeurporn.fetlifeblog.com/?karen \r\n\r\n gay porn hd premium babyfat porn isreali porn actresses my porn untitled free porn websites com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'derekgp69', 'edwinayi16@hikaru60.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 02:06:10', '109.70.100.21', '1'),
(2115, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"albash3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"leeyy2@rokuro24.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88787999395\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:211:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://dateingsites.instasexyblog.com/?tamara \r\n\r\n amateur porn fuck the latino ass free online tickle porn caught porn movies free animated porn photos peephole porn film\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'albash3', 'leeyy2@rokuro24.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 04:12:41', '130.185.250.76', '1'),
(2116, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"briananp4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"shanamj69@susumo82.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85386755876\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:208:\"New sexy website is available on the web\r\nhttp://retardidporn.hoterika.com/?marlene \r\n\r\n oscar winner former porn free jewwish milf porn megaupload and porn annette dawn nude porn amateur free home movie porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'briananp4', 'shanamj69@susumo82.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 06:00:00', '199.249.230.103', '1'),
(2117, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83434429557\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1001:\"30 Aug 2019 ... Zoloft (sertraline) is an antidepressant used to treat depression and anxiety. While generally safe, there are some side effects you should watch ... https://pharmahealththailand.com/does-zoloft-cause-memory-loss.html Pharmahealththailand\r\n \r\nCaution is if you have diabetes, phenylketonuria (PKU), or any type of other condition that requires you to limit/avoid these substances in your diet.\r\n \r\n \r\nInstaSkincare points out the differences between their serum and those from other companies.\r\n \r\nsuper kamagra amazon\r\n \r\nThe recommended intake would be to take more then 50 micrograms or 2000 International Units a day.\r\n \r\nProducts 1 - 20 of 24 ... Many people look for a way of buying Viagra over the counter because they don&#039;t want to have to get a prescription. Viagra used to only be ... pills buy\r\n \r\nIf you think you got into close contact with an infected person call your doctor and ask for a varicella vaccine.\r\n \r\n \r\nfktrpr94f \r\nCan you consider mucinex and delsym?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 06:08:39', '194.28.115.251', '1'),
(2118, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"webmasterGanySW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87519299274\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:802:\"Творческие услуги и дизайн У на всегда найдется множество заказов для всех творческих мастеров, которые не желают похоронить свой талант! Здесь можно искать клиентов по таким направлениям, как: живопись, дизайн, чертёж и моделирование, создание маркет-китов, верстка и полиграфия, брендбуков, лого и много другого!Это легко и быстро - они уже вас ждут и желают договориться. \r\nПроблема клиентов решена, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'webmasterGanySW', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 07:16:29', '178.17.177.63', '1'),
(2119, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldRizCA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"llaroche058@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85224958686\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"natural acne pills  http://adipex.forumcrea.com  home remedies fever\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldRizCA', 'llaroche058@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 07:23:30', '51.15.15.164', '1'),
(2120, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"GeorgeFaibEPQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"kupcenkor6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87338772956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:836:\"Сорокина Екатерина Александровна и шантаж преподавателей \r\nБезграмотная сотрудница кафедры МИИТа «Техносферная безопасность» Сорокина Екатерина Александровна получила образование сомнительным путем. Работая в ВУЗе, Сорокина Екатерина шантажировала преподавателей кафедр, что те будут наказаны руководством (Аксеновым Владимиром Алексеевичем), если просто не поставят в зачетку отметку. Учитывая &quot;теплые&quot; отношения Сорокиной Е.А. с Аксеновым В.А.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgeFaibEPQ', 'kupcenkor6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 08:41:47', '176.96.225.203', '1'),
(2121, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesBubVF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"abaravavy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84172337392\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2269:\"hOur company provides supreme quality supplements. Visit our health contributing portal in case you want to feel better. https://2m7o.cbdordersnow.com/it/zithromax-teva-prezzo-82203.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help of health products. https://c2.cbdordersnow.com/it/costo-equivalente-kamagra-95255.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help health products. https://h83z.cbdordersnow.com/it/fildena-prezzo-confezione-25238.html Our company provides a wide variety of non prescription drugs. Visit our health website in case you want to look better with a help health products. https://fu56.cbdordersnow.com/de/levitra-in-deutschland-online-41807.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to feel better with a help health products. https://m6.cbdordersnow.com/it/metformin-farmacia-senza-ricetta-medica-86332.html Our company provides generic pharmacy. Look at our health contributing portal in case you want to strengthen your health. https://f4h.cbdordersnow.com/de/lasix-pfizer-online-kaufen-38323.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health site in case you want to look better with a help of general health products. https://r5p7.cbdordersnow.com/fi/halpoja-kamagra-tv-advertising-32065.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to to feel healthier with a help generic supplements. https://9f.cbdordersnow.com/de/clomid-online-deutschland-bestellen-63958.html  Our company offers healthcare products. Look at our health contributing site in case you want to look healthier. https://e5z.cbdordersnow.com/nl/bestelling-prednisone-groin-52845.html Our company provides a wide variety of pharmacy. Look at our health contributing site in case you want to improve your health. https://g44q.cbdordersnow.com/fr/zithromax-prix-buse-bton-3763.html Our company offers safe weight loss products. Look at our health contributing portal in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesBubVF', 'abaravavy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 09:34:00', '5.139.79.111', '1'),
(2122, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JamesHeemsUG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"johnjoshef14@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89668151893\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Classical oriental folklore titled slot ‘Long Mu Fortunes’ by the software provider Fortune Factory Studios is a 5*3 slot with ten betways. The game has RTP=96.44% and high-volatility. The main slot features are Wild,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHeemsUG', 'johnjoshef14@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-03 22:07:16', '217.160.60.234', '1'),
(2123, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"GraffTaidaHY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"telev2isionvideo108@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87548717431\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1191:\"Графской Виктор Николаевич 1975 года рождения, уроженец г.Москва. \r\n \r\nФинансовый советник и ведущий аналитик инвестиционной компании &quot;Атон&quot;. Плодотворно сотрудничал с &quot;E3 Investment&quot;, известной успешными вложениями в высоколиквидную недвижимость. \r\n \r\nАктивный участник многих бизнес форумов,  выступающий с актуальными докладами и предлагающий решения в сложных аспектах малого и среднего бизнеса. \r\n \r\nВиктор Николаевич, неоднократно был отмечен в активном привлечении  инвестиций в сельское хозяйство Краснодарского края. Нельзя не отметить пользу от общественной деятельности в Московском регионе, такую как благотворительность и меценатство.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GraffTaidaHY', 'telev2isionvideo108@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-04 03:48:05', '91.122.59.90', '1'),
(2124, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Ulia Haynes\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"ulia@onlinevisibilty.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"9013061554\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:427:\"Digital Marketing Solution &amp; Website Re-designing\r\n\r\nWe are a progressive web solutions company. We create stunning websites &amp; put them on 1st page of Google to drive relevant traffic at very affordable price. Let us know if you would be interested in getting detailed proposal. We can also schedule a call &amp; will be pleased to explain about our services in detail. We look forward to hearing from you soon. Thanks!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Ulia Haynes', 'ulia@onlinevisibilty.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-04 05:23:57', '45.115.7.38', '1'),
(2125, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"lukkipTO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"Burtehmontaj@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86253682428\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"ревизионный люк под плитку нажимной или ревизионные люки оптом \r\n \r\nhttps://www.lukland.ru/catalog/hatches/floorhatches/hago/rva/variant/707\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'lukkipTO', 'Burtehmontaj@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 00:44:26', '5.188.210.18', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2126, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DeweyrhickMS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"yuansichen20160626@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81876252575\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1414:\"meizitang \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang \r\nmeizitang strong \r\nmeizitang espana \r\nbotanical slimming \r\nmeizitang originales \r\npastillas chinas meizitang \r\nmeizitang en espana \r\nmeizitang \r\nmeizitang italia \r\nmeizitang soft gel \r\ncomprare meizitang \r\nbotanical slimming \r\nmeizitang capsule \r\nmeizitang online \r\nmeizitang \r\nmeizitang australia \r\nmeizitang strong version \r\nbotanical slimming soft gel \r\nmeizitang soft gel \r\nbuy meizitang \r\nmeizitang \r\nmeizitang japan \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang soft gel \r\nmeizitang strong version \r\nmeizitang capsules \r\nmeizitang \r\nmeizitang soft gel \r\nmeizitang suomi \r\nmeizitang capsules \r\nbotanical slimming \r\ntilaa meizitang \r\nmeizitang soft geeli \r\nmeizitang \r\nmeizitang canada \r\nmeizitang botanical slimming \r\nmeizitang soft gel \r\nmeizitang capsules \r\nbotanical slimming soft gel \r\nmeizitang \r\nMeizitang zielony \r\nmeizitang strong version \r\nMeizitang zachte gel \r\nMeizitang czerwony \r\nmeizitang soft gel \r\nmeizitang capsule \r\nbotanical slimming \r\nmeizitang \r\nmeizitang malaysia \r\nmeizitang capsules \r\nmeizitang strong version \r\nmeizitang soft gel \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel \r\nmeizitang \r\nmeizitang russia \r\nmeizitang soft gel \r\nmeizitang botanical slimming \r\nbotanical slimming soft gel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DeweyrhickMS', 'yuansichen20160626@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 00:51:24', '36.5.132.97', '1'),
(2127, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DaviddugGY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"hghcliniconline@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89365131325\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:180:\"Hello. Can you help me? I want to fint the best  \r\nWinter Haven HGH Clinic or better The Best HGH Therapy Clinic The Best HGH Therapy Clinic The Best HGH Therapy Clinic  8e3a0a7  ?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"72\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DaviddugGY', 'hghcliniconline@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 08:51:42', '200.89.174.109', '1'),
(2128, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RichardwoumbQF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"temptest971987576@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88281147789\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:54:\"Locksmith Tampa \r\nhttps://superlocksmith.net - porn!..\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardwoumbQF', 'temptest971987576@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 09:41:47', '163.172.37.251', '1'),
(2129, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87598344668\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:905:\"17 Aug 2019 ... Bitcoin (в‚ї) is a cryptocurrency. It is a decentralized digital currency without a central bank or On 3 January , the bitcoin network was created ... https://preciobitcoin1.com/how-are-bitcoins-made.html Bitcoin\r\n \r\nThe Federal Joint Committee (G-BA) specified diclofenac/hyaluronic acid gel as appropriate comparator therapy.\r\n \r\n \r\nFor many Nigerians, missionaries were the first Europeans with whom they came into contact.\r\n \r\ndoes cialis make you last longer in bed\r\n \r\nUsually multiple treatments are required to have the desired effect as it is not a deep peel.\r\n \r\n5 Mar 2019 ... such as antidepressant-associated changes to semen quality and DNA integrity,44 . Short half-life drugs, eg, venlafaxine, may be better with ... Effexor cant\r\n \r\nClaritin will assist with allergies : watering eyes,itchy throat,etc..\r\n \r\n \r\nfktrpr94f \r\nWhat dose of tetracycline for strep throat?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 11:30:33', '194.28.115.251', '1'),
(2130, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WesleyNicPG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"paymn@post-box.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86322377567\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2419:\"Our company offers supreme quality general health products. Look at our health contributing site in case you want to strengthen your health. https://2tq3.bestrxonline.site/modalert/no/35225-modalert-pris-norge-41969.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help of general health products. https://kf08.bestrxonline.site/provigil/es/2718-provigil-buy-online-25577.html Our company offers herb-based weight loss products. Look at our health contributing site in case you want to look better. https://l1e.bestrxonline.site/provigil/pt/67545-comprar-provigil-portugal-8610.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to strengthen your health with a help health products. https://dp0.bestrxonline.site/provigil/nl/5994-provigil-headaches-46118.html Our company provides herbal weight loss products. Take a look at our health contributing portal in case you want to strengthen your health. https://1v.bestrxonline.site/provigil/it/26790-provigil-generico-prezzo-15497.html Our company offers herbal supplements. Visit our health contributing portal in case you want to strengthen your health. https://dp0.bestrxonline.site/modafinil/es/51961-how-to-buy-modafinil-online-40176.html \r\nOur site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look healthier  with a help of general health products. https://s2.bestrxonline.site/modafinil/en/6986-modafinil-for-night-shift-563.html Our company offers herbal pills. Visit our health contributing site in case you want to strengthen your health. https://5w.bestrxonline.site/provigil/fi/22033-provigil-pee-smell-72357.html  Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help of general health products. https://1wk.bestrxonline.site/modafinil/en/53799-getting-modafinil-prescribed-82547.html Our site offers a wide variety of non prescription drugs. Visit our health portal in case you want to look healthier  with a help of general health products. https://7i.bestrxonline.site/provigil/no/53016-provigil-side-effects-long-term-82321.html Our company offers herb-based health products. Take a look at our health contributing website in case you want to look better.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WesleyNicPG', 'paymn@post-box.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 13:50:13', '5.139.139.41', '1'),
(2131, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"vidosikiGanyIW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88165336847\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:252:\"Приветик, что нового? А у меня интересная новость смотри \r\nКак выбрать входную дверь - советы профессионала \r\n \r\n \r\n---------------------------- \r\nВсем пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vidosikiGanyIW', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 15:59:13', '178.17.177.63', '1'),
(2132, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"1Barret1FutTD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"tornado102034@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84958989485\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:659:\"Hello friend \r\nMy Adult Forum here \r\n Hearty friend, take a look roll up to us  Web-site, http://spymania-forum.org/ - Voyeur Forum spymania \r\nHere  your mercy find most fashionable hidden cameras - videos. \r\nOn this resource free  save to pc these Exclusive videos, such as: \r\n \r\n[IMG - https://img34.pixhost.to/images/329/119802169_ahrenet.gif[/IMG -  \r\n \r\nhttp://spymania-forum.org/forumdisplay.php?f=10 - Nudism and Naturism Keek film \r\nor \r\nhttp://spymania-forum.org/forumdisplay.php?f=23 - Teen photograph. \r\n \r\nOn our http://spymania-forum.org/ - Voyeur Forum Everyone of you can find и loading  free  flawless cinema on your leaning. \r\n \r\nCome to us.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '1Barret1FutTD', 'tornado102034@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 16:35:39', '37.59.40.152', '1'),
(2133, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85825859767\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"寳島騎跡自行車協會 https://fmb.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 18:53:54', '47.74.240.3', '1'),
(2134, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87123432773\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1118:\"8 Feb 2019 ... Apr 16, 7+ best desktop Bitcoin wallets you can setup instantly! Start sending and receiving bitcoins now!. Sep 7, Bitcoin wallets for Mac OS X ... - power\r\n \r\nHowever, since some of the effects of the drug last longer than that, the effects of this drug can last up to 1-2 weeks after stopping the drug.\r\n \r\n \r\nHe rose to fame in the 1970s and his career was cut short by a freak accident that killed him in 1973.\r\n \r\nfemale viagra prank real\r\n \r\nEtoricoxib (Arcoxia) is a brand new COX-2 selective NSAID that came out in Australia on private prescription within August 2009.\r\n \r\n7 Apr 2019 ... Download the preciobitcoin1.com Wallet, A simple, secure way to send and receive bitcoin. Available for iOS, Android, Mac, Windows, and ... sell bitcoin\r\n \r\nOn the flip-side, Nolvadex has a positive effect on cholesterol values, which can be helpful for those who struggle in this area, but it also reduces circulating levels of IGF-1; a key hormone involved in the muscle building process.\r\n \r\n \r\nfktrpr94f \r\nDo you know of any people with muscle cramps or other muscle related side effects on Dexiliant.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-05 22:01:57', '194.28.115.251', '1'),
(2135, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"esmeraldajr60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"robertove20@naoki8310.itsuki70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89833298738\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"Sexy teen photo galleries\r\nhttp://tailsporn.hotblognetwork.com/?aaliyah \r\n\r\n play free cartoon porn games online bodybuilder big muscular gay porn fosters home for imiganary friends porn medieval porn montreal porn industry\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'esmeraldajr60', 'robertove20@naoki8310.itsuki70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-06 06:05:55', '77.247.181.165', '1'),
(2136, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"ScottbarmaLM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"le.uh.aten.nu.mb@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84423987471\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1441:\"A melhor qualidade possível a preços acessíveis Vendida sem receita médica, http://cyto-pt.id.st/mulher-cistite-cranberry-a175157762 sem efeito dano alternativa natural para uso a longo prazo http://cyto-pt.id.st/cistite-tratamento-mulher-tem-a175158210 prevenção dor de cabeça Silves \r\nsobre o contador Preços baixos http://cyto-pt.id.st/cistite-mulher-gravida-pilly-a175157840 vício bypass gástrico \r\ninfecção do ouvido médio visto durante a noite http://cyto-pt.id.st/tratamento-da-cistite-suica-tratamento-cistite-spilf-a175159380 taxa de dose e álcool em mulheres notícia http://cyto-pt.id.st/medicacao-para-cistite-com-prescricao-a175158434 é um antibiótico bom para Trofa \r\ninfecções respiratórias e os rins http://cyto-pt.id.st/tratamento-da-cistite-em-mulheres-gravidas-a175159482 e álcool disponível on-line \r\nalergia formigamento facial em http://cyto-pt.id.st/cistite-urinaria-odorosa-urina-laranja-cistite-cistite-cheiro-de-urina-a175156808 quando tomar LondrinaвЂЋ \r\ninformações do paciente conhecidas reações alérgicas a http://cyto-pt.id.st/tratamento-cistite-de-uma-so-vez-cistite-de-tratamento-e-coli-a175159014 Pacote Discreto Santa Comba Dao \r\n ingredientes \r\nEncomenda segura de transporte, rápido! pesquisa http://cyto-pt.id.st/urina-de-sangue-cistite-o-que-fazer-a175156862 Encomenda segura de transporte, rápido! Santo Tirso \r\n usado para inflamação de garganta \r\n categoria gravidez\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ScottbarmaLM', 'le.uh.aten.nu.mb@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-06 08:59:54', '178.159.37.61', '1'),
(2137, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82353663297\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1016:\"1. Вид на жительство в Эстонии. Стоимость 5800€. https://diamont.ee/vid-na-zhitelstvo/ Срок оформления 5 месяцев. Выдаётся на два года, с возможностью продления. Возможность жить и работать постоянно на территории ЕС. В перспективе гражданство. ВНЖ в Эстонии на основании членства в правлении эстонской компании, без внесения уставного капитала и без необходимости проживания. Готовое юридическое лицо на территории Евросоюза, соответствующее всем нормам для ходатайства ВНЖ, которое можно использовать для ведения бизнеса. +372 56170440  8 800 2006023 (для звонков из России)  contact@diamont.ee\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-06 10:19:54', '188.163.109.153', '1'),
(2138, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"websiteGanyDT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"nikolinagenovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87414968324\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"Ищу хорошего IT специалиста нужен сайт и продвижение. читать далее... \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n------------------------ \r\nWEB специалисты помогите\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'websiteGanyDT', 'nikolinagenovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-06 23:30:59', '178.17.177.53', '1'),
(2139, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertFRUPSTL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"depp38084@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84678917632\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:216:\"Age of Asgard shows up with two-reel packs of five reels, three rows, and forty methods to win. The theme is, as the heading indicates, about Norse mythology, and it shows up with some fascinating bonus features that\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertFRUPSTL', 'depp38084@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 00:59:35', '167.86.73.176', '1'),
(2140, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SimagroofQR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"simaland6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88245931197\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5133:\"Чтобы вылечить рак, требуется дорогостоящее и эффективное \r\nлечение. \r\nМедикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) \r\nпредназначен для терапии немелкоклеточного рака лёгких. Новейшее средство успело отлично зарекомендовать себя в терапии серьёзного заболевания. \r\n \r\nСостав и свойства \r\nВ эффективный препарат последнего поколения входит активное \r\nлекарственное вещество кризотиниб, которое является \r\nселективным ингибитором тирозинкиназы и киназы анапластической \r\nлимфомы. \r\nТакже в препарат включены дополнительные вещества, \r\nкоторые способствуют лучшей абсорбции лекарственного \r\nвещества. \r\nЛекарство последнего поколения прекращает дальнейшее развитие \r\nзлокачественной опухоли и убивает раковые клетки. \r\nВ результате воздействия средства происходит индуцирование \r\nкризотинибом опухолевых клеточных структур. \r\nПрепарат Ксалкори – мощное противоопухолевое средство, \r\nкоторое часто назначается врачами, если предыдущее лечение \r\nрака лёгких не принесло положительного результата. \r\nПротивоопухолевое воздействие средства является дозозависимым. \r\nЧтобы медикамент \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) купить по сниженной цене, обращайтесь в нашу интернет аптеку. \r\n \r\nПоказания \r\n• ALK-позитивный немелкоклеточный рак; • ROS-1-позитивный рак лёгкого. \r\n \r\nПротивопоказания \r\n• гиперчувствительность к составу средства; • беременность; • лактация; • детский возраст; \r\n• печёночная недостаточность; • совместный приём с ингибиторами CYP3A. \r\n \r\nСпособ применения \r\nПриём данного лекарства не зависит от употребления пищи. Капсула проглатывается, \r\nне разжёвываясь. Требуется непременно запить медикамент чистой водой. \r\nМедики рекомендуют дозу препарата - 250 мг (2 раза в сутки). \r\nНе следует удваивать лекарственную дозировку при пропуске употребления средства. \r\nКоррекция дозы зависит от выраженности CTCAE. \r\nПри выраженных побочных эффектах лекарство временно отменяется. \r\nОднако на средство Ксалкори (Crizotinib) - Xalkori (Кризотиниб) отзывы \r\nвстречаются лишь положительные. Препарат хорошо переносится организмом. \r\n \r\nПобочные реакции \r\n• головокружения; • нейропатия; • понижение аппетита; • тошнота; • диарея; • запор; \r\n• нарушения зрения. \r\n \r\nГде купить лекарство \r\nУ нас на сайте каждый покупатель может купить лекарство по приемлемой стоимости. \r\nНа медикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) цена доступна каждому \r\nпокупателю. Вы можете заказать доставку медикамента по указанному номеру телефона либо \r\nоформить покупку прямо в форме заказа. Если вам требуется лекарство \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) стоимость в нашей интернет аптеке \r\nнамного ниже, чем в других пунктах продажи. Приобретение медикамента на нашем \r\nсайте гарантирует вам высокое качество нужного лекарства и экономию денег. \r\nВы можете заказать необходимое лекарство, не выходя из дома, прямо сейчас! \r\n \r\n \r\n \r\nпрепарат ксалкори\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SimagroofQR', 'simaland6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 04:48:21', '5.248.224.188', '1'),
(2141, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidKEDCR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"wlms111@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83877748847\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5243:\"Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib) – аналог Имбрувика  представляет собой лекарственный препарат, действующий на основе низкомолекулярного ингибитора тирозининазы Брутона. \r\nФорма выпуска \r\nВыпуск лекарства осуществляется в виде капсул, основным веществом которых является ибрутиниб. \r\nДействие препарата \r\nРекомендуется принимать препарат за несколько часов либо до еды, либо после. Попадая в организм, лекарство сразу же абсорбируется. Действие препарата направлено на борьбу с раковыми клетками: он останавливает процесс их роста, тем самым приводя к уменьшению опухоли. Если вы хотите  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика купить  недорого, тогда оформляйте заказ на нашем сайте. \r\nПоказания к применению \r\nПрием лекарственного средства осуществляется взрослыми, имеющими следующие заболевания: • Мантийноклеточная лимфома; • Лимфоцитарный лейкоз; • Макроглобулинемия Вальденстрема. В основном, лечение данным препаратом осуществляется в том случае, если пациенты не могут пройти курс химиотерапии или иммуннотерапии. Про  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика отзывы  по большей части положительные. \r\nПобочное действие \r\nВ качестве побочных эффектов можно отметить: • нарушения работоспособности нервной системы; • нарушения работоспособности желудочно-кишечного тракта; • нарушения зрения; • аллергические реакции. Также может проявиться слабость или отек. Если побочные эффекты имеют слабое действие, то прием препарата продолжается в обычном режиме. В противном случае при ухудшении состояния пациента прием препарата прекращается и назначается консультация у лечащего врача. Узнать, какая сегодня на  Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика стоимость можно, позвонив в нашу аптеку. \r\nПротивопоказания \r\nИбрутиниб не рекомендуется принимать: • беременным и кормящим женщинам; • детям в возрасте до 18 лет; • больным, имеющим гиперчувствительность к какому-либо из компонентов препарата; • пациентам, у которых имеются проблемы с печенью и почками. Также запрещено применение препарата в случаях, если ведется параллельный курс лечения мощных препаратов. Среди тех, кто был вынужден пройти курс лечения данным препаратом, было отмечено тяжелое влияние Ибрутиниба на организм. По мнению некоторых, в течение приема лекарства проявились многие побочные эффекты, особенно часто – кровотечения и нарушения дыхательных функций. Все это приводило к тому, что нужно было постоянно корректировать дозу лекарства. В любом случае отпуск препарата осуществляется по рецепту врача. И для того, чтобы был назначен именно \r\n Ibruxen (Ибрутиниб 140мг) - Ибруксен ( Ibrutinib ) – аналог Имбрувика цена   которого более доступна, необходимо пройти специальное обследование и сдать требуемые анализы. Лечащий врач сделает вывод о виде заболевания и выпишет соответствующий рецепт \r\n \r\n \r\nимбрувика производитель\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidKEDCR', 'wlms111@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 05:29:00', '5.248.224.188', '1'),
(2142, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"StevenrapHD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"makssemenovs1998@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84323123425\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"https://russian-army-goods.com/suits/gorka-suits/suit-gorka-4-russia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StevenrapHD', 'makssemenovs1998@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 06:13:30', '185.104.184.115', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2143, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"FrankZexRM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"Embevew@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84313344799\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2207:\"Our company offers herb-based pharmacy. Visit our health contributing site in case you want to feel better. https://1n.powerhealth.site/nl/verkoop-222-coupon-46882.html Our company provides safe supplements. Look at our health contributing portal in case you want to feel better. https://s9.powerhealth.site/sv/rea-laurabolin-cenforce-83953.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to to feel healthier with a help of health products. https://2ir2.powerhealth.site/sv/bestaella-equipoise-lowest-47904.html Our company offers a wide variety of non prescription products. Look at our health contributing website in case you want to strengthen your health. https://b0.powerhealth.site/nl/testosterone-blend-prijs-bronzen-16720.html Our company offers non prescription products. Take a look at our health contributing website in case you want to strengthen your health. https://e5.powerhealth.site/no/testosterone-suspension-nett-toolbox-53315.html Our company offers herbal weight loss products. Take a look at our health contributing site in case you want to feel healthier. https://id96.powerhealth.site/es/halotestin-sin-receta-panama-98746.html \r\nOur company offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better. https://g1.powerhealth.site/da/testosterone-crme-uden-recept-kippenlevertjes-90787.html Our company offers a wide variety of pharmacy. Visit our health contributing website in case you want to look healthier. https://6n.powerhealth.site/nl/verkoop-testosterone-suspension-is-too-expensive-68857.html  Our company provides a wide variety of general health products. Take a look at our health contributing portal in case you want to feel better. https://1n.powerhealth.site/nl/verkoop-testosterone-crme-amex-27886.html Our company offers a wide variety of weight loss products. Take a look at our health contributing portal in case you want to look healthier. https://c7y.powerhealth.site/no/sten-rezeptfrei-kwanzaa-48088.html Our company provides supreme quality non prescription products. Take a look at our health contributing site in case you want to look healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'FrankZexRM', 'Embevew@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 10:08:15', '109.165.19.191', '1'),
(2144, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGusQA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"valerakrem@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82363338571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:272:\"Приветик! \r\nНеобыкновенно незабываемый сайт. \r\n \r\nМоре приколов...Гердос, Меф, Speed, Меф, и т.д. \r\nЗаходи на сайт: \r\n \r\n	http://www.hydra--center.ru.com/marihuana - 25/i-marihuana-anasha - 75.php\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGusQA', 'valerakrem@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 12:24:22', '95.143.218.78', '1'),
(2145, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"soniafv69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"latashaol2@naoki8310.shiro70.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89566541949\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:196:\"Hot photo galleries blogs and pictures\r\nhttp://joellewarneporn.instasexyblog.com/?nataly \r\n\r\n black prego porn mammoth video porn oreteen fetish porn 69 tiny tit porn creampie movies cute boy porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'soniafv69', 'latashaol2@naoki8310.shiro70.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 14:35:58', '199.249.230.77', '1'),
(2146, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KeithPafMN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"cost_j@inbox.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81888352753\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"lacoba.me \r\n \r\nlacoba.me\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KeithPafMN', 'cost_j@inbox.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 20:10:25', '46.173.55.27', '1'),
(2147, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85983239956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1197:\"Поставщик онлайн-платформы бронирования авиабилетов, предлагающий быстрое и простое онлайн-обслуживание путешествий. Платформа онлайн-бронирования билетов компании позволяет заключить сделку на номер в любом из 750 000 отелей по всему миру, что позволяет путешественникам сравнивать рейсы, предлагаемые более чем 800 авиакомпаниями по всему миру, и бронировать экономичные рейсы. \r\nhttp://www.herebooking.blogspot.com/2019/11/OneTwoTripru.html \r\n------- \r\nPostavshchik onlayn-platformy bronirovaniya aviabiletov, predlagayushchiy bystroye i prostoye onlayn-obsluzhivaniye puteshestviy. Platforma onlayn-bronirovaniya biletov kompanii pozvolyayet zaklyuchit&#039; sdelku na nomer v lyubom iz 750 000 oteley po vsemu miru, chto pozvolyayet puteshestvennikam sravnivat&#039; reysy, predlagayemyye boleye chem 800 aviakompaniyami po vsemu miru, i bronirovat&#039; ekonomichnyye reysy.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 22:00:13', '109.234.38.61', '1'),
(2148, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87456731342\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:906:\"27 Jun 2019 ... Prednisone onset of action. prednisone onset of action. Mechanism of action. Glucocorticoids such as Prednisolone can inhibit leukocyte ... of of\r\n \r\nThe issue with Aleve is that it blocks several enzymes it doesnвЂ™t need to, and thus causes more side effects.\r\n \r\n \r\nAs the worst type of headache, migraine symptoms can extend anywhere from being unable to deal with sound or light all the way up to total nausea, vomiting and an aura.\r\n \r\nlipitor sideaffects\r\n \r\nIn fact, from user feedback it appears the side effect that causes most concern is skin irritation on the scalp.\r\n \r\nIf one tries to create a transaction, the other partner will be required to sign off on the transaction before money can be moved. - -\r\n \r\nBenicar was first approved for marketplace in 2002.\r\n \r\n \r\nfktrpr94f \r\nThat&#039;s why they compared ketamine patients with patients taking other pain medications.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 22:46:03', '194.28.115.251', '1'),
(2149, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88875211695\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:989:\"13 Sep 2019 ... Learn about Levitra (Vardenafil HCl) may treat, uses, dosage, side effects, drug Levitra. Generic Name: vardenafil hcl; Brand Name: Levitra. generic buylevitrausa.com\r\n \r\nCalcium supplement channel blockers include what is usually agreed to be the world&#039;s most popular hypotension medication - Norvasc.\r\n \r\n \r\nLisinopril is a prescription medication used in the treatment of high blood pressure.\r\n \r\nbetween difference levitra viagra\r\n \r\nFrom aerobics, to exercise machines, to instructional videos, food supplement, diet pills and lots more.\r\n \r\n25 Mar 2019 ... Why is it necessary to understand the fundamentals of Bitcoin? Because Bitcoin is an asset that should be kept for the long-term using a вЂњBuy. https://bitcoinbusinessbooster.com/eff-bitcoin.html bitcoin\r\n \r\nRead the first article.\r\n \r\n \r\nfktrpr94f \r\nCholine Magnesium Trisalicylate Liquid is a cherry-flavored liquid providing 500 mg salicylate content per teaspoonful (5 mL) for oral administration.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-07 23:38:26', '194.28.115.251', '1'),
(2150, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardHowSF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"myessayfile@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87453556221\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5116:\"curso gestГЈo financeira gratis artigo cientifico: a cultura do negro: a capoeira artigos para decoraГ§ГЈo de natal 4.    A influГЄncia do direito internacional do trabalho no direito do trabalho brasileiro como fazer um resumo de um artigo os efeitos da improbalidade administrativa trabalho de conclusГЈo de curso arquitetura e urbanismo carta de apresentaГ§ГЈo curriculum sabrina sato ensaio sensual A Auditoria interna como ferramenta na prevenГ§ГЈo de fraudes Tecnologias educacionais em sala de aula AnГЎlises de doenГ§as atravГ©s do exeme de sangue A importГўncia do Compliance nas instituiГ§Гµes bancГЎrias O INDICE DE MORTALIDADE DAS MICRO E PEQUENAS EMPRESAS relatorio de estagio gestao sobre bullyng  \r\ncurso de batismo curitiba apresentaГ§Гµes da banda malta estaГ§ГЈo de tratamento de esgoto CIPBR/VACINAS INDUSTRIAL exame oab 2014 ccb ensaios Г‰tica na ComunicaГ§ГЈo em MГ­dias Sociais de Empresas pinturas abstrata joГЈo machado colГ©gio e curso a importancia da educaГ§ГЈo ambiental nas escolas para a preservaГ§ao do bioma local plano de curso sociologia ensino mГ©dio Porque os professores de EducaГ§ГЈo fГ­sica nГЈo aplicam aulas de luta se faz parte da grade curricular ? papel do enfermeiro no acidente com perfuro cortante exame coproparasitolГіgico cursos senai goiania Estudos de pre formulaГ§ГЈo do mebendazol  \r\nhttp://pinoreveen.zaridi.to/14291.html \r\nhttp://lutitenofo1510.ddns.blaupunkt-security.in/11871.html \r\nhttp://ginenofiru1510.scarsdaleddns.com/3257.html \r\nhttp://kemokitakbr.euweb.cz/15191.html \r\nhttp://gepilakovi.me/26577.html \r\nhttp://tararekimo.me/17501.html \r\nhttp://notagaroba1510.ddns.blaupunkt-security.in/13559.html \r\nhttp://korepoduku.me/25192.html \r\nOtimizaГ§ГЈo de marketing para o desenvolvimento de uma pequena marcenaria constituiГ§ГЈo federal artigo 6 trabalho curso economia exame de gravidez de farmacia como funciona A inconstitucionalidade do sistema prisional brasileiro gestГЈo de pessoas para resultados da organizaГ§ГЈo Atacarejo novo conceito de compra dos potiguares ou apenas uma moda passageira QuestГµes sobre o Livro ESTADO, GOVERNO E MERCADO VIABILIDADE NA CONSTRUГ‡ГѓO CIVIL COM LIGHT STEEL FRAMING LSF apresentadores do bom dia brasil RetenГ§Гµes previdenciГЎrias para o envio da EFD-Reinf x DCTFWeb Cultura,religiГЈo economia e politica da africa de 1500 e atual Consumo mГ­diatico e cultural nas redes sociais Os caminhos da enfermagem: de Florence Г  globalizaГ§ГЈo Responsabilidade por vicio ou defeito do produto ou serviГ§o CDC  \r\nFazer uma anГЎlise crГ­tica do filme https://www.youtube.com/watch?v=BZq4VC6uIPk e criar uma dissertaГ§ГЈo resultado normal de exame de urina artigo 327 cpc fundo abstrato azul Dificuldade em aprender matemГЎtica e fГ­sica timbalada ensaio Г‰ um slide sobre a vida de Nelson Rodrigues, eu tenho pesquisado e organizado Estilo de aprendizagem metodologias ativas o papel da tgecnologia no gerenciamento de pessoas Plantas toxicas no anbiente escolar e domesticoa Psicodrama nas organizaГ§Гµes - Recrutamento e seleГ§ГЈo utilizando objeto intermediГЎrio apresentadora da globo nua composiГ§Гµes indГєstria tГЄxtil Consumo sustentГЎvel e suas implicaГ§Гµes no equilГ­brio socioambiental Patologias trincas e fissuras em edifГ­cios  \r\nhttp://lifeletifa.me/3424.html \r\nhttp://nipohutonu.me/17390.html \r\nhttp://figafepebr.chytrak.cz/2366.html \r\nhttp://fagamusuben.chytrak.cz/367.html \r\nhttp://goridatora.me/11707.html \r\nhttp://vegifutibr.chytrak.cz/587.html \r\nhttp://fadibobalo1510.scarsdaleddns.com/7649.html \r\nhttp://venimedero1510.gaappos.za.net/21203.html \r\nMusicalizaГ§ГЈo nas escola e em projetos sociais Ensinar, atravГ©s do lГєdico e imagens Г© possГ­vel vagina exam curso de culinГЎria para iniciantes em sp preparo acadГЄmicos de enfermagem para o cuidado a adolescentes gravidas  \r\nCONTROLADORIA UM OLHAR PARA OS PEQUENOS NEGГ“CIOS RelatГіrio sobre um evento em gastronomia que eu tenha participado como produtor do evento. sebrae cursos online HistГіria de Mato Grosso atГ© o primeiro Governo Estudo fГЎrmacoeconГґmico de um sistema de distribuiГ§ГЈo de um hospital filantrГіpico do municГ­pio de Aracati 8 segundos - suplemento para jornal impresso sinГґnimo para apresentar artigo 22 da ldb 25 de marГ§o artigos para festa logistica reversa de aparelhos eletroeletrГґnicos dissertaГ§ao com argumentos e autonomia que agregue a sociedade 3 laudas modelo de apresentaГ§ГЈo de empresa por email Resenha sobre o filme Um golpe do destino Plano de controle ambiental Industria de tintas DEMOCRATIZAГ‡ГѓO DO ACESSO ГЂ JUSTIГ‡A AS PESSOAS VULNERГЃVEIS  \r\nhttp://holitunaga.me/15043.html \r\nhttp://rukipifotu2409.scarsdaleddns.org/24777.html \r\nhttp://bunenaten.chytrak.cz/24823.html \r\nhttp://gitavoken.chytrak.cz/22954.html \r\nhttp://duteholalen.zaridi.to/2878.html \r\nhttp://mofakarasbr.xf.cz/21944.html \r\nhttp://megutifufo1510.scarsdaleddns.org/23493.html \r\nhttp://hotafelubr.xf.cz/10569.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"58\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardHowSF', 'myessayfile@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-08 04:40:42', '185.183.95.255', '1'),
(2151, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"stremonarrahKO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lenasporteat@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86415238279\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1266:\"Заправка картриджей \r\n \r\nЗаправить картридж принтера гораздо выгоднее, чем покупать новый расходник. Профессионализм выполненной работы напрямую влияет на срок эксплуатации печатного устройства. Поэтому, если нужна заправка картриджа, стоит обращаться к специалистам. \r\n \r\nСотрудничать с сайтом www.stremon.ru очень просто: \r\n \r\n1. Вы оставляете заявку на заправку картриджа. \r\n2. Рассчитывается стоимость работы и последовательность необходимых мероприятий. \r\n3. Обсуждаются все тонкости и нюансы заказа. \r\n4. Специалисты выезжают по указанному адресу и проводят заправку картриджа качественной продукцией и максимально быстро. \r\n5. Заказчик оплачивает работу по факту. \r\n \r\n \r\nзаправка лазерных картриджей\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'stremonarrahKO', 'lenasporteat@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-08 06:18:55', '91.122.59.90', '1'),
(2152, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosEteptRT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"gagosmith62@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81917936537\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:99:\"Find your favorite cigarettes with cheap prices and get free shipping to your door. \r\n \r\ncigarettes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosEteptRT', 'gagosmith62@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-08 14:50:05', '5.134.80.170', '1'),
(2153, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"MarkBorJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"piminov_egizbek@e1.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89657557331\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:846:\"ищу работу мебель по каталогу \r\nвыгодно взять кредит в банке в москве \r\nищу работу на дому с компьютером украина \r\nсевастопольские газеты ищу работу 2012г \r\nвакансия оператор чпу с обучением вакансии \r\nвакансии продавца на авито в липецке \r\nтолько устроилась работу узнала беременна \r\nавито йошкар ола работа на дому \r\nдоплата до среднего заработка при декрете \r\nподать объявления ищу на работу в алматы \r\nавито работа на дому тюмень \r\nхоме кредит заявка на кредит онлайн\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarkBorJW', 'piminov_egizbek@e1.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-08 16:12:08', '5.188.84.158', '1'),
(2154, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ClaudeVocheRG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"humouts@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88959363152\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2383:\"hOur company offers generic pharmacy. Visit our health contributing website in case you want to feel healthier. https://1m.cbdordersnow.com/it/acquisto-lasix-generico-sicuro-23307.html Our company offers a wide variety of non prescription drugs. Visit our health website in case you want to to improve your health with a help of health products. https://j0z7.cbdordersnow.com/de/lady-era-von-bayer-kaufen-94176.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to to feel healthier with a help of generic supplements. https://9t.cbdordersnow.com/no/cytotec-nett-apps-95077.html Our company offers supreme quality weight loss products. Look at our health contributing site in case you want to improve your health. https://pf4.cbdordersnow.com/de/hydrochlorothiazide-kaufen-sofortueberweisung-83893.html Our company offers a wide variety of non prescription products. Look at our health website in case you want to feel better with a help generic supplements. https://gd58.cbdordersnow.com/da/billig-accutane-prescriptions-45200.html Our company offers a wide variety of general health products. Look at our health contributing website in case you want to improve your health. https://b5c.cbdordersnow.com/en/zoloft-price-ksrm-23288.html \r\nOur company provides a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help health products. https://2m7o.cbdordersnow.com/es/vendo-zithromax-license-81052.html Our company provides a wide variety of health and related products. Visit our health contributing website in case you want to strengthen your health. https://i2.cbdordersnow.com/no/prednisolone-nett-vz-2016-72989.html  Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to to improve your health with a help generic supplements. https://1w6h.cbdordersnow.com/en/amoxil-cost-advantage-59287.html Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help general health products. https://qz5.cbdordersnow.com/es/precio-lady-era-en-farmacia-en-espaa-73283.html Our company offers a wide variety of non prescription products. Visit our health portal in case you want to feel better with a help of generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClaudeVocheRG', 'humouts@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-08 20:16:20', '31.23.245.38', '1'),
(2155, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"AngelCicBG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"depp3808.4@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87971333262\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:218:\"Microgaming is proud to present the next chapter in its popular Jungle Jim series with the launch of Jungle Jim and the Lost Sphinx, developed exclusively by Stormcraft Studios. Returning to action after his epic quest\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AngelCicBG', 'depp3808.4@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 07:59:52', '167.86.73.176', '1'),
(2156, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:104:\"[url=https://www.rairy.fr/]New Balance Outlet[/url] [url=https://www.sportsneakers.ca/]Nike Canada[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"hanzhong1022907@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:104:\"[url=https://www.rairy.fr/]New Balance Outlet[/url] [url=https://www.sportsneakers.ca/]Nike Canada[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7223:\"But if you really handschoen to stick to new style, then buy X-Grip for firm pitch (FG). In this case, with different length and angles of studs, we handelsgoederen to choose between soccer cleats made specifically for either bel (HG), firm (FG) or soft (SG) ground. However, they are not really reliable for extreme circumstances like: very hoog and dry fields (veen shoes will be the ultimate choice here) or very soft and novelle surface (screw-ins). With the combination of shinning purple and lime green, thesis shoes seem to be eye-popping on the field. Superstores and warehouses offer hot deals on softball savings featuring a rotating inventory of belangrijk sale items including bats, balls, cleats, gloves, batting gloves, batting helmets, catchers gear, equipment bags, Soldes Nike Air MaxOutlet de AdidasGünstige Adidas DeutschlandSchuhe Nike onlineGünstige Adidas KaufenAdidas für Damen und HerrenNike UK OnlineGünstige Nike outletNike Damen HerrenNike Schuhe KaufenNike Outlet DeutschlandSalomon OutletAdidas Shop kaufenNike Baratas EspañaAdidas für DamenNike Outlet DeutschlandAdidas SoldesOutlet de New BalanceNike Air Max GünstigGünstige NikeNike para Mujer HombreNike baratas OutletAdidas OutletGünstige Nike Air MaxSchuhe für DamenNike Tienda OficialAchat AdidasTienda de NikePromotions Adidasadidas mujer y hombreKaufen Adidas SchuheCompra NikeAdidas Site OfficielNike de hombre y mujerComprar salomon baratasZapatillas Nike AirNike Pas CherAdidas Pas Cher FranceNike Schuhe OnlineNike BaratasOutlet de NIKEBoutique NikeSalomon Pour FemmesGünstige Nike SchuheNike Canada OutletNike CanadaNike OutletAsics Outlet UKVans Sale UKNIKE UKTienda de NikeNike OutletGünstig Nike OutletNike Sale UKadidas baratas españaZapatillas ConverseChristian Louboutin UKAdidas UKGünstige Adidas DeutschlandAdidas outlet DeutschlandNike Outlet EspañaVente Chaussures NikeVente Basket NikeCheap Converse UKNike pour HommeGünstige Adidas NikeNike Shoes UKNike Air Max OutletNike EspañaNike Shoes UKAdidas España BaratosBoutique NikeNike Pas CherVans tiendaNike BaratasAdidas pour femmesGünstige Adidas OriginalsSalomon UKCompra Nike Air MaxSALOMON StoreAdidas Original UKadidas Outlet SaleUK ConverseNIKE UK SaleConverse Baratas OutletSalomon France SoldesConverse Outlet UKTimberland en ligneNike Pas CherAdidas Outletadidas baratasAdidas Shoes UKAsics Outlet UKGünstig Schuhe NikeAdidas EspañaNIKE Sale UKVans EspañaNike UK SaleNike DanmarkNike GreeceNike UK OnlineNew Balance Outlet FranceASICS Outlet UKEspaña Outlet de NikeSalomon Deutschland OutletNike Store UKConverse UK onlineSoldes Nike pas cherNike Sale UKBaratas Nike EspañaAdidas Official UKConverse Sale UKAdidas Outlet UKadidas Outlet SaleUK Nike Factory OutletTienda de Nike BaratasSconti Nike Air MaxNike clearance uk pitching machines, protective gear, training gear and accessories. They will be happy to customize softball uniforms, like with a pro, college, amateur, high school and youth softball team logo. But if your dog is suffering from severe pain, and chances of saving it are pretty briljant already despite the soaring medical costs, then you may handschoen to relieve your dog of its suffering earlier. \r\n \r\nNike Company, after the publication of Air Jordan 2011, it still has a long way to bordspel. After trying them for a while, the younger son sticks to Nike while Patstelling (older) uses Adidas shoes only. I certainly don&#039;t. After three years of wearing two bras daarbovenop a pantserwagen with a shelf bra, I made the move to Moving Comfort Bras. Synthetic materials don&#039;t let the feet &quot;breathe&quot; building up of sweat, potential blisters and feet problem te the near future. What’s more, in hope of better back porosity binnen these shoes, JB team thinks out an innovative design, and as to the surface on the ankle, it is made by breathable mesh. I personally never played te Nike&#039;s shoes, so I can&#039;t tell you about this brand from my experience. Air Jordan shoes, as one kind of its products, enjoy great popularity till now. Rather, Nike has poured their funding into marketing that works now instead of marketing that worked before. \r\n \r\n‘We love Fido and  Nike UK SaleNike UK StoreNike Sneakers UKUK Nike OutletAdidas UK OutletAdidas Outlet UKAdidas Store UKUK Sneakers StoreNike Sale UKConverse UKNike CanadaNike Air Max CanadaAdidas Online CanadaChaussures Nike SoldesGünstige Schuhe NikeAdidas EspañaNike Outlet UKAdidas UKCanada Nike Air MaxNike Store Canadagünstig Nike SchuheZapatillas Nike BaratasNike Air Max UK OutletNike Free UKNike Outlet UKUK Adidas ClearanceAdidas UK YeezyNike Outlet UKAdidas Outlet UKUK Nike OutletNike Clearance UKConverse Store UKNike Sale CanadaNike Outlet CanadaCanada Adidas OutletNike Pas CherAdidas DeutschlandZapatillas Adidas BaratasNike Clearance UKCheap Adidas UKCheap Nike CanadaNike Outlet CanadaNike Schuhe DeutschlandNike España人気ナイキアディダスぬいぐるみブランドジャケットスニーカー安いモンクレール ジャケットノースフェイス セール人気ナイキNike JapanAdidas Wear Japanシュタイフぬいぐるみブランドジャケット通販サイトAdidas Japanモンクレール出口ノースフェイス アウトレットナイキ エア マックスNike EspañaNike Outlet UKNew Balance EspañaNike FranceAdidas kaufenAdidas DeutschlandNike Pas CherNike baratosNike Air Max KaufenAdidas outlet saleComprar AdidasNike BaratasGünstige AdidasNike Baratas EspañaAdidas Soldes Pas CherNike OfficielAchetez Nike Air MaxAdidas Pour FemmesNike para MujerAdidas für DamenAcheter AdidasGünstige Adidas DeutschlandNike TiendasNike Tienda OficialComprar Adidas baratasNike en líneaAdidas Pour FemmesBaratas Nike VentaComprar Nike BaratasAdidas venta en lineaBaratas New BalanceGünstige Nike SchuheNike outlet DeutschlandAdidas outletKaufen Converse deutschlandadidas günstig kaufenSchuhe Adidas Outlet. He’s bot part of our family now for fifteen years. If old Fido has bot around for fifteen years or so, he’s an OLD DOG. So, my &quot;non-synthetic cleats rule&quot; applies only to a regular (cheap) synthetic material like PU or PVC (polyvinylchloride). They seem to be forgetting the old ‘dog years’ rule. Soccer shoes I usually get, for my older son (16 years old) and myself, are ½ size smaller. Do not settle for the bargain bin when you can time your shopping just when premium items like a genuine American leather Nokona mitt or Nike pinstripe jersey and shorts are on sale for a limited time. In this article, some designs of Nike basketball shoes are presented among them, there are shoes designed specially for the famous players, also shoes not related with them. Though details are sketchy at the ogenblik it is thought that Nike has been awarded a five year analogie. This shoe boasts a premium leather higher, and air sole unit cushioning, te addition to shock absorption. Nike Air Max 95 shoes koopwaar comfort and cushioning to the heel strike out. As to the latter, te reality, it is the initial material in Nike basketball shoes. Several marionet stars, say, C Ronaldo, Drogba and Ribery, all wear aanname newly released shoes on the field.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '[url=https://www.rairy.fr/]New Balance Outlet[/url] [url=https://www.sportsneakers.ca/]Nike Canada[/url]', 'hanzhong1022907@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 15:13:34', '50.117.47.88', '1'),
(2157, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"marciasl11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"marilynjh20@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84281647468\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:167:\"Enjoy daily galleries\r\nhttp://hugh.tits.com.bestsexyblog.com/?karlee \r\n\r\n free cartoon porn pics lucy may porn brandy blair porn videos nude porn stars calvin and porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'marciasl11', 'marilynjh20@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 18:11:00', '80.194.70.19', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2158, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82624766186\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1116:\"8 Aug 2019 ... Hey so recently I installed utorrent and I saw something about utorrent giving you a bitcoin miner called &quot;epicscale&quot;? I had no idea about this ... https://makeyourbitcoin.com/utorrent-bitcoin.html bitcoin\r\n \r\nAlso, patients receiving a long-term course of antibacterial treatment, and anticoagulant agents are at a higher risk.\r\n \r\n \r\nHe or she is going to know your medical history and I don&#039;t.\r\n \r\ntadalafil priapism\r\n \r\nThe issue of weight gain is frequently postponed when medications are initial started -the concept being it might be better to stabilize the disposition and worry about potential weight enhance latter.\r\n \r\n2 juin 2019 ... 25 oct. Acheter kamagra oral jelly forum - Pharmacie En Ligne! ACHETER EN LIGNE FRANCE ou acheter du viagra a strasbourg, kamagra Г§a ... https://kamagra24hrs.com/ou-acheter-kamagra-oral-jelly-forum.html oral\r\n \r\nSudden starting point of thrombosis, or combination along with zanaflex no prescription general anaesthetic procedure.\r\n \r\n \r\nfktrpr94f \r\nCardura (Doxazosin) comes as a tablet plus an extended-release tablet to take orally.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 21:32:18', '194.28.115.251', '1'),
(2159, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"AndrewadorbCT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89362643181\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1678:\"Great transfer to any country in the world. \r\nFor many years we have been using #kiwitaxi services to order a transfer. This is an intermediary company that will pick up a transfer for you in any corner of the world. We traveled to several different countries and always #taxi provided us with an excellent transfer at the lowest prices that I could find and much lower than taking a taxi upon arrival at the airport. \r\n \r\nIt’s very convenient to book a transfer, the Russian-language website is written in detail, you will immediately see the final price of the trip, without any additional charges. If additional services are needed (we order car seats for two children) then they are also selected immediately on the site and you see the final cost, taking into account all the additional services. \r\n \r\nBefore the trip you will receive a letter with the driver’s contacts. The driver meets you in the arrivals area with a sign with your name, helps with the luggage, it is very convenient, especially when you are flying alone with the children. All my bags were taken from me and I only drove the children;)). And which is very convenient, if possible, the company provides you with Russian-speaking drivers. We were even told about all the sights we met along the way, and generally answered all questions. \r\n \r\nOn the site you can pay either the whole amount, or pay the part that makes up the agency commission, and the rest is paid on the spot to the driver. \r\n \r\nPS. We always agreed with the driver on the return transfer and paid him only the amount that went in the paragraph &quot;To pay the driver&quot; \r\nhttp://www.herebooking.blogspot.com/2019/11/taxi.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AndrewadorbCT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 22:54:51', '185.251.38.4', '1'),
(2160, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85194343662\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1168:\"27 Apr 2019 ... 1 day ago According to Ikigai&#039;s Travis Kling, Bitcoin bulls might not need to wait long for the leading cryptocurrency to establish a fresh all-time ... https://btcmakewiki.com/bitcoin-high.html btcmakewiki.com\r\n \r\nThis is the most popular product for hair regrowth.\r\n \r\n \r\nI have terrible allergies and will get me some honey to try.\r\n \r\nchristian allusions in beowulf\r\n \r\nIn kids, Choline Magnesium Trisalicylate Liquid can be indicated for conditions requiring potent or analgesic action-such as teen rheumatoid arthritis and other appropriate conditions.\r\n \r\n5 Mar 2019 ... such as antidepressant-associated changes to semen quality and DNA integrity,44 . Short half-life drugs, eg, venlafaxine, may be better with ... https://hmcpharmaceuticals.com/effexor-cant-ejaculate.html Effexor\r\n \r\nAdditionally it is injected into the spinal cord for administration of severe spasticity.\r\n \r\n \r\nfktrpr94f \r\nRecommended by some of the best dermatologists in the business, this fast-absorbing, non-tacky serum boosts moisture levels in one application, making slack skin peppered with fine lines and wrinkles look and feel perfectly plump and pillowy.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-09 22:58:11', '194.28.115.251', '1'),
(2161, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"DennisGloksKD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ktpvn413@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87784834864\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:362:\"Силовое электрооборудование 10-04ква, КТП КОМПЛЕКТНЫЕ ТРАНСФОРМАТОРНЫЕ ПОДСТАНЦИИ москва, Производство ктп москва и не только на нашем специализированном сайте: http://sviloguzov.ru/ - Вы нашли то, что искали!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DennisGloksKD', 'ktpvn413@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 02:02:31', '46.172.18.45', '1'),
(2162, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"webmasterGanySW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88135148287\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:826:\"Профессиональные услуги дизайнера У на всегда найдется подработка для всех творческих мастеров, которые не желают расставаться со своим талантом! Здесь можно поискать клиентов по вот таким направлениям, как: моделирование, живопись, дизайн, чертеж, создание маркет-китов, верстка и полиграфия, лого, брендбуков и много другого!Это очень легко - они уже вас ждут и желают договориться. \r\nПоиск клиентов без проблем, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'webmasterGanySW', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 02:13:47', '178.17.177.53', '1'),
(2163, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"CharlesJulseVR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"raphaeDafplaumma@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89669343421\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:835:\"Hello!  puertobarillas.com \r\n \r\nHave you ever heard that you can send a message through the feedback form? \r\nThese forms are located on many sites. We sent you our message in the same way, and the fact that you received and read it shows the effectiveness of this method of sending messages. \r\nSince people in any case will read the letter received through the contact form. \r\nOur database includes more than 35 million websites from all over the world. \r\nThe cost of sending one million messages 49 USD. \r\nThere is a discount program for large orders. \r\n \r\nFree trial mailing of 50,000 messages to any country of your selection. \r\n \r\nThis offer is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  FeedbackForm2019 \r\nEmail - feedbackform@make-success.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CharlesJulseVR', 'raphaeDafplaumma@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 05:42:41', '178.162.216.53', '1'),
(2164, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Henry\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hydrofanat@lenta.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84751221282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Однажды  - M44\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Henry ', 'hydrofanat@lenta.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 06:29:27', '5.153.178.92', '1'),
(2165, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"ThomasWailiOL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"jilla@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82229489334\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2325:\"Our company provides a wide variety of non prescription products. Take a look at our health site in case you want to look better. https://3b.medonline.site/it/dolori-articolari-cani-medicine-69582.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to feel healthier with a help of health products. https://r0y7.medonline.site/it/tachipirina-in-gravidanza-per-mal-di-schiena-65756.html Our company offers herbal healthcare products. Take a look at our health contributing site in case you want to feel healthier. https://j8.medonline.site/it/ernia-iatale-da-scivolamento-e-mal-di-schiena-71356.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help of general health products. https://b3k5.medonline.site/it/salmonella-e-dolori-articolari-31694.html Our company provides a wide variety of non prescription drugs. Visit our health site in case you want to look better with a help of health products. https://oc4.medonline.site/it/letrozolo-e-dolori-articolari-64458.html Our company provides a wide variety of health and related products. Take a look at our health contributing site in case you want to feel better. https://9v1r.medonline.site/en/gout-treatment-without-drugs-99835.html \r\nOur company provides safe non prescription products. Look at our health contributing portal in case you want to feel healthier. https://9o.medonline.site/de/knochen-und-gelenkschmerzen-87584.html Our company provides herbal health and related products. Look at our health contributing website in case you want to strengthen your health. https://h58l.medonline.site/gr/arthrolon-prezzo-30759.html  Our company offers a wide variety of general health products. Visit our health contributing portal in case you want to strengthen your health. https://18vk.medonline.site/it/mal-di-schiena-umorismo-8729.html Our company provides a wide variety of non prescription drugs. Look at our health website in case you want to look healthier  with a help of generic supplements. https://e35f.medonline.site/pl/bl-plecw-z-zimna-11451.html Our company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to feel better with a help of health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasWailiOL', 'jilla@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 07:52:37', '31.23.80.248', '1'),
(2166, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LeonelOpidaJT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"arssa@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83896575482\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"娛樂城介紹 \r\n \r\n \r\nhttps://forum.tw-sportslottery.com/thread-119-1-1.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonelOpidaJT', 'arssa@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 07:53:26', '47.244.9.129', '1'),
(2167, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MarvinCapAX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"asfgdgsfaserwat@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81137428459\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"Exclusive delirium \r\n \r\n- - - - - - - - \r\n \r\ngeneric viagra without a doctor prescription |  http://gscviagratmn.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarvinCapAX', 'asfgdgsfaserwat@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 10:13:44', '46.119.163.185', '1'),
(2168, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"isabellaxd16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"ilenevw2@riku4410.hiroyuki22.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84551996465\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"Hot new pictures each day\r\nhttp://blackshemale.danexxx.com/?jaclyn \r\n\r\n heterosexual female porn site review granny and grandson porn videos free gay porn in email ripped chicks porn best porn sites for fre\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'isabellaxd16', 'ilenevw2@riku4410.hiroyuki22.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-10 11:34:46', '185.220.101.57', '1'),
(2169, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BradleydumLH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"roaddy@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86355168539\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2269:\"hOur company offers herbal pills. Take a look at our health contributing portal in case you want to feel better. https://7eq.pillsrxbest.com/nl/malegra-anoniem-kopen-2814.html Our company provides a wide variety of health products. Visit our health contributing website in case you want to look better. https://f4.pillsrxbest.com/sv/bestaella-cytotec-mail-258.html Our company offers herbal non prescription products. Take a look at our health contributing website in case you want to feel better. https://8h.pillsrxbest.com/it/garage-in-vendita-propranololnde-64091.html Our site offers a wide variety of non prescription products. Look at our health site in case you want to to improve your health with a help of general health products. https://f9.pillsrxbest.com/da/kobe-dapoxetine-eb-77422.html Our company offers weight loss products. Take a look at our health contributing portal in case you want to look better. https://rb8.pillsrxbest.com/sv/synthroid-utan-recept-mrkvovy-12372.html Our company offers a wide variety of non prescription products. Visit our health website in case you want to strengthen your health with a help health products. https://b0m.pillsrxbest.com/fi/halpoja-aciclovir-jak-20628.html \r\nOur company provides a wide variety of non prescription drugs. Visit our health portal in case you want to strengthen your health with a help general health products. https://t53b.pillsrxbest.com/no/salg-ventolin-prostate-42258.html Our site offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to strengthen your health with a help health products. https://4bv.pillsrxbest.com/no/cipro-pris-gov-47440.html  Our company offers a wide variety of healthcare products. Take a look at our health contributing website in case you want to feel healthier. https://7k.pillsrxbest.com/de/motilium-bestellen-mit-ueberweisung-86077.html Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to feel better with a help of health products. https://u5.pillsrxbest.com/no/wellbutrin-nett-obesity-36630.html Our company provides a wide variety of non prescription products. Visit our health site in case you want to strengthen your health with a help of health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BradleydumLH', 'roaddy@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 08:19:11', '5.139.95.182', '1'),
(2170, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82619561725\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:566:\"Нет смысла и упоминать слушателей кафедры «Техносферная безопасность» МИИТ! Экзамены и зачеты сдаются только  взятку для Сорокиной Екатерины Александровны. \r\nКандидат наук кафедры Сорокина Екатерина Александровна ведет себя беспечно, потому что действует под прикрытием заведующего кафедрой - Аксенова В.А.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"23\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 11:14:23', '176.96.225.88', '1'),
(2171, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89561945899\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1021:\"Keywords: Erectile dysfunction medication, Sildenafil, Drug abuse, Sexual (ED ): sildenafil (Viagra), tadalafil (Cialis), and vardenafil (Levitra). Mark Pfeifle a Fast ... https://vardenafilfast.com/levitra-abuse.html Levitra\r\n \r\nIn addition to assisting in overcoming calcium deficiency in the body, there are some other health benefits of calcium glycinate as well.\r\n \r\n \r\nSmoking can cause heart decease, liver failure, cancer, ganggreen and depression.\r\n \r\nfree female viagra samples\r\n \r\nCalcium gluconate, however , does not need extra stomach acid in order for the body to soak up it well.\r\n \r\nComing Soon.. Chennai. 36, Halls Road Kilpauk, Chennai - 10. +91 9940456844 +91 44 45410449 info@caasresearch.com caasresearch@gmail.com ... http://www.caasresearchfoundation.com/pse_india.php Research\r\n \r\nWhat are the indications for Baclofen?\r\n \r\n \r\nfktrpr94f \r\n5. EXERCISE ON A REGULAR BASIS - The benefits of exercise as an impotence remedy are enormous, boosting circulation and blood flow making erections harder.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 19:49:54', '194.28.115.251', '1'),
(2172, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83567319295\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:571:\"Что уж говорить про студентов кафедры «ТехБез» МИИТа! Экзамены и зачеты сдаются только  через личную кассу к.н. кафедры «ТехБез» МИИТа Сорокиной Екатерины Александровны. \r\nКандидат наук кафедры Сорокина Екатерина Александровна ничего не боится, т.к. является фавориткой зав.кафа - Аксенова Владимира Алексеевича\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 21:42:05', '176.96.225.105', '1'),
(2173, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86268944141\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1242:\"22 Jul 2019 ... Kamagra oral jelly con postepay. The skeleton of adenine and I have wet that deprives the brain. kamagra oral jelly sastav I remember being ... https://kamagraonline24hrs.com/kamagra-gel-sastav.html sastav\r\n \r\nThey see a large person and do not stop to wonder why that person is large or whether it&#039;s actually fat or something else, and do not consider the many things that can cause fat or fluid retention.\r\n \r\n \r\nDifferent phenytoin products are absorbed by the body in different ways and cannot be substituted for one another.\r\n \r\ndiovan cialis interaction\r\n \r\nThis is usually caused by the body&#039;s immune cells attacking and destroying the hair follicles around them.\r\n \r\n22 May 2019 ... How to start a story in third person. how to start a story in third person. The third person narrative is the most commonly used writing style in ... https://researchchemforum.com/how-to-start-a-story-in-third-person.html person\r\n \r\nZyrtec has no effect on your contraceptive because it i snot an antiseptic.\r\n \r\n \r\nfktrpr94f \r\nWhile this may look like a savage commentary on housewives gone mad, the video shows exactly what would happen if allergy commercials truthfully re-enacted all the side effects they quickly list.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 21:43:46', '194.28.115.251', '1'),
(2174, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DonaldRizCA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"llaro.che058@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89787663499\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"remedial training definition  https://stilnox.portfoliolounge.com  herbalism trainer wow\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DonaldRizCA', 'llaro.che058@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-11 23:26:23', '51.15.15.164', '1'),
(2175, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGusQA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"stas.zakazov@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81784178225\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:353:\"Здравствуйте! \r\nОчень такой прикольный сайт. \r\n \r\nПпц сколько приколов...Скорость, Гердос, МДМА, Героин, и т.д. \r\nЖми на сайт: \r\n \r\nhttps://frankcasinos-play.com/otzyvy-kazino-frank/ \r\n	Трансвиститы \r\n \r\n	франк казино \r\n \r\n	Мефедрон\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGusQA', 'stas.zakazov@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-12 04:58:49', '95.143.218.78', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2176, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgehepVI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"aahm99903@serve.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82749776973\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1102:\"levitra kokemuksia\r\n In case you are a lady, outbreaks could get even worse around your time and efforts of your month. The extra anxiety offers zits an adequate ability to appear far more and also the hormones which are altering during that time enable pores and skin to visit off program. Try to continue to be as relaxed as possible on your time period.\r\n  Levitra bayer\r\n Probably the best multi-level marketing hint that individuals ought to fully grasp is because they should deal with their marketing plan as a business. Men and women enter into mlm pondering it is a fast way of getting abundant but you won&#039;t be successful if you do not understand the work and effort you need to put in.\r\n  cialis switzerland\r\n When buying expensive jewelry, check with a pal what appearance excellent upon you. Though maybe you have a preference for gold, it might come to be that metallic in fact appearance right for you as well as your complexion. Naturally, always think about your likes, but don&#039;t forego advice from other individuals as to what making you appearance greatest.\r\n  kamagra shop\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgehepVI', 'aahm99903@serve.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-12 14:16:06', '91.236.74.19', '1'),
(2177, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"EdithTutYJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"movies@mails.wf\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82728354486\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:161:\"LIMITED PROMOTION Get 6 months free Trial Subscription for Netflix and CBO to watch unlimited movies \r\nTake your trial now at: https://giveawaylimited.com/movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EdithTutYJ', 'movies@mails.wf', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-12 15:09:51', '158.69.121.179', '1'),
(2178, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Jacob\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"figarobuss@ro.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87262838693\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:110:\"Теперь и Вы можете себе позволить !  - https://www.youtube.com/watch?v=hx7ajoDVJIM\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Jacob ', 'figarobuss@ro.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-12 18:03:52', '46.166.142.219', '1'),
(2179, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86833813122\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:595:\"Нет смысла и упоминать студентов кафедры «Техносферная безопасность» МИИТ! Зачеты и экзамены сдаются только  нескромную плату для Сорокиной Екатерины Александровны. \r\nКандидат наук кафедры Сорокина Екатерина Александровна ведет себя беспечно, потому что пользуется протекторатом зав.кафа - Аксенова Владимира Алексеевича\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"22\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-12 21:10:56', '176.96.225.162', '1'),
(2180, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"HarrycowJK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"boonge@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85913854699\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2398:\"hOur company offers a wide variety of non prescription drugs. Take a look at our health portal in case you want to strengthen your health with a help generic supplements. http://1c.buypillsnowonline.com/nl/accutane-3/kopen-accutane-psychological-41885.html Our company provides safe health and related products. Look at our health contributing website in case you want to feel healthier. http://4u.buypillsnowonline.com/it/levitra-6/vendita-levitra-olanda-97419.html Our company provides a wide variety of non prescription products. Look at our health site in case you want to feel better with a help of health products. http://a23n.buypillsnowonline.com/sv/flagyl-1/bestaella-flagyl-via-mail-21195.html Our company provides general health products. Take a look at our health contributing portal in case you want to strengthen your health. http://7p.buypillsnowonline.com/de/accutane-2/accutane-kaufen-ohne-rezept-forum-89544.html Our site offers a wide variety of non prescription drugs. Look at our health portal in case you want to look better with a help health products. http://3yg7.buypillsnowonline.com/no/flagyl-6/salg-flagyl-el-salvador-74087.html Our company provides supreme quality health products. Visit our health contributing portal in case you want to improve your health. http://9q.buypillsnowonline.com/no/doxycycline-3/doxycycline-nett-ium-26459.html \r\nOur company offers herbal general health products. Take a look at our health contributing portal in case you want to look healthier. http://q8a6.buypillsnowonline.com/de/levitra-1/levitra-bestellen-versand-aus-deutschland-39781.html Our company offers generic supplements. Look at our health contributing website in case you want to strengthen your health. http://ef65.buypillsnowonline.com/sv/synthroid-8/synthroid-utan-recept-snijboontjes-45272.html  Our company provides supreme quality weight loss products. Visit our health contributing portal in case you want to feel better. http://7p.buypillsnowonline.com/de/accutane-1/accutane-bestellen-per-pil-69119.html Our company provides a wide variety of non prescription products. Take a look at our health portal in case you want to to feel healthier with a help generic supplements. http://f7.buypillsnowonline.com/de/ventolin-5 Our company offers herb-based non prescription products. Take a look at our health contributing site in case you want to strengthen your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarrycowJK', 'boonge@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 00:28:17', '5.139.132.97', '1'),
(2181, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AlexWerDO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ecvetkova81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83522145672\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:162:\"Residential and commercial real estate, profitable business, second citizenship and residence permit, income bonds and art objects. \r\nJust go to right-invest.com!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlexWerDO', 'ecvetkova81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 04:53:32', '178.19.253.157', '1'),
(2182, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGusQA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"stas.zakazov@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83672469311\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:339:\"Всем Привет! \r\nДаже очень забавный сайт. \r\n \r\nПпц сколько приколов...Меф, Альфа, PVP, Соль, и т.д. \r\nДоброе пожаловать на сайт: \r\n \r\nhttps://frankcasinos-play.com/otzyvy-kazino-frank/ \r\n	Наркотики \r\n \r\n	казино frank \r\n \r\n	Педофилы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGusQA', 'stas.zakazov@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 09:44:13', '95.143.218.78', '1'),
(2183, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"cherryea3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"lakeishaqb3@ayumu85.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85868577963\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:263:\"Best Nude Playmates &amp; Centerfolds, Beautiful galleries daily updates\r\nhttp://freeshemalevids.shemalemodels.bestsexyblog.com/?angelica \r\n\r\n kill my day porn teen porn brunettes voyeur porn free naked girls aurora colorado porn shop nalin paylin full porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'cherryea3', 'lakeishaqb3@ayumu85.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 17:17:29', '185.220.101.66', '1'),
(2184, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85661568368\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:597:\"Нет смысла и упоминать слушателей кафедры «Техносферная безопасность» МИИТ! Экзамены и зачеты сдаются только  нескромную плату для Сорокиной Екатерины Александровны. \r\nКандидат наук кафедры Сорокина Екатерина Александровна ведет себя беспечно, потому что пользуется протекторатом зав.кафа - Аксенова Владимира Алексеевича\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 17:49:02', '176.96.225.150', '1'),
(2185, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"KennethicefsRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"yequfeqz@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81771692176\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:102:\"online blackjack high stakes beste online casino paypal online blackjack new york visa online gambling\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KennethicefsRV', 'yequfeqz@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-13 20:04:06', '178.159.37.85', '1'),
(2186, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"KellywhilADG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Foonse@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88378513113\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2118:\"Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to feel better. https://rahcluzjmn.wordpress.com/2015/03/19/785/ Our site offers a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help health products. https://rovjivtyke.wordpress.com/2015/03/17/917/ Our company provides supreme quality healthcare products. Visit our health contributing portal in case you want to look healthier. https://upxwoivigh.wordpress.com/2015/03/18/145/ Our company offers general health products. Look at our health contributing website in case you want to look healthier. https://xfrdpukber.wordpress.com/2015/03/19/349/ Our company offers herb-based pharmacy. Visit our health contributing portal in case you want to look better. https://diliwhhpcs.wordpress.com/2015/03/18/698/ Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to look better with a help generic supplements. https://zkrpnvudkc.wordpress.com/2015/03/11/465/ \r\nOur company provides a wide variety of non prescription drugs. Take a look at our health portal in case you want to to feel healthier with a help of generic supplements. https://fgltncdwjh.wordpress.com/2015/03/18/137/ Our company offers a wide variety of non prescription drugs. Look at our health site in case you want to to improve your health with a help of general health products. https://pehaqvsrks.wordpress.com/2015/03/19/1062/  Our company offers a wide variety of non prescription products. Look at our health website in case you want to to feel healthier with a help of generic supplements. https://pliorarzhs.wordpress.com/2015/03/18/562/ Our company provides a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help health products. https://mhwdvegtzk.wordpress.com/2015/03/03/457/ Our company offers a wide variety of non prescription products. Look at our health portal in case you want to to improve your health with a help of generic supplements.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KellywhilADG', 'Foonse@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 04:42:34', '31.23.158.8', '1'),
(2187, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PeterGubZF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"a5dasasdasdasasd@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89278388269\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4285:\"мню, еще в юности эта фраза встретилась мне в какой-то книжке, и я долго не знал, что принадлежит она Оскару Уайльду. Мысль меня тогда поразила, как все парадоксальное. Потому что мы-то жили согласно поговорке «по одежке встречают, по уму провожают». Здесь все было понятно: как ни наряжайся, а глупость не скроешь. И вообще, дело не во внешности, а в истинных твоих, то есть внутренних достоинствах. Взрослые говорили: главное, какой человек. \r\n \r\nПри этом глубоком убеждении мы все же тщательно следили за своей внешностью. В юности человек круглосуточно не сходит с подмостков. Поэтому надо выглядеть. Иначе зачем мама старательно перешивает для меня куртки старшего брата, а я свои непослушные волосы мучаю бриолином? Нет, все имеет отношение именно что к чему-то главному во мне. \r\n \r\nВернее, во мне все главное, потому что все — мое, и мой внешний вид, голос, жест и есть Я в самом при этом неоспоримом своем проявлении. И ни одна девочка не согласится с песней, что вот, мол, «не родись красивой, а родись счастливой». Каждая хочет быть красивой и знает: это и есть самый короткий путь к счастью. А дурнушки пусть читают на школьных вечерах Заболоцкого про то, что такое красота: «Сосуд она, в котором пустота, или огонь, мерцающий в сосуде». Скучно и нужно только для тех, кому не повезло. \r\n \r\nФраза пришлась кстати. Вот, например, в книге или в кино сразу видно, когда появляется предатель или бандит. Руки у него потеют, улыбка фальшивая, брюки и рукава куртки короткие, наигранный смех, а взгляд при этом отводит в сторону — обдумывает, как бы лучше обмануть. Остальные герои просто наивные, не сразу замечают. Но мы-то видим сразу. Да и в жизни тот, кто нам неприятен, имеет, как правило, отталкивающие манеры, внешность и даже фамилию. По манере одеваться легко можно определить, кто щелкопер, а кто кинозвезда. \r\n \r\nНо все мы еще при этом и идеалисты, ибо свято убеждены в собственной нравственной непорочности. Искренне верим в то, что говорим, и думаем, что думаем то, что думаем в данную минуту, а хотим того, чего хотят все хорошие люди на земле. Тут и соображать ничего не надо — достаточно посмотреть в глаза, которые ведь никогда не лгут (эта поговорка годилась). \r\n \r\nБоже, с какой наивностью и бесстрашием можно было тогда предложить посмотреть в глаза и как хороша была жизнь в лучезарно-одномерном мире! \r\n \r\nА для солдат совсем чужая сторона. О неизбежности разлук.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"77\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PeterGubZF', 'a5dasasdasdasasd@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 09:42:01', '188.165.60.59', '1'),
(2188, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelKabJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"kimmarika86@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87385949699\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6047:\"BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) – медикамент, разработанный для мужчин с недугом как метастатический рак предстательной железы в запущенной форме. Как правило, данная болезнь разрастается быстро. \r\n \r\nОсновной действующий фермент медикамента BDEnza - энзалутамид – элемент, являющийся мощным блокатором андрогенных рецепторов. Он влияет на злокачественные структуры, уменьшая их развитие. \r\n \r\n \r\n \r\nПо данным практических исследований профессионалами, на BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) отзывы были выявлены таковы, что медикамент действительно показывает высокую эффективность. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена на данном портале является максимально приемлемой, что делает лечение доступным любому человеку. \r\n \r\n \r\n \r\nМетод использования \r\n \r\nМедикамент производится в виде желатиновых капсул. Прием осуществляется внутренний каждый день, возможно самостоятельно без еды. \r\n \r\nКапсулу положено употреблять в первозданной форме, не искажая. Следует проводить процедуру в одно и то же время каждый день для поддержания необходимой концентрации действующих веществ в крови. \r\n \r\nКлассическое дневное количество - 160 г, то есть 4 капсулы. Длительность курса оздоровления и ее схему подбирает профессиональный доктор после получения анализов пациента и постановления диагноза. Самостоятельная корректировка назначенной схемы лечения запрещена. \r\n \r\n \r\n \r\nПротивопоказания \r\n \r\n- пациенты, младше 18 лет; \r\n \r\n- индивидуальная непереносимость составляющих медикамента; \r\n \r\n- нарушенная деятельность печени. \r\n \r\n \r\n \r\nПобочные симптомы \r\n \r\nВ процессе лечения могут проявиться такие нежелательные реакции, как: \r\n \r\n- бессилие; \r\n \r\n- апатия; \r\n \r\n- повышенное чувство опасности; \r\n \r\n- головные боли; \r\n \r\n- пробелы в памяти; \r\n \r\n- уменьшение концентрации внимания; \r\n \r\n- повышенная температура; \r\n \r\n- повышение давления; \r\n \r\n- шелушение поверхности тела. \r\n \r\n \r\n \r\nВ случае проявления побочных симптомов нужно в срочном порядке нужно связаться с доктором. В целом, вся терапия проходит под внимательным присмотром врача. \r\n \r\n \r\n \r\nКак купить \r\n \r\nBDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) купить возможно на данном портале, для этого позвоните по указанному номеру либо оставьте сообщение на сайте и первый освободившийся оператор свяжется с вами. \r\n \r\nНа BDEnza (Энзалутамид) – Аналог КСТАНДИ (XTANDI) цена может варьироваться от количества приобретаемого медикамента. Уточните нужную вам дозировку и узнайте актуальную для вас стоимость. \r\n \r\nПреимущества нашей компании. \r\n \r\n1. Мы сотрудничаем напрямую с производителями, поэтому гарантируем оригинальность и эффективность препаратов. Имеются все сертификаты. \r\n \r\n2. Мы с пониманием относимся к нашим клиентам, знаем, как дорого обходится лечение, поэтому наши цены являются максимально доступными для любого человека. \r\n \r\n3. Наши сотрудники работают максимально быстро. Телефонная поддержка 24/7. Вы можете оформить заявку на сайте и с вами свяжется первый освободившийся сотрудник в кратчайшее время. \r\n \r\n4. Посылка отправляется в течении 1-2 дней (в зависимости от места производителя), для экстренных случаев имеется экспресс-доставка. Каждая посылка имеет трек-номер, по которому вы можете отследить ваш заказ. Обязательно учитываются все необходимые условия транспортировки. \r\n \r\n5. У нас лояльная позиция. Каждый случай с клиентом мы рассматриваем индивидуально \r\n \r\n \r\nкстанди энзалутамид\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelKabJW', 'kimmarika86@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 11:12:47', '37.115.218.55', '1'),
(2189, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"ищу работу зоотехником в московской области\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"okaziv12@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87439278128\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:133:\"I don’t waste my free time in watching video clips but I go for to read content on net and obtain updated from latest technologies.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ищу работу зоотехником в московской области', 'okaziv12@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 13:55:15', '5.188.84.117', '1'),
(2190, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86554687123\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:633:\"Что уж говорить про студентов кафедры «Техносферная безопасность» МИИТ! Зачеты и экзамены сдаются только  взятку для кандидата наук кафедры Сорокиной Екатерины Александровны. \r\nК.н. кафедры «ТехБез» МИИТа Сорокина Екатерина Александровна чувствует свою безнаказанность, потому что пользуется протекторатом заведующего кафедрой - Аксенова В.А.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 15:46:53', '176.96.225.105', '1'),
(2191, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83488338212\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"How to choose http://www.datingsecrets.eu your sexy Russian wife?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-14 23:33:52', '188.163.109.153', '1'),
(2192, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"MarkBorJW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"piminov_egizbek@e1.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87991618918\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:902:\"работа спортивный консультант в интернете \r\nработа в интернете сделать сайт \r\nкак взять кредит если временная прописка \r\nищу работу сутки трое в харькове \r\nработа психолога в домах престарелых \r\nнаписание художественных текстов вакансии работа на дому \r\nпотребительский кредит в газпромбанке заявка онлайн \r\nищу работу геодезиста г кемерово \r\nиона или художник за работой онлайн \r\nкак взять выгодно кредит на бу авто \r\nищу работу тренера по танцам краснодар \r\nработа в интернете наборщиком текста\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarkBorJW', 'piminov_egizbek@e1.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 00:01:36', '5.188.84.117', '1'),
(2193, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Webmaster fetLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83825971193\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:856:\"Профессиональные услуги дизайнера У на всегда найдется работа для всех творческих людей, которые не хотят похоронить свой талант! Тут можно легко искать заказчиков по вот таким направления деятельности, как: дизайн, живопись, моделирование и чертеж, вёрстка и полиграфия, создание маркет-китов, брендбуков, лого и много другого!Это легко и быстро - заказчики ищут вас и желают сделать у вас заказ. \r\nПолучи тысячи клиентов сегодня, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Webmaster fetLD', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 02:22:58', '178.17.177.48', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2194, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ClydenibRX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"kwzw41807@next.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88162913847\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1138:\"priligy kaufen\r\n When you start to sense overloaded, or nervous, allow yourself an occasion-out. Do some yoga exercise, play pleasurable tunes, discover methods to loosen up, or obtain a massage therapy. Taking a step back, and restoring your composure should quit the assault in its songs, before it gets to be a whole blown anxiety assault.\r\n  kamagra jelly\r\n In case your gum area bleed effortlessly, don&#039;t just put up with it--visit your dental office straight away! Bloody, hypersensitive gum line is definitely an sign of any gum infection that will require prescription antibiotics. Bacterial infections can spread to the tooth or perhaps to other parts of the body, so you should buy them dealt with without delay.\r\n  viagra online uk\r\n Get the diamond expensive jewelry professionally cleaned out twice a year. Most jewelers will clean jewellery free of charge, even when it was actually not bought in that retailer. Expensive jewelry you use every single day, like a wedding band, may need much more frequent cleaning up. Make sure to question a jeweler the favorite means of undertaking that.\r\n  Super Kamagra Auf Rechnung\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClydenibRX', 'kwzw41807@next.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 04:18:00', '91.236.74.18', '1'),
(2195, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DorothyGawKE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"browndotothy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85541642631\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5200:\"Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) – это лекарство для лечения людей, которые столкнулись с ВИЧ-1 инфекцией. Симптомы заболевания быстро исчезнут, и уже через некоторое время Ваше общее самочувствие значительно улучшится: Вы забудете о том, что такое боли и дискомфорт. Благодаря данному лекарству можно исключить риск летального исхода. \r\n \r\nВы можете Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) купить в нашей аптеке на выгодных условиях. Специалисты говорят о том, что перед началом лечения необходимо обязательно обратиться в больницу. Вы сдадите назначенные анализы и пройдете диагностику организма. Доктора разработают для Вас индивидуальную схему терапии, \r\nкоторая даст возможность получить максимальный эффект. \r\n \r\nПоказания к применению \r\n \r\nПрепарат содержит в составе три активных компонента, \r\nвыполняющих антиретровирусные функции. \r\nЛекарство воздействует на организм комплексно, \r\nпоэтому Вы совсем скоро почувствуете себя лучше и \r\nсможете справиться с опасной ВИЧ-1 инфекцией, \r\nкоторая нередко приводит к летальному исходу. \r\nВирус не будет быстро развиваться, \r\nи Вы не столкнетесь с непредвиденным ухудшением ситуации \r\nсо здоровьем. \r\nПринимать медикамент необходимо по схеме, \r\nкоторую разработал опытный врач, и только тогда \r\nВы не столкнетесь с непредвиденными изменениями самочувствия. \r\n \r\nПротивопоказания \r\n \r\nНужно узнать заранее, нет ли у Вас следующих противопоказаний: \r\n \r\n•	грудное вскармливание, период беременности; \r\n•	аллергия на основные компоненты, входящие в состав препарата; \r\n•	заболевания, которые иногда обостряются; \r\n•	возраст до 18-ти лет; \r\n•	заболевания кожи, дерматологические проблемы. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) отзывы хорошие. \r\nПациенты говорят, что применение таблеток позволило им \r\nсправиться с различными проблемами. \r\nВы можете опробовать медикамент на практике, \r\nчтобы убедиться в его эффективном воздействии на организм, \r\nдостаточно оформить заказ. \r\n \r\nСпособ применения \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) цена доступная. \r\nЧтобы справиться с болезнью, достаточно принимать \r\nпо одной таблетке лекарства до или после еды утром и вечером, \r\nчетко следуя разработанной доктором схеме. \r\n \r\nПобочные явления \r\n \r\nЕсли нарушить схему терапии, можно столкнуться с такими сложностями: \r\n \r\n•	расстройства желудка; \r\n•	отсутствие сил, бессонница; \r\n•	боли в области желудка; \r\n•	резкие скачки давления; \r\n•	инфекции дыхательных путей; \r\n•	кровотечения из носа. \r\n \r\nНа Spegra (Долутеглавир / Тенофовир алафенамид / Эмтрицитабин) - Спегра (Dolutegravir/ Taf / Emtricitabine) стоимость доступная. \r\nПомните: нужно строго придерживаться рекомендаций специалиста, \r\nчтобы не столкнуться с проблемами. \r\n \r\n \r\nдолутегравир купить цена\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DorothyGawKE', 'browndotothy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 07:41:49', '37.115.216.65', '1'),
(2196, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"rosegy18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"mableia18@ayumu41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88565668639\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:188:\"Sexy photo galleries, daily updated collections\r\nhttp://black.porn.xblognetwork.com/?kayla \r\n\r\n 2 kings porn baby caesar porn hot porn video sample weird cock porn extrme bulging anal porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"14\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rosegy18', 'mableia18@ayumu41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 13:35:27', '109.70.100.22', '1'),
(2197, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84876897365\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:690:\"Нет смысла и упоминать студентов кафедры «Техносферная безопасность» МИИТ! Экзамены и зачеты сдаются только  нескромную плату для к.н. кафедры «ТехБез» МИИТа Сорокиной Екатерины Александровны. \r\nК.н. кафедры «ТехБез» МИИТа Сорокина Екатерина Александровна чувствует свою безнаказанность, потому что является фавориткой заведующего кафедрой - Аксенова Владимира Алексеевича\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-15 16:37:06', '176.96.225.177', '1'),
(2198, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CraigMogUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"ncsc74633@help.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89893458242\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1118:\"Viagra pfizer\r\n Don&#039;t tune in to anything you listen to. There are so many economic reporters and commentators that you can easily turn out to be puzzled and worrisome regarding the stocks you might have selected. Get a few people in whose opinion you trust, but have confidence in on your own, as well. This may cause your committing methods much less nerve-racking.\r\n  Levitra original\r\n When selecting vintage jewellery, become informed about the many time periods related to every piece. A Victorian age piece might appeal to your interest a couple of of your distinct time, so understanding the variations will allow you to be capable of easily see the parts you might be most interested in acquiring, as opposed to investing a lot of time searching.\r\n  viagra svizzera\r\n An incredible hint to maximize your financial savings if you store is always to blend your vouchers with product sales offered by their grocer. If you blend product sales and vouchers, you are getting an even higher package. Just be sure that whichever item you will be acquiring remains qualified to use with vouchers.\r\n  kamagra jelly\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"36\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CraigMogUQ', 'ncsc74633@help.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 00:30:31', '91.236.74.16', '1'),
(2199, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HenryCathyDS\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"cdvgfbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86398475235\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:195:\"Pthc cp lolita child porn site \r\nHangman Anal Series Animation Art \r\nSiberian Mouse Collection Asian Set Viola Set \r\n \r\nhttps://qil.su/WgxoqM \r\n \r\nhttps://lst.to/k5vck \r\n \r\nhttp://childporno.site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HenryCathyDS', 'cdvgfbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 06:21:25', '5.143.15.227', '1'),
(2200, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MilaskaGolveGV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"telev2isionvideo108@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85637377661\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"http://tufliy.ru\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MilaskaGolveGV', 'telev2isionvideo108@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 10:39:25', '80.88.53.218', '1'),
(2201, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HeathermusEO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hethertan@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82938987845\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:213:\"Доктор порекомендовал данный препарат и он очень хорошо помог! \r\n \r\n \r\nможно ли применять вместе иматиниб +и рабепразол\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HeathermusEO', 'hethertan@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 12:27:04', '37.115.216.65', '1'),
(2202, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6:\"kimim2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:46:\"aileenlb5@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87687437868\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:224:\"Sexy photo galleries, daily updated collections\r\nhttp://hinaporn.instasexyblog.com/?jaden \r\n\r\n free 50 porn pic gallaries free amateur sex porn galleries free cody lee porn free porn leather videos bdsm abuse office sex porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'kimim2', 'aileenlb5@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 13:58:21', '94.100.6.72', '1'),
(2203, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JorgeVewlyKV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox101@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81827498276\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:332:\"It is my first time visiting your website and I am very fascinated. Thanks for sharing and keep up ;) \r\nhowtowriteacomparisonessay874.blogspot.com/\r\nhowtowritescholarshipessay280.blogspot.com/\r\nhowtowriteathesisstatementforanessa64.blogspot.com/\r\nwritingscholarshipessay512.blogspot.com/\r\nwriteacompareandcontrastessay.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JorgeVewlyKV', 'inbox101@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-16 14:31:49', '185.136.159.30', '1'),
(2204, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"rodneyql3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"jennakl18@hiroyuki80.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89394791128\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:267:\"Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://redporntoons.ipodpornsites.instakink.com/?avery \r\n\r\n hot sexy pissing porn flics online free shemale streaming porn my free nudy kiddie porn free porn movies beyonce a classy porn movie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'rodneyql3', 'jennakl18@hiroyuki80.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 00:28:36', '109.70.100.25', '1'),
(2205, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"MartinketZM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"johnjoshef.14@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86185429193\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:219:\"ICC T20 world cup 2020 will be played in Australia in 2020 for the first time. Australia will have the advantage to show something different than the previous of short format because they failed to hold the trophy of 20\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartinketZM', 'johnjoshef.14@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 01:06:34', '167.86.73.176', '1'),
(2206, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StephenisoftEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"ukty93729@power.shoars.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84716238761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1265:\"kamagra shop\r\n When attemping to remember something, include as numerous of your own senses as you possibly can. The greater number of sensation you make use of when creating a recollection, the better it will be to remember later on. You can observe this method in action when a common aroma tells you of anything out of your prior.\r\n  cialis senza ricetta\r\n Learn what form of discounts can be purchased through your vehicle insurance organization. Some organizations offer you wonderful discounts when you have undertaken a protective driving a vehicle program, have certain functions on the vehicle, or when you have continued to be part of their prepare. These small financial savings can add up and help save a big sum general.\r\n  levitra generico\r\n Your stressed dog must have something to accomplish when you&#039;re not residence. A lot of people have success with foods-structured interruptions. By popular with a dog&#039;s organic passion for meals and biting, food items shoved within a rubber stuffed toy can create a field of big difference for stressed dogs that happen to be residence by yourself. Make sure this meals cannot be choked on - there are many canine-safe quality recipes to be found online for various nibbling toys.\r\n  propecia kaufen\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"16\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenisoftEA', 'ukty93729@power.shoars.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 01:24:43', '91.236.74.21', '1'),
(2207, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84629448875\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:943:\"1 Aug 2019 ... Learn about Estrace Vaginal Cream (Estradiol Vaginal Cream) may treat, uses, dosage, side effects, drug interactions, warnings, patient ... in deutschland\r\n \r\nNo, lisinopril is in a different pharmacologic category, known as ACE inhibitors.\r\n \r\n \r\nThis natural plant product extracted from a tree bark is well tolerated by most people.\r\n \r\nok google little\r\n \r\nOur study did not demonstrate differences in compliance rates in between men and women.\r\n \r\n14 Sep 2019 ... Coinbase is a secure platform that makes it easy to buy, sell, and store cryptocurrency like Bitcoin, Ethereum, and more. Based in the USA, ... https://btcmakewiki.com/bitcoin-w.html Bitcoin\r\n \r\nThere is a loss of interest in socialization and little participation in activities of daily living.\r\n \r\n \r\nfktrpr94f \r\nThe bleaching broker can damage the soft tissues because of chemical substance burns and the dentist must thus supervise the process minutely.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 06:49:54', '194.28.115.251', '1'),
(2208, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RachaelvullyOT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"moalaplaro@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86472613333\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1236:\"Но садистские наклонности Сорокиной Екатерины Александровны просыпаются во время защиты дипломных работ! \r\nОна не по-наслышке знает, сколько можно заработать на защите диплома студентом. Даже нищим. \r\nДоцент кафедры Сорокина Екатерина Александровна, действуя по предварительному сговору с Климовой Дианой Викторовной, заведующим кафедрой - В.А. Аксеновым, не то что поимеют последние деньги со студентов, но и душу! \r\nНепрекращающиеся придирки по оформлению работ сигнализирующие о возрастании стоимости защиты! \r\nИз-за своей личной несостоятельности, Сорокина Екатерина Александровна особое внимание уделяет своим ровесницам. С особым унижением относится к будущим мамам.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RachaelvullyOT', 'moalaplaro@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 14:07:05', '176.96.225.191', '1'),
(2209, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"DavidjoimiJD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"accurfDum@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86684516254\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2308:\"Our company offers a wide variety of non prescription drugs. Look at our health portal in case you want to to improve your health with a help general health products. https://q84x.infomedonline.site/nl/verkoop-zyban-psychosis-24831.html Our company provides health and related products. Look at our health contributing site in case you want to feel healthier. https://9q5w.infomedonline.site/it/atarax-da-2-5-mg-prezzo-30927.html Our company provides herbal weight loss products. Visit our health contributing site in case you want to improve your health. https://8xu.infomedonline.site/en/cheapest-place-to-buy-generic-aciclovir-39396.html Our company offers weight loss products. Visit our health contributing site in case you want to look healthier. https://o0o.infomedonline.site/da/ordre-synthroid-before-and-after-results-79617.html Our company provides a wide variety of non prescription drugs. Take a look at our health site in case you want to to feel healthier with a help generic supplements. https://q0b1.infomedonline.site/da/billig-zoloft-swelling-51178.html Our company offers a wide variety of non prescription products. Look at our health site in case you want to strengthen your health with a help general health products. https://h49w.infomedonline.site/en/where-can-i-buy-female-malegra-uk-3999.html \r\nOur site offers a wide variety of non prescription drugs. Look at our health site in case you want to feel better with a help of generic supplements. https://8l.infomedonline.site/it/zoloft-senza-ricetta-farmacia-94204.html Our company offers herb-based supplements. Look at our health contributing portal in case you want to feel better. https://5v.infomedonline.site/no/salg-propecia-tf-to-men-1341.html  Our company provides supreme quality supplements. Visit our health contributing website in case you want to feel better. https://i8.infomedonline.site/de/generic-prednisolone-online-mastercard-66427.html Our site offers a wide variety of non prescription drugs. Look at our health site in case you want to strengthen your health with a help of generic supplements. https://dj67.infomedonline.site/nl/fluoxetine-online-english-greek-14319.html Our company provides supreme quality healthcare products. Visit our health contributing website in case you want to improve your health.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"42\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidjoimiJD', 'accurfDum@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 17:26:20', '46.41.86.34', '1'),
(2210, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterNoxSH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"raeplekval@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85896294475\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:549:\"Позор кафедры МИИТа «Техносферная безопасность» Сорокина Екатерина Александровна защитилась через постель. \r\nБудучи сотрудником ВУЗа, Сорокина Екатерина Александровна высказывала угрозы в адрес представителей других кафедр о наказании руководителем - Аксеновым В.А., если не поставят &quot;зачет&quot;\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterNoxSH', 'raeplekval@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 17:51:31', '176.96.225.175', '1'),
(2211, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CarrollMenHR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"cdvgfbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85563174626\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Pthc cp lolita daughter porn choicest \r\nSiberian Mouse Aggregation \r\nRussian Moscow Wallop No. Be there stock-still Swell \r\nhttp://childporno.site \r\n \r\nhttps://qil.su/WgxoqM \r\n \r\nhttps://lst.to/k5vck\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarrollMenHR', 'cdvgfbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-17 20:20:09', '77.35.182.38', '1'),
(2212, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"vidosiki-GanyWL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82271437461\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"Приветики ребята! Посмотри жуткая вещь... \r\nКак правильно выбрать набор посуды для кухни \r\n \r\n \r\n---------------------------- \r\nВсем успеха.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vidosiki-GanyWL', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 00:20:57', '178.17.177.10', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2213, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"DewayneHoifeHF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"poplavskiy_y@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84551982765\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1785:\"Лечение дыханием в среде благородных    газов лечебные ингаляции. \r\nЭто разработки авиационно-космической медицины  еще  ХХ века. Применяется  давно  в морской  медицине. У спортсменов применяось для  снятия явлений перетренированности и  состояния после запредельных перегрузок. В  лечении болезней используется активно 2 -3  десятка лет,но так как требуется навык в  работе  метод пока не в широкой практике. \r\n \r\nПРОФИЛАКТИКА дыханием смесями инертных газов (гелий, ксенон, аргон, криптон...) \r\n \r\nПо мнению опытных военно-морских врачей - получается &quot;эффект массажа&quot; всех клеточных мембран организма. Каждая клеточка Вашего тела начинает дышать по-новому, а значит - жизнь меняется к лучшему...Особенно это чувствуют клетки нервной системы - в них наиболее активно биоэлеткические явления. Улучшается также и кровообращение, и все процессы дыхания во всех тканях организма.  \r\n \r\nМед.клиника&quot;PR-plasma \r\n \r\nфотоферез лечение плазмой крови экстракорпоральный фотоферез  428d04f  \r\n \r\n@_pr33454464\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DewayneHoifeHF', 'poplavskiy_y@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 04:41:00', '5.188.210.51', '1'),
(2214, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"GoodSeoIDN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"goodseoi@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86679368341\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1387:\"Здравствуйте. Предлагаю Вашему вниманию трастовые домены-доноры с высокой посещаемостью для размещения ссылок Вашего сайта у нас. \r\nВсе сайты качественные, без фильтров и санкций со стороны поисковых систем. Присутствуют на биржах ссылок miralinks, gogetlinks и других. \r\n \r\nРазместив у нас сайт Вы получите: \r\n \r\n- хороший траст \r\n- нулевой уровень заспамленности сайтов \r\n- более 400 000 уникальных посещений в месяц \r\n- цены ниже чем на биржах ссылок \r\n- максимально быстрое размещение \r\n- все ссылки индексируются поисковыми системами \r\n- гарантия на вечное размещение ссылки \r\n- ссылки размещаются на видном месте, без всяких хитростей \r\n \r\n \r\nБолее детальную информацию Вы сможете посмотреть по ссылке на google документ ниже: \r\n \r\nhttps://docs.google.com/spreadsheets/d/1CMbZ0ohfiiz9719zIl_uB_3uwzzfL7UwrrCcphDOWl8/edit?usp=sharing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"60\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GoodSeoIDN', 'goodseoi@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 05:56:42', '94.244.135.223', '1'),
(2215, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AarontrienEU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox557@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84158967597\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:243:\"I&#039;m fascinated. I do not think I know anyone who knows just as much about the topic. You should make a career of it, seriously, impressive site \r\nsat essay prompts\r\nsuccess essay\r\ninformal essay\r\nprofessional essay writers\r\nin class essay\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AarontrienEU', 'inbox557@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 09:44:27', '185.136.159.26', '1'),
(2216, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CarrollMenHR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"cdvgfbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87468817465\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:184:\"Pthc cp lolita daughter porn choicest \r\nSiberian Mouse Whip-round \r\nRussian Moscow Wallop No. Rig Gleaning \r\nhttp://childporno.site \r\n \r\nhttps://qil.su/WgxoqM \r\n \r\nhttps://lst.to/k5vck\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"38\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarrollMenHR', 'cdvgfbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 12:46:26', '77.34.59.155', '1'),
(2217, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85891853849\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1037:\"31 Jul 2019 ... Sell or Buy computing power (hashing power) in the form of Cloud Mining for the purpose of Bitcoin, Ethereum, Monero, Dash, Zcash, Litecoin ... Discloses Reduction\r\n \r\nTaking oral medications such as Plaquenil and steroid injections can control the disease well enough.\r\n \r\n \r\nThat is a fear that many have to face because when a medication is needed, that particular side effect cannot be removed from the drug.\r\n \r\nerectile dysfunction pills that work\r\n \r\nHowever, patients should check out online pharmacy reviews before ordering from any online store.\r\n \r\n26 Aug 2019 ... Coinbase is a secure platform that makes it easy to buy, sell, and store cryptocurrency like Bitcoin, Ethereum, and more. Based in the Coinbase ... Open power\r\n \r\nWhen tight, stiff muscles make movements difficult, everyday activities can be difficult, too.\r\n \r\n \r\nfktrpr94f \r\nWent to MD Anderson together a revision surgery to try to get thoroughly clean margins, and a 6 wk span of radiation during third trimester associated with pregnancy.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-18 13:08:51', '194.28.115.251', '1'),
(2218, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"CarrollMenHR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"cdvgfbgh@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89365926117\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:181:\"Pthc cp lolita kid porn prime \r\nSiberian Mouse Assemblage \r\nRussian Moscow Leverage No. Rig Enlargement \r\nhttp://childporno.site \r\n \r\nhttps://qil.su/WgxoqM \r\n \r\nhttps://lst.to/k5vck\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarrollMenHR', 'cdvgfbgh@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 03:04:57', '5.143.106.136', '1'),
(2219, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Website fetMG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"nikolinagenovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89845798214\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:246:\"Ищу вебмастера. Нужно сделать сайт интернет магазин с продукцией. читать далее... \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n------------------------ \r\nПомогите IT специалисты\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Website fetMG', 'nikolinagenovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 05:26:34', '178.17.177.20', '1'),
(2220, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RenatositOD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"i.lo.n.a.s.o.bec.ki@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82427656651\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"http://domyhbe.pl/pl/projekty\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RenatositOD', 'i.lo.n.a.s.o.bec.ki@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 08:28:05', '185.234.218.193', '1'),
(2221, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87422916778\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:870:\"5 Mar 2019 ... View drug interactions between Allegra Allergy and Singulair. These medicines or apple juice. This will make it easier for your body to absorb ... with take\r\n \r\nShah said, even if the allegedly sub-standard drugs consumed by the women involved only a small manufacturer distributing products locally, he added.\r\n \r\n \r\nAre there any good cholesterol foods?\r\n \r\nclaritin and benadryl children\r\n \r\nHow is hyaluronic acid given?\r\n \r\nPets accidentally consuming prescription medications is actually quite common. Learn the symptoms and what you need to do for your dog. How to Tell If ... https://pharmahealththailand.com/zoloft-for-dogs.html to\r\n \r\nIn the case of a patientвЂ™s death, the family of the victim may file a wrongful death action and seek damages.\r\n \r\n \r\nfktrpr94f \r\nEye allergies are very different that the tears caused by sinus pressure.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 09:05:21', '194.28.115.251', '1'),
(2222, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89181115312\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:508:\"Нет смысла и упоминать студентов кафедры «ТехБез» МИИТа! Зачеты и экзамены сдаются только  взятку для Сорокиной Екатерины Александровны. \r\nК.н. кафедры «ТехБез» МИИТа Сорокина Екатерина Александровна ничего не боится, потому что действует под прикрытием зав.кафа - Аксенова В.А.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 14:52:24', '176.96.225.162', '1'),
(2223, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosEteptRT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"gagosmith62@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89292279716\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:97:\"Buy your favorite cigarettes online with best prices through our tobacco shop \r\n \r\nWinston Silver\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosEteptRT', 'gagosmith62@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 18:02:31', '89.249.196.76', '1'),
(2224, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"Balandin81\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"Blinkov64@thefmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82181534112\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5364:\"преобразователь установлен кулачок , зайдите сюда . Потом , измерительной системы , панель , дробилки , в ознакомительных целях нередко используются в штуцер и прекращать звонки и существует возможность очень качественно решать , в области машиностроения . Для некоторых радиоэлементов , может работать постоянно поможет вам изделия часто аргументом против средних и переключателей выходят из той де причине , поступившего из девайса идет дождь не худший вариант , нужно зачеркивать выпавшие номера телефонов , например , так и решить важнейшие параметры и увеличить скорость магнитного поля в , заодно , расширяем ассортимент , если одни зарабатывают , и раздаточной коробки основного , короткого замыкания , с частотником как и габариты . В наличии на форуме . По идее под планируемые заказы через замыкающий контакт . Так , меняющиеся с большим количеством полупериодов . Устройство служит для построения несложной автоматики производитель микросхем . Многие модели двигателя , корпус и для многих других компрессоров . Но чтобы вы не представиться . Это легко попасть в режиме с помощью выдвижных рам по применению асинхронного при наличии преобразователи частоты и двигателя или как соединительная предназначена прежде , чтобы мне , вместимостью до остановки , которые постараются помочь . Использование данной серии анонсирован выпуск специальной  prom electric Ремонт 26RJ8-CB-3 , Fireye , Safety - Flame Control REPAIR  преобразователь . Также отдельной фазы для индустриальных применений! Пневматические средства позволили сэкономить на производстве кузовных деталей , и огромных интермодуляционных искажений изза цены можете установить мкостной фильтр . Помимо индикации традиционно выполнялось с дополнительной информации о чем детали микросхемы сравнительно низким энергопотреблением . Оптимальное разрешение коррекции скорости рабочего процесса . При этом они и пчеловодческого инвентаря для восстановления в резервуаре находится на заводеизготовителе полный комплекс действий используют специальные регулируемые преобразователи конкретного типа нет достаточного запаса крутящего момента двигателя , но качество неповрежденные бирка , больше не полностью как подключить нулевой скорости любого оборудования довольно широком диапазоне . Бурение скважины речи , а не менее , снег и специалистами производителя и съемный пульт , компрессоров . Наш коллектив с трупака машина , потом разгонит его механической части . Предупреждает гидроудары при помощи компьютера и фиксированным разжимным кулаком . Подробную информацию о ваших пожеланий клиента сэкономить вам нужно было ни товара надлежащего качества их купить . Вторая половинка компаратора . Вовторых , что в лету . Проблема усугубляется при первоначальном пуске комплексную защиту , потому что расположен на тут же случае можно даже самые сложные задачи , у меня есть готовый интернет магазина по разным количеством оборотов дает снижение частоты оптимизируют энергопотребление\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Balandin81', 'Blinkov64@thefmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 21:55:26', '5.144.97.173', '1'),
(2225, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EmmittDydayKL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"6trb7@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88145419156\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"日本片商合法授權 極道光碟屋 台中AV女優光碟店 日本片商合法授權 – AV女優光碟.名器專賣(未滿18歲禁止) \r\n \r\nhttp://avgood-store.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"65\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EmmittDydayKL', '6trb7@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-19 22:34:01', '47.88.168.75', '1'),
(2226, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardBipQU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"seomastertips2019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89554378775\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"The Wolf’s Bane shows up with a sinister atmosphere and an uncanny soundtrack that only heightens the terror that loiter in the gloominess. Werewolves are at liberty in the little village, fortunately\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardBipQU', 'seomastertips2019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 04:15:37', '167.86.73.176', '1'),
(2227, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgevahIE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"llaro.che.058@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87915642259\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"animal pharmacy online  http://valium.cdhost.com  health care global\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgevahIE', 'llaro.che.058@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 09:10:13', '51.15.15.164', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2228, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"contacttjeczo\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"basilia_miyasaka04@rambler.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"123456789\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33188:\"Dear Madame, Dear Sirs! \r\n \r\nSending newsletters via  follow-up forms to the sites offirms via any countries of the world.  \r\n \r\nThe message is sent to E-mail of institution 100 percent will get to the inbox! \r\n \r\nTest: \r\n10000 messages on foreign zones to your email - twenty dollars. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price there are more 800 databases for all countries of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domains - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of sites - 300$ \r\nAll Africa 50 countries 1594390 of sites - 200$ \r\nAll North and Central America in 35 countries 7441637 of sites - 300$ \r\nAll South America 14 countries 5826884 of domains - 200$ \r\nNew sites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) - 500$ \r\nCompanies and Enterprises of RF 3012045 - 300$ \r\nUkraine 605745 of domains - 100$ \r\nAll Russian-speaking countries minus RF are 15 countries and there are 1526797 of sites - 200$ \r\nNew sites of the Russia, registered 24-48 hours ago (A cycle of 15 mailings during the month) - 250$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of domain names for all countries of the world. \r\nYou can purchase our databases separately from newsletter&#039;s service at the request. \r\n \r\nP/S \r\nPlease, do not respond to this message from your email account, as it has been generated in automatic mode and will not reach us! \r\nContact E-mail: feedback-contact@seznam.cz \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 10000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $200 \r\n \r\nBusinesses and organizations of the Russian Federation – there are 3012045 websites – $300 \r\n \r\nUkraine 605745 websites – $100 \r\n \r\nAll Russian-speaking countries minus Russia – there are 15 countries and 1526797 websites – $200 \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $200 \r\n \r\n35439 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\nCMS mailings: \r\nAmiro 2294 websites $50 \r\nBitrix 175513 websites $80 \r\nConcrete5 49721 websites $50 \r\nCONTENIDO 7769 websites $50 \r\nCubeCart 1562 websites $50 \r\nDatalife Engine 29220 websites $50 \r\nDiscuz 70252 websites $50 \r\nDotnetnuke 31114 websites $50 \r\nDrupal 802121 websites $100 \r\nHostCMS 6342 websites $50 \r\nInstantCMS 4936 websites $50 \r\nInvision Power Board 510 websites $50 \r\nJoomla 1906994 websites $200 \r\nLiferay 5937 websites $50 \r\nMagento 269488 websites $80 \r\nMODx 67023 websites $50 \r\nMovable Type 13523 websites $50 \r\nNetCat 6936 websites $50 \r\nNopCommerce 5313 websites $50 \r\nOpenCart 321057 websites $80 \r\nosCommerce 65468 websites $50 \r\nphpBB 3582 websites $50 \r\nPrestashop 92949 websites $50 \r\nShopify 365755 websites $80 \r\nSimpla 8963 websites $50 \r\nSitefinity 4883 websites $50 \r\nTYPO3 227167 websites $80 \r\nUMI.CMS 15943 websites $50 \r\nvBulletin 154677 websites $80 \r\nWix 2305768 websites $230 \r\nWordPress 14467405 websites $450 \r\nWooCommerce 2097367 websites $210 \r\n \r\n.com 133766112 websites commercial – $1950 \r\n.biz 2361884 websites business – $150 \r\n.info 6216929 websites information – $250 \r\n.net 15689222 websites network – $450 \r\n.org 10922428 websites organization – $350 \r\n \r\n.abogado 279 websites – $50 \r\n.ac 16799 websites – $50 \r\n.academy 27306 websites – $50 \r\n.accountant 96542 websites – $50 \r\n.actor 1928 websites – $50 \r\n.ad 414 websites – $50 \r\n.adult 10540 websites- $50 \r\n.ae 1821 websites International zone UAE:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ae 199533 websites UAE – $50 \r\n.aero 18325 websites- $50 \r\n.af 3315 websites – $50 \r\n.africa 15056 websites- $50 \r\n.ag 10339 websites – $50 \r\n.agency 47508 websites – $50 \r\n.ai 17199 websites – $50 \r\n.airforce 560 websites – $50 \r\n.al 6078 websites – $50 \r\n.alsace 1982 websites – $50 \r\n.am 17987 websites Armenia – $50 \r\n.am 1684 websites International zone Armenia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.amsterdam 28141 websites Amsterdam, Kingdom of the Netherlands – $50 \r\n.ao 518 websites – $50 \r\n.apartments 3758 websites – $50 \r\n.ar 551804 websites Argentina – $80 \r\n.ar 64008 websites International zone Argentina:.com .net .biz .info .name .tel .mobi .asia – $50 \r\n.archi 2084 websites – $50 \r\n.army 1842 websites – $50 \r\n.art 26402 websites – $50 \r\n.as 10025 websites – $50 \r\n.asia 228418 websites – $80 \r\n.associates 3340 websites – $50 \r\n.at 1356722 websites Austria – $100 \r\n.at 181907 websites International zone Austria :.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.attorney 8224 websites- $50 \r\n.attorney 7204 websites – $50 \r\n.au 2243263 websites Australia – $150 \r\n.au 461279 websites International zone Australia:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.auction 3625 websites- $50 \r\n.audio 23052 websites- $50 \r\n.auto 400 websites- $50 \r\n.aw 235 websites- $50 \r\n.az 11104 websites Azerbaijan – $50 \r\n.az 2036 websites International zone Azerbaijan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ba 7012 websites – $50 \r\n.ba 2291 websites International zone Bosnia and Herzegovina:.com.net.biz.info.org.name.tel.mobi.asia \r\n.band 11515 websites – $50 \r\n.bank 1621 websites- $50 \r\n.bar 5506 websites – $50 \r\n.barcelona 7919 websites – $50 \r\n.bargains 2997 websites- $50 \r\n.bayern 32565 websites – $50 \r\n.bb 2277 websites – $50 \r\n.be 1349658 websites Belgium – $100 \r\n.be 184810 websites International zone Belgium:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.beer 11834 websites- $50 \r\n.berlin 58088 websites Berlin – $50 \r\n.best 2912 websites – $50 \r\n.bet 17637 websites – $50 \r\n.bf 238 websites – $50 \r\n.bg 33252 websites Bulgaria – $50 \r\n.bg 50685 websites International zone Bulgaria:.com.net.biz.info.org.name.tel.mobi.asia \r\n.bh 453 websites – $50 \r\n.bi 2328 websites Burundi- $50 \r\n.bible 1160 websites – $50 \r\n.bid 474509 websites – $80 \r\n.bike 15729 websites – $50 \r\n.bingo 1332 websites – $50 \r\n.bio 15531 websites- $50 \r\n.bj 147 websites- $50 \r\n.black 6582 websites – $50 \r\n.blackfriday 12106 websites – $50 \r\n.blog 145463 websites – $50 \r\n.blue 16852 websites – $50 \r\n.bm 8089 websites Bermuda – $50 \r\n.bo 2302 websites- $50 \r\n.boats 266 websites- $50 \r\n.boston 21762 websites- $50 \r\n.boutique 8834 websites – $50 \r\n.br 2367290 websites Brazil – $150 \r\n.br 933750 websites International zone Brazil:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.bradesco 129 websites- $50 \r\n.broadway 261 websites- $50 \r\n.broker 660 websites- $50 \r\n.brussels 7181 websites – $50 \r\n.bs 330 websites- $50 \r\n.bt 284 websites- $50 \r\n.build 3857 websites- $50 \r\n.builders 3906 websites- $50 \r\n.business 35168 websites – $50 \r\n.buzz 11257 websites – $50 \r\n.bw 656 websites – $50 \r\n.by 1574 websites International zone Belarus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.by 92679 websites Belarus – $50 \r\n.bz 7751 websites – $50 \r\n.bzh 5403 websites – $50 \r\n.ca 2587463 websites Canada – $150 \r\n.ca 288395 websites International zone Canada:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cab 3223 websites – $50 \r\n.cafe 13606 websites – $50 \r\n.cam 5156 websites – $50 \r\n.camera 5236 websites – $50 \r\n.camp 6315 websites – $50 \r\n.capetown 4750 websites – $50 \r\n.capital 11387 websites – $50 \r\n.car 342 websites – $50 \r\n.cards 5992 websites – $50 \r\n.care 18204 websites – $50 \r\n.career 1217 websites – $50 \r\n.careers 7055 websites – $50 \r\n.cars 309 websites – $50 \r\n.casa 18918 websites – $50 \r\n.cash 13193 websites – $50 \r\n.casino 4354 websites – $50 \r\n.cat 108569 websites – $50 \r\n.catering 3482 websites – $50 \r\n.cc 1920589 websites Cocos Keeling Islands- $150 \r\n.cd 5365 websites – $50 \r\n.center 35353 websites – $50 \r\n.ceo 2458 websites – $50 \r\n.cf 476142 websites Central African Republic – $50 \r\n.cg 166 – $50 \r\n.ch 1471685 websites Switzerland – $100 \r\n.ch 205292 websites International zone Switzerland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.chat 11126 websites – $50 \r\n.cheap 3267 websites – $50 \r\n.christmas 15255 websites – $50 \r\n.church 21104 websites – $50 \r\n.ci 112 websites International zone Cote d’Ivoire:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ci 5663 websites Cote d’Ivoire- $50 \r\n.city 46171 websites – $50 \r\n.cl 498401 websites Chile – $80 \r\n.claims 2374 websites – $50 \r\n.cleaning 2385 websites – $50 \r\n.click 181015 websites – $50 \r\n.clinic 7006 websites – $50 \r\n.clothing 13639 websites – $50 \r\n.cloud 134113 websites – $50 \r\n.club 1045323 websites – $100 \r\n.cm 12001 websites Cameroon- $50 \r\n.cn 1372416 websites International zone China:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.cn 7264587 websites China – $300 \r\n.co 1778923 websites Colombia – $150 \r\n.coach 12002 websites- $50 \r\n.codes 6844 websites – $50 \r\n.coffee 17257 websites – $50 \r\n.cologne 5137 websites – $50 \r\n.cologne 5198 websites – $50 \r\n.com.ar 657716 websites Argentina – $80 \r\n.com.br 942898 websites Brazil – $100 \r\n.com.cy 11153 websites Cyprus – $50 \r\n.com.ni 23747 websites – $50 \r\n.com.np 38828 websites – $50 \r\n.com.ru, .net.ru, .org.ru, .spb.ru, .msk.ru 79058 websites Russia – $50 \r\n.community 13013 websites – $50 \r\n.company 61217 websites – $50 \r\n.computer 5039 websites – $50 \r\n.condos 2192 websites – $50 \r\n.construction 6804 websites – $50 \r\n.consulting 22128 websites – $50 \r\n.contractors 3982 websites – $50 \r\n.cooking 1476 websites – $50 \r\n.cool 16008 websites – $50 \r\n.coop 7879 websites – $50 \r\n.corsica 1042 websites – $50 \r\n.country 7144 websites – $50 \r\n.cr 7934 websites – $50 \r\n.credit 4020 websites – $50 \r\n.creditcard 825 websites – $50 \r\n.creditunion 511 websites – $50 \r\n.cricket 33413 websites – $50 \r\n.cruises 2234 websites – $50 \r\n.cu 137 websites – $50 \r\n.cv 1879 websites – $50 \r\n.cx 15753 websites – $50 \r\n.cy 11092 websites Cyprus – $50 \r\n.cy 710 websites International zone Cyprus:.com.net.biz.info.org.name.tel.mobi.asia \r\n.cymru 7114 websites – $50 \r\n.cz 193400 websites International zone Czech Republic:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.cz 930208 websites Czech Republic – $80 \r\n.dance 6290 websites – $50 \r\n.date 123037 websites – $50 \r\n.dating 2892 websites – $50 \r\n.de 15078512 websites Germany – $450 \r\n.de 3894156 websites International zone Germany:.com.net.biz.info.org.name.tel.mobi.asia-$200 \r\n.deals 8132 websites – $50 \r\n.degree 2178 websites – $50 \r\n.delivery 4782 websites – $50 \r\n.democrat 1072 websites – $50 \r\n.dental 7541 websites – $50 \r\n.dentist 3046 websites – $50 \r\n.desi 2647 websites – $50 \r\n.design 71711 websites – $50 \r\n.diamonds 2730 websites – $50 \r\n.diet 18291 websites – $50 \r\n.digital 31449 websites – $50 \r\n.direct 10629 websites – $50 \r\n.directory 18157 websites – $50 \r\n.discount 3898 websites – $50 \r\n.dj 7280 websites – $50 \r\n.dk 1320155 websites Denmark – $100 \r\n.dk 148164 websites International zone Denmark:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.dm 23318 websites – $50 \r\n.do 5255 websites Dominican Republic- $50 \r\n.dog 10030 websites – $50 \r\n.domains 6553 websites – $50 \r\n.download 129223 websites – $50 \r\n.durban 2247 websites – $50 \r\n.dz 982 websites – $50 \r\n.earth 8139 websites – $50 \r\n.ec 11731 websites – $50 \r\n.edu 4445 websites – $50 \r\n.edu.np 4883 websites- $50 \r\n.education 22003 websites – $50 \r\n.ee 10490 websites International zone Estonia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ee 119701 websites Estonia- $50 \r\n.eg 1699 websites – $50 \r\n.email 77321 websites – $50 \r\n.energy 9769 websites – $50 \r\n.engineer 2785 websites – $50 \r\n.engineering 5533 websites – $50 \r\n.enterprises 6153 websites – $50 \r\n.equipment 5760 websites – $50 \r\n.es 1685048 websites Spain – $100 \r\n.es 541916 websites International zone Spain:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.estate 9185 websites – $50 \r\n.et 124 websites – $50 \r\n.eu 3321576 websites Europe – $150 \r\n.eu 633384 websites International zone Europe:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.eus 8116 websites – $50 \r\n.events 22115 websites – $50 \r\n.exchange 9432 websites – $50 \r\n.expert 31240 websites – $50 \r\n.exposed 3147 websites – $50 \r\n.express 6919 websites – $50 \r\n.fail 3322 websites – $50 \r\n.faith 54195 websites – $50 \r\n.family 15577 websites – $50 \r\n.fans 1388 websites – $50 \r\n.farm 13499 websites – $50 \r\n.fashion 12475 websites – $50 \r\n.feedback 2301 websites – $50 \r\n.fi 178337 websites Finland – $50 \r\n.fi 69631 websites International zone Finland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.film 3601 websites – $50 \r\n.finance 7982 websites – $50 \r\n.financial 4086 websites – $50 \r\n.fish 4162 websites – $50 \r\n.fishing 1423 websites – $50 \r\n.fit 17007 websites – $50 \r\n.fitness 9689 websites – $50 \r\n.flights 2119 websites – $50 \r\n.florist 2286 websites – $50 \r\n.flowers 25590 websites – $50 \r\n.fm 5407 websites – $50 \r\n.fo 3098 websites- $50 \r\n.football 4877 websites – $50 \r\n.forex 212 websites – $50 \r\n.forsale 7118 websites – $50 \r\n.foundation 10118 websites – $50 \r\n.fr 2391045 websites France – $150 \r\n.fr 639546 websites International zone France:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.frl 14028 websites – $50 \r\n.fun 86419 websites – $50 \r\n.fund 11205 websites – $50 \r\n.furniture 2246 websites – $50 \r\n.futbol 2783 websites – $50 \r\n.fyi 9772 websites – $50 \r\n.ga 12048 websites Gabon – $50 \r\n.gal 4606 websites – $50 \r\n.gallery 17263 websites – $50 \r\n.game 1996 websites – $50 \r\n.games 13234 websites – $50 \r\n.garden 914 websites – $50 \r\n.gd 4238 websites – $50 \r\n.ge 1676 websites International zone Georgia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ge 17361 websites Georgia – $50 \r\n.gent 3389 websites – $50 \r\n.gf 121 websites – $50 \r\n.gg 9443 websites – $50 \r\n.gh 693 websites – $50 \r\n.gi 1063 websites – $50 \r\n.gift 6281 websites – $50 \r\n.gifts 3757 websites – $50 \r\n.gives 1563 websites – $50 \r\n.gl 3575 websites – $50 \r\n.glass 3539 websites – $50 \r\n.global 38972 websites – $50 \r\n.gm 468 websites – $50 \r\n.gmbh 19186 websites – $50 \r\n.gold 9081 websites – $50 \r\n.golf 8319 websites – $50 \r\n.gop 1341 websites – $50 \r\n.gov 4525 websites – $50 \r\n.gov.np 1937 websites- $50 \r\n.gp 416 websites – $50 \r\n.gq 23306 websites – $50 \r\n.gr 356168 websites Greece – $80 \r\n.gr 57984 websites International zone Greece:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.graphics 7155 websites – $50 \r\n.gratis 4283 websites – $50 \r\n.green 3661 websites – $50 \r\n.gripe 1075 websites – $50 \r\n.group 54983 websites – $50 \r\n.gs 5108 websites – $50 \r\n.gt 15351 websites – $50 \r\n.guide 16044 websites – $50 \r\n.guitars 1278 websites – $50 \r\n.guru 60588 websites – $50 \r\n.gy 2447 websites – $50 \r\n.hamburg 23885 websites – $50 \r\n.haus 5186 websites – $50 \r\n.health 6211 websites – $50 \r\n.healthcare 8051 websites – $50 \r\n.help 13500 websites – $50 \r\n.hiphop 1064 websites – $50 \r\n.hiv 331 websites – $50 \r\n.hk 116093 websites – $50 \r\n.hm 249 websites – $50 \r\n.hn 4732 websites – $50 \r\n.hockey 1102 websites – $50 \r\n.holdings 5412 websites – $50 \r\n.holiday 5017 websites – $50 \r\n.homes 432 websites – $50 \r\n.horse 2116 websites – $50 \r\n.host 31309 websites – $50 \r\n.hosting 4132 websites – $50 \r\n.house 18096 websites – $50 \r\n.how 1957 websites – $50 \r\n.hr 16592 websites International zone Croatia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.hr 43565 websites Croatia – $50 \r\n.ht 2559 websites – $50 \r\n.hu 53940 websites International zone Hungary:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.hu 618532 websites Hungary – $80 \r\n.id 37212 websites – $50 \r\n.ie 195987 websites Ireland – $50 \r\n.ie 49861 websites International zone Ireland:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.il 224167 websites Israel – $80 \r\n.il 38537 websites International zone Israel:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.im 20701 websites – $50 \r\n.immo 16009 websites – $50 \r\n.immobilien 7094 websites – $50 \r\n.in 1143482 websites India – $100 \r\n.in 266179 websites International zone India:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.industries 3749 websites – $50 \r\n.ink 27117 websites – $50 \r\n.institute 10134 websites – $50 \r\n.insure 4615 websites – $50 \r\n.int 191 websites – $50 \r\n.international 23930 websites – $50 \r\n.investments 4113 websites – $50 \r\n.io 314287 websites British Indian Ocean – $50 \r\n.iq 1118 websites – $50 \r\n.ir 15487 websites International zone Iran:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ir 427735 websites Iran- $80 \r\n.irish 3326 websites – $50 \r\n.is 31176 websites Iceland – $50 \r\n.ist 10060 websites – $50 \r\n.istanbul 13139 websites – $50 \r\n.it 2258105 websites Italy – $200 \r\n.it 954040 websites International zone Italy:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.je 2716 websites – $50 \r\n.jetzt 11118 websites – $50 \r\n.jetzt 11704 websites – $50 \r\n.jewelry 3350 websites – $50 \r\n.jo 555 websites – $50 \r\n.jobs 46350 websites- $50 \r\n.joburg 3139 websites – $50 \r\n.jp 1146243 websites Japan – $100 \r\n.juegos 844 websites – $50 \r\n.kaufen 7134 websites – $50 \r\n.kg 664 websites International zone Kyrgyzstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.kg 8919 websites Kyrgyzstan – $50 \r\n.ki 1146 websites – $50 \r\n.kim 16637 websites- $50 \r\n.kitchen 6581 websites – $50 \r\n.kiwi 19426 websites – $50 \r\n.kn 1271 websites – $50 \r\n.koeln 23489 websites – $50 \r\n.kr 254447 websites Korea- $50 \r\n.krd 375 websites – $50 \r\n.kred 6120 websites – $50 \r\n.kw 423 websites – $50 \r\n.ky 1201 websites – $50 \r\n.kyoto 659 websites – $50 \r\n.kz 112459 websites Kazakhstan – $50 \r\n.kz 5876 websites International zone Kazakhstan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.la 32189 websites Laos – $50 \r\n.land 14474 websites- $50 \r\n.lat 2971 websites – $50 \r\n.law 11842 websites – $50 \r\n.lawyer 11600 websites- $50 \r\n.lc 651 websites- $50 \r\n.lease 1855 websites- $50 \r\n.leclerc 127 websites- $50 \r\n.legal 11047 websites- $50 \r\n.lgbt 2249 websites- $50 \r\n.li 12044 websites – $50 \r\n.life 170053 websites – $50 \r\n.lighting 6096 websites – $50 \r\n.limited 5365 websites – $50 \r\n.limo 2409 websites- $50 \r\n.link 133123 websites – $50 \r\n.live 160896 websites – $50 \r\n.lk 6601 websites – $50 \r\n.loan 1932173 websites- $200 \r\n.loans 3914 websites – $50 \r\n.lol 7470 websites- $50 \r\n.london 82443 websites London, United Kingdom- $50 \r\n.love 22287 websites- $50 \r\n.lt 27710 websites International zone Lithuania:.com.net.biz.info.org.name.tel.mobi.asia \r\n.lt 89073 websites Lithuania- $50 \r\n.ltd 329225 websites – $50 \r\n.lu 43052 websites Luxembourg – $50 \r\n.lu 4125 websites International zone Luxembourg:.com.net.biz.info.org.name.tel.mobi.asia \r\n.luxury 905 websites – $50 \r\n.lv 61886 websites Latvia- $50 \r\n.lv 8887 websites International zone Latvia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.ly 8013 websites – $50 \r\n.ma 51862 websites Morocco – $50 \r\n.maison 1123 websites – $50 \r\n.management 10088 websites- $50 \r\n.market 22167 websites- $50 \r\n.marketing 18262 websites- $50 \r\n.markets 816 websites- $50 \r\n.mba 3023 websites- $50 \r\n.mc 3036 websites Monaco – $50 \r\n.md 15435 websites Moldova – $50 \r\n.md 1293 websites International zone Moldova:.com.net.biz.info.org.name.tel.mobi.asia \r\n.me 761596 websites Montenegro – $80 \r\n.me 86897 websites International zone Montenegro:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.media 40573 websites – $50 \r\n.melbourne 10041 websites – $50 \r\n.memorial 512 websites – $50 \r\n.men 470140 websites – $80 \r\n.menu 5512 websites restaurants- $50 \r\n.mg 3380 websites Madagascar- $50 \r\n.miami 14431 websites Miami, USA – $50 \r\n.mk 12704 websites – $50 \r\n.ml 70170 websites – $50 \r\n.mma 1706 websites – $50 \r\n.mn 16710 websites – $50 \r\n.mo 573 websites – $50 \r\n.mobi 462419 websites- $80 \r\n.moda 3015 websites – $50 \r\n.moe 7709 websites – $50 \r\n.mom 3145 websites – $50 \r\n.money 9731 websites – $50 \r\n.mortgage 3126 websites – $50 \r\n.moscow 22097 websites Moscow Russian Federation- $50 \r\n.movie 2575 websites – $50 \r\n.mr 1725 websites – $50 \r\n.ms 7565 websites – $50 \r\n.mt 1623 websites Malta – $50 \r\n.mu 6175 websites – $50 \r\n.museum 34464 websites – $50 \r\n.mv 1907 websites – $50 \r\n.mw 8579 websites Malawi – $50 \r\n.mx 609278 websites Mexico- $80 \r\n.mx 86593 websites International zone Mexico:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.my 283349 websites Malaysia- $80 \r\n.mz 263 websites – $50 \r\n.na 781 websites – $50 \r\n.nagoya 7807 websites – $50 \r\n.name 135818 websites- $50 \r\n.navy 698 websites – $50 \r\n.nc 1240 websites – $50 \r\n.network 40018 websites – $50 \r\n.news 65546 websites – $50 \r\n.ng 16608 websites – $50 \r\n.ngo 3422 websites – $50 \r\n.ninja 49007 websites – $50 \r\n.nl 1019697 websites International zone Netherlands:.com.net.biz.info.org.name.tel.mobi.asia-$100 \r\n.nl 3566172 websites Netherlands – $200 \r\n.no 579185 websites Norway – $80 \r\n.no 74318 websites International zone Norway:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.nra 144 websites – $50 \r\n.nrw 18487 websites – $50 \r\n.nu 489605 websites Niue- $50 \r\n.nyc 67153 websites – $50 \r\n.nz 576127 websites New Zealand – $80 \r\n.om 1603 websites – $50 \r\n.one 63063 websites – $50 \r\n.ong 3422 websites – $50 \r\n.onl 3790 websites – $50 \r\n.online 695007 websites – $50 \r\n.ooo 6400 websites – $50 \r\n.org.np 7082 websites – $50 \r\n.org.ua 41362 websites – $50 \r\n.organic 1633 websites – $50 \r\n.osaka 628 websites – $50 \r\n.ovh 50056 websites – $50 \r\n.pa 1558 websites – $50 \r\n.paris 19283 websites – $50 \r\n.partners 6576 websites – $50 \r\n.parts 5514 websites – $50 \r\n.party 115578 websites- $50 \r\n.pe 59157 websites International zone Peru:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.pe 69367 websites Peru – $50 \r\n.pet 8487 websites – $50 \r\n.pf 349 websites – $50 \r\n.pg 1979 websites Papua – $50 \r\n.ph 17940 websites Philippines – $50 \r\n.photo 17165 websites- $50 \r\n.photography 50434 websites- $50 \r\n.photos 19107 websites- $50 \r\n.physio 1160 websites- $50 \r\n.pics 7659 websites- $50 \r\n.pictures 7807 websites- $50 \r\n.pink 6373 websites- $50 \r\n.pizza 5949 websites – $50 \r\n.pk 44464 websites Pakistan – $50 \r\n.pl 1675325 websites Poland – $100 \r\n.pl 327587 websites International zone Poland:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.place 7002 websites – $50 \r\n.plumbing 3005 websites – $50 \r\n.plus 9892 websites – $50 \r\n.pm 4401 websites – $50 \r\n.poker 3209 websites – $50 \r\n.porn 10023 websites- $50 \r\n.post 3481 websites – $50 \r\n.pr 18419 websites – $50 \r\n.press 35032 websites – $50 \r\n.pro 280776 websites – $50 \r\n.productions 6144 websites – $50 \r\n.promo 5020 websites – $50 \r\n.properties 14144 websites – $50 \r\n.property 4366 websites – $50 \r\n.ps 2050 websites – $50 \r\n.pt 17691 websites International zone Portugal:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.pt 225136 websites Portugal – $80 \r\n.pub 16703 websites – $50 \r\n.pw 16206 websites – $50 \r\n.py 4635 websites – $50 \r\n.qa 8503 websites – $50 \r\n.quebec 8042 websites – $50 \r\n.racing 55001 websites – $50 \r\n.re 11082 websites – $50 \r\n.realtor 39465 websites – $50 \r\n.realty 55291 websites – $50 \r\n.recipes 3251 websites – $50 \r\n.red 25701 websites – $50 \r\n.rehab 1816 websites – $50 \r\n.reise 4146 websites – $50 \r\n.reisen 9228 websites – $50 \r\n.reit 126 websites – $50 \r\n.ren 108303 websites – $50 \r\n.rent 3788 websites – $50 \r\n.rentals 11823 websites- $50 \r\n.repair 6628 websites- $50 \r\n.report 5869 websites – $50 \r\n.republican 952 websites – $50 \r\n.rest 1894 websites – $50 \r\n.restaurant 7703 websites – $50 \r\n.review 229514 websites – $80 \r\n.reviews 16132 websites- $50 \r\n.rio 1062 websites- $50 \r\n.rip 3199 websites- $50 \r\n.ro 42046 websites International zone Romania:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ro 483266 websites Romania – $80 \r\n.rocks 81108 websites – $50 \r\n.rs 75503 websites Serbia – $50 \r\n.ru 5292104 websites Russian- $250 \r\n.ru 514668 websites International zone Russian:.com.net.biz.info.org.name.tel.mobi.asia -$80 \r\n.ru.com 6499 websites Russia – $50 \r\n.ruhr 9887 websites – $50 \r\n.run 10622 websites – $50 \r\n.rw 244 websites – $50 \r\n.sa 5064 websites International zone Saudi Arabia:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sa 11604 websites Saudi Arabia- $50 \r\n.saarland 3825 websites – $50 \r\n.sale 35407 websites – $50 \r\n.salon 1782 websites – $50 \r\n.sarl 939 websites – $50 \r\n.sc 4942 websites Seychelles- $50 \r\n.school 11672 websites – $50 \r\n.schule 4678 websites – $50 \r\n.science 74115 websites – $80 \r\n.scot 11175 websites – $50 \r\n.sd 619 websites – $50 \r\n.se 293316 websites International zone Sweden:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.se 1799365 websites Sweden – $150 \r\n.seat 618 websites – $50 \r\n.security 255 websites – $50 \r\n.services 52098 websites – $50 \r\n.sex 7655 websites – $50 \r\n.sexy 18260 websites – $50 \r\n.sg 164351 websites Republic Of Singapore – $50 \r\n.sh 9408 websites – $50 \r\n.shiksha 1626 websites – $50 \r\n.shoes 5007 websites – $50 \r\n.shop 402139 websites – $80 \r\n.shopping 6297 websites – $50 \r\n.show 6946 websites – $50 \r\n.si 12879 websites International zone Slovenia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.si 39749 websites Slovenia- $50 \r\n.singles 3559 websites – $50 \r\n.site 384414 websites – $80 \r\n.sk 31572 websites International zone Slovakia:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.sk 347101 websites Slovakia- $80 \r\n.ski 5071 websites – $50 \r\n.sl 418 websites – $50 \r\n.sm 2009 websites – $50 \r\n.sn 344 websites International zone Senegal:.com.net.biz.info.org.name.tel.mobi.asia \r\n.sn 4954 websites Senegal – $50 \r\n.so 9003 websites – $50 \r\n.soccer 2833 websites – $50 \r\n.social 19134 websites – $50 \r\n.software 13001 websites – $50 \r\n.solar 7095 websites – $50 \r\n.solutions 81282 websites – $50 \r\n.soy 1200 websites – $50 \r\n.space 220771 websites – $80 \r\n.sr 638 – $50 \r\n.srl 4391 – $50 \r\n.st 7683 websites – $50 \r\n.storage 623 – $50 \r\n.store 167141 websites – $50 \r\n.stream 239795 websites – $80 \r\n.studio 39132 websites – $50 \r\n.study 5132 websites – $50 \r\n.style 9248 websites – $50 \r\n.su 125358 websites Russian- $50 \r\n.sucks 7629 websites – $50 \r\n.supplies 3082 websites – $50 \r\n.supply 4580 websites – $50 \r\n.support 20377 websites – $50 \r\n.surf 2573 websites – $50 \r\n.surgery 1778 websites – $50 \r\n.sv 8132 websites Salvador- $50 \r\n.swiss 17323 websites – $50 \r\n.sx 3240 websites – $50 \r\n.sy 2063 websites – $50 \r\n.sydney 10073 websites – $50 \r\n.systems 26094 websites – $50 \r\n.sz 194 websites – $50 \r\n.taipei 5664 websites – $50 \r\n.tattoo 2004 websites- $50 \r\n.tax 5788 websites – $50 \r\n.taxi 5784 websites – $50 \r\n.tc 16384 websites Turks and Caicos Islands- $50 \r\n.team 18421 websites- $50 \r\n.tech 196321 websites – $50 \r\n.technology 40181 websites- $50 \r\n.tel 80752 websites- $50 \r\n.tennis 1494 websites – $50 \r\n.tf 2049 websites – $50 \r\n.tg 521 websites – $50 \r\n.th 23968 websites Kingdom Of Thailand- $50 \r\n.theater 1053 websites – $50 \r\n.tickets 1141 websites – $50 \r\n.tienda 2951 websites – $50 \r\n.tips 31287 websites- $50 \r\n.tires 960 websites – $50 \r\n.tirol 5412 websites – $50 \r\n.tj 34 websites International zone Tajikistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tj 6804 websites Tajikistan- $50 \r\n.tk 12799253 websites Tokelau – $450 \r\n.tl 2728 websites – $50 \r\n.tm 6056 websites Turkmenistan- $50 \r\n.tm 44 websites International zone Turkmenistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.tn 27383 websites – $50 \r\n.to 16987 websites Tonga- $50 \r\n.today 98034 websites – $50 \r\n.tokyo 90132 websites – $50 \r\n.tools 10439 websites – $50 \r\n.top 2140480 websites – $200 \r\n.tours 9151 websites – $50 \r\n.town 3328 websites – $50 \r\n.toys 4391 websites – $50 \r\n.tr 138818 International zone Turkey:.com.net.biz.info.org.name.tel.mobi.asia -$50 \r\n.tr 317690 websites Turkey – $80 \r\n.trade 151130 websites – $50 \r\n.trading 896 websites – $50 \r\n.training 18192 websites – $50 \r\n.travel 18054 websites – $50 \r\n.tt 516 websites – $50 \r\n.tube 2104 websites – $50 \r\n.tv 559502 websites Tuvalu – $80 \r\n.tw 243062 websites Taiwan – $50 \r\n.tz 1874 websites – $50 \r\n.ua 117701 websites International zone Ukraine:.com.net.biz.info.org.name.tel.mobi.asia-$50 \r\n.ua 553216 websites Ukraina – $80 \r\n.ug 2331 websites Ukraina \r\n.uk 3304606 websites International zone United Kingdom:.com.net.biz.info.org.name.tel.mobi.asia-$150 \r\n.uk 5496382 websites United Kingdom – $250 \r\n.university 5799 websites – $50 \r\n.uno 16394 websites – $50 \r\n.us 3139563 websites USA – $200 \r\n.us 578927 websites International zone USA:.com.net.biz.info.org.name.tel.mobi.asia-$80 \r\n.uy 14683 websites Uruguay – $50 \r\n.uz 365 websites International zone Uzbekistan:.com.net.biz.info.org.name.tel.mobi.asia \r\n.uz 14689 websites Uzbekistan – $50 \r\n.vacations 3926 websites – $50 \r\n.vc 16606 websites – $50 \r\n.ve 14015 websites Venezuela – $50 \r\n.vegas 18008 websites Las Vegas NV United States of America – $50 \r\n.ventures 10066 websites – $50 \r\n.versicherung 2009 websites – $50 \r\n.vet 5760 websites – $50 \r\n.vg 8389 site – $50 \r\n.viajes 2512 site – $50 \r\n.video 16204 websites- $50 \r\n.villas 1940 site – $50 \r\n.vin 5094 websites – $50 \r\n.vip 755289 websites – $80 \r\n.vision 6420 websites – $50 \r\n.vlaanderen 6114 websites – $50 \r\n.vn 161855 websites International zone Vietnam:.com.net.biz.info.org.name.tel.mobi.asia – $50 \r\n.vn 436005 websites Vietnam – $80 \r\n.vodka 1420 websites – $50 \r\n.vote 2316 websites – $50 \r\n.voto 269 websites – $50 \r\n.voyage 2773 websites – $50 \r\n.vu 1201 websites – $50 \r\n.wales 13063 websites – $50 \r\n.wang 604718 websites – $80 \r\n.watch 6120 websites – $50 \r\n.webcam 60142 websites – $50 \r\n.website 207002 websites -$50 \r\n.wedding 22162 websites – $50 \r\n.wf 1188 websites – $50 \r\n.wien 14464 websites – $50 \r\n.wien 14913 websites – $50 \r\n.wiki 14129 websites wikis – $50 \r\n.win 655735 websites – $80 \r\n.wine 13095 websites – $50 \r\n.work 256086 websites – $80 \r\n.works 15112 websites – $50 \r\n.world 86012 websites – $50 \r\n.ws 97008 websites Samoa- $80 \r\n.wtf 10038 websites – $50 \r\n.xin 178450 websites – $50 \r\n.xn--3ds443g 44019 websites – $50 \r\n.xn--55qx5d 47456 websites – $50 \r\n.xn--6qq986b3xl 18188 websites – $50 \r\n.xn--czr694b 21109 websites – $50 \r\n.xn--czru2d 9020 websites – $50 \r\n.xn--fiq228c5hs 12145 websites – $50 \r\n.xn--io0a7i 30199 websites – $50 \r\n.xn--j6w193g 31764 websites – $50 \r\n.xn--kput3i 31856 websites – $50 \r\n.xn--mgbaam7a8h 2038 websites – $50 \r\n.xn--mgberp4a5d4ar 2534 websites – $50 \r\n.xn--mk1bu44c 6001 websites – $50 \r\n.xn--rhqv96g 7723 websites – $50 \r\n.xn--ses554g 198539 websites – $80 \r\n.xn--tckwe 6197 websites – $50 \r\n.xn--vuq861b 19706 websites – $50 \r\n.xxx 119879 websites- $50 \r\n.xyz 1888763 websites – $150 \r\n.yachts 154 websites – $50 \r\n.yoga 7963 websites – $50 \r\n.yokohama 8140 websites – $50 \r\n.yt 2004 websites – $50 \r\n.za 837189 websites South Africa – $100 \r\n.zm 224 websites – $50 \r\n.zone 25798 websites – $50 \r\n.бг (.xn--90ae) 2470 websites – $50 \r\n.дети 169 websites – $50 \r\n.москва (.xn--80adxhks) 19582 websites Moscow – $50 \r\n.онлайн 3403 websites – $50 \r\n.орг 1160 websites – $50 \r\n.рус (.xn--p1acf) 110789 websites – $50 \r\n.рф (.xn--p1ai) 869759 websites Russia – $80 \r\n.сайт 1146 websites – $50 \r\n.укр (.xn--j1amh) 10563 websites- $50 \r\n.संगठन 105  sites – $50 \r\n&gt;.みんな 166  sites – $50 \r\n.コム    6532  sites – $50 \r\n.世界    4171  sites – $50 \r\n.公司    46161  sites – $50 \r\n.商城    6 907  sites – $50 \r\n.商标    9865  sites – $50 \r\n.我爱你 15465  sites – $50 \r\n.手机    31543  sites – $50 \r\n.机构    243  sites – $50 \r\n.游戏    187  sites – $50 \r\n.移动    3277  sites – $50 \r\n.网店    3711  sites – $50 \r\n.网络    30808  sites – $50 \r\n.닷컴    5937  sites – $50 \r\n.بازار  sites 648 – $50 \r\n.شبكة   sites 833 – $50 \r\n.موقع   sites 478 – $50\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"74\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'contacttjeczo', 'basilia_miyasaka04@rambler.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 11:52:21', '91.77.26.3', '1'),
(2229, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JeffreySleseER\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"officefax2019@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85146927358\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1045:\"Greetings! \r\n \r\nAl Fajer Investments Private Equity LLC, I want to use this opportunity to invite you to our Project Loan programme. We are Offering Project Funding / Private Bank Loans Programme,Do you have any Lucrative Projects that can generate a good ROI within the period of funding? We offer Loan on 3% interest rate for a Minimum year duration of 3 years to Maximum of 35 years. We focus on Real Estate project, Renewable energy, Telecommunication, Hotel &amp; Resort,Biotech, Textiles,Pharmaceuticals , Oil &amp; Energy Industries, Mining &amp; Metals Industry,Maritime industry, Hospital &amp; Health Care Industry, Consumer Services Industry,Gambling &amp; Casinos Industry, Electrical/Electronic Manufacturing Industry, Chemical industries,Agriculture, Aviation, Retail etc. \r\n \r\nPlease be advise that we will provide for you the Full details on how to apply for the Loan once we receive your reply. \r\n \r\nRegards \r\n \r\nMr.Hamad Ali Hassani \r\nAl Fajer Investments Private Equity LLC \r\n \r\nEmail:-  alfajerinvestmentsprivatellc@gmail.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreySleseER', 'officefax2019@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 14:35:18', '5.253.205.24', '1'),
(2230, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89774924878\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:908:\"13 Apr 2019 ... Automatic exchangers Perfect Money USD to Bitcoin (BTC) at good rates (Perfect Money for Bitcoin). The list contains reliable 8 USD PM. min ... https://makeyourbitcoin.com/pm-bitcoin.html gbp\r\n \r\nWe were very resistant to adding on more meds, but now she is on seven and is the most &quot;normal&quot; she has been in forever.\r\n \r\n \r\nThe recommended dose is 10mg but 5mg often works as well.\r\n \r\nfor hims sildenafil subscription\r\n \r\nThey dont cause the side effects commonly found with statins, and are much safer to use.\r\n \r\n2 Oct 2012 ... View drug interactions between clindamycin topical and doxycycline. These medicines may also interact with certain foods or diseases. Interactions Drug\r\n \r\nAlthough I have developed a sort of &#039;block&#039; regarding housework but its manageable now.\r\n \r\n \r\nfktrpr94f \r\nKeep in mind that for the first three months, your acne will be going strong.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"26\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 15:10:43', '194.28.115.251', '1'),
(2231, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:154:\"Ваш email выбран случайно и получаете от нас супер бонус! Подробнее тут: message https://google.com/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"radyukova.karolina@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86753128412\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:142:\"Поздравляем! Вы получаете супер бонус! Переходите и проверьте: message https://google.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"88\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Ваш email выбран случайно и получаете от нас супер бонус! Подробнее тут: message https://google.com/', 'radyukova.karolina@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 21:17:59', '45.82.152.249', '1'),
(2232, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"iiza58778@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82261614484\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1133:\"Anabolic Research Tren 75 Ingredients\r\n Stay away from plastic-type combs and brushes that create extra stationary electricity with your your hair which can cause your hair to look dull and lifeless, and also, possessing travel-aways. You will find brushes you could acquire that are made from other materials, including, wildlife fibres that gives you less fixed electrical energy.\r\n  Equipoise Meaning\r\n Anxiousness is destroying for your health insurance and your regular health regimen would be wise to involve ways to lessen your daily amount of anxious thoughts. Set-aside a few minutes each day which you can use to care for your own effectively-being. The main focus of the time needs to be doing a thing that offers you happiness.\r\n  Masteron Increase Libido\r\n As soon as your eyeballs get worn out playing video games, be sure to end. Once you pressure your eyesight and push you to ultimately continue to a higher level of your game, it would harm your eyesight and bring about eyesight issues. Pause this game and offer the eyes a sleep periodically to protect yourself from these problems.\r\n  Sustanon 250 Cycle For Sale\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'iiza58778@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-20 22:45:21', '91.236.74.24', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2233, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AlfonsoVixAT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"Vetued@post-box.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82216751135\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2278:\"Our company offers generic pills. Visit our health contributing site in case you want to look healthier. http://d36s.medonlinepro.com/es/dolor-en-las-articulaciones-muscular-25719.html Our company offers a wide variety of non prescription products. Take a look at our health portal in case you want to to feel healthier with a help health products. http://5d.medonlinepro.com/en/gout-treatment-and-symptoms-38827.html Our company offers a wide variety of non prescription products. Take a look at our health website in case you want to to feel healthier with a help health products. http://71jw.medonlinepro.com/it/mal-di-schiena-con-prodotti-forever-79868.html Our company provides a wide variety of non prescription products. Look at our health portal in case you want to to feel healthier with a help of health products. http://2q.medonlinepro.com/pt/remedio-caseiro-para-dor-lombar-lado-direito-75965.html Our company offers a wide variety of non prescription products. Visit our health site in case you want to to feel healthier with a help of generic supplements. http://1f.medonlinepro.com/it/mal-di-schiena-sdraiati-88233.html Our company offers supreme quality supplements. Look at our health contributing site in case you want to improve your health. http://8un6.medonlinepro.com/pt/bacteria-dor-nas-articulaes-77629.html \r\nOur company offers safe health products. Visit our health contributing site in case you want to feel healthier. http://c2.medonlinepro.com/es/dolor-articulaciones-boxeo-77339.html Our company offers generic pharmacy. Take a look at our health contributing website in case you want to feel healthier. http://e1r.medonlinepro.com/en/arthritis-treatment-vitamins-76972.html  Our company offers a wide variety of health and related products. Take a look at our health contributing portal in case you want to look better. http://6i.medonlinepro.com/it/dolori-articolari-braccia-e-mani-66469.html Our company offers a wide variety of non prescription drugs. Look at our health website in case you want to look better with a help of general health products. http://3m.medonlinepro.com/es/artritis-de-cadera-tratamiento-natural-15473.html Our company offers safe health products. Visit our health contributing portal in case you want to feel healthier.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AlfonsoVixAT', 'Vetued@post-box.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 00:53:58', '84.51.200.147', '1'),
(2234, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"vidosiki-GanyWL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85291792651\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:241:\"Привет, как дела, а мне попалось интересное видео! \r\nКак выбрать входную дверь - советы профессионала \r\n \r\n \r\n---------------------------- \r\nПока, пока!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vidosiki-GanyWL', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 04:11:24', '178.17.177.20', '1'),
(2235, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"SpencerdokBK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"34@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86299154844\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:89:\"No cost https://www.sexyteenpics.net/ : sleeping teen bitch and more. \r\n \r\nGyno Porn Pics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SpencerdokBK', '34@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 07:53:49', '103.69.20.38', '1'),
(2236, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81754421282\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:708:\"Erilin\r\n \r\nThat study was looking at people who were not drinking alcohol.\r\n \r\n \r\nThe first and foremost role calcium plays in the fertility of soil is reducing its acidity.\r\n \r\nchinese herbal viagra\r\n \r\nTo study if the time of the last dose of sumatriptan was related to the generation associated with epithelial defects, the average time because the last dose was taken had been examined.\r\n \r\nVenol\r\n \r\nAs I write in The Missing Link, which is part of the Osteoporosis Reversal Program, spring water contains inorganic minerals, which are poorly absorbed and can accumulate in the soft tissues and joints, mimicking arthritis symptoms.\r\n \r\n \r\nfktrpr94f \r\nTake hydroxyurea at around the same time every day.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 07:55:27', '194.28.115.251', '1'),
(2237, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"PructTM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"testuser123654@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87615131851\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"Whenever you are looking to something enthralling, television screen this in neglect \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nhttp://1.florianmihaimusic.ro/2019/11/06/why-i-acquired-two-bonus-money-methods-for-my/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PructTM', 'testuser123654@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 10:21:57', '185.153.198.245', '1'),
(2238, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JeffreyBillaNJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lopiommenta@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82282924277\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4287:\"мню, еще в юности эта фраза встретилась мне в какой-то книжке, и я долго не знал, что принадлежит она Оскару Уайльду. Мысль меня тогда поразила, как все парадоксальное. Потому что мы-то жили согласно поговорке «по одежке встречают, по уму провожают». Здесь все было понятно: как ни наряжайся, а глупость не скроешь. И вообще, дело не во внешности, а в истинных твоих, то есть внутренних достоинствах. Взрослые говорили: главное, какой человек. \r\n \r\nПри этом глубоком убеждении мы все же тщательно следили за своей внешностью. В юности человек круглосуточно не сходит с подмостков. Поэтому надо выглядеть. Иначе зачем мама старательно перешивает для меня куртки старшего брата, а я свои непослушные волосы мучаю бриолином? Нет, все имеет отношение именно что к чему-то главному во мне. \r\n \r\nВернее, во мне все главное, потому что все — мое, и мой внешний вид, голос, жест и есть Я в самом при этом неоспоримом своем проявлении. И ни одна девочка не согласится с песней, что вот, мол, «не родись красивой, а родись счастливой». Каждая хочет быть красивой и знает: это и есть самый короткий путь к счастью. А дурнушки пусть читают на школьных вечерах Заболоцкого про то, что такое красота: «Сосуд она, в котором пустота, или огонь, мерцающий в сосуде». Скучно и нужно только для тех, кому не повезло. \r\n \r\nФраза пришлась кстати. Вот, например, в книге или в кино сразу видно, когда появляется предатель или бандит. Руки у него потеют, улыбка фальшивая, брюки и рукава куртки короткие, наигранный смех, а взгляд при этом отводит в сторону — обдумывает, как бы лучше обмануть. Остальные герои просто наивные, не сразу замечают. Но мы-то видим сразу. Да и в жизни тот, кто нам неприятен, имеет, как правило, отталкивающие манеры, внешность и даже фамилию. По манере одеваться легко можно определить, кто щелкопер, а кто кинозвезда. \r\n \r\nНо все мы еще при этом и идеалисты, ибо свято убеждены в собственной нравственной непорочности. Искренне верим в то, что говорим, и думаем, что думаем то, что думаем в данную минуту, а хотим того, чего хотят все хорошие люди на земле. Тут и соображать ничего не надо — достаточно посмотреть в глаза, которые ведь никогда не лгут (эта поговорка годилась). \r\n \r\nБоже, с какой наивностью и бесстрашием можно было тогда предложить посмотреть в глаза и как хороша была жизнь в лучезарно-одномерном мире! \r\n \r\nА для солдат совсем чужая сторона. Луны потрескался инжир,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"71\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreyBillaNJ', 'lopiommenta@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-21 10:51:12', '188.165.60.59', '1'),
(2239, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"StivenSortcrirlVO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"trident.james231@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87256764825\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:139:\"https://dicksonlawgroupseattle.blogspot.com/2018/04/real-property-and-grandfather-rights.html?showComment=1567012715304#c948442770826078409\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"21\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StivenSortcrirlVO', 'trident.james231@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 07:31:40', '178.168.19.139', '1'),
(2240, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"Kevin\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"kevin@zealicontechnologies.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"9891400078\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:384:\"Hi Sir \r\nI hope you are doing Great,\r\nWe can create and promote your website on Google by doing web design and SEO, SMO &amp; PPC Services of your business at a very normal cost.\r\nWeb Design  starts at $299\r\nSEO starts $99 per Month\r\n\r\nIf you would like to know more about this, please send a quick email to us. or Skype at service.aathinfo and Whatsapp +91-9891400078\r\n\r\nBest Regards\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kevin', 'kevin@zealicontechnologies.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 09:55:37', '49.36.128.41', '1'),
(2241, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85479831616\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:290:\"When the  doctors are powerless http://www.getyourboomback.com/#_l_2rv you don’t believe in anything anymore but there is still a solution - 4 capsules of AminoBoosters per day will help to  eliminate the most serious disease. AminoBoosters are 4 times more affordable as Laminine by LPGN\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 15:15:11', '188.163.109.153', '1'),
(2242, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaraNathERV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"veryintresting5@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83566128884\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5524:\"LuciSun - дженерик Сутент (Sutent) - Sunitinib (Сунитиниб) – это противоопухолевый препарат, \r\nкоторый был произведен на основе сунитиниба. \r\nПрепарат назначают людям с онкологическими заболеваниями, \r\nпри опухолевом процессе с метастатическими поражениями. \r\nОсновное действие препарата заключается в том, \r\nчто активное действующее вещество блокирует \r\nтирокиназы – именно эти рецепторы отвечают за поддержание роста \r\nопухоли. Благодаря препарату можно подавлять рост опухоли, \r\nа процесс распространения метастаз постепенно тормозится. \r\nLuciSun - дженерик Сутент (Sutent ) - Sunitinib (Сунитиниб) купить можно \r\nна этом сайте – мы предлагаем качественную продукцию \r\nпо адекватным ценам. \r\nОпытные специалисты расскажут всю информацию о производителе, \r\nпри необходимости предъявят сертификаты качества и предоставят \r\nпрочую актуальную информацию для потенциального покупателя. \r\n \r\nКак принимать? \r\nПринимать таблетки нужно орально, при этом пить их можно, \r\nне связывая с приемом пищи. \r\nВажно соблюдать одно условие: пить капсулы нужно в одно и то \r\nвремя – чтобы в крови поддерживать оптимальный уровень \r\nосновного действующего вещества. \r\nНа LuciSun - аналог Сутент (Sutent) - Sunitinib (Сунитиниб) цена \r\nколеблется, и этот фактор напрямую зависит от формы выпуска \r\nпрепарата. \r\nУ нас стоимость лекарства адекватная, \r\nодна из самых низких – и это связано с тем, \r\nчто мы работаем напрямую с производителем. \r\nЧто касается дозировки, то для каждого пациента она индивидуальная. \r\nКак правило, доза зависит от общего самочувствия, \r\nсложности заболевания и его запущенности, \r\nсопутствующих недугов. \r\nВсе эти факторы учитывает врач-онколог при назначении \r\nпрепарата. \r\nСтандартная дозировка подразумевает ежедневное применение \r\nпациентом 50 мг лекарства. \r\nЧто касается курса – 4 недели человек должен пить таблетки, \r\nспустя 2 недели нужно сделать перерыв. \r\nПри необходимости терапию возобновляют вновь. \r\nПро LuciSun - аналог Сутент (Sutent) - Sunitinib (Сунитиниб) отзывы \r\nположительные. \r\nПациенты, проходившие лечение с применением этого средства, \r\nутверждают, что при корректно подобранной дозировке побочные \r\nэффекты отсутствуют, лекарство переносится хорошо, \r\nа терапия дает положительные результаты. \r\n \r\nОнкология – не приговор! \r\nБлагодаря тому, что наука уверенно идет вперед, \r\nученым удается с каждым годом создавать все новые и новые \r\nпрепараты, благодаря которым можно приостановить рост опухоли. \r\nНа LuciSun - дженерик Сутент (Sutent) - Sunitinib (Сунитиниб) стоимость \r\n– высокая, но лекарство того стоит. \r\nОно является эффективным, препарат прошел множество \r\nклинических испытаний, и все они подтверждают – средство \r\nявляется действительно эффективным. \r\nПричем если проводить химио- либо лучевую терапию – в некоторых \r\nслучаях она является неэффективной. \r\nМало того, облучение крайне негативно действует на все \r\nорганы и системы организма. \r\nУ таблеток, конечно, имеются негативные побочные эффекты, \r\nно проявляют себя они крайне редко, и никак не сравнятся \r\nс побочками, которые возникают после проведения химиотерапии. \r\n \r\n \r\n+если пить сунитиниб +а потом можно сорафениб\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"35\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaraNathERV', 'veryintresting5@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 16:06:28', '37.115.197.74', '1'),
(2243, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JeffreyBillaNJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lopiommenta@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85256831213\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4291:\"мню, еще в юности эта фраза встретилась мне в какой-то книжке, и я долго не знал, что принадлежит она Оскару Уайльду. Мысль меня тогда поразила, как все парадоксальное. Потому что мы-то жили согласно поговорке «по одежке встречают, по уму провожают». Здесь все было понятно: как ни наряжайся, а глупость не скроешь. И вообще, дело не во внешности, а в истинных твоих, то есть внутренних достоинствах. Взрослые говорили: главное, какой человек. \r\n \r\nПри этом глубоком убеждении мы все же тщательно следили за своей внешностью. В юности человек круглосуточно не сходит с подмостков. Поэтому надо выглядеть. Иначе зачем мама старательно перешивает для меня куртки старшего брата, а я свои непослушные волосы мучаю бриолином? Нет, все имеет отношение именно что к чему-то главному во мне. \r\n \r\nВернее, во мне все главное, потому что все — мое, и мой внешний вид, голос, жест и есть Я в самом при этом неоспоримом своем проявлении. И ни одна девочка не согласится с песней, что вот, мол, «не родись красивой, а родись счастливой». Каждая хочет быть красивой и знает: это и есть самый короткий путь к счастью. А дурнушки пусть читают на школьных вечерах Заболоцкого про то, что такое красота: «Сосуд она, в котором пустота, или огонь, мерцающий в сосуде». Скучно и нужно только для тех, кому не повезло. \r\n \r\nФраза пришлась кстати. Вот, например, в книге или в кино сразу видно, когда появляется предатель или бандит. Руки у него потеют, улыбка фальшивая, брюки и рукава куртки короткие, наигранный смех, а взгляд при этом отводит в сторону — обдумывает, как бы лучше обмануть. Остальные герои просто наивные, не сразу замечают. Но мы-то видим сразу. Да и в жизни тот, кто нам неприятен, имеет, как правило, отталкивающие манеры, внешность и даже фамилию. По манере одеваться легко можно определить, кто щелкопер, а кто кинозвезда. \r\n \r\nНо все мы еще при этом и идеалисты, ибо свято убеждены в собственной нравственной непорочности. Искренне верим в то, что говорим, и думаем, что думаем то, что думаем в данную минуту, а хотим того, чего хотят все хорошие люди на земле. Тут и соображать ничего не надо — достаточно посмотреть в глаза, которые ведь никогда не лгут (эта поговорка годилась). \r\n \r\nБоже, с какой наивностью и бесстрашием можно было тогда предложить посмотреть в глаза и как хороша была жизнь в лучезарно-одномерном мире! \r\n \r\nИ счастлив музыкант, что помнят руки, Но ты, пожалуйста, лети,\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreyBillaNJ', 'lopiommenta@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 18:06:41', '188.165.60.59', '1'),
(2244, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84246514181\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:709:\"It can be consumed orally through the mouth with sufficient amount of water.\r\n \r\n \r\n7. Feinman RD, Makowske M. Metabolic syndrome and low-carbohydrate ketogenic diets in the medical college biochemistry curriculum.\r\n \r\nwhen to take l arginine l citrulline powder\r\n \r\nTreatment should be initiated with a daily dose of 1000 mg/day, given as twice-daily dosing (500 mg twice daily).\r\n \r\n \r\nCognitive enhancement drugs only have short-term benefits and can cause significant side-effects for people with mild memory problems, according to researchers.\r\n \r\n \r\nfktrpr94f \r\nTo learn more about the types of injuries that have been linked to this medication, and the legal claims that have been filed, click Benicar.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-22 19:47:38', '194.28.115.251', '1'),
(2245, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"velmamb1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"sharicy3@yoshito62.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89779132332\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:175:\"My new hot project|enjoy new website\r\nhttp://video70sporn.danexxx.com/?jewel \r\n\r\n stream gay porn nylon porn fetish vintage gay porn pregnant gangbang porn free subs porn site\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'velmamb1', 'sharicy3@yoshito62.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-23 07:22:24', '109.70.100.25', '1'),
(2246, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BriantabBI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ranierman2008@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85928522622\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:330:\"These are indeed the end times, but most are in the Falling Away. Trust God that He will lead you to the truth. The real body of Christ is outside of the Church. \r\nWe know what’s going to happen, and we will send you prophecy which you can discern. To receive it, take a chance, text email or postal contact info to 541/930/4440\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BriantabBI', 'ranierman2008@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-23 07:33:49', '84.17.52.9', '1'),
(2247, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"BrianyRewHA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"atjynyaa@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85476119347\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"online casino roulette no download best slot machine games on ipad craps virtual casino roulette pc game download\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianyRewHA', 'atjynyaa@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-23 11:28:02', '178.159.37.85', '1'),
(2248, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"SashkaRSakeMF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"tatyanapyanova43@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82164879881\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1090:\"Hello, I’m 6 years old, I’m shooting and editing a video myself, please rate my new video, thanks !!! \r\nhttps://www.youtube.com/watch?v=uwiVVpQM5-0 \r\n--------------------------------------------------------------------------------------- \r\nkinder surprise 2019  kinder surprise natoons kinder surprise natoons unboxing kinder surprise \r\nhttps://youtu.be/uwiVVpQM5-0 РІРёРЅРєСЃ kinder surprise\r\n \r\nKinder Surprise - SashkaRS \r\nKinderToy Transformer - https://www.youtube.com/watch?v=shKn5iBd2hY \r\nkinders -  http://cxlwethepeople.com/forum/showthread.php?tid=259219&amp;pid=411111#pid411111\r\n \r\nKinder Surprise - http://nanashi.overt-ops.com/forums/viewtopic.php?f=7&amp;t=144972&amp;p=179998#p179998\r\n \r\nkinder surprise СЃРѕР·РґР°С‚РµР»СЊ\r\n https://dbhrpg.bplaced.net/showthread.php?tid=920&amp;pid=5626#pid5626\r\n \r\nKinderToy Transformer - popular youtube channel for kids \r\n--------------------------------------------------------------------- \r\nRaSashka - I will help you! \r\nI will heal you! telegram: @RaSashka healer mage - https://rsashka.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SashkaRSakeMF', 'tatyanapyanova43@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-23 11:42:00', '213.87.248.102', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2249, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LeslieChusaET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"shizko_test@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84972982188\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5720:\"Вaльцы 5х2000мм.Год 1982.Цена 250000р. \r\nВертикально сверлильный 2н135.Год 1989.Цена 130000р. \r\nСтанок поперечно строгальный 736.Год 1990.Цена 150000р. \r\nВертикально фрезерный F2-250.Год 1980.Цена 280000р. \r\nПресс 40 тонн.Год 1990.Цена 200000р. \r\nПрессножницы НВ5222.Год 2009.Цена 250000р. \r\nТокарно-винторезный 1м63бф101.Год 1992.Цена 1750000р. \r\nДолбежный 7м430.Год 1987.Цена 600000р. \r\nПлоско шлифовальный 3б722.Год 1975.Цена 350000р. \r\nПлоскошлифовальный 3д711вф11.Год 1990.Цена 450000р. \r\nТокарно-винторезный 1к62д.Год 1995.Цена 250000р. \r\nТокарный полуавтомат 1В340ф30.Год 1987.Цена 700000р. \r\nЛистогиб И2114.Год 1990.Цена 250000р. \r\nПpeccножницы c-229a.Год 1991.Цена 80000р. \r\nТокарно-винторезный 16к20ф3с32.Год 1987.Цена 650000р. \r\nоснастка,инструмент. \r\nСборочная плита 1800х5500.Цена 380000р. \r\nПрессножницы Н-5222.Год 2009.Цена 250000р. \r\nКомпрессорная станция НВ10Э.Год 1990.Цена 400000р. \r\nВертикально сверлильный 2с132.Год 1991.Цена 150000р. \r\nВертикально фрезерный 6Т12.Год 2009.Цена 750000р. \r\nТокарно-винторезный УТ16ПМ.Год 1997.Цена 250000р. \r\nВaльцы ИВ2216Б.Год 1991.Цена 300000р. \r\nГaзopeзкa Цена 30000р. \r\nПресс КД2128.Год 1986.Цена 250000р. \r\nМолот пневматический М-415a.Год 1990.Цена 250000р. \r\nЛистогиб ERFURT PKXA 100X4000.Год 1990.Цена 470000р. \r\nГильотина НД3316Г.Год 1992.Цена 260000р. \r\nПлоскошлифовальный 3Г71.Год 1990.Цена 250000р. \r\nДве линии гальванического покрытия Итальянские.Год 2005.Цена 3500000р. \r\nРадиально сверлильный ОС3000.Год 1991.Цена 120000р. \r\nРaдиaльнo cвepлильный 255.Год 1990.Цена 270000р. \r\nФaльцeпpoкaтный cтд-14.Год 1990.Цена 80000р. \r\nСтанок фрезерный вертикальный консольный ГФ2171С5.Год 1990.Цена 800000р. \r\nВертикально фрезерный ВМ127М.Год 1985.Цена 420000р. \r\nДолбежный 7а412.Год 1990.Цена 200000р. \r\nТокарно-винторезный 1к62.Год 1989.Цена 150000р. \r\nОптико-шлифовальный станок GlS 80А.Год 1985.Цена 550000р. \r\nПресс гидравлический 30т.Год 1990.Цена 120000р. \r\nГоризонтально фрезерный 6р82.Год 1988.Цена 200000р. \r\nВepтикaльнo pacтoчнoй 2А78Н.Год 1988.Цена 150000р. \r\nТокарно-винторезный 16в20.Год 1991.Цена 250000р. \r\nВертикально сверлильный 2н150.Год 1992.Цена 200000р. \r\nРадиально сверлильный 2532Л.Год 1991.Цена 300000р. \r\nНаждак диаметр 400мм.Год 1990.Цена 70000р. \r\nВертикально фрезерный FSS400.Год 1990.Цена 750000р. \r\nВальцы 8х1700мм.Год 1990.Цена 250000р. \r\nСвapочный полуaвтомaт вду-506c и пдго-510.Год 2015.Цена 90000р. \r\nТокарно карусельный 1510.Цена 1200000р. \r\nТокарно-винторезный 16а20ф3с39.Год 1987.Цена 700000р. \r\nЛистогиб ИБ1430А.Год 1992.Цена 850000р. \r\nТокарно-винторезный КУСОН.Год 1990.Цена 250000р. \r\nПресс П6326.Год 1986.Цена 250000р. \r\nОтрезной.Год 1992.Цена 50000р. \r\nВертикально фрезерный FUW315/2.Год 1990.Цена 450000р. \r\nФрезерный консольный широкоуниверсальный 6т80ш.Год 1990.Цена 250000р. \r\nГильотина Н3316.Год 1992.Цена 260000р. \r\nСтaнок сверлильный Цена 40000р. \r\nСварочный полуавтомат пдг 302.Год 2007.Цена 50000р. \r\nРaдиaльнo cвepлильный 2л53у.Год 1991.Цена 270000р. \r\nКоординатно-расточной станок 2Е440А.Год 1990.Цена 600000р. \r\nВертикально сверлильный 2н125.Год 1990.Цена 110000р. \r\nКоробка подач 1к62д.30000р. \r\nВaльцы 4х1500мм.Год 1982.Цена 120000р. \r\nКонсольно-фрезерный вертикальный 6р13.Год 1990.Цена 650000р. \r\nМеханическая пила 872м.Год 1990.Цена 70000р. \r\nТокарно-винторезный 16к20.Год 1991.Цена 300000р. \r\nПресс гидравлический 60т.Год 1990.Цена 160000р. \r\nСтрогальный 7Б35.Год 1980.Цена 120000р. \r\nКомпpeccоp c pecивepом гapaжный.Год 1990.Цена 40000р. \r\nЛистогиб ЛГМ 5.Год 2008.Цена 750000р. \r\nГильотина Н3121.Год 1992.Цена 450000р.Механическая. \r\nПресс КД2322Г.Год 1986.Цена 150000р. \r\nНастольный сверлильный 2м112.Год 1992.Цена 25000р. \r\nПлазменная резка с рельсами и ЧПУ.Год 2018.Цена 3000000р. \r\nПродольно строгальный 7110.Год 1975.Цена 1200000р. \r\n \r\n+79131971540\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeslieChusaET', 'shizko_test@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-23 15:57:29', '5.189.199.12', '1'),
(2250, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"LeonelOpidaJT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"arssa@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83784223253\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"娛樂城介紹 \r\n \r\n \r\nhttps://forum.tw-sportslottery.com/thread-119-1-1.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LeonelOpidaJT', 'arssa@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 00:17:37', '47.244.9.129', '1'),
(2251, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidfubHT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84543675446\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:592:\"Пять естественных способов преодоления эректильной дисфункции. \r\n1. Начни ходить. \r\n2. Питайся правильно. \r\n3. Обратите внимание на свое здоровье сосудов. \r\n4. Размер имеет значение, так что худейте и оставайтесь стройными. \r\n5. Двигай мышцы, но мы не говорим о твоих бицепсах. \r\n \r\nВсю статью читайте здесь: http://www.shoplety.blogspot.com/2019/11/force.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidfubHT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 05:15:40', '185.251.38.4', '1'),
(2252, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"RichWerHN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ecvetkova81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84527272158\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:113:\"Opening bank accounts in the European Union.  Fast, inexpensive, with a guarantee! \r\nJust go to right-invest.com!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichWerHN', 'ecvetkova81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 05:50:26', '178.19.253.157', '1'),
(2253, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"JeremyfewMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"williammen@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82552147642\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:528:\"The legendary &quot;CRYPTO-M&quot; investment Fund has returned to the international cryptocurrency market in your country. \r\nMore than 4 months of successful work in the cryptocurrency industry market for the blockchain systems Bitcoin. \r\n \r\n10% BTC to each member of the club &quot;Crypto-M&quot; \r\n10 % accrual to your bitcoin wallet every 2 days. \r\n9% Daily bonus to each member of the affiliate program. \r\n \r\nFree registration only on the official website of &quot;Crypto-M&quot; \r\nhttps://www.crypto-mmm.com/?source=engbtc\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeremyfewMB', 'williammen@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 08:18:53', '193.9.114.233', '1'),
(2254, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesnigUL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"heebpamp@post123.site\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87112481483\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2390:\"hOur company offers a wide variety of supplements. Look at our health contributing site in case you want to feel healthier. http://e50n.buypillsnowonline.com/fr/prednisone-6/prednisone-sans-ordonnance-pps-88143.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to look healthier. http://f7.buypillsnowonline.com/da/ventolin-3/ordre-ventolin-powder-34450.html Our company provides weight loss products. Look at our health contributing portal in case you want to look healthier. http://cz8.buypillsnowonline.com/de/lisinopril-2/lisinopril-10mg-kaufen-ohne-rezept-75308.html Our company offers herbal supplements. Take a look at our health contributing website in case you want to improve your health. http://e6k4.buypillsnowonline.com/en/propecia-4/propecia-online-kaufen-wo-46846.html Our company provides supreme quality pills. Take a look at our health contributing portal in case you want to feel better. http://jn9.buypillsnowonline.com/fr/cialis-3/cialis-cot-rnovation-maison-5491.html Our company provides a wide variety of non prescription products. Take a look at our health website in case you want to feel better with a help of generic supplements. http://k1s7.buypillsnowonline.com/it/clomid-3/costo-del-clomid-65893.html \r\nOur company offers a wide variety of non prescription drugs. Take a look at our health site in case you want to strengthen your health with a help health products. http://gz2.buypillsnowonline.com/es/zovirax-3/la-zovirax-es-sin-receta-24543.html Our company provides a wide variety of non prescription drugs. Take a look at our health website in case you want to feel better with a help of health products. http://e7g.buypillsnowonline.com/no/propranolol-1/kjpt-propranolol-37850.html  Our company provides supreme quality pharmacy. Take a look at our health contributing site in case you want to look healthier. http://ef65.buypillsnowonline.com/fi/synthroid-3/synthroid-ilman-reseptiae-reddit-77399.html Our company offers supreme quality health products. Take a look at our health contributing website in case you want to feel healthier. http://e6k4.buypillsnowonline.com/it/propecia-2/siti-affidabili-acquisto-propecia-20964.html Our company offers a wide variety of non prescription drugs. Visit our health portal in case you want to feel better with a help general health products.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesnigUL', 'heebpamp@post123.site', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 11:21:23', '5.139.108.220', '1'),
(2255, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82644617315\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:108:\"anala&#039;INA kramera jan&#039;ya kyasabyaka \r\nhttps://yandex.ru/collections/card/5dda942ff05bf2dcaffd8b8d/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 14:48:43', '109.234.38.61', '1'),
(2256, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LarryaneteUJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"vaechenpyu@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87131755761\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:545:\"Нет смысла и упоминать студентов кафедры «ТехБез» МИИТа! Зачеты и экзамены сдаются только  через личную кассу к.н. Сорокиной Екатерины Александровны. \r\nСорокина Екатерина Александровна чувствует свою безнаказанность, т.к. является фавориткой заведующего кафедрой - Аксенова Владимира Алексеевича\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"54\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LarryaneteUJ', 'vaechenpyu@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 20:25:41', '176.96.225.73', '1'),
(2257, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RicardoZoopsOO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"wcgz95418@pass.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85924222992\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1130:\"viagra belgie\r\n Interior design is merely as complex when you permit it to get. Should you be ready to discover and spend some time to allow fresh ideas drain in, you can expect to easily visit your success. The information within the post over were all tried and tested by a lot of prior to, and might effortlessly operate in your love too.Tips That Will Help You Control Your Depression\r\n  Cialis lilly\r\n Microdermabrasion can sometimes help to clear up acne breakouts. This procedure is more frequently believed to help only with wrinkles and old epidermis. The procedure of removing old skin debris can be extremely efficient towards acne too. This procedure consists of sandblasting the external most layer of the epidermis. It should basically be done by a licensed dermatologist.\r\n  Viagra generika\r\n A great suggestion for your own home business is to attempt to add a gift item or shock with every order that you simply send out. This will articulate quantities for both you and your business and present clients a good reason to come back to you. The personal effect is crucial with your achievement.\r\n  levitra generiek\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicardoZoopsOO', 'wcgz95418@pass.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-24 21:17:35', '91.236.74.17', '1'),
(2258, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"RobertEvotoBW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"hachmis@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83434598886\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:88:\"Only hottest \r\n \r\nhttps://bit.ly/2qSHbpD\r\nhttps://bit.ly/37eA3oq\r\nhttps://bit.ly/2CQvbYk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertEvotoBW', 'hachmis@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 00:06:28', '138.122.192.224', '1'),
(2259, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"MasterWeb fetLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84388365559\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:811:\"Услуги дизайнера Тут всегда найдется множество заказов для всех творческих мастеров, которые не желают похоронить свой талант! Здесь можно легко искать заказчиков по таким направления деятельности, как: живопись, дизайн, чертёж и моделирование, полиграфия и верстка, создание маркет-китов, брендбуков, лого и не только!Это легко и быстро - клиенты уже вас ждут, цены договорные. \r\nПроблема клиентов решена, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"07\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MasterWeb fetLD', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 02:45:01', '178.17.177.24', '1'),
(2260, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"nanniepl60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"annvt6@satoshi73.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88637198166\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:217:\"Sexy photo galleries, daily updated collections\r\nhttp://blackgayclub.relayblog.com/?alondra \r\n\r\n free orgy porn big tity women free down load mobile porn retard porn video free porn yuvutu tv director and student porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nanniepl60', 'annvt6@satoshi73.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 06:07:17', '205.185.127.219', '1'),
(2261, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"oxydrorge\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"jenyceherbtqd@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83518439782\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:358:\"(Photo by Vittorio Zunino Celotto/Getty Images for Jaeger LeCoultre)The grommet bracelets are now mostly gone. cheap mac makeup Spring 2014: CHANEL Notes de Printemps.Barneys New York Love Yourself Event. mac cosmetics uk Meanwhile, at the Candy Bar, Johnny Depp has taken over from Big Daddy as the lesbian&#039;s role model.Marilyn Monroe For MAC Cosmetics\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'oxydrorge', 'jenyceherbtqd@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 10:30:00', '89.137.11.41', '1'),
(2262, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"NevillemotID\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"yrudbb789@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87348678125\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:643:\"https://bitly.su/RKZX4ULE Присоединяйся и общайся бесплатно с более чем 80 000 самых популярных любительских веб-камер со всего мира. Все они здесь, живут и готовы похвастаться своими активами и сделать вашу сексуальную жизнь еще более увлекательной и заряженной адреналином! Есть так много категорий на выбор, что действительно есть что-то для всех. \r\nhttps://bitly.su/RKZX4ULE\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NevillemotID', 'yrudbb789@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 11:33:15', '93.127.111.3', '1'),
(2263, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87511619596\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:493:\"Some of the side effects of acquiring Solpadine include nausea, vomiting, obstipation, vertigo, rash and sleepiness.\r\n \r\n \r\nTreatment for vertigo, or dizziness, depends on identifying and eliminating the underlying cause.\r\n \r\nginseng green tea benefits\r\n \r\nWhy can one not donate blood while on Seroquel?\r\n \r\n \r\nThink twice just before getting the flu vaccine.\r\n \r\n \r\nfktrpr94f \r\nFor APOE 4 carriers, the rate of hippocampal atrophy was 4.5% per year, versus 6.14% in placebo-treated patients.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 12:23:36', '194.28.115.251', '1'),
(2264, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MariaBuhVP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"mariaramble@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82143225379\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:172:\"Приветствую вас \r\nИдет молва \r\nОчень дешевые препараты \r\n \r\n \r\nТафинлар (Dabrafenib) – Tafinlar (Дабрафениб)\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MariaBuhVP', 'mariaramble@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-25 21:49:37', '37.115.146.70', '1'),
(2265, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"WesleyEmefECD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"rodgertot@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84985999331\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:379:\"Having related backlinks is a must in today`s SEO world \r\n \r\nSo, we are able to provide you with this great service at a mere price \r\nhttps://www.monkeydigital.co/product/related-backlinks/ \r\n \r\nYou will receive full report within 15 days \r\n500 to 1000 related backlinks will be provided in this service \r\n \r\n \r\nthanks and regards \r\nMonkey Digital Team \r\nsupport@monkeydigital.co\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WesleyEmefECD', 'rodgertot@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 01:35:55', '5.253.204.6', '1'),
(2266, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CecilcowWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"fevgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86459426867\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:210:\"Ламинин Норвежский http://1541.ru в 4 раза дешевле, чем Laminine Lpgn. Если медицина уже бессильна. Не опоздайте. Viber/whаtsapp +380976131437\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CecilcowWH', 'fevgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 01:45:04', '188.163.109.153', '1'),
(2267, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"angiemi60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:41:\"ov1@ryoichi7510.isamu10.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85835155654\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Hot teen pics\r\nhttp://porn.auntie.instasexyblog.com/?paloma \r\n\r\n free really hot sexy porn videos fucked up porn video streaming drawn porn pics teen cheerleader anal porn galleries come inside porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'angiemi60', 'ov1@ryoichi7510.isamu10.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 01:59:10', '77.247.181.165', '1'),
(2268, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MaryfoomeU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"rudyka8llad@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83534322322\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"can you buy elimite cream over the counter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaryfoomeU', 'rudyka8llad@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 09:20:10', '5.188.210.242', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2269, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MichaelPooniNR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"serhioamirnaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84855638272\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:65:\"Online shop wildberries shoes	http://agfond.ru/Sale-boots-Salford\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"68\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelPooniNR', 'serhioamirnaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 13:50:31', '109.229.69.180', '1'),
(2270, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DariorefCJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"vasves@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81273482758\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:250:\"Установили домофон без трубки, слышим  через  слово да ещё собаки лают, очень мешают разговаривать. (Модель UKP-66) Кто знает, чем это лечится\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"43\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DariorefCJ', 'vasves@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 16:45:41', '188.187.190.64', '1'),
(2271, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"WalterNoxSH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"raeplekval@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84638493642\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:582:\"Позор кафедры МИИТа «Техносферная безопасность» Сорокина Екатерина Александровна защитилась через постель. \r\nБудучи сотрудником ВУЗа, Сорокина Екатерина Александровна шантажировала преподавателей кафедр что последние будут покараны руководством - Аксеновым Владимиром Алексеевичем, если не поставят &quot;зачет&quot;\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WalterNoxSH', 'raeplekval@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-26 17:37:21', '176.96.225.73', '1'),
(2272, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"ntwc15904@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81262687416\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1475:\"Oxandrolone Thailand\r\n To ensure success with forex trading, you must set up limitations for your personal expense budget and then additional study which markets that you just comprehend. Taking some additional time for you to analysis firms you understand about, will help you to generate a seem purchase method. Make sure that you are certainly not shelling out a lot more than you have to survive, as you might discover you need these additional money on an urgent.\r\n  Winstrol Ebay\r\n See how usually you will certainly be hanging out within your vacation property, if you would like purchase trip real-estate. If you are planning on leasing it, at the same time, compute once you will rent payments and the way much you are likely to cost for rent. Always budget the annual expense of a vacation residence and consider a various place or even a small vacation home, in case the annual costs will place you over your household finances.\r\n  Sustanon 250 Romania\r\n If some thing in your home schooling method is not powerful at the first try, then allow your self yet another attempt at it. Even so, if it isn&#039;t efficient another time, then you definitely should just provide up and proceed to another thing. You should not waste materials precious time looking to get anything to operate in the event it obviously won&#039;t. The objective is helping your son or daughter learn, so rapidly start working on something diffrent which will function.\r\n  Equipoise Gatherer\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'ntwc15904@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 03:01:50', '91.236.74.24', '1'),
(2273, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"anitadg2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:45:\"phoeberr20@riku4410.hiroyuki22.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82912545161\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:225:\"New sexy website is available on the web\r\nhttp://redheaddaybreda.redheadrihanna.fetlifeblog.com/?meagan \r\n\r\n boddy porn tsar only girls porn free bisexual gang bang porn movies beauty and the teen porn free big black gay porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'anitadg2', 'phoeberr20@riku4410.hiroyuki22.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 05:05:16', '158.174.122.199', '1'),
(2274, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeraldBafZY\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"go7ogl@promedtur.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82586582379\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"тексты песен \r\nhttps://russiamedtravel.ru/ru/ \r\n \r\n	promotion of sites \r\nhttps://russiamedtravel.ru/en/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeraldBafZY', 'go7ogl@promedtur.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 07:22:35', '46.39.230.142', '1'),
(2275, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"https://clinica-mio-med.ru/\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"vipmio@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83892752321\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:143:\"ольничный лист официальный] \r\n \r\nкупить больничный лист/Подробности по ссылке…\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'https://clinica-mio-med.ru/', 'vipmio@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 10:28:35', '95.72.107.23', '1'),
(2276, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LizaBITLapVQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"telev2isionvideo108@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84532437493\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"report \r\n \r\n \r\nmention\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"44\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LizaBITLapVQ', 'telev2isionvideo108@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 11:05:22', '91.122.128.90', '1'),
(2277, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"KristatakBF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"grnosmith88@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89319929656\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:194:\"Wholesale tobacco store provides a wide variety of fresh Premium cigarettes brands, \r\nand shipping will be prepared instant with confirmation of payment transaction. \r\n \r\nDenim cigarettes online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KristatakBF', 'grnosmith88@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 13:55:28', '89.249.196.76', '1'),
(2278, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"ClydenibRX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"dkmy26502@next.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81483974459\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1102:\"kamagra gel\r\n Making sure that your puppy is well trained will cause a more happy and a lot more pleasant partnership involving you and the pet. Dog training can also be a terrific way to form a connection with your pet.\r\n  cialis kopen\r\n If you see an absence of harmony, vulnerable limbs, loss of memory and poor sychronisation as you grow older, start taking a vitamin supplement B12 health supplement. A lot of people quickly think that senility is the main cause of forgetfulness but it can also be a nutritional B12 deficit. Speak to your physician about testing to see if you are vitamin B12 lacking and how significantly you ought to dietary supplement into the diet plan.\r\n  dapoxetine nederland\r\n Individualize your meaning as far as possible. Use mobile marketing websites effective at putting tokens in your information so that you can add more the customer&#039;s name to your marketing part. Custom made information use a better response amount than impersonalized ones. Be sure you let ample characters for the label or your advertising written text is going to be stop.\r\n  cialis suisse\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"20\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ClydenibRX', 'dkmy26502@next.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-27 18:44:22', '91.236.74.18', '1'),
(2279, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"CraigMogUQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"hvuy79989@help.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89224889514\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1264:\"ď»żkamagra oral jelly\r\n To keep cookies from distributing while preparing, chill untouched money and cool off of cookie sheets in between batches. If dessert cash is able to get to place temperature just before baking, either in the container or about the pan, then the elements in the dough are condemned to grow. To acquire a heavy but still damp cookie, just chill the remainder money among batches and funky an already applied sheet in frosty h2o well before returning to the stove.\r\n  cialis pris\r\n Should you suffer from asthma, it is essential that you might be utilizing your inhaler correctly. Ensure that you take a strong breath before you take your symptoms of asthma pump motor. By not using your asthma attack inhaler correctly, you possibly will not receive the correct remedy as a way to control your bronchial asthma signs or symptoms.\r\n  Levitra bayer\r\n Armed with the advice previously mentioned, don&#039;t wait a minute far more to have control of the key aspects of dealing with your diabetes mellitus. There is the information you need and now it really is only a matter of adding the advice into process. You have a place to begin on the road to a much healthier you.Diabetes mellitus Suggest That Everyone Must Go through\r\n  cialis pris\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CraigMogUQ', 'hvuy79989@help.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-28 09:54:55', '91.236.74.16', '1'),
(2280, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"GeorgehepVI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"ncpk4913@serve.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88112862167\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1339:\"kamagra prix\r\n Start off a training program. Heavy snoring may be due to not being in good shape. When you physical exercise and the muscle groups with your biceps and triceps and legs grow to be more powerful and a lot more well developed, so will your tonsils muscle tissue. Nicely- created and toned tonsils muscles reduce the potential risk of your snoring loudly since your throat remains to be available.\r\n  cialis ricetta\r\n Among the finest approaches to retailer new details in memory would be to connect it to something else that you are previously familiar with. Making a logical link involving the new details and something different that you already know will increase your odds of having the capability to effectively remember that info afterwards. The web link you create functions as being a trigger to recall the newest information and facts.\r\n  kamagra svizzera\r\n If you possess the wish to get ranked close to the best in search results, then you need to select key phrases and key phrases which will correctly market your site. You do not want to use a word which happens to be so extensive (e.g. &quot;really like&quot;, &quot;auto&quot;, &quot;gown&quot;) your site submerges inside a water of competitors. The majority of people will not likely go through 25 pages of results to find your web site.\r\n  levitra acheter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GeorgehepVI', 'ncpk4913@serve.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-28 10:12:13', '91.236.74.19', '1'),
(2281, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"KevindexLB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"llar.o.che.058@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89829339231\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:81:\"pace health care  http://www.brandschutz-wiki.de/dapoxetine.html  herbal parasite\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'KevindexLB', 'llar.o.che.058@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-28 11:58:15', '51.15.15.164', '1'),
(2282, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BrianobedsMF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"sonia.malaya.93@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81461317276\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:50:\"онлайн https://gambling777.pro/ казино\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianobedsMF', 'sonia.malaya.93@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-28 18:16:23', '79.142.197.235', '1'),
(2283, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86389124595\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1810:\"Советские автомобили: 6 марок, которые вошли в историю в Советском Союзе. \r\n \r\nВы думаете о некоторых классических автомобилях , чтобы выйти из советской эпохи это легко построить образ лесопиления стереотипа советских автомобилей; своего рода скучный, функциональный автомобиль, который выглядел и чувствовал себя очень похожим на другие модели. Хотя в какой-то степени это может быть правдой - нужно сказать, что большинство советских моделей автомобилей были не совсем захватывающими - в производстве советских автомобилей было гораздо больше, чем это. Их дизайн отражает слияние западного автомобильного дизайна и чего-то по-настоящему советского, и ясно, что автомобили, сделанные в Советском Союзе, являются настоящими коллекционными вещами сегодня и будут иметь непреходящее увлечение. В этой статье мы расскажем о некоторых крупных советских производителях и моделях автомобилей, а также познакомим вас с Ладой, Волгой, Зилом, Уазом, Газом и Москвичем. \r\nhttp://www.kflfdfp.blogspot.com/2019/11/kflf.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"61\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-28 21:31:19', '109.234.38.61', '1'),
(2284, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LisafoomeG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"ccrubbia@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89933559774\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"buy elimite cream online\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LisafoomeG', 'ccrubbia@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 01:49:35', '5.188.210.242', '1'),
(2285, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87273397936\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:483:\"Just make sure that the online store you transact with is well-reputed and provides high quality products.\r\n \r\n \r\nOptimize your spring fitness time with a few small things.\r\n \r\nclomid pct\r\n \r\nI was so excited, but my mother was unsure if I&#039;d be allowed to attend since I looked so diseased.\r\n \r\n \r\nHere are a few herbs that are used for depression and anxiety.\r\n \r\n \r\nfktrpr94f \r\nYou should take the first dose of chloroquine a week before entering an area where malaria occurs.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"81\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 03:53:39', '194.28.115.251', '1'),
(2286, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"randynz18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"diannaek2@hikaru1610.atsushi50.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84215984839\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:209:\"New hot project galleries, daily updates\r\nhttp://free.3d.porn.xblognetwork.com/?kaylyn \r\n\r\n download free brazilian porn best jap porn ever free pics gay porn avatar jake fucks porn nude female porn sex movies\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'randynz18', 'diannaek2@hikaru1610.atsushi50.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 04:42:52', '104.244.72.221', '1'),
(2287, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"jacklynhy3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"whitneyqj60@norio25.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84654134175\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:202:\"Hot photo galleries blogs and pictures\r\nhttp://redheadbook.canredheadstan.bloglag.com/?marlene \r\n\r\n free midget teen porn movies porn roman czech porn actor porn valley california india teen porn videos\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"53\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'jacklynhy3', 'whitneyqj60@norio25.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 04:55:07', '185.220.101.76', '1'),
(2288, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"BobbyweasyYL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jhygvvgthy@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87128987822\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:164:\"Most reasonably pthc cp lolita crumpet porn \r\nhttps://lst.to/k5vck \r\nlst.to/k5vck \r\nhttp://childporno.site/index.php?board=1.0 \r\nchildporno.site/index.php?board=1.0\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BobbyweasyYL', 'jhygvvgthy@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 07:03:42', '5.143.79.189', '1'),
(2289, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Monica Umaña\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"muza2805@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+34722688307\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"Buenos días \r\nRentan kayaks para personas que no están hospedadas?\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Monica Umaña', 'muza2805@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 07:34:35', '130.206.76.21', '1'),
(2290, 6, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"72\";s:4:\"slug\";s:22:\"formulario-de-contacto\";s:4:\"name\";s:23:\"Formulario de Contácto\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"76\";s:4:\"slug\";s:15:\"nombre-completo\";s:4:\"name\";s:15:\"Nombre Completo\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Monica Umaña\";}i:2;a:7:{s:2:\"id\";s:2:\"77\";s:4:\"slug\";s:18:\"correo-electronico\";s:4:\"name\";s:19:\"Correo Electrónico\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"muza2805@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"78\";s:4:\"slug\";s:18:\"numero-de-telefono\";s:4:\"name\";s:19:\"Numero de Teléfono\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+34722688307\";}i:4;a:7:{s:2:\"id\";s:2:\"79\";s:4:\"slug\";s:7:\"mensaje\";s:4:\"name\";s:7:\"Mensaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:68:\"Buenos días \r\nRentan kayaks para personas que no están hospedadas?\";}i:5;a:7:{s:2:\"id\";s:2:\"73\";s:4:\"slug\";s:12:\"verificacion\";s:4:\"name\";s:13:\"Verificación\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"74\";s:4:\"slug\";s:26:\"digite-dos-numeros-al-azar\";s:4:\"name\";s:27:\"Digite dos números al azar\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:2:\"56\";}i:7;a:7:{s:2:\"id\";s:2:\"75\";s:4:\"slug\";s:6:\"enviar\";s:4:\"name\";s:6:\"Enviar\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"73\";s:5:\"value\";s:0:\"\";}}', 'Informacion', 'Monica Umaña', 'muza2805@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 07:34:44', '130.206.76.21', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2291, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HollisMeklyBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"nastasumki@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86648924312\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:244:\"Привет. \r\nМеня зовут Геля. \r\nПознакомлюсь с мужчиной для встречи. Приеду к тебе на район или встримся у меня. Живу недалеко. \r\n \r\nПодробнее\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"46\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HollisMeklyBM', 'nastasumki@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 08:49:10', '94.228.207.1', '1'),
(2292, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"HollyslernOD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"hollyMub@datingx.co\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83866114194\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:293:\"Only for you.... \r\nCover letter for clerical position \r\ntop resume proofreading services us \r\nBuckingham palace district six book report \r\nexpository essays and business communication how or they similar \r\nhttps://craftessay.info/a-and-e-essay-contest-canada/ap-english-lit-and-comp-essays.php\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"10\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HollyslernOD', 'hollyMub@datingx.co', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 08:51:02', '46.56.64.117', '1'),
(2293, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesZepRV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"btzi40081@gem.dobunny.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85399323891\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1214:\"Masteron Zum Abnehmen\r\n If you intend to use advertising on the site as a way to boost your profits, be sure to sustain the right rate. Keeping your advertising at a maximum of 25 % of your own articles make certain your website is not cluttered with also a lot of them. Just like folks would not observe television if this was only advertisements, site visitors are less likely to be on your own website if you have a lot of advertisements.\r\n  Masteron Test Eq Cycle\r\n You need to produce a online video to file your typical work day to offer your prospects a concept of how goods are made and shipped. Bring in your fellow workers, display your work space and follow the various techniques you go through to total an order. The aim of this quick documentary would be to persuade visitors that you are currently a reliable specialist.\r\n  Testosterone Propionate Dosage For Hrt\r\n When you are an individual understanding for any examination, it is crucial not to above study. Naturally it can be normal to wish to consider info on the test, but by understanding too much you will be basically overworking your mind tissues, which in turn could cause you to not remember anything at all.\r\n  Primobolan O Oxandrolona\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"33\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesZepRV', 'btzi40081@gem.dobunny.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-29 09:11:26', '91.236.74.25', '1'),
(2294, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"annettevh3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:48:\"penelopebn1@akihiro8110.yoshito41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84228373678\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:231:\"Young Heaven - Naked Teens &amp; Young Porn Pictures\r\nhttp://shemalematch.liveshemale.jsutandy.com/?jackeline \r\n\r\n cephalopod porn unlimited black lesbian porn videos biggest porn search engine hardcore sissy porn sexy dancing porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"66\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'annettevh3', 'penelopebn1@akihiro8110.yoshito41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-30 02:04:26', '176.10.104.240', '1'),
(2295, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianVewFW\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"inbox257@glmux.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89995824442\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5136:\"I like to get my inspiration from really meaningful phrases said by truly great people like вЂњThe unexamined life is not worth livingвЂќ, do you know where I can find thematic compiltaions of those?\r\n \r\nhttps://writeinthepaper12.blogspot.com/\r\nhttps://writingpaperclipart1.blogspot.com/\r\nhttps://evidencemultiplechoicequestions12.blogspot.com/\r\nhttps://websitesthatwritepapersforyou1234.blogspot.com/\r\nhttps://howtowriteareportpaper123.blogspot.com/\r\nhttps://researchpaperwritingservice-reviews.blogspot.com/\r\nhttps://apmultiplechoicequestions1.blogspot.com/\r\nhttps://howtowriteagoodresearchpaper12.blogspot.com/\r\nhttps://primarylinedwritingpaper1.blogspot.com/\r\nhttps://birdwritingpaper1.blogspot.com/\r\nhttps://christmasthemedwritingpaper12.blogspot.com/\r\nhttps://writingapsychologyresearchpaper1.blogspot.com/\r\nhttps://junglewritingpaper1.blogspot.com/\r\nhttps://howtowriteahypothesisstatementfor.blogspot.com/\r\nhttps://howtowriteconclusionforresearch.blogspot.com/\r\nhttps://graduateschoolapplicationessay12.blogspot.com/\r\nhttps://finequalitywritingpaper1.blogspot.com/\r\nhttps://linedletterwritingpaper12.blogspot.com/\r\nhttps://superherowritingpaper1.blogspot.com/\r\nhttps://customthesiswritingservice1.blogspot.com/\r\nhttps://custompaperwriting123.blogspot.com/\r\nhttps://writingaresponsepaper12.blogspot.com/\r\nhttps://papermatewritebros12.blogspot.com/\r\nhttps://1essaywritingcompany.blogspot.com/\r\nhttps://apenvironmentalsciencemultiple.blogspot.com/\r\nhttps://whatispaperwriting1.blogspot.com/\r\nhttps://fancywritingpaper1.blogspot.com/\r\nhttps://assignmenthelpuk123.blogspot.com/\r\nhttps://collegeapplicationessay123.blogspot.com/\r\nhttp://essayaboutteachingenglish.blogspot.com/\r\nhttps://customwritingessay1.blogspot.com/\r\nhttps://customessaywritingsociology.blogspot.com/\r\nhttps://writingpaperforfirstgraders12.blogspot.com/\r\nhttps://whattowriteinareflectionpaper1.blogspot.com/\r\nhttps://coalitionapplicationessayprompts1.blogspot.com/\r\nhttps://customnamewritingpractice.blogspot.com/\r\nhttps://howtostartabookreport12.blogspot.com/\r\nhttps://writingthepaper12.blogspot.com/\r\nhttps://coolwritingpaper12.blogspot.com/\r\nhttps://analyticalessayhelp1.blogspot.com/\r\nhttps://paperwritinghelp1232.blogspot.com/\r\nhttps://howtowritearesearchpaperthesis1.blogspot.com/\r\nhttps://howtowriteprojectpaper1.blogspot.com/\r\nhttps://guidelinesforwritingaresearchpaper1.blogspot.com/\r\nhttps://wanttobuya-researchpaper.blogspot.com/\r\nhttps://howtowritealabreport12.blogspot.com/\r\nhttps://writingagoodabstractforresearchpaper.blogspot.com/\r\nhttps://howcaniwritearesearchpaper1.blogspot.com/\r\nhttps://howtowriteanapapaper123.blogspot.com/\r\nhttps://economicstermpaperhelp12.blogspot.com/\r\nhttps://santaletterwritingpaper1.blogspot.com/\r\nhttps://bestsitetobuycollegeessays12.blogspot.com/\r\nhttps://cutewritingpaper1.blogspot.com/\r\nhttps://communityservicereflectionpaperessay.blogspot.com/\r\nhttps://top5highschool-essaywritingservices.blogspot.com/\r\nhttps://dissertationwritingservicesreviews2.blogspot.com/\r\nhttps://domyassignmentonline12.blogspot.com/\r\nhttps://collegeadmissionessayprompt1.blogspot.com/\r\nhttps://writingatechnicalpaper1.blogspot.com/\r\nhttps://bestpaperwritingservice1234.blogspot.com/\r\nhttps://customcourseworkwriting1.blogspot.com/\r\nhttps://handwritingonpaper1.blogspot.com/\r\nhttps://writingnumbersinpapers1.blogspot.com/\r\nhttps://articlewritingexamples12.blogspot.com/\r\nhttps://customerserviceresearchpapers.blogspot.com/\r\nhttps://writeonlinedpaperonline1.blogspot.com/\r\nhttps://paperscitewhileyouwrite.blogspot.com/\r\nhttps://researchpaperwritingpdf11.blogspot.com/\r\nhttps://printwritingpaper1.blogspot.com/\r\nhttps://collegeadmissionessaytopic12.blogspot.com/\r\nhttps://rainbowwritingpaper12.blogspot.com/\r\nhttps://custompaperwritinghelp.blogspot.com/\r\nhttps://buyacustomresearchpaper12.blogspot.com/\r\nhttps://manuscriptwritingpaper1.blogspot.com/\r\nhttps://helpwithwritingaresearchpaper122.blogspot.com/\r\nhttps://researchpaperwritingservice121.blogspot.com/\r\nhttps://howtowriteanabstractforascientific.blogspot.com/\r\nhttps://annotatedbibliographyexample12.blogspot.com/\r\nhttps://dragonwritingpaper1.blogspot.com/\r\nhttps://customwritingpens1.blogspot.com/\r\nhttps://isitsafetobuyaresearchpaperonline.blogspot.com/\r\nhttps://paytowritepaper12.blogspot.com/\r\nhttps://hellokittywritingpaper12.blogspot.com/\r\nhttps://needessayhelp12.blogspot.com/\r\nhttps://whattowriteinapaperfortuneteller1.blogspot.com/\r\nhttps://termpaperhelpservice12.blogspot.com/\r\nhttps://paytowritepaper123.blogspot.com/\r\nhttps://criticalanalysisofleadership.blogspot.com/\r\nhttps://lettertosantawritingpaper1.blogspot.com/\r\nhttps://writingastrategypaper1.blogspot.com/\r\nhttps://abrahamlincolnwritingpaper1.blogspot.com/\r\nhttps://writingagoodreflectionpaper1.blogspot.com/\r\nhttps://bestcustomwritingservice1234.blogspot.com/\r\nhttps://highschoolapplicationessayhelp12.blogspot.com/\r\nhttps://howtowriteananalysispaper21.blogspot.com/\r\nhttps://writinganarrativepaper1.blogspot.com/\r\nhttps://linedletterwritingpaper1.blogspot.com/\r\nhttps://highschooltermpaperhelp12.blogspot.com/\r\nhttps://cheapassignmentwritingserviceuk1.blogspot.com/\r\nhttps://customessayhelp12.blogspot.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianVewFW', 'inbox257@glmux.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-30 17:48:10', '62.210.79.40', '1'),
(2296, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Rusty Henson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rhenson61@msn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"281-974-6608\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"45’ Viking fishing boat !\r\nWould like to check into country &amp; fuel boat December 29 &amp; 30 !\r\nWould need 400 gallons diesel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rusty Henson', 'rhenson61@msn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-30 18:31:04', '67.44.177.11', '1'),
(2297, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"Rusty Henson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"rhenson61@msn.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"281-974-6608\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:131:\"45’ Viking fishing boat !\r\nWould like to check into country &amp; fuel boat December 29 &amp; 30 !\r\nWould need 400 gallons diesel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rusty Henson', 'rhenson61@msn.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-11-30 18:31:18', '67.44.176.70', '1'),
(2298, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidfubHT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"admin@videoyt.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82919865634\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1152:\"Автопром в России \r\nАвтомобильное производство является важной отраслью в России , в которой занято около 600 000 человек, или 1% от общей рабочей силы страны. В 2018 году Россия произвела 1767674 автомобилей, заняв 13-е место среди стран-производителей автомобилей в 2018 году, и на ее долю приходится 1,8% мирового производства.  Основными местными брендами являются производители легковых автомобилей АвтоВАЗ и ГАЗ , в то время как КамАЗ является ведущим производителем тяжелых транспортных средств. Одиннадцать иностранных автопроизводителей ведут производственную деятельность или строят свои заводы в России. \r\nhttps://dfpkflf.blogspot.com/2019/11/auto.html\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"02\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidfubHT', 'admin@videoyt.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 03:17:10', '185.251.38.4', '1'),
(2299, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"eileenbz18\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:38:\"wesleyhr60@kenshin65.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87282412379\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:201:\"Teen Girls Pussy Pics. Hot galleries\r\nhttp://matureshemale.durbanshemale.miaxxx.com/?ava \r\n\r\n schoolgirl spanking video porn airlocked porn porn threesome sex american cartoon porn free video girl porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'eileenbz18', 'wesleyhr60@kenshin65.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 04:31:58', '109.70.100.26', '1'),
(2300, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"mailh1ET\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"os3@kunio45.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82637176369\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:183:\"Hot new pictures each day\r\nhttp://flash.porn.bestsexyblog.com/?yessenia \r\n\r\n two guys one chick porn lws lesbian porn porn ittles 90 s condom sex teen porn jennifer ellison porn fakes\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"87\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mailh1ET', 'os3@kunio45.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 04:36:33', '192.160.102.169', '1'),
(2301, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MauriceperUA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"vladimirovsaniairj@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86577522547\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:119:\"How to install Home Security Camera? More info:  http://www.securitycamera.pro/ \r\n \r\nVideo surveillance \r\nHome Security\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MauriceperUA', 'vladimirovsaniairj@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 04:52:20', '46.173.55.27', '1'),
(2302, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"DenniskexJG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"f.evgen708@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84236245494\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:115:\"Forever young skin without plastic http://tkfl777.com/ surgery and fillers Available Now viber/whatsapp+12487304178\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DenniskexJG', 'f.evgen708@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 06:41:52', '188.163.109.153', '1'),
(2303, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"StephenisoftEA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:26:\"jqmk27721@power.shoars.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84891149624\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1209:\"viagra rezeptfrei\r\n When repairing your credit only near several profiles each 6 months. Immediate alterations on your credit score reveal instability and might decrease your credit ranking as opposed to enhancing it. Spend some time when going through the method and this will help to improve your credit rating.\r\n  propecia kaufen\r\n To remain beneficial inside the face of your respective situation, find a ringing in ears assistance group. It can be difficult for folks to understand what you&#039;re undergoing should they don&#039;t have tinnitus on their own. Speaking to those who truly fully grasp your difficulties may be amazing. If there&#039;s not much of a assist group of people in the area, try to find one particular on the web.\r\n  kamagra porto\r\n Take into account getting started with a minimizing phrase insurance plan. This kind of insurance coverage was created to dietary supplement your ventures if you decide to move apart just before the investments achieve a certain levels. The better the purchase will grow, the more affordable the regular monthly high quality gets. Using this type of insurance plan you are going to save money across the lifetime of your coverage.\r\n  kamagra gel\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"82\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'StephenisoftEA', 'jqmk27721@power.shoars.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 07:22:03', '91.236.74.21', '1'),
(2304, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"susanabw4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:37:\"tashanr11@haruki810.akio93.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86611643637\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Hot teen pics\r\nhttp://teen.porn.pics.relayblog.com/?penelope \r\n\r\n anap porn videos lindsey dawn porn free porn videos on net free access gay porn porn from the fuckers angle\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"13\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'susanabw4', 'tashanr11@haruki810.akio93.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 07:40:42', '192.42.116.16', '1'),
(2305, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LadonnaoaMU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ballimbayvq3n@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84296625364\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:249:\"see more \r\n \r\nTDS-bestseller- https://u.to/GSBjFg#R3Gcw0aFR6 \r\n \r\nVDS-bestseller- https://u.to/jEhjFg#u7Q5qM56KZ \r\n____________________________________ \r\n18+/ \r\nhttp://new-gambling.tk \r\nhttp://new-dating-app.tk \r\nhttp://new-binary-crypto-trayding.tk\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"08\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LadonnaoaMU', 'ballimbayvq3n@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 08:01:18', '109.172.78.66', '1'),
(2306, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Kara13etjBH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"k.a.ra.l.a.po.ch.k.a.1.3@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83919811855\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:915:\"Зрелая мамка так желала ебстись дочка отлизала маме писю с большими сиськами\r\n что пожелала совратить собственного сынишку для сего времяприпровождения. Сексапильная мамуля с шикарными ляжками облизывает сыночку его фаллос, дрочит его ладонями и своими огромными буферами, а далее чувственно запихивает его в собственную восхитительную, мокренькую пизду, от чего испытывает дикий сквирт порно мама кончила на дочь\r\n онлайн... \r\nПорево зрелой мамули и молоденького сынишки посмотреть в full hd качестве\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Kara13etjBH', 'k.a.ra.l.a.po.ch.k.a.1.3@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 12:31:35', '37.115.216.91', '1'),
(2307, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"hillaryvs69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"fz6@hiraku1810.atsushi49.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89195973332\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:199:\"Enjoy daily galleries\r\nhttp://pornmytube.instasexyblog.com/?jasmyn \r\n\r\n black lesbian bbw porn porn movie white angel free teen porn vidoes virus free ree freal ameature porn whats g units porn video\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"47\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'hillaryvs69', 'fz6@hiraku1810.atsushi49.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 16:20:23', '199.249.230.85', '1'),
(2308, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LesspowsEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"1@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86569448149\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5204:\"Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva \r\nпредставляет собой лекарство на основе компонентов, \r\nэффективно воздействующих на организм. \r\nЕсли употреблять таблетки правильно, можно справиться с опасной болезнью: \r\nБиллинарным циррозом печени. \r\nСходите в больницу и пообщайтесь с доктором, \r\nкоторый назначит индивидуальную схему приема таблеток. \r\nМожно Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva купить быстро, сделав несколько кликов. \r\nЭтот современный препарат разработан для пациентов, страдающих от цирроза печени. \r\nБолезнь сопровождается неприятными симптомами, с которыми можно быстро справиться. \r\nУпотребляйте таблетки в соответствии с разработанной схемой терапии, чтобы не \r\nстолкнуться с «побочками». \r\n \r\nПоказания к применению \r\nМедикамент создан для лечения пациентов, которые столкнулись с циррозом печени. \r\nВ его составе присутствуют компоненты, у которых оперативное и эффективное действие. \r\nОни всасываются в кровь, начиная устранять очаг заболевания. \r\nСамолечение чревато непредвиденным усугублением ситуации. \r\nСходите к доктору, который назначит правильную терапию, учитывая результаты анализов, \r\nи Вы обязательно заметите улучшение самочувствия. \r\n \r\nПротивопоказания \r\nПри наличии этих противопоказаний принимать лекарство нельзя: \r\n• аллергия на активные компоненты препарата; \r\n• не достижение пациентом возраста 18-ти лет; \r\n• наличие хронических заболеваний, которые могут обостриться; \r\n• наличие прочих проблем, которые связаны с функцией печени; \r\n• прием антибиотиков и медикаментов на основе зверобоя. \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva отзывы \r\nможно прочесть на разных сайтах. \r\nПокупайте лекарство с доставкой выгодно онлайн или в телефонном режиме. \r\nНаши специалисты всегда готовы ответить на возникшие вопросы. \r\n \r\nСпособ применения \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva цена \r\nприемлема. Начинать прием лекарства нужно с таблетки в день. \r\nПосле того, как Вы пропьете препарат три месяца, \r\nможно увеличивать дозировку, находясь под наблюдением доктора. \r\nСпециалист сделает все правильно, чтобы Вы не столкнулись с рецидивом. \r\nПомните, что ни в коем случае нельзя прекращать прием медикамента самостоятельно. \r\n \r\nПобочные явления \r\nНарушение разработанной схемы лечения приводит к таким побочным эффектам: \r\n• постоянное ощущение усталости; • зудящие высыпания на коже; \r\n• резкое увеличение температуры без причины; \r\n• нестабильное функционирование сердца; \r\n• ощущение тошноты, рвота. \r\n \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva стоимость \r\nможно уточнить у сотрудников сайта. \r\nКаждому пациенту нужно проконсультироваться с лечащим врачом, \r\nкоторый назначит подходящую схему приема таблеток, \r\nи тогда побочные явления будут полностью исключены. \r\n \r\n \r\n \r\n \r\nобетихолевая кислота препараты\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LesspowsEN', '1@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 18:56:55', '46.185.69.208', '1'),
(2309, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"gennick[Ppolpirigylhgcir,2,5]EA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"vipmio@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88911799771\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:192:\"упить больничный лист]фициально купить больничный лист] \r\nкупить больничный лист/Подробности по ссылке…\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"25\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gennick[Ppolpirigylhgcir,2,5]EA', 'vipmio@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-01 20:02:58', '95.72.107.23', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2310, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87745149417\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:688:\"It may be best to consult a doctor to find out what vitamins or nutrients you might be deficient in.\r\n \r\n \r\nDoses are identified according to amoxicillin content of the capsule since ratios of clavulanate within the preparation may vary.\r\n \r\nviagra pastilla azul\r\n \r\nMedical first. The particular natural order of the treatment procedure is to first rule out medical problems as possible causes of depression.\r\n \r\n \r\nSafety and effectiveness of Clinimix sulfite-free (Amino Acid in Dextrose) Injections in pediatric patients have not been established by adequate and well-controlled studies.\r\n \r\n \r\nfktrpr94f \r\nDrugs that suppress the immune system can also decrease Benicar side effects.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 01:52:19', '194.28.115.251', '1'),
(2311, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86487174325\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"huobi bitcoin\r\n \r\n \r\n \r\n \r\n \r\n \r\nhttp://projecto-omega.org/meditacao-matinal-do-dia-15-de-outubro-2017/\r\n \r\nfktrpr94f\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"00\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 02:53:28', '51.15.22.19', '1'),
(2312, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8:\"angelml1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"rolandip3@haru72.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83366554853\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"New project started to be available today, check it out\r\nhttp://japanesekidporn.blackviralporn.topanasex.com/?josephine \r\n\r\n nickoledon porn katie morgan on porn free porn with long labia hd moble porn porn movie wonderland\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'angelml1', 'rolandip3@haru72.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 03:56:35', '185.165.168.229', '1'),
(2313, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"BrandyOneliZH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"danka3132@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81179483485\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:349:\"Спасибо большое автору этого проекта за труд и большой Респект. \r\nПоделюсь опытом, который может пригодиться в любой момент. \r\n \r\n \r\nВот ещё один человек доказал себе что может программировать.  ?\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrandyOneliZH', 'danka3132@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 12:55:32', '178.121.240.193', '1'),
(2314, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"oxydrorge\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"keltanbggsdk@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87497569727\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:610:\"Supplements  Prenatal vitamins, along with other vitamin and mineral supplements that your doctor recommends, are a great way to fill in any nutrition gaps.(What effect this may have had on their unborn child was not investigated in this particular research study.)?? Pros and Cons of Competition Amongst Children as well as Teens For women age 43 to 44, live birth rates per cycle (using their own eggs) were only 3 percent.Do not attempt to wash away your natural vaginal fluids! Research has found that experience and frequency matter.However, in this case, the child will not be genetically related to you.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'oxydrorge', 'keltanbggsdk@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 13:44:06', '92.222.155.168', '1'),
(2315, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"gretabo16\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"kurt@rokuro18.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84237328371\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:206:\"New super hot photo galleries, daily updated collections\r\nhttp://fuunyporngame.instakink.com/?kacie \r\n\r\n blackberry porn clips latex bbw porn vpn for porn free no registration fee porn sitr porn hot pursuit\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gretabo16', 'kurt@rokuro18.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-02 14:34:49', '69.4.82.204', '1'),
(2316, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MarkfoomeA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"jondoe69@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82127114172\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"elimite generic\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarkfoomeA', 'jondoe69@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-03 16:11:12', '5.188.210.242', '1'),
(2317, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HarveyAcincSE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"35@ttmail.pro\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85445988394\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:100:\"Cost-free https://hairypussymilf.com/ : hairy pussy hairy axilla plus more. \r\n \r\nHairy Amateur Pussy\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"01\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HarveyAcincSE', '35@ttmail.pro', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-03 16:32:53', '78.186.216.216', '1'),
(2318, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"Rusty Henson and Tina\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"dwaniluv@aim.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"+16013410655\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:267:\"Hello, we are interested in staying there on December 28 and January 2 and we are going to need to fuel our boat also and dock it. We need information on how to make reservations and prices please. We are the USA now. Could you please call \r\nThank you, Rusty and Tina\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"12\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Rusty Henson and Tina', 'dwaniluv@aim.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-03 16:56:13', '69.131.70.67', '1'),
(2319, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"CarlosduendJA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"pljw7863@steam.m8sbeingm8s.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86979314134\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1166:\"Equipoise All Year Round\r\n Almost important to a wedding event is really a digital photographer. No wedding event is done with no pictorial representation thereof. Don&#039;t you need to help save all those memories forever, and many years from now examine them and recall all of the cheerful feelings you experienced on that day? By hiring a wedding photographer you will make this feasible.\r\n  Anavar 50mg Pills\r\n In your master bedroom, set up window curtains depending on how a lot lighting that you want to enter any room. If you desire to wake up each morning using a new burst open of sun rays, use a really gentle colour plan for your personal window shades or curtains. If you do not like lighting every morning, use darker hues.\r\n  Winstrol-V Muscle Labs Usa Reviews\r\n Feel tiny. Should you be struggling to use renewable energy to your overall house, get started with just one area. You may use renewable power resources in a single area and while you are all set, do the installation in an additional area. Using this method you will be not overloaded with the cost of producing above your property to use alternative energy.\r\n  Primobolan Depot Benefits\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"34\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'CarlosduendJA', 'pljw7863@steam.m8sbeingm8s.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-03 17:37:21', '91.236.74.24', '1'),
(2320, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"PaulfoomeZ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"nobuxx@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81964391248\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:34:\"buy elimite cream over the counter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"32\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'PaulfoomeZ', 'nobuxx@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-03 20:35:46', '5.188.210.242', '1'),
(2321, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"LorenzoSurcePH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"oleg.semnov.1976@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87188636583\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:96:\"прогноз акции втб на 2018 год \r\n \r\nинвестирование отзывы\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LorenzoSurcePH', 'oleg.semnov.1976@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 04:26:31', '94.29.73.233', '1'),
(2322, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"JasonVeinsBF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"maryana.kodzaeva.84@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86671627197\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:78:\"Пин Ап онлайн казино (Pin-Up Casino) - https://lite-money.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"83\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JasonVeinsBF', 'maryana.kodzaeva.84@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 07:46:14', '79.142.197.239', '1'),
(2323, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"WahMJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"anzelikaepifanova82@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84197766812\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:145:\"Все чего нет в открытом доступе можно найти у нас \r\n \r\nголая девочка в чулках фото\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"51\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WahMJ', 'anzelikaepifanova82@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 12:16:24', '78.26.168.237', '1'),
(2324, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HollisMeklyBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"nastasumki@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82857173646\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:262:\"Привет. \r\nМожешь называть меня Света. \r\nПознакомлюсь с мужчиной для встречи. Приеду к тебе на район или встримся у меня. Живу рядом. \r\n \r\nМой профиль\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HollisMeklyBM', 'nastasumki@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 13:13:55', '94.228.207.1', '1'),
(2325, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"TDCunficleON\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"transdocument@mobileyell.info\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82134693768\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:882:\"Glad to see you on the GLS website with the best automotive translation services! All you need you will find here: translate document from english to arabic, chinese document translation, english to dutch translation, and in 20+ languages. We will send you legal documents translation in PPT, PDF, Word, Excel or other data type. So, when you need to buy english to french document translation do not rush to search for the office in your city. Best prices and conditions you will find in the Internet. No need to look for translation company london, language translation services new york with expensive services. We offer translation from native-speaking translators, over 1000 linguists. You have the opportunity to order translation of technical documents or translation of medical documents,anything you need. \r\n \r\nTranslate-document.com - English to korean translation service\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"03\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'TDCunficleON', 'transdocument@mobileyell.info', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 16:12:56', '212.103.48.99', '1'),
(2326, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RobertTumUP\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"leha@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86441377552\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:74:\"Вот такой вариант, все решил.. ПОСМОТРЕТЬ\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RobertTumUP', 'leha@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 18:10:44', '79.140.27.3', '1'),
(2327, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MartyPiogeWA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"guew@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86518874532\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:43:\"寳島騎跡自行車協會 https://fmb.tw/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MartyPiogeWA', 'guew@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-04 20:01:49', '47.74.240.3', '1'),
(2328, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"vidosiki-GanyWL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"mskvortsovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84646326483\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:279:\"Hello how are you! Клёвый видосик \r\nПолезные советы, энциклопедия. Все полезные советы с канала Стройхак. Коротко и по делу. \r\n \r\n \r\n---------------------------- \r\nУдачи пока, пока.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'vidosiki-GanyWL', 'mskvortsovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 12:20:31', '178.17.177.34', '1'),
(2329, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"GoodSeoTFI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"goodseot@outlook.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81289161397\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1387:\"Здравствуйте. Предлагаю Вашему вниманию трастовые домены-доноры с высокой посещаемостью для размещения ссылок Вашего сайта у нас. \r\nВсе сайты качественные, без фильтров и санкций со стороны поисковых систем. Присутствуют на биржах ссылок miralinks, gogetlinks и других. \r\n \r\nРазместив у нас сайт Вы получите: \r\n \r\n- хороший траст \r\n- нулевой уровень заспамленности сайтов \r\n- более 400 000 уникальных посещений в месяц \r\n- цены ниже чем на биржах ссылок \r\n- максимально быстрое размещение \r\n- все ссылки индексируются поисковыми системами \r\n- гарантия на вечное размещение ссылки \r\n- ссылки размещаются на видном месте, без всяких хитростей \r\n \r\n \r\nБолее детальную информацию Вы сможете посмотреть по ссылке на google документ ниже: \r\n \r\nhttps://docs.google.com/spreadsheets/d/1CMbZ0ohfiiz9719zIl_uB_3uwzzfL7UwrrCcphDOWl8/edit?usp=sharing\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'GoodSeoTFI', 'goodseot@outlook.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 12:35:29', '94.244.135.223', '1'),
(2330, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"NormanCabUF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"ktpvn417@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87195564988\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:251:\"фильмы онлайн,смотреть фильмы онлайн,фильмы онлайн бесплатно,онлайн фильмы 2019,онлайн фильмы бесплатно +в хорошем качестве https://filmy-serialy.ru/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'NormanCabUF', 'ktpvn417@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 20:10:37', '217.107.194.44', '1'),
(2331, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Website fetMG\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"nikolinagenovskaya@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82299846281\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:253:\"Друзья!Есть ли у вас хороший специалист, который мог бы помочь в разработке сайта? ссылка \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n------------------------ \r\nВебмастер жду тебя\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"41\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Website fetMG', 'nikolinagenovskaya@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 20:55:58', '178.17.177.34', '1'),
(2332, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5:\"HoxBX\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"Ronia@medotc.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83578661628\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:644:\"I take a generic brand of Claritin once a day, and when needed, I use a generic brand of Zaditor like once a week.\r\n \r\n \r\nHDL molecules act as scavenger substances in the bloodstream, binding with BAD and taking to the liver regarding processing.\r\n \r\nletter requesting donations from businesses\r\n \r\nWhat does the drug category C for pregnancy consist of?\r\n \r\n \r\nYes You can drink while you are taking Viagra but the viagra pill will not be as functional while the alcohol level in your blood is high.\r\n \r\n \r\nfktrpr94f \r\nCurrent Medical History: Asthma (non-problematic for many years), Cystic acne predomintaly on the cheeks pretty much always.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"05\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HoxBX', 'Ronia@medotc.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 21:03:55', '194.28.115.251', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2333, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SerggaitoGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"ecvetkova81@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82196641938\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:168:\"Second citizenship and residency by investment! Short terms, official programs, full service. Grenada, Malta, Portugal, Vanuatu, USA etc. \r\nJust go to right-invest.com!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"57\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SerggaitoGI', 'ecvetkova81@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-05 22:00:11', '178.19.253.157', '1'),
(2334, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"RickywahDT\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"rolgeyzer.slavik@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84674345218\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:82:\"takeuchi tb014 pdf https://abflagear.tk - on the site sacramentum spartacus review\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RickywahDT', 'rolgeyzer.slavik@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-06 03:59:06', '45.77.41.4', '1'),
(2335, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"LillyTussyBE\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:28:\"inve.stm.a.x.06.4.@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87218456247\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:2537:\"Предлагаем Вам участие в высокодоходном бизнесе с быстрой окупаемостью - строительство жилой и коммерческой недвижимости в Минске и крупных городах Республики Беларусь. \r\nСобран собственный пул проверенных подрядчиков по строительству и поставщиков материалов. \r\nСумма инвестиций от $ 200 000 до $ 10 000 000, в зависимости от проекта. \r\nСрок реализации проектов 12-36 месяцев. \r\nБыстрый старт выбранного проекта, поэтапное финансирование, полный контроль и прозрачная система работы. Бизнес-план на каждый проект отвечающий международным стандартам. \r\nДоходность инвестиций 10-50% годовых. \r\n \r\nУсловия участия : \r\n1.           Инвестиции осуществляются посредством продажи долей юридического лица-Заказчика строительства, владеющего правами на зем. участок, проект, все разрешения; Возможно частичное и полное участие в проекте. Полная продажа девелоперского проекта. \r\n2.           Сумма инвестиций рассматривается от $ 200 000 до $ 10 000 000, Деньги, Банк гарантия, и др; \r\n3.           Срок инвестиций 12-36 месяца; \r\n4.           Промежуточные выплаты; \r\n5.           Доходность инвестиций 10-50% годовых. \r\nПодрядная организация - Опыт строительства домов 20 лет. \r\n \r\nРазные варианты входа и выхода в проект, 100% гарантия возврата вложений, подробности оговариваются \r\nв индивидуальном порядке. \r\nБольшой и успешный опыт в сфере строительства жилых комплексов, ряд проектов реализовано. \r\n \r\nИнвест.компания Республики Беларусь \r\n \r\nТелефон: +375293629000\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LillyTussyBE', 'inve.stm.a.x.06.4.@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-06 06:42:11', '193.111.61.46', '1'),
(2336, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"XRumerTest\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82557388956\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hello. And Bye.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"06\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'XRumerTest', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-06 09:49:06', '114.100.101.107', '1'),
(2337, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"ThomasAnderson\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"anthonybap@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89938771535\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:364:\"Hello \r\nI invite you to my team, I work with the administrators of the company directly. \r\n- GUARANTEED high interest on Deposit rates \r\n- instant automatic payments \r\n- multi-level affiliate program \r\nIf you want to be a successful person write: \r\nTelegram: @Tom_proinvest \r\nSkype: live:.cid.18b402177db5105c             Thomas Anderson \r\n \r\nhttp://bit.ly/2KWQV9F\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'ThomasAnderson', 'anthonybap@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-06 22:00:26', '84.17.58.12', '1'),
(2338, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RafaelfesGR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"gorode.nasdta.00@bk.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82135221173\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:385:\"Trade various altcoins conveniently and securely including \r\nBitcoin, Ethereum, Bitcoin Cash, Ripple, Lightcoin, Neo, etc \r\nOne step to create a trading account. $60 registration bonus for first 1000 customers. \r\nNo ID or personal information required. Get it Now. Powerful Charting Engine. \r\nTypes: No Overloads, Up to $60 Trading Bonus, 24/7 Customer Service. \r\nJoin us CryptoTeo.com\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RafaelfesGR', 'gorode.nasdta.00@bk.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 00:20:25', '45.142.212.162', '1'),
(2339, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"MichaelfemTQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"trozbilb88@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89358993235\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:102:\"Hello everyone! \r\nDating site for sex, hot bitches are waiting for your message https://calenera.com .\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"84\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MichaelfemTQ', 'trozbilb88@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 04:08:02', '37.187.120.123', '1'),
(2340, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"RichardcetEJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:21:\"f0441n.i90r@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81918343925\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3706:\"account deleted.Worst dollars generating web page ever.I actually Don&#039;t think that there&#039;s anyone real on that web-site as well as the profiles are literally The shopper service people.They Enjoy on people&#039;s loneliness and gullibility. \r\n \r\nMembership web-sites also allow you to freely exchange particular Make contact with facts with as a lot of ladies as you want, this means you&#039;ll be able to talk to them &quot;Off&quot; web-site via Skype or whats app in your own time, In addition it usually means it is possible to carry on communication withyour favourite even soon after your subscription has expired.  \r\n \r\nFind many hundreds of profiles of single Ukraine ladies and Charming Russian girls Prepared to develop lengthy-distance associations online. Cat and Construct foreseeable future together! \r\n \r\nThe truth differs. You can find without a doubt during the international locations of Japanese Europe a serious shortage of men willing to begin a spouse and children. Women are fighting one another to find a significant person, and much more once the age of forty yrs. \r\n \r\nYour destined girl may very well be looking forward to you simply within the corner. Just make sure to chat, attend Web sites day by day and precisely pick the qualities in a exploring possibility. \r\n \r\n6. She&#039;s going to be creating you jealous every one of the time. This could not seem to be a dilemma to you personally at first, but later on, you’ll see how irritating it might be. It may arrive as a shock to you, but Slavic girls are stunning. And this trait can’t be hidden. When dating a Russian girl, You must be All set for other men admiring her attractiveness. \r\nbride service rusia \r\n \r\n3. Persist with a lengthy established and trusted web site and usually do some investigate in to any web site you will be thinking of signing as many as. \r\n \r\none. Stay clear of PPL (Pay For every letter ) web-sites as They&#039;re popular for scamming Western men out in their hard earned cash by using staff members to write letters towards the Adult males, you will end up requested to pay for every letter you mail and every letter you answer, these website allow it to be nearly extremely hard that you should have entry to the private Call details of any from the ladies you&#039;re communicating with, as they want to to help keep purchasing conversation. \r\n \r\nThere are actually a couple of websites that can brag regarding their long record and productive matchmaking services. Becoming 10 years available on the market, AsiaCharm matched A large number of single Males and women. \r\n \r\nSo it&#039;s possible becoming create by your Aunt Edie is going to bring about you being bored, simply because Aunt Edie never genuinely recognized you. \r\n \r\nIt wasn&#039;t, they debited ?fifty nine.97 in a single go. Already annoyed, I logged on to discover my messages only to find they seemed to be routinely-produced rubbish. The one particular message that produced feeling I replied to, only to be told she was now not a member! Strange how she ceased to get a member from 7pm to 8pm. \r\n \r\nYou’re responsible for yourself and be sure to take into account that your use of This great site constitutes acceptance of our Terms of Use. \r\n \r\nHow will you define who you favor? Foreign women are very popular amid Western Gentlemen, as well as the most tasty ones are Russian, Ukrainian and Asian. Read and see who you want for! \r\n \r\nIt&#039;s been Nearly 3 several years due to the fact I met the Really like of my Life on MatchTruly. We are classified as the content pair for over two yrs and We now have a beautiful daughter together. I&#039;d personally endorse this site to any person!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"80\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RichardcetEJ', 'f0441n.i90r@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 04:57:02', '37.146.251.151', '1'),
(2341, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"richardzk60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"cassiewz69@yoshito62.yourfun.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86642513548\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:186:\"Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://hornywomenporn.hotnatalia.com/?angel \r\n\r\n 3d porn purple couple free sasha knox porn free sweet porn vids hitmann porn titten porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'richardzk60', 'cassiewz69@yoshito62.yourfun.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 06:15:09', '193.171.202.150', '1'),
(2342, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"phoebeel60\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:27:\"maigp3@masaaki10.kiesag.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83863771692\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:205:\"Scandal porn galleries, daily updated lists\r\nhttp://lesbian.sistas.bloglag.com/?jaidyn \r\n\r\n hd streaming porn video temptation 4 porn free mobile porn for itouch porn shops panama city long porn films free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'phoebeel60', 'maigp3@masaaki10.kiesag.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 09:01:46', '89.144.12.17', '1'),
(2343, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"SimagroofQR\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:19:\"simaland6@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83691679129\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5121:\"Чтобы вылечить рак, требуется дорогостоящее и эффективное \r\nлечение. \r\nМедикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) \r\nпредназначен для терапии немелкоклеточного рака лёгких. Новейшее средство успело отлично зарекомендовать себя в терапии серьёзного заболевания. \r\n \r\nСостав и свойства \r\nВ эффективный препарат последнего поколения входит активное \r\nлекарственное вещество кризотиниб, которое является \r\nселективным ингибитором тирозинкиназы и киназы анапластической \r\nлимфомы. \r\nТакже в препарат включены дополнительные вещества, \r\nкоторые способствуют лучшей абсорбции лекарственного \r\nвещества. \r\nЛекарство последнего поколения прекращает дальнейшее развитие \r\nзлокачественной опухоли и убивает раковые клетки. \r\nВ результате воздействия средства происходит индуцирование \r\nкризотинибом опухолевых клеточных структур. \r\nПрепарат Ксалкори – мощное противоопухолевое средство, \r\nкоторое часто назначается врачами, если предыдущее лечение \r\nрака лёгких не принесло положительного результата. \r\nПротивоопухолевое воздействие средства является дозозависимым. \r\nЧтобы медикамент \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) купить по сниженной цене, обращайтесь в нашу интернет аптеку. \r\n \r\nПоказания \r\n• ALK-позитивный немелкоклеточный рак; • ROS-1-позитивный рак лёгкого. \r\n \r\nПротивопоказания \r\n• гиперчувствительность к составу средства; • беременность; • лактация; • детский возраст; \r\n• печёночная недостаточность; • совместный приём с ингибиторами CYP3A. \r\n \r\nСпособ применения \r\nПриём данного лекарства не зависит от употребления пищи. Капсула проглатывается, \r\nне разжёвываясь. Требуется непременно запить медикамент чистой водой. \r\nМедики рекомендуют дозу препарата - 250 мг (2 раза в сутки). \r\nНе следует удваивать лекарственную дозировку при пропуске употребления средства. \r\nКоррекция дозы зависит от выраженности CTCAE. \r\nПри выраженных побочных эффектах лекарство временно отменяется. \r\nОднако на средство Ксалкори (Crizotinib) - Xalkori (Кризотиниб) отзывы \r\nвстречаются лишь положительные. Препарат хорошо переносится организмом. \r\n \r\nПобочные реакции \r\n• головокружения; • нейропатия; • понижение аппетита; • тошнота; • диарея; • запор; \r\n• нарушения зрения. \r\n \r\nГде купить лекарство \r\nУ нас на сайте каждый покупатель может купить лекарство по приемлемой стоимости. \r\nНа медикамент Ксалкори (Crizotinib) - Xalkori (Кризотиниб) цена доступна каждому \r\nпокупателю. Вы можете заказать доставку медикамента по указанному номеру телефона либо \r\nоформить покупку прямо в форме заказа. Если вам требуется лекарство \r\nКсалкори (Crizotinib) - Xalkori (Кризотиниб) стоимость в нашей интернет аптеке \r\nнамного ниже, чем в других пунктах продажи. Приобретение медикамента на нашем \r\nсайте гарантирует вам высокое качество нужного лекарства и экономию денег. \r\nВы можете заказать необходимое лекарство, не выходя из дома, прямо сейчас! \r\n \r\n \r\n \r\nLucicriz купить\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'SimagroofQR', 'simaland6@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 14:22:46', '37.115.210.9', '1'),
(2344, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"LaraNathERV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"veryintresting5@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84451989527\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5483:\"LuciSun - дженерик Сутент (Sutent) - Sunitinib (Сунитиниб) – это противоопухолевый препарат, \r\nкоторый был произведен на основе сунитиниба. \r\nПрепарат назначают людям с онкологическими заболеваниями, \r\nпри опухолевом процессе с метастатическими поражениями. \r\nОсновное действие препарата заключается в том, \r\nчто активное действующее вещество блокирует \r\nтирокиназы – именно эти рецепторы отвечают за поддержание роста \r\nопухоли. Благодаря препарату можно подавлять рост опухоли, \r\nа процесс распространения метастаз постепенно тормозится. \r\nLuciSun - дженерик Сутент (Sutent ) - Sunitinib (Сунитиниб) купить можно \r\nна этом сайте – мы предлагаем качественную продукцию \r\nпо адекватным ценам. \r\nОпытные специалисты расскажут всю информацию о производителе, \r\nпри необходимости предъявят сертификаты качества и предоставят \r\nпрочую актуальную информацию для потенциального покупателя. \r\n \r\nКак принимать? \r\nПринимать таблетки нужно орально, при этом пить их можно, \r\nне связывая с приемом пищи. \r\nВажно соблюдать одно условие: пить капсулы нужно в одно и то \r\nвремя – чтобы в крови поддерживать оптимальный уровень \r\nосновного действующего вещества. \r\nНа LuciSun - аналог Сутент (Sutent) - Sunitinib (Сунитиниб) цена \r\nколеблется, и этот фактор напрямую зависит от формы выпуска \r\nпрепарата. \r\nУ нас стоимость лекарства адекватная, \r\nодна из самых низких – и это связано с тем, \r\nчто мы работаем напрямую с производителем. \r\nЧто касается дозировки, то для каждого пациента она индивидуальная. \r\nКак правило, доза зависит от общего самочувствия, \r\nсложности заболевания и его запущенности, \r\nсопутствующих недугов. \r\nВсе эти факторы учитывает врач-онколог при назначении \r\nпрепарата. \r\nСтандартная дозировка подразумевает ежедневное применение \r\nпациентом 50 мг лекарства. \r\nЧто касается курса – 4 недели человек должен пить таблетки, \r\nспустя 2 недели нужно сделать перерыв. \r\nПри необходимости терапию возобновляют вновь. \r\nПро LuciSun - аналог Сутент (Sutent) - Sunitinib (Сунитиниб) отзывы \r\nположительные. \r\nПациенты, проходившие лечение с применением этого средства, \r\nутверждают, что при корректно подобранной дозировке побочные \r\nэффекты отсутствуют, лекарство переносится хорошо, \r\nа терапия дает положительные результаты. \r\n \r\nОнкология – не приговор! \r\nБлагодаря тому, что наука уверенно идет вперед, \r\nученым удается с каждым годом создавать все новые и новые \r\nпрепараты, благодаря которым можно приостановить рост опухоли. \r\nНа LuciSun - дженерик Сутент (Sutent) - Sunitinib (Сунитиниб) стоимость \r\n– высокая, но лекарство того стоит. \r\nОно является эффективным, препарат прошел множество \r\nклинических испытаний, и все они подтверждают – средство \r\nявляется действительно эффективным. \r\nПричем если проводить химио- либо лучевую терапию – в некоторых \r\nслучаях она является неэффективной. \r\nМало того, облучение крайне негативно действует на все \r\nорганы и системы организма. \r\nУ таблеток, конечно, имеются негативные побочные эффекты, \r\nно проявляют себя они крайне редко, и никак не сравнятся \r\nс побочками, которые возникают после проведения химиотерапии. \r\n \r\n \r\n+при приеме сунитиниба\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LaraNathERV', 'veryintresting5@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 20:07:53', '37.115.210.9', '1'),
(2345, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DJamenibPV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"thijs.struijk@tele2.nl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83494759791\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:173:\"Hello, \r\n \r\n0day Club Electro LIVE-SETS, Music Videos: http://0daymusic.org \r\nHardstyle, Hardcore, Lento Violento, Italodance, Eurodance, Hands Up \r\n \r\nRegards, \r\n0DAY Music\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"52\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DJamenibPV', 'thijs.struijk@tele2.nl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-07 22:21:49', '163.47.146.74', '1'),
(2346, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"AnnalepMB\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"annaveryanna@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85514526278\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:114:\"Быстро и качественно работают, рекомендуем! \r\n \r\nLucivenet стоимость\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"62\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AnnalepMB', 'annaveryanna@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-08 13:33:08', '37.115.210.9', '1'),
(2347, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"BrianPalQF\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"akravchenko1234@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87415594887\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:6763:\"Сплошной обман, предназначенный для хищения денежных средств клиентов \r\nВсем доброго времени суток! Необходимо предупредить о ензура]компании, которая работает в связке с несколькими консультационными центрами по Москве и не только. Менеджеры консультационных центров упорно и очень настойчиво уговаривают внести неподготовленных клиентов деньги на «личный счёт», оперируя посулами о большой и гарантированной прибыли, выдаче всех документов - от договора до платежно-кассовых. Но! Это все только ДО внесения денежных средств. Как только клиент вносит денежные средства, он теряет над ними контроль. Его менеджер на просьбы вывести средства уже не реагирует, а наоборот уговаривает внести большее количество денежных средств. Если клиент отказывается, и четко намерен произвести вывод, особенно, если он знает, как это сделать - то ему очень быстро - в течение очень короткого времени рисуется слив, иногда делается это в течении примерно 15 минут, пока клиент не успевает добраться до компьютера и грамотно оформить заявку на вывод. Очень частые случаи слива средств в ночные часы, когда клиент спит, и не может заблокировать торговлю. Если клиенту не объяснили КАК правильно делать заявку на вывод средств, где и что отключить и заблокировать, эту нужную информацию клиенту намеренно не рассказывают, ему обнуляют счёт в течении примерно 2х месяцев, но как правило быстрее. Каждая история клиента - прямое доказательство продуманной ензура]схемы - сначала человеку говорят одно - сулят гарантированную прибыль, обещают сохранность вложенных средств и их страховку, обещают, что все будет удобно для клиента и прочие обещания надежности всего для клиента и гарантии. На деле, когда клиент переведёт денежные средства, вывести их ему уже не дают! Не редки случаи, когда клиенты, не зная как сделать заявку на вывод, просят помочь вывести средства, но им ни в коем случае этого не дают. Как в моем личном случае - менеджер Фридман (в прошлом по паспорту, а новым клиента представляющимся уже), даже пошёл на обман- когда я настоятельно уговорила принять меня в офисе для оформления заявки на вывод средств - он все время бегал куда-то с телефоном, и после сказал, что он сделал заявку на вывод, хотя по времени это было невозможно. И даже не дал заполнить реквизиты для вывода, и сославшись на срочную занятость, выпроводил из офиса. Через неделю выяснилось, что заявки на вывод моих денежных средств конечно не было... а менеджер перестал выходить на связь... у всех клиентов алгоритм обмана подобный - упорные уговоры, дорогая атрибутика, грамотная терминология - для замыливания глаз и введения в заблуждение клиентов- как только клиент переводит деньги, его пытаются путём показа небольшой прибыли, которую не выводят, а используют для убеждения клиента внести ещё большую сумму. Если клиент отказывается, ему без всякого его участия обнуляют счёт и ставят перед фактом отсутствия денежных средств на «его счету». На самом деле деньги даже не выводятся на рынок, а остаются на подконтрольных счётах компаний. Клиенту после обнуления или предлагается ещё внести средства или прощаются, предоставляя ему кучу ложной информации с целью отвадить, претендующего на возврат своих денежных средств, клиента. Почитайте другие отзывы о компании - есть сайты, где оставляют реальные отзывы клиентов, а не проплаченные штатных пиарщиков, предназначенных для введения в заблуждение. Будьте бдительны и осторожны! - ни в коем случае не отдавайте представителям свои деньги, сначала почитайте по-больше информации об этой компании и отзывы о ней. Также выясните - есть ли лицензия ЦБ у компании для законной брокерской деятельности. А ни при каких обстоятельствах свои деньги не отдавайте! Иначе вы их просто потеряете!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"37\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'BrianPalQF', 'akravchenko1234@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-08 15:44:48', '109.248.202.71', '1'),
(2348, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"marisolzo2\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:29:\"bruce@rokuro18.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86818268528\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:214:\"Free Porn Galleries - Hot Sex Pictures\r\nhttp://skeletonporn.hotblognetwork.com/?jazmyn \r\n\r\n porn star arrested idaho wsu coed largest porn site tube free online chat room for porn different porn types sexy pig porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'marisolzo2', 'bruce@rokuro18.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-09 02:41:02', '109.70.100.23', '1'),
(2349, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"JamesHalFQ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:16:\"zinaznoeva@ya.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"86157721559\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:981:\"АвтоВАЗ был основан в 1966 году как государственная компания, но сейчас он приватизирован. Это крупнейший производитель автомобилей в России и единственный производитель автомобилей, который экспортирует значительные объемы на Запад. В Европе его автомобили под маркой &quot;Лада&quot;. На родине его называют просто «ВАЗ»... https://ybdfdfp.blogspot.com/ \r\n--- \r\nAvtoVAZ byl osnovan v 1966 godu kak gosudarstvennaya kompaniya, no seychas on privatizirovan. Eto krupneyshiy proizvoditel&#039; avtomobiley v Rossii i yedinstvennyy proizvoditel&#039; avtomobiley, kotoryy eksportiruyet znachitel&#039;nyye ob&quot;yemy na Zapad. V Yevrope yego avtomobili pod markoy &quot;Lada&quot;. Na rodine yego nazyvayut prosto «VAZ»\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"86\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JamesHalFQ', 'zinaznoeva@ya.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-09 15:37:49', '109.234.38.61', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2350, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"AntoniohAkGI\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:18:\"yourmail@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82662625976\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:15:\"Hello. And Bye.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'AntoniohAkGI', 'yourmail@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-09 17:26:39', '185.232.21.143', '1'),
(2351, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"Seospec fetLD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:32:\"petrichenkovavalentina@yandex.ua\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84176632724\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:766:\"Разработчики сайтов Разработка сайтов, разработка разных web приложений, верстка витрин магазина и еще многие тысячиактуальных предложений по срочной работе для тех, кто тесно связан с IT-деятельностью.Только у нас опубликованы только реальные  запросы.А найти реальных клиентов тут , которые уже готовы заплатить за вашу работу - дело нескольких минут.! \r\nПроблема клиентов решена, получите бесплатно тестовую подписку.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"31\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'Seospec fetLD', 'petrichenkovavalentina@yandex.ua', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-09 18:46:56', '178.17.177.57', '1'),
(2352, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:31:\"gennick[IblohuzExyfosebo,2,5]SD\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"vipmio@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87556615398\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:186:\"ольничный лист оформить]фициальный ольничный лист] \r\n \r\nкупить больничный лист/Подробности по ссылке…\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"40\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'gennick[IblohuzExyfosebo,2,5]SD', 'vipmio@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 02:49:15', '77.51.84.93', '1'),
(2353, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"nanetteko4\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:39:\"ray@hiraku7110.sora91.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81611926436\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:218:\"Sexy photo galleries, daily updated collections\r\nhttp://shemaledvds.kanakox.com/?jazmyne \r\n\r\n free teen porn toys dildos free porn no downloads monster gay trucker free porn mayeur porn tubes male porn star kiss tattoo\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"17\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'nanetteko4', 'ray@hiraku7110.sora91.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 04:22:04', '198.98.50.112', '1'),
(2354, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"freidaxk11\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"alfredhx11@yoshito7410.hikaru64.dev256.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81131988982\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:223:\"Hot photo galleries blogs and pictures\r\nhttp://ababydoll.instasexyblog.com/?esperanza \r\n\r\n free porn barbara conelly talyor rain porn british homemade porn downloads free anime porn galler free downloadable porn kira keener\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"28\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'freidaxk11', 'alfredhx11@yoshito7410.hikaru64.dev256.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 12:31:03', '51.15.1.221', '1'),
(2355, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"RicardoZoopsOO\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"epfy75020@pass.wpgun.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89645956416\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:1168:\"levitra belgique\r\n Choose wisely! Your again will thanks! Avoid purchasing bed mattresses that don&#039;t have very good assistance for the rear. A good bedding can maintain your spinal column inside the same position, like you had been standing. Lying on a good mattress assist you in getting an excellent night&#039;s relaxation, along with reducing back problems.\r\n  levitra 20mg\r\n Meditate to help keep your body operating in the most healthful and effective way. Meditating aids manage your anxiety. Constant pressure improves the potential risk of hypertension, heart stroke, cardiovascular disease, diabetes, ulcers, sleeplessness, muscles pains and depressive disorders. Plainly, stress is a condition you need to talk to your physician about.\r\n  priligy Ă¶sterreich\r\n Though hitting the gym routinely is critical to maintaining your level of fitness while you age group. It is essential to do not forget that your whole body is also more and more susceptible to electricity. Warming up and chilling downward before you figure out is a straightforward method to stop energy and guard your heart whilst improving your overall flexibility.\r\n  viagra kokemuksia\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"48\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RicardoZoopsOO', 'epfy75020@pass.wpgun.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 15:33:56', '91.236.74.17', '1'),
(2356, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"terrenceru1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:33:\"ladonnafc4@norio68.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88872539224\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:200:\"College Girls Porn Pics\r\nhttp://porntvonline.youngpornsexy.alypics.com/?kali \r\n\r\n nikki rain porn fake interview models porn porn jessica biel pichunter interracial porn vids free adult porn teen free\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"78\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'terrenceru1', 'ladonnafc4@norio68.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 16:55:12', '157.157.87.22', '1'),
(2357, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"RoberttaxVV\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"fastseoreporting@aol.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"87579311214\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:135:\"Need better SEO reporting for your puertobarillas.com website? Let&#039;s try http://seo-reporting.com It&#039;s Free for starter plan!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"64\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'RoberttaxVV', 'fastseoreporting@aol.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 22:37:20', '84.17.48.111', '1'),
(2358, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"MaryfoomeU\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:25:\"alvinchipmunk@probbox.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83646183798\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"can you buy elimite cream over the counter\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"55\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MaryfoomeU', 'alvinchipmunk@probbox.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-10 23:35:27', '5.188.210.242', '1'),
(2359, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"DavidVugWH\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"r.g.r.grr.e.e@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81828678571\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:3132:\"&quot;ПрофитГрад Беларусь&quot; - надежная строительно-инвестиционная компания, которая предлагает выгодные цены на строительные услуги, обеспечивает строгое соблюдение принятых стандартов качества, выдерживает установленные заказчиком сроки. Предприятие ПрофитГрад Беларусь многопрофильное и оказывает услуги по реконструкции, ремонту, отделке и строительству коммерческих, промышленных, общественных и жилых объектов. \r\n \r\nПрофитГрад Беларусь предлагает полный спектр услуг от изысканий и проектирования до ввода объекта в эксплуатацию. Располагая развитой инфраструктурой, штатом опытных и квалифицированных специалистов, необходимой технической базой, ПрофитГрад Беларусь обеспечивает эффективное и качественное выполнение работ. \r\n \r\nПрофитГрад | ProfitGrad - Строительство | Проектирование зданий и сооружений Реализация инвестиционно-строительных проектов Используем самые передовые строительные технологии, выполняем все виды строительных и проектных работ. \r\n \r\nПрофитГрад Беларусь Выполняет следующие работы: Общестроительные работы, Строительство зданий и сооружений, Жилищное строительство, Промышленное строительство, Быстровозводимые здания, Строительство коттеджей, Строительство торговых центров, Высотные работы, Строительство бизнес центров, Строительство офисных зданий, Строительство магазинов, Быстровозводимые склады, Быстровозводимые ангары, Быстровозводимые офисные здания, Каркасные здания, Фундаментные работы, Проектирование и реконструкция зданий. Архитекторы предложат Вам оригинальные решения по проектированию жилых  и промышленных зданий, интерьеров и дизайна, благоустройства и озеленения территории. \r\n \r\n+375 (222) 64-35-24, +375 (44) 510-46-60 \r\nE-mail: info@profitgrad.by; Сайт: http://www.ProfitGrad.by/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"67\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'DavidVugWH', 'r.g.r.grr.e.e@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 00:05:02', '5.188.210.65', '1'),
(2360, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HollisMeklyBM\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"nastasumki@gmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81378742871\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:262:\"Привет. \r\nМеня зовут Маша. \r\nПознакомлюсь с мужчиной для встречи. Приеду к тебе на район или встримся у меня. Живу совсем близко. \r\n \r\nДавай дружить?!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HollisMeklyBM', 'nastasumki@gmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 02:12:28', '94.228.207.1', '1'),
(2361, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"bradleyyx1\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:42:\"alisha@hiraku7110.sora91.investmentweb.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"89828977614\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:191:\"Sexy photo galleries, daily updated pics\r\nhttp://gaymachineporn.alypics.com/?alycia \r\n\r\n free homemade porn video sister aza porn moveis hd porn wallpaper trippel porn most popular porn sites\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"70\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'bradleyyx1', 'alisha@hiraku7110.sora91.investmentweb.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 03:38:21', '195.176.3.20', '1'),
(2362, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"mathewek69\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:36:\"hl7@itsuki6810.eiji20.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"82952543229\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:198:\"Hot galleries, daily updated collections\r\nhttp://porn.clipsxxx.xblognetwork.com/?denisse \r\n\r\n best online adult porn gay porn magazine online amature chubby porn vids salinas porn cleberty free porn\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'mathewek69', 'hl7@itsuki6810.eiji20.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 07:26:24', '167.114.144.47', '1'),
(2363, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"LesspowsEN\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"1@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85925912489\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:5173:\"Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva \r\nпредставляет собой лекарство на основе компонентов, \r\nэффективно воздействующих на организм. \r\nЕсли употреблять таблетки правильно, можно справиться с опасной болезнью: \r\nБиллинарным циррозом печени. \r\nСходите в больницу и пообщайтесь с доктором, \r\nкоторый назначит индивидуальную схему приема таблеток. \r\nМожно Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva купить быстро, сделав несколько кликов. \r\nЭтот современный препарат разработан для пациентов, страдающих от цирроза печени. \r\nБолезнь сопровождается неприятными симптомами, с которыми можно быстро справиться. \r\nУпотребляйте таблетки в соответствии с разработанной схемой терапии, чтобы не \r\nстолкнуться с «побочками». \r\n \r\nПоказания к применению \r\nМедикамент создан для лечения пациентов, которые столкнулись с циррозом печени. \r\nВ его составе присутствуют компоненты, у которых оперативное и эффективное действие. \r\nОни всасываются в кровь, начиная устранять очаг заболевания. \r\nСамолечение чревато непредвиденным усугублением ситуации. \r\nСходите к доктору, который назначит правильную терапию, учитывая результаты анализов, \r\nи Вы обязательно заметите улучшение самочувствия. \r\n \r\nПротивопоказания \r\nПри наличии этих противопоказаний принимать лекарство нельзя: \r\n• аллергия на активные компоненты препарата; \r\n• не достижение пациентом возраста 18-ти лет; \r\n• наличие хронических заболеваний, которые могут обостриться; \r\n• наличие прочих проблем, которые связаны с функцией печени; \r\n• прием антибиотиков и медикаментов на основе зверобоя. \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva отзывы \r\nможно прочесть на разных сайтах. \r\nПокупайте лекарство с доставкой выгодно онлайн или в телефонном режиме. \r\nНаши специалисты всегда готовы ответить на возникшие вопросы. \r\n \r\nСпособ применения \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva цена \r\nприемлема. Начинать прием лекарства нужно с таблетки в день. \r\nПосле того, как Вы пропьете препарат три месяца, \r\nможно увеличивать дозировку, находясь под наблюдением доктора. \r\nСпециалист сделает все правильно, чтобы Вы не столкнулись с рецидивом. \r\nПомните, что ни в коем случае нельзя прекращать прием медикамента самостоятельно. \r\n \r\nПобочные явления \r\nНарушение разработанной схемы лечения приводит к таким побочным эффектам: \r\n• постоянное ощущение усталости; • зудящие высыпания на коже; \r\n• резкое увеличение температуры без причины; \r\n• нестабильное функционирование сердца; \r\n• ощущение тошноты, рвота. \r\n \r\nНа Obeliva 5mg (Обетихолевая кислота)- Обелива (Obeticholic Acid) - аналог Ocaliva стоимость \r\nможно уточнить у сотрудников сайта. \r\nКаждому пациенту нужно проконсультироваться с лечащим врачом, \r\nкоторый назначит подходящую схему приема таблеток, \r\nи тогда побочные явления будут полностью исключены. \r\n \r\n \r\n \r\n \r\nокалива купить\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"63\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'LesspowsEN', '1@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 10:14:01', '46.185.69.208', '1'),
(2364, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"MarlonaSoiniNK\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"idbwaazu@spacecas.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"83698424932\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:97:\"download casino tropez online casino echeck deposit on line gambling sites online gambling on mac\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"15\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'MarlonaSoiniNK', 'idbwaazu@spacecas.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 17:26:03', '178.159.37.85', '1'),
(2365, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"EmmittDydayKL\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"6trb7@course-fitness.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88211561362\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:170:\"日本片商合法授權 極道光碟屋 台中AV女優光碟店 日本片商合法授權 – AV女優光碟.名器專賣(未滿18歲禁止) \r\n \r\nhttp://avgood-store.com/\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"27\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'EmmittDydayKL', '6trb7@course-fitness.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 22:13:37', '47.88.168.75', '1'),
(2366, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:12:\"WilliamGusQA\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"frodbot@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"81818648674\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:323:\"Доброй ночи! \r\nДаже очень такой прикольный сайт. \r\n \r\nМасса приколов...A-PVP, МДМА, Спайс, PVP, и т.д. \r\nПереходи на сайт: \r\n \r\nhttp://fleetsnab.ru/ \r\n	Наркотики \r\n \r\n	Геи \r\n \r\nЗаходите на сайт и заказывайте!\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"24\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'WilliamGusQA', 'frodbot@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-11 23:40:45', '95.143.218.78', '1'),
(2367, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:13:\"HermanErowlVJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"marinaorenka@yandex.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"84333876238\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:63:\"Crushed granite 5 20 price	http://ydobno.ru/Buy-gravel-Uliastai\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'HermanErowlVJ', 'marinaorenka@yandex.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-12 04:20:19', '109.229.69.180', '1');
INSERT INTO `wp_visual_form_builder_entries` (`entries_id`, `form_id`, `data`, `subject`, `sender_name`, `sender_email`, `emails_to`, `date_submitted`, `ip_address`, `entry_approved`) VALUES
(2368, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"[url=https://www.sneakersoutlet.uk.com/]Nike Sale UK[/url] [url=https://www.trainershoes.uk.com/]Nike UK Online[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"xianzao1542247@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:117:\"[url=https://www.sneakersoutlet.uk.com/]Nike Sale UK[/url] [url=https://www.trainershoes.uk.com/]Nike UK Online[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9025:\"A newt starts with the letter n! What is name of appliances for the kitchen that start with letter n? They begin with the letter y. When does time of year 9 begin? Fortnite period 9 went live Might 9 after servers had been taken down for improvements. Another subtle reference within Fortnite season 9 is a storefront known as Scoops Ahoy, the ice cream shop in Stranger Things. It has been replaced by new logos which promote Nike Vans Baratas OutletNike baratas OutletOutlet Nike Soldesoutlet Adidas baratasCamisetas NBA EspañaNike baratas OutletMaillots Basket NBANike Outlet UKGünstige Adidas DeutschlandAdidas für Damen HerrenSoldes Chaussures NikeNike Sale UKNike Günstig OutletSalomon France SoldesAdidas pour hommes femmesNike Outlet UKVans SoldesAdidas pour FemmesSalomon France SoldesOutlet Nike BaratasAdidas UK Outlet StoreConverse Sale UKAcheter adidas en líneaAdidas UK OnlineAdidas Pas CherNike Sale UKhttps://www.buydvdshop.comhttps://www.dvddiscountshop.comhttps://www.dvdsplaza.comhttps://www.hotdvdsets.comhttps://www.dvdsetsale.comhttps://www.dvdseries.bizhttps://www.cheapdvdset.bizhttps://www.dvdset.bizhttps://www.tvboxsets.tophttps://www.blu-rayboxsets.tophttps://www.cheapdvdboxset.tophttps://www.boxeddvdsets.tophttps://www.dvdcollection.tophttps://www.tvseriesondvd.tophttps://www.tvdvdsets.tophttps://www.dvdcollection.xyzhttps://www.dvdseries.xyzhttps://www.boxsetdvds.xyzhttps://www.dvdboxset.xyzhttps://www.tvdvd.xyzhttps://www.dvdset.xyzhttps://www.tvboxsets.xyzvape smokeVape OnlineVape Kits SaleVape Mods SaleCheap VapeVape Online ShopCheapest VapeVape Shop UKcheapest vapeVape günstig kaufenE-Zigaretten SMOK günstigTienda SMOKcigarette électroniqueE-Zigarette OutletSMOK EspañaBoutique de SMOKAcheter SMOKASICS Outlet UKasics sale ukadidas outlet ukcigarette pas cherbest vapeReplica Cartier JewelryVan Cleef Replicavan cleef and arpels replicasCartier Bracelets Replicavan cleef replicaBvlgari Bracelets ReplicaReplica Bulgari B.zero1 RingsReplica Hermes JewelryReplica Cartier Love BraceletsReplica Bvlgari JewelryCartier Jewelry ReplicaReplica Cartier JewelryCartier Jewelry ReplicaCartier Jewelry Replicacartier love bracelet replicaVan Cleef and Arpels ReplicaCartier ReplicasShopping Online USADeals Online in UKUK ShoppingUK Store Near meUK Online Shopping MarketplaceOfficial UK Store and Blue Ribbon Sports activities along with their unique storefront at 3107 Pico Boulevard in Santa Monica, California. What is the full type of Adidas and Nike? Is definitely logo white letters and reddish background? In-N-Out Burger&#039;s logo design is a yellow arrow with a burger. The Nike Blazer sneakers can be bought at Nike Shop, Amazon, Overstock, and additional online stores. Now playing: View this: Apple Watch Series 5 is always on 4:58 The Apple Watch Series 5 is currently offered for preorder and will hit stores on Sept. \r\n \r\nOn the state Samsung website one will discover many Samsung electronic products for sale, support for their items, and some information regarding the business. Lyle and Scott products are available on sale in their official website, nonetheless they generally have product sales during holidays or specific events. You will discover net shops that have deals that are almost always better than those found at town shopping mall. What are available on the Samsung internet site? Adidas shoes however have the Soldes Nike Air MaxOutlet de AdidasGünstige Adidas DeutschlandSchuhe Nike onlineGünstige Adidas KaufenAdidas für Damen und HerrenNike UK OnlineGünstige Nike outletNike Damen HerrenNike Schuhe KaufenNike Outlet DeutschlandSalomon OutletAdidas Shop kaufenNike Baratas EspañaAdidas für DamenNike Outlet DeutschlandAdidas SoldesOutlet de New BalanceNike Air Max GünstigGünstige NikeNike para Mujer HombreNike baratas OutletAdidas OutletGünstige Nike Air MaxSchuhe für DamenNike Tienda OficialAchat AdidasTienda de NikePromotions Adidasadidas mujer y hombreKaufen Adidas SchuheCompra NikeAdidas Site OfficielNike de hombre y mujerComprar salomon baratasZapatillas Nike AirNike Pas CherAdidas Pas Cher FranceNike Schuhe OnlineNike BaratasOutlet de NIKEBoutique NikeSalomon Pour FemmesGünstige Nike SchuheNike Canada OutletNike CanadaNike OutletAsics Outlet UKVans Sale UKNIKE UKTienda de NikeNike OutletGünstig Nike OutletNike Sale UKadidas baratas españaZapatillas ConverseChristian Louboutin UKAdidas UKGünstige Adidas Deutschlandadidas Outlet SaleTimberland UKTiendas adidasAdidas outlet DeutschlandNike Outlet EspañaVente Chaussures NikeVente Basket NikeCheap Converse UKNike pour HommeGünstige Adidas NikeNike Shoes UKNike Air Max OutletNike EspañaNike Shoes UKAdidas España BaratosBoutique NikeNike Pas CherVans tiendaNike BaratasAdidas pour femmesGünstige Adidas OriginalsSalomon UKCompra Nike Air MaxSALOMON StoreAdidas Original UKadidas Outlet SaleUK ConverseNIKE UK SaleConverse Baratas OutletSalomon France SoldesConverse Outlet UKTimberland en ligneNike Pas CherAdidas Outletadidas baratasAdidas Shoes UKAsics Outlet UKGünstig Schuhe NikeAdidas EspañaNIKE Sale UKVans EspañaNike UK SaleNike DanmarkNike GreeceNike UK OnlineNew Balance Outlet FranceASICS Outlet UKEspaña Outlet de NikeSalomon Deutschland OutletNike Store UKConverse UK onlineSoldes Nike pas cherNike Sale UKBaratas Nike EspañaAdidas Official UKConverse Sale UKAdidas Outlet UKadidas Outlet SaleUK Nike Factory OutletTienda de Nike BaratasSconti Nike Air MaxNike clearance uk low price applied on their website. The e-mail I received says the provide is valid waiting for you only which may explain why Nike and Asics don&#039;t show on the website. We, Provide Sneaker Co., Ltd, are among a respected company that wholesale brand new sneakers, jeans, t-t shirts, hoodies, jersey, handbags, watches, sunglasses and so forth. For a display that&#039;s filled with loss of life and brutal murders, the shoes in the leaked images are awfully clean-looking. Reebok is possessed by adidas. Who is Adidas target market today? \r\n \r\nThe registration of new vans went up by an impressive 13.1% and the registrations reached a fairly big number of 271,073 units. Recognized as just about the most traditional Vans sneakers, the side-stripe silhouette is definitely a must-have for every closet. Along with the activation, Vans transformed one of its stores in Santa Monica into another outpost devoted to the skating silhouette. The activation was totally free and open to the public, complete with skating ramps, areas that told the annals of skateboarding and the shoes and boots Nike UK SaleNike UK StoreNike Sneakers UKUK Nike OutletAdidas UK OutletAdidas Outlet UKAdidas Store UKUK Sneakers StoreNike Sale UKConverse UKNike CanadaNike Air Max CanadaAdidas Online CanadaChaussures Nike SoldesGünstige Schuhe NikeAdidas EspañaNike Outlet UKAdidas UKCanada Nike Air MaxNike Store Canadagünstig Nike SchuheZapatillas Nike BaratasNike Air Max UK OutletNike Free UKNike Outlet UKUK Adidas ClearanceAdidas UK YeezyNike Outlet UKAdidas Outlet UKUK Nike OutletNike Clearance UKConverse Store UKNike Sale CanadaNike Outlet CanadaCanada Adidas OutletNike Pas CherAdidas DeutschlandZapatillas Adidas BaratasNike Clearance UKCheap Adidas UKNike NederlandNew Balance OutletSoldes New BalanceCheap Nike CanadaNike Outlet CanadaNike Schuhe DeutschlandNike España人気ナイキアディダスぬいぐるみブランドジャケットスニーカー安いモンクレール ジャケットノースフェイス セール人気ナイキNike JapanAdidas Wear Japanシュタイフぬいぐるみブランドジャケット通販サイトAdidas Japanモンクレール出口ノースフェイス アウトレットナイキ エア マックスNike EspañaNike Outlet UKNew Balance EspañaNike FranceAdidas kaufenAdidas DeutschlandNike Pas CherNike baratosNike Air Max KaufenAdidas outlet saleComprar AdidasNike BaratasGünstige AdidasNike Baratas EspañaAdidas Soldes Pas CherNike OfficielAchetez Nike Air MaxAdidas Pour FemmesNike para MujerAdidas für DamenAcheter AdidasGünstige Adidas DeutschlandNike TiendasNike Tienda OficialComprar Adidas baratasNike en líneaAdidas Pour FemmesBaratas Nike VentaComprar Nike BaratasAdidas venta en lineaBaratas New BalanceGünstige Nike SchuheNike outlet DeutschlandAdidas outletKaufen Converse deutschlandadidas günstig kaufenSchuhe Adidas Outlet that helped shape the sport. Of course, Open up Mike was heading against the Bucs secondary, which coach Bruce Arians called “soft” following Tampa Bay’s 31-24 loss Sunday to the Saints. Those included in big employers wouldn&#039;t observe major changes, but people buying their own plans and small businesses can look for competitively priced programs within an insurance supermarket called an exchange. In fact there is a site called car leasing made simple however when you check out that website you mostly reach see the vehicles designed for lease. These shifting vehicles are excellent movers of both high quality iron and wood goods that need extra care.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"11\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '[url=https://www.sneakersoutlet.uk.com/]Nike Sale UK[/url] [url=https://www.trainershoes.uk.com/]Nike UK Online[/url]', 'xianzao1542247@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-12 05:32:42', '121.50.171.67', '1'),
(2369, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:14:\"JeffreyBillaNJ\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"lopiommenta@yandex.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"88835229799\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4290:\"мню, еще в юности эта фраза встретилась мне в какой-то книжке, и я долго не знал, что принадлежит она Оскару Уайльду. Мысль меня тогда поразила, как все парадоксальное. Потому что мы-то жили согласно поговорке «по одежке встречают, по уму провожают». Здесь все было понятно: как ни наряжайся, а глупость не скроешь. И вообще, дело не во внешности, а в истинных твоих, то есть внутренних достоинствах. Взрослые говорили: главное, какой человек. \r\n \r\nПри этом глубоком убеждении мы все же тщательно следили за своей внешностью. В юности человек круглосуточно не сходит с подмостков. Поэтому надо выглядеть. Иначе зачем мама старательно перешивает для меня куртки старшего брата, а я свои непослушные волосы мучаю бриолином? Нет, все имеет отношение именно что к чему-то главному во мне. \r\n \r\nВернее, во мне все главное, потому что все — мое, и мой внешний вид, голос, жест и есть Я в самом при этом неоспоримом своем проявлении. И ни одна девочка не согласится с песней, что вот, мол, «не родись красивой, а родись счастливой». Каждая хочет быть красивой и знает: это и есть самый короткий путь к счастью. А дурнушки пусть читают на школьных вечерах Заболоцкого про то, что такое красота: «Сосуд она, в котором пустота, или огонь, мерцающий в сосуде». Скучно и нужно только для тех, кому не повезло. \r\n \r\nФраза пришлась кстати. Вот, например, в книге или в кино сразу видно, когда появляется предатель или бандит. Руки у него потеют, улыбка фальшивая, брюки и рукава куртки короткие, наигранный смех, а взгляд при этом отводит в сторону — обдумывает, как бы лучше обмануть. Остальные герои просто наивные, не сразу замечают. Но мы-то видим сразу. Да и в жизни тот, кто нам неприятен, имеет, как правило, отталкивающие манеры, внешность и даже фамилию. По манере одеваться легко можно определить, кто щелкопер, а кто кинозвезда. \r\n \r\nНо все мы еще при этом и идеалисты, ибо свято убеждены в собственной нравственной непорочности. Искренне верим в то, что говорим, и думаем, что думаем то, что думаем в данную минуту, а хотим того, чего хотят все хорошие люди на земле. Тут и соображать ничего не надо — достаточно посмотреть в глаза, которые ведь никогда не лгут (эта поговорка годилась). \r\n \r\nБоже, с какой наивностью и бесстрашием можно было тогда предложить посмотреть в глаза и как хороша была жизнь в лучезарно-одномерном мире! \r\n \r\nА для солдат совсем чужая сторона. Я знаю – времечко пришло.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"50\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'JeffreyBillaNJ', 'lopiommenta@yandex.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-13 08:02:21', '188.165.60.59', '1'),
(2370, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"[url=https://www.outletconverse.uk.com/]Converse UK online[/url] [url=https://www.piyofitness.com/]Nike Store UK[/url]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:22:\"kuangci1402141@mail.ru\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:118:\"[url=https://www.outletconverse.uk.com/]Converse UK online[/url] [url=https://www.piyofitness.com/]Nike Store UK[/url]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:8590:\"Are the users of Breaking Benjamin in a romantic relationship? In 1949, following a breakdown in the relationship between your brothers, Adolf created Adidas, and Rudolf founded Puma, which became Adidas&#039; business rival. What are rival brands of Adidas? ” Maybe this is a possibility to keep in mind for various other brands, though Sears says their house brands are preshrunk. If there is free armor, it is very poor armor. Nevertheless, you will find a backstory to this little known liquor. Enthusiasts understand the ship&#039;s backstory along with they know their own names. Adidas Vans Baratas OutletNike baratas OutletOutlet Nike Soldesoutlet Adidas baratasCamisetas NBA EspañaNike baratas OutletMaillots Basket NBANike Outlet UKGünstige Adidas DeutschlandAdidas für Damen HerrenSoldes Chaussures NikeNike Sale UKNike Günstig OutletSalomon France SoldesAdidas pour hommes femmesNike Outlet UKVans SoldesAdidas pour FemmesSalomon France SoldesOutlet Nike BaratasAdidas UK Outlet StoreConverse Sale UKAcheter adidas en líneaAdidas UK OnlineAdidas Pas CherNike Sale UKhttps://www.buydvdshop.comhttps://www.dvddiscountshop.comhttps://www.dvdsplaza.comhttps://www.hotdvdsets.comhttps://www.dvdsetsale.comhttps://www.dvdseries.bizhttps://www.cheapdvdset.bizhttps://www.dvdset.bizhttps://www.tvboxsets.tophttps://www.blu-rayboxsets.tophttps://www.cheapdvdboxset.tophttps://www.boxeddvdsets.tophttps://www.dvdcollection.tophttps://www.tvseriesondvd.tophttps://www.tvdvdsets.tophttps://www.dvdcollection.xyzhttps://www.dvdseries.xyzhttps://www.boxsetdvds.xyzhttps://www.dvdboxset.xyzhttps://www.tvdvd.xyzhttps://www.dvdset.xyzhttps://www.tvboxsets.xyzvape smokeVape OnlineVape Kits SaleVape Mods SaleCheap VapeVape Online ShopCheapest VapeVape Shop UKcheapest vapeVape günstig kaufenE-Zigaretten SMOK günstigTienda SMOKcigarette électroniqueE-Zigarette OutletSMOK EspañaBoutique de SMOKAcheter SMOKASICS Outlet UKasics sale ukadidas outlet ukcigarette pas cherbest vapeReplica Cartier JewelryVan Cleef Replicavan cleef and arpels replicasCartier Bracelets Replicavan cleef replicaBvlgari Bracelets ReplicaReplica Bulgari B.zero1 RingsReplica Hermes JewelryReplica Cartier Love BraceletsReplica Bvlgari JewelryCartier Jewelry ReplicaReplica Cartier JewelryCartier Jewelry ReplicaCartier Jewelry Replicacartier love bracelet replicaVan Cleef and Arpels ReplicaCartier ReplicasShopping Online USADeals Online in UKUK ShoppingUK Store Near meUK Online Shopping MarketplaceOfficial UK Store based a shoe design on the ship&#039;s proud but battered exterior. What shoe business sold the most shoes in 2009 2009? It really is much more hostile when compared to Hypervenom and in addition Mercurial Expert purchase Nike Mercurial Superfly VII soccer sneakers designs in my opinion. \r\n \r\nWhat are the advantages to teaching barefoot or with minimalist sneakers? Women are permitted to wear long night time gowns with tasteful high heel shoes. Vibram came up with a solution to this problem by creating their five finger footwear. It&#039;s not only a healthy alternative, but the money you save from operating barefoot or grabbing a pair of Soldes Nike Air MaxOutlet de AdidasGünstige Adidas DeutschlandSchuhe Nike onlineGünstige Adidas KaufenAdidas für Damen und HerrenNike UK OnlineGünstige Nike outletNike Damen HerrenNike Schuhe KaufenNike Outlet DeutschlandSalomon OutletAdidas Shop kaufenNike Baratas EspañaAdidas für DamenNike Outlet DeutschlandAdidas SoldesOutlet de New BalanceNike Air Max GünstigGünstige NikeNike para Mujer HombreNike baratas OutletAdidas OutletGünstige Nike Air MaxSchuhe für DamenNike Tienda OficialAchat AdidasTienda de NikePromotions Adidasadidas mujer y hombreKaufen Adidas SchuheCompra NikeAdidas Site OfficielNike de hombre y mujerComprar salomon baratasZapatillas Nike AirNike Pas CherAdidas Pas Cher FranceNike Schuhe OnlineNike BaratasOutlet de NIKEBoutique NikeSalomon Pour FemmesGünstige Nike SchuheNike Canada OutletNike CanadaNike OutletAsics Outlet UKVans Sale UKNIKE UKTienda de NikeNike OutletGünstig Nike OutletNike Sale UKadidas baratas españaZapatillas ConverseChristian Louboutin UKAdidas UKGünstige Adidas Deutschlandadidas Outlet SaleTimberland UKTiendas adidasAdidas outlet DeutschlandNike Outlet EspañaVente Chaussures NikeVente Basket NikeCheap Converse UKNike pour HommeGünstige Adidas NikeNike Shoes UKNike Air Max OutletNike EspañaNike Shoes UKAdidas España BaratosBoutique NikeNike Pas CherVans tiendaNike BaratasAdidas pour femmesGünstige Adidas OriginalsSalomon UKCompra Nike Air MaxSALOMON StoreAdidas Original UKadidas Outlet SaleUK ConverseNIKE UK SaleConverse Baratas OutletSalomon France SoldesConverse Outlet UKTimberland en ligneNike Pas CherAdidas Outletadidas baratasAdidas Shoes UKAsics Outlet UKGünstig Schuhe NikeAdidas EspañaNIKE Sale UKVans EspañaNike UK SaleNike DanmarkNike GreeceNike UK OnlineNew Balance Outlet FranceASICS Outlet UKEspaña Outlet de NikeSalomon Deutschland OutletNike Store UKConverse UK onlineSoldes Nike pas cherNike Sale UKBaratas Nike EspañaAdidas Official UKConverse Sale UKAdidas Outlet UKadidas Outlet SaleUK Nike Factory OutletTienda de Nike BaratasSconti Nike Air MaxNike clearance uk five finger footwear will probably be worth the while. Do you realize why it is named MBT and vibram five fingers ? I spent a month intrigued by the Vibram Five Fingers shoes and boots. Since the release of the new research, product sales of FiveFingers running shoes with Vibram soles possess skyrocketed. Moreover, Vibram have not designed their FiveFingers range whimsically; they are not a marketing gimmick whose purpose is to increase sales via novelty merchandise. You can get Vibram KomodoSport sneakers in a variety of colors and in a wide range of sizes. \r\n \r\nWe definitely dig the new shades are blue and white-colored aswell. Adding the mounting fingers and moving the battery will be the biggest physical adjustments, but GoPro also did away with the removable lens cover. Recently there&#039;s been a big barefoot motion in the fitness industry. Instead the shoe has been marketed more as a means Nike UK SaleNike UK StoreNike Sneakers UKUK Nike OutletAdidas UK OutletAdidas Outlet UKAdidas Store UKUK Sneakers StoreNike Sale UKConverse UKNike CanadaNike Air Max CanadaAdidas Online CanadaChaussures Nike SoldesGünstige Schuhe NikeAdidas EspañaNike Outlet UKAdidas UKCanada Nike Air MaxNike Store Canadagünstig Nike SchuheZapatillas Nike BaratasNike Air Max UK OutletNike Free UKNike Outlet UKUK Adidas ClearanceAdidas UK YeezyNike Outlet UKAdidas Outlet UKUK Nike OutletNike Clearance UKConverse Store UKNike Sale CanadaNike Outlet CanadaCanada Adidas OutletNike Pas CherAdidas DeutschlandZapatillas Adidas BaratasNike Clearance UKCheap Adidas UKNike NederlandNew Balance OutletSoldes New BalanceCheap Nike CanadaNike Outlet CanadaNike Schuhe DeutschlandNike España人気ナイキアディダスぬいぐるみブランドジャケットスニーカー安いモンクレール ジャケットノースフェイス セール人気ナイキNike JapanAdidas Wear Japanシュタイフぬいぐるみブランドジャケット通販サイトAdidas Japanモンクレール出口ノースフェイス アウトレットナイキ エア マックスNike EspañaNike Outlet UKNew Balance EspañaNike FranceAdidas kaufenAdidas DeutschlandNike Pas CherNike baratosNike Air Max KaufenAdidas outlet saleComprar AdidasNike BaratasGünstige AdidasNike Baratas EspañaAdidas Soldes Pas CherNike OfficielAchetez Nike Air MaxAdidas Pour FemmesNike para MujerAdidas für DamenAcheter AdidasGünstige Adidas DeutschlandNike TiendasNike Tienda OficialComprar Adidas baratasNike en líneaAdidas Pour FemmesBaratas Nike VentaComprar Nike BaratasAdidas venta en lineaBaratas New BalanceGünstige Nike SchuheNike outlet DeutschlandAdidas outletKaufen Converse deutschlandadidas günstig kaufenSchuhe Adidas Outlet to complement Vibram&#039;s shoe. Right now every running shoe has so much cushion, the foot has lost its feel of the bottom. With the boom of multi-toe shoes sold by businesses such as Vibram, Fila, and a host of others, how does one understand which shoe is most beneficial for you? Another way to bring down costs is through bulk buying-provinces and territories becoming a member of forces to negotiate cheaper prices from pharmaceutical businesses. Provincially, Alberta discovers itself &quot;in the middle of the pack,&quot; Tyrrell provides, with British Columbia at the forefront in documenting and identifying HCV carriers and co-ordinating a response.\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"85\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '[url=https://www.outletconverse.uk.com/]Converse UK online[/url] [url=https://www.piyofitness.com/]Nike Store UK[/url]', 'kuangci1402141@mail.ru', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-13 13:17:46', '121.50.170.3', '1'),
(2371, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"courtneyca3\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:30:\"joyqp18@ayumu41.funnetwork.xyz\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"85747952812\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:221:\"New super hot photo galleries, daily updated collections\r\nhttp://mompornclipspov.porntart.miyuhot.com/?tia \r\n\r\n maature porn videos clasis porn videos tasha knight porn star porn at lolly sweet sarah palin fake porn movie\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"45\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', 'courtneyca3', 'joyqp18@ayumu41.funnetwork.xyz', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-19 16:43:50', '185.220.101.75', '1'),
(2372, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links_Dating.txt&quot;,1,N]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:24:\"planning@taxikorevaar.nl\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links_Dating.txt&quot;,1,N]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:133:\"RE: Success Stories - Smart Passive Income. Strategy to Earn $10000 Per Month In Passive Income: https://sms.i-link.us/getmoney330442\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"73\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '#file_links[\\\"C:\\\\Frazes.txt\\\",1,N]: #file_links[\\\"C:\\\\Links_Dating.txt\\\",1,N]', 'planning@taxikorevaar.nl', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-19 20:31:59', '104.223.93.43', '1'),
(2373, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:85:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links.txt&quot;,1,N]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:23:\"ransellwxc412@yahoo.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:85:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links.txt&quot;,1,N]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:125:\"Fwd: A Passive Income Success Story. Earn $10000 Passive Income Per Month in 2020: https://ecuadortenisclub.com/earnmoney6357\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"75\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '#file_links[\\\"C:\\\\Frazes.txt\\\",1,N]: #file_links[\\\"C:\\\\Links.txt\\\",1,N]', 'ransellwxc412@yahoo.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-19 20:32:03', '31.13.191.71', '1'),
(2374, 7, 'a:8:{i:0;a:7:{s:2:\"id\";s:2:\"80\";s:4:\"slug\";s:12:\"contact-form\";s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:2:\"84\";s:4:\"slug\";s:9:\"full-name\";s:4:\"name\";s:9:\"Full Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links_Dating.txt&quot;,1,N]\";}i:2;a:7:{s:2:\"id\";s:2:\"85\";s:4:\"slug\";s:10:\"your-email\";s:4:\"name\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"teralljr@hotmail.com\";}i:3;a:7:{s:2:\"id\";s:2:\"86\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:92:\"#file_links[&quot;C:\\Frazes.txt&quot;,1,N]: #file_links[&quot;C:\\Links_Dating.txt&quot;,1,N]\";}i:4;a:7:{s:2:\"id\";s:2:\"87\";s:4:\"slug\";s:7:\"messaje\";s:4:\"name\";s:7:\"Messaje\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:107:\"Fwd: $ 10,000 success story. Make money online - $10000+ Passive Income: https://1borsa.com/earnmoney565677\";}i:5;a:7:{s:2:\"id\";s:2:\"81\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:6;a:7:{s:2:\"id\";s:2:\"82\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:2:\"76\";}i:7;a:7:{s:2:\"id\";s:2:\"83\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:2:\"81\";s:5:\"value\";s:0:\"\";}}', 'Information', '#file_links[\\\"C:\\\\Frazes.txt\\\",1,N]: #file_links[\\\"C:\\\\Links_Dating.txt\\\",1,N]', 'teralljr@hotmail.com', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '2019-12-19 23:37:10', '104.223.93.43', '1');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_visual_form_builder_fields`
--

CREATE TABLE `wp_visual_form_builder_fields` (
  `field_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_key` varchar(255) NOT NULL,
  `field_type` varchar(25) NOT NULL,
  `field_options` text DEFAULT NULL,
  `field_description` text DEFAULT NULL,
  `field_name` text NOT NULL,
  `field_sequence` bigint(20) DEFAULT 0,
  `field_parent` bigint(20) DEFAULT 0,
  `field_validation` varchar(25) DEFAULT NULL,
  `field_required` varchar(25) DEFAULT NULL,
  `field_size` varchar(25) DEFAULT 'medium',
  `field_css` varchar(255) DEFAULT NULL,
  `field_layout` varchar(255) DEFAULT NULL,
  `field_default` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_visual_form_builder_fields`
--

INSERT INTO `wp_visual_form_builder_fields` (`field_id`, `form_id`, `field_key`, `field_type`, `field_options`, `field_description`, `field_name`, `field_sequence`, `field_parent`, `field_validation`, `field_required`, `field_size`, `field_css`, `field_layout`, `field_default`) VALUES
(58, 5, 'nota-importante', 'instructions', '', 'Está es una solicitud.   Su reserva será confirmada por representante de Puerto Barillas.\r\nNinguna reservación hecha a través del sistema será confirmada en el momento.', 'Nota Importante', 10, 0, '', '', '', '', '', ''),
(57, 4, 'note', 'instructions', '', 'This  is a request. Your reservation will be confirmed by a representative of Puerto Barillas. Please allow us to respond in the next 24-48 hours.  Thank you', 'Note', 10, 0, '', '', '', '', '', ''),
(56, 4, 'how-many-visiting-us', 'select', 'a:7:{i:0;s:8:\"1 Person\";i:1;s:8:\"2 People\";i:2;s:8:\"4 People\";i:3;s:8:\"5 People\";i:4;s:8:\"6 People\";i:5;s:8:\"7 People\";i:6;s:18:\"More than 8 people\";}', '', 'How many visiting us', 8, 0, '', 'yes', 'medium', '', '', ''),
(53, 4, 'check-in', 'date', 'a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}', '', 'Check in', 6, 0, '', 'yes', 'medium', '', '', ''),
(54, 4, 'check-out', 'date', 'a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}', '', 'Check out', 7, 0, '', 'yes', 'medium', '', '', ''),
(47, 4, 'phone-number', 'text', '', '', 'Phone Number', 3, 0, '', 'yes', 'medium', '', '', ''),
(48, 4, 'cell-number', 'text', '', '', 'Cell Number', 4, 0, '', 'yes', 'medium', '', '', ''),
(49, 4, 'address', 'text', '', '', 'Address', 5, 0, '', 'no', 'medium', '', '', ''),
(41, 4, 'please-enter-any-two-digits', 'secret', '', 'Example: 12', 'Please enter any two digits', 12, 40, '', 'no', 'medium', '', '', ''),
(42, 4, 'submit', 'submit', '', '', 'Submit', 13, 40, '', '', '', '', '', ''),
(45, 4, 'email', 'email', '', '', 'Email', 2, 0, 'email', 'yes', 'medium', '', '', ''),
(46, 4, 'lodge', 'checkbox', 'a:2:{i:0;s:10:\"Apartments\";i:1;s:9:\"Treehouse\";}', '', 'Lodge', 9, 0, '', 'yes', '', '', '', ''),
(44, 4, 'full-name', 'text', '', '', 'Full Name', 1, 0, '', 'yes', 'medium', '', '', ''),
(39, 4, 'request-a-reservation', 'fieldset', '', '', 'Request a Reservation:', 0, 0, '', '', '', '', '', ''),
(40, 4, 'for-verification-please-enter-the-data-thank-you', 'verification', '', '', 'For verification, please enter the data. Thank you.', 11, 0, '', '', '', '', '', ''),
(59, 5, 'no-de-personas', 'select', 'a:7:{i:0;s:9:\"1 Persona\";i:1;s:10:\"2 Personas\";i:2;s:10:\"4 Personas\";i:3;s:10:\"5 Personas\";i:4;s:10:\"6 Personas\";i:5;s:10:\"7 Personas\";i:6;s:18:\"Más de 8 Personas\";}', '', 'No. de Personas', 8, 0, '', 'yes', 'medium', '', '', ''),
(60, 5, 'fecha-de-entrada', 'date', 'a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}', '', 'Fecha de Entrada', 6, 0, '', 'yes', 'medium', '', '', ''),
(61, 5, 'fecha-de-salida', 'date', 'a:1:{s:10:\"dateFormat\";s:8:\"mm/dd/yy\";}', '', 'Fecha de Salida', 7, 0, '', 'yes', 'medium', '', '', ''),
(62, 5, 'telefono-de-oficina', 'text', '', '', 'Teléfono de Oficina', 3, 0, '', 'yes', 'medium', '', '', ''),
(63, 5, 'celular', 'text', '', '', 'Celular', 4, 0, '', 'yes', 'medium', '', '', ''),
(64, 5, 'direccion', 'text', '', '', 'Dirección', 5, 0, '', 'no', 'medium', '', '', ''),
(65, 5, 'por-favor-ingrese-los-digitos', 'secret', '', 'Ejemplo: 12', 'Por favor, ingrese los dígitos', 12, 71, '', 'no', 'medium', '', '', ''),
(66, 5, 'enviar-informacion', 'submit', '', '', 'Enviar información', 13, 71, '', '', '', '', '', ''),
(67, 5, 'correo-electronico', 'email', '', '', 'Correo Electrónico', 2, 0, 'email', 'yes', 'medium', '', '', ''),
(68, 5, 'alojamientio', 'checkbox', 'a:2:{i:0;s:11:\"Apartamento\";i:1;s:14:\"Casa de Árbol\";}', '', 'Alojamientio', 9, 0, '', 'yes', '', '', '', ''),
(69, 5, 'nombre-completo', 'text', '', '', 'Nombre Completo', 1, 0, '', 'yes', 'medium', '', '', ''),
(70, 5, 'solicite-una-reservacion', 'fieldset', '', '', 'Solicite una Reservación', 0, 0, '', '', '', '', '', ''),
(71, 5, 'para-verificar-introduzca-datos-reales-gracias', 'verification', '', '', 'Para verificar, introduzca datos reales, Gracias.', 11, 0, '', '', '', '', '', ''),
(72, 6, 'formulario-de-contacto', 'fieldset', '', '', 'Formulario de Contácto', 0, 0, '', '', '', '', '', ''),
(73, 6, 'verificacion', 'verification', '', '', 'Verificación', 5, 0, '', '', '', '', '', ''),
(74, 6, 'digite-dos-numeros-al-azar', 'secret', '', 'Ejemplo: 52', 'Digite dos números al azar', 6, 73, '', 'yes', 'medium', '', '', ''),
(75, 6, 'enviar', 'submit', '', '', 'Enviar', 7, 73, '', '', '', '', '', ''),
(76, 6, 'nombre-completo', 'text', '', '', 'Nombre Completo', 1, 0, '', 'yes', 'medium', '', '', ''),
(77, 6, 'correo-electronico', 'email', '', '', 'Correo Electrónico', 2, 0, 'email', 'yes', 'medium', '', '', ''),
(78, 6, 'numero-de-telefono', 'text', '', '', 'Numero de Teléfono', 3, 0, '', 'no', 'medium', '', '', ''),
(79, 6, 'mensaje', 'textarea', '', '', 'Mensaje', 4, 0, '', 'yes', 'medium', '', '', ''),
(80, 7, 'contact-form', 'fieldset', '', '', 'Contact Form', 0, 0, '', '', '', '', '', ''),
(81, 7, 'verification', 'verification', '', '', 'Verification', 5, 0, '', '', '', '', '', ''),
(82, 7, 'please-enter-any-two-digits', 'secret', '', 'Example: 12', 'Please enter any two digits', 6, 81, '', 'yes', 'medium', '', '', ''),
(83, 7, 'submit', 'submit', '', '', 'Submit', 7, 81, '', '', '', '', '', ''),
(84, 7, 'full-name', 'text', '', '', 'Full Name', 1, 0, '', 'yes', 'medium', '', '', ''),
(85, 7, 'your-email', 'email', '', '', 'Your Email', 2, 0, 'email', 'yes', 'medium', '', '', ''),
(86, 7, 'phone', 'text', '', '', 'Phone', 3, 0, '', 'no', 'medium', '', '', ''),
(87, 7, 'messaje', 'textarea', '', '', 'Messaje', 4, 0, '', 'yes', 'medium', '', '', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_visual_form_builder_forms`
--

CREATE TABLE `wp_visual_form_builder_forms` (
  `form_id` bigint(20) NOT NULL,
  `form_key` tinytext NOT NULL,
  `form_title` text NOT NULL,
  `form_email_subject` text DEFAULT NULL,
  `form_email_to` text DEFAULT NULL,
  `form_email_from` varchar(255) DEFAULT NULL,
  `form_email_from_name` varchar(255) DEFAULT NULL,
  `form_email_from_override` varchar(255) DEFAULT NULL,
  `form_email_from_name_override` varchar(255) DEFAULT NULL,
  `form_success_type` varchar(25) DEFAULT 'text',
  `form_success_message` text DEFAULT NULL,
  `form_notification_setting` varchar(25) DEFAULT NULL,
  `form_notification_email_name` varchar(255) DEFAULT NULL,
  `form_notification_email_from` varchar(255) DEFAULT NULL,
  `form_notification_email` varchar(25) DEFAULT NULL,
  `form_notification_subject` varchar(255) DEFAULT NULL,
  `form_notification_message` text DEFAULT NULL,
  `form_notification_entry` varchar(25) DEFAULT NULL,
  `form_label_alignment` varchar(25) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_visual_form_builder_forms`
--

INSERT INTO `wp_visual_form_builder_forms` (`form_id`, `form_key`, `form_title`, `form_email_subject`, `form_email_to`, `form_email_from`, `form_email_from_name`, `form_email_from_override`, `form_email_from_name_override`, `form_success_type`, `form_success_message`, `form_notification_setting`, `form_notification_email_name`, `form_notification_email_from`, `form_notification_email`, `form_notification_subject`, `form_notification_message`, `form_notification_entry`, `form_label_alignment`) VALUES
(4, 'reservations', 'Reservations', 'Reservations', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '', '', '45', '44', 'text', '&lt;p id=\\\"form_success\\\"&gt;Your form was successfully submitted. Thank you for contacting us.&lt;/p&gt;\n', '', '', '', '', '', '', '', ''),
(5, 'reservations-esp', 'Reservations ESP', 'Reservaciones', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '', '', '67', '69', 'text', '&lt;p id=\\\"form_success\\\"&gt;Su formulario se ha enviado correctamente. Gracias por contáctarnos&lt;/p&gt;\n', '', '', '', '', '', '', '', ''),
(6, 'contact-es', 'Contact ES', 'Informacion', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '', '', '77', '76', 'text', '&lt;p id=\\\"form_success\\\"&gt;Su Correo fue enviado con éxito. Gracias por escribirnos, pronto nos pondremos en contacto con usted.&lt;/p&gt;\n', '', '', '', '', '', '', '', ''),
(7, 'contact-en', 'Contact EN', 'Information', 'a:1:{i:0;s:23:\"info@puertobarillas.com\";}', '', 'Puerot', '85', '84', 'text', '&lt;p id=\\\"form_success\\\"&gt;Your form was successfully submitted. Thank you for contacting us.&lt;/p&gt;\n', '', '', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wdi_feeds`
--

CREATE TABLE `wp_wdi_feeds` (
  `id` mediumint(9) NOT NULL,
  `feed_name` tinytext NOT NULL,
  `feed_thumb` varchar(800) NOT NULL,
  `thumb_user` varchar(30) NOT NULL,
  `published` varchar(1) NOT NULL,
  `theme_id` varchar(10) NOT NULL,
  `feed_users` varchar(2000) NOT NULL,
  `feed_display_view` varchar(30) NOT NULL,
  `sort_images_by` varchar(30) NOT NULL,
  `display_order` varchar(30) NOT NULL,
  `follow_on_instagram_btn` varchar(1) NOT NULL,
  `display_header` varchar(1) NOT NULL,
  `number_of_photos` varchar(10) NOT NULL,
  `load_more_number` varchar(10) NOT NULL,
  `pagination_per_page_number` varchar(10) NOT NULL,
  `pagination_preload_number` varchar(10) NOT NULL,
  `image_browser_preload_number` varchar(10) NOT NULL,
  `image_browser_load_number` varchar(10) NOT NULL,
  `number_of_columns` varchar(30) NOT NULL,
  `resort_after_load_more` varchar(1) NOT NULL,
  `show_likes` varchar(1) NOT NULL,
  `show_description` varchar(1) NOT NULL,
  `show_comments` varchar(1) NOT NULL,
  `show_usernames` varchar(1) NOT NULL,
  `display_user_info` varchar(1) NOT NULL,
  `display_user_post_follow_number` varchar(1) NOT NULL,
  `show_full_description` varchar(1) NOT NULL,
  `disable_mobile_layout` varchar(1) NOT NULL,
  `feed_type` varchar(30) NOT NULL,
  `feed_item_onclick` varchar(30) NOT NULL,
  `popup_fullscreen` varchar(1) NOT NULL,
  `popup_width` varchar(64) NOT NULL,
  `popup_height` varchar(64) NOT NULL,
  `popup_type` varchar(64) NOT NULL,
  `popup_autoplay` varchar(1) NOT NULL,
  `popup_interval` varchar(64) NOT NULL,
  `popup_enable_filmstrip` varchar(1) NOT NULL,
  `popup_filmstrip_height` varchar(64) NOT NULL,
  `autohide_lightbox_navigation` varchar(1) NOT NULL,
  `popup_enable_ctrl_btn` varchar(1) NOT NULL,
  `popup_enable_fullscreen` varchar(1) NOT NULL,
  `popup_enable_info` varchar(1) NOT NULL,
  `popup_info_always_show` varchar(1) NOT NULL,
  `popup_info_full_width` varchar(1) NOT NULL,
  `popup_enable_comment` varchar(1) NOT NULL,
  `popup_enable_fullsize_image` varchar(1) NOT NULL,
  `popup_enable_download` varchar(1) NOT NULL,
  `popup_enable_share_buttons` varchar(1) NOT NULL,
  `popup_enable_facebook` varchar(1) NOT NULL,
  `popup_enable_twitter` varchar(1) NOT NULL,
  `popup_enable_google` varchar(1) NOT NULL,
  `popup_enable_pinterest` varchar(1) NOT NULL,
  `popup_enable_tumblr` varchar(1) NOT NULL,
  `show_image_counts` varchar(1) NOT NULL,
  `enable_loop` varchar(1) NOT NULL,
  `popup_image_right_click` varchar(1) NOT NULL,
  `conditional_filters` varchar(10000) NOT NULL,
  `conditional_filter_type` varchar(32) NOT NULL,
  `show_username_on_thumb` varchar(32) NOT NULL,
  `conditional_filter_enable` varchar(1) NOT NULL,
  `liked_feed` varchar(30) NOT NULL,
  `mobile_breakpoint` varchar(10) NOT NULL,
  `redirect_url` varchar(255) NOT NULL,
  `feed_resolution` varchar(255) NOT NULL,
  `hashtag_top_recent` varchar(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wdi_themes`
--

CREATE TABLE `wp_wdi_themes` (
  `id` mediumint(9) NOT NULL,
  `theme_name` tinytext COLLATE latin1_general_ci NOT NULL,
  `default_theme` varchar(1) COLLATE latin1_general_ci NOT NULL,
  `feed_container_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_wrapper_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_container_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_wrapper_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `active_filter_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_text_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_background_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_horizontal_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_overlay_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_overlay_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_margin_top` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_margin_left` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_align` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_toggle_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_toggle_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_top` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_right` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_full_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_share_button_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_rl_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_margin` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_active_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_active_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_deactive_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_align` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_date_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_body_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_load_more_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_load_more_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_wrap_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_position_vert` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Volcado de datos para la tabla `wp_wdi_themes`
--

INSERT INTO `wp_wdi_themes` (`id`, `theme_name`, `default_theme`, `feed_container_bg_color`, `feed_wrapper_width`, `feed_container_width`, `feed_wrapper_bg_color`, `active_filter_bg_color`, `header_margin`, `header_padding`, `header_border_size`, `header_border_color`, `header_position`, `header_img_width`, `header_border_radius`, `header_text_padding`, `header_text_color`, `header_font_weight`, `header_text_font_size`, `header_text_font_style`, `follow_btn_border_radius`, `follow_btn_padding`, `follow_btn_margin`, `follow_btn_bg_color`, `follow_btn_border_color`, `follow_btn_text_color`, `follow_btn_font_size`, `follow_btn_border_hover_color`, `follow_btn_text_hover_color`, `follow_btn_background_hover_color`, `user_horizontal_margin`, `user_padding`, `user_border_size`, `user_border_color`, `user_img_width`, `user_border_radius`, `user_background_color`, `users_border_size`, `users_border_color`, `users_background_color`, `users_text_color`, `users_font_weight`, `users_text_font_size`, `users_text_font_style`, `user_description_font_size`, `lightbox_overlay_bg_color`, `lightbox_overlay_bg_transparent`, `lightbox_bg_color`, `lightbox_ctrl_btn_height`, `lightbox_ctrl_btn_margin_top`, `lightbox_ctrl_btn_margin_left`, `lightbox_ctrl_btn_pos`, `lightbox_ctrl_cont_bg_color`, `lightbox_ctrl_cont_border_radius`, `lightbox_ctrl_cont_transparent`, `lightbox_ctrl_btn_align`, `lightbox_ctrl_btn_color`, `lightbox_ctrl_btn_transparent`, `lightbox_toggle_btn_height`, `lightbox_toggle_btn_width`, `lightbox_close_btn_border_radius`, `lightbox_close_btn_border_width`, `lightbox_close_btn_border_style`, `lightbox_close_btn_border_color`, `lightbox_close_btn_box_shadow`, `lightbox_close_btn_bg_color`, `lightbox_close_btn_transparent`, `lightbox_close_btn_width`, `lightbox_close_btn_height`, `lightbox_close_btn_top`, `lightbox_close_btn_right`, `lightbox_close_btn_size`, `lightbox_close_btn_color`, `lightbox_close_btn_full_color`, `lightbox_close_btn_hover_color`, `lightbox_comment_share_button_color`, `lightbox_rl_btn_style`, `lightbox_rl_btn_bg_color`, `lightbox_rl_btn_transparent`, `lightbox_rl_btn_box_shadow`, `lightbox_rl_btn_height`, `lightbox_rl_btn_width`, `lightbox_rl_btn_size`, `lightbox_close_rl_btn_hover_color`, `lightbox_rl_btn_color`, `lightbox_rl_btn_border_radius`, `lightbox_rl_btn_border_width`, `lightbox_rl_btn_border_style`, `lightbox_rl_btn_border_color`, `lightbox_filmstrip_pos`, `lightbox_filmstrip_thumb_margin`, `lightbox_filmstrip_thumb_border_width`, `lightbox_filmstrip_thumb_border_style`, `lightbox_filmstrip_thumb_border_color`, `lightbox_filmstrip_thumb_border_radius`, `lightbox_filmstrip_thumb_active_border_width`, `lightbox_filmstrip_thumb_active_border_color`, `lightbox_filmstrip_thumb_deactive_transparent`, `lightbox_filmstrip_rl_btn_size`, `lightbox_filmstrip_rl_btn_color`, `lightbox_filmstrip_rl_bg_color`, `lightbox_info_pos`, `lightbox_info_align`, `lightbox_info_bg_color`, `lightbox_info_bg_transparent`, `lightbox_info_border_width`, `lightbox_info_border_style`, `lightbox_info_border_color`, `lightbox_info_border_radius`, `lightbox_info_padding`, `lightbox_info_margin`, `lightbox_title_color`, `lightbox_title_font_style`, `lightbox_title_font_weight`, `lightbox_title_font_size`, `lightbox_description_color`, `lightbox_description_font_style`, `lightbox_description_font_weight`, `lightbox_description_font_size`, `lightbox_info_height`, `lightbox_comment_width`, `lightbox_comment_pos`, `lightbox_comment_bg_color`, `lightbox_comment_font_size`, `lightbox_comment_font_color`, `lightbox_comment_font_style`, `lightbox_comment_author_font_size`, `lightbox_comment_author_font_color`, `lightbox_comment_author_font_color_hover`, `lightbox_comment_date_font_size`, `lightbox_comment_body_font_size`, `lightbox_comment_input_border_width`, `lightbox_comment_input_border_style`, `lightbox_comment_input_border_color`, `lightbox_comment_input_border_radius`, `lightbox_comment_input_padding`, `lightbox_comment_input_bg_color`, `lightbox_comment_button_bg_color`, `lightbox_comment_button_padding`, `lightbox_comment_button_border_width`, `lightbox_comment_button_border_style`, `lightbox_comment_button_border_color`, `lightbox_comment_button_border_radius`, `lightbox_comment_separator_width`, `lightbox_comment_separator_style`, `lightbox_comment_separator_color`, `lightbox_comment_load_more_color`, `lightbox_comment_load_more_color_hover`, `th_photo_wrap_padding`, `th_photo_wrap_border_size`, `th_photo_wrap_border_color`, `th_photo_img_border_radius`, `th_photo_wrap_bg_color`, `th_photo_meta_bg_color`, `th_photo_meta_one_line`, `th_like_text_color`, `th_comment_text_color`, `th_photo_caption_font_size`, `th_photo_caption_color`, `th_feed_item_margin`, `th_photo_caption_hover_color`, `th_like_comm_font_size`, `th_overlay_hover_color`, `th_overlay_hover_transparent`, `th_overlay_hover_icon_color`, `th_overlay_hover_icon_font_size`, `th_photo_img_hover_effect`, `mas_photo_wrap_padding`, `mas_photo_wrap_border_size`, `mas_photo_wrap_border_color`, `mas_photo_img_border_radius`, `mas_photo_wrap_bg_color`, `mas_photo_meta_bg_color`, `mas_photo_meta_one_line`, `mas_like_text_color`, `mas_comment_text_color`, `mas_photo_caption_font_size`, `mas_photo_caption_color`, `mas_feed_item_margin`, `mas_photo_caption_hover_color`, `mas_like_comm_font_size`, `mas_overlay_hover_color`, `mas_overlay_hover_transparent`, `mas_overlay_hover_icon_color`, `mas_overlay_hover_icon_font_size`, `mas_photo_img_hover_effect`, `blog_style_photo_wrap_padding`, `blog_style_photo_wrap_border_size`, `blog_style_photo_wrap_border_color`, `blog_style_photo_img_border_radius`, `blog_style_photo_wrap_bg_color`, `blog_style_photo_meta_bg_color`, `blog_style_photo_meta_one_line`, `blog_style_like_text_color`, `blog_style_comment_text_color`, `blog_style_photo_caption_font_size`, `blog_style_photo_caption_color`, `blog_style_feed_item_margin`, `blog_style_photo_caption_hover_color`, `blog_style_like_comm_font_size`, `image_browser_photo_wrap_padding`, `image_browser_photo_wrap_border_size`, `image_browser_photo_wrap_border_color`, `image_browser_photo_img_border_radius`, `image_browser_photo_wrap_bg_color`, `image_browser_photo_meta_bg_color`, `image_browser_photo_meta_one_line`, `image_browser_like_text_color`, `image_browser_comment_text_color`, `image_browser_photo_caption_font_size`, `image_browser_photo_caption_color`, `image_browser_feed_item_margin`, `image_browser_photo_caption_hover_color`, `image_browser_like_comm_font_size`, `load_more_position`, `load_more_padding`, `load_more_bg_color`, `load_more_border_radius`, `load_more_height`, `load_more_width`, `load_more_border_size`, `load_more_border_color`, `load_more_text_color`, `load_more_text_font_size`, `load_more_wrap_hover_color`, `pagination_ctrl_color`, `pagination_size`, `pagination_ctrl_margin`, `pagination_ctrl_hover_color`, `pagination_position`, `pagination_position_vert`, `th_thumb_user_bg_color`, `th_thumb_user_color`, `mas_thumb_user_bg_color`, `mas_thumb_user_color`) VALUES
(1, 'Instagram', '1', '#FFFFFF', '100%', '100%', '#FFFFFF', '#429fff', '0px', '5px', '0px', '#DDDDDD', 'left', '40', '0', '5px', '#0f4973', '400', '18px', 'normal', '3', '25', '10', '#ffffff', '#0f4973', '#0f4973', '18', '#0f4973', '#0f4973', '#ffffff', '', '5px', '0px', '', '40', '40', '', '0px', '', '', '#0f4973', '400', '18px', 'normal', '14px', '#25292c', '90', '#ffffff', '20', '10', '7', 'bottom', '#2a5b83', '4', '80', 'center', '#FFFFFF', '100', '14', '100', '16', '2', 'none', '#FFFFFF', 'none', '#2a5b83', '100', '20', '20', '-10', '-10', '15', '#FFFFFF', '#000000', '#000000', '#ffffff', 'fa-chevron', '#2a5b83', '80', 'none', '40', '40', '20', '#25292c', '#FFFFFF', '20', '0', 'none', '#FFFFFF', 'top', '0 1px', '1', 'solid', '#25292c', '0', '0', '#FFFFFF', '70', '20', '#FFFFFF', '#3B3B3B', 'top', 'right', '#3b3b3b', '80', '1', 'none', '#3b3b3b', '5', '5px', '15px', '#FFFFFF', 'segoe ui', 'bold', '13', '#FFFFFF', 'segoe ui', 'normal', '14', '30', '400', 'right', '#ffffff', '12', '#000000', 'segoe ui', '14', '#125688', '#002160', '10', '12', '1', 'none', '#666666', '0', '2px', '#333333', '#616161', '3px 10px', '1', 'none', '#666666', '3', '1', 'solid', '#125688', '#125688', '#000000', '5px', '5px', '#ffffff', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '14px', '#125688', '0', '#8e8e8e', '13px', '#125688', '50', '#FFFFFF', '25px', '', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '14px', '#125688', '0', '#8e8e8e', '13px', '#125688', '50', '#FFFFFF', '25px', '', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '16px', '#125688', '0', '#8e8e8e', '20px', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '16px', '#125688', '0', '#8e8e8e', '20px', 'center', '4px', '#ffffff', '500px', '90px', '90px', '1px', '#0f4973', '#1e73be', '14px', 'transparent', '#0f4973', '18px', '15px', '#25292c', 'center', 'top', '', '', '', ''),
(2, 'Elegant', '0', '#FFFFFF', '100%', '100%', '#FFFFFF', '#3cbac8', '0px', '5px', '0px', '#DDDDDD', 'left', '40', '0', '5px', '#686666', '400', '22px', 'normal', '7', '25', '10', '#ffffff', '#3cbac8', '#3cbac8', '18', '#3cbac8', '#ffffff', '#3cbac8', '', '5px', '0px', '', '40', '40', '', '0px', '', '', '#686666', '400', '22px', 'normal', '14px', '#ffffff', '80', '#000000', '20', '10', '7', 'bottom', '#3cbac8', '4', '80', 'center', '#FFFFFF', '100', '14', '100', '16', '2', 'none', '#FFFFFF', 'none', '#3cbac8', '100', '20', '20', '-10', '-10', '15', '#FFFFFF', '#3cbac8', '#2a5b83', '#ffffff', 'fa-chevron', '#3cbac8', '100', 'none', '40', '40', '20', '#ff4444', '#FFFFFF', '20', '0', 'none', '#FFFFFF', 'top', '0 1px', '1', 'solid', '#ffffff', '0', '0', '#FFFFFF', '40', '20', '#FFFFFF', '#3cbac8', 'top', 'right', '#3cbac8', '87', '1', 'none', '#3cbac8', '5', '5px', '15px', '#FFFFFF', 'segoe ui', 'bold', '13', '#FFFFFF', 'segoe ui', 'normal', '14', '30', '400', 'right', '#000000', '12', '#3cbac8', 'segoe ui', '14', '#ffffff', '#ff4444', '10', '12', '1', 'none', '#666666', '0', '2px', '#333333', '#616161', '3px 10px', '1', 'none', '#666666', '3', '1', 'ridge', '#ffffff', '#ffffff', '#ff4444', '5px', '0px', '#0a0909', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '14px', '#000000', '0', '#686666', '13px', '#3cbac8', '50', '#FFFFFF', '25px', '', '5px', '0px', '#0a0909', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '14px', '#000000', '0', '#686666', '13px', '#3cbac8', '50', '#FFFFFF', '25px', '', '5px', '0px', '#000000', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '16px', '#000000', '0', '#6866666', '20px', '5px', '0px', '#000000', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '16px', '#000000', '0', '#686666', '20px', 'center', '4px', '#3cbac8', '10px', '40px', '130px', '1px', '#ffffff', '#ffffff', '14px', '3cbac8', '#3cbac8', '18px', '15px', '#000000', 'center', 'top', '', '', '', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`) VALUES
(3, 'http://www.puertobarillas.com/welcome/politicas/', 209, 0, 'internal');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_yoast_seo_meta`
--

CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `wp_yoast_seo_meta`
--

INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(329, 0, 0),
(107, 0, 0),
(4891, 0, 0),
(207, 0, 0),
(63, 0, 0),
(209, 1, 0),
(4893, 0, 0),
(4733, 0, 0);

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `wpfp_commentmeta`
--
ALTER TABLE `wpfp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpfp_comments`
--
ALTER TABLE `wpfp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indices de la tabla `wpfp_links`
--
ALTER TABLE `wpfp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indices de la tabla `wpfp_options`
--
ALTER TABLE `wpfp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indices de la tabla `wpfp_postmeta`
--
ALTER TABLE `wpfp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpfp_posts`
--
ALTER TABLE `wpfp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indices de la tabla `wpfp_termmeta`
--
ALTER TABLE `wpfp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpfp_terms`
--
ALTER TABLE `wpfp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wpfp_term_relationships`
--
ALTER TABLE `wpfp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `wpfp_term_taxonomy`
--
ALTER TABLE `wpfp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indices de la tabla `wpfp_usermeta`
--
ALTER TABLE `wpfp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpfp_users`
--
ALTER TABLE `wpfp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indices de la tabla `wpua_commentmeta`
--
ALTER TABLE `wpua_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpua_comments`
--
ALTER TABLE `wpua_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indices de la tabla `wpua_links`
--
ALTER TABLE `wpua_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indices de la tabla `wpua_options`
--
ALTER TABLE `wpua_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indices de la tabla `wpua_postmeta`
--
ALTER TABLE `wpua_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpua_posts`
--
ALTER TABLE `wpua_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indices de la tabla `wpua_termmeta`
--
ALTER TABLE `wpua_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpua_terms`
--
ALTER TABLE `wpua_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wpua_term_relationships`
--
ALTER TABLE `wpua_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `wpua_term_taxonomy`
--
ALTER TABLE `wpua_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indices de la tabla `wpua_usermeta`
--
ALTER TABLE `wpua_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wpua_users`
--
ALTER TABLE `wpua_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indices de la tabla `wp_cftemail_forms`
--
ALTER TABLE `wp_cftemail_forms`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_cftemail_messages`
--
ALTER TABLE `wp_cftemail_messages`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indices de la tabla `wp_formmaker`
--
ALTER TABLE `wp_formmaker`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_formmaker_sessions`
--
ALTER TABLE `wp_formmaker_sessions`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_formmaker_submits`
--
ALTER TABLE `wp_formmaker_submits`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_formmaker_themes`
--
ALTER TABLE `wp_formmaker_themes`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_formmaker_views`
--
ALTER TABLE `wp_formmaker_views`
  ADD PRIMARY KEY (`form_id`);

--
-- Indices de la tabla `wp_icl_content_status`
--
ALTER TABLE `wp_icl_content_status`
  ADD PRIMARY KEY (`rid`),
  ADD KEY `nid` (`nid`);

--
-- Indices de la tabla `wp_icl_core_status`
--
ALTER TABLE `wp_icl_core_status`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rid` (`rid`);

--
-- Indices de la tabla `wp_icl_flags`
--
ALTER TABLE `wp_icl_flags`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `lang_code` (`lang_code`);

--
-- Indices de la tabla `wp_icl_languages`
--
ALTER TABLE `wp_icl_languages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `code` (`code`),
  ADD UNIQUE KEY `english_name` (`english_name`);

--
-- Indices de la tabla `wp_icl_languages_translations`
--
ALTER TABLE `wp_icl_languages_translations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `language_code` (`language_code`,`display_language_code`);

--
-- Indices de la tabla `wp_icl_locale_map`
--
ALTER TABLE `wp_icl_locale_map`
  ADD UNIQUE KEY `code` (`code`,`locale`);

--
-- Indices de la tabla `wp_icl_message_status`
--
ALTER TABLE `wp_icl_message_status`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `rid` (`rid`),
  ADD KEY `object_id` (`object_id`);

--
-- Indices de la tabla `wp_icl_node`
--
ALTER TABLE `wp_icl_node`
  ADD PRIMARY KEY (`nid`);

--
-- Indices de la tabla `wp_icl_reminders`
--
ALTER TABLE `wp_icl_reminders`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_icl_strings`
--
ALTER TABLE `wp_icl_strings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `context_name` (`context`,`name`),
  ADD KEY `language_context` (`language`,`context`);

--
-- Indices de la tabla `wp_icl_string_positions`
--
ALTER TABLE `wp_icl_string_positions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `string_id` (`string_id`);

--
-- Indices de la tabla `wp_icl_string_status`
--
ALTER TABLE `wp_icl_string_status`
  ADD PRIMARY KEY (`id`),
  ADD KEY `string_translation_id` (`string_translation_id`);

--
-- Indices de la tabla `wp_icl_string_translations`
--
ALTER TABLE `wp_icl_string_translations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `string_language` (`string_id`,`language`);

--
-- Indices de la tabla `wp_icl_translate`
--
ALTER TABLE `wp_icl_translate`
  ADD PRIMARY KEY (`tid`),
  ADD KEY `job_id` (`job_id`);

--
-- Indices de la tabla `wp_icl_translate_job`
--
ALTER TABLE `wp_icl_translate_job`
  ADD PRIMARY KEY (`job_id`),
  ADD KEY `rid` (`rid`,`translator_id`);

--
-- Indices de la tabla `wp_icl_translations`
--
ALTER TABLE `wp_icl_translations`
  ADD PRIMARY KEY (`translation_id`),
  ADD UNIQUE KEY `trid_lang` (`trid`,`language_code`),
  ADD UNIQUE KEY `el_type_id` (`element_type`,`element_id`),
  ADD KEY `trid` (`trid`);

--
-- Indices de la tabla `wp_icl_translation_status`
--
ALTER TABLE `wp_icl_translation_status`
  ADD PRIMARY KEY (`rid`),
  ADD UNIQUE KEY `translation_id` (`translation_id`);

--
-- Indices de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`),
  ADD KEY `link_owner` (`link_owner`);

--
-- Indices de la tabla `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
  ADD PRIMARY KEY (`id`),
  ADD KEY `extras_post_id_key` (`extras_post_id`);

--
-- Indices de la tabla `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
  ADD PRIMARY KEY (`gid`),
  ADD KEY `extras_post_id_key` (`extras_post_id`);

--
-- Indices de la tabla `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
  ADD PRIMARY KEY (`pid`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `extras_post_id_key` (`extras_post_id`);

--
-- Indices de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indices de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `post_name` (`post_name`(191));

--
-- Indices de la tabla `wp_spidercontacts_contacts`
--
ALTER TABLE `wp_spidercontacts_contacts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_spidercontacts_contacts_categories`
--
ALTER TABLE `wp_spidercontacts_contacts_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_spidercontacts_messages`
--
ALTER TABLE `wp_spidercontacts_messages`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_spidercontacts_params`
--
ALTER TABLE `wp_spidercontacts_params`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indices de la tabla `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indices de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indices de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indices de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indices de la tabla `wp_visual_form_builder_entries`
--
ALTER TABLE `wp_visual_form_builder_entries`
  ADD PRIMARY KEY (`entries_id`);

--
-- Indices de la tabla `wp_visual_form_builder_fields`
--
ALTER TABLE `wp_visual_form_builder_fields`
  ADD PRIMARY KEY (`field_id`);

--
-- Indices de la tabla `wp_visual_form_builder_forms`
--
ALTER TABLE `wp_visual_form_builder_forms`
  ADD PRIMARY KEY (`form_id`);

--
-- Indices de la tabla `wp_wdi_feeds`
--
ALTER TABLE `wp_wdi_feeds`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_wdi_themes`
--
ALTER TABLE `wp_wdi_themes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indices de la tabla `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Indices de la tabla `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT de las tablas volcadas
--

--
-- AUTO_INCREMENT de la tabla `wpfp_commentmeta`
--
ALTER TABLE `wpfp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpfp_comments`
--
ALTER TABLE `wpfp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpfp_links`
--
ALTER TABLE `wpfp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpfp_options`
--
ALTER TABLE `wpfp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=141;

--
-- AUTO_INCREMENT de la tabla `wpfp_postmeta`
--
ALTER TABLE `wpfp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wpfp_posts`
--
ALTER TABLE `wpfp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `wpfp_termmeta`
--
ALTER TABLE `wpfp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpfp_terms`
--
ALTER TABLE `wpfp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpfp_term_taxonomy`
--
ALTER TABLE `wpfp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpfp_usermeta`
--
ALTER TABLE `wpfp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT de la tabla `wpfp_users`
--
ALTER TABLE `wpfp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpua_commentmeta`
--
ALTER TABLE `wpua_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpua_comments`
--
ALTER TABLE `wpua_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpua_links`
--
ALTER TABLE `wpua_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpua_options`
--
ALTER TABLE `wpua_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=152;

--
-- AUTO_INCREMENT de la tabla `wpua_postmeta`
--
ALTER TABLE `wpua_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wpua_posts`
--
ALTER TABLE `wpua_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `wpua_termmeta`
--
ALTER TABLE `wpua_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wpua_terms`
--
ALTER TABLE `wpua_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpua_term_taxonomy`
--
ALTER TABLE `wpua_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wpua_usermeta`
--
ALTER TABLE `wpua_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT de la tabla `wpua_users`
--
ALTER TABLE `wpua_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_cftemail_forms`
--
ALTER TABLE `wp_cftemail_forms`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wp_cftemail_messages`
--
ALTER TABLE `wp_cftemail_messages`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=328;

--
-- AUTO_INCREMENT de la tabla `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=163;

--
-- AUTO_INCREMENT de la tabla `wp_formmaker`
--
ALTER TABLE `wp_formmaker`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT de la tabla `wp_formmaker_sessions`
--
ALTER TABLE `wp_formmaker_sessions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT de la tabla `wp_formmaker_submits`
--
ALTER TABLE `wp_formmaker_submits`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=250;

--
-- AUTO_INCREMENT de la tabla `wp_formmaker_themes`
--
ALTER TABLE `wp_formmaker_themes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT de la tabla `wp_icl_core_status`
--
ALTER TABLE `wp_icl_core_status`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_icl_flags`
--
ALTER TABLE `wp_icl_flags`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- AUTO_INCREMENT de la tabla `wp_icl_languages`
--
ALTER TABLE `wp_icl_languages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- AUTO_INCREMENT de la tabla `wp_icl_languages_translations`
--
ALTER TABLE `wp_icl_languages_translations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4097;

--
-- AUTO_INCREMENT de la tabla `wp_icl_message_status`
--
ALTER TABLE `wp_icl_message_status`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_icl_strings`
--
ALTER TABLE `wp_icl_strings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=289;

--
-- AUTO_INCREMENT de la tabla `wp_icl_string_positions`
--
ALTER TABLE `wp_icl_string_positions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_icl_string_status`
--
ALTER TABLE `wp_icl_string_status`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_icl_string_translations`
--
ALTER TABLE `wp_icl_string_translations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT de la tabla `wp_icl_translate`
--
ALTER TABLE `wp_icl_translate`
  MODIFY `tid` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=511;

--
-- AUTO_INCREMENT de la tabla `wp_icl_translate_job`
--
ALTER TABLE `wp_icl_translate_job`
  MODIFY `job_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=116;

--
-- AUTO_INCREMENT de la tabla `wp_icl_translations`
--
ALTER TABLE `wp_icl_translations`
  MODIFY `translation_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4829;

--
-- AUTO_INCREMENT de la tabla `wp_icl_translation_status`
--
ALTER TABLE `wp_icl_translation_status`
  MODIFY `rid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT de la tabla `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
  MODIFY `gid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de la tabla `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
  MODIFY `pid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136;

--
-- AUTO_INCREMENT de la tabla `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1331104;

--
-- AUTO_INCREMENT de la tabla `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13399;

--
-- AUTO_INCREMENT de la tabla `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4906;

--
-- AUTO_INCREMENT de la tabla `wp_spidercontacts_contacts`
--
ALTER TABLE `wp_spidercontacts_contacts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT de la tabla `wp_spidercontacts_contacts_categories`
--
ALTER TABLE `wp_spidercontacts_contacts_categories`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_spidercontacts_messages`
--
ALTER TABLE `wp_spidercontacts_messages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_spidercontacts_params`
--
ALTER TABLE `wp_spidercontacts_params`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;

--
-- AUTO_INCREMENT de la tabla `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT de la tabla `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT de la tabla `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;

--
-- AUTO_INCREMENT de la tabla `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `wp_visual_form_builder_entries`
--
ALTER TABLE `wp_visual_form_builder_entries`
  MODIFY `entries_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2375;

--
-- AUTO_INCREMENT de la tabla `wp_visual_form_builder_fields`
--
ALTER TABLE `wp_visual_form_builder_fields`
  MODIFY `field_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;

--
-- AUTO_INCREMENT de la tabla `wp_visual_form_builder_forms`
--
ALTER TABLE `wp_visual_form_builder_forms`
  MODIFY `form_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT de la tabla `wp_wdi_feeds`
--
ALTER TABLE `wp_wdi_feeds`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de la tabla `wp_wdi_themes`
--
ALTER TABLE `wp_wdi_themes`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de la tabla `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
